@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* ブログ詳細
--------------------------------------------------------------------*/

#content #blog_detail {
	margin-bottom:40px;
}

#content #blog_detail dt{
	border-bottom:1px dotted #ccc;
	padding:0 5px;
	margin-bottom:7px;
	font-weight:bold;
}

#content #blog_detail .back{
	margin-top:20px;
}
.section .box p {
	padding-right: 4px;
}
.section  p.img {
	margin: 24px 0;
}
.section .box p span.texxt {
	color: #EB0D7B;
	font-weight: bold;
	text-decoration: underline;
}
.section .box p span.text_bck {
	font-weight: bold;
	
}
.section .box p span.text_color {
	color: #0066CC;
}
#content h3 {
	background: url(../image/h3_bg1.jpg) right bottom no-repeat;
	margin-bottom: 14px;
}
/* ブログ一覧（最新・全て・月別）
--------------------------------------------------------------------*/

#info {
	overflow:hidden;
	zoom:1;
	padding-bottom:10px;
}

#info #left {
	width:440px;
	float:left;
}

#info #left dl {
	margin-bottom: 30px;
	border-bottom: 1px dotted #C1A448;
	padding-bottom: 30px;
}

#info #left dl dt {
	padding: 4px 4px 2px 0px;
	margin-bottom:14px;
	font-size:1.142em;
	background: #FFFF37;
}

#info #left dl dt a {
	display:block;
	color: #4A3D00;
	padding-left: 10px;
	font-weight:bold;
	text-decoration: none;
}


#info #left dl dd.time {
	text-align:right;
	color: #0066CC;
	font-size: 0.85em;
	font-weight: bold;
}

#info #left dl dd.btn {
	margin-top:16px;
}

#info #right {
	width:172px;
	float:right;
	padding-bottom:20px;
}

#info #right table {
	/*font-size:0.85em;*/
	margin:10px 0 26px;
}

#info #right table th,
#info #right table td {
	border:none;
	padding:3px 0 1px;
	text-align:center;
	background:none;
	font-size: 0.85em;
}

#info #right table th {
	font-weight:bold;
	/*width:21px;*/
}

#info #right table caption {
	text-align:left;
	font-weight:bold;
	padding:0px 0px 4px 0px;
	border-bottom:1px solid #C1A448;
	font-size:  0.85em;
}
#info #right table td {
	font-size: 0.85em;
	line-height: 1.3;
}
#info #right table td.holiday {
	color: #EB0E7C;
	text-decoration: underline;
	font-weight: bold;
}

#info #right p.title {
	border-bottom: 2px solid #00B4DA;
	padding: 8px 0px 6px;
	line-height:1;
	font-size: 1em;
}

#info #right p.title span {
	display:block;	
	color:#00B5DB;
	font-weight: bold;
}

#info #right ul.arc {
	font-size:0.85em;
	line-height:1.8;
	padding:10px 10px 10px 0;	
	margin-bottom:14px;
}

#info #right ul.arc li {
	background:url(../image/icon01.jpg) left 11px no-repeat;
	padding: 1px 0px 1px 10px;
	margin-bottom:5px;
}
#info #right ul.arc li a{
	text-decoration: underline;
	font-weight: bold;
	color: #EB0E7C;
}
#info #right ul li.last {
	margin-bottom:0;
	padding-left:0;
	background:none;
	text-align:right;
	list-style:none;
}

#info #right ul.news {
	margin-top:10px;
	padding-bottom:10px;
}

#info #right ul.news li {
	background:url(../image/icon01.jpg) left 11px no-repeat;
	padding: 1px 0px 1px 10px;
	margin-bottom:5px;
	font-size: 0.85em;
}
#info #right ul.news li a{
	text-decoration: underline;
	font-weight: bold;
	color: #EB0E7C;
}