@charset "utf-8";
/* CSS Document */
#top{
	background-color:#0a0a0a; 
	padding:100px 0 40px 0;
}
#top .top_bg{
	width:90%;
	margin:auto;
	background-image:url(../img/page_top1.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:100% 100%;
	padding:60px 0;
}
#top .top_bg h2{
	font-size:1.3rem;
	color:#fff;
	text-align:center;
	font-weight:500;
}
#box{
	background-color:#fff;
	width:80%;
	margin:auto;
	padding:20px 15px 40px 15px;
	border-radius: 8px;
	margin-top:50px;
	margin-bottom:50px;
}
#box .box_inner{
	width:100%;
	
}
tbody {
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table {
	width:85%;
	margin:auto;
    border-collapse: collapse;
}
table tr {
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 10px;
    margin-bottom: 16px;
    display: block;
}
table tr:nth-child(1){
	margin-top:30px;
}
table tr th {
    width: 80px;
    text-align: left;
    vertical-align: top;
}
table tr td {
    font-size: 0.8rem;
}
span{
	display: inline-block;
}
/*ここからスマホ用（700px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}