

*{
	text-decoration:none;
}

html{
	height: 100%;	/* 縦の高さを100% */
}


body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}

.pc_none {
	display: block;
}
@media (min-width: 1000px) {
	.pc_none {
		display: none;
	}
}
.sp_none {
	display: none;
}
@media (min-width: 1000px) {
	.sp_none {
		display: block;
	}
}

body {
	font-size: 100%;
	*font-size: small;
	*font: x-small;
	line-height: 1.4;
	*line-height: 1.3;
	color: #333333;
	margin: 0px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #01edff;


}

#main_wrap {
	background-image:url(../img/common/body_back.png);
	background-position : right 0px bottom 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.trimming {
	width:  120px;
	height: 120px;
	overflow: hidden;
}

.shop_img_right{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


.pink_all_text{
	background-color: #DE9E9C;
	padding:10px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}



.clearFix:after{  
display:block;  
clear:both;  
height:0;  
visibility:hidden;  
content:".";  
zoom:1;  
} 

.clearfix:after {
  display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
 }

#main-nav ul{
	background-color:#333;	
}



.table_default th {
	padding: 10px;
	text-align: left;
	}

.table_default td {
	padding: 10px;
	}

.table_line td {
	border-bottom:1px dotted #CCC;
	padding: 5px;
	}

.col_box2 {
width: 100%;
margin: 0px auto;
margin-top:0px;
}

.col_box2 ul{
margin:0px;
padding:0px;

}
.col_box2 li{
	margin:10px 0px 0px 5px;
	padding:0px;
display: block;
background-color:#eee;
padding:13px 0px 10px 0px;
text-align:center;
list-style:none;
border:1px solid #ddd;
background-position:left;
}
.col_box2 li:nth-child(1) {
margin:10px 0px 0px 10px;
}
.col_box2 li:nth-child(3) {
	width: 27%;
}

#footer{
	width:100%;               /* 横の幅を100% */
	position: fixed;
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	z-index:999;
}

#copyright {
	background: #4cc;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 200%;

}

ul.subnav    {
    display:table;
	width:100%;
	border-top:1px solid #DBD2B9;
	
}
ul.subnav li{
    display:table-cell;
	padding:10px 5px;
    vertical-align:middle;
	color:#000;
    text-align:center;
background-color:#F5EEE8;
}

ul.subnav li:nth-child(1n) {
	border-left:1px solid #DBD2B9;
}

ul.subnav li a{
    color:#000;
}



ul.subnav2{
    display:table;
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
ul.subnav2 li{
    display:table-cell;
	padding:10px 5px;
    vertical-align:middle;
    text-align:center;
	width:50%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
background-color:#ddd;
}

ul.subnav2 li:nth-child(2n) {
	border-left:1px solid #ccc;
}

ul.subnav2 li a{
    color:#333;
}


#color_bt{
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
background-color:#ddd;
}



#user_tab {
	margin:0px;
	padding:0px;
	padding-top:15px;
	padding-left:10px;
}


#user_tab li {
  float: left;
  padding: 10px;
  margin:0px;
  list-style: none;
  cursor: pointer;
  background: #fff;
  margin-left:5px;
  border:1px solid #CCC;
  border-bottom:none;
}

#user_tab li.select {
	background-color:#C00;
  color:#FFF;
}

#user_tab li.select a{
  color:#FFF;
}

.content_wrap {
  clear: left;
  background: #c00;
  padding:10px;
  font-weight:bold;
  color:#FFF;
}


.form_bt{
	background-color: #C00;
	color:#FFF;
}

.smamenu ul{
display:table;
}

.smamenuli{
display:table-cell;
vertical-align:middle;
}

.col_box3 ul{
margin:0px;
padding:0px;
}
.col_box3 li{
	margin:0px;
	padding:0px;
display: block;
background-color:#fff;
padding:10px 0px;
text-align:center;
list-style:none;
width: 33%;
background-image:none;
background-image:url(img/icon/line.gif);
background-repeat:repeat-y;
background-position:left;
}
.col_box3 li:nth-child(1) {
	border-left:none;
}
.col_box3 li:nth-child(3) {
	width: 49%;
}


