@charset "utf-8";
/* --------------------------------------------------
 0:Reset
-------------------------------------------------- */

html,body,div,
header,footer,article,section,aside,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
img,
p,blockquote,pre,cite,code,caption,
object,iframe,
a,strong,address,span,
sub,sup,
form,fieldset,legend,input,textarea,select,option,label,caption,
table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

img {
	vertical-align: top;
}

address,em,cite {
	font-style: normal;
}

fieldset {
	border:medium none;
}

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

header,footer,hgroup,article,section,aside {
	display: block;
}
.eng { font-family:Arial, Helvetica, sans-serif;}
.jp { font-family:"メイリオ","ヒラギノ角ゴ Pro W3",Meiryo,Osaka,sans-serif,"Hiragino Kaku Gothic Pro";}

/* --------------------------------------------------
1:Base Setting
-------------------------------------------------- */

body {
	font: 12px "メイリオ","ヒラギノ角ゴ Pro W3",Meiryo,Osaka,sans-serif,"Hiragino Kaku Gothic Pro";
	*font-size: small;
	*font: x-small;
	color: #333;
	line-height: 16px;
}
body { -webkit-text-size-adjust: none; background:#300303;}

a:link,
a:visited {
	color: #06F;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #F33;
	text-decoration: underline;
}

a img {
	transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}

a:hover img {
	opacity: 0.7;
	-o-opacity: 0.7;
	-ms-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#wrap {
	margin: 0 auto;
	width: 980px;
}

#main-area {
	margin-bottom: 20px;
}

.nowrap { white-space:nowrap; }

/* --------------------------------------------------
2:Header Setting
-------------------------------------------------- */

#header-area {
	position: relative;
	margin-top: 5px;
	width: 980px;
	height: 140px;
}

#header-area h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#header-area h2 {
	position: absolute;
	top: 0;
	left: 190px;
}

#header-area .description {
	text-align:right;
	line-height: 1.2em;
	color:#FFF;
}


#global-navi {
	position: relative;
	width: 980px;
	height: 60px;
	margin-bottom: 0px;
	background: url(../img/bg_navi.png) center bottom no-repeat;
	z-index: 10;
}

#global-navi #navi-list {
	height: 60px;
}

#global-navi #navi-list li {
	float: left;
}

#global-navi p {
	margin-bottom: 15px;
}

/* --------------------------------------------------
3:Footer Setting
-------------------------------------------------- */

#footer-area {
	margin:20px 0 0 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-area #copyright {
	margin: 0 auto;
	padding: 15px;
	width: 920px;
	text-align: right;
	font-size: 10px;
}

#footer-area a:link,
#footer-area a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-area a:hover,
#footer-area a:active {
	color: #fff;
	text-decoration: underline;
}
/* ページ全体
----------------------------------------------- */
.normalsize { font-size:12.45px; font-weight:normal; font-style:normal; line-height:16px; }
.fixedfont { font-family:"ＭＳ ゴシック", "Osaka－等幅"; }
.fontnormal { font-size:12.45px; line-height:16px; }
.fontsmall { font-size:10.5px; line-height:14px; }
.fontlarge { font-size:15.25px; line-height:20px; }
.floatleft { float:left; margin:0; padding:0; }
.floatright { float:right; margin:0; padding:0; }
.reverse_indent { padding-left:1em; text-indent:-1em; }
.reverse_indent2 { padding-left:2em; text-indent:-2em; }
.space_top-harf { margin-top:0.5em; }
.space_top { margin-top:1em; }
.indent { text-indent:1em; }
.textcenter { text-align:center; }
.textright { text-align:right !important; }
.textleft { text-align:left !important; }
.redbold { color:#F33; font-weight:bold; }
.red { color:#F33; }
.orange { color:#F90; }
.position { position:relative; }
.txtspacer { letter-spacing:0.5em; text-indent:0.5em; }
.txtspacer2 { letter-spacing:0.25em; text-indent:0.25em; }
.txtspacer3 { letter-spacing:0.15em; text-indent:0.15em; }
.txtspacer_left { letter-spacing:1em; }
.break { page-break-before:always; }
.nowrap { white-space:nowrap !important ; }
td.width-auto , th.width-auto { width:auto !important ; }
.text_hidden { display:none; }
.clear { clear:both; }
td , th  { font-size:12.45px; line-height:16px; }
ul.rv_indent li { padding-left:1em; text-indent:-1em; }
.nobr { white-space:nowrap; }

/* 世界時計
----------------------------------------------- */
.time {
	margin:20px 0 0 0;
}
.time form input {
	background:#451D1D;
	border:#FFF solid 1px;
	text-align:center;
	width:150px;
	color:#FFF;
	padding:3px;
	margin:3px 0 3px 5px;
	border-radius:5px;
}
.time form p {
	color:#FFF;
	text-align:right;
}


/* Clear Fix　下記に逐一追加すること。 */
#global-navi #navi-list ul:after,
#global-navi #aboutkips ul:after,
#global-navi #webservice ul:after,
#global-navi #shopsearch ul:after,
#global-navi #question ul:after,
#footer-area .contents-list:after { content:"."; display:block; clear:both; height:0; visibility:hidden; font-size:0; }

#global-navi #navi-list ul,
#global-navi #aboutkips ul,
#global-navi #webservice ul,
#global-navi #shopsearch ul,
#global-navi #question ul,
#footer-area .contents-list { display:inline-block; }
/*\*/
* html #global-navi #navi-list ul,
* html #global-navi #aboutkips ul,
* html #global-navi #webservice ul,
* html #global-navi #shopsearchshopsearch ul,
* html #global-navi #question ul,
* html #footer-area .contents-list { height:1%; }

#global-navi #navi-list ul,
#global-navi #aboutkips ul,
#global-navi #webservice ul,
#global-navi #shopsearch ul,
#global-navi #question ul,
#footer-area .contents-list { display:block; }
/**/


/* Clear Fix 汎用 */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
