@charset "utf-8";

/* header */
#header {
	width: 100%;
	height: 162px;
	position: relative;
	text-align: center;
	overflow: hidden;
    z-index: 1;
    border-bottom: 2px solid #ececec;
    background-color: #fff;
}
#header h1 {
	position: absolute;
	top: 53px;
	left: 50px;
}
#search_open {
	position: absolute;
	right: 128px;
	top: 53px;
	z-index: 100;
	cursor: pointer;
}
#menu_open {
	position: absolute;
	right: 50px;
	top: 53px;
	z-index: 100;
	cursor: pointer;
}

/* content */
#content {
	background-color: #fff;
}
#content .main {
	min-height: 390px;
}
#content h2 {
	text-align: left;
	padding: 0 0 0 50px;
}
#content h3 {
	background-color: #ececec;
	height: 56px;
	line-height: 56px;
	padding: 0 0 0 50px;
	text-align: left;
}
#content h3 img {
	vertical-align: middle;
}
#content h3.search {
    border-top: 2px solid #bfe6e6;
	background-color: transparent;
	height: auto;
	line-height: normal;
	padding: 33px 0 0 50px;
	text-align: left;
}
#content .top h3.search {
	margin: 80px auto 0;
}

#content .top {
	padding: 40px 0 0 0;
	margin: 0 0 50px 0;
    border-bottom: 1px solid #ccc;
	text-align: left;
}
#content .top h4 {
	color: #80cecf;
    font-size: 26px;
    font-weight: bold;
    width: 540px;
    margin: 40px auto 0;
}
#content .top .catch {
	width: 542px;
	margin: 18px 0 0 50px;
}
#content .top .box {
	width: 473px;
	margin: 58px auto 0 auto;
	padding: 35px 35px 25px 35px;
	border: 1px solid #80cecf;
	text-align: left;
}
#content .top .box .t01 {
	margin: 20px 0 0 0;
}
#content .top .box .im01,
#content .top .box .t02 {
	margin: 35px 0 0 0;
}
#content .top .box .btnArea {
	padding: 45px 0 6px 0;
	text-align: center;
}
#content .top .box ul {
	margin: 25px 0 0 0;
}
#content .top .box ul li {
	color: #80cecf;
	margin: 20px 0 0 0;
	font-size: 18px;
}
#content .top .box ul li a {
	color: #80cecf;
	text-decoration: underline;
}
#content .top .box2 {
	width: 543px;
	margin: 16px auto 0 auto;
	padding: 42px 0 52px 0;
	border: 1px solid #80cecf;
	text-align: center;
}
#content .top .box2 h3 {
	background-color: transparent;
	height: auto;
	line-height: 0;
	padding: 0;
	text-align: center;
}
#content .top .box2 .btnArea {
	margin: 18px auto 0;
}
#content .top ul.search_check_list {
	margin: 18px auto 0;
}
#content ul.search_check_list {
	margin: 28px auto 0;
	width: 540px;
	border-top: #bfe6e6 1px solid;
}

#content .search_check_list li img {
	vertical-align: middle;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#content ul.search_check_list li {
	padding: 18px 0px;
	border-bottom: #bfe6e6 1px solid;
}
#content ul.search_check_list li label {
	background-repeat: no-repeat;
	background-position: 50px center;
	font-size: 23px;
	width: 540px;
	height: 66px;
	line-height: 50px;
}
#content ul.search_check_list li.special label {
	background-image: url(../images/shop/ico_special.png);
	line-height: 25px;
}
#content ul.search_check_list li.park label {
	background-image: url(../images/shop/ico_park.png);
}
#content ul.search_check_list li.card label {
	background-image: url(../images/shop/ico_card.png);
}
#content ul.search_check_list li.esthe label {
	background-image: url(../images/shop/ico_esthe.png);
}
#content ul.search_check_list li input {
	display: none;
}
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 8px 0 10px 122px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #bbb;
	border-radius: 4px;
	content: '';
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	margin-top: -10px;
	width: 6px;
	height: 14px;
	border-right: 5px solid #80cecf;
	border-bottom: 5px solid #80cecf;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}


#content .searchSelect {
	width: 640px;
	padding: 18px 0 0 0;
	margin: 0 auto 18px;
	border-top: 1px solid #ccc;
	position: relative;
	font-size: 26px;
	color: #80cecf;
	font-weight: bold;
	text-align: center;
}
#content .searchSelect.topSelect {
	border-top: 0px;
	margin: 27px auto 18px;
}
#content .searchSelect img {
	vertical-align: middle;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#content .searchSelect ul.select {
	width: 537px;
	background-color: #f6f6f6;
	border: 2px solid #86d0d1;
	position: relative;
	top: -4px;
	left: 50%;
	margin: 0 0 0 -271px;
	padding: 0 0 14px 0;
}
#content .searchSelect h4 {
	color: #80cecf;
	font-size: 26px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
#content .searchSelect ul.select > li {
	padding: 20px 20px 10px;
	color: #444;
	text-align: left;
}
#content .searchSelect ul.list {
	border-top: #c3e7e7 1px solid;
	margin: 15px 0 0 0;
}
#content .searchSelect ul.list li {
	border-bottom: #c3e7e7 1px solid;
	padding: 25px 0;
}
#content .searchSelect ul.list li.cw {
	padding: 10px 0;
}
#content .searchSelect ul.list li label {
	background-repeat: no-repeat;
	background-position: 50px center;
	font-size: 23px;
	text-align: left;
	height: 66px;
	line-height: 50px;
}
#content .searchSelect ul.list li.special label {
	background-image: url(../images/shop/ico_special.png);
	line-height: 25px;
}
#content .searchSelect ul.list li.park label {
	background-image: url(../images/shop/ico_park.png);
}
#content .searchSelect ul.list li.card label {
	background-image: url(../images/shop/ico_card.png);
}
#content .searchSelect ul.list li.cw label {
	background-image: url(../images/shop/ico_cw.png);
	line-height: 1.2;
	height: 94px;
}
#content .searchSelect ul.list li input {
	display: none;
}