li{list-style-type:none;}
  .tabs{overflow:hidden;width:100%; margin:0px; padding:0px;}
  .tabs2{overflow:hidden;width:100%; margin:0px; padding:0px;}
  .tabs li{float:left;width:30%;cursor:pointer;list-style-type:none;}
  .tabs2 li{float:left;width:30%;cursor:pointer;list-style-type:none;}
  .tab1{clear:both;display:block;display:none;}
  .tab2{clear:both;display:block;display:none;}
  .tab3{clear:both;display:block;display:none;}
  
  .tabb1{clear:both;display:block;display:none;}
  .tabb2{clear:both;display:block;display:none;}
  .tabb3{clear:both;display:block;display:none;}
  
  .tabs .selected{
	  background-image:url(img/menu_line_pink.png);
	  background-position:top;
	  background-repeat:repeat-x;
	  color:#333;
	  }
	  
 .tabs2 .selected2{
	  background-image:url(img/menu_line_pink.png);
	  background-position:top;
	  background-repeat:repeat-x;
	  color:#333;
	  }

#user_main_left{
	width:80px;
	float:left;
}

#user_main_center{
	width:220px;
	margin-left:20px;
	float:left;
}


#present_maru{
	display: inline-block;
	background-color:#9A000C;
	padding:20px 22px;
	color:#FFF;
	font-size:24px;
	text-align:center;
	border-radius: 50px;        /* CSS3草案 */  
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50px;   /* Firefox用 */
}

.label,
.badge {
  display: inline-block;
  padding: 4px 6px;
/*  font-size: 11.844px;*/
  font-size: 10px;
  font-weight: bold;
/*  line-height: 14px;*/
  line-height: 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  margin:2px;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#label-search {
  background-color: #de9e9c;
  color:#fff;
}

.label-sch {
  background-color: #3ab41e;
  color:#fff;
}

#label-search a{
  color:#FFF;
}

#label-search-off{
  background-color: #ddd;
  color:#fff;
}

.label-shop {
  background-color: #0088cf;
  padding: 1px 10px;
}

.label-shop-off {
  background-color: #bbbbbb;
  padding: 1px 10px;
}

.label-info {
  background-color: #cc0000;
}

.label-info-off{
  background-color: #ddd;
  color:#666;
}

.label-info-pre{
  background-color: #9A000C;
  color:#fff;
}

.label-info-pre[href],
.badge-info-pre[href] {
  background-color: #9A000C;
}

.label-user{
  background-color: #fff;
  border:1px solid #CCC;
  color:#333;
  font-weight:normal;
  
}



#box01, #box02, #box03 {
	margin-top:10px;
    display: none;
}



/* メッセージ */
.ok_alert {
    display: none; /* 初期状態は非表示 */
    top: 100px;
    left: 50%;
    position: absolute;
    margin-left: -100px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
	z-index:100;
}

.alert-info {
  color: #fff;
  background-color: #000;
  border-color: #555;
  padding:40px;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.label,
.badge {
  display: inline-block;

  font-size: 10px;
  color: #ffffff;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}



#shop-cp-title{
	background-image:url(../../img/shop/cp_title.png);
	background-repeat:no-repeat;
	height:35px;
	margin-top:30px;
}

.label-user{
  background-color: #fff;
  border:1px solid #CCC;
  color:#333;
  font-weight:normal;
  
}

.label-info[href],
.badge-info[href] {
  background-color: #C7311F;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}



.pointer { cursor: pointer; }

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

form{margin:0px; padding:0px;}

input, textarea{
padding:6px;
border:solid 1px #cccccc;
background:#f6f6f6;
}

select{
	-webkit-appearance:none;
padding:10px 7px;
margin:2px 2px 2px 0px;
border:solid 1px #cccccc;
background:#f6f6f6;
}

.kuti-font{
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
color:#c7311f;
}

.mintyo{
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
}

ul{
	margin:0px;
	padding:0px;
}
li{
	margin:0px;
	padding:0px;
}


/*アコーディオンメニュー*/
section h1,
dt {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    margin-bottom: 1px;
	padding: 10px;
	color: #333;
	cursor: pointer;
	position: relative;
	  font-size:16px;
}

section h1:before,
dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #333;
  
}

section h1:after,
dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #fff;
  
}

section h1.active:before,
dt.active:before {
  margin-top: -2px;

}

section h1.active:after,
dt.active:after {
  margin-top: 3px;
}

section li,
dd {
	border-bottom: solid 1px #D6D6D6;
	padding: 8px 0px 8px 15px;
}


.bt_bg a{
	display:inline-block;
	background-color:#DE9E9C;
	width:70%;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-radius: 7px;         /* CSS3 */
   -moz-border-radius: 7px;    /* Firefox */
   -webkit-border-radius: 7px; /* Safari,Chrome */
}


