@charset "Shift_JIS";
/* ===================================================================

 file name  :common.css
 style info :共通のスタイル指定（ストラクチャ、ヘッダー、フッター）

=================================================================== */

/* ---------------------------------------------------------------------------

		structure
			ストラクチャ：基本設定、リンクカラーなど

--------------------------------------------------------------------------- */
body {
	color: #4c4c4c;
}

a:link,
a:visited {
	color: #0082d6;
	text-decoration: underline;
}
a:hover {
	color: #0082d6;
	text-decoration: none;
}

.note {
	color: #FF0000;
}
.em {
	color: #C00 !important;
}


/* ---------------------------------------------------------------------------
		#Wrapper
--------------------------------------------------------------------------- */
#Wrapper {
	border-top: 3px solid #0082d6;
	border-bottom: 3px solid #0082d6;
	min-width: 730px;
	padding: 20px 0 40px;
}

#Wrapper .inner {
	width: 730px;
	margin: 0 auto 48px;
}


/* ---------------------------------------------------------------------------
		#Container
--------------------------------------------------------------------------- */
#Container {
	width: 610px;
	margin: 0 auto;
}



/* ---------------------------------------------------------------------------
		#Header
--------------------------------------------------------------------------- */
#Header {

}

#Header h2 {
	margin-bottom: 30px;
}

#Header p.txt {
	margin-bottom: 40px;
	line-height: 1.8;
}
#Header p.flow {
	margin-bottom: 40px;
}


/* ---------------------------------------------------------------------------
		#Content
--------------------------------------------------------------------------- */
#Content {

}

#Content .form-area {
	margin-bottom: 40px;
}


#Content .form-area input.ipt-usually,
#Content .form-area textarea.ipt-usually {
	padding: 5px 5px;
	border: 1px solid #d2d2d1;
	background: #f2f2f2;
}
#Content .form-area textarea {
	color:#333;
	font-size: 1em;
}

/* focus時のスタイル→jsでclassをadd,removeを制御 */
#Content .form-area input.ipt-focus,
#Content .form-area textarea.ipt-focus {
	border: 1px solid #ef7a00;
	background: #FFF7E2;
}

/* 必要に応じで追加・削除してください */
#Content .form-area .ipt-usually {
	width: 460px;
}
#Content .form-area .ipt-w50 { width: 50px; }
#Content .form-area .ipt-w60 { width: 60px; }
#Content .form-area .ipt-w300 { width: 300px; }

/* エラーメッセージ *************************************************************************** */
#Content .form-area .e-style {
	margin-bottom: 1em;
	border: 2px solid #FBB0B1;
	background-color: #F5E6E6;
	padding: 10px;
	color: #F00;
}
#Content .form-area .e-style p {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
#Content .form-area .e-style ul {
	padding-left: 1em;
}
#Content .form-area .e-style li {
	font-size: 1.2em;
	text-align: left;
}

#Content .form-area table {
	font-size:1em;
}
#Content .form-area table th {
	width: 150px;
	padding: 10px 20px 10px 0;
	font-weight: normal;
}
#Content .form-area table th.vtop {
	padding-top:14px;
	vertical-align: top;
}
#Content .form-area table td {
	padding: 10px 0;
	width: 380px;
}
#Content .form-area table td p {
	padding: 5px 0;
}


#Content .policy-wrap {
	border: 2px solid #d9d9d8;
	padding: 20px 20px 8px;
	background-color: #f8f8f8;
	margin-bottom: 40px;
}
#Content .policy-wrap p {
	margin-bottom: 12px;
}

#Content .btn-wrap {
	text-align: center;
}


#Content .thanks-area {
	margin-bottom: 100px;
}
#Content .thanks-area p {
	margin-bottom: 1em;
}



/* ---------------------------------------------------------------------------
		#Footer
--------------------------------------------------------------------------- */
#Footer {
	padding: 20px 0 0 0;
}

#Footer p.close {
	text-align: center;
}


#Footer p.textL {
	width: 200px;
	float: left;
	text-align: left;
}
#Footer p.textR {
	width: 200px;
	float: right;
	text-align: right;
}


/* ---------------------------------------------------------------------------
		個人情報保護方針
--------------------------------------------------------------------------- */
#Content .privacy01,
#Content .privacy02 {
	padding: 0 0 30px;
}
#Content .emphasis {
	font-weight: bold;
}
#Content .h-txt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#Content .privacy01 {
	padding: 0 0 40px;
	margin: 0 0 40px;
	border-bottom: 3px solid #0082d6;
}
#Content .privacy01 ol li {
	padding: 0 0 15px 0;
	line-height: 1.8;
}
#Content .sign {
	padding: 20px 0 0 0;
}
#Content .sign li {
	text-align: right;
}
#Content .privacy02 p {
	margin: 0;
}
#Content .privacy02 .txt {
	padding: 0 0 20px 0;
}
#Content .privacy02 h3 {
	font-weight: bold;
	line-height: 1.8;
}
#Content .privacy02 ol ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.8;
}
#Content .privacy02 ol ul.gap {
	padding: 0 0 20px 0;
}



/* clearfix 
----------------------------------------------------------------------*/

.clear{
	clear:both;
}
.clearB {
	clear:both;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/* WinIE7 only */
*:first-child+html .clearfix {
	height: 1%;
}

/* WinIE6 and below */
/* hide \*/
* html .clearfix {
	height: 1%;
}
