@charset "UTF-8";

/*------------------------------------------------------------------------------
	base
 -------------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html {
	line-height: 1
}

html {
	background: #fff;
	height: 100%;
	min-width: 320px
}

@media screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none
	}
}

html.show-modal {
	height: 100%;
	overflow-y: hidden
}

html.shade-open {
	overflow: hidden
}

body {
	background: #fff;
	position: relative;
	width: 100%
}

body:before {
	content: "";
	display: table
}

body:after {
	clear: both;
	content: "xxlarge";
	font-size: 0;
	pointer-events: none;
	position: absolute;
	visibility: hidden
}

.wrapper {
	background-position: center top;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0 auto;
	padding-top: 0
}

@media screen and (max-width: 479px), screen and (min-width: 480px) and (max-width: 599px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%
	}
}

html,body,table,input,textarea,select,button {
	font-size: 14px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

pre,code {
	font: 12px courier,"courier new",fixed-width;
	line-height: 20px
}

td {
	vertical-align: top
}

.caution{
	color: #cc0000;
	font-size: 12px;
	font-weight: 100;
}

/*------------------------------------------------------------------------------
	画像の上にのっている文字やロゴのインナー
 -------------------------------------------------------------------------------*/

.module {
	margin-top: 40px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 479px), screen and (min-width: 480px) and (max-width: 599px) {
	.module {
		clear: both
	}
}

.module:last-child {
	padding-bottom: 40px
}

.module:not(.full-bleed):after {
	display: table;
	clear: both;
	content: ""
}

