@charset "UTF-8";
div.contact_top{
	width: 100%;
	height: 300px;
	background-image:url(../images/contact_top.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	overflow: hidden;
  	position: relative;
}

@media screen and (max-width: 768px) {
	div.contact_top{
		height: 220px;
	}
	div.contact_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: 90%;
    margin: 0 auto;
    border-bottom: none;
}

.tbl-common01 dt {  
    font-weight: bold;
	text-align:left;
}

.tbl-common01 dd {  
	text-align:left;
}

textarea{
	width:100%;
	height:7em;
	line-height:1.5em;
}

div.center{
	margin:20px;
}


/* PC
-------------------------------------------------- */
@media only screen and (min-width: 571px) {    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 20px;
    }
    
    .tbl-common01 dt {
        clear: both;
        float: left;
        width: 150px; /* 幅を指定 */
        border-top: 1px solid #FFFFFF;
    }
    
    .tbl-common01 dd {
        padding-left: 170px; /* dtの分、左にpaddingを取る */
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #666666;
        border-left: 1px solid #FFFFFF;
    }
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:570px) {
    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 10px 20px;
    }
    
    .tbl-common01 dt {
        float: none;
    }
    
    .tbl-common01 dd {
        border-top: 1px dashed #666666;
        border-bottom: 1px solid #666666;
		text-align:left;
    }
	
}

