@charset "UTF-8";

/* guide_common */
section.content > header {
	background-image: url(../images/contents/common/bg-h2.jpg);
}



/* search */
section.content > div.body > div.entry-body h3.search_title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	color: #444444;
	font-size: 120%;
	line-height: 1.6;
	font-weight: normal;
	border-top: none;
}

section.content > div.body > div.entry-body h3.search_title:before {
	border-top: none;
}

section.content > div.body > div.entry-body > p + h3.search_title {
	margin-top: 30px;
}

span.search_highlight {
	background-color: #ffff00;
	font-size: inherit;
}



/* news */
section.content > div.body > div.entry-body > div.news_post {
	width: 415px;
	padding: 14px;
	float: left;
	border: 1px #e6e6e6 solid;
	box-sizing: border-box;
}

section.content > div.body > div.entry-body > div.news_post > div.news-thumb {
	background-color: #f1f5f4;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	overflow: hidden;
	float: left;
}

section.content > div.body > div.entry-body > div.news_post > div.news-thumb > a > img {
	width: 100%;
	height: auto;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info {
	width: 280px;
	height: auto;
	float: right;
	padding-left: 15px;
	position: relative;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > dl {
	width: 170px;
	margin-left: 0px !important;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 1px #c0b5b0 solid;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > dl > dt {
	color: #ffffff;
	background-color: #c0b5b0;
	width: 50%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 0px !important;
	float: left;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > dl > dd {
	width: 50%;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	margin: 0px auto !important;
	padding: 5px 0px;
	float: right;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > p.news-new {
	color: #ee0000;
	font-size: 12px;
	margin: 0;
	padding: 2px 0px;
	position: absolute;
	top: 0;
	left: 196px;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > h3 {
	color: #1e8582;
	font-size: 100%; /* 15px */
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0.2em 0;
	padding: 0 !important;
	border-top: none;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > h3:before {
	display: none;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > h3 > a {
	color: #1e8582;
	font-size: 100%; /* 15px */
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 !important;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > h3 > a:hover {
	text-decoration: underline;
}

section.content > div.body > div.entry-body > div.news_post > div.news-info > p.overview {
	font-size: 86.7%; /* 13px*/
	line-height: 1.4;
	margin: 0px;
}

section.content > div.body > div.entry-body > div.news_post + div.news_post {
	margin-left: 30px;
}

section.content > div.body > div.entry-body > div.news_post:nth-of-type(n+3) {
	margin-top: 30px;
}

section.content > div.body > div.entry-body > div.news_post:nth-of-type(odd) {
	margin-left: 0px !important;
	clear: both;
}



/* faq */
section.content > div.body > div.entry-body > dl.faq {
	margin-left: 10px;
	
}

section.content > div.body > div.entry-body > dl.faq > dt {
	cursor: pointer;
	padding-left: 15px;
	background-image: url(../images/contents/common/list-marker.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

section.content > div.body > div.entry-body > dl.faq > dt:hover{
	text-decoration: underline;
}

section.content > div.body > div.entry-body > dl.faq > dd {
	margin-left: 15px;
	padding-bottom: 10px;
	display: none;
}



/* sitemap */
section.content > div.body > div.entry-body > div.sitemap_wrapper {
	width: 50%;
	float: left;
}

section.content > div.body > div.entry-body > div.sitemap_wrapper:nth-of-type(n+3) {
	margin-top: 50px;
}

section.content > div.body > div.entry-body > div.sitemap_wrapper:nth-of-type(odd) {
	clear: both;
}

section.content > div.body > div.entry-body > div.sitemap_wrapper > h3 {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}

section.content > div.body > div.entry-body > div.sitemap_wrapper > h3:before {
	display: none;
}

section.content > div.body > div.entry-body > div.sitemap_wrapper > ul + h3 {
	margin-top: 30px;
}
@media screen and (max-width: 736px) {
	section.content > div.body > div.entry-body > div.news_post {
		height: auto!important;
		width: 100%;
		margin-bottom: 20px;
	}
	section.content > div.body > div.entry-body > div.news_post + div.news_post {
		margin-left: 0;
	}
	section.content > div.body > div.entry-body > div.news_post:nth-of-type(n+3) {
		margin-top: 0;
	}
	section.content > div.body > div.entry-body > div.news_post > div.news-thumb {
		background-color: #f1f5f4;
	    line-height: 0;
	    width: 20%;
	    height: 20%;
	    border-radius: 50%;
	    overflow: hidden;
	    float: left;
	}
	section.content > div.body > div.entry-body > div.news_post > div.news-info {
		width: 75%;
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	section.content > div.body > div.entry-body > div.sitemap_wrapper {
		width: 100%;
		float: none;
	}
	section.content > div.body > div.entry-body > div.news_post > div.news-info > h3 {
		border: none;
	}
	section.content > div.body > div.entry-body > div.news_post > div.news-info > h3:after {
		display: none;
	}
	section.content > div.body > div.entry-body > dl.faq > dt {
		background-position: 0 3px;
	}
	section.content > div.body > div.entry-body > dl.faq > dt {
		padding-bottom: 10px;
	}
	section.content > div.body > div.entry-body > div.news_post > div.news-thumb > a > img {
		margin: 0;
	}
}