@media screen and (max-width: 819px) {
	.module:not(.full-bleed) {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
}

@media screen and (min-width: 820px) and (max-width: 979px) {
	.module:not(.full-bleed) {
		margin-left: auto;
		margin-right: auto;
		width: 800px;
	}
}

@media screen and (min-width: 980px) {
	.module:not(.full-bleed) {
		margin-left: auto;
		margin-right: auto;
		width: 960px
	}
}

.module>h1:first-child {
	margin-top: -5px
}

.module>h1:last-child {
	margin-bottom: -10px
}

.module>h2:first-child {
	margin-top: -6px
}

@media screen and (max-width: 479px), screen and (min-width: 480px) and (max-width: 599px), screen and (min-width: 600px) and (max-width: 767px) {
	.module>h2:first-child {
		margin-top: -2px
	}
}

.module>h2:last-child {
	margin-bottom: -8px
}

.module>h3:first-child,.module>h4:first-child,.module>p:first-child {
	margin-top: -4px
}

.module>h3:last-child,.module>h4:last-child,.module>p:last-child {
	margin-bottom: -6px
}

.module>h5:first-child,.module>h6:first-child {
	margin-top: -5px
}

.module>h5:last-child,.module>h6:last-child {
	margin-bottom: -7px
}

.module-masthead,.module-user-masthead {
	min-height: 80px;
}

@media screen and (max-width: 479px), screen and (min-width: 480px) and (max-width: 599px) {
	.module-masthead,.module-user-masthead {
		text-align: left;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1279px), screen and (min-width: 1280px) {
	.module-masthead,.module-user-masthead {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.item-page .module-masthead,.item-page .module-user-masthead {
	min-height: 48px;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start
}

.ie9 .item-page .module-masthead,.ie9 .item-page .module-user-masthead {
	min-height: 80px
}

@media screen and (max-width: 819px) {
	.masthead-primary-information,.user-masthead-primary-information {
		width: 100%;
		float: left;
		margin-right: 20px
	}
}

@media screen and (min-width: 820px) and (max-width: 979px) {
	.masthead-primary-information,.user-masthead-primary-information {
		width: 100%;
		float: left;
		margin-right: 20px
	}
}

@media screen and (min-width: 980px) {
	.masthead-primary-information,.user-masthead-primary-information {
		width: 100%;
		float: left;
		margin-right: 20px
	}
}

@media screen and (max-width: 819px) {
	.masthead-primary-information,.user-masthead-primary-information {
		margin-top: -10px;
	}
}

@media screen and (min-width: 820px) {
	.masthead-primary-information,.user-masthead-primary-information {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: -6px;
	}
}

.masthead-secondary-information,.user-masthead-secondary-information {
	text-align: right
}

.masthead-secondary-information,.user-masthead-secondary-information {
	width: 100%;
	float: right;
	margin-right: 0
}

@media screen and (max-width: 819px) {
	.masthead-secondary-information,.user-masthead-secondary-information {
		margin-top: 7px;
		min-height: 0;
		text-align: center;
	}
}

@media screen and (min-width: 820px){
	.masthead-secondary-information,.user-masthead-secondary-information {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-height: 80px;
		min-height: 80px;
	}
}

.masthead-logo,.item-masthead-logo,.cart-masthead-logo {
	border-radius: 5px;
	display: inline-block;
	float: left;
	height: 80px;
	margin-right: 18px;
	min-width: 80px;
	text-decoration: none;
	vertical-align: middle;
	width: 80px
}

@media screen and (max-width: 819px) {
	.masthead-logo,.item-masthead-logo,.cart-masthead-logo {
		height: 70px;
		margin-right: 18px;
		min-width: 70px;
		text-decoration: none;
		vertical-align: middle;
		width: 70px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 819px) {
	.editing .list-header-with-cover .masthead-logo,.editing .list-header-with-cover .item-masthead-logo,.editing .list-header-with-cover .cart-masthead-logo {
		display: none
	}
}

.masthead-title-wrapper,.receipt-masthead-title-wrapper,.cart-masthead-title-wrapper,.user-masthead-title-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 80px;
	overflow: hidden;
}

@media screen and (max-width: 819px) {
	.masthead-title-wrapper,.receipt-masthead-title-wrapper,.cart-masthead-title-wrapper,.user-masthead-title-wrapper {
		margin-top: 13px;
		min-height: 0
	}
}

.masthead-title,.user-masthead-title {
	font-size: 2rem;
	line-height: 1.07143;
}

@media screen and (max-width: 819px) {
	.masthead-title,.user-masthead-title {
		font-size: 1.57143rem;
		line-height: 1.45455
	}
}

.list-header-with-cover .module-user-masthead-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.module-user-masthead:last-child {
	padding-bottom: 20px
}

@media screen and (max-width: 819px) {
	.user-masthead-title-wrapper {
		margin-top: 16px;
	}
}

@media screen and (max-width: 819px) {
	.user-masthead-title {
		font-size: 1.57143rem;
		line-height: 1.18182;
	}
}

.list-header-with-cover .user-masthead-title {
	color: #fff;
}

.user-masthead-primary-information {
	display: block;
}

@media screen and (max-width: 819px) {
	.wrapper:not(.editing) .user-masthead-primary-information {
		margin-right: 0;
		width: 100%;
	}
}

@media screen and (max-width: 819px) {
	.user-masthead-secondary-information {
		margin-top: -1px
	}
}

@media screen and (max-width: 819px) {
	.wrapper:not(.editing) .user-masthead-secondary-information {
		width: 0%;
	}
}

.list-header {
	overflow: hidden;
	position: relative
}

.list-cover {
	display: none;
	overflow: hidden;
	position: relative;
}

.list-cover-image {
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 300px;
	padding-top: 300px;
	width: 100%;
}

@media screen and (max-width: 819px) {
	.list-cover-image {
		height: 160px;
		padding-top: 160px;
	}
}

@media screen and (min-width: 820px) and (max-width: 979px) {
	.list-cover-image {
		height: 240px;
		padding-top: 240px;
	}
}

@media screen and (min-width: 980px) {
	.list-cover-image {
		height: 320px;
		padding-top: 320px;
	}
}

.editing .user-masthead-title {
	display: none
}

.list-page .list-name-field {
	background: transparent;
	border: none;
	border-radius: 3px;
	display: none;
	font-size: 1.57143rem;
	line-height: 1.18182;
	margin: 0;
	outline: none;
	padding: 0 3px;
	position: relative;
	left: -3px;
	resize: none;
	vertical-align: middle;
}

@media screen and (max-width: 479px), screen and (min-width: 480px) and (max-width: 599px) {
	.list-page .list-description p,.list-page .list-description textarea {
		font-size: 1.14286rem;
		line-height: 1.5;
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.list-page .list-description p,.list-page .list-description textarea {
		width: 101%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.list-page .list-description p,.list-page .list-description textarea {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.list-page .list-description p,.list-page .list-description textarea {
		width: 86%;
	}
}

@media screen and (min-width: 1280px) {
	.list-page .list-description p,.list-page .list-description textarea {
		width: 75%;
	}
}

.list-page .list-description textarea {
	display: none;
	outline: none
}

.list-page .list-description textarea:hover {
	background: rgba(0,0,0,0.07)
}

.list-header-with-cover .list-cover,.editing .list-cover {
	display: block
}

.list-header-with-cover .user-image,.editing .user-image {
	margin-bottom: 0
}

.list-header-with-cover .list-cover:after {
	background: rgba(0,0,0,0.1) 0%;
	background: -webkit-linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0.1) 0%', endColorstr='rgba(0,0,0,0.2) 50%', GradientType=0 );
	color: transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.list-header-with-cover .user-info-total-items {
	color: rgba(255,255,255,0.85);
	text-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.list-header-with-cover .user-masthead-title {
	text-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.list-header-with-cover .user-masthead-title,.user-masthead-title a,.list-header-with-cover .list-name-field,.list-header-with-cover .sharing span,.list-header-with-cover .user-info-total-items-link {
	color: #fff
}

.user-info-total-items-link{
	display: block;
}

.list-header-with-cover .list-name-field:hover {
	background: rgba(255,255,255,0.2)
}

.list-header-with-cover .remove-list-button {
	color: #fff
}

.list-header-with-cover+.list-entities {
	margin-top: 30px
}

.merchant-centric-profile .module-masthead,.merchant-centric-profile .module-user-masthead {
	display: block;
	margin: 60px auto 54px;
	min-height: 0;
	text-align: center;
}

.merchant-centric-profile .masthead-primary-information,.merchant-centric-profile .user-masthead-primary-information {
	display: block;
	margin: 0;
	text-align: center;
	width: 100%;
}

.merchant-centric-profile .masthead-secondary-information,.merchant-centric-profile .user-masthead-secondary-information {
	font-size: 1.14286rem;
	line-height: 1.375;
	display: block;
	margin-top: 0;
	max-height: none;
	min-height: 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 819px) {
	.merchant-centric-profile .masthead-secondary-information,.merchant-centric-profile .user-masthead-secondary-information {
		font-size: 1rem;
		line-height: 1.42857;
		background-color: red;
	}
}

.merchant-centric-profile .masthead-logo,.merchant-centric-profile .item-masthead-logo,.merchant-centric-profile .cart-masthead-logo {
	display: block;
	float: none;
	height: 100px;
	margin: 0 auto;
	min-width: 100px;
	width: 100px;
}

@media screen and (max-width: 819px) {
	.merchant-centric-profile .masthead-logo,.merchant-centric-profile .item-masthead-logo,.merchant-centric-profile .cart-masthead-logo {
		height: 80px;
		min-width: 80px;
		width: 80px
	}
}

.merchant-centric-profile .masthead-title-wrapper,.merchant-centric-profile .receipt-masthead-title-wrapper,.merchant-centric-profile .cart-masthead-title-wrapper,.merchant-centric-profile .user-masthead-title-wrapper {
	display: block;
	min-height: 0;
	margin: 15px auto 8px
}

@media screen and (max-width: 819px) {
	.merchant-centric-profile .masthead-title-wrapper,.merchant-centric-profile .receipt-masthead-title-wrapper,.merchant-centric-profile .cart-masthead-title-wrapper,.merchant-centric-profile .user-masthead-title-wrapper {
		margin: 8px auto 2px;
	}
}

.merchant-centric-profile .masthead-title,.merchant-centric-profile .user-masthead-title {
	font-size: 2.28571rem;
	line-height: 1.125
}

@media screen and (max-width: 479px), screen and (min-width: 480px) and (max-width: 599px) {
	.merchant-centric-profile .masthead-title,.merchant-centric-profile .user-masthead-title {
		font-size: 1.71429rem;
		line-height: 1.33333
	}
}

@media screen and (max-width: 819px) {
	.search-open ~ .app-container .error-section,.search-open ~ .wrapper:not(.search) .error-section {
		margin-bottom: 101px;
		-webkit-transform: translateY(41px);
		-ms-transform: translateY(41px);
		transform: translateY(41px)
	}
}

body , html {
	height: 100%;
}

#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#maincontent {
	padding-bottom: 150px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
	text-align: center;
	font-size: 12px;
}

#powerd{
	height: 110px;
}

#powerd a{
	text-align: center;
}

#powerd img{
	width: 60px;
	margin-top: 30px;
}

#footer-navi ul{
text-align:center;
}

#footer-navi li{
display:inline; 
}

#footer-navi li span{
font-size: 14px;
}

#footer-navi li a{
padding: 0px 5px;
font-size: 12px;
}

#footer-navi li a:hover{
	text-decoration: underline;
}

