@charset "utf-8";
/*
Theme Name:     TAKAKYU theme
Theme URI:      http: //
Description:    TAKAKYU 
Template:       twentytwelve
Version:        1.1
*/

/* リセット及びbody基本設定
-------------------------------------------------------- */
@import url("../twentytwelve/style.css");

#mobile, #tablet {
  position: absolute;
  top:0px;
  height: 0px;
  width: 0px;
  display: none;
}
body{
  background-image:url('./images/BG_pattern.png');
}

body.home {
   font-family: "Open Sans",  "HGS明朝B", HGS Mincho B, MS Mincho, Meiryo, Helvetica, Arial, sans-serif;
}

div#page.takakyu_app {

   width: 960px;
   background: transparent;
   max-width: 960px;
   padding: 0px;
   box-shadow: none;
   margin-top: 12px;
   margin-bottom: 30px; 
   overflow: visible; 
}


div.takakyu_app header {
  height: 132px;
  width: 960px;
  position: fixed;
  top: 0px;
  z-index: 6;
  background-color: #D2BFA0;
  
}

div.takakyu_app header .background {
  background-image:url('./images/headder_00.png');
  height: 100%;
}


div.takakyu_app .logo {
   position: fixed;
   width: 206px;
   height: 76px;
   background-image:url('./images/header_logo.png'); 
   display: block; 
   margin: 15px 20px;
}


div.takakyu_app header .page_title{
  position: absolute;
  right: 20px;
  bottom: 53px;
  color: #FFFFFF;
  font-size: 21px;
  font-family: "Open Sans",  "HGS明朝B", HGS Mincho B, MS Mincho, Meiryo, Helvetica, Arial, sans-serif;

}



body.page-template-page_app-php div.takakyu_app header .background{
  background-image:url('./images/headder_03.png');
  height: 100%;
}



#tk_footer {
  position: fixed;
  bottom: 0;
  height: 32px;
  width: 960px;
  z-index: 5;
  background-color: #D2BFA0;
  background-image: url('./images/footer_00.png');
  font-size: 12px;
  text-align: right;
  line-height: 30px;
  color: #000000;
}

@media (max-height: 600px) {
    #tk_footer {
      /* position: static; */
    }
}

body.home div.takakyu_app #main {
  /*height: 100%;
  background:#E1DDD1*/
  /*position:fixed !important;*/
  position:absolute;
  overflow: hidden;
  /*min-height: 525px;*/
}

div.takakyu_app #main {
  position: absolute;
  top: 120px;
  background-color:#958771;
  width: 960px;
  overflow: hidden;
}

body.page-template-page_app-php #main {
  position: absolute;
  top: 200px;
  /*min-height: 891px;*/
  background-color:#E1DDD1;
}

div.takakyu_app nav.main-navigation {
  margin: 0px;
  height: 132px;
}

div.takakyu_app .main-navigation .current_page_item > a {
  font-weight: bold;
}

div.takakyu_app .menu-toggle {
  display: none;
}

div.takakyu_app .menu-btn {
   position: absolute;
   bottom: 0px;
   margin: 7px 7px;
   cursor: pointer;
}

div.takakyu_app .nav-menu {
  border-style: none;
  display: inline-block !important;
  text-align: left;
  width: 100%;
  /*background-color:#E1DDD1;*/

}

/* menu decoration */
div.takakyu_app .nav-menu li {
   position: relative;
   display: inline-block;
   text-decoration: none;
   margin: 0px;
}

div.takakyu_app .nav-menu li a {
  border-bottom: 0;
  color: #6a6a6a;
  line-height: 3.692307692;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0px 20px;
  text-decoration: none;
}

div.takakyu_app .side-menu {
  position: fixed;
  top: 132px;
  width: 220px;
  margin: 0px 12px;
  background: #958671;
  opacity: 0.9;
  padding: 5px 10px 20px;
  z-index: 100;
  display:none;
}
div.takakyu_app  .side-menu li  {
  margin: 0px 0px;
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
  padding: 8px 0px;
  font-size: 13px;
}



