@charset 'utf-8';

/*
* jQuery Mobile Framework 1.1.0
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */

/* A
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-a {
	border: 1px solid #bababa /*{a-bar-border}*/;
	background: #ddd3bb /*{a-bar-background-color}*/;
	color: #000000 /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 1px /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 3px /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ece1c8 /*{a-bar-background-start}*/), to( #ffffff /*{a-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #ece1c8 /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #ece1c8 /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ece1c8 /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ece1c8 /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #ece1c8 /*{a-bar-background-start}*/, #ffffff /*{a-bar-background-end}*/);
}

.ui-bar-a .ui-link-inherit {
	color: #000000 /*{a-bar-color}*/;
}
.ui-bar-a .ui-link {
	color: #7cc4e7 /*{a-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-a .ui-link:hover {
	color: #2489CE /*{a-bar-link-hover}*/;
}

.ui-bar-a .ui-link:active {
	color: #2489CE /*{a-bar-link-active}*/;
}

.ui-bar-a .ui-link:visited {
    color: #2489CE /*{a-bar-link-visited}*/;
}

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}
.ui-body-a,
.ui-overlay-a {
	border: 1px solid #beb283 /*{a-body-border}*/;
	color: #666666 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 0 /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000000 /*{a-body-shadow-color}*/;
	background: #f7f7f7 /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f7f7f7 /*{a-body-background-start}*/), to( #f7f7f7 /*{a-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f7f7f7 /*{a-body-background-start}*/, #f7f7f7 /*{a-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f7f7f7 /*{a-body-background-start}*/, #f7f7f7 /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f7f7f7 /*{a-body-background-start}*/, #f7f7f7 /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f7f7f7 /*{a-body-background-start}*/, #f7f7f7 /*{a-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f7f7f7 /*{a-body-background-start}*/, #f7f7f7 /*{a-body-background-end}*/);
}
.ui-overlay-a {
	background-image: none;
	border-width: 0;
}
.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}

.ui-body-a .ui-link-inherit {
	color: #666666 /*{a-body-color}*/;
}

.ui-body-a .ui-link {
	color: #000000 /*{a-body-link-color}*/;
	font-weight: bold;
}

.ui-body-a .ui-link:hover {
	color: #c98b69 /*{a-body-link-hover}*/;
}

.ui-body-a .ui-link:active {
	color: #a5613b /*{a-body-link-active}*/;
}

.ui-body-a .ui-link:visited {
    color: #666666 /*{a-body-link-visited}*/;
}

.ui-btn-up-a {
	border: 1px solid #bababa /*{a-bup-border}*/;
	background: #e6e1c8 /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{a-bup-color}*/;
	text-shadow: 1px /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 3px /*{a-bup-shadow-radius}*/ #ffffff /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e6e1c8 /*{a-bup-background-start}*/), to( #f8f8f3 /*{a-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e6e1c8 /*{a-bup-background-start}*/, #f8f8f3 /*{a-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e6e1c8 /*{a-bup-background-start}*/, #f8f8f3 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e6e1c8 /*{a-bup-background-start}*/, #f8f8f3 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e6e1c8 /*{a-bup-background-start}*/, #f8f8f3 /*{a-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e6e1c8 /*{a-bup-background-start}*/, #f8f8f3 /*{a-bup-background-end}*/);
}
.ui-btn-up-a a.ui-link-inherit {
	color: #000000 /*{a-bup-color}*/;
}

.ui-btn-hover-a {
	border: 1px solid #a5613b /*{a-bhover-border}*/;
	background: #c98b69 /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bhover-color}*/;
	text-shadow: 1px /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 3px /*{a-bhover-shadow-radius}*/ #663b24 /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c08564 /*{a-bhover-background-start}*/), to( #d1906d /*{a-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #c08564 /*{a-bhover-background-start}*/, #d1906d /*{a-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #c08564 /*{a-bhover-background-start}*/, #d1906d /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c08564 /*{a-bhover-background-start}*/, #d1906d /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c08564 /*{a-bhover-background-start}*/, #d1906d /*{a-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #c08564 /*{a-bhover-background-start}*/, #d1906d /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a a.ui-link-inherit {
	color: #ffffff /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid #613923 /*{a-bdown-border}*/;
	background: #a5613b /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bdown-color}*/;
	text-shadow: -1px /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #d0a38a /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8a5131 /*{a-bdown-background-start}*/), to( #bf7044 /*{a-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #8a5131 /*{a-bdown-background-start}*/, #bf7044 /*{a-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #8a5131 /*{a-bdown-background-start}*/, #bf7044 /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #8a5131 /*{a-bdown-background-start}*/, #bf7044 /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #8a5131 /*{a-bdown-background-start}*/, #bf7044 /*{a-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #8a5131 /*{a-bdown-background-start}*/, #bf7044 /*{a-bdown-background-end}*/);
}
.ui-btn-down-a a.ui-link-inherit {
	color: #ffffff /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

/* B
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-b {
	border: 1px solid #B3B3B3 /*{b-bar-border}*/;
	background: #e9eaeb /*{b-bar-background-color}*/;
	color: #3E3E3E /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #ffffff /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{b-bar-background-start}*/), to( #e9eaeb /*{b-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #e9eaeb /*{b-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #e9eaeb /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #e9eaeb /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #e9eaeb /*{b-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #e9eaeb /*{b-bar-background-end}*/);
}

