@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/


/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%;
	max-width:100%;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
.size_s {
}
.size_m {
	box-shadow: 0 0 5px #ccc;
}
.size_l {
}
.max_w {
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 200%;
	width: 100%;
	min-width:1200px;
}
/*--幅100％の場合--*/
#wrap {
	margin: 0 auto;
}
/*--幅1100pxで区切る場合
#wrap {
margin: 0 auto;
width: 1100px;
}
--*/

#frame {
	padding: 0px;
	margin:0 auto;
}
#main {
	padding: 0px;
	margin:0 auto;
}
.section {
	clear: both;
	margin: 0 auto 50px;
}
/*------------------------------------------
■　box
------------------------------------------*/
.box {
	clear: both;
	margin:50px auto 0;
	width:1000px;
	padding:0;
}
.box_bg {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	padding:30px 40px 40px;
}
.box_border {
	border:1px solid;
	margin: 50px auto;
	padding:40px;
}
.box_01 {
	background: url("../img/box_01.jpg") no-repeat scroll center 0;
	border: 1px solid ;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #cccccc;
	margin: 50px auto;
	padding: 30px 40px 40px;
}
/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a {
	background: transparent url("../img/box_a_in.png") repeat-y scroll center top;
	margin: 50px auto;
	padding: 0;
	width: 1000px;
}
.box_a_in {
	background: transparent url("../img/box_a_top.png") no-repeat scroll center top;
	margin: 0 auto;
	padding: 70px;
}
.box_a_bottom {
	background: transparent url("../img/box_a_bottom.png") no-repeat scroll center bottom;
	margin: 0 auto;
	padding: 0 0 0px;
}
/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
	margin: 20px auto;
	padding:30px;
}
.txt_area_bg {
	background: url("") repeat scroll center 0;
	border-radius: 10px;
	margin: 20px auto;
	padding: 30px;
}
.txt_area_border {
	background:url("../img/bg01.gif") repeat scroll center 0;
	border:1px dashed;
	margin: 20px auto;
	padding:30px;
}
/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box {
	background: url("../img/bg06.gif") repeat scroll 0 0;
	padding:30px 10px;
	height: auto;
}
.reason_txt {
	margin: 0 auto;
	padding:20px;
}
.reason_in {
	margin: 20px auto;
}
.reason_title {
	border-bottom: 3px solid;
	font-size: 22px;
	margin: 0 auto 10px;
	padding: 5px 0 15px;
}
/*------------------------------------------
■ h1
------------------------------------------*/

h1 {
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0 auto;
}
.h1_txt {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	border-bottom: 2px solid;
	height: 96px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#header_in {
	height: 85px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#header .header_logo {
	left: 0;
	position: absolute;
	top: 0;
}
#header .header_txt {
	font-size: 12px;
}
#header .header_txt2 {
	line-height: 120%;
	font-size: 12px;
}
#header_in .header_tel {
	line-height: 150%;
	position: absolute;
	right: 217px;
	top: 25px;
}
#header_in .header_tel_number {
	cursor: default;
	display: block;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 2px;
	text-indent: 8px;
	white-space: nowrap;
	margin:0px;
}
#header_in .header_tel_icon {
	width:25px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	margin-right:5px;
	margin-bottom:5px;
}
#header_in .header_btn a {
	display: block;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
}
/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {
	background:#ffffff url("../img/top_bg.jpg") repeat-x scroll 0 0
}
#top {
	margin: 0 auto;
	/*padding: 30px 0;*/
text-align:center;
}
/*------------------------------------------
■order
------------------------------------------*/
.order {
	clear: both;
	margin: 50px auto 0;
	padding: 0;
	text-align:center;
}

.order_area {
	color: #ffffff;
}