.bt_40 a{
	display:inline-block;
	background-color:#DE9E9C;
	border:1px solid #CCC;
	width:80%;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-radius: 7px;         /* CSS3 */
   -moz-border-radius: 7px;    /* Firefox */
   -webkit-border-radius: 7px; /* Safari,Chrome */
}

section li a {
	position: relative;
	display: block;
}

section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ccc;
}

section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
/*アコーディオンメニュー*/



#search_main {
	height:300px;
	padding:100px 0px 0px 60px;
	background-repeat:no-repeat;
	background-size: 50%;
}

#cp_bg_rank{
	background-image:url(./img/special/rank.png);
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
	width:90px;
	height:90px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
}

#cp_bg_time{
	background-image:url(./img/special/sp_cp_time.png);
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
	background-position:center;
	width:260px;
	color:#FFF;
	text-align:center;
	padding-top:2px;
	height:20px;
	width:100%;
}

#cp_bg_rank_text{
	padding-top:25px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
}

.login_bg2{
	z-index:5;
	width:95%;
	height:210px;
	position: absolute;
	background-image:url(./img/special/login_bg2.png);
	background-position:center;
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}

#call{
	border-bottom:5px solid #FFF;
	border-top:5px solid #FFF;
	background-color:#d27173;
	text-align:center;
}

p{
	margin:3px 0px;
	padding:0px;
}

.style_none a{
	font-weight:normal;
}

.sya_time{
width:115px;
background-color:#09C;
padding: 3px 0px 3px 15px;
color:#FFFFFF;
}



.yourElement .moving {
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
} /* スピード等は任意です。 */


.flickBox img {
  vertical-align: bottom;
  border: none;
}
.main h2 {
  color: #1e1822;
  text-align: center;
}

#slideShow { }
#slideShow .nav {
  width: 100%;
  text-align: center;
}
#slideShow .nav ul {
  width: 12em;
  padding-bottom: 10px;
  margin: 0 auto;
  background: #000;
  -webkit-border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-bottom-left-radius: 16px;
  -moz-border-bottom-right-radius: 16px;
}
#slideShow .nav ul li {
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
#slideShow .nav ul li a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
#slideShow .nav ul li.selected a { color: #dedede }
#slideShow .containerOuter {
  position: relative;
  padding: 0px 0 0px;
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
  background: -moz-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
}
#slideShow .container {
  position: relative;
  cursor: pointer;
}
#slideShow .containerInner { }
#slideShow .containerInner > div.item {
  width: 250px;
  height: 400px;
  margin: 0 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#slideShow .item { position: relative }
#slideShow .item > span {
  position: absolute;
  width: 250px;
  padding: 5px;
  top: 250px;
  left: -15px;
  margin: 0 10px;
  text-align: left;
  color: #fff;
  font-size: 10px;
}
#slideShow .arrows {
  position: relative;
  padding: 0 8px;
  top: -26px;
}
#slideShow .arrows > .prev { float: left }
#slideShow .arrows > .next { float: right }
/*  button  */
.button {
  -moz-user-select: none;
  -webkit-user-select: none;
  border-top: 1px solid #828282;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#333333));
  background: -moz-linear-gradient(top, #616161, #333333);
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #ccc;
  font-size: 14px;
  font-family: Georgia, serif;
  text-decoration: none;
  vertical-align: middle;
}
.button:hover {
  border-top-color: #4f4f4f;
  background: #4f4f4f;
  color: #ccc;
}
.button:active {
  border-top-color: #474747;
  background: #474747;
}



#cp_bg{
	background-color:#E95377;
	padding-top:5px;
}

#cp_bg_text{
	background-color:#FFF;
	color:#E95377;
	padding:12px;
	
	font-weight:bold;
}

#cp_teizi{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	padding:8px 5px 0px 5px;
}

#cp_title_teizi{
	color:#E95377;
	font-size:18px;
	font-weight:bold;
}

#cp_title{
	color:#E95377;
	font-size:18px;
	font-weight:bold;
}

#cp_kigen{
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background-color:#eeeeee;
	padding:5px;
	margin:5px;
	font-size:10px;
}

#cp_kigen_teizi{
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background-color:#E95377;
	color:#FFF;
	padding:5px;
	margin:5px;
	font-size:10px;
}

#cp_line{
	border:none;
	border-bottom:2px dotted #E95377;
}

#call_shop{
	border-bottom:5px solid #FFF;
	border-top:5px solid #FFF;
	background-color:#003477;
}

#shop_osu{
	background-image:url(img/shop_osu_bg.png);
	background-repeat:repeat-x;
	padding:12px;
	font-weight:bold;
	color:#FFF;
}

