@charset "UTF-8";

* {
	box-sizing: border-box;
}
.rows {
	clear: both;
}
.rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12,.col345 {
	float: left;
	margin: 5px;
}
.col1 {width: 50px;}
.col2 {width: 130px;}
.col3 {width: 170px;}
.col4 {width: 230px;}
.col5 {width: 290px;}
.col6 {width: 350px;}
.col7 {width: 410px;}
.col8 {width: 470px;}
.col9 {width: 530px;}
.col10 {width: 590px;}
.col11 {width: 650px;}
.col12 {width: 710px;}
.col345 {
	width: 335px;
}
div.warning {
	padding: 30px;
	text-align: center;
}
div.warning a {
	display: block;
	padding: 10px 10px 10px 46px;
	background-position: 0px center;
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto;
	font-size: 32px;
}
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";
}
body {
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #FFFEE0;
}
header,section,nav,aside,footer,article,time {
	display: block;
}
img {
	max-width: 100%;
	border: none;
}
div#wrapper {
	width: 960px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
div#container {
	padding: 0px 0px 15px 0px;
	margin: 5px 0px 0px 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #CCC;
	background-color: #FFF;
	width: 750px;
	float: right;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC',direction='120',strength='2');
}
div#container h2 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div#container section {
	padding: 10px 15px;
}
div#container section p {
	padding: 5px;
	line-height: 1.5em;
	font-size: 14px;
}
div#container section section h3 {
	clear: both;
}
div#container section section {
	padding: 10px 15px 30px 15px;
}
div#sidebar {
	width: 200px;
	float: left;
}
div#sidebar div.side_section {
	margin: 5px 0px 10px 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #CCC;
	background-color: #FFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC',direction='120',strength='2');
}
div#sidebar div.side_banners {
	padding: 5px 0px;
}
div#sidebar div.side_banners nav ul li {
	padding: 5px 0px;
}
div#sidebar div.side_banners nav ul li a {
	box-shadow: 0px 0px 5px #CCC;
}
div#sidebar div.side_section h3 {
	background-color: #F5BD21;
	font-size: 12px;
	padding: 8px 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-shadow: 0px 1px 0px #F8E09C;
}
div#sidebar div.side_section ul,div#sidebar div.side_section ol {
	padding: 5px 0px;
}
div#sidebar div.side_section ul li,div#sidebar div.side_section ol li {
	padding: 5px 5px 0px 5px;
}
div#sidebar div.side_section ul li a {
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	display: block;
	border-bottom: solid 1px #EEE;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
header {
	height: 170px;
}
header p {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
}
nav#global {
	position: absolute;
	top: 80px;
	left: 0px;
}
nav#global ul li {
	float: left;
}
nav#fixedmenu {
	position: fixed;
	top: -50px;
	left: 0px;
	width: 100%;
	height: 50px;
	background: url(_images/nav.gif);
	box-shadow: 0px 0px 5px #000;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
