#heads div#headnav,
#headline,
.pc,
#head_pc_link table,
p#icon{
	display:none;
}
.sm_menu {
	z-index: 1500;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6% 10%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
.sm_menu h2,
.sm_menu a {
	color: white;
}
.sm_menu h2 {
	text-align: center;
}
.sm_menu ul {
	padding: 0;
	width: 90% !important;
	margin: 0 auto;
    clear: both;
	display: block;
}
.sm_menu ul li {
	display: block !important;
	width: 100% !important;
    margin: 0px 0 0px 0 !important;
    padding: 0px !important;
	text-align: left !important;
	font-size: 14px !important;
    border-bottom: 1px solid #656869;
    position: relative;
    clear: both;
    list-style: none;
}
.sm_menu p.menu1{
	clear: both;
	margin: 0px auto;
	padding: 0px;
    border-bottom: 1px solid #656869;
	width: 90%;
}
.sm_menu ul li a,
.sm_menu p.menu1 a{
	display: block;
	padding: 10px 0 10px 0;
	text-decoration: inherit;
	transition: background .5s;
	clear: both;
	position: relative;
}
.sm_menu p.menu1 a.menu2{
	background-color: black;
	padding: 5px 20px;
	border-top: 1px dashed #656869;
}
.sm_menu ul li i,
.sm_menu p.menu1 i{
    position: absolute;
    top: 12px;
    right: 0;
}
.sm_menu p.menu1 a.menu2 i{
    top: 10px;
	color: darkgray;
}
.sm_menu ul li img{
    width: 40px;
    height: auto;
    float: left;
    margin: 0 15px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sm_menu ul li span{
    display: block;
    padding: 5px 0 0 0;
}
.sm_menu ul li#sm_first{
    line-height: 160%;
}
.sm_menu ul li#sm_first i{
        top: 26px;
}
    .sm_menu li a i.fa-angle-right{
        position: absolute;
        top: 20px;
        right: 0;
    }
    .sm_menu li a i.fa-angle-right{
        
    }
/*------------*/
.sm_menu ol{
	padding: 0;
	width: 90%;
	margin: -20px auto auto auto;
}
.sm_menu ol li{
	font-size: .9em;
	line-height: 1.4;
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.sm_menu ol li a{
	display: block;
	padding: 10px 0;
    margin: 10px;
    border-bottom: 1px solid #fff;
	text-decoration: inherit;
	transition: background .5s;
}
.sm_menu ol li i{
    font-size: 20px;
    margin: 0 0 8px 0;
}
/*------------*/
#navTgl:checked ~ .sm_menu {
	transform: none;
}
    #hung_menu{
        position: fixed;
        top: 30px;
        left: 15px;
        font-size: 9px;
        color: #e71d75;
        z-index: 50;
    }
    #hung_menu2{
        position: fixed;
        top: 39px;
        left: 15px;
        font-size: 9px;
        color: #e71d75;
        z-index: 50;
    }
/*------------------------*/

