@charset "utf-8";

@import "base.css";

#SubContent div {
	clear: both;
	overflow: hidden;
}

/*
--------------------------------------------------------
event
--------------------------------------------------------
*/
/*index.html*/
#SubContent.event h2 {
	background: url(../event/cmn/h2.jpg) no-repeat 0 0;
}

#SubContent.event p.impression {
	width: 320px;
	height: 25px;
	margin-top: 5px;
	padding: 5px 0 0 30px;
	background: url(../event/cmn/impression_bck.gif) no-repeat 0 0;
}

/*IE6*/* html #SubContent.event p.impression {
		width:350px;
		height:30px;
		padding-top:10px;
		}
.section ul {
	clear:both;
	overflow:hidden;
	margin:-10px 0 10px 0;
	}
.section ul li {
	padding:10px 0;
	border-bottom:dotted 1px #333;
	font-size:95%;
	}
.section ul li p {
	padding:0;
	line-height:1.4;
	}
	
/*backnumber.html*/
#SubContent.event.back h2 {
	background: url(../event/cmn/h2_2.jpg) no-repeat 0 0;
}

.event.back p {
	padding: 0;
}

.event.back #Impression {
	margin: 0 auto 10px auto;
	padding: 0 145px;
	padding-bottom: 10px;
	border-bottom: solid 1px #333;
	text-align: center;
}

.event.back #Impression p {
	font-size: 90%;
}

.event.back #Impression dl {
	width: 300px;
	margin-left: 1em;
	color: #2ba15b;
}

.event.back #Impression dl dt {
	margin-left: -2em;
}

#SubContent.event.back #Impression dl dd {
	margin: -1.6em 0 0 9em;
}

.event.back #Impression dl dd a,
.event.back #Impression dl dd a.visited {
	color: #2ba15b;
}

#entry-footer {
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 1px;
	line-height: 100%;
}

.print-btn {
	margin: 0;
	padding: 0;
}


#entry-comment {
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 1px;
	line-height: 100%;
}

div#customer-voice {
	display: block;
	clear: both;
	margin: 15px 0;
	padding: 15px;
	background: #EEE1D0;
	border: #CCCCCC solid 1px;
}

div#customer-voice h3 {
	margin: 0;
	padding: 0px 0px 3px 0px;
	border: none;
	border-bottom: #CCCCCC solid 1px;
}


div#customer-voice div.comment-btn {
	float: right;
	width: 82px;
	height: 30px;
	overflow: hidden;
	position: relative;
}

div#customer-voice div.comment-btn a {
	position: absolute;
	text-indent: -9999px;
	width: 82px;
	height: 30px;
	overflow: hidden;
	background: url(../../event/image/submit_btn.gif) no-repeat top left;
}

div#customer-voice div.comment-btn a:hover {
	background-position: 0px -30px;
}

div#customer-voice ul.voice-body {
	padding: 5px 0;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
}

div#customer-voice ul.voice-body li {
	border-top:dotted 1px #333;
	border-bottom:none;
	margin: 0px;
	padding: 5px 0 5px 13px;
	background: url(../../event/image/voice_arrow.gif) no-repeat 0 8px;
}

div#customer-voice ul.voice-body li a {
	text-decoration: underline;
}

div#customer-voice ul.voice-body li p {
	margin: 0px;
	padding: 0px;
}

div#customer-voice ul.voice-body .author {
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
}

.old-event {
	margin: 0;
	padding: 0;
}


/*-----------------------------------------------
ブログ共通 - コメントエリア
-----------------------------------------------*/


#SubContent.event #comment {
	clear: both;
	width: 620px;
	margin-top: 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}

#SubContent.event #comment_title {
	clear: both;
	margin-top: 20px;
	padding: 5px 0px 5px 6px;
	width: 614px;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	border-left: solid 2px #2ba15b;
	color: #2ba15b;
	border-bottom: 1px solid #CCCCCC;
}

#SubContent.event #comment div.entry {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 140%;
}

#SubContent.event #comment div.entry p {
	margin: 0px;
	padding: 0px;
}

#SubContent.event #comment div.posted {
	background: #f2f2f2;
	margin: 10px 0 15px 0;
	padding: 3px 0 3px 0px;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
}

/*-----------------------------------------------
コメント小ウィンドウ部分
-----------------------------------------------*/

body#comment {
	text-align: center;
}

#container02 {
	width: 400px;
	padding: 0px 15px;
	text-align: left;
	background: #FFF;
}

body#comment h1 {
	clear: both;
	width: 400px;
	font-weight: normal;
	font-size: 15px;
	line-height: 130%;
	text-align: left;
	padding: 2px 0px 2px 6px;
	border-left: solid 4px #FF3300;
	background-color: #F4F3E3;
	color: #FF3300;
}

/*
--------------------------------------------------------
#entry-comment {
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	border-top: dotted 1px #999;
}
--------------------------------------------------------
*/

.event.back #contents-nav {
	clear: both;
	text-align: center;
	margin-top: 15px;
	padding: 15px;
	background-color: #f0f0f0;
}

.event.back tbody {
	margin: 0px;
	padding: 0px;
}

.event.back table td {
	text-align: left;
}

/*
--------------------------------------------------------
print
--------------------------------------------------------
*/
@media print {
	#SubContent.event p.impression,
#Impression,
ol#Page{
display: none;
}

}
@media print {
	.section,
.section ul,
#SubContent.event.back ul#Photos{
display: inline;
}

}
@media print {
	#SubContent.event.back p{
margin: 0;
	padding: 6px 0;
	line-height: 1;
}

}
@media print {
	.event.back ul#Photos li{
display: block;
	clear: both;
	width: 600px;
}

}
@media print {
	.event.back ul#Photos li dl dt{
float: left;
}

}