a{
	text-decoration: none;
}

/*------------------------------------------------------------------------------
	content
 -------------------------------------------------------------------------------*/

@media screen and (max-width: 819px) {
	#content {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

@media screen and (min-width: 820px) and (max-width: 979px) {
	#content {
		margin-left: auto;
		margin-right: auto;
		width: 800px;
	}
}

@media screen and (min-width: 980px) {
	#content {
		margin-left: auto;
		margin-right: auto;
		width: 960px;
	}
}

#content-header{
	height: 36px;
	padding: 10px 0px;
}

#content-footer{
	min-height: 36px;
	padding-top: 10px;
}

#content-header a.h-btn{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 36px;
	height: 36px;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 180px;
	float: right;
}

#content-footer a.f-btn{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 36px;
	height: 36px;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 180px;
	float: right;
}


#content-footer a.f-btn1{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 34px;
	height: 36px;
	display: block;
	border: 1px solid;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 80px;
}

@media screen  and (max-width: 819px) {
	#content-header{
		margin: 0px 10px;
		height: 40px;
	}
	#content-header a.h-btn{
		line-height: 40px;
		height: 40px;
		width: 100%;
		float: none;
	}
	#content-footer{
		margin: 0px 10px;
	}
	#content-footer a.f-btn{
		line-height: 40px;
		height: 40px;
		width: 100%;
		float: none;
	}
	#content-footer a.f-btn1{
		line-height: 38px;
		height: 40px;
		width: 100%;
		margin: 10px 0px;
	}
}

