@charset "utf-8";

/**
 *
 * TopPage
 *
 */

/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#slider {
	margin-bottom: 20px;
}

#top_machiuke {
	padding: 5px;
	margin: 5px auto;
	margin-bottom: 10px;
	background: #eee;
}
#top_machiuke ul {
	margin-left: 5px;
}
#top_machiuke ul li {
	float: left;
}
#top_machiuke ul li .inner {

}
#top_machiuke ul li .inner img {
	width: 80px;
	height: 80px;
	margin: 7px;
	padding: 2px;
	background: white;
	border: 1px solid #ccc;
	display: block;
	cursor: pointer;
}

#top_machiuke_ranking_box {
	float: left;
}
#top_machiuke_ranking_box h2 {
	height: 33px;
}
#top_machiuke_rangking {
	float: left;
	width: 230px;
}
#top_machiuke_rangking ul {
	border-left: 2px solid #FEC5DE;
	border-right: 2px solid #FEC5DE;
	border-bottom: 2px solid #FEC5DE;	
}
#top_machiuke_rangking ul li {

	padding: 5px;
}
#top_machiuke_rangking ul li.pink_back {
	background: #FFF4FD;
}
#top_machiuke_rangking ul li .pic {
	float: left;
	width: 50px;
	margin-right: 5px;
}
#top_machiuke_rangking ul li .text {
	float: left;
	width: 150px;
}
#top_machiuke_rangking ul li .text p {
	line-height: 1.4em;
}
#top_machiuke_rangking ul li .text span {
	color: #c00;
	text-decoration: underline;
	cursor: pointer;
}


.top_ema_box {
	float: left;
	margin-bottom: 10px;
}
.top_ema {
	width: 230px;
	margin-left: 15px;
}
.top_ema h2 {
	height: 33px;
}
.top_ema ul {
	border-left: 2px solid #F8D998;
	border-right: 2px solid #F8D998;
}
.top_ema ul li {
	border-bottom: 2px solid #F8D998;
	padding: 5px;
	min-height: 80px;
	position: relative;
}
.top_ema ul li .date_name {

	position: absolute;
	bottom: 5px;

}

#top_orei_box {
	float: left;
}
#top_orei {
	float: left;
	width: 475px;
	margin-left: 15px;
}
#top_orei h2 {
	background: #EEE;
}
#top_orei ul {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
}
#top_orei ul li {
	padding: 5px;
	border-bottom: 2px solid #eee;
}
#top_orei ul li .date {
	margin-top: 15px;
}

/* スマホ用フッター広告 */
//PC とスマートフォンでそれぞれ表示するものを変更。
//PC で表示されるときはモバイルコンテンツ用の広告を、
//スマートフォンで表示されるときは PC 用の広告を出す。
.pc-adsence {
    display: block;
}
.footer-mobile-adsence {
	display: none;
}
@media screen and (max-device-width:480px) {
    .pc-adsence {
        display: none;
    }    
    .footer-mobile-adsence {
        width:100%;
		display : block;
        position : fixed !important;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
.footer-mobile-adsence img {
	vertical-align:bottom;
}
.ad-close {
	width:16%;
	float:right;
}
.ad-close:after {
	clear:both;
}
#top_machiuke_ranking_box_title_sp {
	display: none;
}
.bx-wrapper {
	display: none;
}


}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#slider {
	margin-bottom: 20px;

}
#top_machiuke_title {
	display: none;
}
#top_machiuke {
	padding: 5px;
	margin: 5px auto;
	margin-bottom: 10px;
	background: #eee;
	display: none;
}
#top_machiuke ul {
	margin-left: 5px;
}
#top_machiuke ul li {
	float: left;
}
#top_machiuke ul li .inner {

}
#top_machiuke ul li .inner img {
	width: 80px;
	height: 80px;
	margin: 7px;
	padding: 2px;
	background: white;
	border: 1px solid #ccc;
	display: block;
	cursor: pointer;
}
.affi {
	display: none;
}
#top_machiuke_ranking_box {

}
#top_machiuke_ranking_box_title {
	display: none;
}
#top_machiuke_ranking_box h2 {

}
#top_machiuke_rangking {

}
#top_machiuke_rangking ul {
	background: #eeeeee;	
}
#top_machiuke_rangking ul li {
	width: 80px;
	float: left;
	margin-left: 10px;
}
#top_machiuke_rangking ul li .pic {

}
#top_machiuke_rangking ul li .pic img {
	border: 1px solid white;
}
#top_machiuke_rangking ul li .text {

}
#top_machiuke_rangking ul li .text p {
	line-height: 1.4em;
}
#top_machiuke_rangking ul li .text span {
	color: #c00;
	text-decoration: underline;
	cursor: pointer;
}

#top_machiuke_ranking_box .bx-wrapper {
	background: #eeeeee !important;
	padding: 10px 0px;
	position: relative;
	top: -10px;
}
#top_machiuke_ranking_box .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: solid #fff 0px;
	background: #eeeeee !important;
}
#top_machiuke_link {
	text-align: right;
}



.top_ema_box {

	margin-bottom: 10px;
}
.top_ema {

}
.top_ema h2 {
	padding-top: 5px;
	background: #f8d998;
}
.top_ema h2 img {
	width: 50%;
	height: auto !important;
}
.top_ema ul {

}
.top_ema ul li {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	min-height: 50px;
	position: relative;
}
.top_ema ul li .date_name {


}
.top_ema_link {
	text-align: right;
}

#top_orei_box {

}
#top_orei {

}
#top_orei h2 {
	background: #eeeeee;
	padding-top: 5px;
}
#top_orei h2 img {
	width: 50%;
	height: auto !important;
}
#top_orei ul {

}
#top_orei ul li {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	min-height: 50px;
	position: relative;
}
#top_orei ul li .date {

}
.top_orei_link {
	text-align: right;
}

/* スマホ用フッター広告 */
//PC とスマートフォンでそれぞれ表示するものを変更。
//PC で表示されるときはモバイルコンテンツ用の広告を、
//スマートフォンで表示されるときは PC 用の広告を出す。
.pc-adsence {
    display: block;
}
.footer-mobile-adsence {

}
@media screen and (max-device-width:480px) {
    .pc-adsence {
        display: none;
    }    
    .footer-mobile-adsence {
        width:100%;
		display : block;
        position : fixed !important;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
.footer-mobile-adsence img {
	vertical-align:bottom;
}
.ad-close {
	width:16%;
	float:right;
}
.ad-close:after {
	clear:both;
}

}