/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px){



.news_wapp {
	width: 100%;
	margin-bottom: 15px;
	display: table;
	
}

.news_bar {
	width: 100%;
	margin-bottom: 0px;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	border-left: 2px solid #000000;
	font-size: 85%;
	
}
.news_bar_txtbox {
	display: table;
	border-left: 10px solid rgba(0,0,0,1.00);
	padding-bottom: 5px;

}

.news_bar_txtbox p {
	font-size: 85%;
	margin-top: 8px;
	margin-left: 2px;
	margin-right: 7px;
	float: left;
}
.news_bar_txtbox p2 {
	font-size: 85%;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 7px;
	float: left;
	line-height: 120%;
	width: 100%;
}
.news_bar_more {
	display: table;
	float: right;
	font-size: 70%;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 1px #A7A7A7;
	box-shadow: 1px 1px 2px 1px #A7A7A7;
}


.line {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 7px;
}
.line_gal {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;

}
.line_more {
	width: 97%;
	padding-bottom: 0px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-top: 5px;
}
.list_more {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	
}

.list_box_warpp {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lead_txtbox {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 7px;
	font-style: normal;
}
.lead_txtbox2 {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	margin-top: 7px;
	margin-bottom: 7px;
	font-style: normal;
}
.select_box {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 140%;
	font-style: normal;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	vertical-align: middle;
	border: 1px solid #EEECE4;
}
.select_box_wrapp {
	width: 90%;
	display: table;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 7px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}
.select_box_wrapp p {
	margin-right: 5px;
	float: left;
}
.select_box_wrapp_hi {
	width: auto%;
	display: table;
	text-align: left;
	font-style: normal;
	float: left;
	margin-right: 10px;
}
.select_box_wrapp_sarch {
	width: auto%;
	display: table;
	text-align: left;
	font-style: normal;
	float: left;
}

/*ギャルリスト
-----------------*/
.gallist_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.gallist_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
}
.gallist_box_inpick {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.gallist_box_in {
	width: 97%;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.gallist_box_in2 {
	width: 98%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
.gallist_pick {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
}
.gallist_pick2 {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
}
.gallist_pick img {
	width: 94%;
	max-width: 125px;
	margin-bottom: 1px;
}	
.gallist_pick_name {
	font-size: 75%;
	text-align: center;
	margin-top: 1px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.gallist_pick_deta {
	font-size: 70%;
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	line-height: 110%;
}

.gallist_list {
	display: table;
	float: left;
	width: 20%;
	text-align: center;
}
.gallist_list2 {
	display: table;
	float: left;
	width: 33%;
	text-align: center;
}
.gallist_list2 img {
	width: 94%;
	max-width: 100px;
	margin-right: auto;
	margin-left: auto;
}	
.gallist_list img {
	width: 94%;
	max-width: 100px;
	margin-right: auto;
	margin-left: auto;
	height: 133px;
	margin-bottom: 1px;
}	
.gallist_name {
	font-size: 75%;
	text-align: center;
	margin-top: 1px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.gallist_deta {
	font-size: 70%;
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	max-width: 90px;
	line-height: 115%;
}
.gallist_time {
	font-size: 70%;
	text-align: center;
	color: #E70F73;
	background-color: #FDE1EE;
	width: 92%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100px;
	border: 1px solid #FDE1EE;
}
.gallist_time2 {
	font-size: 70%;
	text-align: center;
	color: #E70F73;
	width: 92%;
	padding-top: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	max-width: 100px;
	border: 1px solid #FDE1EE;
	padding-bottom: 1px;
}


/*ニュースリスト
-----------------*/
.newslist_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}

.newslist_box_m {
	width: 68%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
}
.newslist_box_sita {
	width: 100%;
	display: block;
	border-bottom: 1px solid #818181;

}
.newslist_inbox {
	width: 100%;
	display: table;
	border-bottom-color: #818181;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	text-align: center;
	
}
.newslist_inbox_in {
	width: 97%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 140%;
}

.newslist_inbox_in img {
	margin-right: 5px;
	float: left;
	width: 65px;
}
.newslist_inbox_in p {
	font-size: 110%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #E70F73;
	margin-bottom: 2px;
	line-height: 140%;
}
.newslist_inbox_in p a:link {
	color: #E70F73;
}
.newslist_inbox_in p a:visited {
	text-decoration: none;
	color: #E70F73;
}
.newslist_inbox_in p a:hover {
	text-decoration: underline;
	color: #E70F73;

}
.newslist_inbox_in p a:active {
	text-decoration: underline;
	color: #E70F73;

}


.newslist_inbox_in_shopname {
	font-size: 90%;
	text-align: right;
	width: 100%;
	margin-top: 4px;
	line-height: 120%;
}



/*写メ
-----------------*/
.shamelist {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
}
.shamelist_inbox {
	display: table;
	float: left;
	width: 95%;
	border: 1px solid #A7A7A7;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-box-shadow: 1px 1px 1px 1px #DFDFDF;
	box-shadow: 1px 1px 1px 1px #DFDFDF;
	height: 160px;
}
.shamelist_inbox img {
	width: 100%;
	max-width: 100px;
	margin-bottom: 3px;
}	
.shamelist_txt {
	font-size: 70%;
	text-align: left;
	margin-bottom: 1px;
	margin-top: 1px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 110px;
	line-height: 120%;
}
.shamelist_txtbox_midashi {
	font-size: 80%;
	line-height: 110%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 110px;
	color: #E70F73;
	text-align: left;
}
/*写メ横
-----------------*/
.shame_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	
}
.shame_box_wapp {
	width: 95%;
	display: table;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.shame_boxin {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.shame_boxin_imgbox {
	display: table;
	max-width: 80px;
	float: left;
	margin-right: 5px;
}
.shame_boxin_imgbox img {
	width: 100%;
	max-width: 80px;
	max-height: 80px;
}
.shame_boxin_txtbox {
	display: table;
	float: left;
	text-align: left;
	font-size: 70%;
	line-height: 120%;
	width: 100%;
}

.shame_boxin_txtbox_midashi {
	font-size: 120%;
	line-height: 110%;
	color: #E70F73;
}
.shame_line {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;

}

/*ピックアップ
-----------------*/

.pick_side_boxin {
	width: 95%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
	font-size: 70%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #A7A7A7;
	line-height: 130%;
}
.pick_side_boxin img {
	width: 100px;
	float: left;
	margin-right: 5px;
}

.pick_side_boxin p {
	font-size: 110%;
}


/*ランキング
-----------------*/

.rank_bar {
	width: 100%;
	font-size: 95%;
	
}

.rank_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-top: 7px;
	
}

.rank_boxin {
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rank_ue {
	width: 100%;
	margin-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;

}

.rank_ue_no {
	width: 20%;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	border-bottom: 1px solid #E70F73;
	padding-top: 1px;
	vertical-align: middle;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: -moz-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: -o-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: linear-gradient(180deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	border-left: 1px solid #E70F73;
	border-right: 1px solid #E70F73;
	
}
.rank_ue_no_shop {
	width: 20%;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	border-bottom: 1px solid #4256DE;
	padding-top: 1px;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #4256DE;
	border-right: 1px solid #4256DE;
	background-image: -webkit-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: -moz-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: -o-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: linear-gradient(180deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	
}

.rank_ue_no_p {
	font-size: 80%;
}
.rank_ue_shop {
	font-size: 70%;
	line-height: 110%;
	border-bottom: 1px dotted #818181;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 3px;
}
.rank_ue_shop p {
	font-size: 105%;
	line-height: 120%;
	margin-top: 1px;
	margin-bottom: 1px;
}
.rank_naka {
	width: 100%;
	line-height: 120%;
	margin-top: 2px;
	font-size: 70%;
	display: block;
	color: #E70F73;
}
.rank_sita {
	display: table;
	font-size: 70%;
	line-height: 130%;
}
.rank_sita p {
	font-size: 115%;
	line-height: 120%;
	margin-top: 1px;
	margin-bottom: 1px;
}
.rank_boxin img {
	max-width: 65px;
	float: right;
	margin-left: 1px;
}

/*ランキングまとめ
-----------------*/
.rank_box2{
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}
.rank_boxin_m_tab {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 85%;
	margin-top: 10px;
}
.rank_boxin_m_tabb_on {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-right: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: -o-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: linear-gradient(180deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
}
.rank_boxin_m_tabb_off {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #000000;
}

.rank_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rank_boxin_msp {
	width: 100%;
	display: table;
	height: 5px;
}
.rank_boxin_min {
	width: 93%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rank_box_m_halfmigi {
	width: 49%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-align: center;
}
.rank_box_m_halfhidari {
	width: 49%;
	display: table;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-align: center;
}
.rank_box_m_half_girl_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	margin-bottom: 8px;
}
.rank_box_m_half_shop_bar {
	width: 100%;
	display: table;
	background-color: #4256DE;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.rank_box_m {
	width: 100%;
	display: table;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 20px;
	text-align: center;
}
.rank_naka_m {
	width: 100%;
	line-height: 140%;
	margin-top: 6px;
	font-size: 75%;
	display: block;
	color: #E70F73;
}
.rank_boxin_m img {
	max-width: 100px;
	float: right;
	margin-left: 5px;
}
.rank_sita_m {
	display: table;
	font-size: 80%;
	line-height: 150%;
	font-variant: normal;
}
.rank_box_m_select {
	width: 30%;
	display: table;
	float: left;
	margin-left: 0px;
}

.rank_box_m_select_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	margin-bottom: 5px;
}
.rank_box_m_select_bar p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.rank_box_m_select_barshop {
	width: 100%;
	display: table;
	background-color: #4256DE;
	margin-bottom: 5px;
}
.rank_box_m_select_barshop p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.rank_box_m_select_txt {
	width: 100%;
	font-size: 80%;
	line-height: 120%;
	display: block;
	margin-bottom: 2px;
	border-bottom: 1px dotted #B1B1B1;
	padding-bottom: 2px;
}

.rank_ue_m {
	width: 100%;
	margin-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;

}

/*口コミ
-----------------*/
.kutikomi_boxin {
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 5px;
}

.kutikomi_shop {
	width: 100%;
	line-height: 120%;
	font-size: 70%;
	display: block;
}

.kutikomi_boxin p {
	font-size: 90%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #E70F73;
	margin-bottom: 2px;
	line-height: 115%;
}
.kutikomi_boxin p a:link {
	color: #E70F73;
}
.kutikomi_boxin p a:visited {
	text-decoration: none;
	color: #E70F73;
}
.kutikomi_boxin p a:hover {
	text-decoration: underline;
	color: #E70F73;

}
.kutikomi_boxin p a:active {
	text-decoration: underline;
	color: #E70F73;
}
.kutikomi_boxin_hosi {
	font-size: 100%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #F46B1A;
	display: table;
	margin-bottom: 1px;
}
.kutikomi_boxin_hosi_ten {
	font-size: 80%;
	color: #000000;
	margin-left: 3px;
	font-weight: lighter;
}
.kutikomi_boxin_txt {
	font-size: 80%;
	text-align: left;
	width: 100%;
	line-height: 140%;
	display: table;
}
.kutikomi_boxin_txt_side {
	font-size: 70%;
	text-align: left;
	width: 100%;
	line-height: 130%;
	display: table;
}
.kutikomi_boxin_prof {
	width: 100%;
	font-size: 70%;
	line-height: 130%;
	display: table;
	color: #818181;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEFFFF;
}
.kutikomi_boxin_prof img {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 25px;

}
/*口コミマトメ
-----------------*/

.kutikomi_box2{
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}

.kutikomi_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
.kutikomi_boxin_m_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}
.kutikomi_boxin_msp {
	width: 100%;
	display: table;
	height: 5px;
}
.kutikomi_boxin_min {
	width: 93%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.kutikomi_box_m_halfmigi {
	width: 49%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.kutikomi_box_m_halfhidari {
	width: 49%;
	display: table;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.kutikomi_box_m_half_shop_bar {
	width: 100%;
	display: table;
	background-color: #000000;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.kutikomi_box_m {
	width: 100%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.kutikomi_naka_m {
	width: 100%;
	line-height: 120%;
	margin-top: 5px;
	font-size: 70%;
	display: block;
	color: #E70F73;
}

.kutikomi_sita_m {
	display: table;
	font-size: 75%;
	line-height: 130%;
}
.kutikomi_box_m_select {
	width: 30%;
	display: table;
	float: left;
	margin-left: 0px;
}

.kutikomi_box_m_select_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	margin-bottom: 5px;
}
.kutikomi_box_m_select_bar p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.kutikomi_box_m_select_barshop {
	width: 100%;
	display: table;
	background-color: #000000;
	margin-bottom: 5px;
}
.kutikomi_box_m_select_barshop p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.kutikomi_box_m_select_txt {
	width: 100%;
	display: block;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 2px;
	border-bottom: 1px dotted #B1B1B1;
	padding-bottom: 2px;
}

/*店一覧
-----------------*/
.slist_box {
	width: 100%;
	display: table;
	text-align: center;
	padding-bottom: 7px;
}
.slist_box_sarch {
	width: 100%;
	display: table;
	text-align: left;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #F3F3F3;
	font-size: 80%;
	border-top: 1px solid #818181;
	line-height: 130%;
}
.slist_box_sarch p {
	margin-left: 10px;
	line-height: 140%;
	float: left;
	margin-bottom: 3px;
}
.slist_box_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}

.slist_bunner {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 12px;
}

.slist_waku {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 12px;
	font-style: normal;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 3px solid #000000;
	background-color: #FFFFFF;
}
.slist_waku_a {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 12px;
	font-style: normal;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
	border-top: 3px solid #000000;
}
.slist_waku_wapp {
	width: 97%;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.slist_waku_wapp_free_txt {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 150%;
	color: #E70F73;
	font-weight: bold;
}
.slist_waku_wapp_free_txt2 {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.slist_waku_wapp_free_txt3 {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 100%;
	color: #E70F73;
	margin-bottom: 10px;
}
.slist_waku_ue {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
}
.slist_waku_ue_a {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
}
.slist_waku_free {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 5px;
	font-style: normal;
	border: 1px solid #818181;
	font-size: 90%;
}
.slist_waku_ue_free {
	width: 100%;
	display: table;
	text-align: center;
}
.slist_waku_ue_in {
	width: 100%;
	display: table;
	margin-top: 7px;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-bottom: 7px;
}
.slist_waku_ue_in_book {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	float: right;
}
.slist_waku_ue_in_good {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	margin-right: 3px;
	float: left;
}

.slist_waku_ue_in_book_shop {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	margin-right: 3px;
	float: left;
}
.slist_waku_ue_in_book_on_shop {
	width: auto;
	display: table;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	color: #818181;
	border: 1px solid #818181;
	margin-right: 3px;
	background-image: url(url);
	background-color: #E5E5E5;
}
.slist_waku_ue_in_book_on {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	color: #818181;
	border: 1px solid #818181;
	margin-left: 3px;
}
.slist_waku_ue_in_review {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin-right: 3px;
	float: right;
}

.slist_waku_ue_in_review a:link {
	color: #FFFFFF;
}
.slist_waku_ue_in_review a:visited {
	color: #FFFFFF;
}




.slist_waku_ue_in_free {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.slist_waku_ue_in_free a:link {
	color: #FFFFFF;
}
.slist_waku_ue_in_free a:visited {
	color: #FFFFFF;
}


.slist_waku_ue_in p {
	font-size: 135%;
	color: #E70F73;
	font-weight: bold;
	margin-bottom: 2px;

}

.slist_waku_ue_in p a:link {
	text-decoration: underline;
	color: #573412;
}
.slist_waku_ue_in p a:visited {
	text-decoration: underline;
	color: #000099;
}

.slist_waku_ue_in p a:active {
	text-decoration: underline;
	color: #573412;

}

.slist_waku_sita {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	margin-bottom: 5px;
}
.slist_waku_sita_ue {
	width: 100%;
	display: table;
}
.slist_waku_sita_ue_2 {
	display: table;
	width: 100%;
	font-size: 80%;
	text-align: left;
	border-top: 1px dotted #818181;
	padding-top: 2px;
	margin-top: 4px;
}
.slist_waku_sita_ue_2in {
	width: auto;
	display: table;
	float: left;
	margin-right: 7px;
}
.slist_waku_sita_ue_in {
	width: auto;
	display: table;
	float: left;
	margin-right: 7px;
}
.slist_waku_sita_ue_in_waku1 {
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	float: left;
	font-size: 80%;
	margin-right: 3px;

}
.slist_waku_sita_ue_in_waku2 {
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
	color: #000000;
	background-color: #FFDB00;
	text-align: center;
	float: left;
	font-size: 80%;
	margin-right: 3px;
}
.slist_waku_sita_sita {
	width: 100%;
	display: table;
	padding-bottom: 5px;
	font-size: 95%;
	border-top: 1px dotted #818181;
	padding-top: 3px;
	margin-top: 2px;
}
.slist_waku_sita_sita2 {
	display: table;
	padding-bottom: 5px;
	font-size: 95%;
	width: 75%;
	float: right;
	border-bottom: 1px dotted #818181;
}
.slist_waku_sita_sita_in {
	width: auto;
	display: table;
	float: left;
	margin-right: 13px;
}
.slist_waku_sita_sita_in2 {
	width: auto;
	display: table;
	float: left;
	font-size: 90%;
}
.slist_waku_sita_sita_in_bold {
	font-weight: bold;
	color: #E70F73;
	margin-left: 5px;

}
.slist_waku_sita_photo {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo_main {
	width: 24%;
	display: table;
	float: left;
	margin-bottom: 5px;
}
.slist_waku_sita_photo_main img {
	width: 100%;
	max-width: 125px;
}
.slist_waku_sita_photo_main2 {
	width: 24%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo_main2 img {
	width: 100%;
	max-width: 125px;
}
.slist_waku_sita_photo_sub {
	width: 80%;
}
.slist_waku_sita_photo_subbox {
	display: table;
	width: 76%;
}
.slist_waku_sita_photo_subbox_in {
	width: 20%;
	text-align: right;
	float: right;
}
.slist_waku_sita_photo_subbox_in img {
	width: 98%;
	float: right;
	height: auto;
}
.slist_waku_sita_txtbox {
	display: table;
	width: 75%;
	margin-top: 3px;
	float: right;
	min-height: 50px;
	font-size: 75%;
	line-height: 130%;
}
.slist_waku_sita_txtbox p {
	font-weight: bold;
	color: #E70F73;
	font-size: 120%;
	margin-bottom: 1px;
}
.slist_waku_sita_txtbox2 {
	display: table;
	width: 75%;
	margin-top: 5px;
	float: right;
	min-height: 50px;
	font-size: 85%;
	line-height: 120%;
}
.slist_waku_sita_txtbox2 p {
	font-weight: bold;
	color: #E70F73;
	font-size: 120%;
	margin-bottom: 1px;
}
.slist_waku_sita_gai {
	width: 100%;
	display: table;
	font-size: 80%;
	border: 1px solid #818181;
}
.slist_waku_sita_gai_box {
	width: 50%;
	border-bottom: 1px dotted #818181;
	float: left;
}
.slist_waku_sita_gai_box2 {
	width: 100%;
	display: table;
}
.slist_waku_sita_gai_box_hidari {
	width: auto;
	text-align: center;
	background-color: #EEECE4;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.slist_waku_sita_gai_box_migi {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}


}


/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:768px) and (max-width:999px){
	
.news_wapp {
	width: 100%;
	margin-bottom: 15px;
	display: table;
	
}

.news_bar {
	width: 100%;
	margin-bottom: 1px;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	border-left: 2px solid #000000;
	
}
.news_bar_txtbox {
	display: table;
	border-left: 10px solid rgba(0,0,0,1.00);
	font-size: 90%;
	padding-bottom: 5px;

}
.news_bar_txtbox p {
	font-size: 75%;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	float: left;
}
.news_bar_txtbox p2 {
	font-size: 75%;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 7px;
	float: left;
	line-height: 120%;
	display: block;
}
.news_bar_more {
	display: table;
	float: right;
	font-size: 65%;
	margin-top: 6px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 1px #A7A7A7;
	box-shadow: 1px 1px 2px 1px #A7A7A7;
}


.line {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.line_gal {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;

}
.line_more {
	width: 97%;
	padding-bottom: 0px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-top: 7px;
}
.list_more {
	width: 100%;
	display: table;
	margin-bottom: 5px;
	
}
.list_box_warpp {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lead_txtbox {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-bottom: 7px;
	font-style: normal;
}
.lead_txtbox2 {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	margin-top: 7px;
	margin-bottom: 7px;
	font-style: normal;
}
.select_box {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 140%;
	font-style: normal;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	vertical-align: middle;
	border: 1px solid #EEECE4;
}
.select_box_wrapp {
	width: 90%;
	display: table;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}
.select_box_wrapp p {
	margin-top: 1px;
}
.select_box_wrapp_hi {
	width: auto%;
	display: table;
	text-align: left;
	font-style: normal;
	margin-right: 10px;
	float: left;
}
.select_box_wrapp_sarch {
	width: auto%;
	display: table;
	text-align: left;
	font-style: normal;
	float: left;
}

/*ギャルリスト
-----------------*/
.gallist_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	
}
.gallist_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.gallist_box_inpick {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.gallist_box_in {
	width: 99%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}
.gallist_box_in2 {
	width: 98%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.gallist_pick {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
}
.gallist_pick2 {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
}
.gallist_pick img {
	width: 95%;
}	
.gallist_pick2 img {
	width: 95%;
	max-width: 125px;
}
.gallist_pick_name {
	font-size: 70%;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 1px;
	width: 95%;
}
.gallist_pick_deta {
	font-size: 70%;
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	line-height: 110%;
}

.gallist_list {
	display: inline-table;
	float: left;
	width: 20%;
	text-align: center;
}
.gallist_list2 {
	display: table;
	float: left;
	width: 33%;
	text-align: center;
}
.gallist_list img {
	width: 95%;
	max-width: 100px;
}	
.gallist_list2 img {
	width: 95%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.gallist_name {
	font-size: 65%;
	text-align: center;
	margin-top: 1px;
	width: 94%;
	margin-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
}

.gallist_deta {
	font-size: 60%;
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.gallist_time {
	font-size: 60%;
	text-align: center;
	color: #E70F73;
	background-color: #FDE1EE;
	width: 94%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FDE1EE;
}
.gallist_time2 {
	font-size: 60%;
	text-align: center;
	color: #E70F73;
	width: 94%;
	padding-top: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	border: 1px solid #FDE1EE;
	padding-bottom: 1px;
}
/*ニュースリスト
-----------------*/
.newslist_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}

.newslist_box_m {
	width: 68%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
}
.newslist_inbox {
	width: 100%;
	display: table;
	border-bottom-color: #818181;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	text-align: center;
	
}
.newslist_inbox_in {
	width: 97%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 140%;
}

.newslist_inbox_in img {
	margin-right: 4px;
	float: left;
	width: 60px;
}
.newslist_inbox_in p {
	font-size: 100%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #E70F73;
	margin-bottom: 2px;
}
.newslist_inbox_in p a:link {
	color: #E70F73;
}
.newslist_inbox_in p a:visited {
	text-decoration: none;
	color: #E70F73;
}
.newslist_inbox_in p a:hover {
	text-decoration: underline;
	color: #E70F73;

}
.newslist_inbox_in p a:active {
	text-decoration: underline;
	color: #E70F73;

}


.newslist_inbox_in_shopname {
	font-size: 90%;
	text-align: right;
	width: 100%;
	margin-top: 4px;
	line-height: 120%;
}

/*写メ
-----------------*/
.shamelist {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
}
.shamelist_inbox {
	display: table;
	float: left;
	width: 95%;
	border: 1px solid #A7A7A7;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-box-shadow: 1px 1px 1px 1px #DFDFDF;
	box-shadow: 1px 1px 1px 1px #DFDFDF;
	min-height: 140px;
	height: 160px;
}
.shamelist_inbox img {
	width: 90%;
	max-width: 100px;
	margin-bottom: 1px;
}	
.shamelist_txt {
	font-size: 70%;
	text-align: left;
	margin-bottom: 1px;
	margin-top: 1px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 110px;
	line-height: 120%;
}
.shamelist_txtbox_midashi {
	font-size: 80%;
	line-height: 110%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 110px;
	color: #E70F73;
	text-align: left;
}

/*写メ横
-----------------*/
.shame_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	
}
.shame_box_wapp {
	width: 95%;
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.shame_boxin {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.shame_boxin_imgbox {
	display: table;
	max-width: 80px;
	float: left;
	margin-right: 5px;
}
.shame_boxin_imgbox img {
	width: 100%;
	max-width: 80px;
	max-height: 80px;
}
.shame_boxin_txtbox {
	display: table;
	float: left;
	text-align: left;
	font-size: 70%;
	line-height: 120%;
	width: 100%;
}

.shame_boxin_txtbox_midashi {
	font-size: 120%;
	line-height: 110%;
	color: #E70F73;
}
.shame_line {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;

}

/*ピックアップ
-----------------*/

.pick_side_boxin {
	width: 95%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
	font-size: 70%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #A7A7A7;
	line-height: 130%;
}
.pick_side_boxin img {
	width: 80px;
	float: left;
	margin-right: 5px;
}

.pick_side_boxin p {
	font-size: 110%;
}

/*ランキング
-----------------*/

.rank_bar {
	width: 100%;
	font-size: 90%;
	
}

.rank_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

.rank_boxin {
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rank_ue {
	width: 100%;
	margin-bottom: 2px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;

}

.rank_ue_no {
	width: 20%;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	border-bottom: 1px solid #E70F73;
	padding-top: 1px;
	vertical-align: middle;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: -moz-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: -o-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: linear-gradient(180deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	border-left: 1px solid #E70F73;
	border-right: 1px solid #E70F73;
	
}
.rank_ue_no_shop {
	width: 20%;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	border-bottom: 1px solid #4256DE;
	padding-top: 1px;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #4256DE;
	border-right: 1px solid #4256DE;
	background-image: -webkit-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: -moz-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: -o-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: linear-gradient(180deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	
}
.rank_ue_no_p {
	font-size: 80%;
}
.rank_ue_shop {
	font-size: 60%;
	line-height: 110%;
	border-bottom: 1px dotted #818181;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
.rank_ue_shop p {
	font-size: 110%;
	line-height: 120%;
	margin-top: 1px;
	margin-bottom: 1px;

}
.rank_naka {
	width: 100%;
	line-height: 120%;
	margin-top: 4px;
	font-size: 65%;
	color: #E70F73;
}
.rank_sita {
	display: table;
	font-size: 65%;
	line-height: 130%;
}
.rank_sita p {
	font-size: 115%;
	line-height: 120%;
	margin-top: 1px;
	margin-bottom: 1px;
}
.rank_boxin img {
	max-width: 65px;
	float: right;
	margin-left: 1px;
}

/*ランキングまとめ
-----------------*/
.rank_box2{
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}
.rank_boxin_m_tab {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 85%;
	margin-top: 10px;
	color: #000000;
}
.rank_boxin_m_tabb_on {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-right: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: -o-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: linear-gradient(180deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
}
.rank_boxin_m_tabb_off {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #000000;
}

.rank_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.rank_boxin_m_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}
.rank_boxin_msp {
	width: 100%;
	display: table;
	height: 5px;
}
.rank_boxin_min {
	width: 93%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rank_box_m_halfmigi {
	width: 49%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-align: center;
}
.rank_box_m_halfhidari {
	width: 49%;
	display: table;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-align: center;
}
.rank_box_m_half_girl_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	margin-bottom: 8px;
}
.rank_box_m_half_shop_bar {
	width: 100%;
	display: table;
	background-color: #4256DE;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.rank_box_m {
	width: 100%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 20px;
	text-align: center;
}
.rank_naka_m {
	width: 100%;
	line-height: 120%;
	margin-top: 5px;
	font-size: 75%;
	display: block;
	color: #E70F73;
}
.rank_boxin_m img {
	max-width: 100px;
	float: right;
	margin-left: 1px;
}
.rank_sita_m {
	display: table;
	font-size: 75%;
	line-height: 150%;
}
.rank_box_m_select {
	width: 30%;
	display: table;
	float: left;
	margin-left: 0px;
}

.rank_box_m_select_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	margin-bottom: 5px;
}
.rank_box_m_select_bar p {
	color: #FFFFFF;
	font-size: 70%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.rank_box_m_select_barshop {
	width: 100%;
	display: table;
	background-color: #4256DE;
	margin-bottom: 5px;
}
.rank_box_m_select_barshop p {
	color: #FFFFFF;
	font-size: 70%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.rank_box_m_select_txt {
	width: 100%;
	display: block;
	font-size: 70%;
	line-height: 120%;
	margin-bottom: 2px;
	border-bottom: 1px dotted #B1B1B1;
	padding-bottom: 2px;
}
.rank_ue_m {
	width: 100%;
	margin-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;

}

/*口コミ
-----------------*/
.kutikomi_boxin {
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.kutikomi_shop {
	width: 100%;
	line-height: 140%;
	font-size: 75%;
	display: block;
	margin-bottom: 5px;
}

.kutikomi_boxin p {
	font-size: 80%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #E70F73;
	margin-bottom: 2px;
}
.kutikomi_boxin p a:link {
	color: #E70F73;
}
.kutikomi_boxin p a:visited {
	text-decoration: none;
	color: #E70F73;
}
.kutikomi_boxin p a:hover {
	text-decoration: underline;
	color: #E70F73;

}
.kutikomi_boxin p a:active {
	text-decoration: underline;
	color: #E70F73;
}
.kutikomi_boxin_hosi {
	font-size: 85%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #F46B1A;
}
.kutikomi_boxin_hosi_ten {
	font-size: 80%;
	color: #000000;
	margin-left: 3px;
	font-weight: lighter;
}
.kutikomi_boxin_txt {
	font-size: 80%;
	text-align: left;
	width: 100%;
	line-height: 140%;
	display: table;
}
.kutikomi_boxin_txt_side {
	font-size: 70%;
	text-align: left;
	width: 100%;
	line-height: 130%;
	display: table;
}
.kutikomi_boxin_prof {
	width: 100%;
	font-size: 70%;
	line-height: 130%;
	display: table;
	color: #818181;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEFFFF;
}
.kutikomi_boxin_prof img {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 25px;

}
/*口コミマトメ
-----------------*/

.kutikomi_box2{
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}

.kutikomi_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
.kutikomi_boxin_m_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}
.kutikomi_boxin_msp {
	width: 100%;
	display: table;
	height: 5px;
}
.kutikomi_boxin_min {
	width: 93%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.kutikomi_box_m_halfmigi {
	width: 49%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.kutikomi_box_m_halfhidari {
	width: 49%;
	display: table;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.kutikomi_box_m_half_shop_bar {
	width: 100%;
	display: table;
	background-color: #000000;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.kutikomi_box_m {
	width: 100%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.kutikomi_naka_m {
	width: 100%;
	line-height: 120%;
	margin-top: 5px;
	font-size: 70%;
	display: block;
	color: #E70F73;
}

.kutikomi_sita_m {
	display: table;
	font-size: 75%;
	line-height: 130%;
}
.kutikomi_box_m_select {
	width: 30%;
	display: table;
	float: left;
	margin-left: 0px;
}

.kutikomi_box_m_select_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	margin-bottom: 5px;
}
.kutikomi_box_m_select_bar p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.kutikomi_box_m_select_barshop {
	width: 100%;
	display: table;
	background-color: #000000;
	margin-bottom: 5px;
}
.kutikomi_box_m_select_barshop p {
	color: #FFFFFF;
	font-size: 70%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.kutikomi_box_m_select_txt {
	width: 100%;
	display: block;
	font-size: 70%;
	line-height: 120%;
	margin-bottom: 2px;
	border-bottom: 1px dotted #B1B1B1;
	padding-bottom: 2px;
}

/*店一覧
-----------------*/
.slist_box {
	width: 100%;
	display: table;
	text-align: center;
	padding-bottom: 7px;
}
.slist_box_sarch {
	width: 100%;
	display: table;
	text-align: left;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #F3F3F3;
	font-size: 75%;
	border-top: 1px solid #818181;
}
.slist_box_sarch p {
	margin-left: 10px;
	margin-bottom: 2px;
}
.slist_box_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}
.slist_bunner {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 12px;
}
.slist_waku {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 12px;
	font-style: normal;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 3px solid #000000;
}
.slist_waku_a {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 12px;
	font-style: normal;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
	border-top: 3px solid #000000;
}
.slist_waku_wapp {
	width: 97%;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.slist_waku_wapp_free_txt {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 150%;
	color: #E70F73;
	font-weight: bold;
}
.slist_waku_wapp_free_txt2 {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.slist_waku_wapp_free_txt3 {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 100%;
	color: #E70F73;
	margin-bottom: 10px;
}
.slist_waku_ue {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
}
.slist_waku_ue_a {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
}
.slist_waku_free {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 5px;
	font-style: normal;
	border: 1px solid #818181;
	font-size: 90%;
}
.slist_waku_ue_free {
	width: 100%;
	display: table;
	text-align: center;
}
.slist_waku_ue_in {
	width: 100%;
	display: table;
	margin-top: 5px;
	text-align: left;
	font-size: 65%;
	line-height: 120%;
	margin-bottom: 5px;
}
.slist_waku_ue_in_book {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 75%;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	border: 1px solid #000000;
}
.slist_waku_ue_in_good {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	margin-right: 3px;
	float: left;
}
.slist_waku_ue_in_book_shop {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	margin-right: 3px;
	float: left;
}
.slist_waku_ue_in_book_on {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 75%;
	padding-right: 5px;
	padding-left: 5px;
	color: #818181;
	border: 1px solid #818181;
	margin-left: 3px;
}
.slist_waku_ue_in_book_on_shop {
	width: auto;
	display: table;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	color: #818181;
	border: 1px solid #818181;
	margin-right: 3px;
	background-image: url(url);
	background-color: #E5E5E5;
}
.slist_waku_ue_in_review {
	width: auto;
	display: block;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 75%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin-right: 3px;
}
.slist_waku_ue_in_review a:link {
	color: #FFFFFF;
}
.slist_waku_ue_in_review a:visited {
	color: #FFFFFF;
}

.slist_waku_ue_in_free {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 75%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.slist_waku_ue_in_free a:link {
	color: #FFFFFF;
}
.slist_waku_ue_in_free a:visited {
	color: #FFFFFF;
}
.slist_waku_ue_in p {
	font-size: 130%;
	color: #E70F73;
	font-weight: bold;
	margin-bottom: 2px;

}
.slist_waku_ue_in p a:link {
	text-decoration: underline;
	color: #573412;
}
.slist_waku_ue_in p a:visited {
	text-decoration: underline;
	color: #573412;
}

.slist_waku_ue_in p a:active {
	text-decoration: underline;
	color: #000099;

}
.slist_waku_sita {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 5px;
}
.slist_waku_sita_ue {
	width: 100%;
	display: table;
}
.slist_waku_sita_ue_2 {
	display: table;
	width: 100%;
	font-size: 80%;
	text-align: left;
	border-top: 1px dotted #818181;
	padding-top: 2px;
	margin-top: 4px;
}
.slist_waku_sita_ue_2in {
	width: auto;
	display: table;
	float: left;
	margin-right: 7px;
}
.slist_waku_sita_ue_in {
	width: auto;
	display: table;
	float: left;
	margin-right: 7px;
}
.slist_waku_sita_ue_in_waku1 {
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	float: left;
	font-size: 80%;
	margin-right: 3px;

}
.slist_waku_sita_ue_in_waku2 {
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
	color: #000000;
	background-color: #FFDB00;
	text-align: center;
	float: left;
	font-size: 80%;
	margin-right: 3px;
}
.slist_waku_sita_sita {
	width: 100%;
	display: table;
	padding-bottom: 5px;
	font-size: 95%;
	border-top: 1px dotted #818181;
	padding-top: 3px;
	margin-top: 2px;
}
.slist_waku_sita_sita2 {
	display: table;
	border-bottom: 1px dotted #818181;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 75%;
	float: right;
	font-size: 90%;
}

.slist_waku_sita_sita_in {
	width: auto;
	display: table;
	float: left;
	margin-right: 7px;
}
.slist_waku_sita_sita_in2 {
	width: auto;
	display: table;
	float: left;
	font-size: 90%;
}
.slist_waku_sita_sita_in_bold {
	font-weight: bold;
	color: #E70F73;
	margin-left: 5px;

}
.slist_waku_sita_photo {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo_main {
	width: 24%;
	display: table;
	float: left;
}
.slist_waku_sita_photo_main img {
	width: 100%;
	max-width: 125px;
	height: auto;
}
.slist_waku_sita_photo_main2 {
	width: 24%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo_main2 img {
	width: 100%;
	max-width: 125px;
}
.slist_waku_sita_photo_sub {
	width: 80%;
}
.slist_waku_sita_photo_subbox {
	display: table;
	width: 76%;
}
.slist_waku_sita_photo_subbox_in {
	width: 20%;
	text-align: right;
	float: right;
}
.slist_waku_sita_photo_subbox_in img {
	width: 98%;
	float: right;
	height: auto;
}
.slist_waku_sita_txtbox {
	display: table;
	width: 75%;
	margin-top: 3px;
	float: right;
	min-height: 50px;
	font-size: 75%;
	line-height: 120%;
}
.slist_waku_sita_txtbox p {
	font-weight: bold;
	color: #E70F73;
	font-size: 110%;
}
.slist_waku_sita_txtbox2 {
	display: table;
	width: 75%;
	margin-top: px;
	float: right;
	min-height: 50px;
	font-size: 75%;
	line-height: 120%;
}
.slist_waku_sita_txtbox2 p {
	font-weight: bold;
	color: #E70F73;
	font-size: 110%;
}
.slist_waku_sita_gai {
	width: 100%;
	display: table;
	font-size: 80%;
	border: 1px solid #818181;
}
.slist_waku_sita_gai_box {
	width: 50%;
	border-bottom: 1px dotted #818181;
	float: left;
}
.slist_waku_sita_gai_box2 {
	width: 100%;
	display: table;
}
.slist_waku_sita_gai_box_hidari {
	width: auto;
	text-align: center;
	background-color: #EEECE4;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 5px;
	height: 100%;
}
.slist_waku_sita_gai_box_migi {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

}
	

/*ここからスマートフォン用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 767px){

.news_wapp {
	width: 100%;
	margin-bottom: 10px;
	display: inline-table;
	padding-bottom: 7px;
	
}

.news_bar {
	width: 100%;
	margin-bottom: 1px;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	border-left: 2px solid #000000;
	
}
.news_bar_txtbox {
	display: table;
	border-left: 10px solid rgba(0,0,0,1.00);
	padding-bottom: 5px;

}
.news_bar_txtbox p {
	font-size: 75%;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 7px;
}

.news_bar_txtbox p2 {
	font-size: 75%;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 7px;
	float: left;
	width: 100%;
}
.news_bar_more {
	display: table;
	float: right;
	font-size: 70%;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 1px #A7A7A7;
	box-shadow: 1px 1px 2px 1px #A7A7A7;
}


.line {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.line_gal {
	width: 97%;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: none;

}
.line_more {
	width: 97%;
	padding-bottom: 0px;
	border-top: 1px dashed #818181;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-top: 0px;
}
.list_more {
	width: 100%;
	margin-bottom: 5px;
	display: table;
	
}
.list_box_warpp {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lead_txtbox {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 7px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}
.lead_txtbox2 {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	margin-top: 7px;
	margin-bottom: 7px;
	font-style: normal;
}
.select_box {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 80%;
	line-height: 140%;
	font-style: normal;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 21.24%,rgba(225,225,225,0.99) 100%);
	vertical-align: middle;
	border: 1px solid #EEECE4;
	min-height: 20px;
}
.select_box_wrapp {
	width: 90%;
	display: table;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}
.select_box_wrapp p {
	margin-top: 3px;
}
.select_box_wrapp_hi {
	width: auto%;
	display: table;
	text-align: left;
	font-style: normal;
	float: left;
	margin-right: 10px;
}
.select_box_wrapp_sarch {
	width: auto%;
	display: table;
	text-align: left;
	font-style: normal;
	float: left;
}

/*ギャルリスト
-----------------*/
.gallist_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	
}
.gallist_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.gallist_box_inpick {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.gallist_box_in {
	width: 99%;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.gallist_box_in2 {
	width: 98%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.gallist_pick {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 10px;
}
.gallist_pick2 {
	display: table;
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 2px;
	height: 183px;
}
.gallist_pick img {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 125px;
}	
.gallist_pick2 img {
	width: 95%;
	max-width: 125px;
	margin-right: auto;
	margin-left: auto;
}	
.gallist_pick_name {
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    font-size: 70%;	
}
.gallist_pick_deta {
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	line-height: 110%;
    font-size: 65%;
}
.gallist_list {
	display: table;
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 3px;
	height: 193px;
}
.gallist_list2 {
	display: table;
	float: left;
	width: 50%;
	text-align: center;
	height: 205px;
	margin-bottom: 3px;
}
.gallist_list img {
	width: 95%;
	max-width: 100px;
}	
.gallist_list2 img {
	width: 95%;
	max-width: 100px;
}
.gallist_name {
	font-size: 70%;
	text-align: center;
	margin-top: 1px;
	width: 94%;
	margin-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
}
.gallist_deta {
	font-size: 65%;
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.gallist_time {
	font-size: 65%;
	text-align: center;
	color: #E70F73;
	background-color: #FDE1EE;
	width: 94%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	border: 1px solid #FDE1EE;
	max-width: 100px;
}
.gallist_time2 {
	font-size: 65%;
	text-align: center;
	color: #E70F73;
	width: 94%;
	padding-top: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	border: 1px solid #FDE1EE;
	padding-bottom: 1px;
	max-width: 100px;
}
/*ニュースリスト
-----------------*/
.newslist_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
}

.newslist_box_m {
	width: 68%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
}
.newslist_inbox {
	width: 100%;
	display: table;
	border-bottom-color: #818181;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 59.07%,rgba(233,233,233,1.00) 100%);
	text-align: center;
	
}
.newslist_inbox_in {
	width: 97%;
	display: table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 130%;
}

.newslist_inbox_in img {
	margin-right: 4px;
	float: left;
	width: 100%;
	max-width: 70px;
}
.newslist_inbox_in p {
	font-size: 110%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #E70F73;
	margin-bottom: 2px;
}
.newslist_inbox_in p a:link {
	color: #E70F73;
}
.newslist_inbox_in p a:visited {
	text-decoration: none;
	color: #E70F73;
}
.newslist_inbox_in p a:hover {
	text-decoration: underline;
	color: #E70F73;

}
.newslist_inbox_in p a:active {
	text-decoration: underline;
	color: #E70F73;

}


.newslist_inbox_in_shopname {
	font-size: 90%;
	text-align: right;
	width: 100%;
	margin-top: 4px;
}

/*写メ
-----------------*/
.shamelist {
	display: table;
	float: left;
	width: 50%;
	text-align: center;
}
.shamelist_inbox {
	display: table;
	float: left;
	width: 95%;
	border: 1px solid #A7A7A7;
	padding-top: 6px;
	padding-bottom: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px #DFDFDF;
	box-shadow: 1px 1px 1px 1px #DFDFDF;
	margin-bottom: 5px;
	height: 160px;
}
.shamelist_inbox img {
	width: 95%;
	max-width: 100px;
}	
.shamelist_txt {
	font-size: 70%;
	text-align: center;
	margin-bottom: 1px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
}
.shamelist_txtbox_midashi {
	font-size: 80%;
	line-height: 110%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #E70F73;
	text-align: left;
	margin-top: 2px;
}
/*写メ横
-----------------*/
.shame_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	
}
.shame_box_wapp {
	width: 95%;
	display: table;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.shame_boxin {
	width: 25%;
	display: table;
	margin-right: auto;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}
.shame_boxin_imgbox {
	display: table;
	width: 98%;
	max-width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.shame_boxin_imgbox img {
	width: 100%;
	height: auto;
}
.shame_boxin_txtbox {
	float: left;
	text-align: center;
	font-size: 65%;
	line-height: 120%;
	margin-top: 3px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.shame_boxin_txtbox_midashi {
	font-size: 120%;
	line-height: 110%;
	color: #E70F73;
	display: none;
}
.shame_line {
	margin-top: px;
	padding-bottom: 0px;
	margin-bottom: px;
	margin-left: 4px;
	display: none;
	border-right: 1px dotted #818181;
	height: 100%;
	width: 1px;
	float: left;
	min-height: 180px;

}

/*ピックアップ
-----------------*/

.pick_side_boxin {
	width: 95%;
	margin-bottom: 5px;
	display: table;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
	font-size: 70%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #A7A7A7;
	line-height: 130%;
}
.pick_side_boxin img {
	width: 100px;
	float: left;
	margin-right: 5px;
}

.pick_side_boxin p {
	font-size: 110%;
}

/*ランキング
-----------------*/

.rank_bar {
	width: 100%;
}

.rank_box {
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.rank_boxin {
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rank_ue {
	margin-bottom: 2px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	width: 100%;
	float: right;
	font-size: medium;
}

.rank_ue_no {
	width: 20%;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	border-bottom: 1px solid #E70F73;
	padding-top: 1px;
	vertical-align: middle;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: -moz-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: -o-linear-gradient(270deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	background-image: linear-gradient(180deg,rgba(231,15,115,1.00) 45.08%,rgba(177,36,102,1.00) 48.19%);
	border-left: 1px solid #E70F73;
	border-right: 1px solid #E70F73;
	
}
.rank_ue_no_shop {
	width: 20%;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	border-bottom: 1px solid #4256DE;
	padding-top: 1px;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #4256DE;
	border-right: 1px solid #4256DE;
	background-image: -webkit-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: -moz-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: -o-linear-gradient(270deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	background-image: linear-gradient(180deg,rgba(66,86,222,1.00) 48.19%,rgba(23,37,134,1.00) 51.30%);
	
}
.rank_ue_no_p {
	font-size: 80%;
}
.rank_ue_shop {
	font-size: 75%;
	line-height: 110%;
	border-bottom: 1px dotted #818181;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
.rank_ue_shop p {
	font-size: 105%;
	line-height: 120%;
	margin-top: 1px;
	margin-bottom: 1px;

}
.rank_naka {
	width: 100%;
	line-height: 120%;
	margin-top: 4px;
	font-size: 75%;
	color: #E70F73;
}
.rank_sita {
	display: table;
	font-size: 80%;
	line-height: 150%;
}
.rank_sita p {
	font-size: 115%;
	line-height: 120%;
	margin-top: 1px;
	margin-bottom: 1px;
}
.rank_boxin img {
	float: right;
	width: 85px;
	margin-left: 5px;
}

/*ランキングまとめ
-----------------*/
.rank_box2{
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}
.rank_boxin_m_tab {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(220,220,220,1.00) 100%);
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 85%;
	margin-top: 10px;
}
.rank_boxin_m_tabb_on {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-right: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: -o-linear-gradient(270deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
	background-image: linear-gradient(180deg,rgba(255,219,0,1.00) 0%,rgba(244,190,26,1.00) 98.96%);
}
.rank_boxin_m_tabb_off {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #000000;
}

.rank_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.rank_boxin_m_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}
.rank_boxin_msp {
	width: 100%;
	display: table;
	height: 5px;
}
.rank_boxin_min {
	width: 93%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.rank_box_m_halfmigi {
	width: 49%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-align: center;
}
.rank_box_m_halfhidari {
	width: 49%;
	display: table;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-align: center;
}
.rank_box_m_half_girl_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	margin-bottom: 8px;
}
.rank_box_m_half_shop_bar {
	width: 100%;
	display: table;
	background-color: #4256DE;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.rank_box_m {
	width: 100%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 20px;
}
.rank_naka_m {
	width: 100%;
	line-height: 120%;
	margin-top: 5px;
	font-size: 70%;
	display: block;
	color: #E70F73;
}
.rank_boxin_m img {
	max-width: 80px;
	float: right;
	margin-left: 1px;
}
.rank_sita_m {
	display: table;
	font-size: 75%;
	line-height: 150%;
}
.rank_box_m_select {
	width: 30%;
	display: table;
	float: left;
	margin-left: 0px;
}

.rank_box_m_select_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	margin-bottom: 5px;
}
.rank_box_m_select_bar p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.rank_box_m_select_barshop {
	width: 100%;
	display: table;
	background-color: #4256DE;
	margin-bottom: 5px;
}
.rank_box_m_select_barshop p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.rank_box_m_select_txt {
	width: 100%;
	display: block;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 2px;
	border-bottom: 1px dotted #B1B1B1;
	padding-bottom: 2px;
}
.rank_ue_m {
	margin-bottom: 2px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	width: 100%;
	
}

/*口コミ
-----------------*/
.kutikomi_boxin {
	width: 95%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.kutikomi_shop {
	width: 100%;
	line-height: 140%;
	font-size: 75%;
	display: block;
	margin-bottom: 5px;
}

.kutikomi_boxin p {
	font-size: 90%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #E70F73;
	margin-bottom: 2px;
}
.kutikomi_boxin p a:link {
	color: #E70F73;
}
.kutikomi_boxin p a:visited {
	text-decoration: none;
	color: #E70F73;
}
.kutikomi_boxin p a:hover {
	text-decoration: underline;
	color: #E70F73;

}
.kutikomi_boxin p a:active {
	text-decoration: underline;
	color: #E70F73;
}
.kutikomi_boxin_hosi {
	font-size: 100%;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #F46B1A;
	margin-bottom: 3px;
}
.kutikomi_boxin_hosi_ten {
	font-size: 80%;
	color: #000000;
	margin-left: 3px;
	font-weight: lighter;
}
.kutikomi_boxin_txt {
	font-size: 80%;
	text-align: left;
	width: 100%;
	line-height: 140%;
	display: table;
}
.kutikomi_boxin_txt_side {
	font-size: 70%;
	text-align: left;
	width: 100%;
	line-height: 130%;
	display: table;
}
.kutikomi_boxin_prof {
	width: 100%;
	font-size: 70%;
	line-height: 130%;
	display: table;
	color: #818181;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEFFFF;
}
.kutikomi_boxin_prof img {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 25px;

}
/*口コミマトメ
-----------------*/

.kutikomi_box2{
	width: 100%;
	display: table;
	border: 1px solid #818181;
	text-align: center;
	padding-bottom: 7px;
	
}

.kutikomi_boxin_m {
	width: 96%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
.kutikomi_boxin_m_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}
.kutikomi_boxin_msp {
	width: 100%;
	display: table;
	height: 5px;
}
.kutikomi_boxin_min {
	width: 93%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.kutikomi_box_m_halfmigi {
	width: 49%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.kutikomi_box_m_halfhidari {
	width: 49%;
	display: table;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.kutikomi_box_m_half_shop_bar {
	width: 100%;
	display: table;
	background-color: #000000;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.kutikomi_box_m {
	width: 100%;
	display: table;
	float: right;
	-webkit-box-shadow: 0px 0px 3px 2px #B1B1B1;
	box-shadow: 0px 0px 3px 2px #B1B1B1;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.kutikomi_naka_m {
	width: 100%;
	line-height: 120%;
	margin-top: 5px;
	font-size: 70%;
	display: block;
	color: #E70F73;
}

.kutikomi_sita_m {
	display: table;
	font-size: 75%;
	line-height: 130%;
}
.kutikomi_box_m_select {
	width: 30%;
	display: table;
	float: left;
	margin-left: 0px;
}

.kutikomi_box_m_select_bar {
	width: 100%;
	display: table;
	background-color: #E70F73;
	margin-bottom: 5px;
}
.kutikomi_box_m_select_bar p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.kutikomi_box_m_select_barshop {
	width: 100%;
	display: table;
	background-color: #000000;
	margin-bottom: 5px;
}
.kutikomi_box_m_select_barshop p {
	color: #FFFFFF;
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.kutikomi_box_m_select_txt {
	width: 100%;
	display: block;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 2px;
	border-bottom: 1px dotted #B1B1B1;
	padding-bottom: 2px;
}

/*店一覧
-----------------*/
.slist_box {
	width: 100%;
	display: table;
	text-align: center;
	padding-bottom: 7px;
}
.slist_box_sarch {
	width: 100%;
	display: table;
	text-align: left;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #F3F3F3;
	font-size: 80%;
	border-top: 1px solid #818181;
}
.slist_box_sarch p {
	margin-left: 10px;
	margin-bottom: 2px;
}
.slist_box_txt {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 12px;
	font-style: normal;
}
.slist_bunner {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 12px;
}
.slist_bunner img {
	width: 100%;
	max-width: 360px;
}
.slist_waku {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 12px;
	font-style: normal;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 3px solid #000000;
}
.slist_waku_a {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 12px;
	font-style: normal;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
	border-top: 3px solid #000000;
}
.slist_waku_wapp {
	width: 97%;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.slist_waku_wapp_free_txt {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 150%;
	color: #E70F73;
	font-weight: bold;
}
.slist_waku_wapp_free_txt2 {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.slist_waku_wapp_free_txt3 {
	width: 100%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 100%;
	color: #E70F73;
	margin-bottom: 10px;
}
.slist_waku_ue {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,248,236,1.00) 2.60%,rgba(249,237,215,1.00) 41.95%,rgba(201,162,88,1.00) 100%);
}
.slist_waku_ue_a {
	width: 100%;
	display: table;
	text-align: center;
	margin-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 27.46%,rgba(232,232,232,1.00) 100%);
}
.slist_waku_free {
	width: 100%;
	display: table;
	text-align: left;
	margin-bottom: 5px;
	font-style: normal;
	border: 1px solid #818181;
	font-size: 90%;
}
.slist_waku_ue_free {
	width: 100%;
	display: table;
	text-align: center;
}
.slist_waku_ue_in {
	width: 100%;
	display: table;
	margin-top: 5px;
	text-align: left;
	font-size: 70%;
	line-height: 120%;
	margin-bottom: 5px;
}
.slist_waku_ue_in_book {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	border: 1px solid #000000;
}
.slist_waku_ue_in_good {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	background-image: url(url), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(238,236,228,1.00) 100%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	margin-right: 3px;
	float: left;
}
.slist_waku_ue_in_book_shop {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,219,0,1.00) 45.08%,rgba(244,190,26,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	margin-right: 3px;
	float: left;
}
.slist_waku_ue_in_book_on {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(216,216,216,1.00) 45.08%,rgba(198,198,198,1.00) 49.74%);
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	color: #818181;
	border: 1px solid #818181;
	margin-left: 3px;
}
.slist_waku_ue_in_book_on_shop {
	width: auto;
	display: table;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	color: #818181;
	border: 1px solid #818181;
	margin-right: 3px;
	background-image: url(url);
	background-color: #E5E5E5;
}
.slist_waku_ue_in_review {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(255,142,0,1.00) 45.08%,rgba(231,100,11,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin-right: 3px;
}
.slist_waku_ue_in_review a:link {
	color: #FFFFFF;
}
.slist_waku_ue_in_review a:visited {
	color: #FFFFFF;
}

.slist_waku_ue_in_free {
	width: auto;
	display: table;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	background-image: url(url), linear-gradient(180deg,rgba(231,15,115,1.00) 46.11%,rgba(205,14,103,1.00) 49.74%);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.slist_waku_ue_in_free a:link {
	color: #FFFFFF;
}
.slist_waku_ue_in_free a:visited {
	color: #FFFFFF;
}

.slist_waku_ue_in p {
	font-size: 130%;
	color: #E70F73;
	font-weight: bold;
	margin-bottom: 2px;

}
.slist_waku_ue_in p a:link {
	text-decoration: underline;
	color: #573412;
}
.slist_waku_ue_in p a:visited {
	text-decoration: underline;
	color: #000099;
}

.slist_waku_ue_in p a:active {
	text-decoration: underline;
	color: #573412;

}

.slist_waku_sita {
	width: 100%;
	display: table;
	text-align: left;
	font-size: 85%;
	line-height: 120%;
	margin-bottom: 5px;
}
.slist_waku_sita_ue {
	width: 100%;
	display: table;
}
.slist_waku_sita_ue_2 {
	display: table;
	width: 100%;
	font-size: 80%;
	text-align: left;
	border-top: 1px dotted #818181;
	padding-top: 4px;
	margin-top: 4px;
}
.slist_waku_sita_ue_2in {
	width: auto;
	display: table;
	float: left;
	margin-right: 7px;
}
.slist_waku_sita_ue_in {
	width: auto;
	display: table;
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}
.slist_waku_sita_ue_in_waku1 {
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	float: left;
	font-size: 80%;
	margin-right: 3px;

}
.slist_waku_sita_ue_in_waku2 {
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
	color: #000000;
	background-color: #FFDB00;
	text-align: center;
	float: left;
	font-size: 80%;
	margin-right: 3px;
}
.slist_waku_sita_sita {
	width: 100%;
	display: table;
	padding-bottom: 5px;
	font-size: 95%;
	border-top: 1px dotted #818181;
	padding-top: 3px;
	margin-top: 2px;
}
.slist_waku_sita_sita2 {
	display: table;
	border-bottom: 1px dotted #818181;
	padding-bottom: 5px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.slist_waku_sita_sita_in {
	width: auto;
	display: table;
	margin-right: 7px;
	float: left;
}
.slist_waku_sita_sita_in2 {
	width: auto;
	display: table;
	float: left;
}
.slist_waku_sita_sita_in_bold {
	font-weight: bold;
	color: #E70F73;
	margin-left: 5px;

}
.slist_waku_sita_photo {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.slist_waku_sita_photo_main {
	width: auto;
	display: table;
	float: left;
	min-width: 125px;
	margin-right: 5px;
}
.slist_waku_sita_photo_main2 {
	display: none;
	margin-bottom: 5px;
	margin-right: 5px;
}
.slist_waku_sita_photo_main2 img {
	width: 100%;
	max-width: 100px;
	min-width: 100px;
}
.slist_waku_sita_photo_main img {
	width: 100%;
	max-width: 125px;
}
.slist_waku_sita_photo_sub {
	width: 80%;
}
.slist_waku_sita_photo_subbox {
	display: none;
	width: 76%;
}
.slist_waku_sita_photo_subbox_in {
	width: 20%;
	text-align: right;
	float: right;
}
.slist_waku_sita_photo_subbox_in img {
	width: 98%;
	float: right;
	height: auto;
}
.slist_waku_sita_txtbox {
	display: table;
	width: auto;
	margin-top: 5px;
	min-height: 50px;
	font-size: 90%;
	line-height: 140%;
}
.slist_waku_sita_txtbox p {
	font-weight: bold;
	color: #E70F73;
	font-size: 120%;
	margin-bottom: 1px;
}
.slist_waku_sita_txtbox2 {
	display: table;
	margin-top: 5px;
	min-height: 50px;
	font-size: 85%;
	line-height: 140%;
	width: auto;
	margin-bottom: 5px;
}
.slist_waku_sita_txtbox2 p {
	font-weight: bold;
	color: #E70F73;
	font-size: 120%;
	margin-bottom: 1px;
}
.slist_waku_sita_gai {
	width: 100%;
	display: table;
	font-size: 80%;
	border: 1px solid #818181;
}
.slist_waku_sita_gai_box {
	width: 100%;
	border-bottom: 1px dotted #818181;
	float: left;
}
.slist_waku_sita_gai_box2 {
	width: 100%;
	display: table;
}
.slist_waku_sita_gai_box_hidari {
	width: 80px;
	text-align: center;
	background-color: #EEECE4;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 5px;
	vertical-align: middle;
}
.slist_waku_sita_gai_box_migi {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
}
