/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* Font
-------------------------------------------------------------------------------*/

body{font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height:1.75;letter-spacing:.05em}

/* basic
-------------------------------------------------------------------------------*/

a{text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:link{color:#33c}a:visited{color:#802080}a:hover{text-decoration:underline;color:#eb6100}a:active{color:#ebc300}a:focus{outline:0}a img{vertical-align:top}.opc a:hover img{opacity:.6;-moz-opacity:.6;-ms-filter:"alpha(opacity=60)";filter:alpha(opacity=60)}.opc .current>a:hover img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}.current>a{cursor:default}.sprite{position:relative;display:block;overflow:hidden}.sprite:hover{/zoom:1}.sprite img{position:absolute}.normal{font-weight:normal!important}.bold{font-weight:bold}.fltL{float:left!important}.fltR{float:right!important}.clrml{margin-left:0!important}.clrmr{margin-right:0!important}.clrmb{margin-bottom:0!important}.clrmt{margin-top:0!important}.clrbt{clear:both!important}.clrL{clear:left!important}.clrR{clear:right!important}.clrbd{border:none!important}.alnR{text-align:right}.alnC{text-align:center}.block{display:block}.inline{display:inline}.whitespace{white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}.clrfx:before,.clrfx:after{content:"";display:table}.clrfx:after{clear:both}.clrfx{zoom:1}

/* slimbox
-------------------------------------------------------------------------------*/

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(/common/images/slimbox2_src/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(/common/images/slimbox2_src/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(/common/images/slimbox2_src/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(/common/images/slimbox2_src/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

/* layout
-------------------------------------------------------------------------------*/

a img {
	transform: translate3d(0px,0px,0px);
	-webkit-backface-visibility: hidden;
}

html {
    background: #1168ab url(../images/bg_html.jpg) repeat-y 50% 0 fixed;
    background-size: cover;
}

div#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 25px;
	background: #182987;
}

div.section {
	background: #f7f7f7;
	border-radius: 10px;
}

div.section + div.section {
	margin-top: 25px;
}

div.footer {
	text-align: center;
}

/* header
-------------------------------------------------------------------------------*/

div#header {
	position: relative;
	border-radius: 0 0 10px 10px;
	min-height: 179px;
	padding-top: 151px;
}

div#header img {
	display: block;
}

div#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/140606tour/common/images/bg_h1.png) no-repeat left bottom;
	height: 154px;
	width: 950px;
}

div#header h1 > img {
	margin: 38px auto 4px;
}

div#header h1 a {
	display: inline-block;
	margin-left: 30px;
}

div#header h1 + ul {
	position: absolute;
	top: 49px;
	left: 646px;
}

div#header h1 + ul li {
	float: left;
	margin: 0 6px 6px 0;
}

div#header h2 {
	position: relative;
	float: left;
}

div#header h2 + p {
	float: right;
	margin: 26px 42px 0 0;
}

div#header h2 + ul {
	clear: both;
	padding: 20px 0 29px;
	text-align: center;
	font-size: 0;
}

div#header h2 + ul li {
	display: inline-block;
}

div#header h2 + ul li + li {
	margin-left: 19px;
}

/* footer
-------------------------------------------------------------------------------*/

div#footer {
	margin-top: 75px;
	border-radius: 10px 10px 0 0;
	padding: 37px 0 71px;
	text-align: center;
}

div#footer ul {
	margin: 0 76px 23px 73px;
}

div#footer li {
	float: left;
	margin-right: 95px;
}

div#footer li + li {
	margin: 1px 98px 0 0;
}

div#footer li + li + li {
	margin: 2px 0 0 0;
}

div#footer li + li + li + li {
	float: right;
	margin-top: 4px;
}

/* common
-------------------------------------------------------------------------------*/

a[href*="#cart"] {
	background: #fff;
	width: 156px;
	height: 41px;
	display: block;
	overflow: hidden;
}

a[href*="#count"] {
	background: url(/140606tour/common/images/bg_count.png) no-repeat;
	width: 155px;
	height: 41px;
	display: block;
	overflow: hidden;
	position: relative;
}

a[href*="#count"] > img {
	position: absolute;
	top: 0;
	left: 0;
}

a[href*="#count"] span {
	display: block;
	margin: 15px 0 0 103px;
	width: 46px;
	position: relative;
	font-size: 0;
	text-align: center;
}

a[href*="#count"] span img {
	
}

a[href*="#count"] span img + img {
	margin-left: 2px;
}

.btn label {
	font-size: 14px;
}
.btn label select {
	font-size: 14px;
	width: 42px;
	border-style: solid;
	border-width: 1px;
}
.btn .stock {
	font-size: 12px;
	color: #e95513;
}
/* c556
-------------------------------------------------------------------------------*/

div.c556 a[href*="#cart"] img {
	margin-top: 0;
}

div.c556 a[href*="#count"] > img {
	margin-top: 0;
}

/* c557
-------------------------------------------------------------------------------*/

div.c557 a[href*="#cart"] img {
	margin-top: -41px;
}

div.c557 a[href*="#count"] > img {
	margin-top: -41px;
}

/* c558
-------------------------------------------------------------------------------*/

div.c558 a[href*="#cart"] img {
	margin-top: -82px;
}

div.c558 a[href*="#count"] > img {
	margin-top: -82px;
}




.reload {
	padding: 10px 0 0 50px;
	margin-bottom: -20px;
}
.reload2 {
	clear: both;
	padding: 10px 0 10px 50px;
}