.shop_info_bg{  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background-color:#ffffff;
	color:#555;
	margin:0px 0px;
	padding:5px;
	border:1px solid #CCC;
}

.hr_pink{
	border:none;
	border-bottom:2px dotted #DE9E9C;
}

.kado{
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   padding:10px;
}


.kado_line{
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border:1px solid #CCC;
}

.kado_top{
   border-top-left-radius: 5px;         /* CSS3 */
   -moz-border-top-left-radius: 5px;    /* Firefox */
   -webkit-border-top-left-radius: 5px; /* Safari,Chrome */
   border-top-right-radius: 5px;         /* CSS3 */
   -moz-border-top-right-radius: 5px;    /* Firefox */
   -webkit-border-top-right-radius: 5px; /* Safari,Chrome */
}

.kado_5{
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   padding:3px 5px;
}

.kado2{
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}

.kado3{
   border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
}

.kadomaru   {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	width:70%;
	background-color:#e95277;
	color:#FFF;
	padding:5px;
	text-align:center;
}

.kadomaru_left{  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */

	background-color:#ffffff;
	color:#555;
	border:1px solid #CCC;
}

.kadomaru a {
	display:block;
	font-weight:normal;
	color:#fff;
}  


.kadomaru_red   {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	width:92%;
	background-color:#e40011;
	color:#FFF;
	margin:0px auto;
	padding:5px;
	text-align:center;
}

.kadomaru_red a {  
    color:#FFF;
}

.kadomaru_gray   {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	width:92%;
	background-color:#eee;
	color:#FFF;
	margin:0px auto;
	padding:5px;
	text-align:center;
}

.kadomaru_gray a {  
    color:#333;
} 

.search_cp{
	padding:1px;
	background-color:#F39;
	color:#FFF;
	width:60px;
	text-align:center;
	font-size:xx-small;
}

.search_cp2{
	padding:3px;
	margin:3px 0px;
	border:1px solid #aaa;
	width:80px;
	text-align:center;
}

#title_bg_pink{
	background-image:url(img/title_bg_pink.png);
	background-repeat:repeat-x;
	padding:12px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}

#title_sub_area{
	margin:6px 0px 6px 12px;
	padding-left:6px;
	color:#775c2f;
	font-size:small;
	border-left:3px solid #b7a688;
}

#bg_bk{
	background-color:#000;
	text-align:center;
	padding:4px 0px 0px 0px;
}

.balloon {
position: relative;
margin-right: 30px;
padding:15px;
width:150px;
background-color: #fff;
border: 1px solid #9e9e9f;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
}

.balloon:after {
background-image:url(../img/shop_staff_arrow.png);
position: absolute; top: 10px; left: 179px;
content: ""; width: 20px; height: 20px;

}

.circle .image-wrap {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	border: 3px solid #fff;
}

#bg_bk_gallery{
	background-color:#000;
	text-align:center;
	padding:4px 0px 0px 0px;
}

#shop_tel a{
	background-image:url(img/icon/tel.png);
	background-repeat:no-repeat;
	width:140px;
	height:30px;
	padding:14px 0px 0px 60px;
	margin:5px auto;
	color:#FFF;
	font-weight:bold;
	display:block;
}

#favorite{
	padding:3px 0px 0px 0px;
	margin:5px auto;
	text-align:center;
	font-weight:bold;
}

#call_tel a{
	background-image:url(img/icon/tel_pink.png);
	background-repeat:no-repeat;
	width:140px;
	height:30px;
	padding:14px 0px 0px 60px;
	margin:0px auto;
	color:#FFF;
	font-weight:bold;
	display:block;
}


#call_mail a{
	background-image:url(img/icon/mail.png);
	background-repeat:no-repeat;
	width:140px;
	height:30px;
	padding:14px 0px 5px 60px;
	margin:5px auto;
	color:#FFF;
	font-weight:bold;
	display:block;
}


#title_bg_yellow_arrow{
	background-image:url(img/title_bg_yellow_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:12px;
	font-weight:bold;
	height:16px;
}


#title_bg_pink_arrow{
	background-image:url(img/title_bg_pink_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:12px;
	font-weight:bold;
	height:16px;
}

#top_box{
	width:140px;
	height:40px;
	font-size:small;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	text-align:center;
	display:block;
}

#top_box a{
	width:120px;
	height:20px;
	padding:10px;
	color:#555;
	display:block;
}

#title_bg_yellow_arrow a{
	display              : block;
	list-style:none;
	width: 100%;
	color:#333;
}