#content-header a.h-btn:hover,#content-footer a.f-btn:hover,#content-footer a.f-btn1:hover{
	cursor:pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
}

/*------------------------------------------------------------------------------
	step
 -------------------------------------------------------------------------------*/

#step{
	height: 55px;
	margin: 0 auto;
	max-width: 700px;
	padding: 50px 0px 0px 0px;
}

.step-inner{
	width: 20%;
	float: left;
	text-align: center;
	font-weight: bold;
}

span.maru{
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 3px solid;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	display: block;
	margin: 0 auto;
}

span.maruon{
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	color: #ffffff;
	display: block;
	margin: 0 auto;
}

span.stext{
	display: block;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

@media screen  and (max-width: 819px) {
	#step{
		padding: 30px 0px 0px 0px;
	}
	span.stext{
		font-size: 10px;
	}
}

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

#header{
	width: 100%;
	height: 58px;
	background-color: #fff;
	z-index: 10000;
	display: block;
	border-bottom: 1px solid #dedede;
}

@media screen  and (max-width: 819px) {
	#header{
		width: 100%;
		height: 45px;
		background-color: #fff;
		z-index: 10000;
		display: block;
		border-bottom: 1px solid #dedede;
	}
}

/*------------------------------------------------------------------------------
	main-title
 -------------------------------------------------------------------------------*/

#main-title{
	text-align: center;
}

#main-title h2{
	font-size: 22px;
	padding: 50px 0px 50px 0px;
}

@media screen  and (max-width: 819px) {
	#main-title h2{
		font-size: 18px;
		padding: 30px 0px 30px 0px;
	}
}

/*------------------------------------------------------------------------------
	coupon
 -------------------------------------------------------------------------------*/

#coupon{
	width: 100%;
}

#coupon-navi{
	display: block;
	font-size: 14px;
	color: #343434;
	height: 46px;
}

h5#jQueryPush{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #999999;
	border-bottom: 2px solid #999999;
	padding: 4px 2px;
	font-size: 14px;
	text-align: center;
}

#coupon-navi a.btn1{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 36px;
	height: 36px;
	color: #ffffff;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 200px;
	float: right;
	background-color: #999999;
}

@media screen  and (max-width: 819px) {
	#coupon-navi{
		margin: 0px 10px;
		height: 50px;
		font-size: 12px;
	}
	#coupon-navi a.btn1{
		line-height: 40px;
		height: 40px;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

}

table.tacoupon{
	border-collapse: collapse;
	word-break: break-all;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	color: #343434;
}

table.tacoupon th{
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

table.tacoupon th.coupon-img{
	padding: 10px 0px 5px 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	width: 100px;
}


.coupon-image img{
	vertical-align: bottom;
	max-width: 100px;
	max-height: 150px;
}

.coupon-image{
	text-align: center;
}

table.tacoupon th.category{
	padding: 10px 0px 5px 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.tacoupon th.category span{
	color: #ffffff;
	padding: 5px 10px;
	font-size: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	display: inline-block; _display: inline;
}

table.tacoupon th.mone{
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	width: 90px;
	color: #ff0033;
}

table.tacoupon td{
	padding: 0px 10px 10px 10px;
	font-size: 12px;
}

#coupon .icon p.red{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	background-color: #d94535;
}

#coupon .icon p.green{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	background-color: #0f9b59;
}

#coupon .icon p.blue{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	background-color: #4285ef;
}

#coupon .btn{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 36px;
	height: 36px;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 10px 0px;
}

#coupon .btns{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 34px;
	height: 36px;
	display: block;
	border: 1px solid;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 10px 0px;
}

	table.tacoupon th.iconth{
		width: 34px;
	}



.coupon-date{
	min-width: 752px;
}

.coupon-date1{
	width: 100%;
}

.coupon-btn{
	vertical-align: top;
}

@media screen and  (max-width: 819px) {
	#coupon{
		border-bottom: 1px solid #d9d9d9;
	}
	.coupon-inner {
		border-top: 1px solid #d9d9d9;
	}
	.coupon-date{
		display: block;
		min-width: 100%;
	}
	.coupon-btn{
		display: block;
		padding: 0px 10px;
	}
	#coupon .btn{
		line-height: 40px;
		height: 40px;
	}
	#coupon .btns{
		line-height: 38px;
		height: 40px;
	}
	

	table.tacoupon th.coupon-img{
		width: 80px;
	}
	
	.coupon-image img{
		max-width: 80px;
		max-height: 120px;
	}

	table.tacoupon th.mone{
		font-size: 12px;
		width: 50px;
	}

	table.tacoupon th{
		font-size: 12px;
	}

	table.tacoupon th.category span{
		padding: 3px 6px;
		font-size: 10px;
	}

	table.tacoupon th.iconth{
		width: 30px;
	}

	#coupon .icon p.red{
		font-size: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
	}
	
	#coupon .icon p.green{
		font-size: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
	}
	
	#coupon .icon p.blue{
		font-size: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
	}


}

