﻿/* section: contact */
section#c_msg {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-family: mplus-2c-regular;
}

section#c_msg .txt01 {
	font-size:20px;
	text-align:center;
	margin:60px 0 30px;
}

section#c_msg .txt02 {
	font-size:14px;
	text-align:center;
	margin-bottom:55px;
}

section#c_msg .tel_box_contact {
	width:500px;
	height:130px;
	margin:0 auto;
}

section#c_form{
	margin:65px auto 60px;
}

section#c_form dt.txt_form_area {
	height:430px;
	padding-top:180px;
	border-bottom: 1px solid #ccc;
}

section#c_form dd.txt_form_area {
	height:430px;
	border-bottom: 1px solid #ccc;
}

section#c_form dd.txt_form_area textarea {
    resize: none;
    min-width: 695px;
    min-height: 360px;
}

section#policy {
	margin:0 auto 200px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: mplus-2c-regular;
}

section#policy dl{
	padding:20px 0;
}

section#policy dt{
	float:left;
	font-size:18px;
	width:320px;
	padding:22px 0 0 50px;
	font-family: mplus-2c-medium;
}

section#policy dd{
	float:left;
	font-size:14px;
}

/* END section: contact */


