/* CSS Document */

body{
	background:#F2F2F2;
	font-size: 14px;
	color:#4D4D4D;
	font-family: Meiryo,sans-serif,"ＭＳ Ｐゴシック";
	line-height: 180%;
	letter-spacing: 0.09em;
}

a{text-decoration: none;}
a:hover{text-decoration: underline;}
a img{border:none;}

#main h1{
	background: #D6D57D url(../img/icon.png) 12px 50% no-repeat;
	color:#FFF;
	font-size: 300%;
	padding: 26px 0 16px 90px;
	margin: 0 0 20px 0;
	line-height: 100%;
}

h1 small{
	color: initial;
	font-size: 38%;
	font-weight: normal;
}
h2{
	border-bottom: 4px solid #D6D57D;
	font-size: 173%;
	margin: 0 0 20px 0;
	padding: 8px 10px;
}
h3{
	font-size: 20px;
	color: #D6D57D;
	padding: 8px 10px;
	margin: 0 0 10px 0;
}
h4{
margin: 0;
font-size: 120%;
}
h5{
margin: 0;
font-size: 100%;
}
/*
*
* 例外
*
------------------------------------------------------------------*/
/* 内容をセンター寄せ */
.txtc{
 	text-align:center;
}
.txtl{
 	text-align:left;
}
.txtr{
 	text-align:right;
}
/* 文字色：赤 */
.red{
	color:#C0272D;
}
.b{
	font-weight:bold;
}
/* 文字サイズ：10px */
.small{
	font-size:11px;
}

sup{
	color: #ff0249;
	font-weight: bold;
}
span.cau{color:#CF0318;}
hr{
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
	margin: 20px;
}
hr.none{height: 20px;border: #FFF;}

.left{float:left;}
.right{float:right;}
.clear{clear: both;}
.w20{width:20% !important;}
.w30{width:30% !important;}
.w40{width:40% !important;}
.w50{width:50% !important;}
.w60{width:60% !important;}
.w70{width:70% !important;}
.w80{width:80% !important;}
.w90{width:90% !important;}
th,td,li{font-size: 100% !important;}
/*
*
* header
*
------------------------------------------------------------------*/
#header{
	margin:0px auto;
	padding:0px 0px;
	border-bottom:6px solid #aac841;
    font-family: altivo, "Zen Kaku Gothic New", Sans-Serif;
}
#header>.repper{
	position: relative;
}
#header table{margin:0;}
#header td{
	vertical-align: top;
	border:none;
}
#header_logo{
	padding-bottom: 10px;
}
#header_nav{
	padding:0;
}
table#sub_menu, table#sub_menu2{
	margin:0;
	width: auto;
	position: absolute;
	right: 0;
}
table#sub_menu2{
	top: 60px;
}

td.headnavi{
	width: 172px;
	height: 49px;
	border: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	vertical-align: middle !important;
	border-bottom: 1px solid #cbcbcb !important;
	border-left: 1px solid #cbcbcb !important;
}
td.headnavi a:before {
	content: url('../img/sub/arrow.png') ;
}
td.now a:before {
	content: url('../img/sub/arrow_on.png') ;
}
td#inq a:before ,td#inq2 a:before{
	content: "" ;
}
td.headnavi a{
	color: inherit;
	display: block;
	text-align: center;
}
td.first{
	border:none !important;
	background: url('../img/sub/head_bg_first.png') no-repeat;
	height: 50px;
}

td#oubo{
	position: relative;
	width: 250px;
	text-indent: 42px;
}
td#oubo:before{
	background: #fff url('../img/icon.png') 12px 50% no-repeat;
	content: "";
	background-size: 40px;
	width: 60px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}
td#inq{
	background: url('../img/sub/head_bg_inq.png') no-repeat;
	width: 150px;
	text-indent: 32px;
	color: #FFF;
	border: none !important;
	height: 50px;
}
td#inq2{
	background: url('../img/sub/head_bg_inq2.png') no-repeat;
	width: 150px;
	text-indent: 32px;
	color: #FFF;
	border: none !important;
	height: 50px;
}
#fontSize {
	padding: 0;
	margin: 10px 0 0;
}
#fontSize li {
    display: inline-block;
    vertical-align: middle;
}
/*
*
* footer
*
------------------------------------------------------------------*/
#footer_nav{
	background:#aac841;
	color:#FFF;
	margin:0px auto;
	padding:15px 0px;
}
#footer_nav ul{
	padding:0;
	margin:0;
}
#footer_nav li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #FFF;
}
#footer_nav li a{
	color:#FFF;
}
#footer_nav li.last{
	border-right:none;
}
#footer{
	background:#FFF;
	color:#000;
	margin:0px auto;
	/*padding:20px 0px;*/
}
#footer_logo{
}
#copy{
}
/*
*
* repper
*
------------------------------------------------------------------*/
.repper{
	width:1100px;
	margin: 0 auto;
	background:#FFF;
}
#main .repper{
    min-height: 500px;
	padding:40px 50px;
	width: 1000px;
}
#footer_nav .repper,#footer .repper{background: inherit;}
/*
*
* main
*
------------------------------------------------------------------*/
#main{
	margin:40px auto;
}

