@charset "UTF-8";
@media screen and (max-width: 640px) {
/* ------------------------------
スマホ用スクロールテーブル
------------------------------ */

.scroll table{
	width:600px !important;
}

.scroll table img{
	width:150px;
}
	
.scroll{
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	white-space: nowrap;
	position: relative;
	min-height:200px;
	padding:20px 0;
	margin-bottom:10px;
}
	
.scroll::-webkit-scrollbar{
		height:5px;
}
	
.scroll::-webkit-scrollbar-track{
		 background: #F1F1F1;
}
	
.scroll::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
}
	
.touch_close{
		background-image:url("../img/touch_close.png");
		width:220px;
		height:173px;
		display:block;
		background-size:220px 173px;
		position: relative;
		right: 20%;
		left: 20%;
		top: 190px;
		z-index:9990;
		margin-top:-200px;
		text-indent:-9999px;
}

/* ------------------------------
ランキングボックス
------------------------------ */

.ranking_box .head h3{
	font-size:16px !important;
}

.ranking_box .head h3{
	width:100%;
	float:none;
	padding-bottom:0 !important;
}	
	
	
.ranking_box .head .kutikomi_count{
	width:100%;
	float:none;
	padding-top:5px !important;
	font-size:10px !important;
}

.ranking_box .head .kutikomi_count span{
	font-size:12px !important;	
}

.ranking_box .review_link_area .review{
	width:100%;
	float:none;
	margin-bottom:10px;	
}

.ranking_box .review_link_area a{
	width:100%;
	float:none;
	margin-bottom:10px;	
}


/* ------------------------------
*シンプル３つボックス, ３ボックス
------------------------------ */
.box3_flat .box3-01,
.box3_flat .box3-02,
.box3_flat .box3-03 {
	width:100%;
	margin-right:0;
	float:none;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom:30px;
}

.box3_flat h4{
	margin-top: -5px !important;
}

.box3_flat .box3_flat-m {
	background-color: #fff;
	padding: 5px;
}


/* ------------------------------
*セリフ1, セリフ2
------------------------------ */
.words02 .words_chara,
.words01 .words_chara{
	width:70px;
	height:70px;
	top:50%;
	margin-top:-35px;
}

.words02_r .words_chara,
.words01_r .words_chara{
	width:70px;
	height:70px;
	margin-top:-35px;
}

.words01 .fukkidashi,
.words02 .fukkidashi{
	margin-left:90px;
}


.words01_r .fukkidashi,
.words02_r .fukkidashi{
	margin-right:90px;
}


}