#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0px;
    /* right: 0; */
    left: 0;
}
.open {
	top: 5px;
	z-index: 2000;
	width: 60px;
	height: 48px;
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #e71d75;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 997;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
.close span{
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked ~ .close {
	background: rgba(0,0,0,.9);
}
#btn_menu{
	display: none;
}
/*-----------------------------------------------*/
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  table {
    margin: 0;
    border: none;
  }
}
/*-----------------------------------------------*/
html {-webkit-text-size-adjust: none}
body{
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height:auto;
}
.wrap {
	margin: 0px;
	padding: 0px;
	width:100%;
	font-size:12px;
	line-height:150%;
}
/*-------------------------*/
a.f_tel{
	display:block;
	width:45%;
	height: 55px;
	background-color:#fd784f;
	float:left;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 15px 0px;
}
a.f_tel img
{
	float:left;
	width:22px;
	margin: 10px 0px 0px 5px;
}
a.f_tel span
{
	float:right;
	width:68%;
	font-size:13px;
	margin: 10px 0px 0px 0px;
	display:block;
	letter-spacing:0;
}
a.f_tel span b
{
	font-weight:normal;
	display:block;
	clear:both;
	font-size:8px;
}
input,
select {
  font-size: 16px;
  transform: scale(0.9);
}
/*-----------*/
#toptitle1{
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 0;
}
#toptitle1 img{
    width: 70%;
    height: auto;
    margin: auto;
}
#toptitle2{
    text-align: center;
    margin: 20px auto 10px auto;
    padding: 0;
    font-size: 18px;
    color: #b18e19;
}
#toptitle2 img{
    width: 90%;
    height: auto;
    margin: auto auto 20px auto;
}
#top_formwrap{
    border: 10px solid #fff9e6;
    box-sizing: inherit;
    padding: 15px;
    font-size: 16px;
	background-image: url("/user_data/common/img/starback.jpg");
	background-size: 300px auto;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.top_table1{
    margin: auto;
}
.top_table1 td{
    padding: 5px;
}
.btn_kekka{
    width: 70%;
    margin: 20px auto;
}
.btn_kekka a{
    display: block;
    margin: 0px;
    padding: 15px;
    text-align: center;
    background-color: #e74080;
    color: white;
    text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.link1{
    text-align: center;
    font-size: 14px;
    padding: 0 0 30px 0;
}
.link1 a{
    
}
/*------*/
#itemtalbe{
    width: 100%;
    margin: 20px auto;
}
#itemtalbe td{
    vertical-align: middle;
    font-size: 14px;
}
#itemtalbe td a{
    
}
#itemtalbe td img{
    width: 50px;
    height: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin: 5px 0 0 0;
}
#top_itemwrap{
    background-color: #fff9e6;
    padding: 10px;
    margin: 0 -15px;
}
/*-----------*/
#foot_btn{
    position: fixed;
    bottom: 0;
    background-color: #e71d75;
    width: 100%;
    z-index: 91;
}
#foot_btn table{
    width: 100%;
}
#foot_btn table td{
    text-align: center;
    width: 20%;
    position: relative;
}
#foot_btn table td a{
    color: white;
    font-size: 16px;
    padding: 10px 0;
    display: block;
}
#foot_btn table td b{
    display: block;
    width: 1px;
    height: 10px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 15px;
	opacity:0.3;
}
#foot_btn table td a i{
	color: white !important;
}
/*-----------*/
#baselogo{
    text-align: center;
    margin: -60px auto 20px auto;
    padding: 0 0 0 10px;
}
#baselogo img{
    width: 60%;
    height: auto;
    margin: auto;
}
#baselogo b{
    clear: both;
    color: #2ea7e0;
    font-size: 15px;
}
#base_h1{
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 10px;
  border-bottom: 1px dashed #bfa33d;
  background: #fff9e6;
    color: #ac890a;
}
#calen_wrap{
}
#calen_wrap table{
    width: 95%;
    margin: 15px auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#calen_wrap table th{
    width: 14.2%;
    font-size: 11px;
    font-weight: normal;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
    background-color: ghostwhite;
}
#calen_wrap table td{
    text-align: center;
    font-size: 11px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#calen_wrap table td a img{
	width: 70%;
	height: auto;
}
#calen_wrap table td a{
    display: block;
    width: 100%;
    height: 60px;
    text-decoration: none;
    color: black;
    position: relative;
}
#calen_wrap table td a i{
    display: block;
    clear: both;
}
i.fa-star{
    color: orange;
}
i.fa-wallet{
    color:deeppink;
}
i.fa-heart{
    color:deeppink;
}
#calen_wrap table td a span{
    display: block;
    clear: both;
}
#calen_wrap table td a span.eho{
	
}
#calen_wrap table td a span.bai{
    color: black;
    font-size: 8px !important;
    display: block;
    line-height: 120%;
}
#calen_wrap table td a span.mystars img{
	width: 40%;
	height: auto;
	margin: auto;
}
/*-----------*/
#calen_wrap_list{
    margin: 15px auto;
    width: 95%;
}
#calen_wrap_list table{
    width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
    margin: 0 0 -1px 0;
    background-color: white;
}
#calen_wrap_list table th{
    width: 7%;
    font-size: 11px;
    font-weight: normal;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
    background-color: ghostwhite;
    line-height: 140%;
    padding: 10px 0;
}
#calen_wrap_list table th b{
    font-size: 14px;
}
#calen_wrap_list table td{
    font-size: 11px;
  border-bottom: 1px solid #ddd;
    vertical-align: middle;
    padding: 5px 15px;
	position: relative;
}
#calen_wrap_list table td.plus{
    width: 10%;
    text-align: right;
    padding: 0px !important;
}
#calen_wrap_list table td.plus a{
    font-size: 14px;
    display: block;
    padding: 10px !important;
    color: darkgray;
}
/*
#calen_wrap_list table td p{
	width: 100%;
	background-color: beige;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
*/
#calen_wrap_list p{
	margin: 0px;
	padding: 0px;
}
.fa-google{
	color: dodgerblue;
}
/*-----------*/

