﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.5;
}
body {
	overflow-x: hidden;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #eee9dc;
	background-image: url(../img/tokubg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
img {
	vertical-align: bottom;
}
#bg1 {
	background-image: url(img/catch_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 0px;
	height: 400px;
	width: 100%;
	margin: 0 auto;
}
#bg2 {
	background-image: url(img/catch_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 0px;
	height: 400px;
	width: 100%;
	margin: 0 auto;
}
#bg3 {
	background-image: url(img/catch_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 0px;
	height: 50px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
.contents {
	padding: 0px;
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	background-color: #fff;
}
.contents > p {
	padding-left: 55px;
	max-height: 999999px;
}
.letter_img {
	display: block;
	height: 1px;
	width: 1px;
	visibility: visible;
	margin-left: 660px;
}
.img_shadow {
	box-shadow:1px 1px 3px #999999;
}

/*フォームレイアウト*/

.form_01 {
	padding: 0px;
	width: 940px;
	margin: 0 auto;
	display: block;
	height: 700px;
	position: relative;
	background-image: url(../img/form.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow:0 0 4px #999999;
}
.fm01_inner {
	position: absolute;
	padding: 0px;
	margin-top: 360px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	overflow: hidden;
}
.form01_input {
	width: 880px;
	padding: 34px 10px;
	font-size: 30px;
	border: 3px double #999;
}
.form01_submit {
	margin-top: 15px;
	margin-left: -5px;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.fc1 {
	color: #F00;
	font-weight: bold;
}
.fc2 {
	background-color: #FFFF33;
	font-weight: bold;
}
.fc3 {
	color: #F00;
	background-color: #FFEE00;
	font-weight: bold;
}
.fc4 {
	border-bottom: solid;
	border-width: 1px;
	font-weight: bold;
}
.fc5 {
	color: #F00;
	font-weight: bold;
	border-bottom: solid;
	border-width: 1px;
}
.fc6 {
	color: #0099CC;
	font-weight: bold;
}
.fc7 {
	color: #000;
	font-weight: bold;
}
.fc8 {
	color: #00F;
	font-weight: bold;
}
.fc9 {
	font-size: 30px;
}
.fc10 {
	font-size: 60px;
}
.fc11 {
	font-size: 26px;
}
.fc_head {
	font-size: 200%
}
.address_wrap {
	width: 100%;
	background-color: #222;
	margin: 0 auto;
	padding: 0;
}
address {
	width: 960px;
	height: 60px;
	line-height: 60px;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.bottom_navi {
	float: left;
	margin-left: 35px;
}
address a {
	color: #666;
	text-decoration: none;
}
address a:hover {
	color: #ccc;
}
.copy {
	float: right;
	margin-right: 35px;
}
/*コンテンツレイアウト*/

.con_tx {
	padding-left: 80px;
}
.con_center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
/*フォント*/

.tx_10 {
	font-size: 10px;
}
.tx_20 {
	font-size: 20px;
}
.tx_30 {
	font-size: 30px;
}
.tx_40 {
	font-size: 40px;
}
.tx_50 {
	font-size: 50px;
}
.tx_60 {
	font-size: 60px;
}
.tx_70 {
	font-size: 70px;
}
.tx_80 {
	font-size: 80px;
}
.tx_90 {
	font-size: 90px;
}
.tx_white {
	color: #fff;
}
.tx_red {
	color: #F00;
	font-weight: bold;
}
.tx_bold {
	font-weight: bold;
}
.tx_red_yb {
	color: #F00;
	font-weight: bold;
	background-color: #FF0;
}
.tx_black_yb {
	color: #000;
	font-weight: bold;
	background-color: #FF0;
}
.tx_black_ul {
	color: #000;
	border-bottom: solid 1px;
}
/*y余白*/

.mg_10 {
	margin: 10px 0;
}
.mg_20 {
	margin: 20px 0;
}
.mg_30 {
	margin: 30px 0;
}
.mg_40 {
	margin: 40px 0;
}
.mg_50 {
	margin: 50px 0;
}
.mg_60 {
	margin: 60px 0;
}
.mg_70 {
	margin: 70px 0;
}
.mg_80 {
	margin: 80px 0;
}
.mg_90 {
	margin: 90px 0;
}
.pg_10 {
	padding: 10px 0;
}
.pg_20 {
	padding: 20px 0;
}
.pg_30 {
	padding: 30px 0;
}
.pg_40 {
	padding: 40px 0;
}
.pg_50 {
	padding: 50px 0;
}
.pg_60 {
	padding: 60px 0;
}
.pg_70 {
	padding: 70px 0;
}
.pg_80 {
	padding: 80px 0;
}
.pg_90 {
	padding: 90px 0;
}

/*特商法・プライバシーポリシー*/


#privacy {
	margin: 0;
	padding: 0;
}
.privacy_wrap {
	width: 800px;
	background-color: #fff;
	padding: 30px 40px 0;
	margin: 30px auto 0
}
#privacy h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	text-align: left;
	margin: 0 0 30px;
	padding: 8px 0 5px;
	color: #fff;
	background-color: #0086be;
	text-align: center
}
#privacy p {
	font-size: 14px
}
#privacy h2 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-left: 0;
	text-align: left;
	border-left: 5px solid #0086be;
	padding-left: 8px;
	line-height: 1.3;
	margin: 18px 0;
	color: #0086be
}
#privacy h3 {
	font-size: 1pc;
	margin-bottom: 8px;
	line-height: 1.4
}
#privacy ol, #privacy ul {
	margin-top: 0;
	font-size: 14px;
	padding-left: 20px
}
#privacy th {
	font-size: 13px;
	font-weight: 700;
	line-height: 170%;
	text-align: left;
	white-space: nowrap;
	padding: 9pt 15px;
	color: #333;
	border-top: 1px solid #ccc;
	text-align: center
}
.ths {
	width: 20%;
	text-align: left;
	padding: 3px 10px;
	color: #fff;
	background-color: #000;
	border: 1px solid #ccc
}
#privacy td {
	font-size: 13px;
	line-height: 170%;
	text-align: left;
	padding: 9pt 15px;
	border-top: 1px solid #ccc;
	width: 80%;
	border-left: none
}
.td {
	padding: 10px;
	text-align: left;
	color: #333;
	font-size: 100%;
	background-color: #fff;
	border: 1px solid #ccc
}
td {
	font-size: 18px
}
.access, table.company {
	width: 100%;
	border-top: 1px solid #00759c;
	font-size: 9pt;
	margin-bottom: 60px
}
.access th, .company th {
	background-color: #f0f0f0;
	border-bottom: 1px solid #d9d9d9;
	padding: 8px 15px;
	text-align: center;
	white-space: nowrap;
	vertical-align: top
}
.company td {
	border-bottom: 1px solid #eee
}
.access td, .company td {
	vertical-align: top;
	padding: 8px 10px
}
.access td:last-child {
	padding-bottom: 0
}
