@charset "utf-8";

html { overflow: auto;}
body { padding: 0 2em; overflow: hidden; position: relative; min-width: 1000px; }
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent;}
body { line-height:2;}
article, aside, dialog, figure, footer, header,hgroup, nav, section { display:block; }
ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; vertical-align:baseline; background:transparent;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align: middle;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

input{ margin: 5px; }

/* reset css end */




/* common style */
body {
  font-family: 'Century Gothic','メイリオ', Meiryo, Osaka, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 70%;
  text-align:center;
  padding: 0;
  margin: 0;
 color: #808080;
 padding-top: 5px;
}



a{ /*きほん*/
	color:#808080;text-decoration:none;}
a:hover {
	color:#15C0F2;text-decoration:none;}

 a:hover img {
     opacity: .70;
     filter: alpha(opacity=70);
     -ms-filter: "alpha(opacity=70)";
     -khtml-opacity: .70;
     -moz-opacity: .70;
     cunster: pointer;
 }



/*�@=================================================================
�@header
=================================================================�@*/

.siteHeader {
    position: relative;
	width:1000px;
    margin: 0 auto;
	overflow:visible;
}
.siteHeader .siteLogo {
    padding-top: 15px;
	margin-bottom: 0px;
    text-align: left;
}
.siteHeader .uNav {
    position: absolute;
    right: 0;
    top: 0px;
}
.siteHeader .uNav li {
    display: inline-block;
    font-size: 11px;
    padding-left: 10px;
    vertical-align: middle;
}
.siteHeader .uNavicon {
    position: absolute;
    left: 0;
    top: 30px;
}
.siteHeader .uNavicon li {
    display: inline-block;
    font-size: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
.siteHeader .shopNav {
    position: absolute;
    right: 0;
    top: 25px;
}
.siteHeader .shopNav li {
    float: left;
}
.siteHeader .shopNav li.li-cart a {
   /* background: url("../image/hcart.png") no-repeat scroll center top rgba(0, 0, 0, 0);*/
}
.siteHeader .shopNav li a {
    border-radius: 3px;
    display: block;
   /* padding-top: 47px;*/
    text-align: center;
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    width: 70px;
}
.siteHeader .shopNav li a span {
    font-size: 10px;
    font-weight: bold;
}

.siteHeader .comment {
	position: absolute;
    left: 0;
    top: 0px;
    font-size: 11px;
    font-weight: bold;
}
.siteHeader .comment li, .siteHeader .comment li a{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	color:#808080;
}
.siteHeader .comment li:first-child{
	/*font-weight:normal;*/
	color: #C0C0C0;
    font-weight: bold;
}


/* search */
.siteHeader .searchFrame {
	left: 650px;
	position: absolute;
	top: 50px;
	height:30px;
}
#searchform {  
    position: relative;
	display: block;
	width: 202px;  
    height: 30px; 
    position: relative;   
    border: solid #dedede 1px;
	-webkit-border-radius: 4px;     /* for Safari and Chrome */
	-moz-border-radius: 4px;    /* for Firefox */
	-o-border-radius: 4px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:4px;   /* Linux browsers */
	border-radius: 4px;     /* CSS3 */
	behavior: url(border-radius.htc);   /* for IE */    
}  
#keyword  {  
    width: 150px;  
	height: 12px; 
    padding: 4px; 
	position: absolute;
	border:none;
	top: 1px;  
    left: 5px;
}  
#searchBtn {  
    position: absolute;  
    top: 2px;  
    left: 173px; 
}

/*�@=================================================================
�@menu
=================================================================�@*/



#globalNav {
    width: 1000px;
    margin: 0 auto;
}
#globalNav ul li {
    margin-right: 0px;
    float: left;
	z-index: 200;
    position: relative;
}
#globalNav ul li ul {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
}
#globalNav ul li ul li {
    float: none;
    font-size: 10px;
    line-height: 0;
}
#globalNav ul li ul li a {
    display: block;
    width: 132px;
    color: #808080;
    padding: 10px 0px;
    background: #F4F4F4;
    line-height: normal;
    border-top: 1px solid #ffffff;
    text-decoration: none;
    text-align: center;
}
#globalNav li:first-child ul{
  left: 38px;
}
#globalNav ul li ul li a:hover {
    color: #F4F4F4;
    background: #15C0F2;
}


