﻿body {
    margin:0px;
    padding:0px;
    font-size:16px;
    color:#666666;
    line-height:160%;
    background-color:#f2fce2;
}
/* header */
div#head {
    width:100%;
    height:50px;
    border-bottom:1px solid #000000;
    margin:0px;
    background-color:#f2f2f2;
    text-align:center;
}
div#head #logo {
    width:1000px;
    height:100%;
    margin-left:auto;margin-right:auto;
    text-align:left;
    color:#59db00;
}
/* コンテンツ */
#wrapper {
    width:1000px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    background-color:#ffffff;
}

/* ページタイトル */
div#pageTitle {
    border-left:solid 4px #59db00;
    font-size:140%;
    padding-left:1%;
    padding-bottom:5px;
    width:98%;
    margin-bottom:20px;
    padding-top:5px;
    background-color:#e6e6e6;
}
div#pageTitle2 {
    font-size:16px;
    padding-left:30px;
    color:#666666;
    background-color:##666666;
}

/* 画面説明 */
div#memo {
    padding:10px;
}

/* table */
table.type00 {
    width:100%;
    
}
table.type00 td.type00{
    vertical-align:top;
    text-align:left;
    /* padding:20px; */
}
table.type01{
    margin:20px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}
.type01 th{
    padding: 10px;
    vertical-align: top;
    color: #666666;
    background-color: #f2f2f2;
    border: 1px solid #999;
}
.type01 td{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #999;
    text-align:left;
}

/* ボタン */
.button01 {
    width:120px;
    height:40px;
    font-size:18px;
    margin-left:10px;
    margin-right:10px;
}


header {
    background-color:#008122;
    margin-bottom:20px;
}
#h1Title {
    display:inline-block;
    text-align:center;
    padding:2px 0px;
    color:white;
    font-size:24px;
    width:33%;
    height:35px;
}
#h2Title {
    display:inline-block;
    text-align:center;
    padding:7px 0px;
    color:brown;
    background-color:#adfacd;
    font-size:20px;
    width:33%;
}
#Logout {
    display:inline-block;
    text-align:center;
    padding:7px 0px;
    color:greenyellow;
    font-weight:bold;
    width:33%;
}
@media screen and (max-width: 900px) {
    #h1Title {
        width: 100%;
    }
    #h2Title {
        width: 50%;
    }
    #Logout {
        width: 49%;
    }
}
@media screen and (max-width: 600px) {
    #h1Title {
        width: 100%;
    }
    #h2Title {
        width: 100%;
    }
    #Logout {
        width: 100%;
    }
}

/* モーダルダイアログﾞ */
.modalBackground {   
    background-color:Gray;   
    filter:alpha(opacity=70);   
    opacity:0.7;   
    } 
.detail {
    background-color: #ffffff;
}
.modalPanel
{
    border: thin solid #0033CC;
    background-color: #ffffff;
    padding: 0px;
    }
.modalTitle
{
    padding: 3px; 
    color: #FFFFFF; 
    font-weight: bold; 
    font-size: 14px;
    background-color: #0033CC;
    }

/* IME-MODE */
.active {ime-mode: active;}
.disabled {ime-mode: disabled;}


/* 注意書き 項目用 */
.subText {
    color:red;
    font-weight:500;
    font-size:12px;
    background-color:#f8ea44;
    padding: 2px 8px;
    border-radius: 20px;
}
/* 注意書き １行用 */
.cation {
    color:red;
    font-weight:500;
    font-size:16px;
}

