@charset "UTF-8";
* { 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-height: 999999px
}

html,
body,
ul,
li,
h1,
p { margin: 0; padding: 0; }
a img { border: none; }
.tbl { display: table; }
.row { display: table-row; }
.cell { display: table-cell; vertical-align: top; }
html {
	background: rgb(18, 91, 170);
	font-size: 28px;
	-webkit-text-size-adjust: none;
}

body {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
	font-size: 28px;
	position: relative;
}

input,
select,
option { font-size: 28px; }


img a {
	border: none;
}



/* sns */
.sns a {
	background: url(../image/common/splite_sp.png);
	display: inline-block;
	height: 52px;
	margin-right: 20px;
	width: 96px;
}
.sns a:last-child {
	margin-right: 0;
}

.sns .tw { background-position: 0 -144px; }
.sns .fb { background-position: -98px -144px; }
.sns .li { background-position: 0 -197px; }
.sns .gp { background-position: -98px -197px; }
.sns .ma { background-position: 0 -250px; }



/* open - close */
.box .folder,
.box .folder > * {
	transform: translateZ(0);
}

.box .folder {
	min-height: 0;
	max-height: 0;
	padding: 0;
	overflow: hidden;
	transition: max-height 10.5s ease-out -10s;
	-moz-transition: max-height 10.5s ease-out -10s;
	-ms-transition: max-height 10.5s ease-out -10s;
	-webkit-transition: max-height 10.5s ease-out -10s;
}

.box.on .folder {
	transition: max-height 2.5s cubic-bezier(1,.01,1,0);
	-moz-transition: max-height 2.5s cubic-bezier(1,.01,1,0);
	-ms-transition: max-height 2.5s cubic-bezier(1,.01,1,0);
	-webkit-transition: max-height 2.5s cubic-bezier(1,.01,1,0);
	max-height: 999999px;
	height: auto;
}

/* button */
.box-btn {
	background: rgb(0, 71, 163);
	border-radius: 10px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 30px;
	margin: 3px;
	line-height: 30px;
	padding: 21px 0 20px;
	position: relative;
	text-decoration: none;
}

.box-btn::before {
	background: rgb(255, 205, 0);
	border-radius: 10px;
	box-shadow: 2px 3px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 1px 1px rgba(0, 0, 0, 0.2);
	content: "";
	display: block;
	height: 100%;
	left: -3px;
	position: absolute;
	padding: 3px;
	top: -3px;
	width: 100%;
	z-index: -1;
}










/* modal */
#modal {
	/*
	background: rgba(255, 255, 255, 0.9);
	*/
	background: rgba(0, 0, 0, 0.7);
	left: 320px; /* view port 640 / 2 */
	position: fixed;
	top: 50%;
	z-index: 999;
}

#modal.off {
	height: 0;
	width: 0;
}

body:not([data-os="android2"]) #modal.off {
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}


#modal:not(.off) {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	left: 0!important;
	height: 100%;
	top: 0!important;
	width: 100%;
}

#modal .sns {
	position: absolute;
	height: 0!important;
	width: 0!important;
	overflow: hidden;
	top: 50%!important;
	left: 50%!important;
	margin-top: -100px;
	white-space: nowrap;
}

#modal:not(.off) .sns {
	width: 450px!important;
	height: auto!important;
	text-align: center;
	transition: all .3s ease-out .5s;
	-webkit-transition: all .3s ease-out .5s;
	margin-left: -225px;
	margin-top: -170px;
}

/*
#modal:not(.off) .sns .btn-row {
}
*/
#modal .sns a {
	height: 69px;
	margin: 10px;
	width: 130px;
}

#modal .sns .tw { background-position: -199px -205px; }
#modal .sns .fb { background-position: -199px -1px; }
#modal .sns .li { background-position: -199px -137px; }
#modal .sns .gp { background-position: -199px -68px; }
#modal .sns .ma { background-position: -199px -274px; }

#modal .sns .btn-row {
	background: rgb(255, 255, 255);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
}


#modal .txt {
	color: rgb(255, 255, 255);
	font-size: 24px;
}

