@charset "UTF-8";
/* CSS Document */

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px  162% = 21px  239% = 31px
 93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/

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

	リセット

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }



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

	アンカー

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

a {
	color: #333;
}
a:link    {
	color: #333;
	text-decoration: none;
}
a:visited {}
a:hover   {
	text-decoration: underline;
}
a:active  {}


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

	グローバルなクラス
		※用意しておくが使わなくて済むなら使わない方がいいかな…

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

.clearfix:after {
	content : '';
	clear : both;
	display : block;
	height: 0;
}
.clearfix {
	*zoom: 1;
}

.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.clear {
	clear: both;
}

.hidden {
	display:none;
}



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

	html, body

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

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6では最初に日本語フォントを指定しないと指定より大きくなる */
	font-size: 12px;
	*font-size: 82%;
	line-height: 1.6;/* 13pxのときにおよそ20pxの行間 */
	-webkit-text-size-adjust:none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
	word-spacing: 0.4em;
	height:100%;
	letter-spacing: 0.1em;
}


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

	共通設定

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

#wapper {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

.contWrap {
	padding: 100px 0 0 0;
}

/*=====  ヘッダー  =========*/
#headCont {
	overflow: hidden;
	margin-bottom: 30px;
}

h1#logo {
	float: left;
	width: 222px;
}

h1#logo a {
}

p#onlinestoreBtn {
	float: right;
	width: 130px;
	margin-top: 25px;
}

p#onlinestoreBtn a {
	display: block;
	height: 37px;
	width: 130px;
}


/*=====  ページ最後のバナー  =========*/

.lastbn{
		margin:50px 0 50px 0;
}

/*=====  グローバルナビゲーション  =========*/

nav#globalNavi {
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 100%;
	clip: rect(auto,auto,30px,auto);
	margin-bottom: 25px;
}

body#top nav#globalNavi {
	margin-bottom: 25px;
}

nav#globalNavi ul {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 15px;
}

nav#globalNavi ul li {
	float: left;
	margin-left: 25px;
}

nav#globalNavi ul li a {
	height: 15px;
}


h2.pageTitle {
	margin-bottom:5px;
}


p.breadList {
	margin-bottom:25px;
	font-size:10px;
	color: #999;
	letter-spacing: 0em;
}

p.breadList a {
	color: #999;
}

p.breadList a:hover {
	text-decoration:underline;
}

/*=====  コンテンツ  =========*/
#content {
	margin:0 0 30px 0;
}

/*=====  メインイメージ  =========*/
#mainImg {
}

#bodycopy {
	height: 123px;
	width: 175px;
	position: absolute;
	top: 370px;
	right: 110px;
}

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

	MENU：スライダー

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

.slides_container {
	width:1000px;
	height:450px;
	margin: 0 auto 5px auto;
	padding: 25px 0 0 0;
}
.slides_container div {
	width:1000px;
	height:450px;
	display:block;
}

.pagination {
	margin: 0 auto;
	width:1000px;
	text-align: center;
}

.pagination li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.pagination li a {width: 6px; height: 6px; display: block; background: #F0F0F0; background: rgba(0,0,0,0.2); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.pagination li a:hover {background: #333; background: rgba(0,0,0,0.7);}
.pagination li.current a { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

/*=====  フッター  =========*/
#footer {
}

#footCont {
	overflow: hidden;
	position: relative;
	height: 150px;
}

ul#footNavi {
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 300px;
}

ul#footNavi li {
	float: left;
	margin-right: 30px;
	font-size: 10px;
}

ul#footNavi li a {
	color: #333;
}

ul#footNavi li a:hover {
}

p#copyright {
	position: relative;
	top: 30px;
	font-size: 10px;
	letter-spacing: 0em;
	word-spacing: 0em;
	left: 0px;
	width: 600px;
}

p#copyright a {
}

p#copyright a:hover {
}

p#inoriBnr {
	position: absolute;
	top: 0px;
	right: 280px;
	width: 78px;
}

p#inoriBnr a {
	display: block;
	height: 37px;
	width: 78px;
}

p#inoriBnr a:hover {
}



p#hikariboBnr {
	position: absolute;
	top: 0px;
	right: 180px;
	width: 80px;
}

p#hikariboBnr a {
	display: block;
	height: 37px;
	width: 80px;
}

p#hikariboBnr a:hover {
}




p#inoriOnelineBnr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
}

p#inoriOnelineBnr a {
	display: block;
	height: 37px;
	width: 130px;
}

p#inoriOnelineBnr a:hover {
}

p#backTop {
	text-align: right;
}

p#backTop a {
}


.chisouBnr {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
