@charset "UTF-8";

/* iPhone iPad で見たときの文字のスタイル崩れ対応 */ 

html {
	font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* 共通スタイル */

html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}
body {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	background:url(../pic/body-bg.jpg) top center repeat #FAF7EB;
	font-family:serif;
	text-align:center;
	text-shadow:1px 1px #fff;
	font-family:Myriad,Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
}
*html body {
	 overflow: hidden;
}

p {
	margin:0;
	margin-bottom:1.5em;
	line-height:1.5;
}
p.maintxt {
	font-size:110%;
	line-height:1.75;
}
a:link{
	color:#00a8d6;
	text-decoration:underline;
}
a:visited{
	color:#0096c1;
	text-decoration:underline;
}
a:hover{
	color:#3399FF;
	text-decoration:none;
}
a:active{
	color:#3399FF;
	background:none;
	text-decoration:underline;
}
a[name]:hover,a[name]:active {
	color:inherit;
}
img {
	border:none;
}
em {
	font-style:normal;
	font-weight:normal;
	border-bottom:dashed 1px #666;
}
strong {
	font-style:normal;
	font-weight:bold;
}
.txtred {
	color:#ff0000;
}
.bold {
	font-weight:bold;
}
.weightnormal {
	font-weight:normal;
}
h2, h3, h4 ,h5 ,h6 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	color:#333;
}
h2 {
	margin:0 0 25px 0;
	padding:0;
	color:#000;
	/*font-weight:normal;*/
	font-family:Myriad,Helvetica,Arial,Verdana,sans-serif;
	font-size: medium;
	font-weight:bold;
}
h2 a:link, h2 a:visited, h2 a:active  {
	color:#666;
	text-decoration:none;
}
h2 a:hover  {
	color:#333;
	text-decoration:underline;
}
h3 {
	font-size:110%;
	font-weight:normal;
	color:#333;
	font-family:Myriad,Verdana,Helvetica,Arial,sans-serif;
	font-weight:bold;	
}
h2 img, h3 img, h4 img ,h5 img ,h6 img {
	vertical-align:bottom;
}
p + h2, div + h2, ul + h2, table + h2, p + h3, div + h3, ul + h3, table + h3, p + h4, div + h4, ul + h4, table + h4, p + h5, div + h5, ul + h5, table + h5  {
	margin-top:20px;
}