nav#fixedmenu ul {
	width: 960px;
	margin: 0px auto;
}
nav#fixedmenu ul li {
	float: left;
}
footer {
	padding: 10px 0px 0px 0px;
	clear: both;
}
footer nav {
	position: static;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-color: #F5BD22;
	padding: 50px;
}
footer p {
	background-image: url(../images/copyright.gif);
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}
ol.list,ul.caution {
	padding: 5px 15px 15px 15px;
}
ol.list li,ul.caution li {
	list-style: decimal;
	margin: 0px 0px 0px 15px;
	font-size: 12px;
	line-height: 1.5em;
}
ul.caution li {
	list-style-type: disc;
}
nav.sub {
	position: absolute;
	width: 384px;
	background-color: #F5CF4A;
	_background-color: rgba(245, 207, 74, 0.9);
	top: 135px;
	display: none;
	box-shadow: 0px 0px 10px #999;
	z-index: 99999999;
}
nav.sub ul {
	width: 100%;
	border-bottom: solid 1px #FFF;
}
nav.sub ul li {
	width: 100%;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E9B31C;
}
nav.sub ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 12px;
	color: #000;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E9B31C;
	text-decoration: none;
	text-shadow: 0px 1px 0px #E8D08E;
}
nav.sub ul li a strong {
	color: #F00;
}
nav.sub ul li a span {
	margin-left: 5px;
	color: #F00;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
}
nav.sub ul li a:hover {
	background-color: #F5E3A2;
}
nav#pd_ir-n_02-192-50_navigator {
	left: 192px;
}
nav#pd_ir-n_03-192-50_navigator {
	left: 384px;
}
div.buttons {
	text-align: center;
	clear: both;
}
div.buttons a,div.buttons div {
	margin: 0px auto;
}
div#header {
	position: absolute;
	top: 30px;
	left: 380px;
	height: 50px;
}
div#header h4,div#header a {
	float: left;
}
ul.index {
	padding: 10px;
}
ul.index li {
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px;
}
ul.index li a {
	font-size: 16px;
}
ul.widelist li {
	float: left;
}
div.buttons_right {
	padding: 0px 10px;
	height: 40px;
}
div.buttons_right a {
	float: right;
}
div#PageTopArrow {
	width: 30px;
	height: 30px;
	background-image: url(../images/pagetop.png);
	background-size: 100% 100%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.6;
	cursor: pointer;
}
div#DebugConsole {
	width: 200px;
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: #000;
	padding: 5px 10px;
	border-bottom-left-radius: 5px;
	opacity: 0.8;
	box-shadow: 0px 0px 5px #999;
	z-index: 99999;
}
div#DebugConsole span,div#DebugConsole a {
	padding: 3px 5px;
	color: #393;
	text-align: left;
	font-size: 10px;
	display: block;
	line-height: 1.5em;
}
div#DebugConsole a {
	color: #FFF;
}
div.calnote {
	clear: both;
	padding: 5px;
	font-size: 12px;
}
div.calnote p {
	color: #999;
}
div.calnote p span {
	color: #FEE;
}
div.cal_wrapper {
	padding: 0px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 196px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
	background-color: #F00;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
	display: none;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td {
	width: 28px;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 0px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}
div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #F00;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
a:hover img {
	opacity: 0.8;
}
div.frontpage_banner {
	padding: 0px 15px;
}
div#container section section.frontpage p {
	padding: 10px;
}
div#container section section p strong.inline {
	display: inline-block;
}
div.topwarning {
	color: #F00;
	background: url(../images/warning.gif) no-repeat 10px 10px;
	padding: 15px 10px 10px 70px;
	border: solid 1px #C00;
	margin: 10px;
	border-radius: 5px;
	background-color: #FEE;
}
table.spec {
	padding: 10px;
}
table.spec tr th,table.spec tr td {
	padding: 5px 15px;
	font-size: 12px;
	border-bottom: solid 1px #CCC;
}
section section dl.column {
	width: 230px;
	float: left;
}
section section dl.column dd {
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1.5em;
}
section section dl.column dd span {
	display: block;
	font-size: 10px;
	color: #999;
}
section section.rows ul li {
	float: left;
}
img#mainvisual {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ol#amenity {
	padding: 0px 25px;
	height: 150px;
}
ol#amenity li {
	float: left;
}
div#ir-frontpage-750-260-jpg {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
a#ir-frontlink-270-60 {
	position: absolute;
	top: 200px;
	left: 480px;
}
section.line {
	
}
section.line h3 {
	background: #00C300;
	text-align: center;
	color: #FFF;
	padding: 10px;
}
section section dl.mailform {
	width: 100%;
}
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
dl.mailform dt {
	clear: both;
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
dl.mailform dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
dl.mailform dd ul,dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	max-width: 100%;
}
.mfp_element_radio,
.mfp_element_checkbox {
	vertical-align: middle;
	margin: 0px 5px;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 24px;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover {
	background: gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
	background: -webkit-gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
	background: -moz-linear-gradient(top, #F7F7F7, #7ECEF4);
	background: -ms-linear-gradient(top, #F7F7F7 0%, #7ECEF4 100%);
	box-shadow: 0px 2px 15px #7ECEF4;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(_images/header.png);
	background-size: 100% 100%;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
@media screen and (max-width: 800px) {
	dl.mailform dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	dl.mailform dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
	}
	ul#mfp_phase_stat li {
		float: left;
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		background-color: #E8EEF9;
		box-shadow: 0px 0px 5px #000;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
		background-color: #CCC;
		color: #666;
		box-shadow: 0px 0px 5px #CCC;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
div.mfp_file_field {
	padding: 5px 0px;
	line-height: 1.7em;
}
div.mfp_file_field span {
	font-size: 10px;
	color: #666;
	display: block;
}
div#container section section.outlet {
	padding: 15px;
	margin: 20px;
	background: #2CA6E0;
	border-radius: 10px;
	clear: both;
}
section.outlet h3 {
	float: left;
	margin: 40px 25px;
}
section.outlet ul {
	
	display: inline-block;
}
div#container section section.outlet_feature {
	
}
div#container section section.outlet_feature dl {
	width: 200px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	background-color: #F00;
	border-radius: 10px;
}
div#container section section.outlet_feature dl dt {
	padding: 10px 10px 0px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
div#container section section.outlet_feature dl dd {
	padding: 0px 10px 10px 10px;
	color: #FFF;
	font-size: 12px;
}
div#container section section p.warning {
	background: #000;
	color: #FFFF00;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