/*　=================================================================
　java
=================================================================　*/

#java_info_wrap {
	background:#FFFFFF;
	margin: 0 -00%; 
    padding: 20px 00% 0;
	z-index: 100;
	clear:both;
}

img {
    vertical-align:bottom;
}

ul {
    margin:0;
    padding:0;
}

/* スライドショー */
#slider {
    overflow:hidden;
    position:relative;
    width:100%;
}

#sliderInner {
    position:relative;
    left:50%;
    width:3040px;
    margin-left:-1520px;
}
#sliderInner li {
    width:1000px;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1000px;
    height:450px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
    width:1000px;
    background:#fff;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:1035px;
    background:url(//bv-enfant.jp/image/top_image/arrow-left.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
    right:1035px;
    background:url(//bv-enfant.jp/image/top_image/arrow-right.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:0 0;
}

.bx-wrapper .bx-controls-direction a {
    position:absolute;
	z-index:100;
    top:205px;
    outline:0;
    width:40px;
    height:40px;
    text-indent:-9999px;
}

/* ページャー */
.bx-wrapper .bx-pager {
    padding-top:20px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}



/*　=================================================================
　インデックス
=================================================================　*/
#index_info_wrap {
	background:#FFFFFF;
	margin: 0 -0%; 
    padding: 20px 0% 0;
	clear:both;
}

#index_info {
	width:1000px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#index_info .note {
	margin:0;
	padding:0;
	width:1000px;
	/*margin:0 -30px 30px 0;*/
	list-style:none;
	font-size:100%;
}
#index_info .note li {
	width:236px;
	float:left;
	margin:15px 15px 0 0;
	padding:10px 49px 5px 35px;

	min-height:235px;
}
#index_info_wrap #index_info .note .not_lastchild {
	border-right:#e9e6e6 solid 1px;
	margin:15px 15px 0 0;
	padding:10px 49px 5px 35px;
}
#index_info ul li dl dd{
	text-align:left;
	margin-bottom:10px;
	display:block;
}
#index_info ul li dl dd a{
	text-decoration:none;
}
#index_info .note li dl dt{
	font-family: 'Century Gothic','メイリオ', Meiryo, Osaka, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	letter-spacing:0.2em;
	margin-bottom:10px;
}
#index_info_wrap #index_info .contactus dt {
	 line-height: 70px;
      font-family: 'Century Gothic', sans-serif;
      font-size: 28px;
      font-weight: 400;
	  letter-spacing: 3px;
      text-align: center;
      margin: 70px 0 40px; }
	letter-spacing:0.1em;
}
#index_info_wrap #index_info .contactus dd{
	font-size:185%;
}
#index_info_wrap #index_info .contactus .contact, #index_info_wrap #index_info .contactus dt a {
	font-family: 'Century Gothic', sans-serif;
	margin:30px 0 10px;
}

#index_info_wrap #index_info .index_sns {
	float: left;
    left: 64%;
    margin: 30px 20px;
    position: relative;
    width: 978px;
}
#index_info_wrap #index_info .index_sns li {
	float:left;
	position: relative;
	left: -50%;
	margin:0 30px;
}
#index_info_wrap #index_info .index_nav {
	float: left;
    left: 50%;
    margin-top: 40px;
    position: relative;
	clear:both;
	display:inline;
	/* IE */
	>width:978px;
	>left: 65%;
}
#index_info_wrap #index_info .index_nav li {
	float: left;
    left: -50%;
    margin: 0 0.7em 20px;
    position: relative;
}


#index_info_wrap #index_info .copyright {
	clear:both;
	color:#bab6b1;
	margin-top:40px;
	padding-bottom:20px;
	font-size:85%;
}
#index_info .index_secure {
    bottom: 8%;
    float: right;
    position: absolute;
    right: 0;
}
#index_info_wrap div#index_info ul.note.cf li.not_lastchild dl dd a{
	text-decoration:none;
}