.hstyle1 {
	margin:10px 0;
	padding:5px 15px;
	color:#fff;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
	border:1px solid rgba(0,0,0,0.25);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	border-radius:8px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #afbdc0), color-stop(0.50, #6d7673), color-stop(0.51, #0a0f0b), color-stop(1.00, #0a0809));
background: -webkit-linear-gradient(to bottom, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
background: linear-gradient(to bottom, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
}

.image {
	color:#000;
	background:none transparent;
	margin:0;
	padding:0;
	border:none;
}
.copy {	/* 行間 */
	line-height:1.5;
}
.indent {
	margin-left:15px;
}
.hidden {	/* 消去 */
	display:none;
}
.clearboth {	/* 回り込み解除 */
	clear:both;
}
div.clearblock {	/* 回り込み解除 */
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

img.floatright {	/* 画像右寄せ */
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
img.floatleft {	/* 画像右マージン */
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
table.floatright {	/* テーブル右寄せ */
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
table.floatleft {	/* テーブル右マージン */
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align:right;
}
.valigntop {
	vertical-align:top;
}
.valignmiddle {
	vertical-align:middle;
}
.valignbottom {
	vertical-align:bottom;
}
ol, ul, dl{
	margin:0;
	padding:0;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl,dl ul, dl ol, dl dl{
	margin:5px 0;
}
li {
	line-height:1.25;
	margin-left:30px;
	padding:0;
	padding-bottom:4px;
}
li p,li dl{
	margin:5px 0;
	padding:0;
}
dt {
	margin:0;
	padding:0 0 5px 0;
}
dd {
	margin:0;
	padding:0 0 10px 0;
	line-height:1.5;
}
hr {
	height:1px;
}

form {
	margin:0;
	padding:0;
}

input[type="text"],
input[type="password"]{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:44px;
	font-size:16px;
	margin:0;
	padding:5px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.41, #f5f5f5));
background: -webkit-linear-gradient(top, #f5f5f5 41%, #fff 100%);
background: linear-gradient(to bottom, #f5f5f5 41%, #fff 100%);	
}
textarea{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	font-size:14px;
	margin:0;
	padding:5px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.41, #f5f5f5));
background: -webkit-linear-gradient(top, #f5f5f5 41%, #fff 100%);
background: linear-gradient(to bottom, #f5f5f5 41%, #fff 100%);	
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus{
	-webkit-box-shadow:inset 0 0 5px #54a3ee;
	box-shadow:inset 0 0 5px #54a3ee;
}

select {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:44px;
	font-size:16px;
	margin:0;
	padding:0 10px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow:0 0 5px rgba(0,0,0,0.25);
background:url(../pic/arrow-bottom.png) right center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.41, #fff));
background:url(../pic/arrow-bottom.png) right center no-repeat,-webkit-linear-gradient(top, #fff 41%, #f5f5f5 100%);
background:url(../pic/arrow-bottom.png) right center no-repeat,linear-gradient(to bottom, #fff 41%, #f5f5f5 100%);	
}

.disabledinput {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	height:36px;
	margin:0;
	display:inline-block;
	margin:0 10px 0 0;
	padding:6px 10px 6px 10px;
	border-radius:4px;
	background:#fff;
	color:#666;
}

.submitb {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:44px;
	display:inline-block;
	margin:0 10px 20px 0;
	padding:10px 40px 10px 20px;
	border:2px solid #fff;;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:1;
	border-radius:0;
background: url(../pic/arrow-right.png) right center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: url(../pic/arrow-right.png) right center no-repeat,-webkit-linear-gradient(#ea4947, #5c0909);
background: url(../pic/arrow-right.png) right center no-repeat,-moz-linear-gradient(#ea4947, #5c0909);
background: url(../pic/arrow-right.png) right center no-repeat,-o-linear-gradient(#ea4947, #5c0909);
background: url(../pic/arrow-right.png) right center no-repeat,-ms-linear-gradient(#ea4947, #5c0909);
background: url(../pic/arrow-right.png) right center no-repeat,linear-gradient(#ea4947, #5c0909);
}
.redb {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:36px;
	display:inline-block;
	margin:0;
	padding:6px 5px 6px 5px;
	border:2px solid #fff;;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
	color:#fff !important;
	text-decoration:none !important;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}
.whiteb {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:36px;
	display:inline-block;
	margin:0 10px 0 0;
	padding:6px 10px 6px 10px;
	border:1px solid #eee;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	text-align:center;
	font-size:16px;
	border-radius:4px;
	line-height:1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.41, #fff));
background: -webkit-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: -moz-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: -o-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: -ms-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: linear-gradient(to bottom, #fff 41%, #e5e5e5 100%);	

}
.backb {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:36px;
	display:inline-block;
	margin:0 10px 0 0;
	padding:6px 10px 6px 10px;
	border:2px solid #fff;;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	text-align:center;
	font-size:16px;
	line-height:1;
background: url(../pic/arrow-left.png) left center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: url(../pic/arrow-left.png) left center no-repeat,-webkit-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-left.png) left center no-repeat,-moz-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-left.png) left center no-repeat,-o-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-left.png) left center no-repeat,-ms-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-left.png) left center no-repeat,linear-gradient(#fff, #cecece);
}


.submitb:link,
.submitb:visited,
.submitb:hover,
.submitb:active,
.backb:link,
.backb:visited,
.backb:hover,
.backb:active{
	color:#fff;
	text-decoration:none;
}
.whiteb:link,
.whiteb:visited,
.whiteb:hover,
.whiteb:active{
	color:#000;
	text-decoration:none;
}


		.button {
			display: -webkit-box;
			-webkit-box-align: center;
			-webkit-box-pack: center;
			-webkit-box-shadow: 0 1px 1px #9aa5bb, 0 -1px 1px #8e96a5; 
			border: solid 1px #54617d;
			border-color: #484e59 #54617d #4c5c7a #54617d; 
			display: inline-block;
			cursor: pointer;
			padding: 0px 15px 0 10px;
			font-size: 14px;
			line-height: 30px;
			height: 30px;
			margin-top: 1px;
			-webkit-box-sizing: border-box;
			-webkit-border-radius: 5px;
			background-image: 
				-webkit-gradient(linear, left top, left bottom, 
					from(#92a1bf), 
					color-stop(0.25, #798aad),
					color-stop(0.5, #6276a0), 
					color-stop(0.5, #556a97), 
					color-stop(0.75, #566c98),
					to(#546993)); 
			color: #fff;
			-webkit-tap-highlight-color: transparent;
			-webkit-user-select: none;
		}
		.button:hover, .button.touched {
			background-image: 
				-webkit-gradient(linear, left top, left bottom, 
					from(#7d88a5), 
					color-stop(0.25, #58698c),
					color-stop(0.5, #3a4e78), 
					color-stop(0.5, #253c6a), 
					color-stop(0.75, #273f6d),
					to(#273f6d));
			-webkit-tap-highlight-color: transparent;
		}
		/* End Bordered Button Styles */
		
		/* Back Bordered Button Styles */
		.button.back {
			padding: 0px 7px 0px 3px;
			margin:0 15px 0 10px;
			position: relative;
		}
		.button.back > a {
			position: relative;
			z-index: 1;
			color:#fff;
			text-decoration:none;
		}
		.button.back:before {
			content: " ";
			display: block;
			z-index: 0;
			background-image: 
				-webkit-gradient(linear, left top, right bottom, 
					from(#92a1bf), 
					color-stop(0.3, #798aad),
					color-stop(0.51, #6276a0), 
					color-stop(0.51, #556a97), 
					color-stop(0.75, #566c98),
					to(#546993)); 
			border-left: solid 1px #484e59;
			border-bottom: solid 1px #9aa5bb;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 4px;
			height: 23.5px;
			width: 23.5px;
			display: inline-block;
			-webkit-transform: rotate(45deg);
			-webkit-mask-image: 
				-webkit-gradient(linear, left bottom, right top, 
					from(#000000), 
					color-stop(0.5,#000000), 
					color-stop(0.5, transparent), 
					to(transparent));
			position: absolute;
			left: -9px;
			top: 2.5px;
			-webkit-background-clip: content;
		}
		.button.back:hover:before, .button.back.touched:before {
			background-image: 
				-webkit-gradient(linear, left top, right bottom, 
					from(#7d88a5), 
					color-stop(0.3, #58698c),
					color-stop(0.51, #3a4e78), 
					color-stop(0.51, #253c6a), 
					color-stop(0.75, #273f6d),
					to(#273f6d)); 
		}


		/* End Back Bordered Button Styles */




.tabmenu {
	margin:0 0 10px 0;
	padding:0;
}
.tabmenu li {
	margin:0;
	padding:10px 20px;
	list-style:none;
	float:left;
	font-weight:bold;
	border:1px solid #ccc;
	border-left:none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f2f2), color-stop(0.41, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 41%, #f2f2f2 100%);
background: linear-gradient(to bottom, #ffffff 41%, #f2f2f2 100%);
}
.tabmenu li.current {
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
	color:#fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #70b6f2), color-stop(0.50, #54a3ee), color-stop(0.51, #3690f0), color-stop(1.00, #1a62db));
background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
}
.tabmenu li:first-child {
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	border-left:1px solid #ccc;
}
.tabmenu li:last-child {
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.whitebox{
	margin:0 0 20px 0;
	padding:20px;
	background:rgba(255,255,255,0.6);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.25);
}



.nopadding {
	padding:0 !important;
}



.selectgroup {
	display:-webkit-box;
	display:flexbox;
}
.selectgroup > * {
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-flex:1;
}
.selectgroup select {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	border:1px solid #ccc;
	border-left:none;
}
.selectgroup select.firstchild {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	border-left:1px solid #ccc;
}
.selectgroup select.lastchild {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}
.listgroup .line  {
	padding:0 0 10px 0;
	clear:both;
}
.listgroup .line > * {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:44px;
	display:inline-block;
	margin:0;
	padding:10px 10px 0 10px;
	border:1px solid #ccc;
	border-left:none;
	float:left;
}
.listgroup .line label {
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.41, #fff));
background: -webkit-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: -moz-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: -o-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: -ms-linear-gradient(top, #fff 41%, #e5e5e5 100%);
background: linear-gradient(to bottom, #fff 41%, #e5e5e5 100%);	
}

.listgroup .line input:first-child+label {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	border-left:1px solid #ccc;
}
.listgroup .line label:last-child {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}
.listgroup .line input:checked+label {
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
	color:#fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}
.listgroup .line input {
	display:none;
}

.checkgroup .line  {
	padding:0 0 10px 0;
	clear:both;
}
.checkgroup .line > * {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:44px;
	display:inline-block;
	margin:0 10px 0 0;
	padding:12px 10px 0 40px;
	float:left;
	border-radius:10px;
}
.checkgroup .line > div {
	padding:0 10px;
	border-color:#ccc;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
.checkgroup .line > div.allchecked {
	border-color:#70b6f2;
}
.checkgroup .line label {
	display:inline-block;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color:#666;
background: url(../pic/check.png) -3px -3px no-repeat;
background: url(../pic/check.png) -3px -3px no-repeat;
background: url(../pic/check.png) -3px -3px no-repeat;
}
.checkgroup .line > div > label {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:38px;
	display:inline-block;
	margin:0;
	padding:12px 0 0 40px;
	background:url(../pic/check.png) -3px -3px no-repeat;
	vertical-align:top;
}

.checkgroup .line input:checked+label {
	color:#000;
	border-color:#70b6f2;
background: url(../pic/check.png) -3px -153px no-repeat;
background: url(../pic/check.png) -3px -153px no-repeat;
background: url(../pic/check.png) -3px -153px no-repeat;
}
.checkgroup .line input {
	display:none;
}

.tablegroup td {
	padding:0;
}
.tablegroup td label {
	cursor:pointer;
	display:block;
	padding:10px;
	font-size:14px;
	font-weight:bold;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}
.tablegroup tbody tr:last-child td:first-child label {
	border-bottom-left-radius:8px;
}
.tablegroup tbody tr:last-child td:last-child label {
	border-bottom-right-radius:8px;
}

.tablegroup td input:checked+label {
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
	color:#fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}

.tablegroup td input {
	display:none;
}


.toggleswitch {
	display:inline-block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100px;
	height:44px;
	overflow:hidden;
	border-radius:4px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	vertical-align:bottom;
}
.toggleswitch label {
	display:block;
	width:170px;
	height:44px;
	margin:0;
	padding:0;
	margin-left:-60px;
	border-radius:4px;
	overflow:hidden;
	-webkit-transition:margin-left 0.25s;
	transition:margin-left 0.25s;
}
.toggleswitch input{
	display:none;
}
.toggleswitch input:checked+label{
	margin-left:0;
	-webkit-transition:margin-left 0.25s;
	transition:margin-left 0.25s;
}
.toggleswitch span.on{
	float:left;
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:80px;
	height:44px;
	padding:10px 25px 0 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}
.toggleswitch span.switch{
	float:left;
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50px;
	height:44px;
	margin-left:-105px;
	padding:10px 0 0 0;
	background:#f1f1f1;
	color:#fff;
	font-weight:bold;
	border-radius:4px;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}

.toggleswitch span.off{
	float:left;
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:80px;
	height:44px;
	padding:10px 0 0 25px;
	background:#f5f5f5;
	color:#000;
	font-weight:bold;
	text-align:center;
}

dl.formbody {
	margin:0 0 10px;
	padding:0;
}
dl.formbody dt {
	margin:0 0 5px;
	padding:0;
}
dl.formbody dd {
	margin:0 0 20px;
	padding:0;
}

.submitbox {
	margin:40px 0 20px;
	text-align:center;
}

.scrollbox {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:200px;
	-webkit-overflow-scrolling:touch;
	overflow:auto;
	padding:5px;
	border:1px solid #ccc;
	border-radius:8px;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
}

#inputform {
	margin:30px 0;
}

#confirmform {
	margin:30px 0;
}
#confirmform dt {
	font-weight:bold;
	marign:20px 0;
}

.uplink {
	clear:both;
	margin:10px 0 20px 0;
	text-align:right;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/}
.vars {  font-size:x-small}
.varm {font-size:small}
.varl {  font-size:medium}
.varxl {  font-size:large}
.smaller { font-size:86%;
}
.larger { font-size:115%;
}

.width10per {
	width:10% !important;	
}
.width15per {
	width:15% !important;	
}
.width20per {
	width:20% !important;	
}
.width25per {
	width:25% !important;	
}
.width30per {
	width:30% !important;	
}
.width35per {
	width:35% !important;	
}
.width40per {
	width:40% !important;	
}
.width50per {
	width:50% !important;	
}
.width65per {
	width:65% !important;	
}
.width75per {
	width:75% !important;	
}
.width100per {
	width:100% !important;	
}
.width40px {
	width:40px !important;	
}
.narrowlh {
	line-height:1.25 !important;	
}

/* 表関連 */
table{
	width:100%;
	margin:10px 0;
	border:none;
	border-collapse:separate;
	border-spacing:2px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.25);
	box-shadow:0 0 5px rgba(0,0,0,0.25);
}
table caption{
	margin-bottom:20px;
	border-radius:8px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.25);
	box-shadow:0 0 5px rgba(0,0,0,0.25);
	border:2px solid #fff;
	color:#fff;
	font-size:120%;
	text-shadow:-1px -1px #000;
	background:#3bb377;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #339966), color-stop(0.00, #44CE8A));
background: -webkit-linear-gradient(top, #44CE8A 0%, #339966 100%);
background: linear-gradient(to bottom, #44CE8A 0%, #339966 100%);
}
table th{
	padding:10px;
	line-height:1.5;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-shadow:1px 1px #fff;
	background:#eee;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ccc), color-stop(0.15, #e5e5e5));
background: -webkit-linear-gradient(top, #e5e5e5 15%, #ccc 100%);
background: linear-gradient(to bottom, #e5e5e5 15%, #ccc 100%);
}
table tr:first-child > *:first-child{
	border-top-left-radius:7px;
}
table tr:first-child > *:last-child{
	border-top-right-radius:7px;
}
table tbody tr:last-child > *:first-child{
	border-bottom-left-radius:7px;
}
table tbody tr:last-child > *:last-child{
	border-bottom-right-radius:7px;
}
table th.blue{
	background:#9bd6f2;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d5f1fb), color-stop(1.00, #9bd6f2));
background: -webkit-linear-gradient(#d5f1fb, #9bd6f2);
background: linear-gradient(#d5f1fb, #9bd6f2);
}
table td{
	padding:10px;
	line-height:1.5;
	background:#fff;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.15, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 15%, #f1f1f1 100%);
background: linear-gradient(to bottom, #ffffff 15%, #f1f1f1 100%);
}


/* 共通 */

#allwrapperblock {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	min-height:100%;
	padding:0 0 70px 0;
}
#headerblock {
	position:fixed;
	left:0px;
	top:0px;
	z-index:10;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:42px;
	margin:0;
	padding:10px;
	text-align:left;
	border-bottom:1px solid #666;
	background:#fff;
}
#headerblock h1 {
	margin:0;
	padding:0;
	font-size:14px;
	text-align:center;
}
#headerblock h1 img {
	position:absolute;
	width:60px;
	height:22px;
	top:10px;
	left:10px;
}
#officialsiteb {
	position:absolute;
	width:70px;
	height:22px;
	top:10px;
	right:10px;
}
#contentsblock {
	position:relative;
	z-index:1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:52px 20px 0;
/*	padding:10px 20px 0;*/
	text-align:left;
}

#contentsblock h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:18px;
	color:#BD2F5E;
}

#footerblock {
	position:fixed;
	z-index:10;
	bottom:0;
	left:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
}
#footerblock ul {
	width:100%;
	margin:0;
	padding:0;
	display: -webkit-box;
	display: -moz-box;
	display:-o-box;
	display: -ms-box;
	display: box;
}
#footerblock ul li {
	width:20%;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
	margin:0;
	padding:0;
	list-style:none;
}
#footerblock ul li img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}


/* トップページ */

#topbannerlist {
	margin:0 0 20px 0;
	padding:0;
	text-align: center;
}
#topbannerlist li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#topbannerlist li img {
	width:100%;
	height:auto;
	box-shadow:5px 5px 5px rgba(0,0,0,0.25);
	vertical-align:bottom;
}

/* お知らせ */

#informationlist {
	margin:0 0 20px 0;
	padding:0;
}
#informationlist li {
	position:relative;
	margin:0 0 10px 0;
	padding:0 0 20px;
	list-style:none;
	border-bottom:1px solid #ccc;
}
#informationlist li a {
	display:block;
}
#informationlist li a:link,
#informationlist li a:visited,
#informationlist li a:hover{
	color:#333;
	text-decoration:none;
}
#informationlist li a:active{
	color:#333;
	text-decoration:none;
	background:#fff;
}
#informationlist li .category {
	margin:0 0 5px;
	padding:0;
	list-style:none;
	font-size:12px;
	text-shadow:none;
	font-weight:bold;
}
#informationlist li .category span {
	display:inline-block;
	margin:0;
	padding:5px 10px;
	border-radius:5px;
}
#informationlist li .category .category1 {
	color:#fff;
	background:#88CA1A;
}
#informationlist li .category .category2 {
	color:#fff;
	background:#DBB73C;
}
#informationlist li .category .category3 {
	color:#000;
	background:#DBEF65;
}
#informationlist li .category .category4 {
	color:#000;
	background:#DBEF65;
}
#informationlist li time {
	position:absolute;
	top:5px;
	right:0;
	font-size:12px;
}

#informationlist .informationlistbody {
	display: -webkit-box;
	display: -moz-box;
	display:-o-box;
	display: -ms-box;
	display: box;
}
#informationlist .informationlistbody p {
	margin-right:10px;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
	font-size:14px;
}
#informationlist .thumb {
	width:100px;
	height:auto;
}
#informationlist .detail {
	display:inline-block;
	margin:5px 0;
}

#informationdetalbody  {
	position:relative;
}
#informationdetalbody .category {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	font-size:12px;
	text-shadow:none;
}
#informationdetalbody .category span {
	display:inline-block;
	margin:0;
	padding:5px 10px;
	border-radius:5px;
}
#informationdetalbody .category .reason {
	color:#fff;
	background:#F60;
}
#informationdetalbody time {
	position:absolute;
	top:5px;
	right:0;
	font-size:12px;
}
#informationdetalbody .photo {
	margin:0 0 10px;
}
#informationdetalbody .photo img{
	width:100%;
	height:auto;
}

.menubox {
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px solid #ccc;
}
.menubox.noborder {
	margin:0;
	padding:0;
	border-bottom:none;
}
.menubox h2{
	margin:0 0 10px;
}
.menubox .price {
	display:block;
	margin:0 0 10px;
	color:#BD2F5E;
	border:none;
	font-weight:bold;
}
.menubox .photo img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

.presentbox {
	margin:0 0 20px;
	padding:10px;
	border-bottom:1px solid #ccc;
	border:4px solid #FDD000;
	background:#FFFDEE;
}
.presentbox h2{
	margin:0 0 10px;
}
.presentbox h2 span{
	display:block;
	font-size:20px;
}
.presentbox .num {
	display:block;
	margin:0 0 10px;
	color:#BD2F5E;
	border:none;
	font-weight:bold;
}
.presentbox .photo img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.presentbox .notes{
	margin-top:-20px;
	font-size:12px;
	line-height:1.25;
}

#applicationbox {
	margin:0 0 20px;
	padding:0;
}
#applicationbox h2{
	margin:0 0 20px;
	padding:10px;
	border-radius:8px;
	background:#FDD000;
	text-shadow:none;
}
#applicationbox ol{
	margin:0;
	padding:0;
}
#applicationbox ol li{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
#applicationbox ol li{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}

#applicationbox ol li .step {
	display:block;
	margin:0 0 20px;
	padding:5px 0;
	border-bottom:2px solid #000;
}
#applicationbox ol li strong.caution {
	display:inline-block;
	margin:15px 0 5px;
	padding:5px 10px;
	color:#fff;
	background:#E4037F;
	text-shadow:none;
}
#applicationbox ol li .notes{
	font-size:12px;
	line-height:1.25;
}
#applicationbox ol li .url{
	font-size:16px;
	font-weight:bold;
	color:#E4037F;
}


/* クーポン */

.couponlist {
	margin:0 0 20px 0;
	padding:0;
	text-align: center;
}
.couponlist li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.couponlist li img {
	width:100%;
	box-shadow:5px 5px 5px rgba(0,0,0,0.25);
	vertical-align:bottom;
}

#comingsoonh {
	border-top:1px solid #ddd;
	padding:10px 0 0;
}

#coupondetalbody  {
	position:relative;
}
#coupondetalbody h2  {
	text-align:center;
}

#coupondetalbody .note  {
	margin:10px 0;
	padding:0;
}

#coupondetalbody .category {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	font-size:12px;
	text-shadow:none;
}
#coupondetalbody .image {
	margin:0 0 10px;
}
#coupondetalbody .image img{
	width:100%;
	height:auto;
}
#coupondownload a{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

#couponterm {
	margin:20px 0 20px;
	padding:10px 0;
	line-height:2;
	box-shadow:0 0 5px rgba(0,0,0,0.25);
	border-radius:8px;
	border:2px solid #BD2F5E;
	background:#fff;
}

#couponterm li {
	margin:10px 0 10px 35px;
	padding:0;
	font-size:20px;
}

p#couponterm {
	padding:10px;
	text-align:center;
}

.cautionbox {
	margin:0 0 20px;
	padding:15px;
	background:#fff;
	color:#fc0000;
	border-radius:8px;
}

/* マイページ */

.personalno {
	margin:0 0 20px;
	padding:5px;
	background:#fff;
	border-radius:4px;
	text-align:center;
	box-shodow:0 0 5px rgba(0,0,0,0.25);
}

#mymenulist {
	margin:20px 0;
	padding:0;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.25);
	border-radius:4px;
}
#mymenulist li {
	margin:0;
	padding:0;
	list-style:none;
}
#mymenulist li a {
	display:block;
	padding:15px 40px 15px 10px;
	background: url(../pic/arrow-right.png) right center no-repeat;
	border-bottom:1px solid #eee;
}
#mymenulist li:last-child a {
	border-bottom:none;
}
#mymenulist li a:link,
#mymenulist li a:visited,
#mymenulist li a:hover,
#mymenulist li a:active {
	color:#333;
	text-decoration:none;
}
#submitbox {
	margin:30px 0;
	padding:0;
}
#submitbox > *{
	width:100%;
}

