

/* ↓基本設定
-----------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}


a img {
	border:none;
}


img{
	border:none;
}


a {
	color:#333;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}


a:active {
	text-decoration: none;
}


img a:hover {

}


.fil{
	
}


html{
	overflow-y: scroll;
}

div#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.pc_none {
	display:none;

}

/* ↓本文
-----------------------------*/


body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	line-height:1.6;
	background-color: #fff;
	color:#333;
	width:100%;
	height:100%;
	margin:0;
	padding:0;

}



/* ↓共通・修飾関連
-----------------------------*/

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-40{
	margin-top: 40px;
}

.mt-50{
	margin-top: 50px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-50{
	margin-bottom: 50px;
}

.ml-10{
	margin-left: 10px;
}

.ml-20{
	margin-left: 20px;
}

.ml-30{
	margin-left: 30px;
}

.ml-40{
	margin-left: 40px;
}

.ml-50{
	margin-left: 50px;
}

.mr-10{
	margin-right: 10px;
}

.mr-20{
	margin-right: 20px;
}

.mr-30{
	margin-right: 30px;
}

.mr-40{
	margin-right: 40px;
}

.mr-50{
	margin-right: 50px;
}

.pt-10{
	padding-top: 10px;
}

.pt-20{
	padding-top: 20px;
}

.pt-30{
	padding-top: 30px;
}

.pt-40{
	padding-top: 40px;
}

.pt-50{
	padding-top: 50px;
}

.pb-10{
	padding-bottom: 10px;
}

.pb-20{
	padding-bottom: 20px;
}

.pb-30{
	padding-bottom: 30px;
}

.pb-40{
	padding-bottom: 40px;
}

.pb-50{
	padding-bottom: 50px;
}

.pl-10{
	padding-left: 10px;
}

.pl-20{
	padding-left: 20px;
}

.pl-30{
	padding-left: 30px;
}

.pl-40{
	padding-left: 40px;
}

.pl-50{
	padding-left: 50px;
}

.pr-10{
	padding-right: 10px;
}

.pr-20{
	padding-right: 20px;
}

.pr-30{
	padding-right: 30px;
}

.pr-40{
	padding-right: 40px;
}

.pr-50{
	padding-right: 50px;
}

.commombar1 h1 {
	font-size: 130%;
	
}



.con_title1 {
	font-size:18px;
}


.em1{
  font-size: 130%;
}

.fontsize16{
	font-size:16px;
}

.em1_underline {
    color: #333;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 70%, #fff45c 70%);
}


.button3 {
    display: block;
    position: relative;
    width: 90%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 5px auto;
    background-color: #ed4545;/*ボタンの色*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button3:hover {
    text-decoration: none;
    color: #fff;
}
.button3::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button3 3s ease-in-out infinite;
}
@-webkit-keyframes button3 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button3__text-outer{
	text-align: center;
	color: #f85983;
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 40px;
}

.button4 {
    display: block;
    position: relative;
    width: 89%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 20px auto;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #00bfff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border: 2px #00bfff solid;
}
.button4:hover {
    text-decoration: none;
    color: #fff;
}
.button4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button4 3s ease-in-out infinite;
}


.button4__text-outer{
	text-align: center;
	color: #5ccddf;
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 40px;
}

/* ↓PC
-----------------------------*/

header {
    width: 100%;
    height: 100%;
    text-align: center;
}

nav {
	text-align:center;
	font-size: 0;
	line-height: 0;	
}

nav a:hover img {
	opacity: 0.75;
}

main{
	width:1000px;
	margin: 0 auto;
	text-align:center;
}

#main__content{
	width: 928px;
    padding: 5px 0 0 0;
}

#main__headingimg {
	margin:10px 0 0 0;
}

#main__left {
	float:left;
	width:680px;
}

#main_left--searchresult{
	width:1000px;
}

#main__breadcrumblist {
	margin:5px 0 5px 0;
	text-align: left;
}

#main__right{
	float:right;
	margin:0 0 0 10px;
	width:230px;
}

#main__right a:hover img {
	opacity: 0.7;
}

.main__right-section {
	margin:20px auto 20px auto;
	width:298px;
}

.main__right-section--type2 {
	border: 1px #e5e5e5 solid;
}

