@charset "UTF-8";
/*日本語*/

/*======================================================
初期化およびトップページスタイル
========================================================*/

#contents.mvUnderText .add_line{
    display:none;
}

/*======================================================
initialize
IE7以上、Firefox2.x、Safari3.1以上が対象。2008年4月現在
========================================================*/

html{
	overflow-y:scroll;
}

body{
	font-size:12px;
	color:#666;
	background-color:#fff;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "Osaka","ＭＳ Ｐゴシック" ,sans-serif;
	margin:0;padding:0;
}


*{
	margin:0;
	padding:0;
	line-height:1.6;
}

ul{list-style-type:none;}

img{
	vertical-align:middle;
	border:none;
}


.clearfix:after{
	content:"";
	display: block;
	clear:both;
}
.clearfix{
	zoom:1;
}

p,dd{
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.6;
}
.annotation{
	padding-left:1em;
	text-indent:-1em;
	font-size:86%;
}

span.annotation{
	padding-left:0 !important;
	text-indent:0 !important;
	font-size:86%;
}

.warningColor{
	color:#c00;
}
.warning{
	font-size:86% !important;
	color:#c00 !important;
}

.clearAll{
	clear:both;
}

.alignCenter{
	text-align:center;
}
.alignRight{
	text-align:right;
}

#emailConfirm{
	font-size:125%;
	font-weight:bold;
}

.emphasis{
	font-weight:bold;
}

.ttl_l3{
	font-weight:bold;
	font-size:15px;
}
.emphasis2{
	color:#c00;
}

/*==============================================================================
container
===============================================================================*/
#container{
	margin:0 auto;
	background-color:#fff;
	width:946px;
}

#extraMes{
	position:absolute;
	left:0;top:0;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	background-color:#fff;
	height:30px;
	width:100%;
}

p.extra{
	position:absolute;
	left:0;top:0;
	font-size:medium;
	color:#b00;
}
/*==============================================================================
header
===============================================================================*/

#header{
	width:100%;
	height:150px;
	margin:0;
	clear:both;
	font-size:x-small;
	background-image:url("./images/header_back.gif");
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:center;
}

#header h1{
	display:none;
}



/*==============================================================================
footer
===============================================================================*/
#pre-footer{
	clear:both;
	margin-top:15px;
}

#footer{
	width:100%;
	height:111px;
}


#footer p{
	float:left;
	width:160px;
	padding-bottom:10px;
}


#footer hr{
	clear:both;
	width:830px;
}

#footer dl{
	clear:both;
	height:90px;
	position:relative;
}
#footer dl dt{
	padding:10px 0 5px 0;
	border-top:1px solid #666;
	width:834px;
}
#footer dl dd.pmark{
	position:absolute;
	top:7px;left:740px;
}

#footer ul{
	clear:both;
	border-top:1px solid #666;
	padding-top:10px;
	width:834px;
}
#footer ul li{
	display:inline;
	padding-right:15px;
}

#footer2{
	margin-top:25px;
	width:100%;
	height:69px;
	text-align:center;
	background-image:url("./images/footer_back.gif");
	background-repeat:repeat-x;
}
/*==============================================================================
board
===============================================================================*/

#board{
	clear:both;
	width:100%;
	height:267px;
	margin:0;
	font-size:100%;
	background:url(./images/board-back.png);
	background-repeat:no-repeat;
}



/*==============================================================================
contents
===============================================================================*/

#contents{
	width:100%;
	zoom:1;
	background-color:#fff;
}

#contents h2{
	font-size:28px;
	background:url(./images/h4_bg_01.gif) no-repeat left bottom;
	line-height:45px;
	border-bottom:#CCC dashed 1px;
	padding:10px 10px 10px 20px;
	color:#666;
	margin-bottom:15px;
}

.mainWarning{
	clear:both;
	font-size:86%;
	color:#c00;
	text-align:center;
}

.mainWarning span{
	background-color:#d1fcb5;
}

#contents .statusMsg{
	width:96%;
	margin:0 auto;
	padding:20px 0;
	border:1px dotted #ccc;
}
#contents .statusMsg p{
	text-align:center;
}
#contents .statusMsg+div{
	width:100%;
background:yellow;
}
#contents .statusMsg+div p{
	text-align:center;
}