.menu-btn:before, div.takakyu_app .side-menu li:before {
  content:"\2756";
  padding-right: 10px;
  color: red;
  font-size: 26px;
}

.menu-btn:hover:before, div.takakyu_app .side-menu li:hover:before {
  content:"\2756";
  padding-right: 10px;
  color: #FFFFFF;
  font-size: 26px;
 
}


div.takakyu_app .side-menu li a {
  margin: 10px -5px;
  text-decoration: none;
  color: #FFFFFF;
  /*text-shadow: 3px 3px #000000;*/
}
.menu-footer-container {
  margin-left: 26px;
  float: right;
}
.footer-menu li {
  color: #000000;
  float: left;
  margin: 5px 0px;
  padding-right: 25px;
  list-style-type: disc; 
  list-style-position: inside;
  display: block;
  text-indent: -8px;
}

.footer-menu li a:hover{
  color: #FFFFFF;
}


.footer-menu li:before {
  content:"\25b6";
  padding-right: 10px;
  color: red;
}



.footer-menu li a {
  text-decoration:none;
  font-size: 12px;
  color:#000000;
}

div.takakyu_app .flexslider {
 border: 0px solid transparent;
 background: #E1DDD1;
 margin: 0px;
}

div.takakyu_app .flex-control-nav {
  
  position: absolute;
  text-align: center;
  right: 10px;
  top: 200px;
  width: auto;
  z-index: 2;
}

div.takakyu_app .flex-control-nav li {
  margin: 11px 6px;
  display: block;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wraptocenter * {
    vertical-align: middle;
}

.feature_links {
  clear: both;
  text-align: right;
  margin: -90px 20px 0 0;
}

.feature_links li {
   display: inline-block;
   margin: -8px 0px;
}

.feature_links li img {
  width: 150px;
  height: 45px;
}

.feature_link {
   position: relative;
}

.feature_link span {
  position: absolute;
  bottom: 8px;
  color: #FFFFFF;
  right: 4px;
  font-size: 11px;
}

.featureblock {
  position: fixed;
  bottom: 40px;
  margin-left: 18px;
  z-index: 2;
}

.featureblock li {
   margin: 6px 6px;
}

takakyu.featureslider_bar {
  position: relative;
  top: 0px;
}

.featurebox_content {
  position: relative;
  top: 0px;
}

.featurebox_content:not(.wide-image) {
  background-color: #EAE7DD;
}

@media (max-height: 600px) {
  .featureblock {
   position: absolute;
  }
}

.sliderframe_bottom {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  z-index : 1;
 background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(225,221,209,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(225,221,209,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(225,221,209,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(225,221,209,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(225,221,209,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(225,221,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e1ddd1',GradientType=0 );

 
}
.sliderframe_top {

  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: -50px;
  z-index: 1;
  background: -moz-linear-gradient(top,  rgba(225,221,209,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,221,209,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(225,221,209,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(225,221,209,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(225,221,209,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(225,221,209,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ddd1', endColorstr='#00ffffff',GradientType=0 );


}

.flex-control-nav {
   top: 700px;
   bottom: 0px;
}

.featureslider_bar ul.slides {
   width: 960px;
}

.featureslider_bar ul li img {
  width: 100%;
  margin: 0 auto;
}

.flex-caption {
  font-size: 50px;
  color: #000000;
  position: fixed;
  bottom: 60px;
  right: 20%;
  text-align: right;
  padding:0 10px 0 0;
  text-shadow: 2px 3px #FFFFFF;
  z-index: 2;
}

.flex-overview {
   display: none;
   position: fixed;
   color: #000000;
   font-size: 15px;
   text-shadow: 2px 1px #FFFFFF;
   bottom: 40px;
   right: 20%;
   text-align: right;
   z-index: 2; 
}



.tk_navbar_container{
  padding: 2px 0 0;
  background-image: url('./images/BG_pattern.png');
  z-index: 4;
  margin-top: -1px;
}

#tk_navbar{
  background-color: #E1DDD1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  height: auto;
  width: 100%;
  position: relative;
}

.tk_navbar_deco {

    margin-top: 3px;
    height: 10px;
    background: #E1DDD1;

}

#tk_navbar_bottom {
  display: none;
}


#nav_left {
  left: 0px;
}

#nav_right, #nav_ok {
   right: 0px;
}


.btn_edit {

  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
  color: #008D53;
  text-decoration-color: #00FF76;
  cursor: pointer;
}

.nav_btn {

  color: #000000;
  background-color: #00FF76;

  text-shadow: 1px 1px #7D7867;
  width: 80px;
  border: 2px solid #7D7867;

  /*font-size: 20px;*/
  font-weight: bold;

  border-radius: 10px;
  margin: auto;
  padding: 5px 0px 5px 0px;
  text-align: center;

  cursor: pointer;
}
.navbar_btn {
  background-color: #B7B6B0;
  color: #B5AFAB;
  text-shadow: 1px 1px #7D7867;
  width: 80px;
  border: 2px solid #7D7867;

  font-size: 20px;
  font-weight: bold;
  
  border-radius: 10px;
  margin: 5px 10px;
  padding: 10px 0px 10px 0px;

  text-align: center;
  cursor: default;
  position: absolute;
  top: 1px;
}

#nav_ok.navbar_btn.active, #nav_right.navbar_btn.active, #btn_order_start.navbar_btn.active {
  
  color: #000000;
  text-shadow: 2px 2px #00FF76;
  background-color: #00FF76;
  border-color: #00D60E;
  border-width: 2px;
  cursor: pointer;
}

#btn_order_start.navbar_btn.active {
   width: 120px;
   display: inline-block;
   position: static;
}

#nav_left.navbar_btn.active {
color: #000000;
text-shadow: 2px 2px #FFFFFF;
background-color: #FFFFFF;
border-width: 2px;
cursor: pointer;
}


#nav_status {
  margin: 20px auto;
  text-align: center;
  width: 752px;
  overflow:hidden;
}

#nav_status.title{ 
  margin: 20px auto;
  font-weight: bold;
  float: none;
  font-size: 18px;
  text-shadow: 2px 2px #B5AFAB;;
}

#nav_status ul li{
  color:#B5AFAB;
  font-size: 18px;
  cursor: default;
  display:inline-block;
}

.nav_list {
   width: 75%;
   overflow: hidden;
   margin: auto;
   
}

#nav_status ul li.filled_panel{
   color: #000000;
   cursor: pointer;
   font-weight: bold;
}


#nav_status ul li.current_panel{
   color: #000000;
   text-shadow: 2px 2px  #B5AFAB;
   font-weight: bold;
}

#nav_status ul li.current_panel:before, #nav_status ul li.next:before{
  content: "<";
}