.main__right-media {
	width:40%;
	display: inline-block;
	font-size:70%;
	margin:10px;
}

.main__right-media img {
	width:100%;
}

.main__right-media a {
	margin:3px 0 0 0;
	color:#00bfff;
	font-weight: bold;
	text-decoration: underline;
}

.main__right-media a:hover {
	text-decoration: none;
}

footer{

}

.footer__menu {
	text-align:center;
	margin:0 0 0 0;
	clear:both;
}

.footer__copyright {
	text-align:center;
	margin:20px 0 0 0;
	clear:both;
}

.contents{
	text-align: left;
}

.contents--fortuneteller1{
	text-align: center;
}

.contents__title1{
    font-size: 22px;
}

.contents__title1--fortunestore{
    text-align: left;
}

.contents__img{
 
}

.contents__img--tortunestore{
	margin-bottom: 40px;
}

.contents__img--tortunestore img{
	margin: 30px auto 0 auto;
    padding: 2px;
    border: 1px #e5e5e5 solid;
    width: 50%; 
}

.contents__img--tortuneteller{

}

.contents__img--tortuneteller img{
	margin: 30px 0 0 0px;
    border-radius: 150px;
}

.contents__img--tortuneteller2{

}

.contents__img--tortuneteller2 img{
	margin: 30px 0 0 0px;
    border-radius: 150px;
    width: 250px;
}

.contents__img--normal{
	text-align: center;
	padding: 10px 0;
}

.contents__img--normal img{
	width: 70%;
	border: 1px #e5e5e5 solid;
}

.contents__description{

}

.contents__description--fortuneteller{
	padding: 0 20px;
}

.contents__list{
    margin: 50px 0 0;
    font-size: 120%;
    line-height: 2.0;
}

.contents__list li{
    list-style: none;
}


.contents__point{
	text-align: left;
    padding: 0 10px 0 10px;
    width: 100%;
    font-weight: bold;
}

.contents__pagenation{
	text-align: center;
	margin:30px 0 30px;
}

.contents__pagenation .page-numbers{
	font-weight: bold;
    background-color: #95d6df;
    color: #fff;
    margin:0 5px;
    padding:0 5px;
    border-radius: 5px;
}

.contents__pagenation .current{
	color: #95d6df;
	background-color: #ffffff;
}


.next,.prev{

}

.text {
	text-align: left;
}

.text--normal1{
	width: 95%;
	padding: 0 10px;
	margin:0 auto 0 auto;
}

.text__title1 {
	color: #fa7397;	
	font-weight: bold;
	font-size: 130%;
	border-bottom: #dab5d0 1px;
	border-bottom-style: dashed;
}

.text__img{

}

.text__img--type1{
	margin:20px auto;
	text-align: center;
}

.text--normal1 > h2 {
	color: #fa7397;
	font-weight: bold;
	font-size: 130%;
	margin-bottom:10px;
	border-bottom: #dab5d0 1px;
	border-bottom-style: dashed;
}

.text--normal1 > p {
	margin: 0 0 30px;
}

.text__hr1 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #dab5d0;
	height: 1px;
	margin: 20px 0 20px 0;
	clear: both;

}

.text > a {
	text-decoration: underline;
	color:#00bfff;
}

.text > a hover {
	text-decoration: none;
}

.media{
	float: left;
}

.media--fortunestore{
	width: 43%;
	height: 110px;
	border: 1px #e5e5e5 solid;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	text-align: center;	
}

.media--fortunestore2{
	width: 43%;
	height: 110px;
	border: 1px #e5e5e5 solid;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	text-align: center;	
}

.media--fortuneteller{
	width: 43%;
	height: 110px;
	border: 1px #e5e5e5 solid;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	text-align: center;	
}

.media__image{
    float: left;
}

.media__image--fortunestore{
	width: 38%;
}

.media__image--fortuneteller{
	width: 38%;
}

.media__image--fortuneteller img{
	width: 100%;
	border-radius: 70px;
}


.media__image--fortunestore img{
	width: 100%;
	margin: 15px 0px 0px 15px;
}

.media__body{
	float: right;
}

.media__body--fortunestore{
    width: 50%;
    text-align: left;
    font-size: 90%;
    padding: 5px 0 0 0;
}

