﻿/*----------------------------------------------------------------------------------*/
/*                                                                                  */
/*  MOSHIKOMI LAYOUT STYLE                                                          */
/*                                                                                  */
/*----------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------- */
/*  1-1.COMMON LAYOUT                                                               */  
/* -------------------------------------------------------------------------------- */

.moshikomi--area{
	width:960px;
	margin:0 auto 50px auto;
	background:url(../img/bg_moshikomi_top.png) no-repeat right top;
	padding-top:100px;
	}

.moshikomi{
	background-color:#fff;
	border-radius:10px;
	box-sizing:border-box;
	padding:70px 50px;
	position:relative;
	}

.bnr--site{
	position:absolute;
	width:362px;
	height:60px;
	right:20px;
	top:-60px;
	}

.moshikomi h2{
	margin-bottom:40px;
	padding:10px 0px 10px 170px;
	background:url(../img/ttl_moshikomi.gif) no-repeat left center;
	}

.moshikomi h3{
	margin-bottom:20px;
	}

.moshikomi--imp{
	padding:10px 0 10px 13px;	
	font-size:18px;
	/*font-weight:bold;*/
	margin-bottom:30px;
	border-top:solid 1px #e03d6f;
	border-bottom:solid 1px #e03d6f;
	color:#e03d6f;
	}

.moshikomi--imp2{
	text-align:center;
	font-weight:bold;
	text-decoration: underline;
	/*color:#aa1744;*/
	color:#000;
	font-size:16px;
	margin-bottom:40px;
	}

.moshikomi--att{
	margin-bottom:30px;
	}

.moshikomi--att li{
	margin-bottom:15px;
	text-indent:-1em;
	padding-left:1em;
	}

.moshikomi--form{}

.moshikomi .msTbl{
	margin-bottom:30px;
	}

.moshikomi .msTbl{
	border-collapse: collapse;
	}

.moshikomi .msTbl th , .moshikomi .msTbl td{
	padding:15px;
	border:solid 1px #c8c8c8;
	}

.moshikomi .msTbl th{	
	text-align:left;
	font-weight:normal;
	background-color:#f5f5f5;
	vertical-align: top;
	}

.moshikomi .msTbl th span.hissu{	
	border:solid 1px #f88490;
	color:#f88490;
	padding:0 3px;
	margin-right:10px;
	background-color:#fff;
	}

.moshikomi .msTbl input[type=text],.moshikomi .msTbl input[type=email]{
	border:solid 1px #c8c8c8;
	border-radius:5px;
	padding:5px;
	width:500px;
	}

.moshikomi .msTbl textarea{
	border:solid 1px #c8c8c8;
	border-radius:5px;
	padding:5px;
	width:95%;
	}

.moshikomi--btn{
	text-align:center;
	}

.moshikomi--copy{
	text-align:center;
	margin-bottom:100px;
	}


/* -------------------------------------------------------------------------------- */
/*  2-1.CONTACT7　STYLE                                                             */  
/* -------------------------------------------------------------------------------- */

/* ----------------------------------------
 メッセージ関連
----------------------------------------- */

form div.wpcf7-validation-errors{
	background-color:#fad2d2;
	color:#ff0000;
	font-weight:bold;
	width:100%;
	margin:0;
	padding:8px;
	box-sizing: border-box;
	border-top:solid 2px #f00;
	border-bottom:solid 2px #f00;
	border-left:none;
	border-right:none;
}

div.wpcf7-mail-sent-ok {
 	border: none !important;
	padding:8px !important;
	height:1em !important;
	font-weight:bold;
 }
 div.wpcf7-mail-sent-ng {
 border: 2px solid #ff0000;
	 	padding:8px;
 }


/* ----------------------------------------
 確認画面　テキストボックスの背景色変更
----------------------------------------- */

.wpcf7c-conf {
    background-color: #fff !important; /* 背景色 */
    color: black !important; /* 文字色 */
    border: none !important; /* 周りの線: 太さ　線種 線の色 */
}

/* ----------------------------------------
 ボタンのデザイン変更
------------------------------------------*/
input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
    width: 8em; /* ボタンの横幅: 8文字分の大きさ */
    height: 2em; /* ボタンの高さ: 2文字分の高さ */
	font-size:20px;
	font-weight:bold;
	border:solid 1px #f88490;
}
input.wpcf7c-btn-back, 
input.wpcf7-confirm, 
input.wpcf7-submit {
    background: #f88490;	/* 背景色を緑に */
    color: #fff;	/* 文字色を白に */
	border-radius:20px;
    /* 周りの線を緑系に */
}


/* -----------------------------------------
　戻るボタンと送信ボタンの間の余白を調整
-------------------------------------------*/
input.wpcf7c-btn-back {
    margin-right: 1em;
}
