/*common*/
/* a:visited,
a:link,
a:active{
	color:#000;
} */
body {
	background: #faf8f1;
}
#contentsContainer{
	width:100%;
	max-width:710px;
	margin: 0 auto;
}
@media screen and (max-width:768px){
	#contentsContainer{
		padding: 0 10px;
	}
}
body.wide #mainContent{
	width:100%;
	max-width:710px;
}
p.greeting{
	font-size:16px;
}
.bg-white{
	background:#fff;
}

.pc{
	display:inline-block;
}
.sp{
	display:none;
}

/*common parts*/
h1.title{
	width:100%;
	background:#434343;
	padding:10px;
	margin:20px 0 20px 0;
	box-sizing:border-box;
	
}
h1.title span{
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	border:2px solid #fff;
	padding:15px;
	margin:0;
	display:block;
	box-sizing:border-box;
}
ul.notice{
	font-size:12px;
	margin:1.2em 0 2em 0;
}
ul.notice li {
	padding:0 0 0 1.2em;
	position: relative;
	color:#000;
	font-size:14px;
	line-height:1.4em;
	margin-top:2px;
}
ul.notice li.red{
	color: red;
}
ul.notice li:before {
	display: block;
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
ul.noticeWeb{
	font-size:12px;
	margin:0;
	text-align:left;
}
ul.noticeWeb li {
	padding:0 0 0 1.2em;
	position: relative;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	margin-top:2px;
	text-align:left;
	font-weight:normal;
}
ul.noticeWeb li:before {
	display: block;
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
ul.notice li a{
display: inline-block;
margin: 0.5rem 0 0 -1.2em;
    color: #0000EE;
    text-decoration: underline;
}
ul.notice li a:hover{
    text-decoration: none;
}
ul.noticeBig{
	font-size:14px;
	font-weight:bold;
	margin:1.2em 0 0em 0;
}
ul.noticeBig li {
	padding:0 0 0 1.2em;
	position: relative;
	color:#000;
	font-size:14px;
	line-height:1.2em;
	margin-top:2px;
}
ul.noticeBig li:before {
	display: block;
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

p.info{
	width:100%;
	text-align:center;
	font-size:16px;
	background:#fff;
	margin-bottom:20px;
	padding:10px;
	box-sizing:border-box;
	border:1px dotted #ddd;
}
a.notice_textlink{
    display: inline-block;
    margin: 1.5rem 0 0 0;
    color: #0000EE;
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: underline;
}
a.notice_textlink:hover{
    text-decoration: none;
}
/*index*/
ul.shopLink{
	margin-top:30px;
}
ul.shopLink li {
	padding:0 0 0 1.2em;
	position: relative;
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	margin-top:18px;
}
ul.shopLink li span{
	color:#000;
}

ul.shopLink li:before {
	display: block;
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color:#434343;
}
ul.shopLink li.web:before{
	color:#f90;
}


.sectionIn .ttl{
	color:#000;
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	margin-bottom:5px;
	line-height:1.2em;
}

/*table common*/
.tb{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	color:#000;
	font-size:16px;
}
.tb th,.tb td{
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	padding:8px;
	color:#000;
	background:#fff;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
}

/*table special*/
.special th:first-child{
	background:#ec6d5e;
	color:#fff;
	text-align:center;
	width:50%;
}

.special th{
	background:#cdcdcd;
	color:#000;
	text-align:center;
	width:25%;
}
.special td{
	font-size:14px;
}
.special td span{
	font-weight:bold !important;
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.special tr td:first-child{
	background:#f8c6b5;
	text-align:left;
	font-weight:normal;
}

/*table all
.all{
	margin-top:1em;
}*/
.all th:first-child{
	background:#434343;
	color:#fff;
	text-align:center;
	/* width:50%; */
}
.all th{
	background:#cdcdcd;
	color:#000;
	text-align:center;
	/* width:25%; */
	width: 50%;
}
.all td{
	font-size:14px;
}
.all td span{
	font-weight:normal !important;
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:14px;
}
.all tr td:first-child{
	text-align:left;
	font-weight:normal;
}
.all tr td.bg00{
	background:#f8c6b5;
}
.all tr td.bg01{
	background:#ffd8a1;
}
.all tr td.bg02{
	background:#cff2ff;
}
.all tr td.bg03{
	background:#b4f7e8;
}
.all tr td.bg04{
	background:#e9f49c;
}
.all tr td.bg05{
	background:#cdb5e2;
}
.all tr td.bg06{
	background:#ecb3cc;
}
.all tr td.bg07{
	background:#fff1a3;
}

/*table gray*/
.gray th{
	background:#cdcdcd;
	color:#000;
	text-align:center;
}
.gray td{
	font-weight:bold;
	width:50%;
	text-align:center;
	font-size:14px;
}
.gray tr td:first-child{
	background:#eeeeee;
}
.zenkoku{
	font-size:16px;
}


.section_cool {
	width: 50%;
	margin: 30px auto 0;
}
.sttl {
	color:#000;
	font-weight:bold;
	font-size:15px;
	/* margin-top:20px; */
	line-height:1.2em;
}

.tb2{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	margin-top: 5px;
	color:#000;
	font-size:16px;
}
@media screen and (max-width:768px){
	.tb2{
		width:100%;
	}
}
.tb2 th,.tb2 td{
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	padding:8px;
	color:#000;
	background:#fff;
	text-align:center;
	vertical-align: middle;
}
.tb2 th {
	background: #f8c6b5;
	/* color: #fff; */
	font-weight:bold;
}
.tb2-note {
	margin-top: 5px;
	font-size: 12px;
	color: #000;
}


/*btn*/
/* .btn{
  width:100%;
  text-align:center;
  margin: 40px 0 20px 0;
}
.btn a {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #d8d8d8);
  background-image: -moz-linear-gradient(top, #ffffff, #d8d8d8);
  background-image: -ms-linear-gradient(top, #ffffff, #d8d8d8);
  background-image: -o-linear-gradient(top, #ffffff, #d8d8d8);
  background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #434343;
  font-size: 16px;
  padding: 12px 50px;
  border: solid #b3b3b3 1px;
  text-decoration: none;
  font-weight:bold;
  width:auto;
  display:inline-block;
  text-align:center;
}
.btn a:hover {
  background: #d8d8d8;
  background-image: -webkit-linear-gradient(top, #d8d8d8, #ffffff);
  background-image: -moz-linear-gradient(top, #d8d8d8, #ffffff);
  background-image: -ms-linear-gradient(top, #d8d8d8, #ffffff);
  background-image: -o-linear-gradient(top, #d8d8d8, #ffffff);
  background-image: linear-gradient(to bottom, #d8d8d8, #ffffff);
  color: #000;
} */

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

.link190301 a{
    border-bottom: 1px solid #000;
}

.link190301 a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.pc{
		display:none;
	}
	.sp{
		display:inline-block;
	}
	ul.shopLink li {
		font-size:100%;
	}
}

@media screen and (max-width: 768px) {
	h1.title span{
		font-size:20px;
	}
	ul.shopLink li {
		font-size:14px;
	}
}
