/*----------------------------------------
#== common.css
# Version:: 1.0
# Info::    基本構造
# Author::  kaji
# Date::    2012/11/28
# Update::  2013/02/12
----------------------------------------*/
/* 共通のスタイル記述 */
body {
	text-align: center;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	height: 100%;
}
html {
	overflow: hidden;
}
/*a:link, a:visited {color: #50B33F; font-weight:bold; text-decoration: none;}
a:hover {color: #50B33F; text-decoration: underline;}*/
a:link, a:visited {
font-size: 16px;
    margin: 10px;
    padding: 10px;
    width: 200px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e493b5;
    border-radius: 0.5em;
    text-decoration: none;
    border: none;
}
a:hover {
	opacity:0.5;
}
}
#wrapper {
	width:100%;
	margin:0 auto 15px;
	overflow:hidden;
	/*background-color:#eee;*/
}
#message {
	margin: 15px;
 	text-align: center;
	font-weight: bold;
}
/*#main h1 {
	margin: 20px 0;
	padding: 5px;
	width: 100%;
	line-height: 30px;
	background-color: #326292;
	color: #fff;
	font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
	text-align: left;
}*/
#contact_col {
	margin: 0;
	padding:00;
	font-size: 15px;
	font-size: 1.5rem;
	width:100%;
}
/* 入力フォーム */
.form {
	border-top: dashed 1px #999;
	padding-top:15px;
	padding-left:15px;
}
.form dd p.checkbox {
}
.form input[type=checkbox] {
	vertical-align:left;
	text-align:left;
}
/*横並び*/
div.form dl{
}
div.form dt{
	width:150px;
	font-size:15px;
	color:#c9435c;
	float:left;
}
div.form dd{
	font-size:15px;
	margin-left: 200px;
}
/* エラー通知 */
dd.error input[type="text"] {
	border: solid 1px #FF0000;
	background-color: #FFCCCC;
}
dd.error textarea {
	border: solid 1px #FF0000;
	background-color: #FFCCCC;
}
dd.error input[type="file"] {
	background-color: #FFCCCC;
}
dd.error p.checkbox {
	background-color: #FFCCCC;
}

dd.error p.error {
	color: #FF0000;
	font-weight: normal;	
}

.form textarea {width: 85%;}
input[type="submit"], input[type="button"] {
	font-size:16px;
	margin: 10px;
	padding: 10px;
	width: 200px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e493b5;
    border-radius: 0.5em;
    text-decoration: none;
	border:none;
}
input[type="submit"]:hover, input[type="button"]:hover {opacity:0.8;}

div.button a {font-size: 18px; font-size: 1.8rem;}

div.contact_msg {
	padding: 15px;
	font-size:14px;
}
.tal input[type="text"]{
	border:solid 1px #CCC;
		}

.form textarea {
	border:solid 1px #CCC;
}
/*=============================================
	491px以上
=============================================*/
@media screen and (min-width: 491px){
.form {
	width: 100%;
	border-top: dashed 1px #999;
}
.form dt {
}
.tal input[type="text"]{
	width:300px;
	padding:5px 0;
}

}
/*=============================================
	490px以下
=============================================*/
@media screen and (max-width: 490px){
.tal {
	text-align:left;
}
.tal input[type="text"]{
	width:95% !important;
	padding:5px 0;
		}
.tal p {
	font-size:0.9em;
}
div.form dt {
	float:none;
	text-align:left;
}
div.form dd{
	margin-left: 0;
}
.form textarea {
	width:95% !important;
}
}