.headtitle2L{
	color: #2386d5;
	font-size: 32px;
	font-weight: normal;
	position: relative;
	/*margin-left: 48px;*/
	padding-bottom: 18px;
	padding-left: 15px;
}
.headtitle2L:before {
    position: absolute;
    top: 5px;               /* 上からの位置 */
    left: 0px;              /* 左からの位置 */
    width: 5px;             /* 四角形の横幅 */
    height: 80px;            /* 四角形の縦幅 */
    background: #2386d5;
    content:"";           /* 空白可 */
}

DIV.relatedLink{
	clear: both;
	height : 100%;
	margin : 12px 0px 0px 0px;
	padding : 4px 4px 24px 12px;
	background-color : #D8E0F2;
}
DIV.relatedLink A{
	vertical-align : center;
}
DIV.relatedLink A.pdf,
DIV.relatedLink A.arrow,
DIV.relatedLink A.back{
	float : left;
	display : block;
	height : 100%;
	margin : 4px 4px 0px 0px;
	padding : 4px 4px 4px 32px;
	border-width : 1px 1px 1px 1px;
	border-color : #2386D5;
	border-style : solid;
	white-space : nowrap;
}
DIV.relatedLink A.pdf{
	background-image : url(/common/img/icon_file.gif);
	background-repeat : no-repeat;
	background-position : 8px 50%;
}
DIV.relatedLink A.arrow{
	padding-left : 28px;
	background-image : url(/common/img/icon_circle_arrow.gif);
	background-repeat : no-repeat;
	background-position : 8px 50%;
}
DIV.relatedLink A.back{
	padding-left : 28px;
	background-image : url(/common/img/icon_circle_back.gif);
	background-repeat : no-repeat;
	background-position : 8px 50%;
}
DIV.relatedLink IMG{
	float : right;
	vertical-align : middle;
	margin : 0px 0px 0.1em 0px;
}
DIV.relatedLink A:link,
DIV.relatedLink A:visited{
	background-color : #FFFFFF;
}
DIV.relatedLink A:hover,
DIV.relatedLink A:active{
	background-color : #FFFFCC;
	color : #888888;
}

A.largeArrow{
	margin-right : 24px;
	margin : 0px 24px 4px 16px;
	padding : 3px 0px 7px 24px;
	background-image : url(/common/img/icon_circle_arrow.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
}

H4.item{
	margin : 16px 0px 0px 0px;
	/* background-image : url(/common/img/h3_bg.gif); */
	background-repeat : repeat-x;
	font-size : 1.1em;
	padding : 5px 8px 5px 8px;
	border-width: 0 1px 1px 0;
	border-color : #0075c2;
	border-style : solid;
	font-weight : bold;
	color : #0075c2;
}

H4.item SPAN{
	display : block;
	padding : 3px 0px 3px 8px;
	border-width : 0px 0px 0px 3px;
	border-color : #0075c2;
	border-style : solid;
}

H4.other{
	margin : 8px 0px 0px 0px;
	padding : 1px 1px 1px 1px;
	font-size : 1.1em;
	border-width : 1px 1px 1px 1px;
	border-color : #999999;
	border-style : solid;
	font-weight : bold;
	background-color : #FFFFFF;
}
H4.other SPAN{
	display : block;
	padding : 6px 0px 6px 16px;
	background-color : #2386D5;
	color : #FFFFFF;
}
H4.other A,
H4.other A:link,
H4.other A:visited,
H4.other A:active{
	color : #FFFFFF;
}
H4.other A.arrow{
	background-image : url(/common/img/icon_arrow_white.gif);
}

#Lnav H4.Header{
	margin : 8px 0px 0px 0px;
	padding : 1px 1px 1px 1px;
	border-width : 1px 1px 1px 1px;
	border-color : #999999;
	border-style : solid;
	font-weight : bold;
	background-color : #FFFFFF;
}
#Lnav H4.Header SPAN{
	display : block;
	padding : 6px;
	background-color : #2386D5;
	color : #FFFFFF;
	text-align:center;
}

