@charset "UTF-8";


#wrap{
	font-size:123.1%;
}

/* ///////////////////////////////////////////////////////////////////
	リンクスタイル
/////////////////////////////////////////////////////////////////// */
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a li:link,
a li:active, 
a li:vited {
	text-decoration: none;
}

a li:hover {
	text-decoration: underline;
}


/* ///////////////////////////////////////////////////////////////////
	ページ全体
/////////////////////////////////////////////////////////////////// */
#wrap {
	padding:0;
	width: 100%;
	background:#FFF;
}


/* ///////////////////////////////////////////////////////////////////
	ヘッダー
/////////////////////////////////////////////////////////////////// */
header{
	padding: 0px;
	overflow:hidden;
}

header h1{
}

header img{
	vertical-align: bottom;
}

/* ///////////////////////////////////////////////////////////////////
	コンバージョン
/////////////////////////////////////////////////////////////////// */
#cvArea{
	background-color: #FFF;
}

#cvBox{
	/*width: 470px;*/
	background: url(../common/arw02.png) center top no-repeat;
	padding: 47px 0 40px;
	/*margin: 0 auto;*/
}

/*caution*/
#cvBox .caution {
	width: 470px;
	margin: 0 auto;
}

#cvBox .caution p a{
	width: 161px;
	background: url(../common/arw01.png) right center no-repeat;
	padding-right: 20px;
}

/*submit*/
#cvBox .submit {
	clear: both;
	width: 470px;
	margin: 0 auto;
}

/*conf,cpForm*/
#cvBox .conf,
#cvBox .cpForm {
	width: 860px;
	margin: 0 auto;
}

/*thanks*/
#cvBox .thanks{
	width: 400px;
	margin: 0 auto;
}


/* ///////////////////////////////////////////////////////////////////
	フッター
/////////////////////////////////////////////////////////////////// */
footer{
	text-align: center;
	background-color: #FFF;
}

#footBox{
	background-color: #EEEEEE;
	padding: 17px 0 10px;
	margin-bottom: 25px;
}

.copy {
	color: #FFF;
	font-size: 70%;
	background-color: #14165C;
	padding: 20px 0 20px;
}


/* ///////////////////////////////////////////////////////////////////
	タイトル
/////////////////////////////////////////////////////////////////// */

.blockTtl {
}



/* ///////////////////////////////////////////////////////////////////
	エレメンツ
/////////////////////////////////////////////////////////////////// */

/*整列*/
.txtCenter { text-align: center !important;}
.txtRight { text-align: right !important;}
.txtLeft { text-align: left !important;}

/*フロート*/
.floatL { float: left!important;}
.floatR { float: right!important;}

	img.pic.floatL { margin-right: 30px !important;}
	img.pic.floatR { margin-left: 30px !important;}

/*マージン*/
.mB00 { margin-bottom: 0px !important;}
.mB05 { margin-bottom: 5px !important;}
.mB10 { margin-bottom: 10px !important;}
.mB15 { margin-bottom: 15px !important;}
.mB20 { margin-bottom: 20px !important;}
.mB25 { margin-bottom: 25px !important;}
.mB30 { margin-bottom: 30px !important;}
.mB35 { margin-bottom: 35px !important;}
.mB40 { margin-bottom: 40px !important;}
.mB45 { margin-bottom: 45px !important;}
.mB50 { margin-bottom: 50px !important;}
.mB55 { margin-bottom: 55px !important;}
.mB60 { margin-bottom: 60px !important;}

.mT20 { margin-top: 20px !important;}
.mT25 { margin-top: 25px !important;}
.mT30 { margin-top: 30px !important;}

.mL0 { margin-left: 0px !important;}
.mL05 { margin-left: 5px !important;}
.mL10 { margin-left: 10px !important;}
.mL15 { margin-left: 15px !important;}
.mL20 { margin-left: 20px !important;}
.mL30 { margin-left: 30px !important;}

.mR0 { margin-right: 0px !important;}
.mR05 { margin-right: 5px !important;}
.mR10 { margin-right: 10px !important;}
.mR15 { margin-right: 15px !important;}
.mR20 { margin-right: 20px !important;}
.mR30 { margin-right: 30px !important;}

/*フォントウェイト*/
.fbold{	font-weight: bold !important;}

/*フォントカラー*/
.fColor01{ color: #004097 !important;}
.fColor02{ color: #D80000 !important;}

/*インナー*/
.inr{
	width: 1000px;
	margin: 0px auto 0px;
}