.sun{
    color: red;
    background-color: #fff3f3;
}
.sta,.sta a{
    color: blue !important;
}
.beg{
    background-color: #fff9e6;
}
.thickbox{
    background-color: #fff9e6;
}
#calendar_iframe{
    position: relative;
}
.unse{
    text-align: center;
	padding: 50px 0 0 0;
}
.unse img{
    width: 70%;
    height: auto;
}
#calendar_h1{
    text-align: center;
    font-size: 20px;
}
#calendar_h2{
    text-align: center;
    font-size: 16px;
}
/*--------*/
#star_wrap{
    
}
#star_h1{
    margin: 0px auto;
    padding: 0;
}
#star_h1 img{
    width: 50%;
    height: auto;
    margin: auto;
}
#starimg01{
    padding: 20px;
    border: 10px solid #e5e5e5;
    box-sizing: inherit;
    text-align: center;
}
.temacolors{
    width: 60%;
    margin: 10px auto 0 auto;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
.temacolors b.white{
    color: grey;
}
.cara{
    
}
.cara img{
    width: auto;
    height: 200px;
    margin: 40px auto;
}
.star_h2{
    text-align: left;
    margin: 10px 0;
}
.txt_star1{
    text-align: left;
}
/*-----------*/
.star_table1{
    width: 94%;
    margin: auto;
    border-bottom: 1px solid #ddd;
}
.star_table1 th{
    font-weight: normal;
    text-align: left;
    padding: 10px 0;
}
.star_table1 td{
    padding: 10px 0;
    font-weight: bold;
}
/*-----------*/
.star_table2{
    width: 94%;
    margin: auto;
}
.star_table2 th{
    text-align: left;
    padding: 10px 10px 10px 0;
    width: 25%;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.star_table2 td{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.star_table2 th b{
    display: block;
    padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-align: center;
}
.star_table2 th b#ai{
    background-color: #ee87b4;
    color: white;
}
.star_table2 th b#kin{
    background-color: #c5a64b;
    color: white;
}
/*-----------*/
.star_table3{
    display: block;
    width: 95%;
    clear: both;
    margin: 10px auto;
}
.star_table3 th{
    display: block;
    clear: both;
    background-color: #b5b6b6;
    color: white;
    padding: 7px 0;
    width: 100%;
}
.star_table3 td{
    width: 100%;
    display: block;
    clear: both;
}
.star_table3 td p{
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
}
.star_table3 td p img{
    width: 60px;
    height: auto;
    margin: 0 0 -15px 0;
}
/*-----------*/
#kotosi{
    clear: both;
    padding: 20px;
    margin: 30px 0 40px 0;
    border: 10px solid #b5b6b6;
    box-sizing: inherit;
}
#kotosi h3{
    margin: -20px -20px 0 -20px;
    padding: 0 0 10px 0;
    font-size: 18px;
    background-color: #b5b6b6;
    color: white;
    text-align: center;
}
.luckycolor{
    
}
.luckycolor th{
    
}
.luckycolor td{
    
}
.luckycolor td b{
    
}
.luckycolor td b.color_red{
    
}
/*--------*/
#calen_day{
    display: table;
    margin: 10px auto auto auto;
    width: 90%;
    clear: both;
}
#calen_day dl{
    display: table-row;
}
#calen_day dl dt{
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    font-size: 20px;
    color: #ddd;
}
#calen_day dl dt.left{
    
}
#calen_day dl dt.right{
    text-align: right;
}
#calen_day dl dd{
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#calen_day dl dd h2{
    font-size: 12px;
    font-weight: normal;
    color: #c0a23f;
}
#calen_day dl dd h3{
    font-size: 30px;
    padding: 5px 0;
    color: #c0a23f;
}
#calen_day dl dd h4{
    color: #c0a23f;
    font-size: 14px;
}
/*---------*/
ul#calen_btnlist{
    margin: 0px;
    padding: 0px;
    clear: both;
}
ul#calen_btnlist li{
    list-style: none;
    margin: 0px;
    padding: 2px 10px;
    text-align: center;
}
ul#calen_btnlist li a{
    display: block;
    padding: 10px 0;
    position: relative;
}
ul#calen_btnlist li a span{
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    padding: 0 15px;
    font-size: 11px;
}
ul#calen_btnlist li#l_color a{
    color: white;
    background-color: #dcae61;
}
ul#calen_btnlist li#sozi a{
    color: white;
    background-color: #d5c786;
}
ul#calen_btnlist li#sozi a span{
    background-color: #fff;
    color: #978a4c;
}
ul#calen_btnlist li#goodbad a{
    color: white;
    background-color: #cbd46a;
}
ul#calen_btnlist li#goodbad a span{
    background-color: #fff;
    color: #8a9143;
}
ul#calen_btnlist li#hoi a{
    color: white;
    background-color: #a4d586;
}
/*----------*/
#head_pc_link p#logo{
    text-align: center;
    margin: 20px auto -10px auto;
    padding: 0px 0 0 20px;
}
#head_pc_link p#logo img{
    width: 100%;
    height: auto;
}

.swiper-container {
    background-position: center top;
    background-size: 100% auto;
    text-align: center;
}
.slider1{
    background-image: url(../img/back_gra.jpg);
}
.slider2{
    background-image: url(../img/back_gra2.jpg);
}
.swiper-container img{
	width: 80%;
    margin: 20px auto 30px auto;
	height: auto;
    max-width: 1000px;
}
.slider2 a{
    display: block;
    padding: 10px;
}

#whbox1{
    background-color: white;
    position: relative;
}
#panda{
    position: absolute;
    top: -50px;
    right: 20px;
    width: 60px;
    height: auto;
}

#top_formwrap{
    background-color: #fff9e6;
    box-sizing: inherit;
    padding: 15px;
    font-size: 16px;
    margin: 0px auto;
}
#top_formwrap select{
    padding: 5px;
    margin: 0 5px;
}
/*------------*/
select{
    padding: 5px;
}
/*------------*/
#toptxt1{
    margin: 20px -5px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
}
#toptxt2{
    margin: 0px auto;
    padding: 20px 0 0px 0px;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    color: #e61c74;
}
#toptxt3{
    margin: 0px auto;
    padding: 0px 0 15px 0;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
}

#f_name{
    margin: auto;
    text-align: center;
}
#f_name div{
    margin: 20px auto;
    text-align: left;
    width: 97%;
}
#f_name div span{
    display: block;
    margin: 0 0 -20px 0;
    padding: 0 0 0 15px;
}
#f_name input{
    padding: 10px 0px;
    width: 95%;
}
/*-------------*/
#top_tokucho{
    padding: 0 0 50px 0;
}
#top_tokucho h3{
    margin: 0px auto;
    padding: 40px 0 0px 0px;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    color: #e61c74;
}
#toku_txt1{
    text-align: center;
    line-height: 180%;
    font-size: 12px;
}
#top_tokucho table{
    display: block;
    margin: 0px;
    padding: 0px;
}
#top_tokucho table tr{
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#top_tokucho table td{
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#top_tokucho table td div{
    background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    margin: 20px 0;
}
#top_tokucho table td div h4{
    color: white;
    text-align: center;
    padding: 10px;
    margin: -1px -1px 0 -1px;
    border-radius: 10px 10px 0 0;
}
#top_tokucho table td div a.btn{
    display: block;
    margin: 15px auto;
    color: white;
    text-decoration: none;
    width: 50%;
    text-align: center;
    padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#top_tokucho table td div a.btn2{
    display: block;
    text-align: center;
}
#top_tokucho table td div a.btn2 img{
	margin: 20px auto;
	width: 200px;
	height: auto;
}
#top_tokucho table td div#muryo{
    border: 1px solid #ea5413;
}
#top_tokucho table td div#muryo h4,
#top_tokucho table td div#muryo a.btn{
    background-color: #ea5413;
}
/*------------*/
#top_tokucho table td div#yuryo{
    border: 1px solid #e74080;
}
#top_tokucho table td div#yuryo h4,
#top_tokucho table td div#yuryo a.btn{
    background-color: #e74080;
}
#top_tokucho table td div#yuryo p{
    text-align: center;
    font-weight: bold;
}
/*------------*/
#top_tokucho table td div#taiken{
    border: 1px solid #00a1e9;
}
#top_tokucho table td div#taiken h4,
#top_tokucho table td div#taiken a.btn{
    background-color: #00a1e9;
}
#top_tokucho table td div#taiken p{
    width: 85%;
    margin: 20px auto;
}
/*------------*/
#top_tokucho table td div#how{
    border: 1px solid #32ba95;
}
#top_tokucho table td div#how h4{
    background-color: #32ba95;
}
#top_tokucho table td div#how div.table{
    display: table;
    width: 85%;
    clear: both;
    margin: 20px auto;
}
#top_tokucho table td div#how div.table dl{
    display: table-row;
}
#top_tokucho table td div#how div.table dl dt{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 40%;
}
#top_tokucho table td div#how div.table dl dt img{
    width: 80%;
    height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#top_tokucho table td div#how div.table dl dd{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