#title_bg_pink_arrow a{
	display              : block;
	list-style:none;
	width: 100%;
	color:#333;
}

#title_bg_pink_back{
	background-image:url(img/title_bg_pink.png);
	background-repeat:repeat-x;
	padding:6px 12px;
	font-weight:bold;
}


#title_bg_blue{
	background-image:url(img/title_bg_blue.png);
	background-repeat:repeat-x;
	padding:12px;
	font-weight:bold;
	height:16px;
}

#title_bg_blue_arrow{
	background-image:url(img/title_bg_blue_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:12px;
	font-weight:bold;
	height:16px;
}

#title_bg_blue_arrow a{
	display              : block;
	list-style:none;
	width: 100%;
	color:#333;
}

#title_bg_bk{
	background-image:url(img/title_bg_bk.png);
	background-repeat:repeat-x;
	padding:12px;
	font-size:small;
	text-align:center;
	height:16px;
}

#title_bg_bk2{
	background-color:#bbb;
	padding:10px;
	font-size:small;
	color:#FFF;
}

#title_bg_bk3{
	background-color:#e4c95f;
	padding:10px;
	font-size:small;
	color:#FFF;
}

/* 26x26 pixels */

.ulma{
	padding:10px;
	margin:10px;
}



.filmstrip li{
	background:none;
}

.galleryview li{
	list-style:none;
}

.panel-overlay{
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	padding:10px;
	color:#FFF;
}

#ver li{
	list-style:none;
	background-image:url(img/icons-36-black2.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding:7px 30px 0px 12px;
	border-bottom:1px solid #CCC;
	font-size:small;
	color:#999;
}

#list li{
	list-style:none;
/*	background-image:url(img/menu_bg.png);
	background-repeat:no-repeat;
	background-position:center right;*/
	padding:7px 20px 7px 5px;
	border-bottom:1px solid #CCC;
	font-size:small;
	color:#333;
}

#icon li{
	list-style:none;
	margin:5px;
	background-image:none;
	float:left;
}

#shop-service-in-icon {
	background-color:#BEAA82;
	padding:1px;
	margin:7px 0px;
	text-align:center;
	width:100px;
	color:#FFF;
	font-size:small;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}

#list_next li{
	list-style:none;
/*	background-image:url(../img/menu_bg.png);
	background-repeat:no-repeat;
	background-position:center right;*/
/*	padding:10px 20px 5px 10px;*/
	padding:10px 10px 5px 10px;
	border-bottom:1px solid #ccc;
	font-size:small;
}

#list_no li{
	list-style:none;
	background:none;
	background-position:center right;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #ccc;
}

#list_no li a{
	display              : block;
	list-style:none;
	width: 100%;
	color:#999;
}

li a{
	display              : block;
	width: 100%;
	color:#333;
}

#ver li a{
	display              : block;
	width: 100%;
	color:#999;
}

#list li a{
	display              : block;
	width: 100%;
	color:#333;
}

#white_text{
	padding:10px;
	font-size:small;
	color:#555;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	text-align:left;
}

#gray_text{
	padding:12px 12px;
	color:#555;
}


#white_text2 {
	padding:10px;
	background-color:#FFF;
	margin:10px;
	border:1px solid #F93;
	font-size:small;
	color:#666;
}


#title_bg_bk a{
	display              : block;
	width: 100%;
	color:#333;
}

.shop_img{
	border:1px solid #CCC;
	padding:2px;
}

.col_box {
width: 100%;
margin: 0 auto;
border-top: 1px solid #999;
border-bottom:1px solid #999;
}

.col_box ul{
margin:0px;
padding:0px;
}

.col_box li {
	margin:0px;
	padding:0px 0px 0px 0px;
	background:none;
	width: 33%;
	float: left;
}
.col_box li a {
	margin:0px;
	padding:0px;
display: block;
border-left: 1px solid #999;
border-right: 1px solid #999;
background-color:#fff;
padding:10px 0px;
text-align:center;

}
.col_box li:nth-child(3) a {
width: 103%;
}


