/*
Theme Name: Headz Shop
Theme URI: http://www.superheadz.com/headzshop/
Description: HeadzShop Theme
Version: 1.0
Author: Powershovel
Author URI: http://www.powershovel.co.jp/
*/

@charset"UTF-8";

/* --------------------------------------------------
   Reset
-------------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,p,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  text-decoration : none;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

/* --------------------------------------------------
   Utilities
-------------------------------------------------- */
.clear:after {
  content: "";
  display: block;
    clear: both;
}

/* --------------------------------------------------
   body, #wrapper
-------------------------------------------------- */
body {
  font-size: 13px;
  color: #000;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Myriad, sans-serif;
  background: #fff;
}
html, body{
  height: 100%;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  background: #fff;
}

/* Link
----------------------------------- */
a:link, a:visited {
  color:#777;
}
a:hover {
  color:#000;
}
a:active {
  color:#777;
}


/* --------------------------------------------------
   #container
-------------------------------------------------- */
#container {
  width: 740px; 
  float: right;
  padding: 20px 0;
}
/* --------------------------------------------------
   #catalogPages
-------------------------------------------------- */
#catalogPage {
    padding-left: 20px;
}

/* #freeArea
----------------------------------- */
#freeArea { 
  padding-bottom: 20px;
}

/* Slideshow
----------------------------------- */
#slides {
top:15px;
left:4px;
z-index:100;
position: relative;
overflow: hidden;
}
.slides_container {
width:720px;
overflow:hidden;
position:relative;
display:none;
}
.slides_container a {
width:720px;
height:300px;
display:block;
}
.slides_container a img {
display:block;
}
#sidebarInner p {
    margin-bottom: 30px;
}
#slides .slide-contr a {
    cusor: pointer;
    height: 300px;
    width: 50px;
    position: absolute;
    top: 0px;
    z-index: 999;
}
#slides .slide-contr a img {
    display: none;
    position: absolute;
    top: 155px;
}
#slides .slide-contr a:hover img {
    display: block;
}
#slides .prev {
}
#slides .next a {
    left: 670px;
}
#slides .next a img {
    position: absolute;
    left: 26px;
}
/*
.pagination {
margin:16px auto 0;
width:720px;
}
*/
.pagination {
position: relative;
left: 50%;
float: left;
margin-top:16px;
margin-bottom:16px;
}
.pagination li {
float:left;
margin:0 1px;
list-style:none;
position: relative;
left: -50%;
}
.pagination li a {
display:block;
width:12px;
height:0;
padding-top:12px;
background-image:url(../../../pagination.png);
background-position:0 0;
float:left;
overflow:hidden;
}
.pagination li.current a {
background-position:0 -12px;
}

/* .productBox
----------------------------------- */
.productBox {
  width: 200px;
  height: 250px;
    color: #777;
  float: left;
  text-align: center;
  margin: 40px 20px;
}

.productBox:hover {
  color: #000;
}

.productBox h2 {
 padding: 15px 5px 0;
 line-height: 1.5;
}
.productBox form {
    margin: 10px 0 0 0;
}

.productBox:hover a {
  color: #000;
}


/* --------------------------------------------------
   #productPage
-------------------------------------------------- */
#productPage {
    padding-left: 20px;
}

/* #topicPath
----------------------------------- */
#topicPath {
    margin: 0 0 20px 0;    
}
#topicPath p span:nth-child(1) {
    color: #777;
}
#topicPath p,
#topicPath .post-categories,
#topicPath .post-categories li {
    display: inline;
}

/* #headerline
----------------------------------- */
#headerline {
    margin: 0 0 20px 0;
}
#productPage h1 {
    font-size: 18px;
    color: #777;
    line-height: 1.5;
}
#productPage h2 {
    color: #777;
    line-height: 1.5;
}

/* #topNav
----------------------------------- */
#topNav {    
    margin: 0 0 20px 0;
    color: #777;
}
#topNav li {    
    margin: 0 0 5px 0;
}
#topNav #intro {
    float: left;
}
#topNav #siteLink {
    float: right;
}
#intro .post-categories,
#intro .post-categories li {
    display: inline;
}
/* #photoArea
----------------------------------- */
#photoArea {
    margin-bottom: 20px;
}