#modal .close {
	background: rgb(255, 255, 255);
	background-image: none;
	border-radius: 10px;
	color: rgb(0, 71, 163);
	display: inline-block;
	font-size: 32px;
	height: auto;
	line-height: 32px;
	margin: 0!important;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	width: 100%!important;
}








/* android2 modal */
body[data-os="android2"] {
}

body[data-os="android2"] #modal {
	position: absolute;
	top: auto!important;
	width: 100%!important;
}

body[data-os="android2"] #modal.off {
	height: 0!important;
	width: 0!important;
}


#fix-wrap {
	position: relative;
	top: 0;
}

body[data-os="android2"].on {
	height: 101%;
	overflow: hidden;
}

body[data-os="android2"].on #fix-wrap {
	position: absolute;
}







/* header */
header h1 {
	position: relative;
}

header h1 img {
	position: relative;
	width: 100%;
	z-index: 1;
}

header h1 .area-disp {
	background: rgb(255, 205, 0);
	bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.3);
	color: rgb(0, 71, 163);
	font-size: 32px;
	line-height: 32px;
	padding: 15px 0;
	position: absolute;
	right: 15px;
	text-align: center;
	width: 150px;
	z-index: 2;
}

body[data-page="kyushu_okinawa"] header h1 .area-disp {
	bottom: 20px;
	font-size: 26px;
	line-height: 26px;
	padding: 15px 0;
}




header .wrap {
	padding: 20px;
}

header .txt {
	color: rgb(255, 255, 255);
	font-size: 30px;
	margin-bottom: 25px;
	text-align: center;
}

header .sns {
	margin-bottom: 25px;
	text-align: center;
}

/* banner */
.banner-area img {
	max-width: 100%;
}

.banner-area a {
	display: block;
}

.banner-area a,
.banner-area .img-wrap {
	margin-bottom: 20px;
	text-align: center;
}




/* news */
.news-area {
	
}
.news-area .ttl {
	background: rgb(255, 205, 0);
	color: rgb(0, 71, 163);
	font-size: 34px;
	font-weight: bold;
	padding: 20px;
}

.news-area .list {
	background: rgb(255, 255, 255);
	padding: 20px 0;
}

.news-area .list .wrap {
	background: rgb(255, 255, 255);
	border-bottom: solid 2px rgb(172, 191, 223);
	padding: 20px 20px;
}

.news-area .list .wrap:last-child {
	border: none;
}

.news-area .list a {
	background: rgb(255, 255, 255);
	color: rgb(0, 71, 163);
	display: block;
	padding-right: 25px;
	position: relative;
	text-decoration: none;
}

.news-area .list a::after {
	background: url(../image/common/splite_sp.png) -1px -86px;
	content: "";
	display: block;
	height: 49px;
	margin-top: -24px;
	right: -5px;
	position: absolute;
	top: 50%;
	width: 29px;
}







/* search */
.search-area {
	background: rgb(255, 255, 255);
}

.search-area .ttl {
	background: rgb(0, 71, 163);
	color: rgb(255, 255, 255);
	font-size: 34px;
	padding: 25px 0 25px 80px;
	position: relative;
}
.search-area .ttl::before {
	background: url(../image/common/splite_sp.png) -92px -89px;
	content: "";
	display: block;
	height: 55px;
	left: 10px;
	margin-top: -27px;
	position: absolute;
	top: 50%;
	width: 55px;
}

.search-area .area > .cell:first-child,
.search-area .date > .cell:first-child {
	background: rgb(50, 115, 199);
	color: rgb(255, 255, 255);
	font-size: 34px;
	line-height: 34px;
	padding: 20px;
	text-align: center;
	width: 80px;
}

.search-area .btn-row {
	padding: 20px 0 50px;
	position: relative;
	text-align: center;
	z-index: 0;
}

.search-area .box-btn {
	font-size: 36px;
	height: 70px;
	margin: 15px;
	width: 280px;
}

/*
.search-area .box-btn[name="search"] {
	line-height: 30px;
	padding: 17px 0 17px;
	margin-top: 1px;
}
*/
.search-area .box-btn[name="clear"] {
	background: rgb(100, 100, 100);
}