div.pricefield {
	text-align: right;
}
span#mfp_price {
	font-size: 24px;
	color: #C00;
	font-weight: bold;
}
span#mfp_price span {
	font-size: 16px;
	color: #000;
}
span#unitprice {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px 0px;
}
div.section_right,div.section_left {
	width: 335px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #CCC;
	margin: 5px;
	float: left;
}
div.section_right {
	background-color: #C8E553;
}
div.section_left {
	background-color: #FFCC33
}
div#container section section p {
	
	padding: 0px 10px 10px 10px;
}
div#container section section p span {
	display: block;
	font-size: 10px;
}
div#container section section p strong {
	display: block;
	color: #C00;
}
table.discount {
	float: right;
}
table.discount tr th,table.discount tr td {
	font-size: 12px;
	padding: 5px;
}
table.discount tr td {
	color: #C00;
	font-weight: bolder;
	font-size: 18px;
}
table.discount tr td span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
dl.item {
	border: solid 2px #231815;
}
dl.item dt {
	border-bottom: solid 2px #231815;
	background: #FFF000;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
dl.item dt em {
	font-style: normal;
	display: block;
	font-weight: bolder;
	padding: 10px 0px;
}
dl.item dt span {
	border-radius: 20px;
	color: #FFF;
	font-weight: bolder;
	font-size: 12px;
	line-height: 12px;
	padding: 3px 15px;
}
dl.item dt span.color1,
p.item a span.color1 {
	background: #EA6000;
}
dl.item dt span.color2,
p.item a span.color2 {
	background: #1EAA39;
}
dl.item dd {
	background: #595757;
	min-height: 170px;
}
dl.item dd ul {
	padding: 10px;
}
dl.item dd ul li {
	list-style: disc;
	margin-left: 20px;
	font-size: 12px;
	color: #FFF;
}
dl.case {
	border: none;
}
dl.case dt {
	padding: 0px;
	background: none;
	border: none;
	text-align: left;
	padding: 15px 0px 0px 0px;
}
dl.case dt span {
	color: #000;
	display: inline-block;
	border-radius: 0px 20px 20px 0px;
	background: #F9E344;
	font-size: 12px;
	padding: 5px 20px;
}
dl.case dd {
}
dl.case dd ul {
	text-align: center;
}
dl.case dd ul li {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	padding: 10px 0px;
	margin: 0px;
}
dl.case dd ul li img {
	max-width: 100%;
}
dl.case dd ul li span {
	display: block;
	font-size: 12px;
}
p.item a {
	display: block;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 12px;
	cursor: pointer;
	outline: none;
}
p.item a span {
	display: inline-block;
	border-radius: 20px;
	color: #FFF;
	font-weight: bolder;
	font-size: 12px;
	line-height: 12px;
	padding: 3px 15px;
	text-shadow: none;
}
p.item a em {
	display: block;
	font-size: 18px;
	padding: 5px;
}
div.centerBox {
	text-align: center;
	clear: both;
}
section.snippet div.centerBox dl,
section.snippet div.centerBox dl dt,
section.snippet div.centerBox dl dd {
	box-sizing: border-box;
}
section.snippet div.centerBox dl {
	margin: 5px auto;
	width: 300px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	background: url(_images/dl.jpg) no-repeat center center;
	background-size: 100% 100%;
	border-radius: 15px;
}
section.snippet div.centerBox dl dt,
section.snippet div.centerBox dl dd {
	padding: 0px;
	margin: 0px;
	border: none;
	color: #FFF;
	font-size: 12px;
	text-align: left;
}
section.snippet div.centerBox dl dt {
	font-size: 18px;
	text-align: center;
}
section.snippet div.centerBox dl dd {
	min-height: 80px;
}
div#floatingWindow {
	position: fixed;
	bottom: 50px;
	right: 10px;
	box-shadow: 0px 1px 5px #000;
	background: #FFF;
	border-radius: 5px;
	min-width: 180px;
	max-width: 180px;
	text-align: left;
}
div#floatingWindow h3 {
	background: #E9B03F;
	font-size: 16px;
	padding: 5px;
	border-radius: 5px 5px 0 0;
	text-align: center;
}
div#floatingWindow div#floatingBox {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	line-height: 1.2em;
}
div#floatingWindow div#floatingBox span {
	display: block;
	padding: 3px 0;
}
div#floatingWindow div#floatingBox span strong {
	display: block;
	color: #666;
}
div#floatingWindow dl {
	margin: 5px;
	padding: 5px;
	border-top: solid 1px #E9B040;
}
div#floatingWindow dl dt {
	font-size: 14px;
	color: #666;
}
div#floatingWindow dl dd {
	text-align: right;
	font-size: 14px;
}
div#floatingWindow dl dd em {
	font-weight: bolder;
	font-style: normal;
	color: #900;
	font-size: 16px;
}
div#floatingWindow dl dd span {
	display: inline-block;
	padding-left: 0.5em;
}
h1.sub {
	font-size:16px;
	color: #336633;
	padding: 1em 1em 0 1em;
}
h3.h3 {
	border-bottom: solid 1px #F39800;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 10px;
	margin: 10px 10px 5px 10px;
}
h4 {
	color: #F39800;
}
a#ir-banner_price-200-80 span {
	display: none;
}
iframe.vr {
	width: 100%;
	height: 260px;
	border: none;
}
ul#iframe_selector {
	overflow: hidden;
	overflow-x: scroll;
	background: #CCC;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