.service-info-ico01 {
	background-image: url(../img/shop/shop_service_ico_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	font-size: 16px;
	height: 55px;
	margin-bottom: 15px;
}
.service-info-ico02 {
	background-image: url(../img/shop/shop_service_ico_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	font-size: 16px;
	height: 55px;
	margin-bottom: 15px;
}
.service-info-ico03 {
	background-image: url(../img/shop/shop_service_ico_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	font-size: 16px;
	height: 55px;
	margin-bottom: 15px;
}

.red_text{
	background-color:#C00;
	padding:10px;
	color:#FFF;
}

.blue_text{
	background-color: #09C;
	padding:10px;
	color:#FFF;
}

.pink_text{
	background-color: #e95383;
	padding:10px;
	color:#FFF;
}


.lunch_text{
	background-color: #5cb531;
	padding:10px;
	color:#FFF;
}

.drink_text{
	background-color: #fabe00;
	padding:10px;
	color:#FFF;
}

.gallery_text{
	background-color: #e40011;
	padding:10px;
	color:#FFF;
}

.col_top_box {
width: 100%;
margin: 0 auto;
border-bottom:1px solid #999;
}

.col_top_box ul{
margin:0px;
padding:0px;
}

.col_top_box li {
	margin:0px;
	padding:0px 0px 0px 0px;
	background:none;
	width: 50%;
	text-justify:inter-word;
	float: left;
}

.col_top_box li a {
	margin:0px;
display: block;
padding:13px 0px;
text-align:center;
background-color:#f7f7f7;
font-size:16px;
text-justify:inter-word;
}


#rank_active a {
	margin:0px;
display: block;
padding:13px 0px;
text-align:center;
font-size:16px;
background:url(img/rank_bg.png);
background-position:bottom;
}

#rank_active2 a {
	margin:0px;
display: block;
padding:13px 0px;
text-align:center;
font-size:16px;
background:url(img/rank_bg.png);
background-position:bottom;
border-left:1px solid #CCC;
}

.col_top_box li:nth-child(2n) a {
background-image:url(img/icon/line.gif);
background-repeat:repeat-y;
}

#shop-coupon-riyou {
padding: 5px 0px 0px 100px;
min-height:26px;
background-image:url(../img/shop_coupon_riyou.png);
background-repeat:no-repeat;
}

#shop-coupon-presentation {
padding: 5px 0px 0px 100px;
min-height:26px;
background-image:url(../img/presentation.png);
background-repeat:no-repeat;
}

#shop-coupon-text {
border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
	padding:5px;
	text-align:center;
	color:#FFF;
	background-color:#e85377;
}

img {
	max-width: 100%;	
	vertical-align: bottom;
}
/**********************************************************************
* header menu
**********************************************************************/



.header_box {
width: 100%;
margin: 0 auto;
height:46px;
background-image:url(img/header_bg.png);
background-position:bottom;
background-repeat:repeat-x;
}

.header_box ul{
	margin-left:10px;
}

.header_box li {
	margin:0px;
	padding:0px;
	background:none;
	width: 80px;
	float: left;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom:none;
}
.header_box li a {
	margin:0px;
	padding:0px;
display: block;
border-left: 1px solid #999;
border-right: 1px solid #999;
background-color:#fff;
padding:7px 0px;
text-align:center;
}

.header_box .active a{
	background-image:url(img/header_menu_bg.png);
background-repeat:repeat-x;
border-bottom:none;
}


.shop_bt a:link,
.shop_bt a:visited{
	background-color:#FFF;
	border:1px solid #DE9E9C;
	text-align:center;
	color:#333;
	margin-right:5px;
	padding:5px;
	display:block;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}
.shop_bt a:hover{
	color:#fff;
	text-decoration      :none;
	background-color:#e7baaf;
	display:block;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}


.shop_bt2 a:link,
.shop_bt2 a:visited{
	background-color:#FFF;
	border:1px solid #DE9E9C;
	text-align:center;
	color:#333;
	padding:5px;
	display:block;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}
.shop_bt2 a:hover{
	color:#fff;
	text-decoration      :none;
	background-color:#e7baaf;
	display:block;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}

#sticker {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
@media (max-width: 1000px) {
	#sticker {
		width: 95%;
	}
}


#main-pcnav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 100%;
    padding: 10px 0;
}
#main-pcnav li{
    padding: 0 10px;
}
.pcnav {
	border-right: 1px solid #fff;
}

#index_img_wrap {
	width: 100%;
	background-image:url(../img/common/header_img_back.png);
	background-size: 100% auto;
	background-position: left center;
}
#index_img {
	width: 1000px;
	margin: 0 auto;
}
@media (max-width: 1000px) {
	#index_img {
		width: 100%;
	}
}

.sub_title {
	margin:0;
	padding:10px;
	color:#fff;
	background-color:#ff9944;
	border-bottom:3px solid #ffbb66;
	font-weight: bold;
}

