@charset "UTF-8";

/*
  SENOBIKIDS
	Copyright (C) KAYAC Inc. All Rights Reserved.

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		90. Other
		99. Clearfix
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #000;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	*font-size: 82%; /* for ie6/7 */
}

body.osMac {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

body.osWin {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/*
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
*/

a:link {
	color: #00e;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
}
a:hover,
a:active  {
	color: #00e;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small { font-size: 100%; }
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
	width: 950px;
	margin: 0 auto;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#header {
  position: relative;
  height: 50px;
  padding: 25px 23px 22px;
}
#siteHeader {}

.formSearch {
  position: absolute;
  top: 39px;
  right: 30px;
}
  .formSearch #search {
    width: 184px;
    height: 20px;
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-top-color: #a3a6ab;
    border-left-color: #dadae2;
    border-bottom-color: #e2e9ef;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
  }

/* siteName
----------------------------------- */
#siteName {
  float: left;
  margin-right: 50px;
  width: 280px;
  height: 50px;
  background: url(/kids-present/img/pc/logo.png) left top no-repeat;
  text-indent: -9999px;
}

.siteDescription {
  margin-top: 8px;
  margin-left: 320px;
}

/* topicPath
----------------------------------- */
.topicPath {
  margin-bottom: -1px;
  border-top: solid 2px #b1bc4f;
  border-bottom: solid 1px #e9e9e9;
  background-color: #f7f7f7;
  color: #ec9c37;
  font-size: 77%;
}
  .innerTopicPath {
    float: left;
    min-width: 322px;
    margin-top: -2px;
    padding: 7px 12px;
    border-top: solid 2px #577500;
  }
  .topicPath li {
    display: table-cell;
  }
  .topicPath a {
    color: #333;
  }
  .topicPath .separator {
    margin: 0 3px;
    color: #333;
  }


/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#siteFooter {
  padding-bottom: 30px;
  border-top: solid 2px #b1bc4f;
  background-color: #f9f9f9;
  *zoom: 1;
}
  .copyright {
    padding-top: 15px;
    font-size: 85%;
  }
  #siteFooter aside {
    margin-top: -2px;
    padding: 30px 30px 0;
    background: url(/kids-present/img/pc/line_01.png) left top no-repeat;
  }
  #siteFooter a {
    color: #666;
  }
  #siteFooter a:hover {
    color: #5ca732;
    text-decoration: none;
  }
  .unitKayacLink {
    margin-bottom: 15px;
  }
  .unitKayacLink dt {
    float: left;
  }
  .unitKayacLink dd {
    margin-left: 150px;
  }
    .unitKayacLink dd li {
      float: left;
      margin-right: 10px;
      white-space: nowrap;
    }
.attention {
  padding: 10px;
  font-size: 85%;
  background-color: #f7f7f7;
  border-bottom: solid 1px #e9e9e9;
}

/* copyright
----------------------------------- */
.copyright {
	text-align: center;
}

/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */

#productList {
  min-width: 603px;
}
  #productList ul {
    border-bottom: solid 1px #e9e9e9;
  }
    #productList li {
      position: relative;
      float: left;
      width: 199px;
      height: 252px;
      margin-left: -1px;
      margin-bottom: -1px;
      border: solid 1px #e9e9e9;
      line-height: 1.4;
    }
      #productList li .catchCopy {
        margin-bottom: 15px;
        color: #71b24d;
        text-align: center;
        text-decoration: none;
      }
      #productList li .thumbnail {
          margin-bottom: 13px;
          color: #666;
          font-size: 85%;
          text-align: center;
      }
      #productList li .name {
        text-decoration: underline;
      }
      #productList li .prise {
        position: absolute;
        left: 10px;
        bottom: 6px;
        color: #666;
        font-size: 85%;
      }
      #productList .icoNew {
        position: absolute;
        right: 7px;
        top: 71px;
      }
      #productList li a {
        display: block;
        height: 210px;
        padding: 14px 10px 28px;
        color: #333;
        text-decoration: none;
      }
        #productList li a:hover {
          background-color: #fcffe0;
        }
      #productList li span {
        display: block;
      }
      #productList li .name {
        color: #333;
      }

.pager {
  margin-top: -1px;
  padding: 10px;
  background-color: #f9f9f9;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
}
  .pager .total {
    float: right;
    font-size: 85%;
    line-height: 28px;
  }
  .pager ul {
    float: right;
  }
  .pager li {
    float: left;
    margin-right: 6px;
  }
  .pager a {
    display: block;
    float: left;
    height: 26px;
    padding: 0 10px;
    background-color: #f1f1f1;
    border: solid 1px #ddd;
    color: #333;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
  }
  .pager .current a {
    background-color: #d7d7d7;
  }
  .pager a:hover {
    background-color: #d7d7d7;
  }

#siteExplanation {
  position: relative;
  padding-top: 20px;
}
  #siteExplanation h1 {
    padding: 0 30px;
    color: #666;
    font-size: 116%;
  }
  #siteExplanation h1 span {
    color: #eeae5d;
  }

  #slideCntroll #btnLeft {
    position: absolute;
    top: 50%;
    *top: 192px;
    left: 32px;
    margin-top: -10px;
    *margin-top: 0;
  }
  #slideCntroll #btnRight {
    position: absolute;
    top: 50%;
    *top: 192px;
    right: 32px;
    margin-top: -10px;
    *margin-top: 0;
  }

#slide {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  font-size: 108%;
  *zoom: 1;
}
  #slide p {
    margin-bottom: 10px;
  }
  #slide a {
    color: #333;
  }
  #slide .ttlIPhone {
    margin-bottom: 9px;
    font-size: 128%;
  }
  #slide .txtIPhone {
    color: #666;
  }
  #slide .groupSlide {
    white-space: nowrap;
  }
  #slide .unitSlide {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
  }
  #slide .innerSlide {
    display: table;
    width: 660px;
    margin: 0 auto;
    *zoom: 1;
  }
  #slide .unitExplanation ,
  #slide .imgIPhone {
    display: table-cell;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  #slide .unitExplanation {
    padding-right: 60px;
  }
#slideCntroll {
  *zoom: 1;
}
#slidePosition {
  position: absolute;
  bottom: 20px;
  *bottom: auto;
  *top: 370px;
  width: 100%;
  text-align: center;
  *zoom: 1;
}
#slidePosition .unitPosition {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 15px;
}
#slidePosition .unitPosition a {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
#slidePosition .unitPosition a:hover ,
#slidePosition .current a {
  background: url(/kids-present/img/pc/ico_dot_c.png) left top no-repeat;
  text-indent: -9999px;
}

/* hide iphone parts. */
#canvas , #btnBack , #btnGet , #btnClear ,
#mesAtt , #btnBox , #getItemList , #blaze {
  display: none;
}


/* --------------------------------------------------
	90. Other
-------------------------------------------------- */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
.msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* autopagerize_page_info */
.autopagerize_page_info {
	margin: 10px 0;
}

/* meca.js */
.btn,
.imgpngWrapSpan {
	cursor: pointer;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
#content:after,
.group:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#content,
.group {
	*zoom: 1;
}
