﻿@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

contact CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.content{
	width:70%;
	padding-top:135px;
	margin:0 auto;
}

.content h1,h2 {
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
}
.content h1 {
	border-bottom: #DEDEDE 1px solid;
	padding: 0 0 10px;
	margin: 0 0 25px;
	font-size: 15px;
	text-align:left;
	letter-spacing: .2em;
}
.content h2 {
	padding-top:40px;
	margin:40px 0 30px;
	border-top:1px solid #DDD;
}

table {
	width:100%;
}
table th {
	width:25%;
	padding-bottom:20px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	line-height:1.5;
}
table td {
	width:75%;
	padding-bottom:20px;
}
table td input {
	width:100%;
}
table td.radiobox input {
	width:auto;
}
table th .attention {
	color:red;
	font-size:10px;
}

table td h6 {
	padding-bottom:10px;
}

table td textarea {
	width:100%;
	height:15em;
}

.section p {
	line-height:1.5;
	padding-bottom:20px;
}
.section {
	text-align:center;
}

.submitbox {
	width:100%;
	padding:40px 0;
	text-align:center;
}
.submitbox .btn {
	display: inline-block;
	width: 14em;
	padding: 1em 0;
	border: none;
	text-align: center;
	background: #666;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
}


body.confirm .content div.btnBox {
	text-align:center;
	padding-bottom:40px;
	line-height:1.5;
}
body.confirm table th {
	color:#666;
}

body.complete .endtxt {
	text-align:center;
}
a.u_line {
	text-decoration:underline;
}
@media screen and (max-width:640px){
	.content{
		width:80%;
		padding-top:60px;
	}
	table th, table td {
		display:block;
		width:100%;
	}
	table th {
		padding-bottom:5px;
	}
	
	body.confirm table td {
		padding-left:20px;
	}
	body.confirm .submitbox .btn {
		width:10em;
	}
	
	br.sp {
		display:none;
	}
}