@charset "utf-8";
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: local('Nothing You Could Do'), local('NothingYouCouldDo'), url(http://themes.googleusercontent.com/static/fonts/nothingyoucoulddo/v3/jpk1K3jbJoyoK0XKaSyQAZsYoLsUhJo8DEpooYVMXYU.woff) format('woff');
}
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: local('Playball'), local('Playball-Regular'), url(http://themes.googleusercontent.com/static/fonts/playball/v3/QS5qjU-Gc2sqWEq5kDfWQfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: local('Quattrocento'), url(http://themes.googleusercontent.com/static/fonts/quattrocento/v4/WZDISdyil4HsmirlOdBRFHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'domineregular';
    src: url('./font/domine-regular-webfont.eot');
    src: url('./font/domine-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/omine-regular-webfont.woff') format('woff'),
         url('./font/domine-regular-webfont.ttf') format('truetype'),
         url('./font/omine-regular-webfont.svg#domineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* CSS Document */
body {
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

form {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を笹・E*/
  display: block;  /* ブ・礎ク・E戰・彖任迷*/
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* #################HEADER */
header {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
header h1 {
	margin: 0px;
	padding: 0px;
}
header h1 img {
	max-height: 48px;
}
header a.menu {
	display: block;
	height: 48px;
	width: 64px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2d2d2d;
	float: left;
	background-image: url(../img/menu_ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px 48px;
	text-indent: -9999px;
}
header a:hover {
	background-color: #503e25;
	background-image: url(../img/menu_icoHover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px 48px;
}
/* #################MAIN */
#main {
	display: block;
	margin: 0px;
	padding: 0.5em;
}
.mainTtl {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4b031a /*{a-bup-background-start}*/), to( #270a0a /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/);
	padding: 0em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #270a0a;
	border-right-color: #4b031a;
	border-bottom-color: #4b031a;
	border-left-color: #270a0a;
	margin: 0px;
}
.mainTtl > span {
	background-image: url(../img/mainTtl_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	margin: 0px;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 26px;
}
.attendance {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.attendance > div {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
	display: block;
}
.attendance > div > div {
	margin: 0px;
	padding: 0.2em;
	text-align: center;
	background-image: -ms-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbebab), color-stop(1, #503e25));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #fbebab 0%, #503e25 100%);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #503e25;
	border-right-color: #fbebab;
	border-bottom-color: #fbebab;
	border-left-color: #503e25;
	color: #000000;
	text-shadow: 1px 1px 0px #fbebab;
}
.attendance > div > div > span {
	font-weight: bold;
}
.pickupGirl {
	padding: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #383025 /*{a-bar-background-start}*/), to( #000000 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.pickupGirl img {
	margin: 0px;
	padding: 0.2em;
	float: left;
	max-width:30%;
}
.pickupGirl dl {
	margin: 0px;
	padding: 0.2em;
	float: left;
	max-width:65%;
	font-size: 0.8em;
}
.pickupGirl dt {
	padding: 0.2em;
	font-family: 'Playball' , 'domineregular';
	width: 5em;
	float: left;
	clear: both;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4b031a /*{a-bup-background-start}*/), to( #270a0a /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/);
}
.pickupGirl dd {
	padding-bottom: 0.2em;
	padding-left: 5em;
	padding-right: 0.2em;
	padding-top: 0.2em;
	margin: 0px;
}
.pickupGirl dd.mes {
	margin: 0px;
	padding: 0.2em;
	clear: both;
}
.groupShop {
	margin: 0px;
	padding: 0em;
}
.groupShop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
}
.groupShop ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.groupShop ul li a {
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #383025 /*{a-bar-background-start}*/), to( #000000 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #383025;
	border-bottom-color: #383025;
	border-left-color: #000000;
	margin: 0.2em;
	padding: 0.5em;
	text-decoration: none;
}
.groupShop ul li a h2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4b031a /*{a-bup-background-start}*/), to( #270a0a /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #4b031a /*{a-bup-background-start}*/, #270a0a /*{a-bup-background-end}*/);
	padding: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	color: #FFF;
}
.groupShop ul li a img {
	margin: 0.2em;
	padding: 0px;
	float: left;
	max-width:20%;
}
.groupShop ul li a dl {
	margin: 0px;
	padding: 0.2em;
	float: left;
	min-width: 75%;
	color: #FFF;
}
.groupShop ul li a dt {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #000000 /*{a-bar-background-start}*/), to( #383025 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/);
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	clear: both;
}
.groupShop ul li a dd {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
.groupShop ul li a dd.today {
	color: #FFF;
	background-color: #270a0a;
	text-align: center;
	border: 1px solid #4b031a;
	padding: 0.2em;
}
.topNews {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.topNews ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topNews ul li {
	margin: 0px;
	padding: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d2d2d;
	font-size: 0.8em;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #000000 /*{a-bar-background-start}*/), to( #383025 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/);
}
.topNews ul li a {
	display: block;
	margin: 0px;
	background-image: url(../img/newsIco.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px 24px;
	padding-top: 0.2em;
	padding-right: 24px;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	color: #FFF !important;
	text-decoration: none;
}
.topNews ul li a .time {
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2d2d2d;
	font-size: 0.8em;
}
/* #################CONTENTS */
.shopInfo {
	margin: 0px;
	padding: 0.5em;
	display: block;
	background-image: -ms-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbebab), color-stop(1, #503e25));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #fbebab 0%, #503e25 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #fbebab 0%, #503e25 100%);
	color: #000000;
	text-shadow: 1px 1px 0px #fbebab;
}
.shopInfo img {
	margin: 0px;
	padding: 0px;
	float: left;
	max-width:30%;
}
.shopInfo dl {
	margin: 0px;
	padding: 0.2em;
	float: left;
	min-width: 65%;
	font-size: 0.9em;
}
.shopInfo dt {
	margin: 0px;
	padding: 0.2em;
	float: left;
	width: 5.5em;
	clear: both;
}
.shopInfo dd {
	padding-bottom: 0.2em;
	padding-left: 5.5em;
	padding-right: 0em;
	padding-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-bottom: 1px dotted #000000;
}
.shopInfo dd a {
	color: #000 !important;
}
.shopSchedule {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.shopSchedule ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.shopSchedule ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33.3%;
	font-size: 0.7em;
}
.shopSchedule ul li:nth-child(2n) a {
	background-color: #270a0a;
}
.shopSchedule ul li a {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #383025;
	border-bottom-color: #383025;
	border-left-color: #000;
	text-decoration: none;
}
.shopSchedule ul li a img {
	max-width:100%;
}
.shopSchedule ul li a .datails {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #000000 /*{a-bar-background-start}*/), to( #383025 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #000000 /*{a-bar-background-start}*/, #383025 /*{a-bar-background-end}*/);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383025;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #383025;
	color: #fbebab;
	text-shadow: 1px 1px 0px #383025;
	white-space: nowrap;
}
.shopGirls {
	margin: 0px;
	padding: 0px;
}
.shopGirls ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.shopGirls ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	font-size: 0.7em;
}
.shopGirls ul li a {
	display: block;
	margin: 0.2em;
	padding: 0.5em;
	color: #FFF !important;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #383025 /*{a-bar-background-start}*/), to( #000000 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #383025 /*{a-bar-background-start}*/, #000000 /*{a-bar-background-end}*/);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #383025;
	border-bottom-color: #383025;
	border-left-color: #000000;
}
.shopGirls ul li a img {
	padding: 0px;
	float: left;
	max-width: 60px;
	margin-top: 0px;
	margin-right: 0.2em;
	margin-bottom: 0px;
	margin-left: 0px;
}
.shopGirls ul li a .datails {
	margin: 0px;
	padding: 0.2em;
}
.shopEvent {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
.shopEvent h2 {
	margin: 0px;
	padding: 0.2em;
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #383025;
	border-right-color: #2d2d2d;
	border-bottom-color: #2d2d2d;
	border-left-color: #383025;
}
.shopEvent .eventTime {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
}
.shopEvent .body {
	margin: 0px;
	padding: 0.5em;
	background-image: url(../img/event_body.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% ;
}
/* #################FOOTER */
footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer p {
	margin: 0px;
	padding: 0px;
}
footer p small {
	font-size: 0.7em;
	font-weight: normal;
}