@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors blog
$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#contents-wrapper article {
	width: auto;
	margin-left: 0;
	margin-right: 0;
}
#contents-wrapper #wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
.pages,.extend,.first,.last {
	display: none !important;
}
.previouspostslink,
.nextpostslink {
	font-weight: bold;
}

.wp-pagenavi {
	padding-bottom: 35px;
}

#contents-wrapper article img {
	max-width: 100%;
	height: auto;
}
/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */
#mv {
	padding-bottom: 35px;
}


#wrap-list {
	width: 760px;
	float: left;
}
#wrap-list article {
	margin-bottom: 30px;
	padding: 34px 39px;
	background-color: #fff;
	border: 1px solid #F5F0E1;
	overflow:hidden;
}
#wrap-list article header {
	padding-bottom: 15px;
	border-bottom: 1px solid #ECE2CD;
	margin-bottom: 24px;
	overflow:hidden;
}
#wrap-list article header h3 {
	width: 505px;
	float: right;
	font-size: 22px;
	line-height: 1.2;
}
#wrap-list article header .date {
	width: 175px;
	float: left;
	font-family: 'Arizonia', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 32px;
	line-height: 1;
	color: #903;
	margin-top: -8px;
}

#wrap-list article .desc {
	width: 360px;
	float: right;
}
#wrap-list article .desc .txt {}
#wrap-list article .desc .acn-detail {
	padding-top: 15px;
	padding-left: 240px;
}
#wrap-list article .desc .acn-detail a {
	height: 60px;
}

#wrap-list article .thumb {
	width: 300px;
	text-align: center;
	float: left;
}





/*---------------------------------------------------------------------------------
個別
--------------------------------------------------------------------------------- */
#wrap-detail {
	width: 760px;
	float: left;
}
#wrap-detail article {
	margin-bottom: 30px;
	padding: 34px 39px;
	background-color: #fff;
	border: 1px solid #F5F0E1;
	overflow:hidden;
}
#wrap-detail article header {
	padding-bottom: 15px;
	border-bottom: 1px solid #ECE2CD;
	margin-bottom: 24px;
	overflow:hidden;
}
#wrap-detail article header h3 {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}
#wrap-detail article header .date {
	font-family: 'Arizonia', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 39px;
	line-height: 1;
	color: #903;
	margin-top: -8px;
	text-align: center;
	padding-bottom: 20px;
}
#wrap-detail article .detail {
	padding-bottom: 70px;
	border-bottom: 1px solid #ECE2CD;
}
#wrap-detail article .detail p {
	padding-bottom: 15px;
}
#wrap-detail article .tags {
	padding-top: 60px;
	padding-left: 20px;
	text-align: right;
}
#wrap-detail article .tags a {
	display: inline-block;
	padding-left: 25px;
}


/*---------------------------------------------------------------------------------
サイド
--------------------------------------------------------------------------------- */
#contents-wrapper .blog_sidebar {
	width: 220px;
	float: right;
}
.blog_sidebar > div {
	padding: 15px 19px 25px;
	background-color: #fff;
	border: 1px solid #F5F0E1;
	margin-bottom: 20px;
}
.blog_sidebar h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ECE2CD;
	font-family: 'Arizonia', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 32px;
	line-height: 1;
	text-align: center;
}
.blog_sidebar h3 .jp {
	display: block;
	padding-top: 7px;
	text-align: center;
	font-size: 12px;
}

/*Category*/
.blog_sidebar .category ul {
	padding-top: 10px;
	padding-left: 15px;
}
.blog_sidebar .category li {
	padding-bottom: 7px;
	line-height: 1.2;
}

/*Latest post*/
.blog_sidebar .lastest_post li {
	padding-bottom: 20px;
}
.blog_sidebar .lastest_post li a,
.blog_sidebar .lastest_post li span {
	display: block;
}
.blog_sidebar .lastest_post li img {
	width: 180px;
	height: 115px;
}
.blog_sidebar .lastest_post li .date {
	padding-top: 5px;
	font-family: 'Arizonia', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #903;
	text-align: center;
 }
.blog_sidebar .lastest_post li .ttl {
	padding-top: 8px;
	text-align: center;
	line-height: 1.6;
}

/*tag*/
.blog_sidebar .tags ul {
	overflow:hidden;
}
.blog_sidebar .tags li {
	padding-right: 11px;
	padding-bottom: 9px;
	float: left;
}
.blog_sidebar .tags li a {
	display: block;
	padding: 8px 8px 7px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border-radius: 5px;
	background-color: #DACDBC;	
}










