@charset "utf-8";

body,div,h1,h2,h3,h4,p,ul,li,nav,article,header {
	margin: 0;
	padding: 0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	color:#3C3C3C;
}
img{
	vertical-align:bottom;
	border:none;
}
dl {
	margin:auto 10px;
}
dd {
	margin-bottom:15px;
}

/* ヘッダ
--------------------------------------------------------------*/
#header {
	
	background: url(../img/head-line.png) repeat-x;	
}
#header #headerArea {
	width: 1060px;
	margin:0 auto;	
}
@media only screen and (max-width:480px){
#header #headerArea {
	width: 100%;
	margin:0;	
}
}
#headerArea h1{
	font-size:14px;
	color:#fff;
	height:24px;
}
#headerArea #header-logo{
	float:left;
	width:300px;
	height:100px;
}



/*	ナビ	*/
#headerArea ul{
	clear:both;
	list-style:none;
	border: solid 1px #ccc;	
	overflow:hidden;
}
#headerArea li{
	float:left;
	padding:5px 0;
}
#headerArea li a{
	text-decoration:none;
	color:#630;
	display:block;
	border-right:dotted 1px #ccc;
	font-size:17px;
	padding:10px 15px;
}
@media only screen and (max-width:480px){
#headerArea ul{
	border:none;
}
#headerArea li{
	border:1px solid #ccc;
	border-left:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	width:50%;
}
#headerArea li:nth-child(even){
	border-right:none;
}
#headerArea li:nth-child(odd){
	clear:left;	
}
#headerArea li:nth-child(1),
#headerArea li:nth-child(2),
#headerArea li:nth-child(3),
#headerArea li:nth-child(4){
	border-bottom:none;	
}
#headerArea li a{
	border:none;
	/*font-size:14px;*/
	padding:16px 2px;
	text-align:center;	
}
#headerArea li a span{
	font-size:12px;	
}
}

/* コンテンツ　（メイン　と　サブ）
--------------------------------------------------------------*/
@media only screen and (min-width:481px){
#contents{
	overflow:hidden;
	margin:20px auto 0;
	width:1060px;
}
}
@media only screen and (max-width:480px){
#contents{
	margin:10px auto 0;
	width:100%;
}
}


/**　メイン
------------------------------------------**/
#main{
	float:left;
	overflow:hidden;
	padding-bottom:20px;
	width:690px;
	
}
@media only screen and (max-width:480px){
#main{
	width:100%;
	float:none;
}
}
#main section{
	overflow:hidden;
	clear:both;
}

@media only screen and (max-width:480px){
#main #adMainTop{
	margin:20px 0;
	text-align:center;
}
}
#main article{
	border-bottom:1px solid #eee;
	padding-bottom:30px;
}
#main img {
	max-width:100%;
}
#catch{
	margin:0 0 20px;
	padding-bottom:20px;
	border-bottom:1px dashed #ccc;
}
@media only screen and (max-width:480px){
#catch{
	border:none;
	padding:0 3px;
}
}

#main h1{
	font-size:24px;
	line-height:1.5;
	margin:0 5px;
}
@media only screen and (max-width:480px){
#main h1{
	font-size:22px;
	font-weight:bold;
}
}
#main h2{
	background:url(../img/h2-icon.png) no-repeat 3px top;
	-webkit-background-size:35px;
	background-size:35px;
	border-bottom: solid 1px #eee;
	clear: both;
	color:#666633;
	font-size:18px;
	font-weight:800;
	line-height:1.5;
	margin:40px 0 20px;
	padding: 5px 3px 5px 43px;
}
#main h3{
	border-left:5px solid #009900;
	color:#009900;
	clear:both;
	font-size:16px;
	line-height:1.5;
	margin:30px 5px 25px;
	padding-left:10px;
}
#main p{
	font-size:16px;
	line-height:1.5;
	margin:25px 5px;
}
#main li>p{
	margin:0;	
}