#nav_status ul li.current_panel:after, #nav_status ul li.next:after{
  content: ">";
}


#panel_status {
position: relative;
width: 904px;
overflow: visible;
background-color: #F5F4EF;
margin: auto;
z-index: 0;
box-shadow: inset 5px 5px 3px #BFBEB8;
height: 845px;
margin: 5px 10px 10px 0px;
padding: 20px 15px 20px 30px;
}

.tk_status_details {
  margin: 15px;
}

.tk_status_details {
  width: 70%;
}

#tk_status_loading {
  
  display:none;
  position: fixed;
  top: 60%;
  left: 50%;
  z-index: 101;
  min-height: 32px;
  padding: 11px 0 0 37px;
  background-image: url(./images/loading.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

#panel_status #tk_status_loading
{
  position: relative;
  margin: 170px auto;
  width: 52px;
  left: 0;
  top: 0;

}


#tk_panel, #tk_content {
  /*background-color: #E1DDD1;*/
  background-color: #F5F4EF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

   border-color: #E1DDD1;
   border-width: 5px;
   border-style: solid;
   border-right-width: 10px;
  position: relative;
  overflow: hidden; 
}

.panel_contents {
  width: 610px;
  /*min-height: 891px;*/
 
  display: inline-block;
  float: right;
  background-color: #F5F4EF;
  margin: 60px 0px 10px 10px;
  padding: 20px 5px 20px 30px;
  z-index: 0;
  overflow:hidden;
}

