/* �e�x���_�[�v���t�B�b�N�X����ꂽ�W���ŁI�I(http://caniuse.com/#search=placeholder-shown) */
input.subcolor:placeholder-shown {
	color: #aaa;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
input.subcolor::-webkit-input-placeholder {
	color: #aaa;
}

/* Firefox 18- */
input.subcolor:-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
/* Firefox 19+ */
input.subcolor::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
/* IE 10+ */
input.subcolor:-ms-input-placeholder {
color: #aaa !important;
}

.char_zen {
	ime-mode: active;   /* �S�p���[�h */
}
.char_han {
	ime-mode: disabled;   /* ���p���[�h */
}

.contact_text {
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
}
.thanks {
	font-size: 12px;
	padding: 1em;
	border: 1px solid #5A994D;
}
.thanks h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.wak_box {
	background: #FFF;
	border-top: 5px solid #1B95D4;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
}
#mail_form {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#mail_form .ind {
	font-size: 12px;
	color: #f00;
}
#mail_form dl {
	width: 100%;
	/*display: table;*/
	margin: 0px;
	padding: 0px;
}
#mail_form caption {
	text-align: left;
}
#mail_form dt {
	font-weight: bold;
/*	width: 30%;
	display: table-cell;*/
	margin: 0px;
	padding: 1em 1em 0;
/*	vertical-align: top;
	border-bottom: 1px solid #dbdbdb;*/
}
#mail_form dd {
/*	display: table-cell;*/
	padding: 1em;
	margin: 0px;
	border-bottom: 1px solid #dbdbdb;
}
#mail_form dd div {
	margin-bottom: 0.4em;
}
#mail_form dd input[type=text], #mail_form dd textarea, #mail_form dd select {
	border-radius: 4px;			/* CSS3���� */
	-moz-border-radius: 4px;	/* Firefox�p */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome�p */
	padding: 8px;
}
#mail_form .tr {
	display: table-row;
}
#mail_form dd .err_msg {
	color: #F00;
	font-size: 12px;
	margin-top: 15px;
}
#mail_form_btn {
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#mail_form_btn input {
	height: 40px;
	width: 100px;
	margin-right: 4px;
	margin-left: 4px;
}
#mail_form .mail_send_btn {
	text-align: center;
	padding-top: 1em;
}
#mail_form .mail_send_btn input[type=submit] {
	color: #FFF;
	text-decoration: none;
	background: #1B95D4 url(../images/information/form_btn_arrow.png) no-repeat right center;
	padding: 8px 30px 8px 20px;
	box-shadow: 0px 0px 6px -2px #333;
	-moz-box-shadow: 0px 0px 6px -2px #333;
	-webkit-box-shadow: 0px 0px 6px -2px #333;
	line-height: 100%;
	border: none;
}
#mail_form .full {
	width: 100%;}

#return_top {
	text-align: center;
	clear: both;
	padding-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#return_top a {
	background-color: #339933;
	color: #FFF;
	text-decoration: none;
	background: #1B95D4 url(../images/information/form_btn_arrow.png) no-repeat right center;
	padding: 8px 30px 8px 20px;
	box-shadow: 0px 0px 6px -2px #333;
	-moz-box-shadow: 0px 0px 6px -2px #333;
	-webkit-box-shadow: 0px 0px 6px -2px #333;
	line-height: 100%;
	border: none;
}
#return_top a:hover {
	border: #ccc;
}

form label {
	display: inline-block;
	width: 100%;}
