@charset "utf-8";
/* CSS Document */

.page img{
	height:auto!important;
}


/*サイドバー（セレクター）*/
.side select{
	-webkit-appearance: none;
	width: 100%;
	font-size: 16px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	border: 1px solid #B3B3B3;
	padding: 0 5px;
	line-height: 40px;
	height: 40px;
	background: url(../news/images/select_icon.gif) no-repeat center right 15px,#fff;
    background-size: 8px;
	margin-top: 1em;
}

/*メインカラム*/
section.mainColumn{
	width: 100%;
	margin-top: 2em;
}

section.mainColumn ul{
	margin: 2em 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
section.mainColumn li{
	color: #333;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
section.mainColumn li:last-child{
	border-bottom: none;
}
section.mainColumn li span{
	font-size: 3.6vw;
	line-height: 5.5vw;
}
section.mainColumn li img{
	width: auto;
	height: 5.5vw;
	margin-left: 1em;
	vertical-align: middle;
}
section.mainColumn li p{
	font-size: 3.8vw;
	line-height: 1.5;
	margin-top: 10px;
}
section.mainColumn li a{
	color: #333;
}

/*メインカラム（記事）*/
article .title{
	font-size: 4.5vw;
	line-height: 1.8;
}
article .title img{
	width: auto;
	height: 5.5vw;
	margin-left: 1em;
	vertical-align: middle;
}
article .title p{
	padding-bottom: 0.5em;
	margin: 1em 0 1.5em;
	font-size: 4.5vw;
	font-weight: bold;
	border-bottom: 2px solid #b3b3b3;
	line-height: 1.5;
}
article .content img{
	width: 100%;
	height: auto;
}
article .content p{
	margin-bottom: 1em;
	line-height: 1.7;
}

/*メインカラム（戻るボタン）*/
section.mainColumn .return {
	width: 90%;
	margin: 0 auto;
	margin-top: 55px;
}
section.mainColumn .return a{
	color: #fff;
	border-radius: 4px;
	background: #b3b3b3;
	display: block;
	text-align: center;
	line-height:  1.8;
	padding: 10px 0;
}
section.mainColumn .return a:hover{
	background: #444;
	text-decoration: none;
}

/*ページャー*/
#pager {
	display: table;
	margin: 0 auto;
	text-align: center;
}
#pager a {
	font-size: 3.8vw;
	margin: 0 0.5em;
	color: #333;
	text-decoration: underline;
}
#pager a#current {
	font-weight: bold;
	text-decoration: none;
}
	

@media screen and (min-width: 668px){

/*サイドバー*/
aside.leftArea{
	width: 200px;
	float: left;
}

aside h3{
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 1;
}

.parent{ /*親カテゴリー　全てのカテゴリー*/
	color: #fff;
	padding: 0.8em 0 0.8em 15px;
	font-size: 16px;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	background: #00A73C url(../news/images/contact_arrow_cate.png) no-repeat;
	background-position: right 14px center;
	cursor: pointer;
}
.slide .parent{ /*アーカイブ　close*/
	color: #fff;
	background: #00A73C url(../news/images/contact_arrow_close.png) no-repeat;
	background-position: right 14px center;
}
.slide .active{ /*アーカイブ　active*/
	color: #fff;
	background: #00A73C url(../news/images/contact_arrow_open.png) no-repeat;
	background-position: right 14px center;
}
.side a{ /*子カテゴリ*/
	display: block;
	padding: 0.8em 0 0.8em 35px;
	color: #323232;
	font-size: 16px;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	background: #f2f2f2 url(../news/images/contact_arrow_child.png) no-repeat;
	background-position: 14px center;
	cursor: pointer;
}


/*メインカラム*/
section.mainColumn{
	width: 680px;
	float: right;
	margin-top: 0;
}

section.mainColumn ul{
	margin: 21px 0;
}
section.mainColumn li{
	padding: 20px 0;
}
section.mainColumn li span{
	font-size: 14px;
	line-height: 20px;
}
section.mainColumn li p{
	font-size: 16px;
}


/*メインカラム（記事）*/
article{
	margin-bottom: 2em;
}
article .title{
	font-size: 14px;
}
article .title img{
	vertical-align: middle;
}
article .title p{
	margin: 1em 0 1.5em;
	padding-bottom: 0.5em;
	font-size: 20px;
	color: #333333;
	line-height: 1.2;
	border-bottom: 1px solid #b3b3b3;
}
article .content p{
	margin-bottom: 2em;
}
article .content p:last-child{
	margin-bottom: 0;
}

/*メインカラム（戻るボタン）*/
section.mainColumn .return {
	width:300px;
	font-size:16px;
}


/*ページャー*/
#pager a {
	font-size: 14px;
}



}