.order_in {
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}
.order_copy01 {
	border-radius: 30px;
	font-size: 28px;
	margin: 0 auto 15px;
	padding: 12px 40px;
	text-align: center;
	width: 74%;
}
.order_copy02 {
	font-size: 40px;
	line-height: 120%;
	margin: 0 auto 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #222222;
}
h3.copy {
	display: none;
}
.order_left {
	float: left;
}
.order_image {
	margin:20px 0px 20px 20px;
}
.order_right {
	float: right;
	width: 519px;
}
.order_right_in {
	margin:20px;
}
/*　▼テキスト▼　*/
.order p.txt_cap {
	font-size: 16px;
	line-height: 100%;
	margin-top: 0;
}
.order p.order_time {
	font-size: 14px;
	line-height: 140%;
	margin-top: 2px;
	text-align: left;
}
/*　▼TEL番号エリア▼　*/
.order .txt_tel {
	background: transparent url("../img/tel_icon_big.gif") no-repeat scroll 0 -4px;
	display: block;
	font-size: 42px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 auto;
	padding-top: 12px;
	text-align: left;
	text-indent: 60px;
}
.order a.txt_tel {
	display:none;
}
/*　▼ボタンエリア▼　*/
.order_mail a {
	display: block;
	margin: 10px auto;
	padding: 0;
	width: 480px;
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h4タイトル
------------------------------------------*/

/*--幅100％の場合
h4.title {
background:transparent url("../img/title_bg.png") repeat scroll center 0;
color: #6e3800;
display: block;
font-family: "FOT-筑紫A丸ゴシック Std D";
font-size: 44px;
font-weight: bold;
letter-spacing: 0.1em;
padding: 0;
text-align: center;
text-shadow: 2px 2px 2px #ffffff;
box-shadow: 0 0 3px #6e6e6e;
height: 120px;
line-height: 120px;
}
---*/

/*--幅1100pxで区切る場合--*/
h4.title {
	background:url("../img/title_bg.png") repeat scroll center 0;
	display: block;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0;
	text-align: center;
	text-shadow: 2px 2px 2px #4e4e4e;
	margin:40px auto 40px;
	height: 120px;
	line-height: 120px;
}
h4.title_top {
	margin-top:20px;
}
h4.title img {
	margin:-70px 20px 0 0;
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/


.sub_title_a {
	border-left: 10px solid;
	font-size: 22px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto;
	padding-left: 12px;
}
.sub_title_b {
	border-bottom: 3px solid;
	font-size: 30px;
	font-weight: bold;
	margin: 20px auto;
	padding: 10px 0;
}
.sub_title_c {
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto;
	padding: 5px 20px 10px;
}
.sub_title_d {
	border-radius: 5px;
	font-size: 32px;
	letter-spacing: 0.09em;
	line-height: 110%;
	margin: 20px auto;
	padding: 15px 30px 18px;
	text-align: center;
	text-shadow: 1px 1px 1px #2b2b2b;
}
.sub_title_e {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 130%;
	margin: 20px auto;
	padding: 5px 0 15px;
}
.sub_title_f {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin: 20px auto;
	padding: 15px 20px;
	border-left: 20px solid;
}
.sub_title_g {
	font-size: 24px;
	letter-spacing: 0.09em;
	margin: 20px auto;
	padding: 15px 30px;
	border-left: 10px solid;
}
.sub_title_h {
	border-bottom: 2px dashed;
	font-size: 30px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto;
	padding: 0 0 15px;
}
/*------------------------------------------
■ テキスト装飾　固定部分
------------------------------------------*/
.txt_underline {
	border-bottom: 1px dashed;
	margin-bottom: 2px;
}
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 78%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.f24 {
	font-size:24px;
	line-height: 140%;
}
.f28 {
	font-size:28px;
	line-height: 140%;
}
.f38 {
	font-size:38px;
	line-height: 140%;
}
.f40 {
	font-size:40px;
	line-height: 140%;
}
.f48 {
	font-size:48px;
	line-height: 140%;
}

/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0;
	padding-left: 34px;
}
.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 2px;
	font-size: 140%;
	font-weight: bold;
	padding-left: 34px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01, .list_box_02, .list_box_03, .list_box_04, .list_box_05 {
	border-radius: 15px;
	box-shadow: 5px 5px 5px #cfcfcf;
	height: 560px;
	margin-bottom: 35px;
}
.list_box_01 {
	background: transparent url("../img/list_box_001.png") no-repeat scroll right 0;
}
.list_box_02 {
	background: transparent url("../img/list_box_002.png") no-repeat scroll right 0;
}
.list_box_03 {
	background: transparent url("../img/list_box_003.png") no-repeat scroll right 0;
}
.list_box_04 {
	background: transparent url("../img/list_box_004.png") no-repeat scroll right 0;
}
.list_box_05 {
	background: transparent url("../img/list_box_005.png") no-repeat scroll right 0;
}
.trouble ul {
	line-height: 140%;
	margin: 0 10px;
	padding:100px 36px 47px 390px;
	width: 560px;
}
.trouble ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 32px transparent;
	font-size: 27px;
	line-height: 100%;
	list-style: outside none none;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-top: 30px;
}
/*------------------------------------------
■ ポイント01
------------------------------------------*/
.point01 {
	margin: 50px auto;
}
.point01 .point_set {
	background: url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ababab;
	float: left;
	margin: 10px;
	min-height: 660px;
	padding: 0;
	width: 480px;
}
.point01 .point_title {
	border-bottom: 4px dashed;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 10px;
	padding-bottom: 10px;
	text-align: center;
}
.point01 .point_set .point_title span.num {
	border-radius: 50px;
	display: block;
	font-size: 24px;
	height: 50px;
	line-height: 47px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	width: 150px;
}
.point01 .point_set p {
	padding: 0 30px 30px;
	font-size:15px;
}
.point01 img {
	margin-bottom:15px;
}
/*------------------------------------------
■ ポイント02
------------------------------------------*/

