.marginB10{margin-bottom: 10px;}

.marginB20{margin-bottom: 20px;}

.marginB50{margin-bottom: 50px;}

/*------padding for wrapped table-------------------------*/
/* fourfold table */
.tblPad table tr td table tr td{
	padding: 3px!important;
}

/* reproduce in css */
.tblBlu{
/*width:536px;*/
background:#f9f9f9;
padding:6px;
border:#cae5ff 1px solid;}

.tblBlu02{
/*width:536px;*/
background:#f9f9f9;
padding:6px;
border:#cae5ff 1px solid;}

.tblBlu h2{
	padding: 0 0 5px 0;
	font-size: 115%;
	color: #002782;
}

.tblBlu02 caption{
text-align: left;
}

.tblBlu02 table tr td {
background: #f9f9f9;
padding: 3px;
}

.tblBlu03{
/*width:536px;*/
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.tblBlu03 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}



.tblBlu03 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}


/*------for latest contents extend-----------------------*/
ul.allow li{
	padding-left: 10px;
	background: url(../img/icon_arrow.gif) 0 .2em no-repeat;
}

p.lead{
	font-size: 120%;
	font-weight: bold;
}

/*------cont03 extention---------------------------------*/

.cont03 .para{padding-top:14px;}

.cont03 p{
	width:550px;
 padding:3px 0 5px 13px;}

.cont03 .cont03_2col ul.colbox,
.cont03 .cont03_2col ul.colbox2,
.cont03 .cont03_2col ul.colbox3
{
	margin-top:14px;
	padding:0 40px 0 23px;}

.cont03 .cont03_1col ul.inline,
.cont03 .cont03_1col ul.colbox,
.cont03 .cont03_1col ul.colbox2,
.cont03 .cont03_1col ul.colbox3
{
	margin-top:14px;
	padding:0 10px 0 23px;}

.cont03 .cont03_3col ul.colbox,
.cont03 .cont03_3col ul.colbox2,
.cont03 .cont03_3col ul.colbox3
{
	margin-top:14px;
	padding:0 10px 0 23px;}

.cont03 .cont03_1col ul.colbox strong{
	font-weight:bold;
	margin-left:10px;}

.cont03 ul{float:left;}

/* リストの入れ子対応*/
ul.colbox ul{
	float:none;
	padding: 0 0 0 10px;
}
/* aタグではない場合もクラスicon_arrowをつければアイコン追加可能に変更 */
ul.colbox span.icon_arrow{
	padding-left: 10px;
	background: url(../img/icon_arrow.gif) 0 .2em no-repeat;
}


.cont03 .cont03_1col .colbox {
	width:500px
}

.cont03 .cont03_2col .colbox li,
.cont03 .cont03_2col .colbox2 li{
	width:230px}

.cont03 .cont03_3col .colbox li,
.cont03 .cont03_3col .colbox2 li,
.cont03 .cont03_3col .colbox3 li{
	width:150px}

.cont03 .framelong{
 margin-bottom:30px;
 background: url(../img/bg_con03framelong.gif) left top no-repeat;
}

.frame.cont03_1col dl {
	padding: 14px 10px 0 23px;
	min-height: 40px;
}

.frame.cont03_1col dl dt {
	float:left;
	margin:0 0 5px 0;
	padding:0;
	width:8.75em;
}

.frame.cont03_1col dl dd {
	background:transparent url(../img/icon_arrow.gif) no-repeat scroll 0 0.4em;
	margin:0 0 5px 8.75em;
	padding:0 0 0 13px;
}


/*------exclusive stylesheet for tvcm : cont_tvcm ------------------*/

div#contents .cont_tvcm{
 	display: block;
 	width: 550px; 
	margin: 10px auto;
	border: 1px solid #CCC;
	padding: 10px 5px 5px 5px;
	clear: both;
}

div#contents .cont_tvcm p{
 	margin: 5px 0 10px 0;
	padding: 0 5px;
}

div#contents .cont_tvcm .text{
	float: right;
 width: 350px;
	padding: 0 0 0 10px;
}

div#contents .cont_tvcm h2{
font-size:120%;
	background:#cae5ff;
 padding:3px 0 3px 10px;}

div#contents .cont_tvcm .image{
	float: left;
 width: 160px;
}

div#contents .winmp{
	width:400px;
	margin:0px auto;
	margin-bottom:10px;}

div#contents .winmp img{
	padding:5px;
	width:88px;
	height:33px;
	float:left;}

/* list */