#main ul {
	margin-left:30px;
	margin-right:5px;
	line-height:1.5;
}




/**　サブ
------------------------------------------**/
#sub{
	width:336px;
	float:right;
}
@media only screen and (max-width:480px){
#sub{
	width:100%;
	float:none;
}
}

#sub div.title {
	margin: 20px 0 0 0;
	padding:10px 0;
	text-align:center;
	border-top:#D8CFB6 3px solid;
	border-bottom:#ccc 1px solid;
	color:#663300;
	background:url(../img/side-item/bg-sub-title.png) no-repeat right;
}
#sub ul#onayami {
	margin: 0 0 20px 0;	
}
#sub ul#onayami li {
	list-style-type:none;
}
#sub ul#onayami li a {
	background:url(../img/side-item/arrow.png) no-repeat 95% 50%;
	background-size:8px 13px;
	display:block;
	text-decoration:none;
	color:#666633;
	padding:8px 10px;
	border-bottom:dotted 1px #CCC;
}
#sub ul#onayami li a.act{
	background:url(../img/side-item/arrow-act.png) no-repeat 95% 50%;
	background-size:9px 14px;
	background-color:#faf9f5;
	color:#669900;
}
#sub ul#onayami li a span {
	display:block;
	font-size:12px;
	padding-left:1em;
	line-height:2;
}
#sub ul#onayami li a:hover {
	background-size:9px 14px;
	background-color:#faf9f5;
	color:#669900;
}

#sub .divStyle1{
	margin-bottom:20px;	
	text-align:center;
}

/* フッター
--------------------------------------------------------------*/
#footer{
	border-top:3px #009900 solid;
	background:#FAFAFA;
	padding:20px;
}
#footer #footerFrame{
	margin:0 auto;
	width:1060px;
}
@media only screen and (max-width:480px){
#footer #footerFrame{
	width:100%;
}
}
#footer ul{
	overflow:hidden;	
}

#footer ul li{
	border-right:1px #ccc solid;
	list-style:none;
	float:right;
	font-size:12px;
	padding:0 5px;
	text-align:right;
}
#footer ul li a{
	text-decoration:none;
	color:#333;
}
#footer small{
	display:block;
	clear:left;
}

/* mee Class
--------------------------------------------------------------*/
.floatClear{
	clear:both;
}

.imgFloatRightDeco{
	float:right;
	border:solid 1px #ccc;
	padding:5px;
	margin:10px 10px;
}
.imgFloatRight{
	float:right;
	padding:5px;
	margin:10px 10px;
}
@media only screen and (max-width:480px){
.imgFloatRightDeco,
.imgFloatRight{
	display:block;
	float:none;
	margin:10px auto;
	max-width:90%;
	max-height:auto;
}

}
@media only screen and (-webkit-min-device-pixel-ratio:2){
.imgFloatRightDeco{
	max-width:50%;
}
}
.imgFloatLeftDeco{
	float:left;
	border:solid 1px #ccc;
	padding:5px;
	margin:10px 16px 10px 10px;
}
.imgMarginBottom{
	margin-bottom: 25px;
}
@media only screen and (max-width:480px){
.imgFloatLeftDeco{
	display:block;
	float:none;
	margin:5px auto;
	max-width:100%;	
}
}

@media only screen and (-webkit-min-device-pixel-ratio:2){
.imgFloatLeftDeco{
	max-width:50%;
}
}

.divStyle01{
	border:solid 1px #ccc;
	border-radius:10px;
	margin:5px;
}

.bold{
	font-weight:bold;
}
.orange{
	color:#F60;
}
.orangeBold{
	color:#F60;
	font-weight:bold;
}
.green{
	color:#009900;
}
.blueDeco{
	color:#218BDA;
	border-bottom:1px dashed #4da3cc;
}
.blueBold{
	color:#4DA3CC;
	font-weight:bold;
}
.textAlignRight{
	text-align:right;
}
.textAlignCenter{
	text-align:center;
}
