﻿@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	本体
------------------------------------------------------------*/
body {
 margin:0px;
 padding:0px;
 text-align:center;
 background: url(image/back_d.jpg) repeat;
}

html {
 box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー部分
------------------------------------------------------------*/
header {
 width: 100%;
 height: 16px;
 background: #000000;
}

#header_text {
 margin-left: auto;
 margin-right: auto;
 width: 1080px;
 text-align: right;
 height: 18px;
}

#header_text p {
 font-family:"リュウミン M-KL",serif; 
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
}

#header2 {
 margin-top: 0;
 margin-left: auto;
 margin-right: auto;
 width: 1080px;
 height: 200px;
}

#header2 img {
 width: 100%;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

nav {
 margin-top: 0;
 margin-left:auto;
 margin-right: auto;
 box-sizing: border-box;
 width: 1080px;
}

nav ul {
 list-style-type: none;
}

nav ul li {
 float: left;
 width: 133px;
 background: -webkit-gradient(linear, left top, left bottom, from(#9c7a12),to(#f1d787));
 background: -webkit-linear-gradient(top,#9c7a12,#f1d787);
 background: -ms-linear-gradient(top,#9c7a12,#f1d787);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9c7a12',endColorstr='#fff1d787', GradientType=0 );
 background: linear-gradient(to bottom, #9c7a12 0%, #f1d787 100%);
 border: #9c7a12 solid 1px;
}

nav ul li a {
 display: block;
 height: 35px;
 font-family:"丸フォーク B",serif;
 font-size: 17px;
 line-height: 35px;
 margin: 1px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}

nav ul li a:hover {
 background-color: #eeeeee;
 color: #9c7a12;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#tax_info {
 margin-top: 0;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 5px;
 width: 1080px;
 height: 140px;
}

#wrapper {
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 text-align:left;
 width:1080px;
 height:auto;
 box-sizing: border-box;
}

#title_frame {
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 width: 1070px;
 height: auto;
 box-sizing: border-box;
}

#sys_sotowaku {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
 width: 1075px;
 height: auto;
 padding: 0;
 background: #000000;
} 

.cont_box {
 margin-top: 10px;
 width: 530px;
 height: auto;
 float: left;
 overflow: hidden;
 background: #000000;
 border: solid 1px #9c7a12;
}

.cont_box_right {
 margin-top: 10px;
 margin-left: 10px;
 width: 530px;
 height: auto;
 float: left;
 overflow: hidden;
 background: #000000;
 border: solid 1px #9c7a12;
}

.box_10 {
 width: 10px;
 height: auto;
 float: left;
 background: #ffffff;
}

.fine {
 clear: both;
}

.midashi_kihon {
 margin-top: 5px;
 margin-left: auto;
 margin-right:auto;
 width: 510px;
 height: 30px;
 box-sizing: border-box;
 text-align: center;
 background: -webkit-gradient(linear, left top, left bottom, from(#006464),to(#00f4f4));
 background: -webkit-linear-gradient(top,#006464,#00f4f4);
 background: -ms-linear-gradient(top,#006464,#00f4f4);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff006464',endColorstr='#ff00f4f4', GradientType=0 );
 background: linear-gradient(to bottom, #006464 0%, #00f4f4 100%);
}

.midashi_kihon p {
 font-family:"丸フォーク B",serif;
 font-size: 21px;
 line-height: 30px;
 font-weight: 600;
 color:#ffffff;
}

.koumoku {
 margin-top: 5px;
 margin-left: 17px;
 margin-right: 5px;
 width: 190px;
 height: 24px;
 float: left;
 padding: 3px;
 box-sizing: border-box;
 background: #ffdfdf;
}

.koumoku p {
 font-family:"丸フォーク B",serif;
 font-size: 14px;
 margin-left: 10px;
 line-height: 24px;
 font-weight: 600;
 color:#000066;
}

.price {
 margin-top: 5px;
 width: 300px;
 height: 24px;
 float: left;
 padding: 3px;
 box-sizing: border-box;
 background: #ddeeee;
}

.price p {
 font-family:"丸フォーク B",serif;
 font-size: 14px;
 margin-left: 10px;
 line-height: 24px;
 font-weight: 600;
 color:#000066;
}

.midashi_option {
 margin-top: 10px;
 margin-left: auto;
 margin-right:auto;
 width: 510px;
 height: 30px;
 padding: 3px;
 text-align: center;
 background: -webkit-gradient(linear, left top, left bottom, from(#9606cc),to(#ecd9ff));
 background: -webkit-linear-gradient(top,#9606cc,#ecd9ff);
 background: -ms-linear-gradient(top,#9606cc,#ecd9ff);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9606cc',endColorstr='#ffecd9ff', GradientType=0 );
 background: linear-gradient(to bottom, #9606cc 0%, #ecd9ff 100%);
}

.midashi_option p {
 font-family:"丸フォーク B",serif;
 font-size: 18px;
 line-height: 30px;
 font-weight: 600;
 color:#ffffff;
}

.notice {
 margin-top: 2px;
 margin-left: 20px;
 padding: 3px;
 width: 500px;
 text-align: left;
 background: #000000;
}

.notice p {
 font-family:"丸フォーク B",serif;
 font-size: 12px;
 margin-left: 5px;
 line-height: 18px;
 font-weight: 600;
 color:#ffffff;
}

.midashi_play {
 margin-top: 5px;
 margin-left: auto;
 margin-right:auto;
 width: 510px;
 height: 30px;
 padding: 3px;
 text-align: center;
 background: -webkit-gradient(linear, left top, left bottom, from(#006464),to(#00f4f4));
 background: -webkit-linear-gradient(top,#006464,#00f4f4);
 background: -ms-linear-gradient(top,#006464,#00f4f4);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff006464',endColorstr='#ff00f4f4', GradientType=0 );
 background: linear-gradient(to bottom, #006464 0%, #00f4f4 100%);
}

.midashi_play p {
 font-family:"丸フォーク B",serif;
 font-size: 18px;
 line-height: 30px;
 font-weight: 600;
 color:#ffffff;
}

#play_sotowaku {
 margin-top: 5px;
 margin-left: 10px;
 width: 520px;
 height: auto;
 margin-bottom: 23px;
 background: #000000;
}

.play_list {
 margin-top: 3px;
 margin-right:3px;
 width: 160px;
 height: 24px;
 float: left;
 padding: 3px;
 text-align: center;
 background: #00ffff;
}

.play_list p {
 font-family:"丸フォーク B",serif;
 font-size: 14px;
 mtext-align: center;
 line-height: 24px;
 font-weight: 600;
 color:#000066;
}

.notice_2 {
 margin-left: 10px;
 padding: 3px;
 width: 480px;
 height: auto;
 text-align: left;
 background: #000000;
}

.notice_2 p {
 font-family:"丸フォーク B",serif;
 font-size: 12px;
 margin-left: 5px;
 line-height: 18px;
 font-weight: 600;
 color:#ffffff;
}

.midashi_kiyaku {
 margin-left: auto;
 margin-right:auto;
 width: 510px;
 height: 30px;
 padding: 3px;
 text-align: center;
 background: -webkit-gradient(linear, left top, left bottom, from(#cc6600),to(#ffc993));
 background: -webkit-linear-gradient(top,#cc6600,#ffc993);
 background: -ms-linear-gradient(top,#cc6600,#ffc993);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc6600',endColorstr='#ffffc993', GradientType=0 );
 background: linear-gradient(to bottom, #cc6600 0%, #ffc993 100%);
}

.midashi_kiyaku p {
 font-family:"丸フォーク B",serif;
 font-size: 18px;
 margin-left: 10px;
 line-height: 30px;
 font-weight: 600;
 color:#ffffff;
}

.kiyaku_notice {
 margin-top: 5px;
 margin-left: 20px;
 width: 490px;
 padding: 5px;
 margin-bottom: 5px;
 background: #000000;
}

.kiyaku_notice p {
 font-family:"丸フォーク B",serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 18px;
 color:#ffffff;
}

.kiyaku_naiyo {
 margin-top: 2px;
 margin-left: 20px;
 width: 490px;
 height: auto;
 padding: 3px;
 text-align:left;
 background: #ffd9c6;
}

.kiyaku_naiyo p {
 font-family:"丸フォーク B",serif;
 font-size: 13px;
 margin-left: 5px;
 line-height: 18px;
 font-weight: 600;
 color:#000066;
}

.kiyaku_naiyo_end {
 margin-top: 2px;
 margin-left: 20px;
 margin-bottom: 50px;
 width: 490px;
 height: auto;
 padding: 3px;
 text-align:left;
 background: #ffd9c6;
}

.kiyaku_naiyo_end p {
 font-family:"丸フォーク B",serif;
 font-size: 13px;
 margin-left: 5px;
 line-height: 18px;
 font-weight: 600;
 color:#000066;
}

.blank_40 {
 width: 100px;
 height: 40px;
 background: #ffffff;
}

.link_box {
 margin-top: 10px;
 margin-left: auto;
 margin-right:auto;
 margin-bottom: 10px;
 width: 510px;
 height: auto;
 box-sizing: border-box;
 background: #000000;
 border: solid 1px #ffffff;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
 margin: 0;
 width: 100%;
 height: 25px;
 background: #9c7a12;
}

footer p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 line-height: 25px;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
}