@media screen and (min-width: 820px) and (max-width: 979px) {
	.coupon-date{
		display: table-cell;
		min-width: 592px;
	}
}

@media screen and (min-width: 820px){
	.coupon-inner {
		border: 4px solid #d9d9d9;
		margin-bottom: 10px;
	}
	.coupon-date{
		display: table-cell;
	}
	.coupon-btn{
		display: table-cell;
		width: 180px;
		padding: 0px 10px;
	}
}

#search{
	margin-bottom: 20px;
	border: 1px solid #d9d9d9;
}

#search p{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}

#search label{
	font-weight: bold;
	margin: 0px 5px;
}



.tasearch li{
	display: block;
	float: left;
	margin: 5px 0px;
	font-weight: bold;
}

.tasearch li.checkboxs{
	display: block;
		width: 187px;
	float: left;
	margin: 5px 0px;
	font-weight: bold;
}

.tasearch li.radios{
	display: block;
	float: left;
	margin: 5px 0px;
	font-weight: bold;
}

table.tasearch{
	border-collapse: collapse;
	word-break: break-all;
	font-size: 12px;
	background-color: #ffffff;
	text-align: left;
	color: #343434;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
	display: block;
}

table.tasearch th{
	background: #eee;
	padding: 0px 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

table.tasearch td {
	padding: 0px 10px;
	color: #343434;
	vertical-align: middle;
}

#search a{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 40px;
	height: 40px;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin: 0px 10px 10px 10px;
}

#search .styledRadio,#search .styledCheckbox {
		display: inline-block;
}


#search label {
	line-height: 24px;
	vertical-align: 8px;
}


@media screen and  (max-width: 819px) {
	.tasearch li.checkboxs{
		width: 50%;
		font-size: 12px;
		float: left;
		margin: 10px 0px;
	}
	.tasearch li.radios{
		width: 50%;
		float: left;
		font-size: 12px;
		margin: 10px 0px;
	}
	.tasearch li{
		display: block;
		float: left;
		margin: 10px 0px;
		font-weight: bold;
		font-size: 12px;
	}
}

#coupon .btn:hover,#coupon .btns:hover,#coupon-navi a.btn1:hover,#search a:hover{
	cursor:pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
}


/*------------------------------------------------------------------------------
	menu
 -------------------------------------------------------------------------------*/

#menu{
	width: 100%;
}

#menu span.bold{
	font-weight: bold;

}


#menu-footer{
	width: 100%;
}
#menu-footer h5{
	font-size: 14px;
	padding: 10px;
}

table.tamenu {
	border-collapse: collapse;
	word-break: break-all;
	width: 100%;
	font-size: 12px;
	background-color: #ffffff;
	text-align: left;
	color: #343434;
	border-bottom: 1px solid #d9d9d9;
}


table.tamenu th{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background: #eee;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}

table.tamenu th.all{
	background-color: #ffffff;
	font-size: 14px;
}

table.tamenu td {
	padding: 10px 10px 0px 10px;
	color: #343434;
	border-top: 1px solid #d9d9d9;
}

table.tamenu td.option {
	padding: 10px;
}

table.tamenu td.selected{
	padding: 10px;
}


table.tamenu tr.tddisabled {
	background-color: #f9f9f9;

}

table.tamenu td.date {
	padding: 0px 10px 10px 10px;
	color: #343434;
	border:none;
}


table.tamenu .t-right{
	text-align: right;
}

table.tamenu .t-center{
	text-align: center;
}


#menu .disabled{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	background-color: #d3cfc7;
	width: 23px;
	height: 23px;
	line-height: 23px;
	display: block;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-right: 5px;
}

#menu .disabledtext{
	color: #cc0000;
	font-size: 12px;
	font-weight: 100;
	display: block;
}


@media screen and  (max-width: 819px) {
	table.tamenu th{
		border-top: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		background: #eee;
		padding: 8px;
		font-weight: bold;
	}
	table.tamenu td {
		padding: 8px 8px 0px 8px;
		color: #343434;
		border-top: 1px solid #d9d9d9;
	}
	table.tamenu td.date {
		padding: 0px 8px 8px 8px;
		color: #343434;
		border:none;
	}
	
	table.tamenu td.selected{
		padding: 8px;
	}

}

/*------------------------------------------------------------------------------
	staff
 -------------------------------------------------------------------------------*/

#staff{
	width: 100%;
	padding-top: 20px;
}

.staff-inner{
	width: 100%;
	height: 276px;
	margin-bottom: 20px;
	border-left: 1px solid #d9d9d9;
}

.staffs{
	border-right: 1px solid #d9d9d9;
	padding:0px 0px;
	vertical-align: top;
	width: 239px;
	float: left;
}

