/*
Template Name:萌シェ コンタクト
*/
#top_image{
	background-image: url(../img/contact/top.png);
}
pre{
	font-size:14px;
}
.title_sub{
	text-align: center;
	font-size: 20px;
	margin-top:30px;
	margin-bottom:40px;
}
.gs_table{
	border-collapse: collapse;
	width:800px;
	margin: 20px auto;
}
.gs_table th{
	color: #333;
	background-color: #D9D6CA;
	border: 1px solid #b9b9b9;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	width: 200px;
	height:60px;
	padding-left: 10px;
}
.gs_table td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-size: 14px;
	padding-left: 10px;
	width:600px;
	color: #333;
}
.gs_table td.error{
	background-color: #FFDCDE;	
}
.ul{
	list-style-type:none;
	padding-left:0;
	margin: 5px;
}
.hissu:after{
	content: " ";
	background-image: url(../img/contact/hissu.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 14px;
	position: absolute;
	margin-left: 10px;
	margin-top: 3px;
}
#action_box{
	text-align: center;
	margin:50px auto;
}
.check_button{
	display: inline-block;
}
.check_button:hover{
	opacity:0.7;
}
.text_size{
	width:570px;
	height:34px;
	line-height:34px;
	border: 1px solid #BFBFBF;
	font-size: 14px;
	padding-left:5px;
}
.textarea_size{
	width:570px;
	height:270px;
	border: 1px solid #BFBFBF;
  font-size: 14px;
	padding-left:5px;
	padding-top:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}


