@charset "UTF-8";

/* 3～10インチ基本レイアウト */
/* Fluid Grids設定 .container */
.container {
	width: 970px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
	float: left;
}
.col-md-12{
	width: 100%;
}
.col-md-11{
	width: 91.66666%;
}
.col-md-10{
	width: 83.33333%;
}
.col-md-9{
	width: 75%;
}
.col-md-8{
	width: 66.66666%;
}
.col-md-7{
	width: 58.33333%;
}
.col-md-6{
	width: 50%;
}
.col-md-5{
	width: 41.66666%;
}
.col-md-4{
	width: 33.33333%;
}
.col-md-3{
	width: 25%;
}
.col-md-2{
	width: 16.66666%;
}
.col-md-1{
	width: 8.33333%;
}


/* コンテンツレイアウト */
.post	{
	width: 48.387%; /* Fluid Grids設定 */
	margin-right: 3.2258%;
}

.post:nth-child(even)	{margin-right: 0;}


/* コンテンツ */
.kaikaku p{
	margin-top: 60px;
}


/* 画像 */
.post img{
  max-width: 100%;
  height: auto;
}

.post h2	{font-size: 22px;}

.post p	{font-size: 16px;}

.post .more_s	{font-size: 18px;}


/* ヘッダー */

/* ナビゲーションメニュー */
#nav	{padding-top: 0;}

#nav li:nth-child(2)	{
	float:none;
	overflow:hidden;
}


/* ヘッダー記事 */

.floatBlock{
	float: left;
	width: 50%;
	padding: 20px;
}

.mb2{ margin-bottom: 4px; }



/*----------------
Vol.08
------------------*/
.helloBg008{
	background: url('../images/008/vol8_002sp.png') no-repeat center center;
	background-size: contain;
}
.nText{
	margin: 0 auto 30px;
	width: 60%;
	font-size: 21px;
}
.mb60{
	margin-bottom: 50px;
}
.new_m{
	margin-top: -10px;
	width: 80px;
}