/* CSS Document */

/*=============================================================
 Release
=============================================================*/
/* list */
dl.list dt {
    font-weight: bold;
}
dl.list dd {
    margin: 0 0 1em 1.4em;
}
ol.list {
    list-style-type: decimal;
    margin-left: 10px;
    padding-left: 18px;
}
ol.list li {
    margin: 2px 0 1em;
}
ol.list ol,
ol.list-num ol {
	margin-left: 28px;
}
ol.list ol li,
ol.list-num ol li {
    list-style-type: lower-roman;
}



/* borderTable */
table.borderTable {
	table-layout: fixed;
    width: 100%;
	border: medium none;
	border-collapse: collapse;
	font-size: 97%;
	
}
table.borderTable caption {
    font-weight: bold;
    text-align: left;
}
table.borderTable th {
    background: none repeat scroll 0 0 #E6F5FD;
    border-bottom: 1px solid #C9D1D5;
    border-left: 1px solid #C9D1D5;
    padding: 6px 12px;
    text-align: left;
}
table.borderTable th.center, table.borderTable td.center {
    text-align: center;
}
table.borderTable td {
    border-bottom: 1px solid #C9D1D5;
    border-left: 1px solid #C9D1D5;
    padding: 6px 12px;
	overflow-wrap: break-word;
}
table.borderTable th.firstCell, table.borderTable td.firstCell {
    border-left: medium none;
}
table.borderTable th.firstCell, table.borderTable td.lastCell {
    border-right: 1px solid #C9D1D5;
}
table.borderTable th.topCell, table.borderTable td.topCell {
    border-top: 1px solid #C9D1D5;
}
table.borderTable th.fontNormal {
    font-weight: normal;
}
table.borderTable td.fontBold {
    font-weight: bold;
}
table.borderTable th.color1, table.borderTable td.color1 {
    background: none repeat scroll 0 0 #F4FBFF;
}
table.borderTable th.color2, table.borderTable td.color2 {
    background: none repeat scroll 0 0 #EDEDED;
}
.underlineTable td,
.underlineTable th{
	border-left: none!important;
	border-Right: none!important;
}
.underlineTable th{
	background: none!important;
}

td.w10 {}
/* gaiyoTable /noBorderTable  */
.gaiyoTable,
.noBorderTable {
    margin: 1em 0 0;
    width: auto;
	border-collapse: collapse;
}
.gaiyoTable.mL1L,
.noBorderTable.mL1L {
    margin-left: 1em;
}
.gaiyoTable caption,
.noBorderTable caption {
    font-weight: bold;
    margin-bottom: 0.3em;
    text-align: left;
}
.gaiyoTable th,
.noBorderTable th {
    font-weight: normal;
    padding-right: 0.5em;
    text-align: left;
    vertical-align: top;
	white-space: nowrap;
}
.gaiyoTable th.pc-wrap,
.noBorderTable th.pc-wrap {
	white-space: normal;
}
.gaiyoTable td,
.noBorderTable td {
    text-align: left;
    vertical-align: top;
}
/* 20170518 img pc&sp  */
.monobraze img{
	margin-top: 3em;
}

/* 20171002 img */
#contents #news20171002.box-clm2>.boxLeft{
	float:left;
	width:300px;
}
#contents #news20171002.box-clm2>.boxRight{
	float:right;
	width:370px;
}

/* 20220218 sub */
#contents sub{
	font-size: 60%;
}
.atn .atn{
	font-size: 95% !important;
}
figcaption{
	font-size: 90%;
	line-height: 1.8 !important;
}

/* 20230904 */

h3.release-h3{
	margin: 30px 0 15px 0;
	font-weight: bold;
	border-left: 3px solid #0062a0;
	padding-left: 5px;
	font-size: 120%;
}

h4.release-h4{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 110%;
	
}
ol.pare-num{
	margin-top: 10px;
	padding-left: 1.8em;
}
ol.pare-num li {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -2em;
}
 
ol.pare-num li::before {
	content: "(" counter(cnt) ") ";
	
}
ol.pare-num li ul{
	list-style: disc;
	
}
ol.pare-num li ul li{
	text-indent: 0.3em;
	position: relative;
}
ol.pare-num li ul li::before{
	content:"";
	width:  5px;               /* 幅指定 */
    height:  5px;			/* 高さ指定 */
	position: absolute;
	background-color: #0062a0;
    border-radius:  50%;        /* 要素を丸くする */
	margin-right: 2px;
	left: -10px;
    top: calc(0.75em - 3px);
}

.bor{
	border: solid 0.5px;
	border-color: #a0a09f;
}

#contents .atn{
	text-indent: -2em;
	margin-left: 2.2em;
}
#contents .atn02{
	text-indent: -1.5em;
    margin-left: 1.5em;
	font-size: 85.7%;

}
#contents .border{
	border: 0.5px #ababab solid;
}
#contents .in-atn{
	text-indent: -1.8em;
    margin-left: 1.8em;
	margin-top: 8px;

}
#contents .topics{
	margin-top:10px;
	/* border */
	border:2px solid #0089b6;
	padding: 10px;
}
/* topics box-clm2 */
#contents .topics .box-clm2>.boxLeft{
	float:left;
	width:321px;
}
#contents .topics .box-clm2>.boxRight{
	float:right;
	width:321px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){

/* 20171002 img */
#contents #news20171002.box-clm2>.boxLeft{
	display:block;
	text-align:center;
	float:none;
	width:auto;
}
#contents #news20171002.box-clm2>.boxRight{
	display:block;
	text-align:center;
	float:none;
	width:auto;
}
#contents #news20171002.box-clm2>.boxRight img{
	max-width:100%;
}

}