#content table.search_list {
	border: #bfe6e6 1px solid;
	border-collapse: collapse;
	margin: 26px auto 0;
}
#content table.search_list td {
	width: 508px;
	border: #bfe6e6 1px solid;
    position: relative;
    font-size: 26px;
    color: #80cecf;
    font-weight: bold;
}
#content .top .searchGps,
#content .top .searchArea {
	padding: 0 18px;
	height: 130px;
	line-height: 130px;
}
#content .top .searchKeyword {
	padding: 30px 18px 0 18px;
}
#content .top .searchGps a.text,
#content .top .searchArea a.text {
	font-size: 26px;
	color: #80cecf;
	font-weight: bold;
}
#content .top .searchGps a.icon,
#content .top .searchArea a.icon {
	display: block;
	width: 94px;
	height: 94px;
	position: absolute;
	right: 18px;
	top: -18px;
}
#content .top .searchKeyword img{
	width: 94px;
	height: 94px;
	position: absolute;
	right: 18px;
	bottom: 18px;
	cursor: pointer;
}
#content .top .searchKeyword input {
	border: 0;
	font-size: 22px;
	font-weight: bold;
	background-color: #f6f6f6;
	color: #999999;
	width: 336px;
	height: 25px;
	margin: 20px auto;
	padding: 20px;
	ime-mode: active;
	box-shadow:rgba(111, 111, 141, 0.5) 1px 1px 4px -1px inset;
	-webkit-box-shadow:rgba(111, 111, 141, 0.5) 1px 1px 4px -1px inset;
	-moz-box-shadow:rgba(111, 111, 141, 0.5) 1px 1px 4px -1px inset;
}
#content .top .attention {
	width: 540px;
	margin: 33px auto 0;
	padding: 30px 50px;
	border-top: #bfe6e6 2px solid;
	color: #999999;
	font-size: 18px;
}
#content .top .attention li {
	line-height: 1.4em;
	margin: 5px 0;
}
#content .top .attention li:before {
/*	content:"ви"; */
}

#content .itemSearch {
	background-color: #fff;
}
#content .itemSearch ul {
	margin: 50px auto;
}
#content .itemSearch li {
	margin: 10px auto;
}

#content .faq {
	background-color: #fff;
}
#content .faq ul {
	padding: 25px 50px;
	text-align: left;
}
#content .faq ul li {
	width: 210px;
	height: 22px;
	line-height: 22px;
	margin: 10px 0;
	padding: 0 0 0 28px;
	display: inline-block;
	text-align: left;
	background-image: url(../images/shop/top_faq_arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #444;
	font-size: 16px;
}
#content .faq ul li.r {
	width: 274px;
}

/* footer */
#footer {
	width: 100%;
	position: relative;
    border-top: 1px solid #ccc;
}
#footer .pageTop {
	padding: 50px 0;
	background-color: #fff;
	cursor: pointer;
}
#footer ul.links {
	background-color: #ececec;
	padding: 20px 40px;
	text-align: left;
}
#footer ul.links li {
	width: 147px;
	margin: 5px 0;
	padding: 0 0 0 25px;
	display: inline-block;
	text-align: left;
	background-image: url(../images/footer/arr.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #444;
	font-size: 18px;
}
#footer ul.links li.l {
	width: 128px;
}
#footer ul.links li.r {
	width: 210px;
}
#footer .copy {
	background-color: #444;
	color: #f7f7fe;
	height: 69px;
	line-height: 69px;
	font-size: 18px;
}

/* menu_area */

#menu_area {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 162px 0 0 0;
	z-index: -1;
	width: 435px;
	height: 100%;
	background-color: rgba( 209, 242, 242, 0.9 );
}
#menu_area #menu_close {
	position: absolute;
	right: 50px;
	top: 53px;
	text-align: right;
	cursor: pointer;
}
#menu_area ul.menu div.special_open {
	width: 435px;
	height: 98px;
	margin: 0 0 3px 0;
	background-image: url(../images/header/menu_special_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_area ul.menu div.special_open.on {
	background-position: left bottom;
}
#menu_area ul.menu div.menu_sub {
	padding: 10px 0 20px 0;
	display: none;
}
#menu_area ul.menu div.menu_sub div.episode {
	margin: 0 auto 0;
}
#menu_area ul.menu div.menu_sub div.movie {
	margin: 10px auto 0;
}

/* search_box */
#search_box {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	z-index: -1;
	width: 640px;
	height: 162px;
	background-color: rgba( 209, 242, 242, 0.9 );
}
#search_box #search_submit {
	position: absolute;
	right: 128px;
	top: 53px;
	z-index: 100;
	cursor: pointer;
}
#search_box #search_close {
	position: absolute;
	right: 50px;
	top: 53px;
	text-align: right;
	cursor: pointer;
}
#search_box input#searchtxt {
	position: absolute;
	top: 55px;
	left: 50px;
	width: 330px;
	height: 70px;
	border: none;
	color: #888;
	font-size: 24px;
	padding: 0 25px;
}


