@charset "utf-8";

/* =========================================================

Menu  :
	1.BROWSER-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.CUSTOM STYLE
	5.PART STYLE
	6.FORM STYLE
	7.TABLE STYLE
	8.COMMON STYLE

========================================================= */

/* 1.BROWSER-RESET
--------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td { 
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

input,
textarea {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

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;
	line-height: 1;
}

abbr,
acronym {
	border: 0;
}

a {
/* \*/
	overflow: hidden;
/* */
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

/* 2.BASE-SET
--------------------------------------------------------- */

/* FONT-LIB */

body,
input,
select,
textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Sans-serif;
	font-size: 13px;
}

* html body {
	font-size: small; /* for IE6 */
}

*:first-child+html body {
	font-size: small; /* for IE7 */
}

* html table {
	font-size: 100%; /* for IE6 table */
}

.px10 {
	font-size: 77%;
}

.px11,
.xs {
	font-size: 85%;
}

.px12,
.s {
	font-size: 93%;
}

.px13,
.m {
	font-size: 100%;
}

.px14 {
	font-size: 108%;
}

.px15,
.l {
	font-size: 116%;
}

.px16,
.xl {
	font-size: 123%;
}

.px17 {
	font-size: 131%;
}

.px18 {
	font-size: 138%;
}

.px19 {
	font-size: 146%;
}

.px20 {
	font-size: 153%;
}

.px21 {
	font-size: 161%;
}

.px22 {
	font-size: 167%;
}

.px23 {
	font-size: 174%;
}

.px24 {
	font-size: 182%;
}

.px25 {
	font-size: 189%;
}

.px26 {
	font-size: 197%;
}

/* CLEAR-FIX */

.clfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .clfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clfix {
	height: 1%;
}

.clfix {
	display: block;
}
/* End hide from IE6/IE Mac */

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll; /* CSS3 */
}

#page {
	background: url("../img/bg_page.png") repeat-y 50% 0 #fdf000;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 950px;
}

#logoArea {
	margin: 0 auto;
	width: 890px;
}

#header,
#content {
	margin: 0 auto;
	width: 860px;
}

#header {
	padding: 20px 0 15px;
}

#content {
	padding: 0 0 15px 0;
}



/* 4.CUSTOM STYLE
--------------------------------------------------------- */


/* 5.PART STYLE
--------------------------------------------------------- */

#header p,
#header dl dt {
	background: url("../img/img_sprite.png") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

/* --- */

#logoArea {
	padding: 20px 0;
}

#logoArea #gnaviLogo {
	float: left;
}

#logoArea #socialmedia {
	float: right;
}

/* --- */

#header p {
	height: 25px;
	margin: 0 auto;
	width: 639px;
}

h1 {
	height: 173px;
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 563px;
}

#header dl {
	margin: 0 auto;
	width: 642px;
}

#header dl dt {
	background-position: 0 -37px;
	height: 15px;
	float: right;
	margin: 15px 0;
	width: 429px;
}

#header dl dd {
	float: left;
}

/* --- */

#aboutSDD {
	border-top: 1px solid #000;
	padding: 30px 95px;
	/*width: 670px;*/
}

#aboutSDD #officialsite {
	float: left;
	padding-top: 18px;
	width: 324px;
}

#aboutSDD #officialsite dd {
	padding-top: 15px;
}

#aboutSDD #officialsite dd a {
	background: url("../img/lnk_officialsite.png") no-repeat;
	display: block;
	height: 15px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 130px;
}

#aboutSDD #officialsite dd a:hover {
	background-position: 0 -15px;
}

#aboutSDD #sddInfoTxt {
	float: right;
	width: 305px;
}

#aboutSDD #sddInfoTxt h2 {
	padding-bottom: 15px;
}


/* --- */

#shopList {
	background-color: #fdf000;
	border-top: 12px solid #000;
	padding: 35px 40px 40px;
	position: relative;
}

#shopList h2 {
	padding-bottom: 30px;
}

#shopList ul {
	position: relative;
	left: -15px;
	width: 795px;
}

#shopList ul li {
	display: block;
	float: left;
	padding: 0 0 30px 15px;
	width: 250px;
}

#shopList ul li dt,
#shopList ul li dd {
	line-height: 1.3;
}

#shopList ul li dt {
	font-size: 116%;
	font-weight: bold;
	padding-bottom: 8px;
}

#shopList ul li dt img {
	border: 1px solid #000;
	display: block;
}

#shopList ul li dt a:hover img {
	border: 1px solid #999;
}

#shopList ul li dd {
	font-size: 85%;
}

.btnShoplist a {
	background: url("../img/btn_shoplist.png") no-repeat;
	display: block;
	height: 59px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 377px;
}

.btnShoplist a:hover {
	background-position: 0 -59px;
}

.toPagetop {
	height: auto !important;
	height: 15px;
	min-height: 15px;
	padding-top: 30px;
	text-align: right;
}

.toPagetop a {
	background: url("../img/icn_arrow_u01.png") no-repeat 0 50%;
	padding-left: 20px;
}

.toGnaviHome {
	height: auto !important;
	height: 13px;
	min-height: 13px;
	padding-top: 10px;
	text-align: center;
}

.toGnaviHome a {
	background: url("../img/icn_arrow01.png") no-repeat 0 50%;
	padding-left: 15px;
}


/* --- */

#footer {
	border-top: 1px solid #ccc;
	color: #444;
	padding: 10px;
	text-align: center;
}

/* --- */




/* 6.FORM STYLE
--------------------------------------------------------- */


/* 7.TABLE STYLE
--------------------------------------------------------- */


/* 8.COMMON STYLE
--------------------------------------------------------- */

a:link {
	color: #07519a;
	text-decoration: none;
}

a:visited {
	color: #07519a;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

