@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);
}
#contents {
	padding-top: 20px;
	background: url(../../../images/company/mainContents_bg01.png) top left repeat-x;
}
#contents .inner {
	width: 300px;
	margin: 0 auto 15px auto;
	border-top: 1px solid #999999;
	padding: 0 0 30px 0;
	color: #333;
	font-size: 93%;
	background-color: #ffffff;
}
#contents h2 {
	margin: 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #666;
}
#contents .pList {
	margin: 0 0 0 10px;
	border: none;
	display: inline-block;
	text-align: left;
}
#contents .pList:after {
	content: "";
	display: block;
	clear: both;
}
#contents .pList li {
	margin: 10px 10px 0 0;
	border: none;
	float: left;
}
#contents .pList li img{
  max-width:100%;
}
#contents p {
	margin: 10px 0 0 15px;
}
/* navi */
#gnav {
	margin: 0 10px 15px;
}
#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: 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;
}
#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%;}