.point02 .point_set {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #cccccc;
	margin: 0 auto 40px;
	padding: 35px;
}
.point02 .point_title {
	border-bottom: 2px dashed;
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 auto 20px;
	padding-bottom: 10px;
}
.point02 .point_set .point_title span.num {
	border-radius: 50px;
	display: block;
	float: left;
	font-size: 24px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	height: 46px;
	line-height: 46px;
	width: 46px;
}
.point02 .point_set .img_right, .point02 .point_set .img_left {
	margin-bottom:0;
	width: 320px;
}
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 10px;
	font-size: 16px;
	margin: 60px auto;
	padding: 30px 40px;
	width: 900px;
}
.step_set {
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #a8a8a8;
	font-size: 16px;
	margin: 15px auto;
	padding: 25px 30px 15px;
}
.step_title {
	font-size: 30px;
	letter-spacing: 0.04em;
	line-height: 120%;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	border-bottom: 2px dashed;
}
.s_block {
	font-size: 28px;
	font-weight: bold;
	margin-right: 15px;
	padding: 0 20px;
	border-left: 10px solid;
}

/*------------------------------------------
■ 代表者・スタッフ紹介
------------------------------------------*/

.staff_area {
	background: transparent url("../img/bg02.gif") repeat scroll center 0;
	padding: 40px 40px 1px;
}
.staff_set {
	background: none repeat scroll 0 0;
	margin: 0 auto 20px;
	padding: 25px;
}
.staff .staff_title {
	border-bottom: 2px dashed;
	font-size: 28px;
	margin-bottom: 0px;
	padding: 10px;
}


/*------------------------------------------
■ お客様の声
------------------------------------------*/

.voice_area{
background: transparent url("../img/bg01.gif") repeat scroll center 0;
border-radius: 20px;
padding: 40px 40px 1px;
}

.voice_set {
background: transparent url("../img/bg07.gif") repeat scroll center 0;
border-radius: 10px;
box-shadow: 2px 2px 2px #666666;
margin: 0 auto 40px;
padding: 40px;
}

.voice .voice_title {
border-bottom: 2px dashed #795d20;
color: #795d20;
font-size: 28px;
margin-bottom: 15px;
padding-bottom: 15px;
font-family:"FOT-筑紫A丸ゴシック Std D";
}


