@charset "UTF-8";
/* CSS Document */

#contactWrapper{
	
}
#contactWrapper p{
	font-size:12px;
	color:#333333;
	line-height:150%;
	
}

#contactWrapper strong{
	font-size:16px;
	color:#333333;
	line-height:150%;
	font-weight:bold;
	
}
#contactWrapper strong.red{
	font-size:14px;
	color:#ff0033;
	line-height:150%;
}

#contactWrapper a span{
	color:#ff0033;
}

#contactWrapper strong.redthin{
	font-size:14px;
	color:#ff0033;
	line-height:150%;
	font-weight:normal;
}
.contactBox{
	margin:28px 47px;
	overflow:hidden;
}

.contactBox_2{
	margin:28px 47px 0;
	overflow:hidden;
}

.title{
	font-size:13px;
	color:#ff0033;
	line-height:130%;
	width:160px;
	padding:5px 0 3px 5px;
}

.index{
	font-size:14px;
	color:#333333;
	line-height:150%;
	width:160px;
	padding:5px;
}
.index01{
	font-size:14px;
	color:#333333;
	line-height:150%;
	width:160px;
	padding:5px;
	vertical-align:top;
}
.topic{
	font-size:14px;
	color:#333333;
	line-height:150%;
	width:430px;
	padding:5px;
	
}
.contact_tabel{
	margin-top: 15px;
	margin-bottom: 8px;
}

.contact_tabel td{
	border: 1px solid #fff;
}

.line{
	margin:0px 47px;
	width:612px;
	height:1px;
	background-color:#e0e0e0;
}

.line2{
	margin:0 0 28px;
	width:612px;
	height:1px;
	background-color:#e0e0e0;
}

#text01{
	width:612px;
	border:1px solid #e0e0e0;
	padding:10px;
}

#middleLink{
	padding:0px 5px;
}
button{
	font-size: 15px;
	line-height: 2.0;
	background-color: #333333;
	border: none;
	padding: 0;
	width:157px;
	height: 36px;
	color: #ffffff;
	cursor: pointer;
}

button img{
}

button.go_back{
	margin-right:15px;
}

button.go_back,input.go_ok{
	margin-top:20px;
}

#contactWrapper div.caption{
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
}

#contactWrapper div.table_caption p{
	margin-top: 15px;
	background-color: #eeeeee;
	font-size: 13px;
	font-weight: bold;
	color: #132f5b;
	padding: 3px 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

input.go_check{
	margin-top:20px;
}

