@charset "Shift_JIS";

/* ========================================

	対象ファイル：/blog/
	対象箇所　　：コンテンツ枠内

======================================== */

.pages {
	position: relative;
}

#sns_fb_like  {
	position: relative;
	width: auto;
	height: 0;
}

#sns_fb_like .sfl_inner {
	position: absolute;
	right: 0;
	top: -51px;
}


/* ---------- nombre ---------- */

.nombre {
	text-align: center;
}

.nombre a {
	color: #4B4B4B;
	text-decoration: none;
}

.nombre .current_page {
	font-weight: bold;
	color: #FF2850;
}

.nombre a:hover {
	color: #FF2850;
}


/* ---------- article ---------- */

.article {
	margin-top: 20px;
	padding-bottom: 10px;
}

.date_wrap {
	width: 670px;
	height: 32px;
	margin-bottom: 30px;
	padding: 0 20px;
	background: url(../img/blog/date_bg.gif) no-repeat;
	line-height: 32px;
	color: #FFF;
}

.date {
	float: left;
}

.name {
	float: right;
}

.photo {
	text-align: center;
}
.photo img {
	max-width: 500px;
	height: auto;
}


h3 {
	margin-top: 20px;
	padding: 0 10px;
}

.text {
	padding: 0 10px;
}


/* ---------- thumb_wrap ---------- */

.pages h3#recent_entry {
	margin-top: 20px;
	padding: 0;
	line-height: 1em;
}

#thumb_wrap {
	width: 710px;
	height: 140px;
	margin: 10px 0 30px;
	background: url(../img/blog/thumb_bg.gif) no-repeat;
}

#btn_prev,
#btn_next {
	float: left;
}

#thumb {
	width: 650px;
	height: 120px;
	padding: 10px 0;
	overflow: hidden;
	float: left;
	position: relative;
}

#thumb ul {
	width: 650px;
	height: 120px;
	position: absolute;
	left: 0;
}

#thumb li {
	background: #fff;
	width: 120px;
	height: 120px;
	margin-right: 5px;
	float: left;
	text-align: center;
	font-size: 70%; 
	line-height: 30px;
}

#thumb li a,
#thumb li img {
	display: block;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

#thumb li img {
	width: 120px;
	height: 90px;
}


/* ---------- thumbs_module ---------- */

#thumbs_module {
	background: #fff;
}

#thumbs_module #thumb_wrap {
	margin: 0;
}

#thumbs_module h3 {
	display: none;
}