/*�@=================================================================
�@right
=================================================================�@*/



a {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
  a:hover {
    color: #15C0F2;
    text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.contents {
  margin: 0 auto;
  padding: 0px 0;
  min-width: 320px;
  max-width: 920px; }

.text {
  margin: 0; }



.demo {
  margin: 0 5px 0px; }
  .demo a {
    display: block; }
  .demo .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea; }
    .demo .child .menu {
      background: #eaeaea;
      color: #5e5e5e; }
      .demo .child .menu:hover {
        background: #d0d0d0; }
    .demo .child > li {
      margin: 4px 0;
      padding: 0 16px;
      border-bottom: 1px dotted #dddddd; }
      .demo .child > li:last-child {
        border-bottom: 0; }

/*--arrow--*/

.switch .menu:after { 
  position: absolute;
  top: 70%;
  right: 10px;
  margin-top: -1.4rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.child01 {
  border: 1px solid #eaeaea; }

.child02 {
  color: #808080; }

.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px; }

.source {
  margin: 0;
  padding: 50px 0 0; }



/*　=================================================================
　共通フッター
=================================================================　*/

/*--フッターココから--*/
.layout_footer{
	margin-top:50px;
	text-align:center;	
}

#footer_info_wrap {
	background:#F9F9F9;
	margin: 0 -50%; 
    padding: 20px 20% 0;
	clear:both;
}
/*----*/
#footer_info {
	width:995px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#footer_info .note {
	margin:0;
	padding:0;
	width:1010px;
	/*margin:0 -30px 30px 0;*/
	list-style:none;
	font-size:100%;
}
#footer_info .note li {
	width:236px;
	float:left;
	margin:15px 15px 0 0;
	padding:10px 44px 5px 35px;

	min-height:235px;
}
#footer_info_wrap #footer_info .note .not_lastchild {
	border-right:#e9e6e6 solid 1px;
	margin:15px 15px 0 0;
	padding:10px 44px 5px 35px;
}
#footer_info ul li dl dd{
	text-align:left;
	margin-bottom:10px;
	display:block;
}
#footer_info ul li dl dd a{
	text-decoration:none;
}
#footer_info .note li dl dt{
	font-family: 'Century Gothic','メイリオ', Meiryo, Osaka, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	letter-spacing:0.2em;
	margin-bottom:10px;
}
#footer_info_wrap #footer_info .contactus dt {
	 line-height: 70px;
      font-family: 'Century Gothic', sans-serif;
      font-size: 26px;
      font-weight: 400;
	  letter-spacing: 3px;
      text-align: center;
      margin: 70px 0 40px; }
	letter-spacing:0.1em;
}
#footer_info_wrap #footer_info .contactus dd{
	font-size:185%;
}
#footer_info_wrap #footer_info .contactus .contact, #footer_info_wrap #footer_info .contactus dt a {
	font-family: 'Century Gothic', sans-serif;
	margin:30px 0 10px;
}

#footer_info_wrap #footer_info .footer_sns {
	float: left;
    left: 72%;
    margin: 0px 20px 30px;
    position: relative;
    width: 978px;
}
/*----*/
#footer_info_wrap #footer_info .footer_sns li {
	float:left;
	position: relative;
	left: -50%;
	margin:0 30px;
}
#footer_info_wrap #footer_info .footer_nav {
	float: left;
    left: 0%;
    margin-top: 40px;
    position: relative;
	clear:both;
	display:inline;
	/* IE */
	>width:978px;
	>left: 65%;
}
#footer_info_wrap #footer_info .footer_nav li {
	float: left;
    left: -0%;
    margin: 0 0.7em 20px;
    position: relative;
}
#footer_info_wrap #footer_info .topic {
	clear:both;
	color:#808080;
	margin-top:100px;
	font-size:150%;

}

#footer_info_wrap #footer_info .copyright {
	clear:both;
	color:#808080;
	margin-top:50px;
	padding-bottom:20px;
	font-size:85%;
}
#footer_info .footer_secure {
    bottom: 8%;
    float: right;
    position: absolute;
    right: 0;
}
#footer_info_wrap div#footer_info ul.note.cf li.not_lastchild dl dd a{
	text-decoration:none;
}


