@charset "UTF-8";

/*
body, input, button, textarea, option, span, label, select, pre, div {
	font-family: Montserrat, "Avenir Next", 'Quicksand', Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-size:14px;
}
*/

*:focus {
	outline: none;
}

label {
  margin: 0;
  padding: 0;
}

#head .hdBg, .svcListTitle {
    background-repeat: repeat-x;
}

#head .hdBg {
    width: 100%;
    height: 68px;
}
#head .hdBg .hdInr, #tbframe {
	text-align: center;
}

#scclogo {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    padding: 4px 0 0 0;
}
#titlebar {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
}

#caption {
    position: relative;
    left: 10px;
    font-size: 13pt;
    top: 4px;
}
#caption span {
    font-size: 13pt;
}

.svcListTitle {
    background-image: url("../image/bg_111124.png");
	background-position: 0 -650px;
    font-size: 13pt;
    height: 24px;
    padding: 8px 0 0 8px;
    text-align: left;
    margin: 0;
}

.ixdialog {
  text-align:center;
  width:100%;
}

.ixdialog .ixdialog {
  text-align:left;
  margin:0 auto;
  width:100%;
}

.ixdialog .ixdialog .ixcaption {
  height:auto;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  background-color:#EEEEEE;		/* 背景色 */
  background-repeat: repeat-x;
}

.ixdialog .ixdialog .ixcaption div {
    padding: 0 8px;
}

.ixdialog .ixdialog .ixcaption span {
    font-size: 18px;
}


.ixdialog .ixdialog .ixcontext {
  padding:10px;
  background: #f9f9f7;
  border: 1px solid #bdbdbd;
}

.ixdialog .ixdialog .ixcontext .ixpanel{
  width:100%;
}

.content {
    padding: 0 44px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.footer-bar {
    border-top: 1px solid #EBEBEB;
    bottom: 0;
    height: 35px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.footer {
    font-size: 0.85em;
    line-height: 0;
    padding: 9px 8px 0 8px;
    white-space: nowrap;
}

.footer .address {
    line-height: 17px;
    list-style: none outside none;
    margin: 0 0 1em;
    color: #999999;
    float: left;
    max-width: 80%;

    font-family: arial,helvetica,sans-serif;
    font-size: 8pt;
}


#topicPath span {
	 color: #DDDDDD;
	font-size:7pt;
	line-height:1.8;
}

.swfRegistrationCompletion {
    border-top: 2px solid #808080;
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px rgba(102, 102, 102, 0.45);
    margin-bottom: 20px;
    padding: 16px;
    text-align:left;
    font-size:12px;
}

.ifadmasteritem {
	font: inherit;
}

/* dl,dt,ddを使ったテーブル */
.imitate-table {
    display: table;
    vertical-align: middle;
}

.imitate-table:after {
    content: "";
    display: block;
    clear: both;
}

.imitate-table dt,
.imitate-table dd {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.imitate-table dt {
    width: 200px;
    font-weight: bold;
}

@media (max-width:1000px) {
    .imitate-table {
        display: block;
        margin-bottom: 10px;
        border-bottom: 2px dotted #ccc;
    }

    .imitate-table dt {
        display: block;
        float: none;
        padding-bottom: 0;
    }
    .imitate-table dd {
        display: inline-block;
        float: none;
    }
}

/* dl,dt,ddを使ったテーブル */
.imitate-table3 {
    display: table;
    vertical-align: middle;
}

.imitate-table3 dt,
.imitate-table3 dd {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
}

.imitate-table3 dt {
    width: 150px;
    font-weight: bold;
}
