@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
	color: #333333;
	letter-spacing: 1px;
	font-size: 100%;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	color: #333;
	-webkit-text-size-adjust: none;
	_display: inline;
	_zoom:1;
}
article, aside, footer, header, nav, section {
	display: block;
}
h1 {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

p{
	font-size: 14px;
	line-height: 200%;
}
ol,ul,dl {
	font-size: 14px;
	line-height: 200%;
}
img{
	border: 0;
}

a{
	color: #123E1A;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.content {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
.content:not(:target) {
 margin: 0 auto¥9; /* IE9 and below */
 padding: 0¥9; /* IE9 and below */
}
#formbox {
	margin: auto;
	width: 900px;
}
footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

.clr {
	clear: both;
}
.noli {
	list-style-type: none;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}
.mg_t10 {
	margin-top: 10px;
}
.mg_t15 {
	margin-top: 15px;
}
.mg_t20 {
	margin-top: 20px;
}
.mg_t30 {
	margin-top: 30px;
}
.mg_t50 {
	margin-top: 50px;
}
.mg_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mg_tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mg_tb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mg_b10 {
	margin-bottom: 10px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_b35 {
	margin-bottom: 35px;
}
.mg_b50 {
	margin-bottom: 50px;
}
.mg_b60 {
	margin-bottom: 60px;
}
.mg_r20 {
	margin-right: 20px;
}
.mg_r30 {
	margin-right: 30px;
}

.pd_t15 {
	padding-top: 15px;
}

.t_16 {
	font-size: 120%;
	letter-spacing: 2px;
}
.t_12 {
	font-size: 80%;
	color: #FFF;
	letter-spacing: 5px;
}
.t_10 {
	font-size: 75%;
	letter-spacing: 0px;
}


.t_red {
	color: #900;
}
.t_green {
	color: #123E1A;
}


.text_hide{
	height: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	text-indent: -9999px¥9; /* IE8 and below */
    *text-indent: -9999px; /* IE7 and below */
    _text-indent: -9999px; /* IE6 */
}
.text_hide:not(:target) {
    text-indent: -9999px¥9; /* IE9 */
}
.midashi {
	height: 35px;
	margin-bottom: 20px;
	font-size: 17px;
	color: #123E1A;
	letter-spacing: 2px;
	clear: both;
	padding: 7px 0 0 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #123E1A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #123E1A;
}
.basicTable {
	border-left: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	margin-top: 20px;
	width: 100%;
	font-size: 90%;
}
.basicTable tr th {
	text-align: left;
	padding: 0 15px;
	background-color: #F0F0F0;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	word-wrap: break-word;
}
.basicTable tr td {
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 15px;
}
.require {
	color: #666;
	letter-spacing: 3px;
}
input {
	padding: 10px;
	vertical-align:middle;
}
#myreset, .button, #submit {
	padding: 7px 15px 7px 16px;
	margin: 10px;
}
#com_first p {
	padding: 10px 0 20px 0;
	margin: 10px;
}
.wtn_copyright {
	height: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	text-indent: -9999px¥9; /* IE8 and below */
 *text-indent: -9999px; /* IE7 and below */
	_text-indent: -9999px; /* IE6 */
}
.wtn_copyright:not(:target) {
 text-indent: -9999px¥9; /* IE9 */
}
.open {
	cursor:pointer;
}
