/**
 * ================================================================================
 * [ strategy.css ]
 * ================================================================================
 */

/*
================================================================================

エリアコース地区詳細画面
[#child-body]

================================================================================
*/
@media screen and (max-width: 750px)
{
	#header{
		height: 55px;/*override*/
	}
}

/*#detail-wrapper
------------------------------------------------------------ */
#detail-wrapper{
	width: 788px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 0 0 50px 0;
}
#detail-wrapper h1{
	padding: 0 0 30px 0;
}
#detail-wrapper #detail-contents{
	padding: 0 39px 39px 39px;
}



@media screen and (max-width: 750px)
{
	#detail-wrapper{
		width: auto;
		border: none;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	#detail-wrapper h1{
		padding: 0 0 20px 0;
	}
	#detail-wrapper h1 img{
		width: 100%;
	}
	#detail-wrapper #detail-contents{
		padding: 0 10px 20px 10px;
	}
}



#detail-wrapper #detail-contents .h2-style{
  font-size: 16px;
  width: auto;
  color: #fff !important;
  font-weight: bold !important;
  padding: 10px 20px !important;
  margin: 0 0 15px 0 !important;
  background: #1da0dd url(../images/h2_bg_pc.png) repeat-y 0 0 !important;
}



/* #hoken_wd-表組
------------------------------------------------------------ */
#hoken_wd .btn{
	margin: 5px 0 0 0;
}
#hoken_wd{
	width:100%;
	padding: 0 0 30px 0;
}
@media screen and (max-width: 750px){
	#hoken_wd{
		width:100%;
	}
}
.res_table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #c9c9c9;
}
.res_table table{

}
.res_table td,
.res_table th{
	border-bottom: 1px solid #c9c9c9;
	line-height: 1.6em;
}
.res_table td{
	padding: 8px 0 8px 15px;
}
.res_table th{
	font-weight: bold;
	padding: 8px 15px 8px 15px;
}
.res_table thead th{
	background:#cbd4f5;
}
.res_table tbody th{
	background:#eeeeee;
	white-space: nowrap;
}
.res_table .bar-title{
	font-size: 12px;
}

@media screen and (max-width: 750px){
	.res_table{
		display: block;
		font-size:12px;
		margin: 8px 0 0 0;
		border: none;
	}
	.res_table thead{
		display: none;
	}
	.res_table tbody{
		display: block;
	}
	.res_table tbody tr{
		display: block;
		margin-bottom: 1.5em;
	}
	.res_table tbody th,
	.res_table tbody td{
		display: list-item;
		border: none;
	}
	.res_table tbody th{
		margin-bottom: 8px;
		list-style-type: none;
		color: #333333;
		font-weight:bold;
		padding: 6px 0 6px 12px;
		border: 1px solid #c9c9c9;
	}
	.res_table tbody td{
		list-style-type: none;
		padding: 0;
		margin-bottom:0.3em;
	}
	.res_table .bar-title{
		font-size: 13px;
	}
}


/* #number_ind
------------------------------------------------------------ */
.number_ind{
padding: 0 0 30px 0;
overflow: hidden;
}
/*.number_ind dl{
 display:table;
 padding: 0 0 10px 0;
}
.number_ind dt {
width: 2em;
display:table-cell;
}
.number_ind dd {
margin: 0 0 0 2em;
display:table-cell;
}
*/
.bg_white{ background-color: #fff !important; }
.txt_red{ color: #ff0000 !important; }
.bold{ font-weight: bold; }


/* 応募方法Table
------------------------------------------------------------ */
.number_ind .application_method_table{
	margin-bottom: 10px;
}
.number_ind .application_method_table th,
.number_ind .application_method_table td{
	border-right: 1px solid #c9c9c9;
}
.number_ind .application_method_table th{
	border-left: 1px solid #c9c9c9;
}
.number_ind .application_method_table td{
	padding: 8px 9px 8px 15px;
}
.number_ind .application_method_table .step{
	white-space: normal;
	width: 157px;
}
.number_ind .application_method_table .deadline{
	width: 186px;
}
.number_ind .application_method_table .contents{
	width: 317px;
}
.number_ind .application_method_table .address{
	display: block;
	margin-top: 8px;
}
.number_ind .application_method_table .time{
	width: 50px;
}
.number_ind .table_note{
	text-indent: -1rem;
	padding-left: 1rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px){
	.number_ind .application_method_table .step{
		width: 145px;
	}
	.number_ind .application_method_table .deadline{
		width: 205px;
		padding: 8px 0 8px 15px;
	}
	.number_ind .application_method_table .contents{
		width: 310px;
	}
}

@media screen and (max-width: 750px){
	.number_ind .application_method_table th,
	.number_ind .application_method_table td{
		width: 100% !important;
	}
	.number_ind .application_method_table th{
		border: 1px solid #c9c9c9;
		background-color: #eeeeee !important;
		box-sizing: border-box;
	}
	.number_ind .application_method_table td{
		border-right: none;
		padding: 0;
	}
	.number_ind .application_method_table .address{
		margin-top: 5px;
	}
	.number_ind .table_note{
		font-size: 12px;
	}
}


/* 募集地域詳細Table
------------------------------------------------------------ */
.area_table{
	margin-bottom: 30px;
}
.area_table th{
	width: 150px;
	box-sizing: border-box;
}
.area_table td{
	width: 560px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px){
.area_table table{
	display: block;
}

.area_table th{
	width: 100%;
}
.area_table td{
	width: 100%;
}
}








/*注釈用*/
.kometext{
	font-size:83%;
}
@media screen and (max-width: 480px) {
	.kometext{
		font-size:12px;
	}
}

/*<br>をPCでは改行あり、SPでは改行なしにする*/
.br { display:block; }
@media screen and (max-width: 750px){
	.br { display:inline; }
}

/*中黒をPCで非表示*/
.nakaguro{
	display:none;
}
@media screen and (max-width: 750px) {
	.nakaguro{
		display:inherit;
	}
}


/*終了告知*/
.end-box{
	border: 1px solid #009ee6;
	padding: 9px 0 10px 0;
	margin: 10px 0 20px 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	color: #009ee6;
}
@media screen and (max-width: 750px){
	.end-box{
	/*text-align: left;*/
	padding: 5px;
	font-size: 12px;
	}
}



/*注意書き（※）のインデント用テーブル*/

#hoken_wd .att-tbl table{
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#hoken_wd .att-tbl th{
	border: none;
	padding: 0 0.5em 0 0;
	margin: 0;
	vertical-align: top;
	background: none;
}
#hoken_wd .att-tbl td{
	border: none;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 750px){
	#hoken_wd .att-tbl th{
	display: inherit;
	}
	#hoken_wd .att-tbl td{
	display: inherit;
	}
}