.list-area {
	background: rgb(255, 255, 255);
}

.list-area > .ttl {
	background: rgb(18, 91, 170);
	color: rgb(255, 255, 255);
	font-size: 34px;
	line-height: 34px;
	padding: 20px 0 20px 85px;
	position: relative;
}
.list-area > .ttl::before {
	background: url(../image/common/splite_sp.png) -37px -91px;
	content: "";
	display: block;
	height: 47px;
	left: 15px;
	position: absolute;
	top: 13px;
	width: 47px;
}

.list-area .data-info {
	background: rgb(255, 255, 255);
	padding: 20px;
	width: 100%;
}
.list-area .data-info .cell {
	line-height: 26px;
}

.list-area .data-info.param {
	border-bottom: solid 2px rgb(172, 191, 223);
}

.list-area .data-info.param .cell {
	line-height: 35px;
}

.list-area .data-info.param span {
	margin: 0 3px;
}



.list-area .data-info .time {
	font-size: 26px;
	text-align: right;
	white-space: nowrap;
}

.line .tbl {
	width: 100%;
}

.line .tbl .cell:nth-child(1) {
	width: 150px;
}

.line .tbl .cell:nth-child(2) {
}

.line .img {
	width: 100%;
}

/*
.line,
.line .ttl,
.line .date,
.line .venue {
	background-color: rgb(228, 236, 249);
}

.line.on,
.line.on .ttl,
.line.on .date,
.line.on .venue {
	background-color: rgb(255, 252, 241);
}
*/

.line,
.line .ttl,
.line .date,
.line .venue {
	background-color: rgb(228, 236, 249);
}

.line:nth-child(even),
.line:nth-child(even) .ttl,
.line:nth-child(even) .date,
.line:nth-child(even) .venue {
	background-color: rgb(255, 252, 241);
}

.line[data-unsold="0"],
.line[data-unsold="0"] .ttl,
.line[data-unsold="0"] .date,
.line[data-unsold="0"] .venue {
	background: rgb(204, 204, 204);
}

.line {
	border-top: solid 2px rgb(172, 191, 223);
	padding: 20px;
}

.line:last-child {
	border-bottom: solid 2px rgb(172, 191, 223);
}

.line:nth-child(1) {
	border-top: solid 3px rgb(172, 191, 223);
}

.line .info {
}

.line .txt {
	padding-left: 20px;
}

.line .txt .ttl {
	font-weight: bold;
	margin-bottom: 25px;
}

.line .txt .date,
.line .txt .venue {
	font-size: 26px;
}

.line .unsold {
	color: rgb(255, 0, 0);
}



.line .wrap.tbl {
	background: rgb(255, 255, 255);
	border-radius: 10px;
	margin-bottom: 20px;
}

.line .wrap.tbl .cell:nth-child(1) {
	padding: 20px;
}

.line .wrap.tbl .cell:nth-child(2) {
	padding: 20px 0 20px 10px;
}

.line .btn {
	text-align: right;
}

.line .btn .on-off-btn {
	color: rgb(0, 71, 163);
	font-size: 34px;
	font-weight: bold;
	padding: 30px 0 0 20px;
	text-decoration: none;
}

.line .btn .on-off-btn::after {
	border-top: 27px solid rgb(0, 71, 163);
	border-right: 15px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 15px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 15px;
	position: relative;
	top: 28px;
	width: 0;
}

.line.on .btn .on-off-btn::after {
	border-top: 27px solid transparent;
	border-bottom: 27px solid rgb(0, 71, 163);
	top: 0;
}


.line .btn-link-wrap {
	margin: 25px 0  10px;
	position: relative;
	z-index: 0;
}

.line .link {
	color: rgb(0, 71, 163);
	font-size: 32px;
	padding-left: 52px;
	position: relative;
	text-decoration: none;
}

.line .page.link {
	margin-right: 60px;
}

.line .page.link.off {
	display: none;
}


.line .page.link.go-search {
	font-size: 28px;
	margin-right: 0;
}

.line .link:not(.friend)::before {
	background: url(../image/common/splite_sp.png) -1px -37px;
	content: "";
	display: inline-block;
	height: 48px;
	left: 0;
	position: absolute;
	top: -6px;
	width: 48px;
}