.staff-date{
	margin: 0 auto;
	width: 220px;
	padding: 10px 0px;
}

@media screen and (min-width: 820px) and (max-width: 979px) {
	.staff-inner{
		height: 326px;
	}
	.staffs{
		width: 199px;
	}
	.staff-date{
		margin: 0 auto;
		width: 180px;
	}
}

table.tastaff {
	border-collapse: collapse;
	word-break: break-all;
	width: 100%;
	font-size: 12px;
	background-color: #ffffff;
	color: #343434;
	vertical-align: middle;
	display: block;
	margin: 10px 0px;
}

table.tastaff a.s-btn{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 36px;
	height: 36px;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

table.tastaff a.s-btn:hover {
	cursor:pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
}

table.tastaff a.popup-modal{
	text-decoration: none;
}

table.tastaff a.popup-modal:hover{
	text-decoration: underline;
}

table.tastaff th{
	min-width: 70px;
	width: 70px;
	height: 110px;
	padding-right: 5px;
}

#staff img{
	max-width: 70px;
	max-height: 100px;
}

@media screen and (min-width: 820px) and (max-width: 979px) {
	table.tastaff th{
		min-width: 70px;
		width: 70px;
		height: 150px;
		padding-right: 5px;
	}
	#staff img{
		max-width: 70px;
		max-height: 150px;
	}
}

table.tastaff td {
	color: #343434;
	width: 100%;
	padding: 5px 0px;
}

table.tastaff td h5{
	font-size: 14px;
}

table.tastaff td p{
	color: #343434;
	font-size: 12px;
}

.staff-comment{
	width: 100%;
	height: 70px;
}

@media screen and  (max-width: 819px) {
	#staff{
		width: 100%;
		padding-top: 20px;
		border-bottom: 1px solid #d9d9d9;
	}
	.staff-inner{
		width: 100%;
		height: auto;
		padding: 0px 0px;
		margin-bottom: 0px;
		border-left: none;
	}
	.staffs{
		border-top: 1px solid #d9d9d9;
		border-right: none;
		display:block;
		float: none;
		width: 100%;
	}
	.staff-date{
		width: 100%;
		padding: 0px;
	}
	table.tastaff{
		padding: 0px 10px;
		width: auto;
	}
	table.tastaff a.s-btn{
		line-height: 40px;
		height: 40px;
		display: block;
	}
	table.tastaff th{
		min-width: 112px;
		width: 112px;
		height: auto;
	}
	table.tastaff td {
		color: #343434;
		width: 100%;
		padding: 5px 0px;
	}
	#staff img{
		max-width: 112px;
		max-height: 160px;
	}
	table.tastaff td h5{
		font-size: 16px;
	}
	
	table.tastaff td p{
		color: #343434;
		font-size: 14px;
	}
	.staff-comment{
		height: auto;
		font-size: 14px;
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------------------------
	time
 -------------------------------------------------------------------------------*/

#time{
	width: 100%;
	padding-top: 20px;
}

#time-navi{
	display: block;
	margin-bottom: 10px;
}

#time-navi a{
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 36px;
	height: 36px;
	color: #ffffff;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 200px;
	background-color: #999999;
}

#time-navi a:hover {
	cursor:pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
}

@media screen  and (max-width: 819px) {
	#time-navi{
		margin: 0px 10px;
		height: 50px;
		font-size: 12px;
	}
	#time-navi a{
		line-height: 40px;
		height: 40px;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}

#time p.info{
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 10px;
}

#time-btn{
	height: 46px;
}

@media screen and  (max-width: 819px) {
	#time-btn{
		height: 46px;
		padding: 0px 10px;
	}
}

#time-btn a.left-btn{
	float: left;
	width: 90px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 36px;
	height: 36px;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#time-btn a.right-btn{
	float: right;
	text-decoration: none;
	width: 90px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 36px;
	height: 36px;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#time-btn a.left-btn:hover,#time-btn a.right-btn:hover{
	cursor:pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
}

#time-staff{
	width: 100%;
	padding-bottom: 10px;
}

#time-staff img{
	width: 50px;
}

#time-staff h5{
	font-size: 14px;
}

#time-staff h5 span{
	color: #343434;
	font-size: 12px;
	margin-left: 5px;
	font-weight: 100;
}

#time-staff p{
	color: #343434;
	font-size: 12px;
}

#time-staff a{
	font-size: 12px;
}

#time-staff a:hover{
	text-decoration: underline;
}

