/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

#inner-content{
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.17);
}


/*------------------------------------------------
STORK コンタクトフォーム用
------------------------------------------------*/
#main .wpcf7 input[type="text"],
#main .wpcf7 input[type="email"],
#main .wpcf7 textarea{
	width:100%;
}


/* ------------------------------------------------------------
オレンジメールを使う時のフォームスタイルここから
------------------------------------------------------------*/
.OM_table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #a9a9a9;
	background-color:#a9a9a9;
}

.OM_table tr td{
	text-align:center;
}

.OM_top {
	border:0;
	font-size:22px;
	font-weight:600;
	padding:15px 0;
	background-color:#333333;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

.OM_left {
	border:0;
	font-size:18px;
	color:#333333;
	padding:10px 15px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.OM_center {
	border:0;
	font-size:18px;
	background:#a9a9a9;
	color:#333333;
	padding:10px 15px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.OM_right {
	border:0;
	font-size:18px;
	color:#333333;
	padding:10px 15px;
	text-align:center;
	width:100%;
	font-weight:bold;
}



.OM_bottom {
	border:0;
	font-size:18px;
	color:#a9a9a9;
	padding:15px 15px 15px 15px;
	text-align:center;
	line-height:16px;
}

.OM_seimei {
	text-align:center;
	width:90%;
	padding:0 5px;
}

.OM_mail {

	width:90%;
	padding:0 5px;
}

.OM_left2 {
	border:0;
	font-size:16px;
	color:#333333;
	padding:20px 15px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.OM_mail2 {

	width:90%;
	padding:10px 10px;
	margin:20px 5px;
}

.OM_submit {
	background-color: #a9a9a9;
	color: #333333;
	width: 95%;
	border: 1px solid #a9a9a9;
	font-size: 18px;
	padding: 10px 5px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.OM_link:hover {
	border-bottom:1px dotted #1393ff;
}

.OM_submit input[type="submit"] {
	width: 40%;
	font-size: 100%;
	padding: 4px;
	background: #ff7f50;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.OM_submit input[type="submit"]:hover {
	background: #66cdaa;
}


/* ------------------------------------------------------------
オレンジメールを使う時のフォームスタイルここまで　
------------------------------------------------------------*/

.header.headercenter #logo img {
    max-height: initial;
}
/*------------------------------------------------
STORK コンタクトフォーム用
------------------------------------------------*/
#main .wpcf7 input[type="text"],
#main .wpcf7 input[type="email"],
#main .wpcf7 textarea{
	width:100%;
}
/*------------------------------------------------
STORK OMフォーム用
------------------------------------------------*/

#main .OM_table input[type="text"]{
	width:100%;
}