.panel_contents:hover {
  box-shadow: 5px 5px 3px #BFBEB8;
}

.total_price_container {
  position: fixed;
  top: 200px;
  width: 890px;
  background-color: #F5F4EF;
  margin: 0px 0px 0px -30px;
  padding: 20px 20px 20px 35px;
  z-index: 3;
  box-shadow:5px 5px 3px #BFBEB8;
  text-align: right;
  display :none;
}

.total_price_container span{
  font-size: 20px;
  font-weight: bold;
}


.panel {

  position: relative;
  /*overflow: auto;*/
  padding-bottom: 10px;
}

#panel_status .panel p{
  margin: 10px;
  font-size: 20px;
}
.panel_review {
  background-color: #FFFFFF;
  margin: 10px 15px 10px 0px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.review_title {
  font-size: 16px;
  font-weight: bold;
}

.panel_review .content{
  margin: 10px;
  text-align: left;
}

.panel_review textarea {
  width: 310px;
  background: #E3E3E3;
  border-color: #000000;
  border-width: 1px;
}

.panel_review .cinfo_section #phoneno, .panel_review .cinfo_section #email, .panel_review .cinfo_section #street, .panel_review .cinfo_section #city {
   width: 310px;
   margin-left: 0px;
   margin-bottom: 2px;
}

.panel_review .review_readonly {
   display:inline-block;
   margin-left: 5px;
   padding: 3px 7px;
   border-style: solid;
   border-color: #000000;
   border-radius: 2px;
   border-width: 1px;
   background: #E3E3E3; 
   color: #000000;
   height: 20px;
   min-width: 40px;
   margin-top: 2px;
   line-height: 18px;
}

div.tk_details div.category_description {
  background-color: #FFFFFF;
  color: #000000;
  border-style: none;
  line-height: 18px;
  line-height: 1.5em;
  margin: 10px 15px 0px 0px;
  padding: 10px;
  overflow: auto;
  clear:both;
}

#panel_arrow-builder div.tk_details>div.category_description {
   position: fixed;
   top : 260px;
   width: 571px;
}

#tk_revieworder {
   display: none;
}

#tk_options, .tk_options {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 300px;
   margin: 10px;
   z-index: 4;
   display: none;
   
}

#tk_full {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display:none;
  z-index: 999;
}

#tk_full_back, .tk_full_back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000000;
}

#tk_imageviewer, .tk_imageviewer {
   position: relative;
   top: 13%;
   left: 12%;
   width: 76%;
   height: 80%;
   max-height: 650px;
   overflow: hidden;

   z-index: 999;
   border-radius: 10px;
   box-shadow: 5px 5px 3px #BFBEB8;
   background-color: #F5F4EF;
}

.image_container {
 margin: 5% auto;
 text-align: center;
 position: relative;
 height: 80%;
 max-height: 468px;
}

.image_container img {
  height: 100%;
  max-height: 468px;
  width: auto;
  border-radius: 5px;
}

.image_container .image_caption {
  margin: 10px;
  font-size: 20px;
  font-weight: bold;
}

.window_ctl {
  position: absolute;
  top: 10px;
  right: 15px;
}

.window_ctl div.btn {
  cursor:pointer;
}

.tk_options_nav_btn_top, .tk_options_nav_btn_bottom {
 position: fixed;
 bottom: 4px;
 width: 290px;
 text-align: center;
 cursor: pointer;
 color: #000000;
 font-size: 18px;
}

div.tk_options .option_page_bar {

   background-color: #7D7867;
   height: 50px;
   margin-bottom: 6px;
   font-size: 10px;
   color: #FFFFFF;

    border-radius: 3px;
    border-top-right-radius: 10px;
    display: inline-block;
    clear:both;
}

div.tk_options:hover .option_page_bar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5); 
}

div.tk_details .option_category {
   background-color: #7D7867;
   margin-bottom: 6px;
   font-size: 15px;
   color: #FFFFFF;
   
   border-radius: 3px;
   border-top-right-radius: 10px;

}

