@charset "utf-8";

/*************************/
/*** Yahoo's CSS Reset ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
img {
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
li {
   line-height: 1;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
/*************************/

/*************************/
/** clear fix **/
.clearfix:after{
	content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
/*************************/



html {
	width: 100%;
}
body {
	width: 100%;
	font-family: Meiryo,'メイリオ','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS PGothic','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container {
	width: 590px;
	margin: 0 auto;
}
#mailForm h1 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#mailForm p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#mailForm td {
	padding: 10px;
}
#mailForm td.l_Cel {
	width: 200px;
}
#mailForm td.nidan {
	padding: 0px 10px 10px;
}
#mailForm table {
	width: 570px;
	margin: 0 auto;
}
#mailForm input, select, textarea {
	font-size: 100%;
	padding: 2px;
}
#mailForm #subBtn {
	margin-top: 40px;
	margin-left: 250px;
}
#mailForm span {
	font-size: 80%;
}
#mailForm span.mast {
	color: #900;
	margin-left: 5px;
}
#mailForm p.confp {
	margin-top: 30px;
}
#mailForm table.conf {
	width: 520px;
}
#mailForm table.conf td {
	border: solid 1px #CCC;
}

#resultMessage {
	margin-top: 140px;
	font-size: 16px;
}
#resultMessage h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#resultMessage p {
	font-size: 12px;
	color: #F00;
	margin-bottom: 0px;
}
#resultMessage a:link,
#resultMessage a:visited {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
#resultMessage a:hover,
#resultMessage a:active {
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}
#resultMessage input {
	font-size: 14px;
}