.lstDis li{
	margin: 0 0 0.5em 2em;
	line-height: 1.5em;
	list-style-type: disc;}

.lstLow li{
	margin-left:2em;
	list-style-type:lower-alpha;}

.lstDec li{
	margin-left:2em;
	list-style-type:decimal;}

.lstRom li{
	margin-left:2em;
	list-style-type:lower-roman;}
	
.lstnone li{
	margin-left:1em;
	list-style-type:none;}

.lstDis2 li ul li{
	margin-left:2em;
	list-style-type:disc;}

.lstLow2 li ul li{
	margin-left:2em;
	list-style-type:lower-alpha;}

.lstDec2 li ol li{
	margin-left:2em;
	list-style-type:decimal;}
	
/* 110418 for tiken119 */
	
.lstDis02 {
	margin:1em 0;
	}
	
.lstDis02 li{
	margin: 0 0 0 2em;
	list-style-type:disc;}

/* 110418 for tiken119 */


/* <-- 20170510 for tomeiseigl */
ol.lstBrackets {
	list-style-type: none;
	margin-top: 1em;
}
ol.lstBrackets > li {
	counter-increment: cnt;
	list-style-type: none;
	margin: 0 0 1em 2em;
}
ol.lstBrackets > li:before {
	content: "（" counter(cnt) "）";
	font-weight: bold;
	margin: 0 0.2em 0 -1.8em;
}
ol.lstBrackets > li > span:first-of-type{
	padding-left: 1em;
	font-weight: bold;
	margin-left: -1em;
}
#contents ol.lstBrackets > li dt{
	font-weight: normal;
}
/* 20170510 for tomeiseigl --> */


/* information inline version */

.cont03 .inline li a{
 padding-left:10px;
 background: url(../img/icon_arrow.gif) 0 .2em no-repeat;
}

.cont03 .cont03_1col .inline li{
	float:left;
	width:140px}

.cont03 .cont03_1col .inline.colbox5 li{
	float:left;
	width:110px}
	
/* top information */

#sideInfo div#infottl{
	width:231px;
	background:#ffffff url(/img/ttl_info_bg.gif) left bottom repeat-x;}

#infottl h2{
 float:left;
	width:85px;}

#infottl p.list{
 font-size:90%;
	float:right;
	margin:4px 5px 0 0;}

#infottl .list a{
 padding-left:10px;
 background: url(../img/icon_arrow.gif) 0 .2em no-repeat;
}

/* cont3 */

.cont03 h2.long{
 width:170px;
 margin-left:1px;
 background:#0065B7 url(../img/bg_cong03h2long.gif) left top no-repeat; 
 color:#FFFFFF;
 font-size:120%;
}

/* question */
#contents .contentsSection h2 {
	font-size: 113%;
	font-weight: bold;
}
#contents .contentsSection .first {
	margin-bottom: 5px;	
}

#contents .contentsSection .infoArea {
	width: 507px;
	background-color:#fff1f6;
	border: 1px solid #ff2b2b;
	padding: 10px 13px 8px;
	margin: 10px 0 15px 20px;
}
#contents .contentsSection .infoArea ul {
	margin:5px 0 0 30px;	
}
#contents .contentsSection .infoArea ul li {
	list-style-type: disc;
	font-weight: bold;
	font-size: 113%;
}
#contents .contentsSection .infoArea p.note {
	color: #fc290f;
	margin:5px 0 0 25px;
	text-indent: -1em;
	font-size: 113%;
	font-weight: bold;
}
#contents .contentsSection .paragraphSection {
	margin-top: 30px;	
}
#contents .contentsSection .paragraphSection p.info {
	margin-bottom: 10px;
}
#contents .contentsSection .paragraphSection p.info a {
	background:url("../img/icon_arrow.gif") no-repeat 0 0.2em;
	padding-left:11px;
}

/* maintenance */

.maintenance {
	text-align: center;
	margin: 100px auto;
	padding: 0;
}

/* notebox */

.notebox {
	padding: 10px 24px;
	border: 1px solid #CCC ;
	margin-bottom: 25px;
	}
	
	
/* document lst */

#contents dl.dlst01 dt{
	float: left;
	margin-left: 1em;
}

#contents dl.dlst01 dd{
	margin-left: 2em;
}


/*#contents dl.dlst02 dt{
	float: left;
	margin-left: 1em;
	line-height:1.2;
}

#contents dl.dlst02 dd{
	margin-left: 2em;
	line-height:1.2;
}*/