﻿@charset "utf-8";
/* CSS Document */
/*=============================================*/
#kiyaku {
	margin:15px 0px 5px 15px;
	padding-left:260px;
}
.txtarea_atn {
	width:550px;
	height:140px;
	margin:0px 15px 0px 30px;
}
.type_txt {
	font-size:100%;
}
div#mailsend select {
	border:#999 solid 1px;
	padding: 0.1em;
	color:#000;
	height:1.8em;
	font-size:100%;
}
div#mailsend select option {
	border: 1px solid #ccc;
	margin: -1px 0 0;
	padding: 0.1em;
	line-height: 1em;
	color: #000;
	font-size:100%;
}
.noscript_red {
	color:#F00;
}
div#mailsend .attention {
	font-size:100%;
	color:#F00;
}
div#mailsend table {
	margin-top:15px;
	border:none;
	border-collapse:collapse;
	width:620px;
}
div#mailsend table caption {
	padding:0.5em;
	text-align:left;
	font-size:124%;
	font-weight:700;
}
div#mailsend table th {
	width:160px;
	background:#F5F5F5;
	text-align:center;
	padding:0.5em 0.5em;
	border:1px solid #E7E7E7;
	line-height:1.2em;
	empty-cells:show;
	height:26px;
}
div#mailsend table td {
	padding:0.5em 0.5em;
	border:1px solid #E7E7E7;
	line-height:1.2em;
	empty-cells:show;
}
div#mailsend table td.td_cnt {
	text-align:center;
}
div#mailsend table .th_bk_wh {
	background-color:#fff;
	font-size:116%;
	color:#F60;
}
div#mailsend table .th_bk_ac {
	background-color:#FFEAE8;
	font-weight:600;
}
div#mailsend table .th_bk_blue {
	background-color:#D0FFFF;
	font-size:125%;
}
div#mailsend table .th_bk_op {
	background-color:#DFF;
}
div#mailsend table .th_txtarea {
	vertical-align:top;
}
div#mailsend table .atn_red {
	color:#F00;
}
div#mailsend table .td_bk_atn {
	background-color:#FFC;
}
div#mailsend .txt_cn {
	margin-top:12px;
	text-align:center;
}
div#mailsend table .td_right {
	text-align:right;
}
input[type="text"],textarea,select {
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:14px;
}
input[type="email"] {
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:14px;
}

input[type="text"]:focus,textarea:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
input[type="email"]:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
input[type="text"] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 200px;
}
input[type="email"] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 200px;
}
input[type="text"]:focus {
    width: 300px;
}
input[type="email"]:focus {
    width: 300px;
}