﻿@charset "utf-8";
/* CSS Document */
/*=============================================*/
.type_txt {
	font-size:93%;
}
div#mailsend select {
	border:#999 solid 1px;
	padding: 0.2em;
	color:#000;
	height: 2em;
	}

div#mailsend select option {
	border: 1px solid #ccc;
	margin: -1px 0 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
	background:url(../inquiry/images/select_ground.gif) no-repeat left bottom;
	line-height: 1em;
	color: #000;
	}
.noscript_red {
	color:#F00;
}
div#mailsend .attention{
	font-size:100%;
	color:#F00;
}
div#mailsend table {
	border:none;
	border-collapse:collapse;
	}
div#mailsend table caption {
	padding:0.5em;
	text-align:left;
	font-size:124%;
	font-weight:700;
	}
div#mailsend table th {
	background:#F5F5F5;
	text-align:center;	
	padding:0.5em 0.5em;
	border:1px solid #E7E7E7;
	line-height:1.2em;
	empty-cells:show;
	width:120px;
	}
div#mailsend table td {
	padding:0.5em 0.5em;
	border:1px solid #E7E7E7;
	line-height:1.2em;
	empty-cells:show;
	}
div#mailsend table .th_bk_wh {
	background-color:#F5F5F5;
	font-weight:100;
	color:#666;
	}
div#mailsend table .th_bk_ac {
	background-color:#FFEAE8;
	font-weight:700;
	}
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;
	}
textarea {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
	width:380px;
	resize: vertical;
}
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;
}