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

div#header {
	padding: 40px 0 30px;
	min-height: 0;
}

div#header h1 {
	position: static;
	background: none;
	height: auto;
}

div#header h1 img:first-child {
	margin: 0 auto;
}

div#header h1 img + img {
	margin-top: 25px;
}

div#header h1 + p {
	margin: -376px 0 0 39px;
}

div#header p + p {
	margin: 205px 0 0 25px;
}

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

div#footer {
	width: 100%;
	float: left;
}

/* store
-------------------------------------------------------------------------------*/

div#store {
	padding: 0 25px 50px;
	position: relative;
}

div#store h2 {
	margin: -3px 0 0 52px;
}

div#store > div.fltL {
	position: relative;
	margin-top: 46px;
	width: 645px;
}

div#store div.fltL h4 {
	margin: 0 0 6px -4px;
}

div#store div.fltL h5 {
	position: absolute;
	right: 2px;
	top: 11px;
}

div#store > div.fltL > div {
	padding: 16px 15px 0;
	min-height: 284px;
	background-repeat: no-repeat;
	background-position: 573px 44px;
	overflow: hidden;
	position: relative;
}

div#store div.fltL div.fltL {
	width: 210px;
	padding-bottom: 11px;
}

div#store div.slide {
	width: 210px;
	height: 154px;
	overflow: hidden;
}

div#store div.slide a {
	display: none;
}

div#store div.slide + ul {
	margin: 6px 0 17px;
}

div#store div.slide + ul li {
	float: left;
	width: 66px;
	height: 50px;
}

div#store div.slide img {
	max-width: 100%;
}

div#store div.slide + ul li + li {
	margin-left: 6px;
}

div#store div.fltL dl {
	width: 370px;
	position: relative;
	color: #543a16;
	float: right;
	margin: 12px 0 11px;
}

div#store div.fltL div.soldout:before {
	content: " ";
	background-repeat: no-repeat;
	width: 279px;
	height: 279px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	margin: -139px 0 0 19px;
}

div#store div.fltL dt {
	position: relative;
	font-size: 21px;
	line-height: 1.14;
	width: 313px;
}

div#store div.fltL dt:before {
	content: "";
	width: 66px;
	height: 27px;
	background-repeat: no-repeat;
	position: absolute;
	right: -66px;
}

div#store div.fltL dt:before {
	top: -16px;
}

div#store div.fltL dt + dd {
	font-size: 11px;
	padding: 8px 0 2px;
	width: 313px;
}

div#store div.fltL dt + dd span {
	font-size: 15px;
}

div#store div.fltL dt + dd + dd {
	font-size: 12px;
	line-height: 1.5;
	width: 313px;
}

div#store div.fltL dt + dd + dd + dd {
	font-size: 14px;
	line-height: 2;
	padding-top: 10px;
	letter-spacing: .075em;
}

div#store div.btn > a {
	float: right;
}

div#store div.btn > label {
	float: left;
	width: 54px;
}

div#store div.btn > label select {
	display: block;
}

div#store div.btn > label img {
	display: block;
	margin-bottom: 6px;
}

div#store div.fltR {
	margin-top: -60px;
	width: 230px;
}

div#store div.fltR h4 {
	margin-left: -8px;
}

div#store div.fltR div {
	border-top: #c8c9ca 2px solid;
	border-bottom: #c8c9ca 2px solid;
	background: #fff;
	margin: 16px 0 14px;
}

div#store div.fltR dl {
	padding: 14px 0 0 12px;
	min-height: 89px;
}

div#store div.fltR dl + dl {
	border-top: #c8c9ca 2px dashed;
}

div#store div.fltR dt {
	float: left;
	width: 60px;
}

div#store div.fltR dd {
	position: relative;
	float: right;
	width: 145px;
	margin: 29px 0 13px;
}

div#store div.fltR dd a {
	font-size: 13px;
	line-height: 1.23;
	color: #2ca6e0;
}

div#store div.fltR dd:before,
div#store div.fltR dd:after {
	content: "";
	width: 52px;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
	top: -29px;
}

div#store div.fltR dd:before {
	left: 0;
}

div#store div.fltR dd:after {
	left: 56px;
}

/* textlive
-------------------------------------------------------------------------------*/

div#textlive {
	position: relative;
	float: left;
	width: 575px;
	/*min-height: 1308px;*/
	padding: 0 25px 102px;
}

div#textlive h3 {
	margin: -2px 0 0 43px;
}

div#textlive h4 {
	margin: 31px 0 0 0;
	padding-bottom: 19px;
	border-bottom: #969696 1px solid;
}

div#textlive h4 img {
	margin-left: -3px;
}

div#textlive > p,
div#textlive > a {
	background: #ffe200;
	color: #f29600;
	font-size: 15px;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: .15em;
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

div#textlive > p {
	margin-top: 10px;
}
div#textlive > p a {
	display: block;
	background: #FFE200;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	letter-spacing: .15em;
	color: #F29600;
	font-weight: bold;
}
div#textlive > p a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}

div#textlive > a:hover {
	opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
}

div#textlive > div {
	background: #fff;
	margin-top: 10px;
	padding: 20px 10px 0 25px;
}

