@charset "utf-8";
/* CSS Document */

body,table,td,th,div,ul {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
color: #404040;
line-height: 1.6;
box-sizing:border-box;
}

.fontSize-14{font-size:14px;}
.fontSize-15{font-size:15px;}

.nonavi-mainBox{
font-size: 16px;
width: 100%;
max-width:1000px;
padding:1em 0;
text-align:left;
margin:0 auto;
}

.lnavi-mainBox{
font-size: 16px;
width: 100%;
max-width:1000px;
padding:1em 0;
text-align:left;
}

.mg-0{margin:0; padding:0; font-size:0;}
.mb-02em{margin-bottom:2em !important;}
.mb-01em{margin-bottom:1em !important;}
.ml-01em{margin-left:1em !important;}
.ml-015em{margin-left:1.5em !important;}
.pdlb-015em{padding-left:1.5em; padding-bottom:1.5em;}

ol .numbered{margin-bottom:1em;}
ol .numbered li{list-style:decimal !important;}
ul .disc{margin-bottom:1em;}
ul .disc li{list-style:disc !important;}
ul .dpNone{margin-bottom:0.5em;}
ul .dpNone li{list-style:none !important;}

a:hover img{opacity:0.8;}


.columnBox{
	width:100%;
	max-width:900px;
}

.columnArea{
	width:100%;
	max-width:750px;
	font-size: 16px;
	line-height:1.8em;
}

.columnArea h1{font-size: 24px; margin:2em 0 1em auto;}
.columnArea h2{font-size: 20px; font-weight:bold;}
.columnArea img{
	width:100%;
	max-width:700px;
}

#atc01,#atc02,#atc03,#atc04,#atc05,#atc06,#atc07,#atc08,#atc09,#atc10{
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

.columnText{
	width:100%;
	margin:0 auto 3em auto;
}

#columnIndex{
	width:100%;
	max-width:700px;
	margin:1em auto 3em 0;
	padding:1em 1em 1em 3em;
	border:1px #669900 dotted;
	background-color:#F7F7F7;
	font-size:15px;
	line-height:2;
}
#columnIndex a{
	text-decoration:none;
	color:#444;
}
#columnIndex a:hover{
	text-decoration:none;
	color:#009900;
}

.columnImageFull{
	width:100%;
	max-width:900px;
}

.columnImage100, .columnImage100s{width:100%;}

.columnImage100 img{
	width: auto;
    max-width: 100%;
    height: auto;
    max-height: 219px;
}
.columnImage100s img{
	width: auto;
    max-width: 100%;
    height: auto;
    max-height: 126px;
}

#ctIndex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width:900px;
	font-size:14px;
}
#ctIndex .indexBox{
	width:31.5%;
	text-align:left;
	padding:1em;
	background-color:#fff;
	margin-bottom:3em;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
}
#ctIndex .indexBoxSp{
	width:48%;
	text-align:left;
	padding:1em;
	background-color:#fff;
	margin-bottom:1.5em;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
}
#ctIndex .indexBox img, #ctIndex .indexBoxSp img{
	width:100%;
	border:none;
}
#ctIndex .indexBox a, #ctIndex .indexBoxSp a{
	text-decoration:none;
	color:#444;
}
#ctIndex .indexBox a:hover, #ctIndex .indexBoxSp a:hover{
	text-decoration:none;
	color:#009900;
}