
@charset "UTF-8";
/*
 * cmn_layout.css
 */

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */
html {
	font-size: 13px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	-webkit-text-size-adjust: none;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
}
body {
        margin-top:45px;
        background-color:#FFFFFF;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input {
	outline: none;
}
strong {
	font-weight: normal;
}
input, textarea {
	border-radius: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
abbr, acronym {
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover img {
	opacity: 0.7;
}
/* !Clearfix
---------------------------------------------------------- */
.shopLists,
.clearfix {
	display: block;
	min-height: 1%;
}
.shopLists:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	text-align: center;
}
/* !inner common
---------------------------------------------------------- */
#breadcramb       > div.sectionWrapper,
#categoryTitle    > div.sectionWrapper,
#mainSlider       > div.sectionWrapper,
#contentWrapper   > div.sectionWrapper,
#gFooterNavi      > div.sectionWrapper,
#gFooterLinks     > div.sectionWrapper,
#gFooter          > div.sectionWrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
/* !breadcramb
---------------------------------------------------------- */
#breadcramb {}
	#breadcramb .sectionWrapper {}
		#breadcramb .sectionWrapper ul.breadcramb {}
			#breadcramb .sectionWrapper ul.breadcramb li {
				display: inline-block;
				vertical-align: top;
			}
				#breadcramb .sectionWrapper ul.breadcramb li a {}
				#breadcramb .sectionWrapper ul.breadcramb li span {}
/* !categoryTitle
---------------------------------------------------------- */
#categoryTitle {}
	#categoryTitle .sectionWrapper {}
		#categoryTitle .sectionWrapper h2 {}
			#categoryTitle .sectionWrapper h2 span#h2_number_shop {}
/* !mainSlider
---------------------------------------------------------- */
#mainSlider {}
	#mainSlider .sectionWrapper {}
		#mainSlider .sectionWrapper .slider {}
			#mainSlider .sectionWrapper .slider ul.singleSlide {
				background: #f5f5f5;
			}
 				#mainSlider .sectionWrapper .slider ul.singleSlide li {
					margin: 0 auto;
					border-color: #fff;
					border-style: solid;
					border-left-width: 4px;
					border-right-width: 4px;
					border-top: none;
					border-bottom: none;
					width: 682px;
				}
					#mainSlider .sectionWrapper .slider ul li a {}
/* !contentWrapper
---------------------------------------------------------- */
.contentWrapper {}
	.contentWrapper .sectionWrapper {}
		.contentWrapper .sectionWrapper #main {
			float: left;
			width: 755px;
		}
		.contentWrapper .sectionWrapper #sub {
			float: right;
			width: 166px;
		}
		
/* !shopLists
---------------------------------------------------------- */
	.shopLists {}
		.shopLists .shopList {} 
			.shopLists .shopList .ico {}
			.shopLists .shopList .logo {}
			.shopLists .shopList .txt {}
/* !recommendShop
---------------------------------------------------------- */
#recommendShop {}
	#recommendShop h3 {}
		#recommendShop h3 span.title {}
		#recommendShop h3 span.ico {}
	#recommendShop .shopLists {}
		#recommendShop .shopLists .shopList {} 
			#recommendShop .shopLists .shopList .ico {}
			#recommendShop .shopLists .shopList .logo {}
			#recommendShop .shopLists .shopList .txt {}
/* !categoryShop
---------------------------------------------------------- */
#categoryShop {}
	#categoryShop h3 {}
		#categoryShop h3 span.title {}
		#categoryShop h3 span.ico {}
	#categoryShop .shopLists {}
		#categoryShop .shopLists .shopList {} 
			#categoryShop .shopLists .shopList .ico {}
			#categoryShop .shopLists .shopList .logo {}
			#categoryShop .shopLists .shopList .txt {}