.line .page.link.go-search::before {
	background: url(../image/common/splite_sp.png) -1px -30px;
	background-size: 280px auto;
	height: 45px;
	top: -7px;
	width: 45px;
}

.line .buy-btn,
.line .link.friend {
	background: rgb(234, 80, 152);
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
	color: rgb(255, 255, 255);
	display: block;
	font-size: 36px;
	margin: 15px 0 30px;
	padding: 20px 0;
	text-decoration: none;
	text-align: center;
}

.line[data-unsold="0"] .buy-btn {
	background: rgb(150, 150, 150);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.line .link.friend {
	background: rgb(255, 205, 0);
}


.line .purchase.box-btn {
/* 20141121 add >> */
	margin-top: 20px;
/* << */
	margin-bottom: 20px;
	text-align: center;
	width: 594px;
}


.line .purchase.box-btn::before {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.line .purchase span {
	display: none;
}

.line .purchase:not(.on) span:nth-child(1),
.line .purchase.on span:nth-child(2) {
	display: block;
}

/* shadow  */
/*
.line {
	padding: 20px 0 20px 20px;
}
.line .info,
.line .btn,
.line.box .folder {
	padding-right: 20px;
}
*/
.line {
	padding: 20px 0;
}
.line .info,
.line .btn,
.line.box .folder {
	padding: 0 20px;
}

.line.box .folder {
	position: relative;
}

.line.box .folder::before {
	border-top: dotted 2px rgb(150, 150, 150);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 100%;
}

.line.box .folder .btn-link-wrap:nth-child(1) {
	padding-top: 20px;
}



.calendar .wrap.tbl {
	font-size: 28px;
}

.calendar .wrap.tbl .cell:nth-child(1) {
	line-height: 40px;
	width: 240px;
}

.calendar .wrap.tbl .cell:nth-child(1) span[data-day="0"] {
	color: rgb(238, 93, 109);
}

.calendar .wrap.tbl .cell:nth-child(1) span[data-day="6"] {
	color: rgb(0, 174, 255);
}



.calendar .vacation {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.calendar .rest {
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
	padding-left: 43px;
	position: relative;
	vertical-align: top;
	width: 150px;
}

.calendar .rest .prf-nm {
	display: inline-block;
	font-size: 19px;
	left: -40px;
	position: relative;
	width: 170px;
}


.calendar .rest::before {
	background: url(../image/common/splite_sp.png);
	content: "";
	display: inline-block;
	height: 35px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 38px;
}
.calendar .rest[data-type="1"]::before {
	background-position: 0 0;
}

.calendar .rest[data-type="2"]::before {
	background-position: -39px -1px;
}
.calendar .rest[data-type="3"]::before {
	background-position: -79px 1px;
}

.line[data-pre-flg="1"] .calendar .rest::before {
	background: rgb(200, 200, 200);
	background-image: none;
	height: 4px;
	left: 15px;
	margin-left: -2px;
	top: 50%;
	width: 20px;
}

.calendar.on .wrap[data-purchase="0"],
.calendar.on .rest[data-type="3"] {
	display: none;
}

.more-btn-row {
	background: rgb(255, 255, 255);
	padding: 25px 0 45px;
	position: relative;
	text-align: center;
	z-index: 0;
}

.more-btn-row .box-btn {
	padding: 15px 75px;
}

.more-btn-row.off {
	display: none;
}

.list-area .notfound {
	background: rgb(255, 255, 255);
	color: rgb(255, 0, 0);
	display: none;
	font-weight: bold;
	padding: 40px 10px;
	text-align: center;
}

.list-area[data-cnt="0"] .notfound {
	display: block;
}


.list-area .data-info .cnt,
.list-area #list {
	visibility: visible;
}

.list-area.load .data-info .cnt,
.list-area.load #list {
	visibility: hidden;
}





/* footer */

footer {
	background: rgb(50, 115, 199);
	padding: 40px 0 30px;
}

.about.box {
	margin-bottom: 10px;
}

.about.box .tbl,
.about.box .cell {
	display: block;
}

.about.box .ttl {
	display: none;
}
.about.box .folder {
	padding: 0 40px;
}
.about.box.on .folder {
	padding-bottom: 40px;
}

.about.box .folder a {
	display: inline-block;
	padding: 15px 0;
	text-decoration: none;
}
.about.box .folder a::before {
	content: ">";
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.about-btn {
	display: block;
	font-size: 34px;
	padding: 40px;
	position: relative;
	text-decoration: none;
}
.about-btn::after {
	/*
	content: "▼";
	display: block;
	font-size: 34px;
	line-height: 34px;
	margin-top: -20px;
	position: absolute;
	right: 40px;
	top: 50%;
	*/
	
	border-top: 27px solid rgb(0, 71, 163);
	border-right: 15px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 15px solid transparent;
	content: "";
	display: block;
	height: 0;
	margin-top: -13px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 0;
}

.about.box.on .about-btn::after {
/*
	content: "▲";
*/
	border-top: 27px solid transparent;
	border-bottom: 27px solid rgb(0, 71, 163);
	margin-top: -40px;
}

.real.box {
	background: rgb(255, 205, 0);
	color: rgb(0, 71, 163);
}

.real.box a {
	color: rgb(0, 71, 163);
}

.real.box .folder a::before {
	color: rgb(0, 71, 163);
}

.real.box .about-btn {
	color: rgb(0, 0, 0);
}

.real.box .txt {
	background: rgb(255, 205, 0);
}

/*
.real.box .about-btn::after {
	color: rgb(0, 71, 163);
}
*/

.ajito.box {
	background: rgb(83, 0, 111);
	color: rgb(255, 255, 255);
}

.ajito.box .about-btn {
	color: rgb(255, 255, 255);
}
.ajito.box .about-btn::after {
	color: rgb(255, 205, 0);
}

.ajito.box .about-btn::after {
	border-top: 27px solid rgb(255, 205, 0);
}

.ajito.box.on .about-btn::after {
	border-bottom: 27px solid rgb(255, 205, 0);
}


.ajito.box a {
	color: rgb(255, 255, 255);
}

.ajito.box .folder a::before {
	color: rgb(255, 205, 0);
}

.ajito.box .txt-r {
	background: rgb(83, 0, 111);
}



.video {
	padding: 75% 0 0 0;
	position: relative;
	width: 100%;
}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


footer .sns {
	margin: 30px 0;
	text-align: center;
}

.bookmark {
	background: rgb(255, 255, 255);
	border-radius: 10px;
	font-size: 26px;
	margin: 0 20px 30px;
	padding: 20px;
	text-align: center;
}

.bookmark .txt {
	background: rgb(255, 255, 255);
	margin-bottom: 15px;
	text-align: left;
}

.bookmark .btn {
	background: rgb(233, 80, 152);
	border-radius: 10px;
	color: rgb(255, 255, 255);
	display: inline-block;
	padding: 20px 45px;
	text-decoration: none;
}


footer .back {
	text-align: center;
	margin-bottom: 40px;
}

footer .back a {
	color: rgb(255, 255, 255);
	font-size: 30px;
	
}

.copy-right {
	color: rgb(255, 255, 255);
	font-size: 24px;
	text-align: center;
}














/* search */

.search-area .area,
.search-area .date {
	border-bottom: solid 2px rgb(172, 191, 223);
	width: 100%;
}

.search-area .area > .cell:first-child,
.search-area .date > .cell:first-child {
	border-right: solid 2px rgb(172, 191, 223);
}




.search-area .sel-wrap {
	background: linear-gradient(rgb(254, 254, 254), rgb(238, 238, 238));
	background: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(238, 238, 238));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(238, 238, 238)));
	
	display: block;
	position: relative;
}