#emaildomain {
	width:50%;
}

.faqlist {
	margin:0 0 20px;
	padding:0;
	background:#fff;
	border-radius:4px;
}
.faqlist dt {
	margin:0;
	padding:10px;
}
.faqlist > * > .qa {
	display:block;
	width:2.5em;
	text-align:right;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.faqlist > * > .body {
	display:block;
	padding:0 0 0 3em;
}
.faqlist dt .qa {
	color:#F03;
}
.faqlist dd {
	display:none;
	padding:15px 10px 10px;
}
.faqlist dd .qa {
	color:#09F;
}

.privacypolicylist {
	margin:0 0 20px;
	padding:0;
	font-size:10px;
}
.privacypolicylist li {
	margin:0 0 10px 15px;
	padding:0;
}

#leavebody {
	margin-bottom:40px;
	font-size:10px;
}

#leavebody ul {
	font-size:16px;
	color:#BD2F5E;
	margin-bottom:20px;
}

#qrcode {
	text-align:center;
	color:#F03;
}
#qrcode img{
	margin-bottom:10px;
}

#stamppresentlist {
	margin:0;
	padding:0;
}
#stamppresentlist li{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
#stamppresentlist li .whiteb{
	text-align:left;
	height:auto;
	padding:10px 0 10px 10px;
	font-size:16px;
}
.stamppoint{
	display:block;
	margin-bottom:5px;
	text-align:left;
	color:#BD2F5E;
	font-size:16px;
}
.note{
	display:block;
	margin-top:5px;
	font-size:12px;
}