DIV.fixinfo{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-width : 0px 1px 1px 1px;
	border-color : #3874C8;
	border-style : solid;
	overflow-x : hidden;
}
DIV.fixinfo table tr td.cell1{
	font-weight: bold;
	width: 70px;
	font-size: 100%;
}

DIV.InnerBox{
	width: 695px;
	/* height: 250px; */
	background: url(/personal/direct/img/direct_innerbox_bg.gif) no-repeat;
	margin: 0 auto;
	padding: 12px;
	/* border: 4px double #2386d5; */
	overflow-x: hidden;
}

DIV.info{
	height : 210px;
	margin : 0px 0px 0px 0px;
	padding : 0px 4px 4px 4px;
	border-width : 0px 1px 1px 1px;
	border-color : #3874C8;
	border-style : solid;
	overflow : scroll;
	overflow-y : scroll;
	overflow-x : hidden;
}

DIV.info ul {
}

DIV.info ul li {
	padding:16px 30px 15px 27px;
	border-bottom: dotted 1px #666666;}

DIV.info ul li dl {
	width:100%;
}

DIV.info ul li dl dt {
	float:left;
	width:99px;
	color:#0075c2;
}

DIV.info ul li dl dt a{
	color:#0075c2;
}

DIV.info ul li dl dd {
	color:#333333;
	margin-left:99px;
}
DIV.info ul li dl dd a{
	color:#333333;
}

BODY.index H4.other{
	margin-top : 18px;
	margin-bottom : 0px;
}

BODY.index A.largeArrow{
	margin-left : 16px;
}

DIV.block{
	padding : 8px 0px 0px 0px;
	border-width : 0px 1px 1px 1px;
	border-color : #999999;
	border-style:  solid;
}

DIV.image{
	text-align : center;
	margin-bottom : 12px;
}

/* faq */
BODY.faq UL.link{
	list-style-type : none;
	padding-left: 16px !important;
}

BODY.faq H4.other A{
	display : block;
	padding : 6px 0px 6px 16px;
	background-color : #3874C8;
	color : #FFFFFF;
}

BODY.faq #toggleLayer H5,
BODY.faqib H5{
	padding : 6px 0px 4px 16px;
	background-image : url(/common/img/icon_q.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
}

BODY.faq #toggleLayer DIV{
	padding : 0px 0px 0px 16px;
}

BODY.faq #toggleLayer DIV DIV,
BODY.faqib DIV.a{
	display : none;
	margin : 0px 0px 8px 0px;
	padding : 0px 0px 8px 16px;
	background-image : url(/common/img/icon_a.gif);
	background-repeat : no-repeat;
	background-position : 0px 6px;
	border-width : 0px 0px 1px 0px;
	border-color : #999999;
	border-style : dashed;
}
BODY.faqib DIV.a{
	display : block;
}

BODY.faq #toggleLayer P{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 8px 0px;
}

BODY.faq #toggleLayer P.toTop{
	margin : 0px 0px 32px 0px;
	padding : 0px 0px 0px 0px;
}
BODY.faq #toggleLayer ul li{
	list-style-type:disc;
}
BODY.faq #toggleLayer ul li ol li{
	list-style-type:decimal;
}
th span.kome,td span.kome{
	font-weight: normal;
	font-size: 85%;
}

p.kome1{
	font-size: 85%;
	margin: 0 0 0 1.5em!important;
}	
p.kome1 span{
	margin: 0 5px 0 -1.5em;
}	

