/* ### 基本的なレイアウト ### */
body	{margin: 24px 10px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}

#container	{width: 960px;
	margin: auto;}

#header	{margin-bottom: 10px;}

#headerpost	{margin-bottom: 30px;}

#content	{margin-bottom: 30px;}

#banner	{margin-bottom: 30px;}



/* ### コンテンツ部分の記事のレイアウト ### */

#content	{overflow: hidden;}
#caption{
	width: 960px;
	height: 300px;
	background: url(./img/caption.jpg);
	background-size:contain;
}
#caption_banner{
	width: 960px;
	height: 148px;
	background: url(./img/banner.jpg);
	background-size:contain;
}
#caption_banner2{
	width: 960px;
	height: 95px;
	background: url(./img/ovtb.jpg);
	background-size:contain;
}
.post	{float: left;
	width: 216px;
	margin-right: 32px;
	margin-bottom: 25px;}

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

/* ### コンテンツ ### */

/* サムネイル画像 */
.post img	{width: 216px;
	height: auto;
	vertical-align: bottom;
	border: none;}

/* 記事のタイトルと文章 */
.post h2	{font-size: 14px;
	margin: 5px 0 0;}

.post p	{font-size: 12px;
	margin: 10px 0 0 0;}

/* 投稿日 */
.post .date	{float: left;
	margin: 0;}

/* 続きを読むボタン */
.post .more_s	{float: right;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	background-color: #666666;
	background-image: url(img/more_small.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	padding: 3px 25px 3px 5px;
	margin: 0;}

/* リンク */
.post a	{color: #000000;
	text-decoration: none;
	display: block;
	overflow: hidden;}

.post a:hover	{background-color: #cfffb2;}



/* ### ヘッダー ### */

/* サイト名 */
#site	{float: left;}

#site h1	{margin: 0;}

#site img	{vertical-align: bottom;}

#site img	{width: 150px;
	height: auto;}

/* ナビゲーションメニュー */
#nav	{float: right;
	font-size: 22px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	padding-top: 30px;}

#nav ul	{margin: 0;
	padding: 0;}

#nav li	{list-style-type: none;
	float: left;}

#nav li a	{display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	border-bottom: solid 5px transparent;
	color: #000000;}

#nav li a:hover	{border-bottom-color: #ff1e97;}

#header	{overflow: hidden;}





/* ### ヘッダー記事 ### */

/* 記事の画像 */
#headerpost img	{float: left;
	vertical-align: bottom;}

/* 記事のタイトルや文章 */
#headerpost #lead	{float: left;
	width: 300px;
	color: #ffffff;
	margin-left: 25px;
	overflow: hidden;}

#headerpost h2	{margin: 20px 0;}

#headerpost .more	{font-size: 18px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	text-align: right;}

#headerpost .more a	{color: #ffffff;
	background-image: url(img/more.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 10px 40px 10px 0;
	text-decoration: none;}

/* 背景 */
#headerpost	{background-color: #333333;
	background: -webkit-gradient(linear,left top, left bottom, from(#000000), to(#888888));
	background: -webkit-linear-gradient(#000000 0%, #888888 100%);
	background: -moz-linear-gradient(#000000 0%, #888888 100%);
	background: -o-linear-gradient(#000000 0%, #888888 100%);
	background: -ms-linear-gradient(#000000 0%, #888888 100%);
	background: linear-gradient(#000000 0%, #888888 100%);
	overflow: hidden;}



/* ### バナー ### */

/* 記事の画像 */
#banner img	{float: left;
	vertical-align: bottom;}

/* 記事のタイトルや文章 */
#banner #lead	{float: left;
	width: 300px;
	color: #ffffff;
	margin-left: 25px;
	overflow: hidden;}

#banner h2	{margin: 20px 0;}

#banner .more	{font-size: 18px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	text-align: right;}

#banner .more a	{color: #ffffff;
	background-image: url(img/more.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 10px 40px 10px 0;
	text-decoration: none;}

/* 背景 */
#banner	{background-color: #333333;
	background: -webkit-gradient(linear,left top, left bottom, from(#000000), to(#888888));
	background: -webkit-linear-gradient(#000000 0%, #888888 100%);
	background: -moz-linear-gradient(#000000 0%, #888888 100%);
	background: -o-linear-gradient(#000000 0%, #888888 100%);
	background: -ms-linear-gradient(#000000 0%, #888888 100%);
	background: linear-gradient(#000000 0%, #888888 100%);
	overflow: hidden;}



/* ### フッター ### */

#footer	{font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #333333;
	padding: 10px 10px 20px;}


/* サイト名 */
#footer p	{float: left;
	margin: 0;}


/* アイコンメニュー */
#iconmenu	{float: right;}

#iconmenu ul	{margin: 0;
	padding: 3px 0 0;}

#iconmenu li	{display: inline;
	list-style-type: none;}

#iconmenu img	{border: none;}


/* サブメニュー */
#submenu	{clear: both;}

#submenu ul	{margin: 10px 0;
	padding: 3px 0 0;
	font-size: 12px;}

#submenu li	{display: inline;
	list-style-type: none;}

#submenu a	{color: #ff1e97;
	font-weight: bold;
	border-right: solid 1px #ffffff;
	padding-right: 6px;
	margin-right: 3px;
	text-decoration: none;}

#submenu li:last-child a	{border: none;}

#submenu li + li + li a	{border: none;}


/* コピーライト */
small	{font-size: 12px;
	display: block;}


/* Youtube */
.vWrap{
position: relative;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 50%;
padding-top: 90px;
overflow: hidden;
}

.vWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


hr {
	border-width: 1px 0 0 0; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #000000; /* 線色 */
	height: 1px; /* IE6用対策 */
	clear: both; /* IE6用対策 */
}

.txt {
	font-style: normal;
	font-size: 16px;
}

.txt-s {
	font-style: normal;
	font-size: 12px;
}



/* ### SHARE ### */

/* 記事の画像 */
#share 	{float: right;}


/* ### ロールオーバー ### */
#banner:hover {
filter: alpha(opacity=0.8);
opacity: 0.8;
-moz-opacity: 0.8;
}
#banner2:hover {
filter: alpha(opacity=0.8);
opacity: 0.8;
-moz-opacity: 0.8;
}