.search-area .sel-wrap:first-child {
	border-bottom: solid 2px rgb(172, 191, 223);
}


.search-area .sel-wrap select {
	background-color: transparent;
	border: none;
	display: block;
	font-size: 34px;
	outline: none;
	padding: 35px 0 35px 30px;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	z-index: 2;
}

.search-area .sel-wrap::after {
	/*
	color: rgb(0, 71, 163);
	content: "▼";
	display: block;
	font-size: 38px;
	height: 38px;
	position: absolute;
	right: 40px;
	top: 30px;
	width: 38px;
	*/
	border-top: 27px solid rgb(0, 71, 163);
	border-right: 15px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 15px solid transparent;
	content: "";
	display: block;
	height: 0;
	margin-top: -13px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 0;
	z-index: 1;
}

/* day select */

.search-area .from-row,
.search-area .to-row {
	background: linear-gradient(rgb(254, 254, 254), rgb(238, 238, 238));
	background: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(238, 238, 238));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(238, 238, 238)));
	border-bottom: solid 2px rgb(172, 191, 223);
	position: relative;
}

.search-area .day-wrap {
	display: inline-block;
	position: relative;
}

.search-area .day-wrap::after {
	/*
	color: rgb(0, 71, 163);
	content: "▼";
	display: block;
	font-size: 38px;
	height: 38px;
	line-height: 38px;
	margin-top: -19px;
	position: absolute;
	right: -2px;
	top: 50%;
	width: 38px;
	*/
	border-top: 27px solid rgb(0, 71, 163);
	border-right: 15px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 15px solid transparent;
	content: "";
	display: block;
	height: 0;
	margin-top: -13px;
	position: absolute;
	right: -2px;
	top: 50%;
	width: 0;
	z-index: 1;
}

