@charset "utf-8";
/* CSS Document */

/* カルーセル */
#vi {
	clear: right;
}
#mainVi li {
	float: left;
}
#mainVi img {
	zoom: .3;
}
.viCtrl {
	clear: left;
	border-top: 1px solid #333333;
	background: url(../images/top/main_back.png) top left repeat-x;
	background-size: 100% 100%;
	padding-bottom: 10px;
}
.viCtrlMenu {
	width: 300px;
	margin: 0 auto;
}
.viCtrlMenu div {
	background: url(../images/top/cal_back.png) top left no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.pageArrow {
	position: absolute;
}
.pageArrow li {
	cursor: pointer;
	background: url(../images/top/cal_arrow_back.png) top left no-repeat;
	background-size: 100% 100%;
	padding: 0 7px 6px 6px;
	position: absolute;
	top: 4px;
	left: 4px;
}
.pageArrow li:nth-of-type(2) {
	left: 276px;
}
#pager {
	text-align: center;
}
#pager li {
	cursor: pointer;
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 8px 4px 6px;
	text-indent: 100%;
	white-space: normal;
	overflow: hidden;
	background: url(../images/top/pager.png) center center no-repeat;
	background-size: 100% 100%;
}
#pager li.selected {
	background-image: url(../images/top/pager_o.png);
}
/* navi */
#gnav {
	margin: 0 10px;
}
#gnav a {
	display: block;
}
#gnav p a, #gnav h2 {
	text-align: center;
	padding: 19px 0 16px;
	margin: 0 auto;
	background-size: 100% 100%;
	width: 300px;
}
#gnav h2 {
	background-image: url(../images/top/top_menu_back_o.png);
	background: url(../images/top/top_menu_back.png) top left no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
#gnav h2.selected {
	background-image: url(../images/top/top_menu_back_o.png);
}
#gnav p a {
	background: url(../images/top/top_menu_link_back.png) top left no-repeat;
	background-size: 100% 100%;
}
#gnav p.findAStore a {
	/*background-image: url(../images/top/btn_findstore_back.png);*/
	padding-bottom: 18px;
	border-bottom: 1px solid #999999;
}
#gnav ul {
	background: url(../images/top/gnavi_border_dot.png) top left repeat-x;
	width: 298px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	display: none;
}
#gnav ul li {
	margin: 0 11px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}
#gnav ul li a {
	display: block;
	font-weight: bold;
	padding: 12px 0;
	background: url(../images/top/sub_menu_back.png) right center no-repeat;
	background-size: 100% 100%;
}

#gnav p.gnavCom img{width:40%;}
#gnav p.findAStore img{width:28.5%;}



/* バナー */
.aside {
  width:300px;
	text-align: center;
	padding: 15px 0;
  margin:0 auto;
}
.aside img{
  max-width:100%;
}
/* news */
#mainContents {
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
	font-size: 93%;
	width: 280px;
	padding: 0 10px;
	margin-bottom: 15px;
	border-top: 1px solid #999999;
}
#mainContents h2 {
	float: left;
	margin-bottom: 5px;
}
.gotoNewsList {
  float:right;
	text-align: right;
	padding: 5px 0;
  width:80px;
}
.gotoNewsList img{
  max-width:100%;
}
#mainContents a {
	color: #333333;
}
#mainContents ul {
	clear: both;
	border-top: 1px solid #666666;
	padding-bottom: 10px;
}
#mainContents ul li {
	display: inline-block;
	width: 278px;
	clear: left;
	padding: 0 1px 1px;
	border-bottom: 1px dotted #cccccc;
}
#mainContents ul li a {
	display: block;
	padding-right: 10px;
	background: url(../images/top/news_back.png) center left no-repeat;
	background-size: 100% auto;
}
#mainContents ul li span {
	display: block;
	padding-left: 10px;
	line-height: 1.2;
	font-size: 93%;
}
#mainContents ul li span:nth-of-type(1) {
	background-image: url(../images/top/mews_list_mark.png);
	background-repeat: no-repeat;
	background-position: 0 13px;
	background-size: 100% auto;
	color: #bb0162;
	padding-top: 10px;
}
#mainContents ul li span:nth-of-type(2) {
	padding-bottom: 10px;
}
