@charset "UTF-8";


body.style_orange #side #sp_side_menu_btn{
	border-top:3px solid #ff8000;
}


/* 幹事のツボTOP ニュースリスト
----------------------------------------------------------- */
.kanji_news_list{
	margin-bottom:20px;
}

.kanji_news_list li{
	float:left;
	width: 25%;
	margin:0 0 10px;
	padding:2px;
	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.kanji_news_list li img{
	width:100%;
	height:auto;
}


.kanji_newstitle {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	margin:5px 0px 3px 0px;
}

.kanji_newsdate {
	color: #666;
	font-size: 10px;
	text-align: center;
	margin: 0px;
}

/* サイド検索エリア */

#side .side_ttl1#side_search_ttl{
	padding:9px 5px 9px 23px;
	
	background: url(../../img/sp/side_navi_open.png) 97% 50% no-repeat,url(../../img/sp/side_icon_search.png) 8px 50% no-repeat;
	background-size:12px auto,10px auto;
	
	background-color:#F5F5F5;
}
#side .side_ttl1#side_search_ttl.open{
	background: url(../../img/sp/side_navi_close.png) 97% 50% no-repeat,url(../../img/sp/side_icon_search.png) 8px 50% no-repeat;
	background-size:12px auto,10px auto;
	
	background-color:#F5F5F5;
}

#side_search_kanji{
	margin-bottom:20px;
	/**/
	display:none;
}
#side_search_kanji form{
	padding:20px 0px 10px;
}
#side_search_kanji input[type="text"]{
	width:60%;
	height:35px;
	float:left;
	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#side_search_kanji_btn{
	width:37%;
	float:right;
	height:35px;
	padding-top:0px;
	text-align:center;
}
#side_search_kanji_btn a{
	display:block;
	width:auto;
	height:35px;
	padding-top:3px;
	-webkit-box-sizing: border-box;
            box-sizing: border-box;
	
	
	background:#ff8000;
}
#side_search_kanji_btn img{
	width:auto;
	height:30px;
}


/* END サイド検索エリア */


/* ゲットクラブからのお知らせTOP ニュースリスト
----------------------------------------------------------- */
.getclubnews_toplist{
	margin-bottom:20px;
}

.getclubnews_toplist li{
	float:left;
	width: 25%;
	margin:0 0 10px;
	padding:2px;
	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.getclubnews_toplist li img{
	width:100%;
	height:auto;
}


.getclubnews_toptitle {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	margin:5px 0px 3px 0px;
}

.getclubnews_topdate {
	color: #666;
	font-size: 10px;
	text-align: center;
	margin: 0px;
}


