@charset "UTF-8";
	
.title_area{
	width:100%;
	height:75%;
 	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.item_list{
	width:100%;
	margin-top:50px;
}

h2{
	margin:30px 0;
}

h3{
	margin:20px auto;
	border-bottom: 1px dashed #5f9ea0;
	width:50%;
	font-size:0.8em;
	font-weight:100;
}


@media screen and (max-width: 768px) {
.img_list {
	margin:0 auto;
}
}

.img_list{	
	margin:0;

}

.tbl-common01 {  
    width: 80%;
    margin: 10px auto;
    border-bottom: none;
	text-align:left;
}

.tbl-common01 dt {  
    font-weight: bold;
	text-align:left;

}

/* �X�}�z
-------------------------------------------------- */
@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;
	}

}
