@charset "Shift_JIS";

/*___________ contact ___________ */

#contact_01box {
	width: 648px;
	margin: 0 auto;
	text-align:center;
	background:url(../images/contact/mail_forback.png);
	background-repeat:no-repeat;
}

#contact_01_01 {
	width: 563px;
	height: 124px;
	margin: 30px auto 22px auto;
}

#contact_01_02 {
	width: 500px;
	margin: 8px auto 0px auto;
}

#contact_02box_back {	
	width: 547px;
	margin: 8px auto 35px auto;
	background-image:url(../images/contact/contact_form_back_01.png);
}

#contact_02box {
	padding:50px 50px 20px 50px;
	border:1px solid #8fb9d0;
}

.contact_form_01 {
	margin-bottom: 9px;
}

.contact_form_02 {
	margin-bottom: 9px;
}

.contact_form_03 {
	margin-top: 30px;
	margin-left: 35px;
}

.contact_textarea_01 {
	width: 304px;
	height: 32px;
	resize:none; 
	line-height:1.5em;
	padding-top: 3px;
	padding-left: 12px;
}

.contact_textarea_02 {
	width: 451px;
	height: 252px;
	resize:none; 
	padding-top: 3px;
	padding-left: 12px;
}

.confirm_table01 tr{
	background-color: #fff;
}

.confirm_table01 th{
	padding:5px;
	width: 33%;
}

.confirm_table01 td{
	padding:5px;
	width: auto;
}

input.btn_confirm{
	width:126px;
	height:42px;
	background:url(../images/contact/confirm.png) no-repeat;
	border:none;
	cursor:pointer;
	padding-top:56px;
	overflow:hidden;
}

.btn_confirm_hover {
	width:126px;
	height:42px;
	background: url(../images/contact/confirm_on.png) no-repeat;
	border:none;
	overflow:hidden;
}

.btn_confirm_hover input:hover{
	opacity: 0;
}

input.btn_prev{
	width:159px;
	height:42px;
	background:url(../images/contact/prev.png) no-repeat;
	border:none;
	cursor:pointer;
	padding-top:56px;
	overflow:hidden;
	display: inline-block;
}

.btn_prev_hover {
	width:159px;
	height:42px;
	background: url(../images/contact/prev_on.png) no-repeat;
	border:none;
	overflow:hidden;
	display: inline-block;
}

.btn_prev_hover input:hover{
	opacity: 0;
}

input.btn_send{
	width:126px;
	height:42px;
	background:url(../images/contact/send.png) no-repeat;
	border:none;
	cursor:pointer;
	padding-top:56px;
	overflow:hidden;
	display: inline-block;
}

.btn_send_hover {
	width:126px;
	height:42px;
	margin-left: 53px;
	margin-right: 42px;
	background: url(../images/contact/send_on.png) no-repeat;
	border:none;
	overflow:hidden;
	display: inline-block;
}

.btn_send_hover input:hover{
	opacity: 0;
}

.text, textarea, input, .dropdown{
    border:1px solid #777;
    color: #333;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