.media__body--fortuneteller{
	width: 60%;
	float: right;
	text-align: left;
	font-size: 90%;
	padding: 20px 0 0 0;
}

.media__rank{
	height: 23px;
}

.media__rank img{
	width: 15%;
    display: inline;
}

.speechbubble{
    text-align: left;
}

.speechbubble--type1{
    font-size: 14px;
    margin: 30px 0 30px;
}

.speechbubble--type1 .speechbubble__image{
	float: left;
	width: 55px;
	height: 70px;
}

.speechbubble--type1 .speechbubble__image img{
	width: 50px;
}

.speechbubble--type1 .speechbubble__body{
	float: left;
    padding: 10px 0 0;
}

.speechbubble--type1 .speechbubble__bubble{
    clear: both;
    padding: 10px 10px 0px 10px;
    background-color: #fff;
    border: solid 1px #deddd8;
    border-radius: 10px;
    position: relative;
}


.speechbubble--type1 .speechbubble__bubble:before{
    content: "";
    position: absolute;
    top: -24px;
    left: 5%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    z-index: 2;
}

.speechbubble--type1 .speechbubble__bubble:after{
	content: "";
	position: absolute;
	top: -28px;
	left: 5%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #deddd8;
 	z-index: 1;
}

.speechbubble--type1 .speechbubble__bubble p{
    padding-left: 10px;
}

.speechbubble--type1 .speechbubble__detail{
    font-size: 12px;
    padding: 0 0 10px;
}

.speechbubble--type2{
    margin: 20px 0 0 20px;
    clear: both;
    position: relative; 
}

.speechbubble--type2 .speechbubble__stamp{
    position: absolute; 
    right: -5px;
    bottom: -80px;
    z-index: 2;
}

.speechbubble--type2 .speechbubble__image{
	width: 12%;
	text-align: center;
	float: left;
	margin-right: -90px;
}


.speechbubble--type2 .speechbubble__image img{
    width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%; 
}

.speechbubble--type2 .name{
	font-size: 12px;

}

.speechbubble--type2 .speechbubble__bubble{
	width: 100%;
}

.speechbubble--type2 .speechbubble__chat{
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
}

.speechbubble--type2 .speechbubble__chat:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}

.speechbubble--type2 .speechbubble__chat p{
	margin: 0;
	padding: 0;
}

.speechbubble--type2 .speechbubble__detail{
    font-size: 12px;
    padding: 0 0 10px;
}

.charactor1__outer{
    text-align: left;
    margin: 25px 0 0;
    width: 75px;
    height: auto;
}

.charactor1__outer img{
	border-radius: 100px;
	width: 100%;
}

.button__outer{
	text-align: center;
    clear: both;
}

.button{

}

.button--submit1{
	background: url(img/button3.png);
	width: 334px;
	height: 53px;
	border: 0px solid;
	cursor: pointer;
	margin-top: 20px;
}


.button--submit2{
	background: url(img/button2.png);
	width: 334px;
	height: 53px;
	border: 0px solid;
	cursor: pointer;
}

