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


#contents{
	width:100%;
	padding:158px 0 60px 0;
}
#contents .inner{
	width:100%;
	max-width:1020px;
	margin:0 auto;
	position:relative;
}
#contents .inner h3{
	text-indent: 100%;
	white-space: nowrap;
	width: 233px;
	height: 23px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin:0 auto 30px auto;
	overflow: hidden;
}


#contents .inner hr{
	width:320px;
	margin-bottom:60px;
	border-bottom:solid 2px #000;
}

#contents .inner .post{
	width:980px;
	padding-bottom:30px;
	margin:0 auto 30px auto;
	border-bottom:solid 1px #000;
}
#contents .inner .post.bottom{
	padding-bottom:0px;
	margin:0 auto;
	border-bottom:none;
}
.post .text{
	text-align:left;
	width:460px;
	float:right;
	position:relative;
}
.post .text.txtl{ float:left; }

.post .text h5{
	font-family:"museo-sans", Helvetica, sans-serif;
	font-weight:900;
	font-size:1.4em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}
.post .text p,.post .text ul{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.7em;
	line-height:1.6em;
}



/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 736px) {

#contents{
	padding:79px 0 30px 0;
	margin:0 auto;
}
#contents .inner{
	width:auto;
	padding: 0 15px;
}
#contents .inner h3{
	color: #000;
	font-family:"museo-sans", Helvetica, sans-serif;
	font-size:1.4rem;
	font-weight: 900;
	text-indent: 0;
	width: auto !important;
	height: auto !important;
	background-image: none !important;
	margin-bottom:15px;
}
#contents .inner hr{
	width:160px;
	margin-bottom:30px;
	border-bottom:solid 1px #000;
}

#contents .inner .post{
	width:100%;
	padding-bottom:15px;
	margin:0 auto 15px auto;
	border-bottom:solid 1px #000;
}
#contents .inner .post.bottom{
	padding-bottom:0px;
	margin:0 auto;
	border-bottom:none;
}
.post .text{
	width:100%;
	float:none;
}
.post .text.txtl{
margin-bottom: 10px;
float:none;
}

.post .text h5{
	font-size:1.2rem;
	letter-spacing: 0;
	margin-bottom:10px;
}
.post .text p,.post .text ul{
	font-size:0.7rem;
	line-height:1.6rem;
}

}