div#textlive div.fltL {
	padding-bottom: 20px;
	width: 200px;
	min-height: 150px;
}

div#textlive div.fltL > * {
	display: block;
}

div#textlive div.fltL > * + * {
	margin-top: 10px;
}

div#textlive h5 {
	margin-left: 36px;
	max-width: 177px;
	display: inline-block;
	background: #ffffc8;
	position: relative;
	line-height: 1.57;
	font-size: 14px;
	color: #543a16;
	font-weight: bold;
	padding: 6px 7px 21px 14px;
	float: left;
}

div#textlive h5:after {
	content: "";
	background: url(../images/ico_balloon.png) no-repeat;
	width: 16px;
	height: 18px;
	position: absolute;
	right: -16px;
	top: 10px;
}

div#textlive h5 span {
	display: block;
	line-height: 1.75;
	font-size: 11px;
	font-weight: normal;
}

div#textlive h5 img {
	position: absolute;
	right: -91px;
	top: 0;
}

div#textlive > div p {
	margin: 14px 0 0 36px;
	padding-bottom: 21px;
	line-height: 1.89;
	font-size: 14px;
	color: #231815;
	float: left;
	width: 304px;
	letter-spacing: .05em;
}

div#textlive div.footer {
	margin: 0;
	padding: 16px 0 0;
	position: absolute;
	left: 25px;
	bottom: 0;
	width: 575px;
	height: 64px;
	background: none;
	border-top: #c0c0c0 2px solid;
}

/* tweet
-------------------------------------------------------------------------------*/

div#tweet {
	position: relative;
	float: right;
	width: 310px;
	/*min-height: 1193px;*/
	padding-bottom: 217px;
}

div#tweet h4 {
	padding: 46px 0 43px 20px;
}

div#tweet h4 + div {
	height: 450px;
}

div#tweet div.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 310px;
	height: 172px;
}

/* c556
-------------------------------------------------------------------------------*/

div#store > div.fltL div.c556 {
	background-color: #ffffc8;
}

div#store > div.fltL div.c556 div.slide + ul li {
	background: #ffff9d;
}

div#store div.fltL div.c556 dt + dd + dd {
	color: #e95513;
}

div#store div.fltL div.c556 dt:before {
	background-image: url(/140606tour/common/images/ico_c556.png)
}

div#store div.fltL div.c556.onsale {
	background-image: url(/140606tour/common/images/ico_c556_onsale.png)
}

div#store div.fltL div.c556.soldout {
	background-image: url(/140606tour/common/images/ico_c556_soldout.png)
}

div#store div.fltR dl.c556 dd:before {
	background-image: url(../images/ico_c556.png)
}

div#store div.fltR dl.c556.onsale dd:after {
	background-image: url(../images/ico_c556_onsale.png)
}

div#store div.fltR dl.c556.soldout dd:after {
	background-image: url(../images/ico_c556_soldout.png)
}

div#store div.fltL div.c556.soldout:before {
	background-image: url(/140606tour/common/images/bg_c556_soldout.png);
}

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

div#store > div.fltL div.c557 {
	background-color: #e6ffff;
}

div#store > div.fltL div.c557 div.slide + ul li {
	background: #a2dcee;
}

div#store div.fltL div.c557 dt + dd + dd {
	color: #036eb7;
}

div#store div.fltL div.c557 dt:before {
	background-image: url(/140606tour/common/images/ico_c557.png)
}

div#store div.fltL div.c557.onsale {
	background-image: url(/140606tour/common/images/ico_c557_onsale.png)
}

div#store div.fltL div.c557.soldout {
	background-image: url(/140606tour/common/images/ico_c557_soldout.png)
}

div#store div.fltR dl.c557 dd:before {
	background-image: url(../images/ico_c557.png)
}

div#store div.fltR dl.c557.onsale dd:after {
	background-image: url(../images/ico_c557_onsale.png)
}

div#store div.fltR dl.c557.soldout dd:after {
	background-image: url(../images/ico_c557_soldout.png)
}

div#store div.fltL div.c557.soldout:before{
	background-image: url(/140606tour/common/images/bg_c557_soldout.png);
}

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

div#store > div.fltL div.c558 {
	background-color: #ffe6ff;
}

div#store > div.fltL div.c558 div.slide + ul li {
	background: #d6b9e2;
}

div#store div.fltL div.c558 dt + dd + dd {
	color: #5f1985;
}

div#store div.fltL div.c558 dt:before {
	background-image: url(/140606tour/common/images/ico_c558.png)
}

div#store div.fltL div.c558.onsale {
	background-image: url(/140606tour/common/images/ico_c558_onsale.png)
}

div#store div.fltL div.c558.soldout {
	background-image: url(/140606tour/common/images/ico_c558_soldout.png)
}

div#store div.fltR dl.c558 dd:before {
	background-image: url(../images/ico_c558.png)
}

div#store div.fltR dl.c558.onsale dd:after {
	background-image: url(../images/ico_c558_onsale.png)
}

div#store div.fltR dl.c558.soldout dd:after {
	background-image: url(../images/ico_c558_soldout.png)
}

div#store div.fltL div.c558.soldout:before {
	background-image: url(/140606tour/common/images/bg_c558_soldout.png);
}