div.tk_details .option_tile {
   max-width: 130px;
   background-color: #FFFFFF;
   box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
   border-radius: 2px;
   border-width: 3px;
   border-color: #FFFFFF;
    border-style: solid; 
}


div.tk_details .option_tile input[type="radio"]{
  display:none; 
}

div.tk_details #shafts .option_tile,
div.tk_details #shafts .option_tile img,
div.tk_details #kebeki .option_tile,
div.tk_details #kebeki .option_tile img,
div.tk_details #hagi-washi .option_tile,
div.tk_details #hagi-washi .option_tile img,
div.tk_details #arrow_twine_color .option_tile,
div.tk_details #arrow_twine_color .option_tile img,
div.tk_details #twine .option_tile,
div.tk_details #twine .option_tile img,
div.tk_details #feather-selection .option_tile , 
div.tk_details #feather-selection .option_tile img {
    max-width: 105px;
}


div.tk_details #feather-selection .option_tile span, 
div.tk_details #balancing .option_tile span
{
   display: block;
   height: 35px;
}

div.tk_details #balancing .option_tile {
   display: inline-block;
}

div.tk_details #balancing #kyuryoku {
   display: inline-block;
} 


div.tk_details #panel_monji .option_tile {
   min-height: 232px;
   max-width: 100px;
}

div.tk_details #panel_monji .option_tile img{
   max-width: 100px;
}




.cinfo_section {
   margin-bottom: 10px;
}

.cinfo_section textarea
{
   width: 310px;
}

.cinfo_section label
{
   line-height: 20px;
}



.option_tile img{
   display:block;
   max-width: 130px;
   margin-top: 10px;
}

.option_tile span {
  font-weight: bold;
}



div.tk_details .option_tile.option_select 
/*div.tk_details .option_tile.option_select:hover*/ {
   border-color: #78A674;
   z-index: 1;
}


div.tk_details .option_tile:hover, 
div.tk_details .option_tile.option_current,
div.tk_details .option_tile.option_select.option_current
{
   position: relative;
   border-color: #00FF76;
}

div.tk_details li.disabled .option_tile:hover,
div.tk_details li.disabled .option_tile.option_current,
div.tk_details li.disabled .option_tile.option_select.option_current
{
  border-color:transparent;
}


div.tk_details .option_tile footer .nav_btn {
   display: none;
}

div.tk_details .option_tile.option_current footer .nav_btn{
   display: block;
}

footer.entry-meta {
   margin: 10px 0px 0px 0px;
}



div.tk_options .option_page_img_container {
  background-color: #FFB2CD;
 
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 0px;
  display: block;

  border-style: solid;
  border-width: 1px;
}

div.tk_options .filled .option_page_img_container {
  background-color: #FFFFFF;
}

div.tk_options .filled .option_page_img_container img{
  width: 50px;
  height: 50px;
}

/*div.tk_options div#feather-selection.filled .option_page_img_container img {
  width: 50px;
  height: auto;
}*/



div.tk_options li#feather-selection div.option_page_img_container {
width: 50px;
height: auto;
}


div.tk_options .page_status {
   margin: 0px 0px 0px 60px;
}
div.tk_options .page_title {
   font-size: 18px;
   height: 18px;
   overflow: hidden;

}

div.tk_options .page_summary {

   background-color: #FFB2CD;
   margin: 5px 0px 0px 0px;
   
   color: #000000;
   width: 210px;
   height: 28px;
}

div.tk_options .filled .page_summary {

   background-color: #FFFFFF;
}




.page_summary .page_value,.page_summary .page_price {

  padding: 6px 5px;
  display: inline-block;
  font-size: 12px;
}

.page_summary .page_value {
    width: 100px;
    height: 10px;
    overflow: hidden;
    line-height: 16px;
}

div#feather-selection.option_page_bar .page_value {
  width: 120px;
}


.price_value {
   font-size: 15px;
}

.page_summary .page_price {
   float: right;
   display: none;
}

div.tk_options .option_page_bar.current {
   background-color: #78A674;
}

div.tk_details .option_category.current {

  background-color: #78A674;

}

