@charset "UTF-8";
div.outline_top{
	width: 100%;
	height: 300px;
	background-image:url(../images/outline_top.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	overflow: hidden;
  	position: relative;
}

@media screen and (max-width: 768px) {
	div.outline_top{
		height:220px;
	}
	div.outline_top img{
		height:155px;
	}}
	
.title_area{
	width:100%;
	height:75%;
 	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.tbl-common01 {  
    width: 80%;
    margin: 10px auto;
    border-bottom: none;
	text-align:left;
}

.tbl-common01 dt {  
    font-weight: bold;
	text-align:left;

}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:570px) {
    .tbl-common01 {
    }
    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 8px 20px;
    }
    
    .tbl-common01 dt {
        float: none;
    }
    
    .tbl-common01 dd {
    }
}


/* PC
-------------------------------------------------- */
@media only screen and (min-width: 571px) {
    .tbl-common01 {
    }
    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 20px;
    }
    
    .tbl-common01 dt {
        clear: both;
        float: left;
        width: 110px;
        border-top: 1px solid #FFFFFF;
    }
    
    .tbl-common01 dd {
        padding-left: 170px;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #666666;
        border-left: 1px solid #FFFFFF;
    }
	.tbl-common01 dd:last-child {
		border-bottom: none;
	}

}

h2{
	font-size:1em;
	}
