@charset "utf-8";

/*--------------------------------------------
 
      PAGE TIT
 
---------------------------------------------*/

.inner{
	height:300px;
	width:94%;
	margin:0px auto;
	display:table;
}

.inner h1{
    display:table-cell;
    vertical-align:middle;
    line-height:1.5em;
	font-size:28px;
}

/*--------------------------------------------
 
     お問い合わせ
 
---------------------------------------------*/


.ta-form{
	margin-bottom:40px;
}

.ta-form td{
	padding:15px 1%;
	background:url(../img/line-dot.gif) repeat-x bottom left;
	vertical-align:top;
}


.item{ 
	width:20%;
}

.need{
	text-align:center;
	color:#fff;
	width:20%;
}

.need strong{
	background:#E5001A;
	padding:3px 20px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.check-box{
	width:100%;
	text-align:center;
	background:#E6F2EF;
	padding:20px 0px;
	margin-bottom:40px;
}

.inp-reset{
	background:#999;
	border:none;
	width:200px;
	text-align:center;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	padding:15px 0px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	cursor:pointer;
}

.inp-conform{
	background:#E24D4A;
	border:none;
	width:200px;
	text-align:center;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	padding:15px 0px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	cursor:pointer;
}