/* cont
------------------------------------------------------------------*/
.cont{
	padding: 0 20px;
	margin: 0 0 40px;
}
/* ul li 黄色い■
------------------------------------------------------------------*/
ul.square{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
ul.square li{
	margin: 0px 0 4px 4px;
}
ul.square li:before{
	content: "■";
	color:#D6D57D;
	vertical-align: top;
	margin-left: -16px;
	width: 16px;
	display: inline-block;
}
span.nameIndent {
    width: 8em;
    display: inline-block;
}
/* table
------------------------------------------------------------------*/
table{
	width:100%;
	border-collapse:collapse;
	margin:10px 0px 15px;
}
caption{
	text-align:left;
	clear:both;
}
/* 表のタイトル */
caption div{
	padding:2px 8px;
	margin:0px 10px 0px 0px;
	border:1px solid #D0D0D0;
	border-bottom:none;
	text-align:left;
	font-weight:bold;
	font-size: 120%;;
	color:#FFF;
}
/* 表のサブタイトル */
caption span{
	float:left;
	margin-top:5px;
	font-size: 110%;
}
table th{
	background:#DDD;
	font-size: 102%;;
	font-weight:bold;
	text-align:left;
	padding: 10px 14px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 4px solid #FFF;
	border-right: 10px solid #FFF;
}
table td{
	padding: 10px 10px;
	border:none;
	border-top:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
}
table th.hissu:after{
	content: "※";
	color: #C0272D;
}
/* 対象部門と各部門の活動範囲 */
#bumon th{
	vertical-align: middle;
	line-height: 100%;
	background:#EAEABE;
	border-top: 1px solid #EAEABE;
	border-left: 1px solid #EAEABE;
}
#bumon td{
	border:none;
	border-top:1px solid #EAEABE;
	border-bottom:1px solid #EAEABE;
}
#bumon td ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#bumon td li{
	text-indent: -12px;
	margin: 0 0 0 12px;
}
#bumon td li:before{
	content: "■";
	color:#D6D57D;
}
/* 推薦者 */
#suisen th{
	background:#DDF1FE;
	border-top: 1px solid #DDF1FE;
	border-left: 1px solid #DDF1FE;
}
/* 連絡窓口・手続き担当者 */
#renraku th{
	background:#DDD;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
/* 応募 */
#oubo th{
	background:#EAEABE;
	border-top: 1px solid #EAEABE;
	border-left: 1px solid #EAEABE;
}
/* 候補者 */
#kouho th{
	background:#D9E7AD;
	border-top: 1px solid #D9E7AD;
	border-left: 1px solid #D9E7AD;
}
/* 提出書類 */
#upfile th{
	color:#FFF;
	background:#80B3D8;
	border-top: 1px solid #80B3D8;
	border-left: 1px solid #80B3D8;
}
tr.unused th {
	background: #7B7B7B !important;
}
/* 個人情報 */
.kojin td{
	border:none;
	padding:0;
}
#privacy_box{
	border:none;
	padding:0;
	height:120px;
	font-size: 100%;
	overflow:auto;
	border: 1px solid #ccc;
	resize: none;
}
#privacy_inner{
	padding: 10px ;
}
.kojin caption div{
	float:left;
	background-color:#A8BC32;
}
.kojin caption span{
	color:#603813;
}

/* textarea
------------------------------------------------------------------*/
/* 申請者情報 */
.sinsei textarea.kadai_textarea{
	resize: none;
	border:none;
}
.sinsei textarea.q_textarea{
	height:auto;
	resize: none;
	border:none;
}

.sinsei textarea{
	width:100%;
	height:130px;
	font-size: 110%;;
	resize: none;
}


/* div
------------------------------------------------------------------*/

/* ボタンエリア */
#btn_area{
	margin:10px 0px;
	text-align:center;
}
/* メッセージ画面 */
.msg{min-height: 200px;}
.msg h4{font-size: 180%;text-align: center;margin: 40px 0;}
.msg table{margin: 26px 0;}
.msg table td{padding: 30px 20px;border:none;}
.msg table td strong{font-size:150%;}

/*お問い合わせ完了*/
.msg2{min-height: 200px;}
.msg2 h4{font-size: 180%;text-align: center;margin: 40px 0;}
.msg2 table{margin: 26px 0;}
.msg2 table td{padding: 30px 20px;border:none;}