p.kome2{
	font-size: 85%;
	margin: 0 0 0 2.5em!important;
}	
p.kome20{
	font-size: 85%;
	margin: 0 0 0 3.0em!important;
}	
p.kome2 span{
	margin: 0 5px 0 -2.5em;
}	
p.kome20 span{
	margin: 0 5px 0 -2.0em;
}
/*- 緊急 -*/
TABLE.idxTopics TD.emarg2{
	color:#FF0000;
	border:0!important;
}
TABLE.idxTopics{
	margin : 0px 0px 14px 2%;
	width : 95%;
}
TABLE.idxTopics TD{
	padding : 6px 8px 6px 4px;
	border-width : 0px 0px 1px 0px;
	border-style : dotted;
	border-color : #8c8c8c;
	text-align : left;
}
TABLE.idxTopics TD.cell1{
	font-size : 0.8em;
	padding : 0px 0px 0px 8px;
	color : #FF8214;
}
A.arrow {
background-image: url(/common/img/icon_arrow.gif);
background-repeat: no-repeat;
background-position: 0px 8px;
padding: 0px 0px 0px 8px;
}
span.InfoRed {
color:#FF0000;
}

#info_netizen_contents div.info_netizen_login_box_contents a{
	display:block;
	text-indent:-2000px;
	width:352px;
	height:64px;
	background:url(/personal/direct/img/index_button04.gif) no-repeat;
}
#info_netizen_contents div.info_netizen_login_box_contents a:hover{
	opacity:0.75;
}
#info_netizen_contents div.apply_button a{
	display:block;
	text-indent:-2000px;
	width:450px;
	height:82px;
	background:url(/personal/direct/img/bn_apply.gif) no-repeat;
}
#info_netizen_contents div.apply_button a:hover{
	opacity:0.75;
}
ul.Kakko li {
	list-style-type:none !important;
	margin:0 0 0 -2.0em;
	text-indent:-2.0em;
	padding-left:2.0em;
	}

TABLE.otherDetail{
	width : 710px;
	margin : 0px 8px 16px 11px;
	border-width : 1px 0px 0px 1px;
	border-color : #999999;
	border-style : solid;
}
TABLE.otherDetail TH, TABLE.otherDetail TD{
	padding : 8px 8px 8px 8px;
	border-width : 0px 1px 1px 0px;
	border-color : #999999;
	border-style : solid;
	vertical-align : middle;
}
TABLE.otherDetail TH{
	color : #000000;
	font-weight : bold;
	background-color : #E5F4FF;
	text-align : center;
	white-space : nowrap;
}
TABLE.otherDetail TH.sanko{
	color : #000000;
	font-weight : bold;
	background-color : #FFFCB7;
	text-align : center;
	white-space : nowrap;
}
TABLE.otherDetail TD{
}

TABLE.otherDetail TD TABLE{
	width : 97%;
	margin : 4px 4px 4px 4px;
	border-width : 1px 0px 0px 1px;
	border-color : #CCCCCC;
	border-style : solid;
}
TABLE.otherDetail TD TABLE TH,
TABLE.otherDetail TD TABLE TD{
	font-size : 0.9em;
	border-width : 0px 1px 1px 0px;
	border-color : #CCCCCC;
	border-style : solid;
}
TABLE.otherDetail TD TABLE TH{
	white-space : nowrap;
	background-color : #FFF0F5;
	color : #000000;
	text-align : center;
}
TABLE.otherDetail TD TABLE TD{
	background-color : #FFFFFF;
}
TABLE.sankoDetail{
	width : 710px;
	margin : 0px 8px 16px 11px;
	border-width : 1px 0px 0px 1px;
	border-color : #999999;
	border-style : solid;
}
TABLE.sankoDetail TH, TABLE.sankoDetail TD{
	padding : 8px 8px 8px 8px;
	border-width : 0px 1px 1px 0px;
	border-color : #999999;
	border-style : solid;
	vertical-align : middle;
}
TABLE.sankoDetail TH{
	color : #000000;
	font-weight : bold;
	background-color : #FFFCB7;
	text-align : center;
	white-space : nowrap;
}
TABLE.sankoDetail TD{
}