ul.bxslider {
}
ul.bxslider li {
	background:transparent url("../img/bg08.gif") repeat scroll center 0;
	font-size: 16px;
	margin: 0 auto;
	padding: 40px 45px 40px;
}
ul.bxslider .voice_right {
	border-radius: 5px;
	float: right;
	margin: 10px 0px 10px 0;
	width: 510px;
}
ul.bxslider .voice_title {
	border-bottom: 2px solid ;
	font-size: 28px;
	font-weight: bold;
	line-height: 140%;
	margin: 15px 15px 10px;
	padding: 10px;
}
ul.bxslider .voice .txt_area {
	font-size: 15px;
	padding: 10px 20px 20px;
}
ul.bxslider .voice_name {
	font-size: 90%;
	font-weight: bold;
	padding:10px 20px 20px;
	text-align: right;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/

.faq_area {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 20px;
	padding: 40px 40px 10px;
}
.faq .faq_set {
	border: 5px solid;
	border-radius: 20px;
	margin: 0 auto 30px;
	padding: 30px;
}
.faq .faq_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 42px;
	margin: 0 0 10px;
	padding-bottom: 15px;
	border-bottom: 2px dashed;
}
.faq .faq_set .faq_title span.q {
	border-radius: 45px;
	display: block;
	float: left;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 45px;
}
.faq .faq_set span.a {
	border-radius: 45px;
	display: block;
	float: left;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 45px;
}
.faq .faq_set p {
	padding:0px;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
	float: left;
	width: 35%;
}
.block_right {
	float: right;
	width: 64%;
}
.room {
	padding: 15px;
}
.block_left2 {
	float: left;
	width: 64%;
}
.block_right2 {
	float: right;
	width: 35%;
}
/*------------------------------------------
■ 会社概要
------------------------------------------*/
.ceo {
	font-size:15px;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 16px;
	line-height: 100%;
	margin: 40px auto 0;
	text-align: right;
}
.map_in {
	display: block;
	height: 600px;
	margin: 0 auto;
	width: 100%;
}
/*------------------------------------------
■ テーブル01　witdh:100%;
------------------------------------------*/
.table01 {
	font-size: 18px;
	margin: 50px auto;
	width: 100%;
}
.table01 th {
	border: 1px solid;
	font-weight: normal;
	padding: 30px;
	text-align: left;
}
.table01 td {
	padding: 30px;
	border: 1px solid;
}
.table01 th.th01 {
	width: 30%;
	text-align: center;
}
/*------------------------------------------
■ テーブル02 width:任意の数値;
------------------------------------------*/
.table02 {
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px;
}
.table02 th {
	border-bottom: 2px dotted;
	font-weight: normal;
	padding: 20px 10px 10px;
	text-align: left;
	width: 350px;
}
.table02 td {
	line-height: 150%;
	padding: 20px 10px 10px;
	border-bottom: 2px dotted;
}
.th01 {
	text-align:left;
	font-size:16px;
}
.table02 td.td_c {
	text-align: center;
}
.table02 td.td_r {
	text-align: right;
}
/*------------------------------------------
■ テーブル03
------------------------------------------*/
.table03 {
	margin: 0px auto;
	width: 860px;
}
.table03 th {
	background: none repeat scroll 0 0;
	border-bottom: 1px solid;
	border-right: 4px solid;
	font-weight: normal;
	padding: 30px;
	text-align: left;
	width: 20%;
}
.table03 td {
	background: none repeat scroll 0 0;
	border-bottom: 1px solid;
	padding: 30px;
}
/*------------------------------------------
■　box_e 整体「保険治療0円」
------------------------------------------*/
.box_e {
	border-radius: 5px 5px 5px 5px;
	margin: 0px auto;
	padding:20px 40px 40px;
}
.box_e_title {
	border-bottom: 2px dotted;
	font-size: 28px;
	letter-spacing: 0.02em;
	line-height: 130%;
	margin: 0 auto 10px;
	padding: 0 0 10px;
}
.box_e .box_e_in {
	background: none repeat scroll 0 0;
	padding: 5px 30px 30px;
	text-align: left;
}
.zero {
	display:block;
	width:100%;
}
.st {
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin: 30px auto 20px;
	padding: 10px 30px 12px;
}
.st_a {
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	margin: 0px auto 10px;
	padding-left: 12px;
	border-left: 10px solid;
}
.st_area {
	border: 1px dashed;
	margin: 30px auto 0;
	padding: 20px;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed;
	margin: 50px auto;
	width: 90%;
}
.inq_box {
	border-bottom: 1px dashed;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 30px;
}
.inq_box_top {
	border-top:  1px solid;
}
.inq_box_title {
	border-left: 8px solid;
	float: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 40px;
	padding-left: 12px;
	width: 260px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 20px;
	padding-top: 30px;
	width: 450px;
}
input, textarea, select {
	font-size: 16px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 180%;
	margin: 30px auto 0;
	padding: 25px 0 0;
	text-align: center;
	width: 100%;
}
.copyright {
	height: 40px;
	margin: 15px auto 0;
	padding-top: 15px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通(プライバシーポリシーなど)
------------------------------------------*/
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
	font-size: 15px;
	padding: 20px 0;
	width: 1000px;
	margin:0 auto;
}
.sub_page_title {
	border-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px 0;
	text-align: center;
}
.box_sub {
	padding: 0 50px;
}
.sub_page_h {
	border-bottom: 2px solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 5px 0 3px;
}
/*------------------------------------------
■ ページトップへ戻るボタン
------------------------------------------*/
#go_top {
}
#go_top a {
	border-radius: 5px;
	bottom: 40px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 8px 0;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 150px;
}
