@charset "utf-8";

/*-----------------------------------------------------
news
-------------------------------------------------------*/
#news{
	background:url("../images/index/news_bg.gif") repeat-x 0 0;
}

#news .news_day{
	float: left;
	padding:1.2em 0 1.2em 5px;
	color: #5eb6f9;
	width:30%;
}

#news .news_contents{
	float: left;
	padding:1.2em 0;
	color: #ffffff;
	width:56%;
}

#news .news_arrow {
	float: left;
	text-align:left;
	width:10%;
	padding:1.2em 0 1.2em 5px;
}

#news .news_hr {
	clear: both;	
	height: 1px;
	background-image: url("../images/index/news_hr.gif");
	background-position:left top;
	background-repeat: repeat;
	font-size: 2px;
	line-height: 1em;
}

#news .goto_list{
	width:90%;
	clear:both;
	margin:0 auto;
	padding:10px 0 15px 5px;
	text-align:right;
}

#news .goto_list img{
	padding:2px 5px 0 0;
}

/*-----------------------------------------------------
index_menu
-------------------------------------------------------*/
#index_menu{
	width:100%;
}

#index_menu ul.menubtn{
	width:100%;
	margin:0 auto;
	padding:0
}
#index_menu ul.menubtn li{
	width:50%;
	float:left;
	padding:0;
}
#index_menu ul.menubtn li.store{
	width:100%;
}

/*-----------------------------------------------------
bannar
-------------------------------------------------------*/
#index_bannar{
	clear:both;
	width:100%;
	padding:10px 0;
	text-align:center;
}

/*-----------------------------------------------------
for PC
-------------------------------------------------------*/
#for_pc{
	clear:both;
	width:100%;
	padding:10px 0;
	text-align:center;
	background-image: url("../images/index/for_pc_bg.gif");
	background-repeat: repeat-x;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000;
	font-size:0.9em;
}