#top_tokucho table td div#how div.table dl dd p{
    margin: 0px;
    padding: 0px;
}

.slider2 h5{
    margin: 25px auto 5px auto;
    padding: 0px;
    font-size: 16px;
    color: #e61c74;
}
.slider2 h6{
    margin: 0px auto -20px auto;
    padding: 0px;
    font-size: 12px;
}
/*-------*/
#calen_daywrap{
    width: 93%;
    margin: auto;
}
#calen_daywrap table{
    width: 100%;
}
#calen_daywrap table th{
    font-size: 14px;
}
#calen_daywrap table th p{
    float: left;
    margin: 0 10px 0 0;
}
#calen_daywrap table th p a{
    color: darkgray;
	font-size: 20px;
}
#calen_daywrap table th p#day{
    color: #e61d74;
    letter-spacing: 0;
}
#calen_daywrap table th p#day span{
    font-weight: normal;
    font-size: 12px;
}
#calen_daywrap table th p#day b{
    font-size: 20px;
}
#calen_daywrap table th p#day em{
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
}
/**/
#calen_daywrap table td{
    font-size: 16px;
}
#calen_daywrap table td p{
    float: right;
    margin: 0 0 0 10px;
}
#calen_daywrap table td p a{
    color: black;
}
#calen_daywrap table td p a#fix{
    color: #e62076;
}
#calen_daywrap table td select{
    border: none;
    border-bottom: 1px solid darkgray;
    width: 50px;
}
#calen_daywrap table td select option{
    
}
#calen_btm_link{
    clear: both;
}
#calen_btm_link a{
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    color: white;
    text-decoration: none;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    text-align: center;
    margin: 0px 5px 20px 0;
}
#calen_btm_link a#plus{
    background-color: #e61d74;
}
#calen_btm_link a#plus span{
    display: block;
    padding: 15px 0 0 0;
    font-size: 16px;
}
#calen_btm_link a#unse_btn{
    font-size: 9px;
    line-height: 120%;
    background-color: #2ea7e0;
}
#calen_btm_link a#unse_btn span{
    display: block;
    padding: 8px 0 0 0; 
}
#calen_btm_link a.com_i{
	color: #2ea7e0;
	font-size: 30px;
	margin: 10px 0 0 -5px;
}
#calen_btm_link a.com_txt{
    font-size: 9px;
    line-height: 120%;
    background-color: #2ea7e0;
}
#calen_btm_link a.com_txt span{
    display: block;
    padding: 18px 0 0 0; 
}
#calen_btm_link a.com_txt_pink{
    font-size: 9px;
    line-height: 120%;
    background-color: #ec7aac;
}
#calen_btm_link a.com_txt_pink span{
    display: block;
    padding: 18px 0 0 0; 
}
#calen_btm_link a.tsuki{
    font-size: 9px;
    line-height: 120%;
    color: #ec7aac;
	border: 3px solid #ec7aac;
	float: left;
    margin: 0px 0 20px 5px;
    width: 39px;
    height: 39px;
}
#calen_btm_link a.tsuki span{
    display: block;
    padding: 15px 0 0 0; 
}
.h2_calen{
    clear: both;
    color: #e62076;
    text-align: center;
    padding: 20px 0 20px 0;
}
#pandabanar{
    width: 95%;
    margin: auto;
    clear: both;
}
#pandabanar td{
    width: 33%;
    text-align: center;
	line-height: 0;
}
#pandabanar td a{
    display: block;
    width: 90%;
    margin: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
