@charset "utf-8";
/* CSS Document */

/*--------
 FORM
----------*/
@media screen and (max-width:600px) { /*600px以下(スマホ用)*/
table, tbody, tr, th, td {
display: block;
max-width: 100%; /*スマホ画面ほぼ一杯に広がる感じ*/
}
}

.stepArr {
	text-align: center;
	margin: 5px;
}

/* @group scrlBox */
div.scrlBox {
	height: 115px;
	overflow: auto;
	border: solid 2px #d2d2d2;
	background-color: #f0f0f0;
	padding: 12px;
}
div.scrlBox ol {
	margin: 0;
	padding: 0 0 0 30px;
}
div.scrlBox.noScrl{
	height: auto;
}


div#pdf{
	padding-top:5px;
	padding-bottom:10px;
}

#pdf img{
	padding-right:5px;
}

/* @end */
/* @group scrlBox01 */
div.scrlBox01 {
	height: 315px;
	overflow: auto;
	border: solid 2px #d2d2d2;
	background-color: #f0f0f0;
	padding: 12px;
	word-break:break-all;
}
div.scrlBox01 ol {
	margin: 10px 0 10px 0px;
	padding: 0 0 0 30px;
}
div.scrlBox01 li {
	margin: 5px 0 5px 0px;
	padding: 0px;
}

div.scrlBox01.noScrl{
	height: auto;
}

#contents button,
#contents input[type="submit"],
#contents .locked button,
#contents .locked input[type="submit"]:hover {
	padding: 18px 10px;
	color: #ffffff;
	background-color: #e82727;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border: none;
	width: 100%;
	cursor: pointer;
	position: relative;
	top: -4px;
	box-shadow: 0 4px 0 #999999;
}

#contents button:hover,
#contents input[type="submit"]:hover {
	top: 0;
	box-shadow: none;
}

/* table ---------------------------------------------------- */
table.detail {
	border: 2px #cfcfcf solid;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:1.2;
	width:100%;
	}

table.detail th {
	padding: 15px;
	border: 2px #cfcfcf solid;
	background: #ebebeb;
	font-weight: normal;
	line-height: 100%;
	width:23%;
}
table.detail td {
	padding: 15px;
	border: 2px #cfcfcf solid;
	background-color:#fff;
	width:77%;
}
	table.detail td.tx_c {
	text-align: center;
	}
	table.detail td.tx_r {
	text-align: right;
	}
	table.detail td.tx_l {
	text-align: left;
	}

table.detail span { 
	text-align:right;
	float:right;
	font-size:88%;
 }
 	table.detail span:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	zoom:1; /* for IE */
	}
table.detail span{ display:inline-block;}

@media screen and ( max-width:640px )
{
table.detail {
	border-bottom: none;
}
table.detail th {
	display:block;
	box-sizing:border-box;
	width:100%;
	border-top: none;
	border-left: none;
	border-right: none;
}
table.detail td {
	display:block;
	width:100%;
	box-sizing:border-box;
	border-top: none;
	border-left: none;
	border-right: none;
}
}

#contents .err_js {
	margin-bottom: 30px;
	padding: 40px;
	background-color: #c00;
	color: #fff;
	font-size: 23px;
	text-align: center;
}