#form span.step_fig{
	display:block;
	text-align:center;
}
#form table{
	width:100%;
	font-size:100%;
	padding:0;
	margin:10px 0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color:#666;
	border:none;
}
#form table tr th{
	background-color:#f2f2f2;
	font-weight:normal;
	text-align:left;
	padding:0 10px 0 15px;
	width:19em;
	border-bottom:1px dashed #ccc;
}

#form table tr td{
	padding:8px 10px 8px 15px;
	border-bottom:1px dashed #ccc;
}


#form table .radio input,
#form table .cbox input{
	margin-right:2px;
}


#form table .tbox {
	border:1px solid #ccc;
	padding: 1px;
	font-size:12px;
	line-height:1.1;
}


#requestArea .tbox,
#jobArea .tbox{
	width:25em;
	line-height:1.1;
}



#form table label{
	margin-right:15px;
}


#form table sup{
	color:#c00;
}
#form table th span.sup{
	color:#c00;
}


#form table dl.oneLine dt,
#form table dl.oneLine dd{
	display:inline;
}



#form .confirmBtn{
	text-align:center;
}
#form .confirmBtn input{
/*	padding:0 25px;*/
	padding:10px 50px;
	font-size:16px;
	font-weight:bold;
}
#form .resetBtn{
	width:117px;
	height:41px;
/*	margin-bottom:20px;*/
}

#sendBtn{
	text-align:center;
}
#sendBtn input{
	padding:10px 50px;
	font-size:16px;
	font-weight:bold;
}

#backBtn{
	width:177px;
	height:41px;
/*	margin-bottom:20px;*/
}

/*==============================================================================
サンクスページのTTバナー
===============================================================================*/
#tt_banner{
	text-align:center;
	padding:15px 0;
}
#tt_banner img{
	margin-bottom:5px;
}

/*-----------------------■デフォルト要素---------*/



/*-----------------------■form関連---------*/
select {
	border:1px solid #ccc;
}


textarea{
	border:1px solid #ccc;
}


#policyCheckArea{
	text-align:center;
	margin-bottom:10px;
}

/*-----------------------■画像認証---------*/
#auth{
}

#auth p{
	width:100%;
	margin:10px auto;
}
#auth p img{
	margin-right:10px;
}

/*-----------------------■フォーム前後の注意書きに枠をつける---------*/
.waku{
	width:726px;
	padding:10px;
	border:2px solid #9cc;
}
.blue{
	color:#369;
}
.green{
	color:#393;
}


/*-----------------------■項目表示のグループ分け---------*/
#form table tr.designGroupTitle{
	border-top:none;
}
#form table tr.designGroupTitle th{
	background-color:#555;
	border-bottom:3px solid #ccc;
	padding:5px 10px 2px 15px;
	font-weight:bold;
	font-size:medium;
	color:#fff;
/*	width:90%;*/
}

#form table tr.designGroupTitle th span{
	font-size:small;
	margin-left:5px;
}

/*ヴィーナスアカデミー「エントリー＆チェックシート」用。2013.3.28追加*/
#form table tr.designGroupTitle th.g1_fn3725,
#form table tr.designGroupTitle th.g2_fn3725,
#form table tr.designGroupTitle th.g3_fn3725,
#form table tr.designGroupTitle th.g4_fn3725,
#form table tr.designGroupTitle th.g5_fn3725{
	background-color:#e81e6a;
	border-top:5px solid #fff;
}

/*レコール本体の「チェックシート」用。2013.6.20追加*/
#form table tr.designGroupTitle th.g1_fn4504,
#form table tr.designGroupTitle th.g2_fn4504,
#form table tr.designGroupTitle th.g3_fn4504,
#form table tr.designGroupTitle th.g4_fn4504,
#form table tr.designGroupTitle th.g5_fn4504{
	background:url(./images/lecole_ck_bg.png);
	border:none;
}

/*レコールのチェックシートで使用*/
em.pink_l{
	font-style:normal;
	font-weight:bold;
	font-size:140%;
}

/*レコキャリのWeb出願で使用*/
#form table tr.designGroupTitle th.g1_fn3404,
#form table tr.designGroupTitle th.g2_fn3404{
	background:url(./images/stripeBG3404.png);
	border:1px solid #f9d7bc;
	color:#7b6f5c;
	font-weight:normal;
}