#pandabanar td a img{
    width: 100%;
    height: auto;
}
/*-----------*/
.scroll_table{
    
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
    margin-left: -10px;
}
.scroll_table table{
    width: 1000px;
}
.scroll_table table.boxga2{
    width: 600px !important;
}
.scroll_table table.boxga3{
    width: 1000px !important;
}
.scroll_table table td{
    width: 200px;
    padding: 10px 10px 15px 10px;
}
.scroll_table table td:first-child{
}
.scbox{
    background-color: white;
    padding: 0;
    font-size: 14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.scbox h3{
    font-size: 16px;
    padding: 15px;
    margin: 0;
}
.scbox div.txtbox{
    padding: 15px;
}
/*-----------*/
#mypagewrap{
    box-sizing: inherit;
    padding: 15px;
    font-size: 16px;
    margin: 0px auto;
}
#mypagewrap p.name{
    line-height: 200%;
}
.unsebox{
    clear: both;
    margin: 30px 0 0 0;
    background-color: white;
    padding: 0;
    font-size: 14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.unsebox h4{
    font-size: 16px;
    padding: 15px;
    margin: 0;
}
.unsebox h5{
    font-size: 16px;
    padding: 15px 15px 0 15px;
    margin: 0;
}
.unsebox p{
    margin: 0;
    padding: 15px;
}
.unsebox ul{
    margin: 0;
    padding: 15px 0;
}
.unsebox ul li{
    margin: 0px;
    padding: 5px 15px;
    list-style-type:disc;
}
#panda_cen{
    color: palevioletred;
    text-align: center;
    clear: both;
    display: table;
    margin: 40px auto 20px auto;
}
#panda_cen span{
    display: table-cell;
    vertical-align: middle;
    line-height: 55px;
}
#panda_cen img{
    display: table-cell;
    width: 50px;
    height: auto;
    padding: 0 10px;
}
.space100{
    clear: both;
    height: 70px;
}
#my_copy{
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px 0;
    margin: auto auto -30px auto;
}
#kojin_wrap{
    width: 90%;
    margin: auto;
}
#kojin_wrap img{
    width: 100%;
    height: auto;
    margin: auto;
}
.title_megu{
    background-color: #00ada9;
    color: white;
    padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    font-size: 16px;
    margin: 30px 0 10px 0;
	clear: both;
}
#kojin_wrap ul{
    margin: 0 0 0 17px;
}
#kojin_wrap ol{
    margin: 0 0 0 17px;
}
img.img_right{
    float: right;
    margin: 0 0 10px 10px !important;
    width: 40% !important;
}

/*-----------*/
#kaiunpointback{
	clear: both;
	background-color: #e71d75;
	padding: 0 0 50px 0;
}
#kaiunpointback h2{
	color: white;
}
.tizumiru{
	text-align: center;
}
.tizumiru a{
	display: block;
	background-color: #e71d75;
	color: white;
	padding: 10px 10px;
	margin: 50px auto auto auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	width: 50%;
}
/*-------*/
#compass_wrap{
    width: 93%;
    margin: auto;
}
#comp_icon{
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #ddd;
}
#comp_icon td{
	text-align: center;
	padding: 10px 0 0 0px;
	width: 14%;
}
#comp_icon th{
	text-align: center;
	padding: 10px 0 0 0px;
}
#comp_icon td a img{
	width: 50%;
	height: auto;
	margin: auto;
}
#comp_icon th a img{
	width: 60%;
	height: auto;
	margin: auto;
}
/**/
#comp_icon td p,
#comp_icon th p{
	font-size: 9px;
	line-height: 120%;
	margin: 0 auto;
	padding: 0px;
	letter-spacing: 0;
	color: #d36298;
	font-weight: normal;
}
/*---------*/
.comp_select{
	display: table;
}
.comp_select dl dt,
.comp_select dl dd{
	display: table-cell;
}
#comp_map{
	clear: both;
	margin: 20px 0px;
	padding: 0px;
	position: relative;
	height: 350px;
}
#com_enwrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
#comp_map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	border: none;
}
#comp_map img#zannen{
	z-index: 6;
	position: absolute;
	width: 90%;
	height: auto;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -50px;
}
#comp_map b{
	display: block;
	position: absolute;
	z-index: 500;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}
#comp_map b#kita{
	top: 0;
	text-align: center;
	width: 100%;
}
#comp_map b span{
	display: block;
	margin: auto;
	background-color: white;
	border: 1px solid #ddd;
	width: 20px;
}
#comp_map b#higashi{
	width: 15px;
	right: 0px;
	top: 150px;
	background-color: white;
	border: 1px solid #ddd;
}
#comp_map b#minami{
	bottom: 0px;
	text-align: center;
	width: 100%;
}
/**/
#comp_map b#hokuto{
	width: 15px;
	right:25px;
	top: 0;
}
#comp_map b#nanto{
	width: 15px;
	right: 25px;
	bottom: 0;
}
#comp_map b#nansei{
	width: 15px;
	left: 0;
	bottom: 0;
}
#comp_map b#hokusei{
	width: 15px;
	left: 0;
	top: 0;
}
#comp_map b#hokuto span,
#comp_map b#nanto span,
#comp_map b#nansei span,
#comp_map b#hokusei span{
    width: 40px !important;
}


/**/
#comp_map b#nishi{
	width: 15px;
	left: 0;
	top: 150px;
	background-color: white;
	border: 1px solid #ddd;
}
/*---------*/
img.en30{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
}
/*--------*/
img.panda1{
	position: absolute;
	top: 30px;
	left: calc(50% + 20px);
	width: 30px;
	height: auto;
}
img.panda2{
	position: absolute;
	top: 50px;
	left: calc(50% + 100px);
	width: 30px;
	height: auto;
}
img.panda3{
	position: absolute;
	top: 140px;
	left: calc(50% + 100px);
	width: 30px;
	height: auto;
}
img.panda4{
	position: absolute;
	top: 200px;
	left: calc(50% + 100px);
	width: 30px;
	height: auto;
}
img.panda5{
	position: absolute;
	top: 260px;
	left: calc(50% + 90px);
	width: 30px;
	height: auto;
}
img.panda6{
	position: absolute;
	top: 300px;
	left: calc(50% + 0px);
	width: 30px;
	height: auto;
}

img.panda9{
	position: absolute;
	top: 190px;
	left: calc(50% + -140px);
	width: 30px;
	height: auto;
}
img.panda10{
	position: absolute;
	top: 120px;
	left: calc(50% + -140px);
	width: 30px;
	height: auto;
}
/**/

