@charset "UTF-8";
/* CSS Document */

.telno {
	font-size: 2em;
}

.telno2 {
	font-size: 2em;
	color:#FF0004;
}


address.akiba strong {
	font-size: 2.2em;
	color :#FF5600;
}

address.shinjuku strong {
	font-size: 2.2em;
	color:#FF0004;
}

dl.faq dd {
	margin-left:1.4em;
	margin-bottom: 1.2em;
}
dl.faq dt {
	font-size:1.2em;
	color:#3383FF;
}

dl.faq dl {
	margin-left:2em;
}

h3 {
	font-size: 3em;
}

h4 {
	font-size: 2em;
}

strong.red {
	color:#FF0004;
	}

h1 strong.red {
	color:#FF0004;
	font-size:5em;
	}	

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

body .container {
	margin-top: -40px;
	padding-top: 0px;
}

.stred {
	color:#FF0004;
}

/* FORM */
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:80%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:40%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