table.tatimes {
	border-collapse: collapse;
	word-break: break-all;
	width: 100%;
	font-size: 12px;
	text-align: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

table.tatimes th{
	width: 50px;
	color: #343434;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
}

table.tatimes td {
	color: #343434;
	background-color: #ffffff;
	padding: 0px 10px;
}

/*------------------------------------------------------------------------------
	component
 -------------------------------------------------------------------------------*/

@media screen and (max-width: 479px) {
	span.week{
		display: block;
	}
}

.component {
	line-height: 1.5em;
	overflow: hidden;
}

.component table {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	color: #343434;
	font-size: 12px;
}

.component thead{
	border-bottom: 2px solid #d9d9d9;
}

.component tbody{
	border: 1px solid #d9d9d9;
}

.component thead th{
	border: 1px solid #d9d9d9;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	background-color: #eeeeee;
	padding: 8px 0px;
}

.component thead th.sat{
	background-color: #e8f3ff;
	color: #4285ef;
}

.component thead th.sun{
	background-color:#ffeeee;
	color: #d94535;
}

.component tbody td{
	text-align: center;
	border-let: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 13px;
}

.component tbody td a.maru{
	color: #d94535;
	text-decoration: none;
	display: block;
	line-height: 34px;
	font-size: 18px;
}

.component tbody td a.maru:hover{
	background-color:#ffeeee;
}

.component tbody td a.tel{
	color: #0f9b59;
	text-decoration: none;
	display: block;
	line-height: 34px;
	font-size: 13px;
}

.component tbody td a.tel:hover{
	background-color:#e5f6ee;
}

.component tbody td a.off{
	color: #343434;
	text-decoration: none;
	display: block;
	line-height: 34px;
	font-size: 18px;
	background-color: #f9f9f9;
}

.component tbody td a.holi{
	color: #343434;
	text-decoration: none;
	display: block;
	line-height: 34px;
	font-size: 18px;
	background-color: #f9f9f9;
}

.component tbody td.time{
	background-color: #eee;
	font-weight: bold;
	line-height: 34px;
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
	z-index: 100;
	width: 100%; /* Force stretch */
}
.sticky-wrap .sticky-intersect {
	opacity: 1;
	z-index: 150;
}
.sticky-wrap .sticky-intersect th {

}

.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}

/*------------------------------------------------------------------------------
	date
 -------------------------------------------------------------------------------*/

#date{
	width: 100%;
	padding-bottom: 10px;
}

#date p.info{
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.fomes{
	width: 100%;
}

.fomes ul{
	width: 100%;
}

.fomes li{
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
		padding: 0px 10px;
}

.fomes li.w50{
	display: block;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fomes li.w50-100{
	display: block;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fomes p{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #343434;
}

#date span.must{
	color: #ff0033;
	margin-left: 5px;
}

.card-image {
	border: 0;
	height: 30px;
	width: 30px;
	margin-left: 3px;
	margin-bottom: 3px;
	float: right;
}

@media screen  and (max-width: 819px) {
	.fomes li.w50-100{
		display: block;
		width: 100%;
	}
}

#date input,
#date textarea,
#date select{
	margin-bottom: 10px;
}

@media screen  and (max-width: 819px) {
	#message{
		padding: 0px 10px;
	}
}

#message p.red{
	font-size: 12px;
	padding: 10px;
	background-color: #fdd9d9;
	color: #cc0000;
	padding-bottom: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	font-weight: bold;
	margin-bottom: 10px;
}

#message p.yellow{
	font-size: 12px;
	padding: 10px;
	background-color: #fdf6e0;
	color: #f3bc65;
	padding-bottom: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	font-weight: bold;
	margin-bottom: 10px;
}

#message p.green{
	font-size: 12px;
	padding: 10px;
	background-color: #d7efed;
	color: #28948c;
	padding-bottom: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	font-weight: bold;
	margin-bottom: 10px;
}

#message p.purple{
	font-size: 12px;
	padding: 10px;
	background-color: #ede7f6;
	color: #9175bd;
	padding-bottom: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	font-weight: bold;
	margin-bottom: 10px;
}

#message p.blue{
	font-size: 12px;
	padding: 10px;
	background-color: #cbf0fc;
	color: #009dcd;
	padding-bottom: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	font-weight: bold;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------------
	input
 -------------------------------------------------------------------------------*/

#date input, textarea {
	font-size: 14px;
	border: 1px solid #dedede;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
}

#date textarea {
	resize: none;
	font-size: 14px;
	border: 1px solid #dedede;
	padding: 10px;
	width: 100%;
	height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
}

#date input:focus, textarea:focus {
	border-color: #999999;
}

#date label {
	line-height: 24px;
	vertical-align: 7px;
}

#date select {
	font-size: 14px;
	border: 1px solid #dedede;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
	float: left;
}

#date select.yearmonth {
	width: 50%;
}

#date .styledRadio,#date .styledCheckbox {
		display: inline-block;
}

/*------------------------------------------------------------------------------
	check
 -------------------------------------------------------------------------------*/

#check{
	width: 100%;
}

#contract{
	font-size: 12px;
	color: #343434;
	padding: 10px 0px;
}

@media screen  and (max-width: 819px) {
	#contract{
		padding: 10px;
	}
}

#contract a:hover{
	text-decoration: underline;
}