.ui-bar-b .ui-link-inherit {
	color: #3E3E3E /*{b-bar-color}*/;
}
.ui-bar-b .ui-link {
	color: #7cc4e7 /*{b-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-b .ui-link:hover {
	color: #2489CE /*{b-bar-link-hover}*/;
}

.ui-bar-b .ui-link:active {
	color: #2489CE /*{b-bar-link-active}*/;
}

.ui-bar-b .ui-link:visited {
    color: #2489CE /*{b-bar-link-visited}*/;
}

.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}
.ui-body-b,
.ui-overlay-b {
	border: 1px solid #B3B3B3 /*{b-body-border}*/;
	color: #333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/;
	background: #f0f0f0 /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeeeee /*{b-body-background-start}*/), to( #dddddd /*{b-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #eeeeee /*{b-body-background-start}*/, #dddddd /*{b-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #eeeeee /*{b-body-background-start}*/, #dddddd /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeeeee /*{b-body-background-start}*/, #dddddd /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eeeeee /*{b-body-background-start}*/, #dddddd /*{b-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #eeeeee /*{b-body-background-start}*/, #dddddd /*{b-body-background-end}*/);
}
.ui-overlay-b {
	background-image: none;
	border-width: 0;
}
.ui-body-b,
.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}

.ui-body-b .ui-link-inherit {
	color: #333333 /*{b-body-color}*/;
}

.ui-body-b .ui-link {
	color: #2489CE /*{b-body-link-color}*/;
	font-weight: bold;
}

.ui-body-b .ui-link:hover {
	color: #2489CE /*{b-body-link-hover}*/;
}

.ui-body-b .ui-link:active {
	color: #2489CE /*{b-body-link-active}*/;
}

.ui-body-b .ui-link:visited {
    color: #2489CE /*{b-body-link-visited}*/;
}

.ui-btn-up-b {
	border: 1px solid #cccccc /*{b-bup-border}*/;
	background: #f3f1e5 /*{b-bup-background-color}*/;
	font-weight: bold;
	color: #363636 /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #f6f6f6 /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f3f1e5 /*{b-bup-background-start}*/), to( #fff /*{b-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f3f1e5 /*{b-bup-background-start}*/, #fff /*{b-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f3f1e5 /*{b-bup-background-start}*/, #fff /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f3f1e5 /*{b-bup-background-start}*/, #fff /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f3f1e5 /*{b-bup-background-start}*/, #fff /*{b-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f3f1e5 /*{b-bup-background-start}*/, #fff /*{b-bup-background-end}*/);
}
.ui-btn-up-b a.ui-link-inherit {
	color: #363636 /*{b-bup-color}*/;
}

.ui-btn-hover-b {
	border: 1px solid #bbbbbb /*{b-bhover-border}*/;
	background: #dadada /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #ffffff /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ededed /*{b-bhover-background-start}*/), to( #dadada /*{b-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/);
}
.ui-btn-hover-b a.ui-link-inherit {
	color: #2F3E46 /*{b-bhover-color}*/;
}
.ui-btn-down-b {
	border: 1px solid #808080 /*{b-bdown-border}*/;
	background: #fdfdfd /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #ffffff /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeeeee /*{b-bdown-background-start}*/), to( #fdfdfd /*{b-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #eeeeee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #eeeeee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeeeee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eeeeee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #eeeeee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/);
}
.ui-btn-down-b a.ui-link-inherit {
	color: #2F3E46 /*{b-bdown-color}*/;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
	text-decoration: none;
}



/* C
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-c {
	border: 1px solid #B3B3B3 /*{c-bar-border}*/;
	background: #e9eaeb /*{c-bar-background-color}*/;
	color: #3E3E3E /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #ffffff /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #e9eaeb /*{c-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/);
}

.ui-bar-c .ui-link-inherit {
	color: #3E3E3E /*{c-bar-color}*/;
}
.ui-bar-c .ui-link {
	color: #7cc4e7 /*{c-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-c .ui-link:hover {
	color: #2489CE /*{c-bar-link-hover}*/;
}

.ui-bar-c .ui-link:active {
	color: #2489CE /*{c-bar-link-active}*/;
}

.ui-bar-c .ui-link:visited {
    color: #2489CE /*{c-bar-link-visited}*/;
}

.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}
.ui-body-c,
.ui-overlay-c {
	border: 1px solid #B3B3B3 /*{c-body-border}*/;
	color: #333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/;
	background: #e6e6e6 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e6e6e6 /*{c-body-background-start}*/), to( #e6e6e6 /*{c-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e6e6e6 /*{c-body-background-start}*/, #e6e6e6 /*{c-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e6e6e6 /*{c-body-background-start}*/, #e6e6e6 /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e6e6e6 /*{c-body-background-start}*/, #e6e6e6 /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e6e6e6 /*{c-body-background-start}*/, #e6e6e6 /*{c-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e6e6e6 /*{c-body-background-start}*/, #e6e6e6 /*{c-body-background-end}*/);
}
.ui-overlay-c {
	background-image: none;
	border-width: 0;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}

.ui-body-c .ui-link-inherit {
	color: #333333 /*{c-body-color}*/;
}

.ui-body-c .ui-link {
	color: #2489CE /*{c-body-link-color}*/;
	font-weight: bold;
}

.ui-body-c .ui-link:hover {
	color: #2489CE /*{c-body-link-hover}*/;
}