#couponname {
	margin:0 0 20px;
	padding:10px 20px;
	border-top:2px solid #BD2F5E;
	border-bottom:2px solid #BD2F5E;
	line-height:1.25;
}



/* 店舗検索 */
.shop {
	background-image:none;
}
.shop #mapionbox {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:42px 0 0;
	min-height:100%;
	overflow:auto;
	margin-bottom:40px;
}
.shop #mapionbox iframe {
	width:100%;
	min-height:100%;
	border:0;
}

/* devicePixelRatio=>2*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {


body {
	background:url(../pic/body-bgx2.jpg) top center repeat #e5ccaa;
     -webkit-background-size: 320px 450px; /* WebKit */
     -moz-background-size: 320px 450px; /* WebKit */
     -o-background-size: 320px 450px; /* WebKit */
     -ms-background-size: 320px 450px; /* WebKit */
     background-size: 320px 450px; /* WebKit以外 */
}

select {
background:url(../pic/arrow-bottomx2.png) right center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.41, #fff));
background:url(../pic/arrow-bottomx2.png) right center no-repeat,-webkit-linear-gradient(top, #fff 41%, #f5f5f5 100%);
background:url(../pic/arrow-bottomx2.png) right center no-repeat,linear-gradient(to bottom, #fff 41%, #f5f5f5 100%);	
      -webkit-background-size: 45px 45px; /* WebKit */
      background-size: 45px 45px; /* WebKit以外 */
}
.checkgroup .line label,
.checkgroup .line div label {
background: url(../pic/checkx2.png) -3px -3px no-repeat;
background: url(../pic/checkx2.png) -3px -3px no-repeat;
background: url(../pic/checkx2.png) -3px -3px no-repeat;
      -webkit-background-size: 45px 300px; /* WebKit */
      background-size: 45px 300px; /* WebKit以外 */
}

.checkgroup .line input:checked+label,
.checkgroup .line div  input:checked+label {
background: url(../pic/checkx2.png) -3px -153px no-repeat;
background: url(../pic/checkx2.png) -3px -153px no-repeat;
background: url(../pic/checkx2.png) -3px -153px no-repeat;
      -webkit-background-size: 45px 300px; /* WebKit */
      background-size: 45px 300px; /* WebKit以外 */
}

.submitb {
background: url(../pic/arrow-rightx2.png) right center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: url(../pic/arrow-rightx2.png) right center no-repeat,-webkit-linear-gradient(#ea4947, #5c0909);
background: url(../pic/arrow-rightx2.png) right center no-repeat,-moz-linear-gradient(#ea4947, #5c0909);
background: url(../pic/arrow-rightx2.png) right center no-repeat,-o-linear-gradient(#ea4947, #5c0909);
background: url(../pic/arrow-rightx2.png) right center no-repeat,-ms-linear-gradient(#ea4947, #5c0909);
      -webkit-background-size: 45px 45px; /* WebKit */
      background-size: 45px 45px; /* WebKit以外 */
}
.backb {
background: url(../pic/arrow-leftx2.png) left center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
background: url(../pic/arrow-leftx2.png) left center no-repeat,-webkit-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-leftx2.png) left center no-repeat,-moz-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-leftx2.png) left center no-repeat,-o-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-leftx2.png) left center no-repeat,-ms-linear-gradient(#fff, #cecece);
background: url(../pic/arrow-leftx2.png) leftうぇ center no-repeat,linear-gradient(#fff, #cecece);
      -webkit-background-size: 45px 45px; /* WebKit */
      background-size: 45px 45px; /* WebKit以外 */
}

.printb a{
	background-image:url(../pic/print-iconx2.png);
       -webkit-background-size: 30px 30px; /* WebKit */
       background-size: 30px 30px; /* WebKit以外 */
}
.estimateb a{
	background-image:url(../pic/estimate-iconx2.png);
       -webkit-background-size: 30px 30px; /* WebKit */
       background-size: 30px 30px; /* WebKit以外 */
}
#pagenateprev a{
	background-image:url(../pic/arrow-leftx2.png);
      -webkit-background-size: 45px 45px; /* WebKit */
      background-size: 45px 45px; /* WebKit以外 */
}
#pagenatenext a{
	background:url(../pic/arrow-rightx2.png);
      -webkit-background-size: 45px 45px; /* WebKit */
      background-size: 45px 45px; /* WebKit以外 */
}


#mymenulist li a {
	background: url(../pic/arrow-rightx2.png) right center no-repeat;
      -webkit-background-size: 45px 45px; /* WebKit */
      background-size: 45px 45px; /* WebKit以外 */
}



}