img.eho_map{
	position: absolute;
	top: 20px;
	left: calc(50% + -20px);
	width: 15px;
	height: auto;
}
/*--------*/
.chusin750m{
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: auto;
	z-index: 7;
}
/*-------------*/
#topinfo h5 {
	margin: 50px 0 20px 0;
	clear: both;
}
#topinfo table{
	display: table;
}
#topinfo table tr{
	display: table-row;
}
#topinfo table th{
	display: table-cell;
	font-weight: normal;
	vertical-align: top;
	width: 25%;
	font-size: 10px;
	padding: 8px 0;
	text-align: left;
	border-bottom: 1px dashed #ddd;
}
#topinfo table td{
	border-bottom: 1px dashed #ddd;
	padding: 8px 0;
	display: table-cell;
	font-size: 13px;
}
ul#starlist{
	margin: 0px auto;
	padding: 0px 5px;
}
ul#starlist li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	list-style: none;
	text-align: center;
	height: 145px;
}
ul#starlist li a{
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding: 15px 0 10px 0;
	text-decoration: none;
}
ul#starlist li a img{
	width: auto;
	height: 80px;
}
/*-------*/
#comp_buy{
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	margin: auto;
	border: 1px solid #00b9ef;
	overflow: hidden;
}
#comp_buy dl dt{
	margin: 0px;
	padding: 5px 0;
	vertical-align: middle;
	line-height: 130%;
}
#comp_buy dl dt p{
	margin: 10px 15px;
}
#comp_buy dl dd{
	vertical-align: middle;
	background-color: #00b9ef;
	width: 40%;
}
#comp_buy dl dd a{
	display: block;
	background-color: #00b9ef;
	color: white;
	text-decoration: none;
	padding: 15px;
}
#comp_buy dl dd a b{
	display: block;
	margin: 0 0 5px 0;
}
#comp_buy dl dd a span{
	line-height: 130%;
	display: block;
	margin: auto;
	clear: both;
	font-size: 11px;
}
.w90{
	width: 90%;
}
#google_star{
	width: 90%;
	margin: 10px auto -5px auto;
	background-color: #f7f7f7;
	padding: 5px 10px;
	font-size: 10px;
}
.list_eho{
	background-color: #fff9f1;
}
/**/
.opacity50{
    opacity:0.5;
}
/*----------*/
#item_wrap{
    width: 90%;
    margin: auto;
}
.itemlist_table{
    clear: both;
    margin: 0px;
}
.itemlist_table th{
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #ddd;
}
.itemlist_table th a{
    display: block;
    border: 1px solid #e74080;
    padding: 0;
    line-height: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-align: center;
}
.itemlist_table th a.s1 img{
    width: 60%;
    margin: 15px 0;
}
.itemlist_table th a.s2 img{
    width: 80%;
    margin: 8px 0;
}
.itemlist_table th img{
    width: 100%;
    height: auto;
    margin: auto;
}
.itemlist_table td{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.itemlist_table td h2{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.itemlist_table td h2 a{
    
}
p.price{
    font-weight: bold;
    margin: 0px;
    padding: 7px 0px;
}
.itemlist_table td p.txt1{
    font-size: 12px;
    line-height: 140%;
}
#item_wrap p.txt2{
    font-size: 13px;
    padding: 10px 0 0 0;
    clear: both;
}
/**/
.itemimg img{
    width: 100%;
    height: 100px;
}
.item_con{
    clear: both;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 10px 0 0 0;
}
.item_con th{
    width: 25%;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 10px;
    text-align: left;
}
.item_con td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.item_h3{
    clear: both;
    margin: 0px;
    padding: 30px 0 10px 0;
}
/*----------*/
#pro_wrap{
    width: 90%;
    margin: auto;
    text-align: center;
}
#pro_wrap img{
    width: 50% !important;
    height: auto;
    margin: auto;
}
#pro_wrap h2{
    text-align: center;
    padding: 20px 0;
}
#pro_wrap p{
    text-align: left;
    font-size: 14px;
    line-height: 180%;
}
#profilelink{
    background-color: #fff2f8;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
}
#profilelink p{
    text-align: center;
    padding: 10px 0;
}
#profilelink p#hp a{
    color: black;
}
#profilelink p#sns a{
    padding: 10px;
    font-size: 30px;
}
.fa-facebook{
    color: blue;
}
.fa-instagram{
    color: palevioletred;
}
.fa-line{
    color: limegreen;
}
/*--------*/
#zentaiun {
    margin: 30px 0 20px 0;
}
.unsebox .table{
    display: table;
    margin: 20px auto;
}
.unsebox .table dl{
    display: table-row;
}
.unsebox .table dl dt{
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}
.unsebox .icon dl dt img{
    width: 50px;
    height: auto;
}
/*------*/
.itemtitle_h{
    background-color: #e74080;
    clear: both;
    margin: 20px 0 0 0px;
    padding: 15px 0 17px 0;
    color: white;
    text-align: center;
    font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.itemtitle_h img{
    width: 30px;
    height: auto;
    margin: 0 5px -6px -5px;
}
.itemtitle_op{
    margin: 30px 0 0px 0;
    padding: 3px 0 3px 10px;
    font-size: 16px;
}
.t_pink{
    color: #e74080;
    border-left: 5px solid #e74080;
}
.t_or{
    color: #ea5413;
    border-left: 5px solid #ea5413;
}
.t_gr{
    color: #00ada9;
    border-left: 5px solid #00ada9;
}
#zanen_p{
    margin: 20px 0 0px 0;
}
.item_syousaititle{
    margin: 10px 0 10px 0;
}
.item_syousaititle th{
    width: 15%;
    text-align: left;
    vertical-align: top;
}
.item_syousaititle th img{
    width: 80%;
    height: auto;
}
.item_syousaititle td{
    
}
.item_syousaititle td h2{
    font-size: 16px;
    color: #e71d75;
}
/**/
.yuryo_con{
    background-color: #fff6eb;
    padding: 15px;
    margin: 15px 0;
    clear: both;
}
.yuryo_con h3{
    font-size: 15px;
}
.yuryo_con h3 img{
    width: 30px;
    height: auto;
    margin: 0 0 -7px 0;
}
.yuryo_con h4{
    font-size: 14px;
    clear: both;
    margin: 20px 0 10px 0;
    background-color: white;
    padding: 4px 15px 2px 15px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
/*---------*/
.item_pricelist{
    display: table;
    border: 1px solid #e74080;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    width: 100%;
    margin: 10px 0;
}
.item_pricelist dl{
    display: table-row;
}
.item_pricelist dl dt{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
    width: 30%;
    color: #e74080;
    font-weight: bold;
}
.item_pricelist dl dd{
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.item_pricelist dl dd b{
    font-size: 15px;
}
.item_pricelist dl dd span{
    font-size: 11px;
}
.item_pricelist dl dd strong.toku{
    color: coral;
}

/*---------*/
#top_tokucho table td div#muryo{
	
}
#top_tokucho table td div h4{
	
}
#top_tokucho table td div ul{
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
#top_tokucho table td div ul li{
	display: block;
	clear: both;
	width: 100%;
	margin: 15px 0 0px 20px !important;
	padding: 0 0 0 10px!important;
	text-align: left;
	list-style: circle;
	height: 20px !important;
}
#top_tokucho table td div#muryo ul li{
	border-left: 5px solid #ffc7af;
}
#top_tokucho table td div#yuryo ul li{
	border-left: 5px solid #ffbfd8;
}

