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

html,body {
	width: 100%;
	background: #f8f8f8;
}

#container {
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #181818;
	text-decoration: none;
}

.yanone {font-family: 'Yanone Kaffeesatz', sans-serif;}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/
#header {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 10px;
}

#siteid {
	padding: 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #787878;
}

#siteid a {
	color: #f54567;
}

#sitetxt {
	padding: 5px 0;
	font-size: 12px;
	color: #787878;
}

/**/
#sitenav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#sitenav ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: right;
}

#sitenav ul li {
	display: inline-block;
	margin: 0 10px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}

/**/
#gnav {
	width: 1000px;
	margin: 0 auto 20px;
}

#gnav ul {
	overflow: hidden;
	background: #f54567;
	border: 1px solid #efefef;
	box-shadow :1px 1px 1px rgba(000,000,000,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}

#gnav ul a {
	color: #fff;	
}

#gnav ul li {
	float: left;
	padding: 10px;
	font-size: 12px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #f54567;
}

/*-------------------------------------------------
CONTAINER
-------------------------------------------------*/
#main_container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#main {
	float: left;
	width: 70%;
}
#sub {
	float: left;
	width: 30%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

.recently_list,
.category_list {
	background: #fff;
}

/*recently_list*/
.recently_list .tit,
.category_list .tit {
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #FDDFDF;
	border-bottom: 0;
	color: #f54567;
}
.recently_list ul,
.category_list ul {
	border-left: 1px solid #FDDFDF;
	border-top: 1px solid #FDDFDF;
}
.recently_list li,
.category_list li {
	padding: 10px;
	overflow: hidden;
	border-right: 1px solid #FDDFDF;
	border-bottom: 1px solid #FDDFDF;
}

.recently_list li .pic,
.category_list li .pic {
	float: left;
	width: 67px;
	height: 67px;
	position: relative;
	overflow: hidden;
}

.recently_list li .pic img,
.category_list li .pic img {
	height: 67px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.recently_list li .txt,
.category_list li .txt {
	float: left;
	width: 170px;
	padding-left: 10px;
}

.category_list li .txt span {
	color: #F90;
}

/**/
#entry_container {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 20px;
	overflow: hidden;
	border-left: 1px solid #FDDFDF;
	border-bottom: 1px solid #FDDFDF;
	background: #fff;
}

.entry_wrap {
	border-top: 1px solid #FDDFDF;
	border-right: 1px solid #FDDFDF;
}

.entry_wrap h3,
.entry_wrap2 h3,
.entry_wrap3 h3 {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #f54567;
	border-bottom: 1px solid #FDDFDF;
}

.entry_wrap p,
.entry_wrap2 p,
.entry_wrap3 p {
	padding: 10px 20px;
	line-height: 1.8em;
}

.entry_wrap2 .entry_body p,
.entry_wrap3 .entry_body p {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.entry_wrap .entry_footer,
.entry_wrap2 .entry_footer,
.entry_wrap3 .entry_footer {
	border-top: 1px solid #FDDFDF;
}

.entry_wrap .tag,
.entry_wrap2 .tag,
.entry_wrap3 .tag {
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}

.entry_wrap2 {
	float: left;
	width: 498px;
	border-right: 1px solid #dcdcdd;
}

.entry_wrap3 {
	float: right;
	width: 498px;
	border-right: 1px solid #dcdcdd;
}

.entry_wrap2 .entry_body,
.entry_wrap3 .entry_body {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.blue-top {
	border-top: 5px solid #2C5379;
}

.green-top {
	border-top: 5px solid #26AE90;
}

.orange-top {
	border-top: 5px solid #F8823C;
}


.top_thumb {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 10px;
	line-height: 0;
}

.top_thumb img {
	width: 100%;
	border: 1px solid #dcdcdd;
}

.thumb {
	width: 458px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #dcdcdd;
}

.thumb img {
	width: 458px;
}

.entry_body dl {
	padding: 20px;
	
}

.entry_body dt {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background: #f5f5f5;
}

.entry_body dd {
	padding: 10px 20px;
}

.entry_body dd li {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

/*-------------------------------------------------
SUB
-------------------------------------------------*/

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

#footer {
	width: 100%;
	background: #efefef;
	border-top: 1px solid #dcdcdd;
	text-align: center;
}

#footer #copyright {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
/*-------------------------------------------------
COMMON
-------------------------------------------------*/

/* 画像置き換え用 */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* ブラウザ、スクリーンリーダから隠す
 css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
 
/* ブラウザからは隠し、スクリーンリーダからは利用できる */
.visuallyhidden { position: absolute !important;   
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); }

/* ブラウザとスクリーンリーダから隠し、レイアウトを保持 */
.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after { 
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}