.search-area .date select {
	background-color: transparent;
	border: none;
	display: block;
	font-size: 32px;
	line-height: 32px;
	outline: none;
	padding: 35px 30px;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	z-index: 2;
}

.search-area .date select[name$="_y"] {
	width: 165px;
}

.search-area .date select[name$="_m"] {
	width: 110px;
}
.search-area .date select[name$="_d"] {
	width: 170px;
}

.search-area .day-wrap:not(:first-child) select {
	padding-left: 10px;
}

.search-area .date-btn-row {
	letter-spacing: -.40em;
}

.search-area .date-btn-row .month-btn {
	background: linear-gradient(rgb(254, 254, 254), rgb(238, 238, 238));
	background: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(238, 238, 238));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(238, 238, 238)));
	color: rgb(0, 0, 0);
	display: inline-block;
	font-size: 32px;
	letter-spacing: normal;
	padding: 25px;
	text-align: center;
	text-decoration: none;
	width: 50%;
}

.search-area .date-btn-row .month-btn:last-child {
	border-left: solid 2px rgb(172, 191, 223);
}


.search-area .picker-btn {
	background: url(../image/common/splite_sp.png) -54px -39px;
	display: inline-block;
	height: 44px;
	width: 45px;
	position: absolute;
	right: 25px;
	top: 35px;

}




/********** datepicker **********/
.ui-widget-content {
	background: rgb(255, 255, 255);
}
.ui-datepicker .ui-datepicker-header {
	background: rgb(226, 74, 74);
	
}
.ui-widget-content {
	border: none;
}

.ui-widget-header {
	border: solid 1px rgb(226, 74, 74);
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid rgb(226, 74, 74);
	background: rgb(255, 255, 255);
	font-weight: bold;
	color: rgb(226, 74, 74);
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background: rgb(226, 74, 74);
	color: rgb(255, 255, 255);

}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(../image/common/ui-icons_cc0000_256x240.png);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: solid 1px rgb(226, 74, 74);
	background-image: none;
}


.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
	margin-left: -16px;
	margin-top: -16px;
}

.ui-icon {
	background-image: none!important;
	height: 32px;
	width: 32px;
}


.ui-icon-circle-triangle-e {
	background-image: none!important;
}


.ui-datepicker-prev.ui-corner-all::after,
.ui-datepicker-next.ui-corner-all::after {
	content: "<";
	color: rgb(255, 255, 255);
	display: block;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	line-height: 60px;
	height: 60px;
	width: 60px;
	left: 10px;
	top: -2px;
}

.ui-datepicker-next.ui-corner-all::after {
	content: ">";
}



.ui-datepicker {
	margin: 0 auto;
	width: 100%!important;
}

.ui-datepicker td span, .ui-datepicker td a {
	padding: 20px!important;
}