/*---------------------------------------------------------
メインコンテンツ
---------------------------------------------------------*/
#main_contents {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 1000px;
    margin: 0 auto 69px;
}
@media (max-width: 1000px) {
	#main_contents {
		width: 100%;
  		display: block;
	}
}

#center_contents {
	width: 680px;
	background: #fff;
}
@media (max-width: 1000px) {
	#center_contents {
		width: 100%;
	}
}

#side_contents {
	width: 320px;
	background: #fff;
}
@media (max-width: 1000px) {
	#side_contents {
		width: 100%;
	}
}

/*---------------------------------------------------------
パンくずデザイン
---------------------------------------------------------*/
.module-triangle-right {
  display: inline-block;
  position: relative;
  background-color:#DE9E9C;
  color:#fff;
  font-size: 10px;
  padding:8px 7px 9px 7px;
  margin-left:20px;
   border-radius: 3px;         /* CSS3 */

   -moz-border-radius: 3px;    /* Firefox */
   -webkit-border-radius: 3px; /* Safari,Chrome */
}

.module-triangle-right a {
	color:#FFF;
}
.module-triangle-right::before {
  content: "";
  display: inline-block;
  border: 16px solid transparent;
  border-right-color: #DE9E9C;
  position: absolute;
  
  left: -31px;
  top: 50%;
  margin-top: -15px;
}
/**********************************************************************
* pager
**********************************************************************/

#search-pager{
padding:10px;
text-align:center;
}


.pager,
.pager li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager li {
	display: inline-block;   
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
}

* html .pager li {
	display: inline;
	zoom: 1;
}

.pager li a,
.pager li span {
	display: block;
	background: #eeeeee;
	border: solid 1px #dcdcdc;
	padding: 0 5px;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	height: 30px;
}

.pager li span {
	background: #333333;
	border: solid 1px #dcdcdc;
	color: #ffffff;
}

.pager li a:link,
.pager li a:visited,
.pager li a:active,
.pager li a:hover {
	text-decoration: none;
	color: #000000;
}
	
.pager li a:hover {
	background: #dcdcdc;
}

/**********************************************************************
* Other 
**********************************************************************/

.zero{
	padding:0px;
	margin:0px;
}

.table_bg_op {
	background-image:url(../img/shop/shop_tab_gallery_bg.png);
}

.table_bg_op_td{
	padding:5px;
}



.white{
	background-color:#FFF;
}

hr{
	border:none;
	border-bottom:1px dotted #CCC;
}

.hr_line{
	border:none;
	border-bottom:1px solid #ddd;
}

.dotted{
	border:none;
	border-bottom:1px dotted #CCC;
	margin:20px 0px;
}



.shop_title_bg{
	background-color:#DE9E9C;
	padding:5px 15px;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}


div.title h2{
    text-align:left;
    float:left;
    font-size:12px;
    padding:0;
    margin:0;
	font-weight:normal;
	color:#000;
}
 

div.title h3{
    text-align:left;
    float:left;
    padding:0;
    margin:0;
	font-weight:normal;
	display:block;
} 

div.title p{
    text-align:right;
    padding:0;
    margin:0;
}


.clear-type {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
     -moz-transform-origin: 0 0;
     -moz-transform: scale(1, 1.01);
      -ms-transform-origin: 0 0;
      -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
       -o-transform-origin: 0 0;
       -o-transform: scale(1, 1.01);
}


