@charset "utf-8";
@import "base.css";


#h2Block {
	background-image: url(../images/contact/h2.png);
}
#signup.h2-signup {
width: 100%;
margin-bottom: 15px;
clear: both;
border-bottom: solid 1px #cecece;
text-indent: -9999px;
height: 80px;
background-repeat: no-repeat;
background-position: left bottom;
	background-image: url(../images/contact/h2_signup.png);
}
h3 {
	font-size:1.5em;
	margin-bottom:10px;
}

#sidemenu {
	padding-bottom:20px;
}
.mainBlock {
	width: 100%;
	overflow:hidden;
	margin: 0 auto;
}
.contents {
	display:inline;
	float:left;
	padding-left:20px;
	width:740px;
	float: right;
}
.topic {
	font-size:1.3em;
	font-weight:bold;
	background:#e8e8e8;
	padding:15px;
	margin-bottom:20px;
}
.contact-detail {
	border-top:solid 1px #babcd3;
	border-bottom:solid 1px #babcd3;
	padding:20px 0;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.contact-detail dt{
	border-right:dotted 1px #babcd3;
	float:left;
	width:8em;
	font-size:2em;
	text-align:center;
	font-weight:bold;
	padding:20px 0 40px;
}
.contact-detail dd{
	color:#db4c7a;
	float:left;
	padding:0 20px;
	font-size:1.4em;
}


/* signup */
.topic-signup {
	font-size:1.1em;
	background:#e8e8e8;
	padding:15px;
	margin-bottom:20px;
}
.topic-signup-att {
	font-weight:bold;
	font-size:1.1em;
	color:#F00;
	margin-bottom: 10px;
}
.signup-check-list {
	width:100%;
	overflow: hidden;
}
.signup-check-list dt{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom: 10px;
	color:#000;
}
.signup-check-list dd{
	font-size:1em;
	padding-bottom:15px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 30px;
		padding-left:1em;
}