/*-----------*/
#youtubes{
	width: 90%;
	margin: auto;
}
#youtubes div{
	display: table;
	width: 100%;
	border: 5px solid red;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#youtubes div dl dt{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 15px 0 15px 15px;
	width: 70%;
}
#youtubes div dl dt p.txt1{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 5px 0;
	padding: 0px;
}
#youtubes div dl dt p.txt2{
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 10px 0;
	width: 90%;
	background-color: red;
	color: white;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#youtubes div dl dt img{
	width: 83%;
	height: auto;
}
#youtubes div dl dd{
	padding: 15px 15px 15px 0;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
#youtubes div dl dd img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#youtubes div dl dd a{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: red;
	display: block;
	font-size: 11px;
	line-height: 150%;
}

/*---------*/
.topmystar{
	text-align: center;
}
.topmystar img{
	width: 40%;
	height: auto;
	margin: auto;
}

/*----------*/
#free_wrap{
    width: 90%;
    margin: auto;
	font-size: 16px;
}
.free_title1{
	display: table;
	margin: 50px auto auto auto;
}
.free_title1 dl{
	display: table-row;
}
.free_title1 dl dt{
	display: table-cell;
	vertical-align: top;
	padding: 0 10px 0 0;
}
.free_title1 dl dt img{
	width: 100px;
	height: auto;
}
.free_title1 dl dd{
	display: table-cell;
	vertical-align: top;
}
.free_title1 dl dd h2{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
.free_title1 dl dd h2 br{
	display: none;
}
ul.freelist{
	margin: 0px!important;
	padding: 0px!important;
	display: block!important;
	width: 100%!important;
}
ul.freelist li{
	width: 90%!important;
	display: block!important;
	clear: both!important;
	margin: 10px 0px!important;
	padding: 20px!important;
	border: 1px solid #ddd;
	height: auto!important;
	background-color: #f7f7f7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left!important;
}
ul.freelist li i{
	color: #e61d74;
}
/**/
.freebtnbox{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fef4e5;
	padding: 30px 0;
	margin: 0px 0 0 0px;
	text-align: center;
}
.freebtnbox .txt1{
	font-size: 20px;
	font-weight: bold;
	color: orange;
	margin: 30px auto 10px auto;
}
.freebtnbox .btn_free{
	width: 70%;
	margin: auto;
}
.freebtnbox .btn_free a{
	display: block;
	background-color: orange;
	color: white;
	text-decoration: none;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.freebtnbox .btn_paid{
	width: 70%;
	margin: 20px auto auto auto;
}
.freebtnbox .btn_paid a{
	display: block;
	background-color: #e61d74;
	color: white;
	text-decoration: none;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}
.freebtnbox .btn_taiken{
	width: 70%;
	margin: 20px auto auto auto;
}
.freebtnbox .btn_taiken a{
	display: block;
	background-color: #00a1e9;
	color: white;
	text-decoration: none;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

/*-----------*/
#extab{
    margin: auto;
    border-left: 1px solid #ddd;
}
#extab td{
    width: 33%;
    padding: 0px 10px;
    border-right: 1px solid #ddd;
    font-size: 14px;
}
#extab td a{
    display: block;
    padding: 5px 20px;
}
.ex_h2{
    clear: both;
    color: #2ea7e0;
    font-size: 20px;
    text-align: center;
    margin: 20px auto auto auto;
}
.exline{
    clear: both;
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: 0;
  overflow: visible;
  border-top: 1px solid #bbb;
}

#goto{
	position: fixed;
	bottom: 10px;
	right: 20px;
	text-align: center;
}
#goto img{
	width: 60px;
	height: auto;
}

#topoint{
	clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;
	border: 3px solid #ddd;
	position: relative;
	margin: 30px 0 0 0;
}
#topoint h4{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: -40px;
	left: 5px;
	background-color: gray;
	color: white;
	padding: 10px 20px;
	font-size: 14px;
}
#topoint table{
	clear: both;
	width: 90%;
	margin: 10px auto auto auto;
}
#topoint table th{
	width: 7%;
	font-size: 50px;
	vertical-align: top;
	font-family: "Times New Roman", Times, "serif";
	padding: 30px 0 0 0;
}
#topoint table td{
	vertical-align: top;
}
#topoint table td div{
	display: table;
}
#topoint table td p{
	display: table-cell;
	margin: 0px 0px;
	padding: 10px 0px;
	vertical-align: top;
}
#topoint table td span{
	display: table-cell;
}
#topoint table td img{
	width: 50px;
	height: auto;
	float: right;
	margin: 10px 0 10px 30px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*----------*/