TABLE.sankoDetail TD TABLE{
	width : 97%;
	margin : 4px 4px 4px 4px;
	border-width : 1px 0px 0px 1px;
	border-color : #CCCCCC;
	border-style : solid;
}
TABLE.sankoDetail TD TABLE TH,
TABLE.sankoDetail TD TABLE TD{
	font-size : 0.9em;
	border-width : 0px 1px 1px 0px;
	border-color : #CCCCCC;
	border-style : solid;
}
TABLE.sankoDetail TD TABLE TH{
	white-space : nowrap;
	background-color : #FFF0F5;
	color : #000000;
	text-align : center;
}
TABLE.sankoDetail TD TABLE TD{
	background-color : #FFFFFF;
}
H4.emerg{
	margin : 8px 0px 0px 0px;
	padding : 1px 1px 1px 1px;
	font-size : 1.1em;
	border-width : 1px 1px 1px 1px;
	border-color : #999999;
	border-style : solid;
	font-weight : bold;
	background-color : #FFFFFF;
}

H4.emerg SPAN{
	display : block;
	padding : 6px 0px 2px 16px;
	background-color : #FF8533;
	color : #FFFFFF;
	text-align : center;
	letter-spacing: 0.6em;
}

.beginnerList {
	margin-top: 60px;
	margin-right: 0;
	margin-left: 50px;
	margin-bottom: 0;
}
.beginnerList li {
	font-weight: bold;
	color: #0075c2;
	list-style-image: url(/personal/direct/img/iconCheck.gif);
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
.beginnerList li span{
  font-weight: normal;
  color: #000;
}
.beginnerList li a{
  font-weight: normal;
  color: #2386d5;
}
.beginnerList li a:hover{
  font-weight: bold;
}

.btn_org{
	text-align: right;
	padding: 0px 0 10px 0;
	margin: 0 24px 0 0;
	float: left;
}
.btn_org a{
	text-align: left;
	color:#fff;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	width: 204px;
	height: 40px;
	line-height:1.5;
	border:1px solid #a67c00;
	text-align: center;
	font-weight:600;
	padding: 6px 5px;
}
.btn_org p{
	margin:4px 12px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	background: #eaaf00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc20d), color-stop(1, #d9a200));
	background:-webkit-linear-gradient(top,  #ffc20d 0, #d9a200 100%);
	background:-moz-linear-gradient(top,  #ffc20d 0, #d9a200 100%);
	background:-o-linear-gradient(top,  #ffc20d 0, #d9a200 100%);
	background:-ms-linear-gradient(top,  #ffc20d 0, #d9a200 100%);
	background:linear-gradient(top,  #ffc20d 0, #d9a200 100%);
}

.btn_blue{
	text-align: right;
	/*padding: 0px 0 10px 0;*/
	margin:  0 24px 0 0;
	float: left;
}
.btn_blue a{
	text-align: left;
	color:#fff;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	width: 204px;
	height: 40px;
	line-height:1.5;
	border:1px solid #0592d0;
	text-align: center;
	font-weight:600;
	padding: 6px 5px;
}
.btn_blue p{
	margin:4px 12px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	background:#51C7FB;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #8CD7FC), color-stop(1, #51C7FB));
	background:-webkit-linear-gradient(top, #8CD7FC 0, #51C7FB 100%);
	background:-moz-linear-gradient(top, #8CD7FC 0, #51C7FB 100%);
	background:-o-linear-gradient(top, #8CD7FC 0, #51C7FB 100%);
	background:-ms-linear-gradient(top, #8CD7FC 0, #51C7FB 100%);
	background:linear-gradient(top, #8CD7FC 0, #51C7FB 100%);
}

.btn_green{
	text-align: right;
	/*padding: 0px 0 10px 0;*/
	margin:  0 24px 0 0;
	float: left;
}
.btn_green a{
	text-align: left;
	color:#fff;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	width: 204px;
	height: 40px;
	line-height:1.5;
	border:1px solid #1aae33;
	text-align: center;
	font-weight:600;
	padding: 6px 5px;
}

.btn_green p{
	margin:4px 12px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	background:#1aae33;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #42ea5e), color-stop(1, #28ce44));
	background:-webkit-linear-gradient(top, #42ea5e 0, #28ce44 100%);
	background:-moz-linear-gradient(top, #42ea5e 0, #28ce44 100%);
	background:-o-linear-gradient(top, #42ea5e 0, #28ce44 100%);
	background:-ms-linear-gradient(top, #42ea5e 0, #28ce44 100%);
	background:linear-gradient(top, #42ea5e 0, #28ce44 100%);
	padding:0 !important
}

.faq_box03{
	padding: 20px 20px 15px;
	border: 1px solid #2386d5;
	border-top: 0;
	background: #FFFFFF;
}

.faq_box03 .question{
	margin: 0 0 8px;
	padding: 10px 0 15px 40px;
	border-bottom: 1px dashed #d5d4d5;
	background: url(/common/module/img/faq_icon_question.gif) no-repeat left 5px;
}

.faq_box03 .question a{
	color: #333333;
}
.link_btn{
	display: inline-block;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
	border: 1px solid #2386d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #fff url(/common/img/larrow1.gif) no-repeat 10px center;
	*background: url(/common/img/larrow1.gif) no-repeat 10px center;
	*display: inline;
    *zoom: 1;
}

.link_btn:hover{
	background-color: #eef5fb;
}

.link_btn.emphasis_btn{
	color: #ffffff;
	border: 1px solid #146fb8;
	background: url(/common/module/img/icon_white_arrow.gif) no-repeat 10px center #2386d5;
	*background: url(/common/module/img/icon_white_arrow.gif) no-repeat 10px center #2386d5;
}

.link_btn.emphasis_btn:hover{
	background-color: #65abe2;
}

.link_btn_aCheck{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: 1px solid #2386d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #fff url(/common/img/larrow1.gif) no-repeat 10px center;
}

.link_btn_aCheck:hover{
	background-color: #eef5fb;
}

.link_btn_aCheck.emphasis_btn{
	color: #ffffff;
	border: 1px solid #146fb8;
	/*background: url(/common/module/img/icon_white_arrow.gif) no-repeat 10px center #2386d5;*/
	background: #2386d5;
	width: 277px;
}

.link_btn_aCheck.emphasis_btn:hover{
	background-color: #65abe2;
	text-decoration:none;
}
BODY.internet DIV.download{
	float : left;
	width : 255px;
	height : 90px;
	margin : 8px 6px 24px 6px;
	border-width : 1px 1px 1px 1px;
	border-color : #CCCCCC;
	border-style : solid;
	text-align : center;
}
BODY.internet DIV.download H6{
	color : #255FB1;
	font-weight : bold;
	background-color : #CCCCCC;
}
BODY.internet DIV.download IMG{
	margin-right : 4px;
	margin-left : 4px;
	vertical-align : middle;
}
DIV.browser IMG{
	margin-top : 20px;
}
DIV.adobe IMG{
	margin-top : 20px;
}

DIV.link{
	margin: -5px 0px 20px 25px;
	border-width : 0px 0px 0px 0px;
}
DIV.link SPAN{
	display : block;
	padding : 4px 4px 4px 20px;
	border-width : 1px 1px 1px 1px;
	border-color : #FFFFFF;
	border-style : solid;
	background-color : #255FB1;
	color : #FFFFFF;
}
DIV.link SPAN SELECT{
	margin : 0px 0px 0px 16px;
}
DIV.link FORM{
	display : inline;
}

.First_Box{
	display: inline-block;
	padding: 10px;
	margin-bottom:12px;
	text-decoration: none;
	line-height:1.8;
	border: 2px dotted #F93195;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	background: #FDFABC;
}
.Kakomi{
	border:1px #333333 solid;
}

.inter_attention_box{
    position:relative;
    border: 1px solid #255fb1;
    padding: 10px 15px;
    margin:25px 8px 0 11px;
}
.inter_attention_head{
    position: absolute;
    top: -17px;
    left: -1px;
    background-color: #00367c;
    color: #fff;
    padding: 2px 12px 2px 12px;
}
.tell_icon{
    position: relative;
    font-size: 1.25em;
    color: #FF7400;
    font-weight: bold;
}

.tell_head{
    position: relative;
    font-size: 1.2em;
    color: #2386D5;
    font-weight: bold;
    margin-right: 15px;
}
/*FreePhone*/
.freephone {
	display: inline-block;
	background: url(/common/module/img/freephone.png) left center no-repeat;
	padding: 0 0 0 40px;
	margin: 0 10px 0 10px;
}

.Red_uLine{
	color: #ff0000;
	text-decoration:underline;
}
DIV.user{
	margin : 16px 0px;
	padding: 16px 8px;
	/* background-image : url(/common/img/h3_bg.gif); */
	background-repeat : repeat-x;
	border-width : 1px 1px 1px 1px;
	border-color : #999999;
	border-style : solid;
}

DIV.user P{
	padding : 0px 16px 0px 16px;
}

div.three_box_l{
	width: 240px;
	height: 320px;
	margin: 0 10px 0 12px;
	float: left;
	border: 1px solid #2386d5;}

div.three_box_c{
	width: 240px;
	height: 320px;
	float: left;
	border: 1px solid #2386d5;
}

div.three_box_r{
	width: 240px;
	height: 320px;
	float: right;
	margin: 0 4px 0 0;
	border: 1px solid #2386d5;
}

p.kome{
	margin: 0 0 0 1em;
}	
p.kome span{
	margin: 0 0 0 -1em;
}

div.inqBox{
	border: solid 1px #666;
	float: left;
	margin:10px 0 0 68px!important;
	padding: 0!important;
	width:593px;
}
div.inqBox h4{
	text-align:center;
	padding: 8px 0 8px 0;
	margin:0!important;
	background-color:#ddd;
	border:0!important;
	color:#000000!important;
	font-weight:normal!important;
}
div.inqBox div.leftBox{
	float: left;
	width:296px;
	margin:0!important;
	padding:8px 0 8px 0!important;
	border-right: 1px dotted #ddd;
}
div.inqBox div.rightBox{
	float: left;
	width:296px;
	margin:0!important;
	padding:8px 0 8px 0!important;
}
div.inqBox div.oneBox{
	margin:0!important;
	padding:8px 0 8px 0!important;
}
div.inqBox div.HourBox{
	margin:0!important;
	padding:8px 0 8px 0!important;
	border-top: 1px dotted #ddd;
}

div.inqBox p{
	text-align: center;
	padding:0!important;
	margin:0!important;
}
div.right{
	clear: both;
	display:block;
	position: relative;
}

/*Align*/
.tCenter {text-align: center !important;}
.tLeft {text-align: left !important;}
.tRight {text-align: right !important;}
.vMiddle {vertical-align: middle !important;}
.textM{margin-top: 25px !important;}
.textK{padding-top: 18px !important;}
.textT{padding-top: 6px !important;}
.fBold{font-weight: bold;}

/*Float*/
.fLeft {float: left;}
.fRight {float: right;}

/*Text*/
.underline {text-decoration: underline;}

/*Margin*/
.m10 {margin: 0 10px !important;}
.m20 {margin: 0 20px !important;}

.mT10 {margin-top: 10px !important;}
.mT20 {margin-top:20px !important;}
.mT30 {margin-top:32px !important;}
.mT50 {margin-top: 50px !important;}

.mL3 {margin-left: 3px !important;}
.mL10 {margin-left: 10px !important;}
.mL20 {margin-left: 20px !important;}
.mL30 {margin-left: 30px !important;}

.mR10 {margin-right: 10px !important;}
.mR20 {margin-right: 20px !important;}

.mB10 {margin-bottom: 10px !important;}
.mB14 {margin-bottom: 14px !important;}
.mB20 {margin-bottom: 20px !important;}
.mB30 {margin-bottom: 30px !important;}
.mB50 {margin-bottom:50px !important;}
