@charset "UTF-8";

/*////////////////////////////////////////////////////

	おすすめ情報

////////////////////////////////////////////////////*/




/* 最新記事
------------------------------------------------------------------*/
#latest {
	margin-top:  20px;
	padding: 10px;
	background: #f0f9fc;
}
#latest h2 {
	margin-bottom: 10px;
	padding: 0 0 5px;
	background: url(../images/title_latest_back.gif) repeat-y 0 0;
	color: white;
	font-size: 108%;
}
#latest h2 img {
	float: left;
}
#latest h2 a {
	color: white;
}
#latest h2 p {
	float: right;
	width: 590px;
	padding-top: 10px;
}

.contents {
	float: right;
	width: 480px;
}
#latest .contents p.txt {
	margin: 0;
	padding: 0 5px;
	font-size: 93%;
	background: url(../images/line_latest.gif) repeat-y 0 0;
	line-height: 24px;
}
#latest .contents .property {
	margin-top: 5px;
	height: 2em;
	vertical-align: middle;
	font-size: 93%;
}
#latest .contents .property a.link {
	float: right;
	
}
#latest .contents .property p {
	float: left;
	width: 200px;
	line-height: 19px;
}
#latest .contents .property p img {
	padding-right: 10px;
}

#latest img.photo {
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

#latest h2 span.end {
	display: inline-block;
	vertical-align: middle;
	margin:0 0 0 3px;
	border: 1px solid #F00;
	background-color: #FFF4F4;
	padding: 0px 5px !important;
	line-height: 140%;
	color: #F00;
}
*:first-child+html h2 span.end {
	display: inline !important;
	zoom: 1;
}
* html h2 span.end {
	display: inline !important;
	zoom: 1;
}



/* 過去の記事
------------------------------------------------------------------*/
.info-box {
	margin-top: 20px;
	padding-left: 10px;
}
.info-box:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.info-box { display: inline-block; }

/* ¥*/
* html .info-box { height: 1%; }
.info-box  { display: block; }
/* */

.info-box h3 {
	padding: 5px;
	background: #f0f9fc;
	border: 1px solid #bbdaf4;
	font-size: 93%;
}
.info-box h3 span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
*:first-child+html h3 span {
	display: inline !important;
	zoom: 1;
}
* html h3 span {
	display: inline !important;
	zoom: 1;
}
.info-box .contents {
	float: right;
	width: 530px;
}
.info-box .contents p.txt {
	margin: 0;
	padding: 0 5px;
	background: url(../images/line_normal.gif) repeat-y 0 0;
	line-height: 24px;
}
.info-box .contents .property {
	margin-top: 5px;
	height: 2em;
	vertical-align: middle;
	font-size: 93%;
}
.info-box .contents .property a.link {
	float: right;
	
}
.info-box .contents .property p {
	float: left;
	width: 200px;
	line-height: 19px;
}
.info-box .contents .property p img {
	padding: 0 10px 0 0;
	border: none;
}
.info-box img {
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

.info-box h3 span.end {
	margin:0 0 0 3px;
	border: 1px solid #F00;
	background-color: #FFF4F4;
	padding: 0px 5px !important;
	color: #F00;
}

/* バックナンバー
------------------------------------------------------------------*/
dl.backnumber {
	margin-top: 20px;
}
dl.backnumber dt {
	margin-bottom: 10px; 
}
dl.backnumber dd {
	float: left;
	width: 120px;
	height: 27px;
	margin-left: 10px;
	text-indent: 26px;
	color: white;
	font-size: 93%;
	font-weight: bold;
	line-height: 27px;
	background: url(../images/bt_backnumber.gif) no-repeat 0 0;
}
dl.backnumber dd a,
dl.backnumber dd a:hover {
	display: block;
	color: white;
	text-decoration: none;
}

/*======================================================================================
   イベント詳細
======================================================================================*/

.info-title {
	width: 740px;
	margin: 10px 10px 5px;
	background: #3395e8 url(../images/title_head.gif) no-repeat 0 0;
	color: white;
}
.info-title h2 {
	margin: 0;
	padding: 0;
	font-size: 108%;
	padding: 5px 10px;
	background: url(../images/title_foot.gif) no-repeat 0 100%;
}
#content .wrap {
	margin: 0px 0px 0px 40px;
	width: 680px;
}
#content .wrap p { margin-bottom: 15px; }

table,
table td,
table th {
	border: none;
	background: none;
	font-size: 100%;
	vertical-align: top;
}
p.info-property {
	margin: 0 10px;
	text-align: right;
	font-size: 85%;
	vertical-align: bottom;
}
p.info-property img {
	padding-right: 5px;
}


#end {
	width: 656px;
	margin: 1em auto;
	border: 2px solid #F00;
	background-color: #FFF4F4;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 108%;
	color: #F00;
}