.ui-body-c .ui-link:active {
	color: #2489CE /*{c-body-link-active}*/;
}

.ui-body-c .ui-link:visited {
    color: #2489CE /*{c-body-link-visited}*/;
}

.ui-btn-up-c {
	border: 1px solid #cccccc /*{c-bup-border}*/;
	background: #e6e6e6 /*{c-bup-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 1px /*{c-bup-shadow-radius}*/ #f6f6f6 /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #efefef /*{c-bup-background-start}*/), to( #dcdcdc /*{c-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #efefef /*{c-bup-background-start}*/, #dcdcdc /*{c-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #efefef /*{c-bup-background-start}*/, #dcdcdc /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #efefef /*{c-bup-background-start}*/, #dcdcdc /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #efefef /*{c-bup-background-start}*/, #dcdcdc /*{c-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #efefef /*{c-bup-background-start}*/, #dcdcdc /*{c-bup-background-end}*/);
}
.ui-btn-up-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bup-color}*/;
}

.ui-btn-hover-c {
	border: 1px solid #bbbbbb /*{c-bhover-border}*/;
	background: #dadada /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 1px /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ededed /*{c-bhover-background-start}*/), to( #dadada /*{c-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid #808080 /*{c-bdown-border}*/;
	background: #fdfdfd /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1px /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeeeee /*{c-bdown-background-start}*/), to( #fdfdfd /*{c-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/);
}
.ui-btn-down-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
	text-decoration: none;
}



/* D
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-d {
	border: 1px solid #bababa /*{d-bar-border}*/;
	background: #ddd3bb /*{d-bar-background-color}*/;
	color: #000000 /*{d-bar-color}*/;
	font-weight: bold;
	text-shadow: 1px /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 3px /*{d-bar-shadow-radius}*/ #ffffff /*{d-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ece1c8 /*{d-bar-background-start}*/), to( #ffffff /*{d-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #ece1c8 /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #ece1c8 /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ece1c8 /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ece1c8 /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #ece1c8 /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/);
}

.ui-bar-d .ui-link-inherit {
	color: #000000 /*{d-bar-color}*/;
}
.ui-bar-d .ui-link {
	color: #7cc4e7 /*{d-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-d .ui-link:hover {
	color: #2489CE /*{d-bar-link-hover}*/;
}

.ui-bar-d .ui-link:active {
	color: #2489CE /*{d-bar-link-active}*/;
}

.ui-bar-d .ui-link:visited {
    color: #2489CE /*{d-bar-link-visited}*/;
}

.ui-bar-d,
.ui-bar-d input,
.ui-bar-d select,
.ui-bar-d textarea,
.ui-bar-d button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}
.ui-body-d,
.ui-overlay-d {
	border: 1px solid #beb283 /*{d-body-border}*/;
	color: #666666 /*{d-body-color}*/;
	text-shadow: 1px /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 3px /*{d-body-shadow-radius}*/ #ffffff /*{d-body-shadow-color}*/;
	background: #f7f7f7 /*{d-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f7f7f7 /*{d-body-background-start}*/), to( #f7f7f7 /*{d-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f7f7f7 /*{d-body-background-start}*/, #f7f7f7 /*{d-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f7f7f7 /*{d-body-background-start}*/, #f7f7f7 /*{d-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f7f7f7 /*{d-body-background-start}*/, #f7f7f7 /*{d-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f7f7f7 /*{d-body-background-start}*/, #f7f7f7 /*{d-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f7f7f7 /*{d-body-background-start}*/, #f7f7f7 /*{d-body-background-end}*/);
}
.ui-overlay-d {
	background-image: none;
	border-width: 0;
}
.ui-body-d,
.ui-body-d input,
.ui-body-d select,
.ui-body-d textarea,
.ui-body-d button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}

.ui-body-d .ui-link-inherit {
	color: #666666 /*{d-body-color}*/;
}

.ui-body-d .ui-link {
	color: #000000 /*{d-body-link-color}*/;
	font-weight: bold;
}

.ui-body-d .ui-link:hover {
	color: #c98b69 /*{d-body-link-hover}*/;
}

.ui-body-d .ui-link:active {
	color: #a5613b /*{d-body-link-active}*/;
}

.ui-body-d .ui-link:visited {
    color: #666666 /*{d-body-link-visited}*/;
}

.ui-btn-up-d {
	border: 1px solid #bababa /*{d-bup-border}*/;
	background: #ffed94 /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{d-bup-color}*/;
	text-shadow: 1px /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 3px /*{d-bup-shadow-radius}*/ #ffffff /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fffceb /*{d-bup-background-start}*/), to( #ffed94 /*{d-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #fffceb /*{d-bup-background-start}*/, #ffed94 /*{d-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #fffceb /*{d-bup-background-start}*/, #ffed94 /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fffceb /*{d-bup-background-start}*/, #ffed94 /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fffceb /*{d-bup-background-start}*/, #ffed94 /*{d-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #fffceb /*{d-bup-background-start}*/, #ffed94 /*{d-bup-background-end}*/);
}
.ui-btn-up-d a.ui-link-inherit {
	color: #000000 /*{d-bup-color}*/;
}

