@charset "utf-8";

#contents h1 {
	background: url("../images/tryReport/t01.png") no-repeat 20px #262626;
	padding-left: 430px;
}

#article h2 {
	padding-left: 80px;
}

.ttlImg {
    position: absolute;
    margin: -60px 0 0 10px;
}

.t_styles {
	border-radius: 5px;
	background-color: #333333;
	height: 26px;
	line-height: 24px;
}

.basicTable caption {
	text-align: left;
	margin-bottom: 1em;
}

.basicTable caption:before {
	content: "●";
}

.basicTable th {
	background-color: #CCC;
}

.basicTable td {
	text-align: center;
}

.boldLine {
	border-bottom: 2px solid #525252;
}

.backBlue {
	background-color: #0000FF;
	color: #FFF;
}

.backBlack {
	background-color: #000;
	color: #FFF;
}

.backGray {
	background-color: #515151;
	color: #FFF;
}

.allow {
	margin-left: 14.5%;
}

/* box01 */

#box01 dl {
	float: left;
	margin-bottom: 3%;
}

#box01 dt:before { content: "●"; }

#box01 dd {
	line-height: 1.5;
	margin: 0 0 0.5em 1em;
}

#box01 figure {
	margin-left: 50px;
	float: left;
}

#box01 figure figcaption {
	padding: 60px 0 0 10px;
	float: right;
}

#box01 h3,
#box01 div.s_box {
	margin-bottom: 2%;
}

#box01 img.allow {
	margin-bottom: 1.5%;
}

#box01 div.s_box table {
	float: left;
	width: 35%;
}

#box01 div.s_box p {
	float: left;
	max-width: 62%;
	margin-left: 3%;
}

/* box02, box03 */

#box02 table.basicTable,
#box03 table.basicTable {
	margin-bottom: 2%;
	width: 70%;
}

/* box04 */

#box04 ol {
	list-style: none;
	line-height: 1.5;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#box04 ol li {
	margin-bottom: 0.5em;
}

#box04 img {
	margin: 2em 0;
}

#box04 table.basicTable {
	margin-bottom: 2em;
}

#box04 table.basicTable td:nth-child(1) {
	text-align: left;
}

#box04 div {
	margin-top: 4%;
}

@media only screen and (max-width: 1023px) {

	.allow {
		margin-left: 18.5%;
	}

	#box01 div.s_box table {
		width: 46%;
	}
	
	#box01 div.s_box p {
		max-width: 52%;
		margin-left: 2%;
	}
	
	#box02 table.basicTable,
	#box03 table.basicTable {
		width: 100%;
	}
	
	#box04 img {
		height: 144px;
	}
	
	#box04 div {
		margin-top: 5%;
	}
	
	#box04 div img {
		height: 127px;
	}
}
