@charset "utf-8";

/* About this file ===============================
 * Style    : Base style
 * Since    : 2016-05-21
 * Modified : 
 * Editor   : Akira Tatsuoka
 * Editor   : Daisuke Ogido
================================================== */

/* ---------------------------------------------------------
  HTML5+CSS3 Initialization
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
  font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

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

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
  list-style: none;
}

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

caption, th{
  text-align: left;
}

a:focus {
	outline: none;
}

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

.clearfix {
	min-height: 1px;
}

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

html{
  height:100%;
  overflow-y: scroll;
}
body {
  height:100%;
  background-color: #808080;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  color: #ddd;
}
#wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  width: 1000px;
  background-color: #000;
  overflow: hidden;
  zoom: 1;
}

/* [All iPads] : iPad, 2, 3, 4, iPad Air, iPad mini, iPad mini Retina に適用 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px;
  }
}

/* --- リンク色 */
a {
  color: #00ffff;
}
a:hover {
  color: #ff8c00;
}



/* ---------------------------------------------------------
  Header
----------------------------------------------------------*/
header#headerArea {
  margin: 0 auto;
  width: 1000px;
  background-color: #000;
  border-bottom: 2px solid #808080;
}
  header#headerArea h1 {
    line-height: 1.6;
    font-size: 13px;
    color: #ddd;
  }
  header#headerArea p.text {
    color: #ddd;
  }
  header#headerArea a.logo {
    float: left;
  }
  header#headerArea a.keeperProShop {
    float: left;
    margin: 10px 0 0 30px;
  }

/* ヘッダーメニュー
-------------------------------------------- */
  header#headerArea ul.headerMenu {
    float: right;
    margin-bottom: 10px;
  }
    header#headerArea ul.headerMenu li {
      display: inline;
      padding-right: 1em;
    }
      header#headerArea ul.headerMenu li a {
        padding-left: .5em;
        text-decoration: none;
        color: #ddd;
      }
        header#headerArea ul.headerMenu li a:hover {
          color: #ff8c00;
        }

/* 住所・電話番号
-------------------------------------------- */
  header#headerArea address {
    clear: right;
    float: right;
    text-align: right;
    margin-right: 1em;
  }
    header#headerArea address a {
      display: block;
      text-decoration: none;
      color: #ddd;
    }
      header#headerArea address a:hover {
        color: #ff8c00;
      }

/* ドロップダウンメニュー
-------------------------------------------- */
/* ドロップダウンメニューdiv */
nav#dropDiv{
  clear: both;
	width: 100%;
	background-color: #333333;
	border-top: 2px solid #808080;
}
/* ドロップダウンメニューul */
ul#dropmenu{
	width			:604px;
	height			:40px;
	margin			:0px auto;
	border-radius	:3px 3px 0 0;
	border-left		:1px solid #808080;
}

/* ドロップダウンメニュー各カテゴリーli */
#dropmenu li.category{
	width		:150px;
	text-align	:center;
	border-right:1px solid #808080;
}


/* ドロップダウンメニューul内li */
ul#dropmenu li{
	position:relative;
	float	:left;
	z-index:100;
}

/* ドロップダウンメニューul内li及びa */
ul#dropmenu li a{
	display			:block;
	margin			:0;
	color			:#ffffff;
	font-size		:15px;
	background-color:#6532fd;
	line-height		:40px;
	text-decoration	:none;
	background		:url(../images/bgpos.jpg) repeat 0 0;
}

ul#dropmenu > li:hover > a{
	font-weight	:bold;
}

ul#dropmenu li ul{
	list-style		:none;
	position		:absolute;
	top				:100%;
	left			:0;
	margin			:0;
	padding			:0;
	border-radius	:0 0 3px 3px;
}


ul#dropmenu li ul li{
	overflow			:hidden;
	width				:150px;
	height				:0;
	-moz-transition		:.2s;
	-webkit-transition	:.2s;
	-o-transition		:.2s;
	-ms-transition		:.2s;
	transition			:.2s;
}

/* ドロップダウン[第二階層]a(通常) */
ul#dropmenu li ul li a{
	padding		:0px 15px;
	background	:#4169e1;
	text-align	:left;
	font-size	:12px;
	font-weight	:normal;
	line-height	:38px;
	background	:url(../images/bgpos.jpg) repeat 0 0;
}

/* ドロップダウン[第二階層]a(hover) */
ul#dropmenu li ul li a:hover{
/*	font-weight	:bold; */
}

ul#dropmenu li:hover ul li{
	overflow	:visible;
	height		:38px;
	border-top	:1px solid #ffffff;
}



/* ---------------------------------------------------------
  Contents
----------------------------------------------------------*/
div#contentsArea {
  float: right;
  margin: 5px 5px 40px 0;
  width: 670px;
  overflow: visible;
}



/* ---------------------------------------------------------
  SideArea
----------------------------------------------------------*/
div#sideArea {
  float: left;
  margin: 5px 0 10px 5px;
  width: 300px;
}



/* ---------------------------------------------------------
  Footer Area
----------------------------------------------------------*/
footer#footerArea {
  clear: both;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  width: 1000px;
  height: 55px;
  background: url('../images/logo_s.png') no-repeat left center #000;
  padding-top: 10px;
  text-align: center;
}

  footer#footerArea ul {
    margin-bottom: .5em;
  }
    footer#footerArea ul li {
      display: inline;
    }
    footer#footerArea ul li:before {
      padding: 0 5px;
      content: " | ";
    }
    footer#footerArea ul li:first-child:before {
      padding-left: 0;
      content:"";
    }