/* !gFooterNavi
---------------------------------------------------------- */
#gFooterNavi {
	border-top: 3px solid #0f1351;
	border-bottom: 1px solid #d2d2d2;
	background: #f2f2f2;
}
	#gFooterNavi .sectionWrapper {
		position: relative;
		padding: 30px 0;
	}
	#gFooterNavi .sectionWrapper ul.pageTop {
		top: -45px;
		position: absolute;
		right: 0;
	}
		#gFooterNavi .sectionWrapper .naviLinks {
			text-align: center;
		}
			#gFooterNavi .sectionWrapper .naviLinks li {
				display: inline-block;
				position: relative;
				margin: 0 0 0 50px;
				padding-left: 35px;
			}
			#gFooterNavi .sectionWrapper .naviLinks li:first-child {
				margin: 0;
			}
			#gFooterNavi .sectionWrapper .naviLinks li:after {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 23px;
				height: 24px;
				background: url(/common/pc/img/footer_sitemap/icon_sprite01.png) repeat left top;
			}
			#gFooterNavi .sectionWrapper .naviLinks li#fNavHome:after {background-position: 90px 0;}
			#gFooterNavi .sectionWrapper .naviLinks li#fNavPoint:after {
				width: 22px;
				background-position: 68px 0;
			}
 			#gFooterNavi .sectionWrapper .naviLinks li#fNavBeginner:after {background-position: 46px 0;}
			#gFooterNavi .sectionWrapper .naviLinks li#fNavFaq:after {
				width: 22px;
				background-position: 23px 0;
			}
			#gFooterNavi .sectionWrapper .naviLinks li#fNavCampaign:after {background-position: 114px 0;}

				#gFooterNavi .sectionWrapper .naviLinks li a {
					line-height: 24px;
					font-weight: bold;
					font-size: 123%;
					color: #0f1351;
				}
/* !gFooterLinks
---------------------------------------------------------- */
#gFooterLinks {
}
	#gFooterLinks .sectionWrapper {}
		#gFooterLinks .sectionWrapper .categoryLink {}
			#gFooterLinks .sectionWrapper .categoryLink ul.links01 {
				overflow: hidden;
			}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01 {
					float: left;
					margin: 25px 0 0 25px;
					width: 170px;
				}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01:nth-child(5n+1) {
					clear: left;
					margin-left: 0;
				}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01 > a {
					display: block;
					margin: 0 0 5px;
					position: relative;
					border-bottom: 1px solid #ccc;
					padding: 9px 0 9px 30px;
					min-height: 4.5em;
					font-weight: bold;
					color: #0f1351;
					text-decoration: none;
				}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01 > a:after {
					content: "";
					display: block;
					position: absolute;
					top: 5px;
					left: 0;
					width: 25px;
					height: 25px;
					background: url(/common/pc/img/footer_sitemap/icon_sprite01.png) no-repeat;
				}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link01 > a:after {background-position: 0 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link02 > a:after {background-position: -25px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link03 > a:after {background-position: -50px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link04 > a:after {background-position: -75px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link05 > a:after {background-position: -100px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link06 > a:after {background-position: -125px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link07 > a:after {background-position: -150px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link08 > a:after {background-position: -175px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link09 > a:after {background-position: -200px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link10 > a:after {background-position: -225px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link11 > a:after {background-position: -250px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link12 > a:after {background-position: -275px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link13 > a:after {background-position: -300px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link14 > a:after {background-position: -325px 0;}
				#gFooterLinks .sectionWrapper .categoryLink ul.links01 li.link01#footer-link15 > a:after {background-position: -350px 0;}
			#gFooterLinks .sectionWrapper .categoryLink ul.links02 {}
				#gFooterLinks .sectionWrapper .categoryLink ul.links02 li.link02 {}
					#gFooterLinks .sectionWrapper .categoryLink ul.links02 li.link02 > a {
						line-height: 1.5;
						color: #333;
					}
/* !gFooter
---------------------------------------------------------- */
#gFooter {
	margin: 40px 0 0;
	background: #0f1351;
}
	#gFooter .sectionWrapper {
		padding: 37px 0 35px;
	}
		#gFooter .sectionWrapper ul.textLinks {
			text-align: center;
		}
			#gFooter .sectionWrapper ul.textLinks li.textLink {
				display: inline-block;
				margin-left: 10px;
				border-left: 1px solid #fff;
				padding-left: 10px;
				vertical-align: top;
			}
			#gFooter .sectionWrapper ul.textLinks li.textLink:first-child {
				margin-left: 0;
				border-left: none;
				padding-left: 0;
			}
				#gFooter .sectionWrapper ul.textLinks li.textLink a {
					color: #fff;
					line-height: 1;
				}
				#gFooter .sectionWrapper ul.textLinks li.textLink.target_blank a {
					padding: 0 0 0 17px;
					background: url(/common/pc/img/footer_sitemap/ico_footer.png) no-repeat left center;
				}
		#gFooter .sectionWrapper .textSection {
			margin: 20px 0 0;
			padding: 0 157px 0 0;
			text-align: right;
		}
			#gFooter .sectionWrapper .textSection p.txt {
				display: inline-block;
				margin: 0 20px 0 0;
				padding: 2px 0 3px;
				vertical-align: top;
			}
			#gFooter .sectionWrapper .textSection p.logo {
				display: inline-block;
				vertical-align: top;
			}




