@charset "Shift_JIS";

/* ==================== クロスブラウザ設定 ==================== */

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}dd

table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ==================== タグ初期化 ==================== */
html{color:#413630; height: 100%;}
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; color:#413630;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#413630;}


/* ==================== タグ設定 ==================== */
html {
	height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: 0;
	padding: 20px 0;
	font-family:'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", メイリオ”, Meiryo, serif;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background:#000;
	color:#413630;
}
body{
	background:url(../images/bg3.jpg);
	/*background-repeat: no-repeat;*/         /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	margin:0;
	color:#443933;
	width:100%;
}
*:first-child+html body {
	font-family:'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-family: "Times New Roman", Times, serif;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 136%;
	font-weight: bold;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	color:#413630;
	line-height: 1.5;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	_margin: 10px 0 20px 0;
	padding: 0;
	background: #CCCCCC;
	border: 0px none;
	clear: both;
}

/* フォーム関連 */
dl {
	margin: 20px auto 0;
	padding: 0;
	width:700px;
}

dt {
	font-size: 100%;
	font-weight: bold;
	color:#413630;
}

dt.error {
	color:#413630;
}

dd {
	margin: 0 0 20px 0;
	font-size: 100%;
	color:#413630;
}

dd table {
	border-collapse: collapse;
	border-spacing: 5;
}

dd th {
	padding: 5px;
	font-size: 100%;
	color:#413630;
}

dd td {
	font-size: 100%;
}

table.confirm {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 5;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}

table.confirm th {
	padding: 15px 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color:#413630;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

table.confirm td {
	padding: 0 10px;
	font-size: 100%;
	color:#413630;
	background: #ffffff;
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

label {
	margin: 0;
}

/* 入力フィード関連 */
input {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

*:first-child+html input {
	margin: 0 5px 0 0;
}

input.text {
	padding: 3px;
	border: #999999 solid 1px;
}

input.text:focus {
	color:#413630;
	background: #E9E9E9;
	border: #999999 solid 1px;
}

input.text-error {
	padding: 3px;
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

input.text-error:focus {
	padding: 3px;
	color:#413630;
	background: #E9E9E9;
	border: #999999 solid 1px;
}

textarea.error:focus {
	color:#413630;
	background: #E9E9E9;
	border: #999999 solid 1px;
}

textarea {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
	padding: 3px;
	border: #999999 solid 1px;
}

*:first-child+html textarea {
	margin: 0 5px 0 0;
}

textarea:focus {
	color:#413630;
	background: #E9E9E9;
	border: #999999 solid 1px;
}

textarea.error {
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

textarea.error:focus {
	color:#413630;
	background: #E9E9E9;
	border: #999999 solid 1px;
}

select {
	margin: 0 5px 5px 0;
	_margin: 0 5px 0 0;
}

*:first-child+html select {
	margin: 0 5px 0 0;
}

option{ 
	padding-right:10px; 
}

button {
	margin: 0 5px 5px 0;
	padding: 3px;
}

/* リンク関連 */
a:link {
	text-decoration: underline;
	color:#413630;
}

a:visited {
	text-decoration: underline;
	color:#413630;
}

a:hover {
	text-decoration: none;
	color:#413630;
}

/* フォント関連 */

.font-size-s {
	font-size: 85%;
}

.font-size-m {
	font-size: 100%;
}

.font-size-l {
	font-size: 122%;
}

.font-color-red {
	color: #FF0000;
}

.font-color-blue {
	color: #0066CC;
}

.font-color-green {
	color: #009933;
}

.font-color-gray {
	color: #666666;
}

strong {
	font-weight:bold;
}

.align-center {
	text-align: center;
	margin:40px auto;
}


.align-left {
	text-align: left;
}


.align-right {
	text-align: right;
}


/* ==================== レイアウト設定 ==================== */
#container {
	width: 90%;
	margin: 0 auto;
	padding: 60px 20px 20px 20px;
	font-size:100%;
	text-align:left;
	position: relative;
}

#header {
	margin: 0 auto;
	padding: 20px;
	clear: both;
}

#contents {
	margin: 0 auto;
	padding: 20px;
	background-repeat:repeat-y;
	clear: both;
}

#footer {
	margin: 0 auto;
	padding: 20px 0;
	color:#413630;
	clear: both;
}

#ad {
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	background: #FFFFFF;
	clear: both;
}

#ad a {
	color: #555555;
}

#ad hr {
	height: 1px;
	margin: 10px 0;
	_margin: 0px 0 10px 0;
	padding: 0;
	background: #DDDDDD;
	border: 0px none;
	clear: both;
}

#powered {
	width: 161px;
	height: 0px;
	margin: 0 auto;
	padding-top: 22px;
	display: block;
	overflow: hidden;
}

/* ==================== システムメッセージ ==================== */
#alert {
	width: 100%;
	height: 40px;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	line-height: 40px;
	background: #FFFFFF;
	clear: both;
}

/* ==================== テンプレート設定 ==================== */
#header h1 {
	color:#413630;
}