/* 店舗情報 */
.bar {
    height:5px;
    border-top: 1px solid #999999;
    margin-top:0px;
    margin-bottom:10px;
}
div.tab {
    width:96%;
    text-align:left;
    margin:0px 2%;
}
.btnTab {
    font-size:16px;
    background-color: #fff;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #ffffff;
    color:#000000;
    width: 120px;
    padding: 10px 0;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
}
.posCenter {
    background-color:red;
    text-align:center;
    width:90%;
    margin-left:auto;margin-right:auto;
}
/* EndData　ショップ表示 テーブル */
table.tbText {
    display: inline-block;
    width:90%;
    border-collapse: collapse;
    margin:5px 0;
}
.tbText th{
    border: 2px solid #99f;
    background:linear-gradient(#05FBFF, #8888FF);
    padding:5px;
}
.tbText td{
    border: 2px solid #99f;
    padding:10px;
}

/* クーポン表示 */
table.Cpopon:nth-child(3n){border: solid 2px #0f0;width:320px;}
table.Cpopon:nth-child(3n) th{ background-color:#0f0;  color:white;  padding:2px;}
table.Cpopon:nth-child(3n) td{ background-color:white;  padding:5px;}
table.Cpopon:nth-child(3n) img{  height:200px;}

table.Cpopon:nth-child(3n + 1){border: solid 2px #00f;width:320px;}
table.Cpopon:nth-child(3n + 1) th{ background-color:#00f;  color:white;  padding:2px;}
table.Cpopon:nth-child(3n + 1) td{ background-color:white;  padding:5px;}
table.Cpopon:nth-child(3n + 1) img{  height:200px;}

table.Cpopon:nth-child(3n + 2){border: solid 2px #f00;width:320px;}
table.Cpopon:nth-child(3n + 2) th{ background-color:#f00;  color:white;  padding:2px;}
table.Cpopon:nth-child(3n + 2) td{ background-color:white;  padding:5px;}
table.Cpopon:nth-child(3n + 2) img{  height:200px;}

/* ギャラリー */
.GalleryBox {
    width:220px;
    display: inline-block;
    border: solid 2px #33aa88;
    background-color:#ddd;
    padding:5px;
    margin:10px;
    text-align:center;
}
.GalleryStyle {
    max-height:200px;
    max-width:200px;
}


/* カレンダーコントロール スタイル */
.black .ajax__calendar_container
{
width:200px;
background-color: #000000; border:solid 1px #666666;
-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px;
-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; border-top-right-radius: 8px; 
-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
}
.black .ajax__calendar_body
{
width:190px;
height:155px;
background-color: #000000; border: solid 1px #666666;
}
.black .ajax__calendar_header
{
background-color: #626262; margin-bottom: 8px;
-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; 
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} 
.black .ajax__calendar_title
{
color: #ffffff; padding-top: 3px;
}
.black .ajax__calendar_next,
.black .ajax__calendar_prev
{
border:solid 4px #ffffff;
background-color: #ffffff;
-moz-border-radius-topleft: 18px; -webkit-border-top-left-radius: 18px; -khtml-border-top-left-radius: 18px; border-top-left-radius: 18px;
-moz-border-radius-topright: 18px; -webkit-border-top-right-radius: 18px; -khtml-border-top-right-radius: 18px; border-top-right-radius: 18px; 
-moz-border-radius-bottomleft: 18px; -webkit-border-bottom-left-radius: 18px; -khtml-border-bottom-left-radius: 18px; border-bottom-left-radius: 18px;
-moz-border-radius-bottomright: 18px; -webkit-border-bottom-right-radius: 18px; -khtml-border-bottom-right-radius: 18px; border-bottom-right-radius: 18px;
}
.black .ajax__calendar_hover .ajax__calendar_next,
.black .ajax__calendar_hover .ajax__calendar_prev
{
border:solid 4px #328BC8;
background-color: #ffffff;
-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; 
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
.black .ajax__calendar_dayname
{
text-align:center; margin: 2px auto;
color:#ffffff;
background-color: #000000;
} 
.black .ajax__calendar_day,
.black .ajax__calendar_month,
.black .ajax__calendar_year
{
margin:1px 1px 1px 1px;
text-align:center;
border:solid 1px #000000;
color:#ffffff;
background-color: #626262;
}
.black .ajax__calendar_hover .ajax__calendar_day,
.black .ajax__calendar_hover .ajax__calendar_month,
.black .ajax__calendar_hover .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #328BC8;border:solid 1px #328BC8;
}
.black .ajax__calendar_active .ajax__calendar_day,
.black .ajax__calendar_active .ajax__calendar_month,
.black .ajax__calendar_active .ajax__calendar_year
{
color: #ffffff; font-weight:bold; background-color: #F7B64A; 
}
.black .ajax__calendar_today .ajax__calendar_day
{
color: #ffffff; font-weight:bold; background-color: #F7B64A; 
}
.black .ajax__calendar_other,
.black .ajax__calendar_hover .ajax__calendar_today
{
color: #ffffff;
font-weight:bold;
}
.black .ajax__calendar_days
{
background-color: #000000;
}

.stampRect{
    position:absolute;
    background-color: white; 
    border: solid 2px #33ccFF;
    font-size:30px;
    text-align:center;
    padding:3px;
    color:#ccc;
}
.imageRect{
    position:absolute;
    border: solid 1px #000000;
}

table.type02{
 border-collapse: collapse;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
table.type02 th{
 padding: 6px; text-align: left;
 vertical-align: top;
 color: #666666;
 background: url(bg.jpg) repeat-x top left #eee;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 }
table.type02 td{
 padding: 6px;
 border-bottom: 1px dotted #999;
 border-left: 1px solid #ccc;
 }


/* TOPテキストスタイル */
.SM_message_box{
	margin: 0 5%;
	margin-bottom: 30px;
    width:350px;
}
.SM_message_box h3{
	text-align: left;
	margin-bottom: 10px;
	color: #4d4d4d;
	border-left: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0;
	padding-left: 10px;
	line-height: 1;
}
.SM_message_box h3 span{
	display: inline-block;
	text-align: left;
	padding-bottom: 2px;
}
.SM_message_box .SM_box_txt{
	border: 1px solid #ccc;
	padding: 10px;
	color: #4d4d4d;
}


/* お知らせ用スタイル */
section.news{
	position: relative;
	z-index: 99;
	padding-top: 50px;
}
section.news .news_box{
	width: 86%;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	padding: 2%;
	color: #454545;
}
section.news .news_box:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 30px 30px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
section.news .news_box figure{
	margin: 0 auto;
	text-align: center;
}
section.news .news_box figure img{
	width: 90%;
	height: auto;
	border: 5px solid #fff;
	box-sizing:border-box;
}
section.news .news_box h3{
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 30px;
	text-shadow: 0 0 5px #fff;
	margin-bottom: 20px;
	color:rgba(0,28,85,1.00);
	border-radius: 5px;
	padding: 8px 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
section.news .news_box p{
	line-height: 1.8;
	color:rgba(0,28,85,1.00);
}

/* クーポンスタイル */
section.coupon{
	margin:0 5%;
}
section.coupon .coupon_box{
	border: 1px solid #ddd;
	position: relative;
	background-color:#F5F5F5;
    margin-top:25px;
	border-radius: 10px;
}
section.coupon{
	opacity: 1;
	position: relative;
}
section.coupon .coupon_box h2{
	text-align: center;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 4px;
	color: #4d4d4d;
	border-radius: 10px 10px 0 0;
	border-bottom: 2px dashed #ddd;
    margin:0;
}
section.coupon .coupon_box h2 span{
	display: inline-block;
	text-align: left;
}
section.coupon .coupon_box figure{
	position: relative;
	overflow: hidden;
	margin: 10%;
	border: 5px solid #fff;
	box-shadow: 1px 1px 3px #BFBFBF,-1px -1px 3px #BFBFBF,-1px 1px 3px #BFBFBF,1px -1px 3px #BFBFBF;
}
section.coupon .coupon_box figure img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
section.coupon .coupon_box .date1{
	position: absolute;
	border-radius: 10px 10px 0 0;
	color: #4d4d4d;
	top: -40px;
	right: -1px;
	z-index: 0;
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #fff;
	line-height: 1;
}
section.coupon .coupon_box>div{
	color: #4d4d4d;
	padding: 5%;
	letter-spacing: 3px;
	border-radius: 0 0 10px 10px;
}
section.coupon .coupon_box .box_txt{
	margin-bottom: 5%;
}
section.coupon .coupon_box .date2{
	margin-bottom: 10px;
}
section.coupon .coupon_box .due{
	margin-bottom: 5%;
}
section.coupon .coupon_box .coupon_bt{
	margin: 0 5%;
	text-align: center;
	padding: 5%;
	background-color: #CBE3E8;
	color: #4d4d4d;
	border-radius: 10px;
	border-bottom: solid 2px #8BBFC9;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	position: relative;
	letter-spacing: 4px;
}
section.coupon .coupon_box .coupon_bt:active{
    border-bottom: solid 2px #8BBFC9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.stamp-btn{
    width: 80%;
    max-width: 280px;
    text-align: center;
}
input.stamp-btn{
    width: 80%;
    max-width: 280px;
    text-align: center;
}
.lblstamp{
    border: solid 1px;
    border-color: lightgrey;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

