@charset "utf-8";
/* CSS Document */


p.text-center{
	text-align:center;
}

p.text{
	margin-bottom:15px;
	font-size: 160%;
    font-weight: 700;
}

p.tel{
	font-size: 253%;
    font-weight: 700;
	text-align:center;
}

p.tel span.small{
	font-size: 42%;
    font-weight: normal;
	display:block;
}

p.tel span.block{
	display:block;
	font-size: 33%;
    padding-left: 40px;
    font-weight: normal;
}

.section{
    margin: auto;
    padding: 10px;
}

.section h3{
	text-align:center;
	padding:23px 0;
}

.section .division{
	background-color:#fff;
	padding:20px;
	margin-top: -45px;
}

.division{
	background: #f8f5f1;
    padding: 5%;
}

.division p.mail{
	clear:both;
	margin-top:20px;
	padding-top:20px;
	border-top:solid 1px #d9d9d9;
	text-align:center;
}

/* --------------------------------
   □ error
-------------------------------- */


/* --------------------------------
   □ general
-------------------------------- */

.contents table td span.error,
.contents p.error{
	margin:4px 0;
	padding:2px 2px 2px 15px;
	color:#fff;
	background:#F00 url(../../images/common/icon/arrow/white.gif) 5px 50% no-repeat;
}

.contents .attention{
	margin:0 0 15px;
	text-align:right;
}


.contents .attention span,	
.contents table th span{
	color:#ff0000;
}

/* --------------------------------
   □ form
-------------------------------- */

.contents .chapter{
	padding:20px;
	color:#000;
	font-size:120%;
}

.contents table.tableStyle{
    margin: 0 auto;
}

.contents table.tableStyle tr{
	width:960px;
}
	
.contents table.tableStyle td input.short{
	width:14%;
}	

.contents table.tableStyle td{
	padding:20px;
	width:81%;
}

.contents table.tableStyle td ul.list li:first-child{
	margin-bottom:20px;
}

.contents table.tableStyle td ul.list li span.icon{
	padding-right:5px;
}

.contents table.tableStyle td input.middle{
	width:50%;
	height:20px;
}

.contents table.tableStyle td input.long{
	width:95%;
}

.contents table.tableStyle td label{
	float:left;
	display:inline;
	width:30%;
	padding:0 10px 10px 10px;
}

.contents table.tableStyle td label.lastChild{
	padding:0 10px 0px 10px;
}

.contents table.tableStyle td textarea{
	width:95%;
}

.contents table.tableStyle tr{
	border-top:solid 1px #c2c2c2;
	border-bottom:solid 1px #c2c2c2;
}

.contents table.tableStyle th{
	width: 19%;
	font-size: 14px;
	padding: 20px 20px 20px 25px;
}
	
.contents .submitArea{
	margin:35px 0;
	text-align:center;
}

.contents .submitArea li{
	display:inline;
	padding:0 25px;
}

/* --------------------------------
   □ contact
-------------------------------- */
.division dl dt{
	margin-top:30px;
	margin-bottom:10px;
	font-size:20px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.division dl dd{
	line-height:1.8;
}

/* --------------------------------
   □ thanks
-------------------------------- */
.division h3{
	text-align: center;
    font-size: 148%;
    margin-bottom: 15px;
}

.division p.text{
	line-height:2;
}




@media only screen and
(max-width :740px) {


p.text{
	margin-bottom:5%;
	font-size: 120%;
    text-align: left;
}
p.text br{
    display: none;
}

.section .division{
	background-color:#fff;
	padding:0;
}

.division{
    padding: 7%;
}

.division p.mail{
	clear:both;
	margin-top:20px;
	padding-top:20px;
	border-top:solid 1px #d9d9d9;
	text-align:center;
}

/* --------------------------------
   □ error
-------------------------------- */


/* --------------------------------
   □ general
-------------------------------- */

.contents table td span.error,
.contents p.error{
	margin:4px 0;
	padding:2px 2px 2px 15px;
	color:#fff;
	background:#F00 url(../../images/common/icon/arrow/white.gif) 5px 50% no-repeat;
}

.contents .attention{
	margin:0 0 15px;
	text-align:right;
}


.contents .attention span,	
.contents table th span{
	color:#ff0000;
}

/* --------------------------------
   □ form
-------------------------------- */

.contents .chapter{
	padding:20px;
	color:#000;
	font-size:120%;
}

.contents table.tableStyle{
    margin: 0 auto;
}

.contents table.tableStyle tr{
	width:960px;
}
	
.contents table.tableStyle td input.short{
	width:35%;
}	

.contents table.tableStyle td{
	padding:0 0 20px 0;
	width:auto;
    display: block;
}
	
.contents table.tableStyle td input.middle{
	width:97%;
	height:20px;
}

.contents table.tableStyle td input.long{
	width:97%;
}

.contents table.tableStyle td label{
	float:none;
	display:block;
	width:97%;
	padding:10px 0 10px 10px;
    background-color: #fff;
    margin-bottom: 2%;
    border-radius: 5px;
}

.contents table.tableStyle td label.lastChild{
	padding:10px 0 10px 10px;
}

.contents table.tableStyle td textarea{
	width:95%;
}

.contents table.tableStyle tr{
	border-top:solid 1px #c2c2c2;
	border-bottom:solid 1px #c2c2c2;
}

.contents table.tableStyle th{
	width: auto;
	font-size: 14px;
	padding: 20px 0 5px 0;
    display: block;
}
	
.contents .submitArea{
	margin:35px 0;
	text-align:center;
}

.contents .submitArea li{
	display:inline;
	padding:0 25px;
}

/* --------------------------------
   □ contact
-------------------------------- */
.division dl dt{
	margin-top:30px;
	margin-bottom:10px;
	font-size:20px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.division dl dd{
	line-height:1.8;
}

/* --------------------------------
   □ thanks
-------------------------------- */
.division h3{
	text-align: center;
    font-size: 148%;
    margin-bottom: 15px;
}

.division p.text{
	line-height:2;
}

    
}