.address_area{
border: 1px solid #a8bc32;padding: 10px;border-radius: 8px;
}


/* text
------------------------------------------------------------------*/
/* 確認画面のtext */
.readonly{
	width:100%;
	color: #4D4D4D;
	border:none;
}

.inputBox{
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.inputBox:focus{
    box-shadow: 0 0 7px #aac841;
    border: 1px solid #aac841;
}
input.inputBox{ /*博報堂本体のcssで、input[type="text"]が設定されるので、上書き*/
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px;
}
input.inputBox.exp_flag { width: 615px; }

.InsertBox{
	border-right: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.insertLeft .typeBox {
	display: table-cell;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.inputFile{
	display:none;
}
/*checkbox  radio*/
[type="checkbox"], [type="radio"] {
	margin: 0 4px 0 0;
	position: relative;
top: 1px;
}

/* label
------------------------------------------------------------------*/
label {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 8px;
	cursor: pointer;
	display: inline-block;
	font-size: 110%;
	margin: 4px 4px 4px 0;
}
label.exp_flag {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
label:hover {
  background: #aac841;
}
label.disabled {
    color: #ccc;
}
label.disabled:hover {
    background: #fff;
}
label.file{
	color: inherit;
	background-color: #EAEABE;
	border: 1px solid #ccc;
	padding: 2px 4px;
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
	border-radius:0px;
}
label.file:hover {
	text-decoration: underline;
}
label.file.disabled {
	background-color: #ccc;
}
label.file.disabled:hover {
    text-decoration: none;
}
a.file_clear{background: #8FC0F0;padding: 2px 4px;border: 1px solid #DDD;}
a.file_clear.disabled{background: #DDD;}
a.file_clear.disabled:hover {
    text-decoration: none;
}
a.file_upload{
	color: inherit;
	background-color: #EAEABE;
	border: 1px solid #ccc;
	padding: 2px 4px;
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
	border-radius:0px;
}
div.upload_command_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.file_delete{
	color: #fff;
	background-color: #C0272D;
	border: 1px solid #ccc;
	padding: 2px 4px;
	line-height: 150%;
	border-radius:0px;
}

.grayout {
    background-color:#eeeeee;
}
label.grayout:hover {
    background: none;
}
/* select
------------------------------------------------------------------*/
select{
	margin:0px;
	height: 26px;
	padding: 2px 1px 2px 2px;
}
option{
	height:20px;
	padding:5px 1px 0px 5px;
}

/* button
------------------------------------------------------------------*/
.btn{
	cursor: pointer;
	margin: 0px 0 4px;
	padding: 0px 40px;
	font-size: 140%;
	color:#FFF !important;
	font-weight:bold;
	border-style: none;/* 枠を非表示*/
	text-decoration: none;
	line-height: 250%;
	display: inline-block;
	vertical-align: text-top;
	border-radius:4px;
	background:#A8BC32 url('../img/btn_icon.png') no-repeat 96% 50%;
	vertical-align: top;
}
/* 住所自動入力 */
.btn_address{
	font-weight:bold;
	color: inherit;
	background: #EAEABE;
	border:1px solid #ccc;
	padding:2px 4px;
	font-size: 110%;;
	line-height: 150%;
	border-radius:0px;
}
/*様式*/
.btn3{
	color: #4D4D4D;
	background: #EAEABE;
	border:1px solid #ccc;
	padding:2px 4px;
	font-size: 90%;
	line-height: 150%;
	border-radius:0px;
}
.btn4{
	cursor: pointer;
	margin: 0px 4px;
	padding: 0px 40px;
	font-size: 140%;
	color:#FFF;
	font-weight:bold;
	line-height: 250%;
	display: inline-block;
	border-radius:4px;
	background: #B4B4B4 url('../img/btn_icon.png') no-repeat 96% 50%;
}
.btn_oubo{
	padding: 0px 10px;
	display: block;
}
.btn_web{
	background-color: #D87413;
	padding: 0px 10px;
	display: block;
}
.btn_yubin{
	background-color: #2DABDD;
	padding: 0px 10px;
	display: block;
}
/* 内容クリア */
.btn_clear{background-color:#F6921D;}
/* 戻る */
.btn_back{background-color: #7B7B7B;}
/* 登録 */
.btn_finish{background-color: #D20917;}
/* メッセージ画面 */
.btn_msg{background-color: #9B7A62;}
/* アップロード書類の確認*/
.btn_file{
background: #065cb1;
font-size: 11px;
padding: 0 10px;
line-height: 20px;
vertical-align: middle;
}

/* checkbox
------------------------------------------------------------------*/
input[type="checkbox"]{
    width: 15px;
    border: none;
    box-shadow: none;
}

#chk_doui{
	outline: 4px solid #C02749;
	margin:6px 8px 0px 0px;
}

/*フロー
------------------------------------------------------------------*/
div.arrow{
	margin: 10px auto 30px;
	border-top: 1px #a7a7a7 dotted;
	text-align: center;
}
span.arrow{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #a7a7a7;
	display: inline-block;
}
table.flow tr th{font-size: 150%;background: none;border:none;padding: 10px 0;}
table.flow tr th>span{
	width: 6em;
    display: inline-block;
    margin-right: 10px;
	background: #d4e799;
	border-left: 10px solid #aac841;
    padding: 6px;
    color: #000;
}
table.flow td.img{
	vertical-align: top;
	text-align: center;
	width: 27%;
}
table.flow tr td{
	width: 60%;
	margin: 0;
	border:none;
}
.flow span.nameIndent {
    width: 20em;
    text-indent: 0px;
}



/*選考ページ
------------------------------------------------------------------*/
.marker *{
	font-size:100%;
}
.marker th{
	border: 1px solid #d7d7d7;
	font-weight: normal;
	padding: 4px;
	background:#f3f2d8;
	vertical-align: middle;
}
.marker td{
	border: 1px solid #d7d7d7;
	vertical-align: top;
	padding: 4px;
}
.marker label{
	padding: 2px;
}
.marker textarea{
	width: 98%;
	height: 128px;
	resize: vertical;
}
.FL,.FL2{
	display: block;
	height: 50px;
	margin: 2px 0;
	/*border: 1px solid #ccc;
	border-radius: 4px;*/
}
.FL2{
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
.FL:hover{
  /*background-color: #aac841;*/
}
.FLpdf{
    background: url('../img/marker/ico/ico_pdf.png') no-repeat 50% 50% !important;
}
.FLimg{
    background: url('../img/marker/ico/ico_photo.png') no-repeat 50% 50% !important;
}
.FLmov{
    background: url('../img/marker/ico/ico_mov.png') no-repeat 50% 50% !important;
}
.FLmov2{
    background: url('../img/marker/ico/ico_mov2.png') no-repeat 50% 50% !important;
}
.FLmp3{
    background: url('../img/marker/ico/ico_mp3.png') no-repeat 50% 50% !important;
}
.FLmp4{
    background: url('../img/marker/ico/ico_mp4.png') no-repeat 50% 50% !important;
}
.FLdoc{
    background: url('../img/marker/ico/ico_doc.png') no-repeat 50% 50% !important;
}
.FLxls{
    background: url('../img/marker/ico/ico_xls.png') no-repeat 50% 50% !important;
}
.FLppt{
    background: url('../img/marker/ico/ico_ppt.png') no-repeat 50% 50% !important;
}
.FLzip{
    background: url('../img/marker/ico/ico_zip.png') no-repeat 50% 50% !important;
}
.FLetc{
    background: url('../img/marker/ico/ico_etc.png') no-repeat 50% 50% !important;
}
.FLjtd{
    background: url('../img/marker/ico/ico_jtd.png') no-repeat 50% 50% !important;
}
.btn_senko{
	background-color: #86BEFD;
	font-size: 14px;
	padding: 0 24px 0 12px;
}
/*ログイン頁
------------------------------------------------------------------*/
.marker a{color:#e3841f;
font-weight:bold;
}
.login_area{
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 30px;
}
.login_title{
	border-left:18px solid #a8bc32;
	padding: 2px 16px !important;
}
.login_title p{
	padding:0; margin: 0;
}
.main_title{
	font-size: 21px !important;
	font-weight: bold;
	margin: 8px 0 0 !important;
}
.sub_title{
	color:#b6a6a6;
}
.login_cont{
	margin: 10px 0px 10px 34px;
}
.login_item{
	margin:10px 0;
}
.login_midashi{
	font-size: 21px;
	font-weight: bold;
	background: url('../img/ar.png') no-repeat 0% 40%;
	padding: 0 0 0 16px;
	width: 120px;
	display: inline-block;
}
.login_cont input{
	width: 500px;
    margin: 0;
    background-color: #f5f4f4;
    border: solid 1px #dedbd9;
    height: 26px;
    vertical-align: bottom;
    padding: 0;
}
.login_midashi_sub{
	background: url('../img/ar2.png') no-repeat 0% 40%;
	padding: 0 0 0 16px;
	display: inline-block;
}
.btn_login{
	background: #a1bd14;
	color: #FFF !important;
	display: inline-block;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 230%;
	border-radius: 4px;
	vertical-align: text-top;
}

/* 申請フォームの注意書き
------------------------------------------------------------------*/
small.caution { display: block; overflow:hidden;}
small.caution span { display:block; float:left;}
small.caution span.message { width:212px;}


/* この情報を優先する
------------------------------------------------------------------*/
caption div label {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 20px;
    padding: 0;
    border: none;
}