@charset "UTF-8";

/*=================================
    ○○○○ページデザイン
    100805
    100806　修正
=================================*/

/* 基本
=========================================*/
* {
    margin: 0;
    padding: 0;
}

img{
	border:0;
}
ul{
	list-style-type: none;
}

.clear{
	clear:both;
	font-size:1px;
	color:#ffffff;
}

/*---clearfix---*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
line-height:0;
font-size: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
zoom: 1;
}
.clearfix {
display: block;
}

body{
	text-align:center;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:14px;
	line-height:1.6em;
	color:#333333;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#cc0000;
}

/* header
=========================================*/
#mainNavi{
	width:1080px;
	margin:0 auto;
	height:60px;
}
#mainNavi li{
	display:block;
	float:left;
	width:20%;
}
#mainNavi li a{
	display:block;
	padding:20px 0 0;
	height:40px;
}
#mainNavi li.on a,
#mainNavi li a:hover{
	background:url(images/ico01.png) no-repeat center bottom;;
}


/* header
=========================================*/
#header{
	background:#ff8400 url(images/background.gif) repeat-x;
	height:400px;
}
#header h1{
	text-align:center;
}
#header h1 img{
	margin:0 auto;
}

/* mainCts
=========================================*/
#mainCts{
	width:65%;
	float:left;
	padding:60px 0;
}
#mainCtsInner{
	width:700px;
	float:right;
	margin-right:40px;
	text-align:left;
}
#mainCtsInner .post h1{
	font-size:24px;
}
#mainCtsInner .post h2{
	margin:20px 0 5px;
	font-size:16px;
}
#mainCtsInner .article-content a {
	color: #F17500;
	font-weight: bold;
}
/* sideCts
=========================================*/
#sideCts{
	width:35%;
	float:right;
	background:#f1f1f1;
	padding:60px 0;
}
#sideCtsInner{
	width:300px;
	float:left;
	margin-left:40px;
	text-align:left;
}
.bnrBox img{
	margin-bottom:10px;
}

#footer{
	background:#cdcdcd;
}
#footer ul{
	width:1080px;
	margin:0 auto;
	padding:10px 0 30px;
	text-align:left;
}
#footer li{
	display:inline;
	padding:0 1em;
}
#footer li:first-child{
	padding:0 1em 0 0;
	border-right:1px solid #666;
}

@media screen and (max-width: 640px) {
/* header
=========================================*/
#mainNavi{
	width:100%;
}
#header{
	height:200px;
	background-size: auto 200px;
}
#header h1 img{
	max-width:90%;
}
#sideCts{
display:none;
}
#mainCts{
	width:100%;
}
#mainCtsInner{
	width:90%;
	margin:0 5%;
}
#footer ul{
	width:90%;
	margin:0 5%;
}

.article-content img{
	max-width:100%;
}

}

