@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © Le uwin. ALL RIGHTS RESERVED.

HTML CSS Selectors Topics

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#contents-wrapper header {
	text-align: center;
	margin-bottom: 40px;
}
#contents-wrapper .wrap {
	width: 1000px;
	margin: 35px auto 120px;
	overflow:hidden;
}
#contents-wrapper main {
	display: block;
	float: left;
	width: 740px;
}
#contents-wrapper article {
	padding-bottom: 93px;
	margin-bottom: 55px;
	background-image: url(../img/common/icon_contents.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contents-wrapper article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	background-image: none;
}
#contents-wrapper article header {
	margin-bottom: 42px;
	position: relative;
	text-align: left;
	background-image: url(../img/topics/bg_header.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#contents-wrapper article header:before,
#contents-wrapper article header:after {
	width: 100%;
	height: 2px;
	background-image: url(../img/topics/line_header.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	content:"";
}
#contents-wrapper article header:before {
	top: 0;
}
#contents-wrapper article header:after {
	bottom: 0;
}

#contents-wrapper article header h3 {
	padding: 37px 20px 5px 186px;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #858585;
	text-align: left;
	background-image: none;
}
#contents-wrapper article header .category {
	padding-right: 7px;
	padding-bottom: 18px;
	font-size: 11px;
	line-height: 1;
	text-align: right;
	color: #858585;
}
#contents-wrapper article header .date {
	width: 154px;
	height: 77px;
	position: absolute;
	top: 2px;
	left: 0;
	font-family: 'Bad Script', cursive;
	line-height: 1;
	background-image: url(../img/topics/bg_date.png);
	background-repeat: no-repeat;
}
#contents-wrapper article header .date span {
	display: block;
	position: absolute;
}
#contents-wrapper article header .year {
	font-size: 12px;
	top: 22px;
	left: 31px;
	color: #858585;
}
#contents-wrapper article header .month {
	font-size: 30px;
	top: 16px;
	right: 52px;
}
#contents-wrapper article header .day {
	font-size: 30px;
	top: 52px;left: 108px;
}
#contents-wrapper article header .week {
	font-size: 10px;
	top: 38px;
	left: 31px;
	color: #858585;
}

/*日付なし*/
#contents-wrapper article header.none {
	display: block !important;
	background-image:none;
}
#contents-wrapper article header.none h3 {
	padding-left: 20px;
}

#contents-wrapper article header.none .date {
	display: none;
}


.post {
	padding: 0 20px 80px;
	background-image: url(../img/topics/line_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.post p {
	line-height: 2;
	color: #7F7F7F;
}
.post img {
	max-width: 100%;
	height: auto;
}



#contents-wrapper aside {
	width: 220px;
	float: right;
}
.side_box {
	padding: 2px;
	margin-bottom: 38px;
	background-image: url(../img/topics/bg_side.png);
}
.side_box .inner {
	padding: 24px 28px 35px;
	background-color: #fff;
}
.side_box h3 {
	padding-bottom: 20px;
	margin-bottom: 28px;
	font-family: 'Bad Script', cursive;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	background-image: url(../img/common/ttl_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.side_box ul {
}
.side_box li {
	padding-bottom: 12px;
}
.side_box li a {
	display: block;
	color: #858585;
}