ul#iframe_selector li {
	display: inline-block;
	margin: 4px;
}
ul#iframe_selector li a {
	display: block;
	width: 110px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: solid 1px #CCC;
	position: relative;
}
ul#iframe_selector li a img {
	position: absolute;
	width: 25px;
	height: 15px;
	left: 5px;
	bottom: 5px;
}
ul#iframe_selector li a:hover {
	opacity: 0.7;
}
div#visualwrap {
	position: relative;
	background: no-repeat center 26% #333;
	height: 260px;
}
div#visualwrap iframe {
	border: none;
	width: 100%;
	height: 260px;
}
div.slideshow_wrapper {
	padding: 5px 0px;
}
ul.slideshow {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
ul.slideshow li {
	display: inline-block;
}
ul.slideshow li a {
	position: relative;
	display: inline-block;
	border: solid 2px #222;
	margin: 5px;
	opacity: 0.4;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	width: 100px;
	height: 56px;
	background-size: cover;
}
ul.slideshow li a:hover {
	border: solid 2px #999;
	opacity: 0.8;
}
ul.slideshow li a img {
	position: absolute;
	border: none;
	display: block;
	width: 26px;
	bottom: 5px;
	right: 5px;
}
ul.slideshow li a.iframeSlideshowCurrent {
	border: solid 2px #FFF;
	box-shadow: 0px 1px 2px #666;
	opacity: 1.0;
}
div.indent {
	margin: 10px;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 5px #999 inset;
}
div.indent h3.h3 {
	margin: 0px;
}
ul.list {
	margin: 5px 25px;
}
ul.list li {
	font-size: 14px;
	line-height: 1.5em;
	list-style-type: disc;
}
table.list tr td {
	font-size: 14px;
	text-align: right;
}
div.q {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
div.q img {
	width: 16px;
	height: 16px;
	cursor: pointer;
}
div.q div.qi {
	position: absolute;
	left: 20px;
	top: 0px;
	color: #FFF;
	border-radius: 5px;
	padding: 5px;
	background: rgba(0,0,0,0.8);
	white-space: nowrap;
	box-shadow: 0px 0px 5px #000;
	z-index: 99999999;
	display: none;
}
section.snippet {
}
section.snippet img {
	float: left;
	margin-top: 10px;
}
section.snippet dl {
	padding: 0px 0px 0px 240px;
}
section.snippet dl dt {
	color: #E50012;
	border-bottom: solid 2px #E50012;
	font-weight: bolder;
	padding: 5px 10px;
	font-size: 21px;
}
section.snippet dl dt ul {
	clear: none;
	padding: 0px;
	margin: 0px;
}
section.snippet dl dt ul li {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	background: #0E70BA;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
	line-height: 14px;
	padding: 10px 10px 10px 10px;
	max-width: 160px;
	margin: 5px 0px;
}
section.snippet dl dt strong.color1 {
	background: #01A33E;
}
section.snippet dl dd {
	padding: 10px;
	font-size: 14px;
	line-height: 1.7em;
}
section.snippet ul.icon {
	text-align: center;
}
section.snippet ul.icon li {
	display: inline-block;
}
section.snippet ul.icon li img {
	border-radius: 5px;
}
section.snippet ul {
	clear: both;
	padding: 15px 15px 0px 15px;
	font-size: 14px;
	color: #666;
}
dl.spec {
	background: #FFFDED;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0px 0px 10px #CCC;
}
dl.spec dt {
	background: #F3C134;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}
dl.spec dd {
	padding: 10px;
	font-size: 14px;
}
dl.spec dd strong {
	color: #F00;
}
dl.spec dd img {
	float: right;
}
dl.spec dd ul {
	clear: none;
	padding: 10px 0px;
}
ul.size {
	text-align: center;
}
ul.size li {
	display: inline-block;
}
ul.size li img {
	width: 160px;
	height: 100px;
}
ul.warning {
	padding: 0px 25px;
}
ul.warning li {
	list-style-type: circle;
	font-size: 12px;
	color: #999;
}
section.index {
	margin: 15px;
	border: solid 1px #CCC;
	background: #FFF;
	box-shadow: 0px 0px 10px #999;
}
section.index h3 a {
	font-size: 26px;
}
div.step {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 0px 20px 110px;
}
div.step h3 {
	font-size: 18px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}
div#container section section div.step p {
	padding: 5px 0px;
}
div#container section section div.step p.warning {
	display: inline-block;
	background: #FFF100;
	color: #F00;
	font-size: 12px;
	padding: 5px;
}
div.step1 {
	background-image: url(../images/step_01.gif);
}
div.step2 {
	background-image: url(../images/step_02.gif);
}
div.step3 {
	background-image: url(../images/step_03.gif);
}
div.step4 {
	background-image: url(../images/step_04.gif);
}
div.step5 {
	background-image: url(../images/step_05.gif);
}
div.step6 {
	background-image: url(../images/step_06.gif);
}
div.step7 {
	background-image: url(../images/step_07.gif);
}
div.step8 {
	background-image: url(../images/step_08.gif);
}
div.step9 {
	background-image: url(../images/step_09.gif);
}
div.step10 {
	background-image: url(../images/step_10.gif);
}
div#container section section.steplink h3 {
	background: #F00;
	color: #FFF;
	text-align: center;
	padding: 10px 0px;
}
div#container section section.steplink section.steplink_detail {
	border: solid 1px #CCC;
	margin: 10px;
	box-shadow: 0px 2px 3px #666;
}
div#container section section.steplink section.steplink_detail strong {
	color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 30px;
}
div#container section section.steplink section.steplink_detail strong.color1 {
	background: #1EAA39;
}
div#container section section.steplink section.steplink_detail strong.color2 {
	background: #EA6000;
}
div#container section section.steplink section.steplink_detail h4 {
	color: #333;
	font-size: 24px;
	padding: 5px;
}
a.button {
	display: inline-block;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 0px 2px 5px #000;
	text-decoration: none;
	border: solid 2px #D4B216;
	border-radius: 10px;
	line-height: 1em;
	padding: 0.5em 1em;
	background: url(_images/button.gif) no-repeat left top;
	background-size: 100% 100%;
	box-shadow: 0px 0px 0.5em #000 inset;
	font-size: 24px;
	float: right;
}
strong.black {
}
strong.red {
	color: #F00;
}
ul.tab {
	margin: 0px 10px;
	border-bottom: solid 2px #F39800;
}
ul.tab li {
	display: inline-block;
	vertical-align: bottom;
}
ul.tab li a {
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #333;
	border-top: solid 1px #F39800;
	border-left: solid 1px #F39800;
	border-right: solid 1px #F39800;
	border-radius: 5px 5px 0px 0px;
}
ul.tab li a#price_tab {
	background: #FFC0CB;
}
ul.tab li a#spec_tab {
	background: #E0FFFF;
}
ul.tab li a#date_tab {
	background: #CEFF9E;
}
ul.tab li a#case_tab {
	background: #FFFFA8;
}
ul.tab li a#price_tab.tab_current,
ul.tab li a#spec_tab.tab_current,
ul.tab li a#date_tab.tab_current,
ul.tab li a#case_tab.tab_current {
	color: #FFF;
	background-color: #F39800;
	background: url(_images/tab.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	text-shadow: 0px 1px 3px #000;
}
div#price,div#spec,div#date,div#case {
	margin: 0px 10px;
	border: solid 2px #F39800;
	border-top: none;
}
nav#tree {
	width: 100%;
	clear: both;
	position: absolute;
	top: 140px;
	left: 0px;
}
nav#tree ul {
	box-sizing: border-box;
	max-width: 960px;
	margin: 0px auto;
	border-radius: 5px;
	padding: 0px 5px;
	border: solid 1px #CCC;
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
}
nav#tree ul li {
	display: inline-block;
	padding: 0px 20px 0px 5px;
	vartical-align: middle;
	background: url(_images/tree2.png) no-repeat right center;
}
nav#tree ul li a {
	display: block;
	padding: 4px 0px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
nav#tree ul li:first-child a {
	background: url(_images/icon_home.png) no-repeat center center;
	width: 18px;
	background-size: 100% auto;
	text-indent: -5000px;
}
section.warning {
	margin: 15px;
	background: #FFF8A7;
	border-radius: 5px;
	text-align: left;
}
section.warning h3,
section.warning strong {
	color: #E50012;
}
table.warning {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.warning tr th,table.warning tr td {
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
}
table.warning tr th {
	padding: 5px 0px 5px 5px;
}
table.warning tr td {
	padding: 5px 5px 5px 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}
div.warnings {
	background: #FFF8A7;
	border-radius: 10px;
}
div.warnings h3 {
	color: #F00;
	background: url(_images/warning.gif) no-repeat left center;
	background-size: 3em auto;
	background-position: left center;
	padding: 2em 3em 1.5em 3.5em;
	margin: 15px 15px 0px 15px;
}
div#container section section div.warnings p {
	padding: 0px 15px 15px 15px;
}
div#container section section div.warnings p strong {
	display: inline;
}
a.gotalk {
	font-size: 12px;color: #F00;font-weight: normal;
	text-decoration: underline;
}
section.snippet dl dt ul li {
	white-space: nowrap;
}