.option_page_bar.current.selected {
    margin-left: 20px;
}

.option_page_bar.current.selected, .option_category.current.selected{
   background-color: #78A674;
}




.order_content{
  display:none;
  overflow:auto;
  margin: 0px 0px 0px 15px;
  padding-bottom: 30px;
}

.option_page  ul li:not(.status) {
    float: left;
    overflow: visible;
    /*min-height: 210px; */
    margin: 5px;
}

#arrow_twine_color ul li:not(.status),
#hagi-washi ul li:not(.status),
#shafts ul li:not(.status) {
     min-height: 170px;
     height: 170px;
}
#feather-selection ul li:not(.status) {
     min-height: 185px;
     height: 185px;
}

#monji ul li:not(.status) {
     min-height: 256px;
     height: 256px;
}




.order_content li:not(.status) > .option_tile{
   float:none;
   margin: 0px;
}




.order_content .option_page_price, #cinfo .option_page_price{
  display:none;
}




.option_page {
  display: block;
  margin: 10px 0px 10px; 
  overflow: visible;
  width: 98%;
  clear: both;
}

.option_page_bar {
  width: 90%;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 10px 10px 15px;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
  margin-bottom: 10px;
  font-size: 17px;
  cursor: pointer;
}

div.option_page_bar.disabled {
   opacity: 0.5;
   background: #B5AFAB;
}

li.disabled {
    opacity: 0.8;
}

li.disabled div.option_tile {
    opacity: 0.2;   
    background: #B5AFAB;
}

div.tk_options div.disabled .page_status, 
div.tk_options div.disabled .page_summary, 
div.tk_options div.disabled .option_page_img_container{
   background-color: inherit;
   color: #FFFFFF;
}






.option_page_top_row {
   position:relative;
   padding-right: 10px;
   font-weight:bold;
   clear:both;
}

.option_page_status {
   clear:both;
   padding-top:10px;
}

.order_content .option_page_status {
  display: none;
}


.option_page_title { 
   position: relative;
   padding-right: 10px;
   font-weight:bold;
   float:left;
}



.option_page_img_container {
  float:left;
  height: 25px;
  overflow:hidden;
  margin-right:5px;
  display:none;
}

.option_page_img_container img {
    width: 50px;
    //display: block;
    //-webkit-transform: rotate(90deg);
    //-moz-transform: rotate(90deg);
    //filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

li#feather-selection div.option_page_img_container {
    width:65px;
}

li#feather-selection div.option_page_img_container img {

    width:25px;
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    position: relative;
    top: -20px;
    left: 25px;
}

li#monji div.option_page_img_container img {
    height: 25px;
    width: auto;
}

.option_page_prompt, .option_page_value {
   position: relative;
   font-size: 70%;
   font-style: italic;
   display:none;
  
}

.order_content .option_page_prompt, .order_content .option_page_value
{
   display:block;
}


.option_tile {
    padding: 10px;
    cursor: pointer;
}

.option_tile_sel {
   background-color: #aaa;
   opacity: 0.6;
}


.option_group{
  overflow: auto;
  width: 100%;
  display:none;
}
.option_category {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  margin-bottom: 10px;
  overflow:auto;
  cursor:pointer;
  font-weight:bold;
}

.text_type {
  font-weight:lighter;
}

.sel_confirm_btn {
   display:none;
}

li#yajaku div.order_content input.sel_confirm_btn, li#note div.order_content input.sel_confirm_btn {
   display:block;
}

li#cinfo ul li div.order_content input.sel_confirm_btn {
   display:block;
}

div#arrow_hagi img {
  width: 100px;
  height: auto;
}


.category_description table {
  width: 100%;
}
.category_description td {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
}

.text80{
   font-weight: bold;
   padding: 5px;
}

.help_btn {
  font-size: 15px;
  /*margin: 10px -10px 10px;*/
}

li#cinfo ul li#payment-option div.order_content input.sel_confirm_btn
{
  display:none;
}

form.paypal-button {
  display:none;
}

#action_bar
{
  display:none;
}