/* #lead
----------------------------------- */
#lead {
    margin-bottom: 40px;
}
#lead #btnArea {
    float: left;
    width: 300px;
}
#lead #btnArea p,
#lead #btnArea form
{
    margin-bottom: 10px;
}
#orderHeadzshop select {
    width: 160px;
    margin-top: 5px;
}
#orderHeadzshop {
    background: #f15a25;
    width: 160px;
    height: 48px;
    border: 1px solid #f15a25;
    border-radius: 5px;         
  -webkit-border-radius: 5px;     
    -moz-border-radius: 5px;
}
#orderHeadzshop:hover{
    border: 1px solid #a63e19;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f15a25),color-stop(0.6,#f75d25),to(#d95221));
    background-image: -webkit-linear-gradient(top,#f15a25,color-stop(0.6,#f75d25),#d95221);
    background-image: -moz-linear-gradient(top,#f15a25,color-stop(0.6,#f75d25),#d95221);
    background-image: -ms-linear-gradient(top,#f15a25,color-stop(0.6,#f75d25),#d95221);
    background-image: -o-linear-gradient(top,#f15a25,color-stop(0.6,#f75d25),#d95221);
    background-image: linear-gradient(top,#f15a25,color-stop(0.6,#f75d25),#d95221);
}
#orderHeadzshop-none {
    color: #888888;
    margin-bottom: 10px;
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 14px;

    border: 1px solid #cccccc;
    border-radius: 5px;         
  -webkit-border-radius: 5px;     
    -moz-border-radius: 5px;
}
#orderHeadzshop-none p {
    
}
#orderAmazon {
    width: 80px;
    height: 24px;
 border:1px solid #bababa;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial,helvetica,sans-serif;
/* padding: 10px 10px 10px 10px;*/
 text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
 font-weight:bold;
 text-align: center;
 color: #FFFFFF;
 background-color: #babab1;
}
#orderAmazon:hover {
  border:1px solid #bababa; background-color: #a9a9af;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#babab9),color-stop(0.6,#bababa),to(#a9a9a1));
  background-image: -webkit-linear-gradient(top,#babab9,color-stop(0.6,#bababa),#a9a9a1);
  background-image: -moz-linear-gradient(top,#babab9,color-stop(0.6,#bababa),#a9a9a1);
  background-image: -ms-linear-gradient(top,#babab9,color-stop(0.6,#bababa),#a9a9a1);
  background-image: -o-linear-gradient(top,#babab9,color-stop(0.6,#bababa),#a9a9a1);
  background-image: linear-gradient(top,#babab9,color-stop(0.6,#bababa),#a9a9a1);
}

#lead #btnArea li {
    display: inline;
}
#lead #summary {
    float: left;
}
#lead #summary li {
    line-height: 1.5;
    background: url("images/square2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
}

/* #description
----------------------------------- */
#description {
    line-height: 1.8;
    text-align: justify;
}
#description .area {
    display: none;
}
.tab li {
    float: left;
    width: 100px;
    margin-right: 5px;
    text-align: center;
    position: relative;
    bottom: -2px;
    padding: 5px 0 3px;
    border-bottom: 2px solid #000;
    z-index: 50;
}
.tab li.active {
    background: #fff;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;    
    border-bottom: none;
    z-index: 100;
}
.tab li.active a {
    color: #000;
}
.tab li {
    background: #B3B3B3;
}
.tab li a {
    color: #fff;
}
.content {
    border: 2px solid #000;
    padding: 20px;
}

/* #below-slides
----------------------------------- */
#below-slides {

}
/*
    #socialBtn
----------------------------------- */
#socialBtn li {
    line-height: 1.5;
}
#socialBtn {
    margin: 0px 0 0 0;
    padding: 0px;
    width: 300px;
    float: left;
}
#socialBtn #facebook {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 100px;
}
#socialBtn #twitter {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 80px;
}

/*
    viewcart
*/
#viewcart {
    float: right;
    text-align: center;
    width: 80px;
}
#viewcart a:link, 
#viewcart a:visited, 
#viewcart a:active {
  color:#777;
}

/* --------------------------------------------------
   #side
-------------------------------------------------- */

#side {
  width: 219px;
  height: 100%;
  float: left;
  height: 100%;
  min-height: 620px;
    position: relative;
/*
    position: fixed;
*/
}
#categoryArea {
  margin-bottom: 20px;
}
.children {
    padding-left: 1em;
}
#side ul li {
  line-height: 1.8;
}
#side #link {
    margin: 40px 0 10px;
    font-size: 16px;
    line-height: 2.0;
}
#side #link ui a {
    width: 128px;
}
#sideLine {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
#sideLineInner {
    float: right;
    height: 100%;
    border-right: 1px solid #ccc;
    position: fixed;
}
#twitter-link {
    color: #777;
    margin-top: 20px;
    margin-bottom: 40px;
}
#twitter-title {
    border-bottom: 1px dotted #777;
}

/* #header
----------------------------------- */
#header {
  height: 200px;
  padding-top: 20px;
}

/* Search
----------------------------------- */
#searchBox {
  margin-bottom: 20px;
  vertical-align: middle;
}
#searchBox input{
  vertical-align: middle;
}
#searchBtn {
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity:0.3;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
#searchBtn:hover  {
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  opacity:0.9;
}

/* #toTop
----------------------------------- */
#toTop {
    margin: 20px 0;
    position: absolute;
    right: 5px;
    bottom: 20px;
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity:0.3;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#toTop:hover  {
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  opacity:0.9;
}

/* #footer
----------------------------------- */
#footer {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
    margin-top: 20px;
}

#footer #questions {
    margin-top: 30px;
    margin-bottom: 15px;
}


#imgLoader{
  text-align: center;
  padding: 30px 0 60px;
}
/* 
    variation
----------------------------------- */
#vari_area {
    margin-bottom: 10px;
    /*
    padding: 10px 5px 5px 10px;
    width: 145px;
    background-color: #f8f8ff;
    background-color: #e6e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */
}
#variname {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
#varisel {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}
/*
#vari_area a {
    width: 100%;
}
*/

#recommended4u {
    padding-left: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}