@charset "utf-8";

.con00{
	text-align:center;
	width:80%;
	margin:30px auto 0;
}
.con01{
	background-color:#f9f8f6;
	padding:15px 0;
}
.con01 > span{
	display:inline-block;
	width:49%;
	font-size:160%;
	font-weight:bold;
	padding:8px 0;
}
.con01 > span:first-child{
	border-right:1px solid #999;
}
.con01 > span > span{
	font-weight:normal;
	font-size:60%;
	margin-right:8px;
}
.con01 > span > img{
	vertical-align:middle;
	margin-right:8px;
}
.con02{
	background-color:#1edcf0;
	color:#fff;
	font-weight:bold;
	padding:8px 0;
}



/*========================================
 フォームのテーブル関係
==========================================*/
div#error_area {
	margin: 30px;
	padding: 0px;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}
#form_area td.pp{
    text-align:center;
    padding:30px 0 10px;
    background-color:#fefdfa;
    border:none;
}
#form_area td.pp a{
    color:#008842;
}
#form_area td.pp a:hover{
    text-decoration:underline;
}
#form_area td.botan{
    border:none;
    text-align:center;
    background-color:#fefdfa;
}
#form_area td.botan input{
    border:none;
}


.dan{
	margin:0 auto;
}

/*========================================
 上部メッセージ欄
==========================================*/
div.top_mes {
	padding: 5px;
}


/*========================================
 エラーメッセージ関係
==========================================*/
div#error_area {
	margin: 30px;
	padding: 0px;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}

table.oto{
	width:800px;
	margin:50px auto 0;
	border-collapse:collapse;
}
table.oto caption{
	text-align:right;
	color:#999;
	font-size:70%;
}
table.oto th, table.oto td{
    border-top:2px solid #ffd6cc;
    border-bottom:2px solid #ffd6cc;
    vertical-align:top;
    padding:25px 25px;
	line-height:2;
}
table.oto th{
	width:15em;
	font-weight:bold;
	text-align:left;
}
table.oto td input{
	width:150px;
	border-color:#ccc;
	background-color:#fff;
	padding:8px;
	margin:2px 20px 2px 0;
}
table.oto tr:nth-of-type(2) input{
	width:100px;
	margin:2px 0 2px 0;
}
table.oto tr:nth-of-type(3) input{
	width:350px;
}
table.oto tr:nth-of-type(4) input{
	width:350px;
}
table.oto tr:nth-of-type(5) input{
	width:350px;
}
table.oto tr:nth-of-type(6) input{
	width:400px;
}
table.oto tr:nth-of-type(7) input{
	width:auto;
	margin-right:10px;
}
table.oto label{
	white-space:nowrap;
	
}
td input, td textarea{
	padding:8px;
    border:1px solid #ccc;
    background-color:#fff;
	width:500px;
}

table.oto th strong{
	color:#fff;
	margin-left:8px;
	background-color:#f35925;
	padding:2px 5px;
	font-weight:normal;
	font-size:85%;
}

.red{
    color:#f00;
}


.botan{
	text-align:center;
	
}
.botan input{
	width:230px;
	height:55px;
	background-color:#fc534c;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	cursor:pointer;
	margin:60px auto;
	border:none;

}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 900px){

table.oto{
	width:95%;
	margin:30px auto 0;
	border-collapse:collapse;
}

table.oto th {
    border-top: none;
    border-bottom: none;
}

table.oto th, table.oto td{
    border-top:1px solid #;
    border-bottom:1px solid #fff;
    padding:15px 25px;
}

table.oto th, table.oto td {
    display: block;
}

table.oto td input{
	width:35%;
	border-color:#ccc;
	background-color:#fff;
	padding:8px;
	margin:2px 10px 2px 0;
}
table.oto tr:nth-of-type(2) input{
	width:95%;
}
table.oto tr:nth-of-type(3) input{
	width:95%;
}
table.oto tr:nth-of-type(4) input{
	width:95%;
}
table.oto tr:nth-of-type(5) input{
	width:95%;
}
table.oto tr:nth-of-type(6) input{
	width:auto;
	margin-right:10px;
}

td input, td textarea{
	padding:8px;
    border:1px solid #ccc;
    background-color:#fff;
	width:90%;
}
}