#contents h1,#TB_ajaxWindowTitle h1 {
	color:#413630;
}

#description {
	padding-bottom: 20px;
	font-size: 100%;
	line-height:1.5;
	color:#413630;
}

#complete {
	padding: 20px 0;
	font-size: 100%;
	line-height:1.5;
}

.space {
	margin: 0 0 10px 0;
}

.required {
	margin: 0 5px 0 0;
	font-size: 122%;
	color: #DD2C45;
	font-weight: bold;
}

div.error {
	margin: 10px 0;
	font-size: 100%;
	color: #FF0000;
	line-height: 1.3;
}

.label {
	margin: 0 5px 0 0;
	font-size: 100%;
	color:#413630;
}

.notes {
	margin: 10px 0 0 0;
	font-size: 93%;
	color:#413630;
	line-height: 1.3;
}

/* 注文フォーム */
#box-order {
}

#box-order .comment-header {
	margin: 0 0 10px 0;
	font-size: 100%;
	line-height: 2;
	clear: both;
	color:#413630;
}

#box-order .comment-footer {
	margin: 10px 0 0 0;
	font-size: 100%;
	line-height: 2;
	clear: both;
	color:#413630;
}

#box-order table {
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-spacing: 5;
	background: #ffffff;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}

#box-order table th {
	padding: 10px;
	font-size: 100%;
font-weight: bold;
	color:#413630;
	vertical-align: top;
	border-bottom: #CCCCCC solid 1px;
}

#box-order table td {
	padding: 10px;
	font-size: 100%;
	color:#413630;
	border-bottom: #CCCCCC solid 1px;
}

#box-order table.settle {
	border-collapse: collapse;

	border-spacing: 5;
	border: none;
	background: none;
}

#box-order table.settle th {
	padding: 10px;
	font-size: 100%;
font-weight: bold;
	text-align: right;
	color:#413630;
	vertical-align: top;
	border-bottom: #CCCCCC solid 1px;
}

#box-order table.settle td {
	padding: 10px;
	font-size: 100%;
text-align: right;
	border-bottom: #CCCCCC solid 1px;
}
/* thickbox設定 */
#TB_window {
	border:  #000000 solid 3px;
}

#TB_ajaxWindowTitle {
	background: #FFFFFF;
}

#TB_ajaxContent {
	color : #000000;
	background: #FFFFFF;
}

#TB_closeAjaxWindow {
	color : #000000;
	background: #FFFFFF;
}

/* 入力補助設定 */
input.required_field,textarea.required_field,tr.required_field,td.required_field {
	background: #FFDDDD;
	border: #FF9999 solid 1px;
}

select.required_field {
	background: #FFDDDD;
}
/*reserve---NEW CSS*/
body{
}
#contents{
	text-align:left;
	margin:0 auto;
}
dd table{
	width:100%;
}
#contents .space .menu-list{
	list-style:none;
	margin:0 auto;
	padding:0;
}
#contents .space .menu-list .menu{
	float:left;
	margin-right:13px;
	display: block;
	height:30px;
	vertical-align:middle;
	width:220px;
}
.menu_label{
	font-size:17px;
	display:inline;
	padding: 0 0 0 7px;
	vertical-align:middle;
	color: #413630;
	font-weight:100;
}
select{
	height:39px;
	width: 100%;
	font-size:14px;
	margin-bottom: 10px;
}
input.text{
	height:40px;
	width:100%;
	margin-right:0;
	vertical-align: middle;
	display:inline;
	font-size:16px;
}
label{
	display:inline;
	font-weight:bold;
}
#contents .title{
	font-size:18px;
	color:#413630;
}
dl dt{
	margin-bottom:0;
}
#logo{
	width:38%;
	margin:0 auto 25px;
}
#sub_title{
	margin:0 auto 40px;
	text-align:center;
	font-size:17px;
	width:100%;
}
input:matches([type="button"], [type="submit"], [type="reset"]){
	padding:15px 20px;
}
span.jp{
	font-size:16px;
	color:#666;
}
span.menu_jp{
	font-size:14px ;
	color:#666;
}
dt.line{
}
ft13{
	font-size:13px;
}
ft14{
	font-size:14px;
}
input:matches([type="submit"]){
	width:700px;
	font-size:17px;
	background-color:#413630;
	color:#fff;
}
#sub_title h1{
	font-size:40px;
	text-align:center;
	font-weight:bold;
	margin-bottom:0;
	font-family:'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-family: "Times New Roman", Times, serif;
}
#sub_title h2{
	font-size:20px;
	font-family:'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-family: "Times New Roman", Times, serif;
}
h3{
	font-family:'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	font-size:23px;
	margin:10px auto;
	width:100%;
}
h4{
	margin:0 auto;
	width:100%;
}
input, textarea, select {
	font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
#formarea{
	margin:0 auto;
}
/*******NEW201703******/
#footer{
	background-color: #000;
	text-align:center;
	font-size: 14px;
	padding: 40px 0;
}
#footer span{
	color:#e1dbc5;
}