.table{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.table--type1{
	width: 95%;
}

.table--type2{
	width: 80%;
	margin: 0 auto 30px auto;
}

.table--type3{
	width: 80%;
	margin: 0 auto 0 auto;
	font-size: 90%;
}

.table__td{
    
}

.table__td-heading--type1{
    padding: 5px;
	width: 20%;
    background-color: #fdf4f3;
    vertical-align: middle;
    border: 1px #e5e5e5 solid;
}

.table__td-heading--type2{
    width: 30%;
    background-color: #fdf4f3;
    vertical-align: middle;
	border: 1px #e5e5e5 solid;
    padding: 5px;
}

.table__td-contents--type1{
    padding: 5px;
    width: 80%;
    border: 1px #e5e5e5 solid;
}

.table__td-contents--type1 label{
    display: block;
    float: left;
}

.table__td-contents--type1 input {
    vertical-align: -0.15em;
    margin: 0 0 0 10px;
}

.table__td-contents--type2{
    padding: 5px;
    width: 70%;
    border: 1px #e5e5e5 solid;
}

.table__td-contents--type2 label{
    display: block;
    margin: 5px 10px;
    float: left;
}

.table__td-contents--type3{
    padding: 5px;
    width: 100%;
    border: 1px #e5e5e5 solid;
}

.table__td-contents--type4{
    padding: 5px;
    width: 70%;
    border: 1px #e5e5e5 solid;
    text-align: left
}


.table--searchresult{
    width: 100%;
    margin:10px auto 0px auto;
    font-size: 80%;	
}


.table--searchresult th {
	border: 1px #e5e5e5 solid;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}


.table--searchresult td {
	border: 1px #e5e5e5 solid;

}

.table--searchresult td a {
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
}

.table__td-result{
    vertical-align: middle;
	text-align: center;
}

.table__td-result--cell1{
    width: 20%;
    padding:10px 0 5px 0;
}

.table__td-result--cell2{
    width: 12%;
}

.table__td-result--cell3{
    width: 10%;
}

.table__td-result--cell3 p:after {
	content:"円～";
}

.table__td-result--cell4{
    width: 10%;
}

.table__td-result--cell5{
    width: 15%;
}

.table__td-result--cell5 p:after {
	content:"人";
}

.table__td-result--cell6{
    width: 13%;
}

.table__td-result--cell6 p:before{
	content:"初回最大";
}

.table__td-result--cell6 p:after{
	content:"円分無料";
}

.table__td-result--cell7{
    width: 20%;
}

.table__td-result--cell7 img{
    width: 90%;
}

.table__td-result--cell7b{
    width: 20%;
}

.table__td-result--cell7b img{
	width: 90%;
}

.table__td-result--cell8{
	display: none;
}

.table__result-star {
	height:0px;

}

.table__result-star img {
	width:0px;
	display:none;
}

.table__result-img img {
	width: 60%;
}

.table2back {
    vertical-align: middle;
    text-align: center;
    background-color:#fbe6e7;
}

.table2left {
    text-align: left;
}


.offer{
	text-align:right;
	margin:20px 20px 20px
}

.pc_none {
	display:none;
}

.pc_block_none{
	display:none;
}

.pink1 {
    color: #fa7397;
}
.blue1{
	color: #00bfff;
}

.red1{
	color: #ff0000;
}

.gold1 {
	color:#ECB802;
	font-weight: bold;
	text-shadow:-0.5px -0.5px #000,0.5px -0.5px #000,-0.5px 0.5px #000,1px 1px #000;

}

.silver1 {
	color:#BABAC2;
	font-weight: bold;
	text-shadow:-0.5px -0.5px #000,0.5px -0.5px #000,-0.5px 0.5px #000,1px 1px #000;
}

.bold{
    font-weight: bold;
}

.marker1 {
	margin:0 5px 0 0;
}

.underline_yellow{
  background: linear-gradient(transparent 60%, #fcfbcf 60%);
}

.underline{
    text-decoration: underline;
}

.dotline {
	border-bottom: #dab5d0 1px;
	border-bottom-style: dashed;
}

.radarChartsize{
	width:250px;
	height:250px;
	margin: 20px 0 0 0;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt50{
	margin-top: 50px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px;
}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

.pt30{
	padding-top: 30px;
}

.pt40{
	padding-top: 40px;
}

.pt50{
	padding-top: 50px;
}

.pb10{
	padding-bottom: 10px;
}

.pb20{
	padding-bottom: 20px;
}

.pb30{
	padding-bottom: 30px;
}

.pb40{
	padding-bottom: 40px;
}

.pb50{
	padding-bottom: 50px;
}

.mauto{
	margin-left: auto;
	margin-right: auto;
}

.textcenter{
	text-align: center;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.textsize130{
	font-size: 130%;
}

.hr1{
	border-width: 1px 0 0 0;
    height: 1px;
    clear: both;
}

.hr1--style1{
    border-style: solid;
    border-color: #dab5d0;
    width: 90%;
}

.quote1 {
	font-size: 100%;
	clear:both;
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin:10px auto;
	width: 90%;
	min-width: 115px;
	height: auto;
	line-height: 25px;
	text-align: left;
	background: #fbfaf6;
	border: 1px solid #e5e5e5;
	z-index: 0;
}

/* ------------------------------
   上部へスクロール
------------------------------ */

#pageTop {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 999;
}
 
#pageTop a {
	display: block;
	padding: 0 0 0 0;
	border-radius: 70px;
	width: 70px;
	height: 70px;
	background-color: #848484;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
 
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#pageTopImg{
	padding:7px 0 0 0;
}


/* ↓スマホ用
-----------------------------*/
@media screen and (max-width: 640px) {

	header {
		width: 100%;
		padding-top:25%;
		height:0;
		background: url('img/logo_m.png') no-repeat center;
		background-size:contain; 
	}

	nav {
		width:100%;
		display: none;
		
	}

	nav img{
		/*width:20%;*/
		width:25%;
	}


	header img {
	    width: 100%;
	    display: none;
	}
	

	main{
		width:100%;
	}

	#main__headingimg img{
	    width: 100%;
	}

	#main__content{
		width: 100%;
	    padding: 0px 0 0 0;
	}

	#main__left {
	    float: none;
	    width: 100%;
	    margin: 0 0 30px 0px;
	}

	#main__breadcrumblist{
		font-size: 14px;
		margin: 0 10px;
	}

	#main_left--searchresult{
	    width: 95%;
	    margin: 0 auto 0 auto;
	}


	#main__right {
		margin:0 0 0 0px;
		width:100%;
	}

	.main__right-media {
		font-size:85%;
	}

	.footer__menu {
		text-align: center;
		margin: 20px 0 0 0;
		clear: both;
	}
	.footer__copyright{
		width: 100%;
		padding-top:20%;
		height:0;
		background: url('img/footer_m.png') no-repeat center;
		background-size:contain; 
	}

	.footer__copyright img{
		width:100%;
		display: none;
	}

	.contents__title1{
		font-size: 18px;
	    text-align: center;	
	}

	.contents__description--mobile1{
		padding: 0 20px;
		font-size: 14px;
	}

	.contents__description{
		padding: 0 20px;
	}
	
	.contents__description2{
		padding: 0 20px;
		font-size: 14px;
		line-height: 20px;
	}	

	.contents__description--fortunestore{
		padding: 5px;
	}

	.contents__description--fortuneteller{
		padding: 5px;
	}

	.contents__img--tortunestore img{
	    width: 60%;
	}

	.contents__img--normal{
		padding: 10px 0;
	}

	.contents__img--normal img{
		width: 90%;
	}

	.contents__img--tortuneteller img{
		width: 200px;
	}

	.contents__img--tortuneteller2 img{
		width: 200px;
	}
	
	.contents__list{
	    margin: 20px 20px 0;
	    font-size: 16px;
	    line-height: 2.0;
	}

	.text--normal1{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}

	.text__img--type1 img{
		width: 100%;
		height: auto;
	}

	.contents__point{
		width: 95%;
	}

	.media--fortunestore{
		width: 40%;
		height: 190px;
		font-size: 14px;
	}
	
	.media--fortunestore2{
		width: 95%;
		height: 300px;
		font-size: 14px;
		margin: 0 auto;
	}	

	.media__image--fortunestore{
	    width: 100%;
	    float: none;
	}

	.media__image--fortunestore img{
	    width: 80%;
	    margin: 15px 0px 0px 0px;
	}
	
	.media__image--fortunestore2{
	    width: 40%;
	    float: left;
	}

	.media__image--fortunestore2 img{
	    width: 100%;
	    margin: 15px 0px 0px 0px;
	}	

	.media--fortuneteller{
		width: 41%;
		height: 140px;
		font-size: 14px;
	}

	.media__image--fortuneteller{
	    width: 100%;
	    float: none;
	}

	.media__image--fortuneteller img{
	    width: 50%;
	    border-radius: 70px;
	}

	.media__body--fortunestore{
	    width: 100%;
	    float: none;
	    text-align: center;
	    font-size: 90%;
	    margin: 0 auto 0 auto;
	    padding: 0 0 0 0;
	}
	
	.media__body--fortunestore2{
	    width: 55%;
	    float: right;
	    text-align: left;
	    font-size: 14px;
	    margin: 0 auto 30px auto;
	    padding: 15px 0 0 0;
	    line-height: 22px;
	}
	

	.media__body--fortuneteller{
	    width: 100%;
	    float: none;
	    text-align: center;
	    font-size: 90%;
	    margin: 0 auto 0 auto;
	    padding: 0 0 0 0;
	}

	.media__rank{	
	    height: 15px;
	}

	.media__rank img{
	    width: 15%;
	    display: inline;
	}
	
	.media__rank2{	
	    height: 20px;
	    text-align: left;
	    font-size: 16px;
	}

	.media__rank2 img{
	    width: 8%;
	    display: inline;
	}	

	.speechbubble--type1{
		width: 95%;
		margin: 0 auto;
	}

	.speechbubble--type1 .speechbubble__bubble:before{
		left: 7%;
	}

	.speechbubble--type1 .speechbubble__bubble:after{
		left: 7%;
	}


	.speechbubble--type2 .speechbubble__image{
	    width: 20%;
	    text-align: center;
		float: none;
		margin-right: -90px;
	}

	.speechbubble--type2 .speechbubble__bubble{
		width: 95%;
	}

	.speechbubble--type2 .speechbubble__stamp{
	    right: 0px;
	    bottom: -50px;
	    width: 120px;
	    z-index: 1;
	}

	.speechbubble--type2 .speechbubble__chat{
		margin: 15px 0 0 0;
	}


	.speechbubble--type2 .speechbubble__chat:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: -22px; 
		left: 24px;
		border: 12px solid transparent;
		border-bottom: 12px solid #d7ebfe;
	}

	.table--type1{
		margin: 0 auto;
	}

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

	.table--searchresult tbody{
	    border: 1px #e5e5e5 solid;
	}


	.table--searchresult th {
		border: 1px #e5e5e5 solid;
	    font-weight: bold;
	    line-height: 120%;
	    text-align: center;
	}


	.table--searchresult td {
		border: 0px;

	}

	.table--searchresult td a {
		display:block;
		width:100%;
		height:100%;
		text-decoration: none;
	}

	.table__td-result{
		width: 100%;
	    display: block;
	    border: 0px;
	}

	.table__td-result--cell1{
		margin:30px auto 0 auto;
		font-size:120%;
	}

	.table__td-result--cell2{
		text-align:left;
	}

	.table__td-result--cell2 p:before{
		content:"鑑定方法：";
		font-weight:bold;
	}

	.table__td-result--cell3{
		text-align:left;
	}

	.table__td-result--cell3 p:before{
		content:"　　料金：";
		font-weight:bold;
	}

	.table__td-result--cell4{
		text-align:left;
	}

	.table__td-result--cell4 p:before{
		content:"　　評価：";
		font-weight:bold;
	}

	.table__td-result--cell5{
		text-align:left;
	}

	.table__td-result--cell5 p:before {
		content:"占い師数：";
		font-weight:bold;
	}

	.table__td-result--cell6{
		text-align:left;
	}

	.table__td-result--cell6 p:before{
		content:"初回特典：最大";
		font-weight:bold;
	}

	.table__td-result--cell7{
		margin:0 auto 0px auto;
		border: 1px #e5e5e5 solid;
		width:100%;	
	}

	.table__td-result--cell8{
	   text-align:left;
	    margin: 20px 0 20px 0;   
	}

	.table2back {
	    vertical-align: middle;
	    text-align: center;
	    background-color:#fbe6e7;
	}

	.table2left {
	    text-align: left;
	}

	.table__td-mobile {
		border: 1px #e5e5e5 solid;
	}

	.table__td-cellcontents--mobile {
		width: 60%;
	    margin: 0 auto 0 auto;
	}

	.table__result-star {
		height:10px;
	}

	.table__result-star img {
		width:8%;
		display:inline;
	}

	.table__result-img img {
		width: 70%;
	}

	.pc_none {
		display:inline;

	}

	.pc_block_none{
		display:block;
	}

	.sp_none {
		display:none;
	}
	
	.textsizemobile{
		font-size: 14px;
	}


	/* ------------------------------
	   上部へスクロール(レスポンシブ用)
	------------------------------ */

	#pageTop a {
		width: 60px;
		height: 60px;
	}
	 

	#pageTopImg{
		padding:8px 0 0 0;
		width:40px;
	}


}