/*--ちょっとスクロールしたら「トップへ戻るボタン」を表示--*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

}


/*--ranking配置--*/
#ranking{
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

#ranking_end{
	width: 200px;
	float: right;
	margin-bottom: 10px;
}

.tab5 {
  width: 980px;/*横幅はここで設定します。100%にすれば可変になります。*/
min-width: 980px;
  margin: 0 auto;
}
.tab5 .tab-content {
  margin: 0 auto;
}
.tab5 label {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.tab5 label {
  display: inline-block;
  width: 29%;
  padding: 8px 10px 8px 10px;
  cursor: pointer;
  background: #ddd;
  color: #777;
  margin-right: -2px;
  text-align:left;
}
.tab5 label:hover {
  background: #eee;

}
.tab5 input:checked + label {
  background: #15C0F2;
  color: white;
  padding: 10px 10px 10px 10px;
}
.tab5 input {
  display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3{
  display: none;
  padding: 10px;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3  {
  display: block;
border: 1px solid #15C0F2;
}

.tab6 {
  width: 980px;/*横幅はここで設定します。100%にすれば可変になります。*/
min-width: 980px;
  margin: 0 auto;
}
.tab6 .tab-content {
  margin: 0 auto;
}
.tab6 label {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.tab6 label {
  display: inline-block;
  width: 29%;
  padding: 8px 10px 8px 10px;
  cursor: pointer;
  background: #ddd;
  color: #777;
  margin-right: -2px;
  text-align:left;
}
.tab6 label:hover {
  background: #eee;

}
.tab6 input:checked + label {
  background: #15C0F2;
  color: white;
  padding: 10px 10px 10px 10px;
}
.tab6 input {
  display: none;
}
.tab6 #tab6-b1,
.tab6 #tab6-b2,
.tab6 #tab6-b3 {
  display: none;
  padding: 10px;
}
.tab6 #tab6-1:checked ~ #tab6-b1,
.tab6 #tab6-2:checked ~ #tab6-b2,
.tab6 #tab6-3:checked ~ #tab6-b3 {
  display: block;
border: 1px solid #15C0F2;
}



@media only screen and (max-width: 650px) {

.tab5 {
  width: 95%;/*横幅はここで設定します。100%にすれば可変になります。*/
min-width: 320px;
  margin: 0 auto;
}
.tab5 .tab-content {
  margin: 0 auto;
}
.tab5 label {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.tab5 label {
  display: inline-block;
  width: 28%;
  padding: 8px 10px 8px 10px;
  cursor: pointer;
  background: #ddd;
  color: #777;
  margin-right: -2px;
  text-align:left;
}
.tab5 label:hover {
  background: #eee;

}
.tab5 input:checked + label {
  background: #15C0F2;
  color: white;
  padding: 10px 10px 10px 10px;
}
.tab5 input {
  display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3{
  display: none;
  padding: 10px;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3  {
  display: block;
border: 1px solid #15C0F2;
}

.tab6 {
  width: 95%;/*横幅はここで設定します。100%にすれば可変になります。*/
min-width: 320px;
  margin: 0 auto;
}
.tab6 .tab-content {
  margin: 0 auto;
}
.tab6 label {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.tab6 label {
  display: inline-block;
  width: 28%;
  padding: 8px 10px 8px 10px;
  cursor: pointer;
  background: #ddd;
  color: #777;
  margin-right: -2px;
  text-align:left;
}
.tab6 label:hover {
  background: #eee;

}
.tab6 input:checked + label {
  background: #15C0F2;
  color: white;
  padding: 10px 10px 10px 10px;
}
.tab6 input {
  display: none;
}
.tab6 #tab6-b1,
.tab6 #tab6-b2,
.tab6 #tab6-b3 {
  display: none;
  padding: 10px;
}
.tab6 #tab6-1:checked ~ #tab6-b1,
.tab6 #tab6-2:checked ~ #tab6-b2,
.tab6 #tab6-3:checked ~ #tab6-b3 {
  display: block;
border: 1px solid #15C0F2;
}

}