.ui-btn-hover-d {
	border: 1px solid #a5613b /*{d-bhover-border}*/;
	background: #c98b69 /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bhover-color}*/;
	text-shadow: 1px /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 3px /*{d-bhover-shadow-radius}*/ #663b24 /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c08564 /*{d-bhover-background-start}*/), to( #d1906d /*{d-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #c08564 /*{d-bhover-background-start}*/, #d1906d /*{d-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #c08564 /*{d-bhover-background-start}*/, #d1906d /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c08564 /*{d-bhover-background-start}*/, #d1906d /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c08564 /*{d-bhover-background-start}*/, #d1906d /*{d-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #c08564 /*{d-bhover-background-start}*/, #d1906d /*{d-bhover-background-end}*/);
}
.ui-btn-hover-d a.ui-link-inherit {
	color: #ffffff /*{d-bhover-color}*/;
}
.ui-btn-down-d {
	border: 1px solid #613923 /*{d-bdown-border}*/;
	background: #a5613b /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bdown-color}*/;
	text-shadow: -1px /*{d-bdown-shadow-x}*/ -1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #d0a38a /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8a5131 /*{d-bdown-background-start}*/), to( #bf7044 /*{d-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #8a5131 /*{d-bdown-background-start}*/, #bf7044 /*{d-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #8a5131 /*{d-bdown-background-start}*/, #bf7044 /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #8a5131 /*{d-bdown-background-start}*/, #bf7044 /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #8a5131 /*{d-bdown-background-start}*/, #bf7044 /*{d-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #8a5131 /*{d-bdown-background-start}*/, #bf7044 /*{d-bdown-background-end}*/);
}
.ui-btn-down-d a.ui-link-inherit {
	color: #ffffff /*{d-bdown-color}*/;
}
.ui-btn-up-d,
.ui-btn-hover-d,
.ui-btn-down-d {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
	text-decoration: none;
}



/* E
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-e {
	border: 1px solid #e7e3cc /*{e-bar-border}*/;
	background: #ddd3bb /*{e-bar-background-color}*/;
	color: #000000 /*{e-bar-color}*/;
	font-weight: bold;
	text-shadow: 1px /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 3px /*{e-bar-shadow-radius}*/ #ffffff /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ece1c8 /*{e-bar-background-start}*/), to( #ece1c8 /*{e-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #ece1c8 /*{e-bar-background-start}*/, #ece1c8 /*{e-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #ece1c8 /*{e-bar-background-start}*/, #ece1c8 /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ece1c8 /*{e-bar-background-start}*/, #ece1c8 /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ece1c8 /*{e-bar-background-start}*/, #ece1c8 /*{e-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #ece1c8 /*{e-bar-background-start}*/, #ece1c8 /*{e-bar-background-end}*/);
}

.ui-bar-e .ui-link-inherit {
	color: #000000 /*{e-bar-color}*/;
}
.ui-bar-e .ui-link {
	color: #7cc4e7 /*{e-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-e .ui-link:hover {
	color: #2489CE /*{e-bar-link-hover}*/;
}

.ui-bar-e .ui-link:active {
	color: #2489CE /*{e-bar-link-active}*/;
}

.ui-bar-e .ui-link:visited {
    color: #2489CE /*{e-bar-link-visited}*/;
}

.ui-bar-e,
.ui-bar-e input,
.ui-bar-e select,
.ui-bar-e textarea,
.ui-bar-e button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}
.ui-body-e,
.ui-overlay-e {
	border: 1px solid #e7e3cc /*{e-body-border}*/;
	color: #666666 /*{e-body-color}*/;
	text-shadow: 1px /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 3px /*{e-body-shadow-radius}*/ #ffffff /*{e-body-shadow-color}*/;
	background: #f7f7f7 /*{e-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f7f7f7 /*{e-body-background-start}*/), to( #f7f7f7 /*{e-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f7f7f7 /*{e-body-background-start}*/, #f7f7f7 /*{e-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f7f7f7 /*{e-body-background-start}*/, #f7f7f7 /*{e-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f7f7f7 /*{e-body-background-start}*/, #f7f7f7 /*{e-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f7f7f7 /*{e-body-background-start}*/, #f7f7f7 /*{e-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f7f7f7 /*{e-body-background-start}*/, #f7f7f7 /*{e-body-background-end}*/);
}
.ui-overlay-e {
	background-image: none;
	border-width: 0;
}
.ui-body-e,
.ui-body-e input,
.ui-body-e select,
.ui-body-e textarea,
.ui-body-e button {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}

.ui-body-e .ui-link-inherit {
	color: #666666 /*{e-body-color}*/;
}

.ui-body-e .ui-link {
	color: #000000 /*{e-body-link-color}*/;
	font-weight: bold;
}

.ui-body-e .ui-link:hover {
	color: #c98b69 /*{e-body-link-hover}*/;
}

.ui-body-e .ui-link:active {
	color: #a5613b /*{e-body-link-active}*/;
}

.ui-body-e .ui-link:visited {
    color: #666666 /*{e-body-link-visited}*/;
}

.ui-btn-up-e {
	border: 1px solid #e7e3cc /*{e-bup-border}*/;
	background: #f3f1e5 /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 0 /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #000 /*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f5f3e7 /*{e-bup-background-start}*/), to( #f0eee2 /*{e-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f5f3e7 /*{e-bup-background-start}*/, #f0eee2 /*{e-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f5f3e7 /*{e-bup-background-start}*/, #f0eee2 /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f5f3e7 /*{e-bup-background-start}*/, #f0eee2 /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f5f3e7 /*{e-bup-background-start}*/, #f0eee2 /*{e-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f5f3e7 /*{e-bup-background-start}*/, #f0eee2 /*{e-bup-background-end}*/);
}
.ui-btn-up-e a.ui-link-inherit {
	color: #000000 /*{e-bup-color}*/;
}