#homehow{
    width: 90%;
    margin: auto;
}
#homehow h2{
    clear: both;
    margin: 50px 0 20px 0;
    padding: 3px 0 3px 10px;
    font-size: 20px;
    color: #e74080;
    border-left: 5px solid #e74080;
}
#homehow table{
    margin: auto;
    width: 100%;
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#homehow table tr,
#homehow table th,
#homehow table td{
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#homehow table th{
    text-align: left;
    vertical-align: top;
}
#homehow table th img{
    width: 100%;
    height: auto;
}
#homehow table td{
    font-size: 15px;
}
#homehow table td ol{
    margin: 0px;
    padding: 0px;
}
#homehow table td ol li{
    padding: 20px 0;
    margin: 0;
    list-style-position: inside;
    border-bottom: 1px solid #ddd;
}

#top_wadai{
	
}
#top_wadai img{
	width: 70px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}

#calen_btm_link i.iconfont{
	font-size: 18px;
	display: block;
	margin: 8px 0 -15px 0;
	clear: both;
}

/*-----------*/
#happi_table{
}
#happi_table dl{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#happi_table dl dd{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#happi_table dl dd table{
	width: 100%;
}
#happi_table dl dd table th{
	width: 20%;
	text-align: left;
}
#happi_table dl dd table th span{
	color: #e85298;
	font-size: 20px;
}
#happi_table dl dd table th img{
	width: 90%;
	height: auto;
	float: left;
}
/**/
#happi_table dl dt{
	display: block;
	clear: both;
	margin: 0px;
	padding: 15px 0px;
}
#happi_table dl dt img{
}
#hikiyose1{
	clear: both;
	width: 100%;
	float: left;
}
#hikiyose1 img{
	width: 100%;
	height: auto;
}
#pe100{
	clear: both;
	margin: 7px 0;
}
#pe100 img{
}
#happi_table2{
	clear: both;
	width: 100%;
	display: block;
	clear: both;
}
#happi_table2 tr{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#happi_table2 td{
	width: 100%;
	display: block;
	clear: both;
	margin: 0px;
	padding: 15px 0px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
#spgentei{
	clear: both;
	background-color: #fffeee;
	padding: 20px;
	border: 2px dotted #00ada9;
	position: relative;
	margin: 50px 0 0 0;
}
#spgentei span{
	position: absolute;
	top: -20px;
	left: -2px;
	color: yellow;
	background-color: #e85298;
	padding: 5px 15px;
	font-weight: bold;
}
#spgentei span img{
	width: 70px;
	height: auto;
}
#spgentei h3{
	clear: both;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0px;
}
#spgentei h3 img,
#spgentei h4 img{
	width: 95%;
}
#spgentei h4{
	clear: both;
	width: 100%;
	margin: 10px 0;
	padding: 0px;
}
#spgentei table{
	clear: both;
	width: 95%;
	margin: auto;
}
#spgentei table tr{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#spgentei table td{
	display: block;
	clear: both;
	margin: 0px;
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
}
#sugosipoint{
	border: 2px solid #00ada9;
	margin: 20px 0;
	width: 100%;
}
#sugosipoint th{
	background-color: #00ada9;
	color: white;
	width: 30%;
}
#sugosipoint th br{
	display: none;
}
#sugosipoint td{
	padding: 20px 0 20px 20px;
}
#sugosipoint td ul{
	
}
#sugosipoint td ul li{
	clear: both;
	list-style-type: disc;
}


/*-------------*/
#kaike{
	clear: both;
	margin: 0px;
	width: 100%;
	display: block;
}
#kaike tbody,
#kaike tr,
#kaike td{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#kaike td h3{
	font-size: 20px;
	float: left;
	width: 100%;
	clear: both;
	margin: 20px 0 0 0;
}
#kaike td h3 span{
	font-weight: normal;
	font-size: 14px;
}
#kaike td h4{
	
}
#kaike td p {
	clear: both;
	margin: 0px;
	padding: 0px 0 5px 0;
	float: left;
	width: 100%;
}
#kaike td p img{
	width: 30px;
	height: auto;
	float: left;
	margin: 5px 5px -10px 0;
}
/*-----------*/
#hajime,
#hajime tbody,
#hajime tr,
#hajime td{
	clear: both;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#hajime td div{
	display: table;
	width: 100%;
}
#hajime td div dl{
	display: table-row;
}
#hajime td div dl dt,
#hajime td div dl dd{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
#hajime td div dl dt{
	width: 40px;
}
#hajime td div dl dt img{
	width: 30px;
	height: auto;
	float: left;
	margin: 5px 5px -10px 0;
}
#kiuntitle{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
}
#kiuntitle img{
	width: 100%;
	height: auto;
	margin: auto;
}
#kiunwrap{
	clear: both;
	background-color: #fffeee;
	padding: 10px;
	border: 2px dotted #00ada9;
	position: relative;
	margin: 30px 0 0 0;
}
.clear{
	clear: both;
}
ol#scheol{
	margin: 10px 20px;
	padding: 0px;
}
ol#scheol li{
	clear: both;
	list-style-type:disc;
	padding: 5px 0;
}
#coloradv,
#coloradv tbody,
#coloradv tr,
#coloradv th,
#coloradv td{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
#coloradv th img{
	width: 100%;
	height: auto;
}
#coloradv td{
	padding: 10px 10px 30px 10px;
}