table.tacheck {
	border-collapse: collapse;
	word-break: break-all;
	width: 100%;
	font-size: 12px;
	background-color: #ffffff;
	text-align: left;
	color: #343434;
}

#check p{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

table.tacheck th{
	padding: 10px;
	font-size: 12px;
	color: #343434;
	background-color: #eeeeee;
	border: 1px solid #d9d9d9;
}

table.tacheck td {
	padding: 10px;
	color: #343434;
	font-size: 12px;
	border: 1px solid #d9d9d9;
}

/*------------------------------------------------------------------------------
	end
 -------------------------------------------------------------------------------*/

#end{
	padding: 0px 10px;
}

#end p{
	text-align: center;
}

/*------------------------------------------------------------------------------
	チェックボックス・ラジオ
 -------------------------------------------------------------------------------*/

input[type=radio],
input[type=checkbox] {
	display: inline-block;
}
input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		display: none;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding: 0 0 0 28px;
	}
	input[type=radio] + label::before,
	input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 24px;
		height: 24px;
		margin-top: -13px;
	}
	input[type=radio] + label::before {
		background-image: url('/images/radio.png');
		background-position: 0 0;
	}
	input[type=checkbox] + label::before {
		background-image: url('/images/checkbox.png');
		background-position: 0 0;
	}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	input[type=radio]:checked + label::after {
		left: 0;
		width: 24px;
		height: 24px;
		margin-top: -13px;
		background-image: url('/images/radio.png');
		background-position: 0 -24px;
	}
	input[type=checkbox]:checked + label::after {
		left: 0;
		width: 24px;
		height: 24px;
		margin-top: -13px;
		background-image: url('/images/checkbox.png');
		background-position: 0 -24px;
	}
}

/*------------------------------------------------------------------------------
	POPUP
 -------------------------------------------------------------------------------*/

/*インライン用*/
.inline-wrap {
	position: relative;
	margin:10px auto;
	width: 700px;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
}
.inline-wrap h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}

.inline-wrap h1 span{
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
}

.inline-wrap .popup-modal-dismiss a{
	text-align: center;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

.pop-inner{
	min-height: 300px;
}

.pop-date{
	width: 500px;
	margin-left: 200px;
}

.pop-date table.tapop{
	border-collapse: collapse;
	word-break: break-all;
	width: 100%;
	font-size: 12px;
	background-color: #ffffff;
	color: #343434;
}

.pop-date table.tapop th{
	border: 1px solid  #d9d9d9;
	background: #eee;
	padding: 10px;
	font-weight: bold;
	width: 25%;
}

.pop-date table.tapop td {
	padding: 10px;
	color: #343434;
	border: 1px solid  #d9d9d9;
	width: 75%;
}

.pop-date h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.pop-date p{
	font-size: 12px;
	margin-bottom: 10px;
}

.pop-img{
	width: 180px;
	float: left;
	text-align: center;
}

.pop-img img{
	max-width: 180px;
	max-height: 240px;
}

.pop-img a{
	text-decoration: none;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 36px;
	height: 36px;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 10px;
}

@media screen  and (max-width: 760px) {
	.inline-wrap {
		width: auto;
	}
	.pop-img{
		width: 100%;
		float: none;
		text-align: center;
		display: block;
	}
	.pop-img img{
		max-width: none;
		max-height: none;
		width: 100%;
	}
	.pop-img a{
		line-height: 40px;
		height: 40px;
	}
	.pop-date{
		width: 100%;
		margin-left: auto;
		display: block;
	}
	.pop-date h4 {
		margin-top: 10px;
	}
	.pop-date table.tapop{
		border-bottom: 1px solid #d9d9d9;
	}
	.pop-date table.tapop th{
		border-top: 1px solid #d9d9d9;
		border-bottom: none;
		border-left: none;
		border-right: none;
		background: #eee;
		padding: 0px;
		font-weight: bold;
		width: 100%;
		display: block;
	}
	.pop-date table.tapop td {
		border-top: 1px solid #d9d9d9;
		border-bottom: none;
		border-left: none;
		border-right: none;
		width: 100%;
		padding: 0px;
		display: block;
	}
	.pop-date table.tapop a{
		padding: 8px;
		display: block;
	}
}

.pop-img a:hover{
	cursor:pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80); 
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; 
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}

/* クローズの×の色変更 */

.mfp-close-btn-in .mfp-close {

}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; 
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* 追加20191203 カバー店舗名文字切れ修正 */
@media screen and (max-width: 819px) {

	.list-header-with-cover .module-user-masthead-wrapper {
		top: 0;
	}
	.module2{
		margin-top: 10px;
	}

	h1.user-masthead-title {
	    max-height: 63px;
	    overflow: hidden;
	    font-size: 1.25rem;
	    vertical-align: middle;
	    margin-bottom: 4px;
	}
	p.user-info-coveradress {
			font-size: 0.9rem;
			} 
}