.ui-btn-hover-e {
	border: 1px solid #e7e3cc /*{e-bhover-border}*/;
	background: #f3f1e5 /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bhover-shadow-x}*/ 0 /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #000000 /*{e-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f3f1e5 /*{e-bhover-background-start}*/), to( #f3f1e5 /*{e-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f3f1e5 /*{e-bhover-background-start}*/, #f3f1e5 /*{e-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f3f1e5 /*{e-bhover-background-start}*/, #f3f1e5 /*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f3f1e5 /*{e-bhover-background-start}*/, #f3f1e5 /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f3f1e5 /*{e-bhover-background-start}*/, #f3f1e5 /*{e-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f3f1e5 /*{e-bhover-background-start}*/, #f3f1e5 /*{e-bhover-background-end}*/);
}
.ui-btn-hover-e a.ui-link-inherit {
	color: #000000 /*{e-bhover-color}*/;
}
.ui-btn-down-e {
	border: 1px solid #e7e3cc /*{e-bdown-border}*/;
	background: #f3f1e5 /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bdown-shadow-x}*/ 0 /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #000000 /*{e-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f3f1e5 /*{e-bdown-background-start}*/), to( #f3f1e5 /*{e-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f3f1e5 /*{e-bdown-background-start}*/, #f3f1e5 /*{e-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f3f1e5 /*{e-bdown-background-start}*/, #f3f1e5 /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f3f1e5 /*{e-bdown-background-start}*/, #f3f1e5 /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f3f1e5 /*{e-bdown-background-start}*/, #f3f1e5 /*{e-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f3f1e5 /*{e-bdown-background-start}*/, #f3f1e5 /*{e-bdown-background-end}*/);
}
.ui-btn-down-e a.ui-link-inherit {
	color: #000000 /*{e-bdown-color}*/;
}
.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e {
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
	text-decoration: none;
}



/* Structure */

/* links within "buttons" 
-----------------------------------------------------------------------------------------------------------*/

a.ui-link-inherit {
	text-decoration: none !important;
}


/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
	border: 1px solid #beb283 /*{global-active-border}*/;
	background: #d6ca9a /*{global-active-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{global-active-color}*/;
	cursor: pointer;
	text-shadow: 0 /*{global-active-shadow-x}*/ 0 /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #000000 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d6ca9a /*{global-active-background-start}*/), to( #d6ca9a /*{global-active-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #d6ca9a /*{global-active-background-start}*/, #d6ca9a /*{global-active-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #d6ca9a /*{global-active-background-start}*/, #d6ca9a /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d6ca9a /*{global-active-background-start}*/, #d6ca9a /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d6ca9a /*{global-active-background-start}*/, #d6ca9a /*{global-active-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #d6ca9a /*{global-active-background-start}*/, #d6ca9a /*{global-active-background-end}*/);
	    font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
}
.ui-btn-active a.ui-link-inherit {
	color: #ffffff /*{global-active-color}*/;
}


/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-inner {
	border-top: 1px solid 	#fff;
	border-color: 			rgba(255,255,255,.3);
}