.colo-black {color: #000000}
.colo-gray {color: #a1a1a1}
.colo-silver {color: #c0c0c0}
.colo-white {color: #ffffff}
.colo-navy {color: #000080}
.colo-teal {color: #008080}
.colo-aqua {color: #00ffff}
.colo-blue {color: #0000FF}
.colo-olive {color: #808000}
.colo-green {color: #008000}
.colo-gold {color: #8C6E31}
.colo-lime {color: #00ff00}
.colo-yellow {color: #ffff00}
.colo-marron {color: #800000}
.colo-purple {color: #800080}
.colo-fuchsia {color: #ff00ff}
.colo-red {color: #cc0000}
.colo-pink {color: #DE9E9C}

.m1 {margin	                :1px;}
.m2 {margin	                :2px;}
.m3 {margin	                :3px;}
.m4 {margin	                :4px;}
.m5 {margin	                :5px;}
.m10 {margin			    :10px;}
.t1 {margin-top				:1px;}
.t2 {margin-top				:2px;}
.t3 {margin-top				:3px;}
.t4 {margin-top				:4px;}
.t5 {margin-top				:5px;}
.t7 {margin-top				:7px;}
.t10 {margin-top			:10px;}
.t15 {margin-top			:15px;}
.t20 {margin-top			:20px;}
.t25 {margin-top			:25px;}
.t30 {margin-top			:30px;}
.t35 {margin-top			:35px;}
.t40 {margin-top			:40px;}
.r1 {margin-right			:1px;}
.r2 {margin-right			:2px;}
.r3 {margin-right			:3px;}
.r4 {margin-right			:4px;}
.r5 {margin-right			:5px;}
.r10 {margin-right			:10px;}
.r15 {margin-right			:15px;}
.r20 {margin-right			:20px;}
.r25 {margin-right			:25px;}
.r30 {margin-right			:30px;}
.r35 {margin-right			:35px;}
.r40 {margin-right			:40px;}
.r50 {margin-right			:50px;}
.r60 {margin-right			:60px;}
.l1 {margin-left			:1px;}
.l2 {margin-left			:2px;}
.l3 {margin-left			:3px;}
.l4 {margin-left			:4px;}
.l5 {margin-left			:5px;}
.l6 {margin-left			:6px;}
.l7 {margin-left			:7px;}
.l10 {margin-left			:10px;}
.l15 {margin-left			:15px;}
.l20 {margin-left           :20px;}
.l25 {margin-left           :25px;}
.l30 {margin-left           :30px;}
.l35 {margin-right			:35px;}
.l40 {margin-right			:40px;}
.b1 {margin-bottom          :1px ;}
.b2 {margin-bottom          :2px ;}
.b3 {margin-bottom          :3px ;}
.b4 {margin-bottom          :4px ;}
.b5 {margin-bottom          :5px ;}
.b7 {margin-bottom          :8px ;}
.b10 {margin-bottom         :10px;}
.b15 {margin-bottom         :15px;}
.b20 {margin-bottom         :20px;}
.b25 {margin-bottom         :25px;}
.b30 {margin-bottom         :30px;}
.b35 {margin-bottom         :35px;}
.b40 {margin-bottom			:40px;}
.b45 {margin-bottom			:45px;}
.b50 {margin-bottom			:50px;}
.b55 {margin-bottom			:55px;}
.b60 {margin-bottom			:60px;}

.f10 {font-size:10px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f22 {font-size:22px;}

.cc0000 { color:#CC0000;}
.ddd { color:#dddddd;}
.FF6600 { color:#e47911;}

.b {font-weight:bold;}
.ss{font-size:12px;}
.sss{font-size:10px; line-height:12px;}
.mm{font-size:15px;}

.l130{line-height:130%;}
.l140{line-height:140%;}
.l150{line-height:150%;}






#build-menu-page {
  left: 0;
  position: relative;
}

#build-menu {
	background-color: #000;
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	width: 200px;
  padding: 0;
  position: static;
  z-index: 999999;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
  margin-left: auto;
}

.build-menu-animating #build-menu-page {
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}





input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}






input[type="radio"] {
    border: 1px solid #aaaaaa;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="radio"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="radio"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}


/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  background-color: #fff;
  float: left;
  cursor: pointer;
  width: 200px;
  padding: 4px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fafafa;
}

.tiles-wrap img {
  display: block;
}

.tiles-wrap a {
  color: #555;
  text-align: center;
  /* display: table-cell; */
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  content: "Loading\2026";
  padding-top: 20px;
  color: #999;
}

.slider{
    margin: 10px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/**********************************************************************
* system
**********************************************************************/

.system_table {
	border-collapse: collapse;
	width: 90%;
	margin: 10px auto;
	text-align: center;
	border: 2px solid #e79fac;
}
.system_table th{
	text-align: center;
	color: #ffffcc;
	background: #e79fac;
	border: 1px solid #e79fac;
	padding: 5px 0;
}
.system_table td{
	text-align: center;
	border: 1px solid #e79fac;
	padding: 5px 0;
}

.system_pointo {
	color: red;font-weight: bold;
}

.system_note {
	font-size: 12px;
	width: 90%;
	margin: 10px auto;
}

ul.system_note {
	list-style-type: none;
}
ul.system_note li:before {
	content: '※'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-14px; /* 1文字分、左に寄せる */
	color:red;
}


/**********************************************************************
* rec
**********************************************************************/

.rec_note {
	font-size: 14px;
	width: 90%;
	margin: 10px auto;
}

ul.rec_note {
	list-style-type: none;
}
ul.rec_note li:before {
	content: '■'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-14px; /* 1文字分、左に寄せる */
}


/**********************************************************************
* corona_info
**********************************************************************/

#corona_info p{
	margin-bottom: 10px;
}