/*バンタンデザイン研究所のクリエイティブトライアル2014.2.18*/
#form table tr.designGroupTitle th.g1_fn6923,
#form table tr.designGroupTitle th.g3_fn6923,
#form table tr.designGroupTitle th.g4_fn6923,
#form table tr.designGroupTitle th.g5_fn6923{
	background-color:#c0000f !important;
	color:#fff !important;
	border-top:5px solid #fff;
}
#form table tr.designGroupTitle th.g2_fn6923{
	background:#7d7d7d !important;
	color:#fff !important;
	border-top:5px solid #fff;
}

#container.fn_6923_1 #form table tr th{
	background:#f2f2f2;
	color:#000;
}

#container.fn_6923_1 .ttl_l3{
	color:#005c3f;
}

#container.fn_6923_1 .ttl_l4{
	font-size:15px;
	font-weight:bold;
	color:#f18c00;
}

/*バンタンデザイン研究所のWebエントリー2014.5.14*/
#form table tr.designGroupTitle th.g1_fn7399,
#form table tr.designGroupTitle th.g2_fn7399{
	background-color:#000 !important;
	color:#fff !important;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff100;
}

#container.fn_7399_1 #form table tr th{
	background:#f2f2f2;
	color:#000;
}

/*レコールバンタンのWebエントリー2014.5.16*/
#form table tr.designGroupTitle th.g1_fn7398,
#form table tr.designGroupTitle th.g2_fn7398{
	min-height:32px;
	background:url(images/catch_l_bg_20.jpg) no-repeat right bottom !important;
	color:#48340f !important;
	border-top:none;
	border-bottom:3px solid #48340f;
	font-size:23px;
	font-weight:normal;
	margin-bottom:2px;
	padding-top:10px;
	line-height:1.2;
}
#container.fn_7398_1 #form table tr th{
	background:none;
	color:#48340f;
}

/*バンタンゲームのWebエントリー2014.5.16*/
#form table tr.designGroupTitle th.g1_fn7396,
#form table tr.designGroupTitle th.g2_fn7396{
	font-family:YuMincho,"Yu Mincho","游明朝","ヒラギノ明朝 Pro W6","HiraMinPro-W6",serif;
	min-height:27px;
	background:url(images/ttle_dai_left.gif) no-repeat left 10px !important;
	color:#20626a !important;
	border-top:none;
	border-bottom:1px solid #cdd7d7;
	font-size:23px;
	margin-bottom:2px;
	padding:10px 0;
	line-height:1.2;
	text-indent:24px;
}
#container.fn_7396_1 #form table tr th{
	background:none;
	color:#20626a;
}

/*ヴィーナスアカデミーのWebエントリー2014.5.16*/
#form table tr.designGroupTitle th.g1_fn7397,
#form table tr.designGroupTitle th.g2_fn7397{
	background:#fc8ba5;
	color:#fff !important;
	border-top:none;
	border-bottom:none;
	font-size:23px;
	margin-bottom:2px;
	padding:10px 0 10px 10px;
	line-height:1.2;
}

/*ヴィーナスの資料請求LP2015.8.7*/
#form table tr.designGroupTitle th.g1_fn10348,
#form table tr.designGroupTitle th.g2_fn10348{
	background-color:#c06;
	border-bottom:3px solid #e2e2e2;
}

#form table tr.designGroupTitle th.g1_fn10348 span,
#form table tr.designGroupTitle th.g2_fn10348 span{
	font-size:small;
	margin-left:5px;
}



.policy_confirm_area{
	width:100%;
	display:flex;
	align-items: center;
	margin:15px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.policy_confirm_area dt{
	width:calc(253px - 2em);
	padding:10px 1em;
	background:#f5f5f5;
	text-align:left;
}
.policy_confirm_area dt sup{
	color:#c00;
}
.policy_confirm_area dd{
	padding:10px 2em;
}
.policy_confirm_area dd p{
	margin-left:20px;
}




.add_line{
	background:#fff0cd;
	padding:10px 20px;
	border-radius:14px;
}
.add_line_text{
	color:#000;
	font-size:130%;
	font-weight:700;
}
.add_line_friend{
	padding:10px 0;
}
.add_line_annotation{
	font-size:100%;
}
.sp_br{
	display:none;
}