/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
	-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
	border-top-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
	-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
	border-top-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-br {
	-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-top {
	-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
	border-top-left-radius: .4em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
	border-top-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
	}
.ui-corner-right {
	-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
	border-top-right-radius: .4em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-left {
	-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
	border-top-left-radius: .4em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-all {
	-moz-border-radius: .4em /*{global-radii-blocks}*/;
	-webkit-border-radius: .4em /*{global-radii-blocks}*/;
	border-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-none {
	-moz-border-radius: 				   0;
	-webkit-border-radius: 				   0;
	border-radius: 						   0;
}

/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	opacity: 							.3;
}
.ui-disabled,
.ui-disabled a {
	cursor: default !important;
	pointer-events: none;
}
.ui-disabled .ui-btn-text {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
	filter: alpha(opacity=30);
	zoom: 1;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/

.ui-icon,
.ui-icon-searchfield:after {
	background: #FFFFFF /*{global-icon-color}*/;
	background: rgba(133,99,90,1) /*{global-icon-disc}*/;
	background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
	background-repeat: no-repeat;
	-moz-border-radius: 				9px;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}


/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/

.ui-icon-alt {
	background: 						#fff;
	background: 						rgba(255,255,255,.3);
	background-image: url(images/icons-18-black.png);
	background-repeat: no-repeat;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
	
	.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
	.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
	.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
	.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, 
	.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
		background-image: url(images/icons-36-white.png) /*{global-large-icon-set}*/;
		-moz-background-size: 776px 18px;
		-o-background-size: 776px 18px;
		-webkit-background-size: 776px 18px;
		background-size: 776px 18px;
	}
	.ui-icon-alt {
		background-image: url(images/icons-36-black.png);
	}
}

/* plus minus */
.ui-icon-plus {
	background-position: 	-0 50%;
}
.ui-icon-minus {
	background-position: 	-36px 50%;
}

/* delete/close */
.ui-icon-delete {
	background-position: 	-72px 50%;
}

/* arrows */
.ui-icon-arrow-r {
	background-position: 	-108px 50%;
}
.ui-icon-arrow-l {
	background-position: 	-144px 50%;
}
.ui-icon-arrow-u {
	background-position: 	-180px 50%;
}
.ui-icon-arrow-d {
	background-position: 	-216px 50%;
}

/* misc */
.ui-icon-check {
	background-position: 	-252px 50%;
}
.ui-icon-gear {
	background-position: 	-288px 50%;
}
.ui-icon-refresh {
	background-position: 	-324px 50%;
}
.ui-icon-forward {
	background-position: 	-360px 50%;
}
.ui-icon-back {
	background-position: 	-396px 50%;
}
.ui-icon-grid {
	background-position: 	-432px 50%;
}
.ui-icon-star {
	background-position: 	-468px 50%;
}
.ui-icon-alert {
	background-position: 	-504px 50%;
}
.ui-icon-info {
	background-position: 	-540px 50%;
}
.ui-icon-home {
	background-position: 	-576px 50%;
}
.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: 	-612px 50%;
}
.ui-icon-checkbox-off {
	background-position: 	-684px 50%;
}
.ui-icon-checkbox-on {
	background-position: 	-648px 50%;
}
.ui-icon-radio-off {
	background-position: 	-756px 50%;
}
.ui-icon-radio-on {
	background-position: 	-720px 50%;
}


/* checks,radios */
.ui-checkbox .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
	background-color: transparent;	
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
	background-color: #d6ca9a /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}

/* loading icon */
.ui-icon-loading {
	background: url(images/ajax-loader.gif);
	background-size: 46px 46px;
}


/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-corner-tl {
	-moz-border-radius-topleft: 2px /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 2px /*{global-radii-buttons}*/;
	border-top-left-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-tr {
	-moz-border-radius-topright: 2px /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 2px /*{global-radii-buttons}*/;
	border-top-right-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-bl {
	-moz-border-radius-bottomleft: 2px /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 2px /*{global-radii-buttons}*/;
	border-bottom-left-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-br {
	-moz-border-radius-bottomright: 2px /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 2px /*{global-radii-buttons}*/;
	border-bottom-right-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-top {
	-moz-border-radius-topleft: 2px /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 2px /*{global-radii-buttons}*/;
	border-top-left-radius: 2px /*{global-radii-buttons}*/;
	-moz-border-radius-topright: 2px /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 2px /*{global-radii-buttons}*/;
	border-top-right-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-bottom {
	-moz-border-radius-bottomleft: 2px /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 2px /*{global-radii-buttons}*/;
	border-bottom-left-radius: 2px /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: 2px /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 2px /*{global-radii-buttons}*/;
	border-bottom-right-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-right {
	 -moz-border-radius-topright: 2px /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 2px /*{global-radii-buttons}*/;
	border-top-right-radius: 2px /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: 2px /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 2px /*{global-radii-buttons}*/;
	border-bottom-right-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-left {
	-moz-border-radius-topleft: 2px /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 2px /*{global-radii-buttons}*/;
	border-top-left-radius: 2px /*{global-radii-buttons}*/;
	-moz-border-radius-bottomleft: 2px /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 2px /*{global-radii-buttons}*/;
	border-bottom-left-radius: 2px /*{global-radii-buttons}*/;
}
.ui-btn-corner-all {
	-moz-border-radius: 2px /*{global-radii-buttons}*/;
	-webkit-border-radius: 2px /*{global-radii-buttons}*/;
	border-radius: 2px /*{global-radii-buttons}*/;
}

/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl, 
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom, 
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl, 
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom, 
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/

.ui-overlay {
	background: #666;
	opacity: .5;
	filter: Alpha(Opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-moz-box-shadow: 0px 0px 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px 		rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(54,54,54,0.3) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(54,54,54,0.3) /*{global-box-shadow-color}*/;
	box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(54,54,54,0.3) /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0px 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0px 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0px 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0px 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}

/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/

.ui-btn:focus {
	outline: 0;
}

.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: 0px 0px 12px #d6ca9a /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #d6ca9a /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #d6ca9a /*{global-active-background-color}*/;
}

/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/

.ui-mobile-nosupport-boxshadow * {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus {
	outline-width: 1px;
	outline-style: dotted;
}






.datepicker {
	margin-top:.3em;
}
.picker {
}
.picker .ui-select {
	float:left;
	margin-right:5px;
}
.picker .ui-select > div {
	background-image: none;
	padding: .4em;
	line-height: 1.4;
	font-size: 16px;
	display: block;
	/*width: 97%;*/
	outline: 0;
	font-family: "ヒラギノ角ゴ ProN", sans-serif /*{global-font-family}*/;
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	border: 1px solid #beb283 /*{a-body-border}*/;
	color: #666666 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 0 /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000000 /*{a-body-shadow-color}*/;
	background: #f7f7f7 /*{a-body-background-color}*/;
}
.picker .ui-select > div > span {
	padding:0 20px 0 0 !important;
}
.picker .ui-select .ui-icon {
	display:none;
}
.calbutton {
	width:50px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(images/calendar.png) no-repeat 0 0;
}
.calendar .cal-header {
	position:relative;
	padding:.6em 0;
	font-weight: bold;
	text-align:center;
	background-color:#f7f7f7;
}
.calendar .cal-header button:disabled {
	opacity:.3;
}
.calendar .cal-close,
.calendar .cal-prev,
.calendar .cal-next {
	position:absolute;
	top: .5em;
	margin-top: 0;
	text-indent: -9999px;
}
.calendar .cal-close { right:6px; }
.calendar .cal-prev { left:60px; }
.calendar .cal-next { right:60px; }
.calendar .cal-ymbox {
	padding:0 1em;
	line-height: 1.8em;
	text-align: center;
	vertical-align:middle;
}
.calendar {
}
.calendar button {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:content-box;
	vertical-align:middle;
	font-size:1rem;
}
.calendar table {
	width:100%;
	table-layout:fixed;
	background-color:white;
	/*border-width:0 1px 1px;*/
	/*border-style:solid;*/
	/*border-color:#beb283;*/
	border-collapse:collapse;
}
.calendar th,
.calendar td {
	border:1px solid #b3b3b3;
}
.calendar th {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ece1c8), to(#ffffff));
	background-image: -webkit-linear-gradient(#ece1c8, #ffffff);
	background-image: -moz-linear-gradient(#ece1c8, #ffffff);
	background-image: -ms-linear-gradient(#ece1c8, #ffffff);
	background-image: -o-linear-gradient(#ece1c8, #ffffff);
	background-image: linear-gradient(#ece1c8, #ffffff);
	padding:.3em 0;
	color:#adaaa2;
}
.calendar td {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f1e5), to(#fff));
	background-image: -webkit-linear-gradient(#f3f1e5, #fff);
	background-image: -moz-linear-gradient(#f3f1e5, #fff);
	background-image: -ms-linear-gradient(#f3f1e5, #fff);
	background-image: -o-linear-gradient(#f3f1e5, #fff);
	background-image: linear-gradient(#f3f1e5, #fff);
	color:#363636;
}
.calendar td.prevmon,
.calendar td.nextmon {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background-image:-webkit-linear-gradient(#eeeeee, #dddddd);
	background-image:-moz-linear-gradient(#eeeeee, #dddddd);
	background-image:-ms-linear-gradient(#eeeeee, #dddddd);
	background-image:-o-linear-gradient(#eeeeee, #dddddd);
	background-image:linear-gradient(#eeeeee, #dddddd);
}
.calendar td.selected {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d6ca9a), to(#d6ca9a));
	background-image: -webkit-linear-gradient(#d6ca9a, #d6ca9a);
	background-image: -moz-linear-gradient(#d6ca9a, #d6ca9a);
	background-image: -ms-linear-gradient(#d6ca9a, #d6ca9a);
	background-image: -o-linear-gradient(#d6ca9a, #d6ca9a);
	background-image: linear-gradient(#d6ca9a, #d6ca9a);
}
.calendar td > button {
	border:none;
	background-color:transparent;
	width:100%;
	height:100%;
	margin-bottom:5px;
	padding:.5em 0;
	color:#363636;
	cursor:pointer;
	font-weight:bold;
}
.calendar td.disabled > button {
	cursor:normal;
}
.calendar td.selected > button {
	color:#fff;
}
.calendar td.holiday > button,
.calendar td.sunday > button {
	color:#d54463;
}
.calendar td.saturday > button {
	color:#446dd5;
}
.calendar td.disabled > button {
	color:#ccc;
}



/* OVERRIDE */
.ui-btn-up-a {
	border: 1px solid #bababa;
	background: #e6e1c8;
	font-weight: bold;
	color: #000000;
	text-shadow: 1px 1px 3px #ffffff;
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#efede1 50%,#e5e1c8 50%,#fdfdfc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#efede1), color-stop(50%,#e5e1c8), color-stop(100%,#fdfdfc));
	background-image: -moz-linear-gradient(top,  #ffffff 0%, #efede1 50%, #e5e1c8 50%, #fdfdfc 100%);
	background-image: -ms-linear-gradient(top,  #ffffff 0%,#efede1 50%,#e5e1c8 50%,#fdfdfc 100%);
	background-image: -o-linear-gradient(top,  #ffffff 0%,#efede1 50%,#e5e1c8 50%,#fdfdfc 100%);
	background-image: linear-gradient(top,  #ffffff 0%,#efede1 50%,#e5e1c8 50%,#fdfdfc 100%);

}
.ui-btn-up-a.ui-btn-active {
	border:1px solid #beb283;
	background:#d6ca9a;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	text-shadow:0 1px 1px #6e4d21;
	text-decoration:none;
}

/* ICON */
#sitenav #sitenav-pcsite .icon,
*[class*="ui-icon-prince-"] {
	display:inline-block;
	margin-top:-16px !important;
	width:30px !important;
	height:30px !important;
	background:url(/sp/common/css/images/icons-prince-30-brown.png) no-repeat 0 0;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	vertical-align:middle;
}
.ui-icon-prince-pcsite { background-position:-30px 50%; }
.ui-icon-prince-reserve { background-position:-60px 50%; }
.ui-icon-prince-confirm { background-position:-90px 50%; }
.ui-icon-prince-phone { background-position:-120px 50%; }
.ui-icon-prince-map { background-position:-150px 50%; }
.ui-icon-prince-access { background-position:-180px 50%; }
.ui-icon-prince-hotellist { background-position:-210px 50%; }
.ui-icon-prince-miniarrow { background-position:-240px 50%; }

/* ZINDEX */
#header { position:relative; z-index:500; }
#content { position:relative; z-index:400; }
#mainvisual { position:relative; z-index:90; }
.brownbox { position:relative; z-index:80; }
#footer { position:relative; z-index:300; }

#sitenav {
	background-color:#e6e6e6;
	font-size:.8rem;
	text-align:right;
}
#sitenav #sitenav-pcsite .icon {
	margin-top:-8px !important;
}
#sitenav ul, #sitenav li {
	margin:0;
	padding:0;
}
#sitenav #sitenav-content {
	display:none;
}
#sitenav #sitenav-pcsite {
	list-style:none;
	line-height:28px;
}
#header {
	background-color:#fff;
	padding:10px 10px 8px;
	border-bottom:3px solid #85635a;
	z-index:500;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, .2);
}
#header h1 {
	margin:0;
	text-align:center;
}

#content {
	box-shadow:0px 2px 2px 0px rgba(0, 0, 0, .2);
}

#mainvisual {
	margin:-15px -15px 0;
	box-shadow:0px 3px 3px 0px rgba(0, 0, 0, .3);
	font-size:0;
}
#mainvisual:last-child {
	margin-bottom:-15px;
}
#mainvisual img {
	width:100%;
}

.ui-content .brownbox {
	margin:0 -15px -15px;
}

.brownbox {
	padding:10px;
	background:url(/sp/common/images/components/brownbox/bg.png) repeat 0 0;
	color:#fff;
}

#footer {
	background-color:#fff;
	font-family:Helvetica,Arial,sans-serif;
}

#siteinfolist {
	overflow:hidden;
	font-size:.75rem;
}
#siteinfolist li {
	width:50%;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#d9d9d9;
	float:left;
}
#siteinfolist li:nth-child(even) {
	border-left:1px solid #d9d9d9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#siteinfolist li a {
	padding:.8em 0 .8em 15px;
}

#kodawari {
	margin-bottom:0;
	padding:0 8px;
}
#kodawari .ui-collapsible-content {
	padding:10px;
}
#kodawari h4 span {
	text-align:center;
}

#hotellist {
	padding:0 8px;
}
#hotellist .ui-listview {
	margin:-11px -16px;
}
#hotellist .ui-listview li {
	background-image:none;
	background-color:#f7f7f7;
}

/* ELEMENTS */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {
	margin:.5em 0;
}
h6 {}
p {
	margin:.8em 0;
	line-height:1.4;
}
.elem-catch {
	margin:.5em 0;
	line-height:1;
	font-size:1.0rem;
}
.elem-paragraph {
	font-size:.9rem;
	margin:.8em 0;
	line-height:1.4;
}
.elem-hotelbutton {
	margin:0;
	padding:0;
}
	.elem-hotelbutton .ui-btn {
		margin:.5em 0;
	}
	.elem-hotelbutton li {
		margin:0;
		padding:0;
		list-style:none;
	}
	.elem-hotelbutton li.elem-hotelbutton-half {
		width:50%;
		float:left;
	}
	/* INSIDE DIVIDE */
	.elem-divide2 .elem-hotelbutton {
		margin-top:-.5em;
	}
.elem-divide2 {
	margin-left:-10px;
	overflow:hidden;
}
	.elem-divide2 .elem-divide-item {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		float:left;
		width:50%;
		padding-left:10px;
	}
		.elem-divide2 .elem-divide-item * {
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:content-box;
		}

.ui-btn-active a.ui-link-inherit {
	color: #000;
}

#footer .ui-collapsible {
	margin:0;
}

#footer .ui-collapsible-heading {
	margin:0;
}

#footer .ui-btn-up-b,
#footer .ui-btn-hover-b {
	border-width: 1px 0 0;
}

#footer .ui-corner-top,
#footer .ui-corner-bottom {
	border-radius:0;
}

#footer .ui-collapsible-content {
	margin:0;
	padding:0;
	border-top: 1px solid #ccc;
}

#footer span.ui-btn-inner {
	padding:.7em 30px .7em 15px;
}

#footer .ui-icon {
	left:auto;
	right:10px;
}

div.information {
	padding:1em;
	background:#f8f7f1;
	color:#363636;
	line-height:1.5;
}

div.information dl {
	margin:0;
}

div.information dt {
	font-weight:bold;
	color:#a79058;
}

div.information dd + dt {
	margin-top:.5em;
}

div.information dd {
	margin:0 0 0 1em;
	display:list-item;
	list-style:disc;
	font-size:.9rem;
}

#chaintopnav {
}

#chaintopnav ul {
	overflow:hidden;
	border-width:1px 0;
	border-style:dotted;
	border-color:#e6e6e6;
	margin:10px 0;
	padding:2px 0;
	list-style:none;
}

#chaintopnav li {
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#chaintopnav li:nth-child(2) {
	border-left:1px dotted #e6e6e6;
}

#chaintopnav a {
	position:relative;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
	text-decoration:none;
	background:url();
	text-indent:.5em;
	padding:0;
	line-height:30px;
	font-size:.75rem;
}

#chaintopnav [class*=ui-icon-prince-] {
	margin:0 !important;
	position:absolute;
	right:0;
	top:0;
}

#hotelsnearby {
}

#hotelsnearby li {
	background-color: #F7F7F7;
	background-image: none;
}

#hotelsnearby li a {
	color:#363636;
	text-indent:1em;
}

#footer .otherlinks {
	text-align:center;
}

#footer .copyright {
	text-align:center;
	font-size:.65rem
}
