@charset "UTF-8";
/*body{
	font-size: 14px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;;
}*/
#primary h1 {
	margin: 150px 0 20px 0;
	text-align:center;
	font-size: 25pt;
	font-weight: bold;
}

#primary h2{
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 0px;
	margin: 40px;
}
.copy{margin: 40px 0;
font-size: 11pt;
line-height:150%;
}

.tel{
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
	text-align: center;
	margin: 40px;
}
.content{margin: 40px;}
.form{}
.marked:before{
	content: "※";
	margin: 4px;
	color: #E40005;
}
.textinput {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #FACDC4;
	font-size: 1.2em;
	border: none;
}
#primary textarea{
	border: none;
	width: 400px;
	height: 200px;
	background-color: #FACDC4;
	font-size: 1.2em;
}
#primary input[type="submit"]{
	width: 90px;
	height: 33px;
	background-color: #FACDC4;
	border: none;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 3px #DC8B94, 0px 0px 3px 3px #DC8B94 inset;
	-moz-box-shadow: 0px 0px 3px 3px #DC8B94, 0px 0px 3px 3px #DC8B94 inset;
	-webkit-box-shadow: 0px 0px 3px 3px #DC8B94, 0px 0px 3px 3px #DC8B94 inset;
	/*padding: 20px 50px;*/
}
.radio_inline{
	margin: 0 10px 0 40px;
}
.col_left, .col_mid, .col_mid_nocolor, .col_right{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.col_mid{
	border: solid #B4B5B5 1px;
	width: 300px;
	padding: 0;

}
.col_mid_nocolor{
	width: 500px;
	padding: 0;
}
.col_right{
	color: #4D4D4D;
	padding-left: 20px;
	text-align: left;
}
.col_left{
	/*float: left;*/
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}
#primary hr{
	border-top: 1px solid #B4B5B5;
}
.postalcode{
//	vertical-align: middle;
	margin: 0;
	padding: 0;
	background-color: #FACDC4;
	font-size: 1.2em;
	border: 0;
}
.postaldiv{
	border: solid #B4B5B5 1px;
	display: inline;
	margin: 0;
	padding: 1px 0;
	height: 4em;
	width: 4em;
}
.inline_div{
	margin: 1em 0;
}
