@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
   contact
------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------
	form parts
---------------------------------------------------------------------------------------------------- */

form label {
	font-size:16px;
	margin:0 15px 0 0 !important;
	cursor:pointer;
}

form input,
form select {
	padding:8px !important;
}

form label:hover {
	color:#0091c3;
}

form label input {
	background:none !important;
	border:none !important;
	margin-right:8px;
}

form textarea {
	width:97% !important;
	height:100px !important;
	padding:8px !important;
	overflow-y:scroll;
}

form td textarea,
form td input,
form td select {
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:16px;
	background-color:#f4fcff;
	border-top:1px solid #00c1fd;
	border-left:1px solid #00c1fd;
	border-right:1px solid #00a7db;
	border-bottom:1px solid #00a7db;
}

form td input:focus,
form td textarea:focus,
form td select:focus {
	outline-color:#cccccc;
	background-color:#ffffff;
}

.ip_ss 	{ width:100px; }

.ip_s 	{ width:150px; }

.ip_m 	{ width:300px; }

.ip_l 	{ width:85%; }

.contact_fm .error input,
.contact_fm .error textarea,
.contact_fm .error select {
	background:#ffcccc;
}

.contact_fm .error label {
	color:#000000;
	font-weight:normal;
}

.contact_fm .error label:hover {
	color:#0091c3;
}

.contact_fm .error {
	clear:both;
	font-weight:bold;
	color:#ff0000;
	margin:0 !important;
}

/* ------------------------------------------------------------------------------------------------------------------------/
	table
/------------------------------------------------------------------------------------------------------------------------ */

#contact #main_img {
	width:928px;
	padding:6px;
	margin:10px auto 30px auto;
}

#contact table {
	width:100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
	background-color:#00c1fd;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}

#contact table th,
#contact table td {
	font-size:16px;
	text-align:left;
	border-collapse:collapse;
	padding:10px;
}

#contact table th {
	width:20%;
	border-bottom:2px solid #d2f4ff;
	border-left:2px solid #d2f4ff;
	border-right:1px solid #d2f4ff;		
	background-color:#f4fcff;
}

#contact table td {
	width:80%;
	background-color:#ffffff;
}

#contact .confirmation_message {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

/* ----------------------------------------------------------------------------------------------------
	submit
---------------------------------------------------------------------------------------------------- */

.send01,
.send02 {
	text-align:center;
	margin-top:30px;
}

.send02 {
	width:530px;
	margin-left:auto;
	margin-right:auto;
}

.send01 input,
.send02 input {
	width:250px;
	height:50px;
	cursor:pointer;
}

.send02 .button_left {
	float:left;
	margin-right:30px;
}