/* header */
#header {
  background-color: #3399fe;
}
#common_header {
  width: 1140px;
  margin: 0 auto;
  background-color: #3399fe;
  padding: 20px 0;
}
#common_header > #cart_logo, #common_header > .common_header_menu {
    display: table-cell;
    vertical-align: middle;
}
.common_header_menu {
  background-color: #3399fe;
  border-color: #3399fe;
}
#common_header .navbar .nav > li a {
  background-color: #3399fe;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#common_header .navbar .nav > li a:hover {
  background-color: #b4daff;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#cmnheaditem_help_contact_list > button:focus ,#cmnheaditem_help_contact_list > button:hover, #cmnheaditem_help_contact_list > button:focus {
  background-color: #b4daff;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#common_header .navbar .nav > li#cmnheaditem_help_contact_list{
  display: none;
}
#common_header .navbar .nav > li#cmnheaditem_login_mypage, #common_header .navbar .nav > li#cmnheaditem_logoff_mypage{
  min-width: auto;
  text-align: right;
  width: auto;
}
#common_header .navbar .nav > li a{
  text-align: right;
  display: inline-block;
}
.common_header_menu.navbar.navbar-default {
    padding: 0;
}
/* header */








/* contents */
#contents {
  padding: 54px 0;
}
#panel_costomer{
  text-align: center;
}
.title_bar > .t_title {
  font-size: 40px;
  margin: 0 0 20px 0;
  color: #3399fe;
  padding:0;
  border:none;
  text-align: center;
}
.t_message, .t_message_center {
  content: "■";
  font-size: 150%;
  color: #3399fe;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}
.table_panel{
  background: #fefefe;
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: 3px;
}
.table_fc_panel > .table_subbox {
  border: none;
  text-align: center;
}
 .table_body{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  display: block;
  text-align: left;
}
.tblbody_fccontinue{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.table_panel .table_body .table_label{
  display: block;
  font-size: 18px;
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
}
.table_panel .table_body .table_control{
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.table_panel .tblbody_custedit,.table_panel .tblbody_cardhold,.tblbody_FcCard,.tblbody_FcCarrier,#history_fcpayment{
  width: auto;
  padding: 0;
  margin: 0 5px;
  border: none;
  display: inline-block;
  text-align: center;
}
.tblbody_FcCard,.tblbody_FcCarrier{
  display: none;
}
.table_panel .tblbody_custedit .table_control,.table_panel .tblbody_cardhold .table_control{
  width: auto;
  display: inline-block;
}
.table_panel .tblbody_fccontinue .table_control a{
  display: block;
  text-align: center;
  width: 300px;
  padding: 15px;
  line-height: 1.4;
  font-size: 16px;
  margin: 20px auto 0;
  color: #3399fe;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
  border: 2px solid #3399fe;
  background: #fff;
  text-decoration: none;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.table_panel .tblbody_fccontinue .table_control a:hover{
  background: #3399fe;
  border-color: #3399fe;
  color: #fff !important;
  text-decoration: none;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.table_panel .tblbody_fccontinue .table_control a:last-child{
  margin-top:0;
}
.table_panel .tblbody_fccontinue .table_control .fcregister_link2{
	display:none;
}
.table_control input{
  width: 100%;
  padding: 6px 12px;
  font-size: 15px;
  color: #585757;
  line-height: 1.8;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.table_control {
    width: 100%;
}
.panel-info,.panel-primary{
    border-color: #3399fe;
}
.panel-info > .panel-heading,.panel-primary > .panel-heading{
  color: #3399fe;
  background-color: #3399fe;
  border-color: #3399fe;
  color: #fff;
  border-radius: 0;
}
.title_guide {
  padding: 0px;
  margin-bottom: 50px
}
#name1,#name2,#name1_kana,#name2_kana,#btnZip{
 width: 30%;
 margin: 5px 0 0 0;
}
#name1,#name2,#zip{
 width: 30%;
 margin: 5px 0 15px;
}
#btnZip{
 width: auto;
}

input[type="radio"],input[type="checkbox"]{
  width: auto;
  border: 1px soldi #000;
  width: 10px;
  height:10px;
  display: inline-block;
}
input[type="checkbox"]{
  -moz-appearance:checkbox;
  -webkit-appearance:checkbox;
  appearance:checkbox;
} 
input[type="radio"]{
  -moz-appearance:radio;
  -webkit-appearance:radio;
  appearance:radio;
}
label{
  margin-right: 10px;
  display: inline-block;
}
.table_header{
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
#panel_cust_bar {
  display: none;
}
#panel_fanclub .table_subbox .table_subtitle .table_collapse_link{
  font-size: 18px;
  display: inline-block;
  background: #333;
  padding: 12px 18px;
  color: #fff;
}
#panel_history{
  text-align: center;
}

/* kiyaku */
.kiyaku_body{
  height: 500px;
  overflow-y: scroll;
  padding: 25px;
}
/* kiyaku */

/* contents */

/* btn */
.btn,input[type="submit"],input[type="botton"],.table_panel .tblbody_custedit a,.table_panel .tblbody_cardhold a,.tblbody_FcCard a,.tblbody_FcCarrier a,#fcpayment_lnk{
  display: block;
  text-align: center;
  width: 300px;
  padding: 15px;
  line-height: 1.4;
  font-size: 16px;
  margin: 20px auto;
  color: #3399fe;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
  border: 2px solid #3399fe;
  background: #fff;
  text-decoration: none;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.btn:hover,.btn:focus,.table_panel .tblbody_custedit a:hover,.table_panel .tblbody_cardhold a:hover,.tblbody_FcCard a:hover,.tblbody_FcCarrier a:hover,#fcpayment_lnk:hover{
  background: #3399fe;
  border-color: #3399fe;
  color: #fff;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
/* btn */


/* login */
#Login .fc_register_table{
  display:none;
}


/* footer */
#footer{
  background-color: #3399fe;
}
#common_footer,#cart_footer {
  background-color: #3399fe;
  padding: 20px 0
}
#common_footer a {
  background-position: center left;
}
#common_footer {
    display: none;
}
/* footer */


/*=============================================

  SP layout

=============================================*/
@media screen and (max-width:749px){
/* header */
#common_header {
  width: 100%;
  margin: 0 auto;
  background-color: #3399fe;
  padding: 20px 15px;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.common_header_menu{
  padding: 0;
}
.navbar-toggle{
  margin-right: 0;
}
.navbar-default .navbar-toggle{
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #b4daff;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
/* header */
  
  
/* contents */
.title_bar > .t_title {
  font-size: 230%;
}
#common_body {
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box
}
.table_panel .table_body .table_label{
  font-size: 115%;
  margin: 0 0 10px 0;
}
.table_header{
  font-size: 150%;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.table_panel .tblbody_custedit,.table_panel .tblbody_cardhold,.tblbody_FcCard,.tblbody_FcCarrier,#history_fcpayment,.table_panel .tblbody_custedit .table_control,.table_panel .tblbody_cardhold .table_control{
  width: auto;
  display: block;
}
  
/* kiyaku */
.kiyaku_body{
  height: 500px;
  overflow-y: scroll;
  padding: 5%;
 -webkit-overflow-scrolling: touch
}
/* kiyaku */
  
/* contents */

/* btn */
.btn,input[type="submit"],input[type="botton"],.table_panel .tblbody_custedit a,.table_panel .tblbody_cardhold a,.tblbody_FcCard a,.tblbody_FcCarrier a,#fcpayment_lnk,.table_panel .tblbody_fccontinue .table_control a {
  width: 80%;
  margin: 5px 10%;
}
/* btn */
  
/* footer */ 
#common_footer{
  background: #3399fe;
  padding: 0 0 20px 0
}
.common_footer_item a{
  position: relative;
  padding: 18px 12px;
  border-bottom: 1px solid #b4daff;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.common_footer_item a:before{
  content: "→";
  color: #fff;
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
}
.common_footer_item a:hover,.common_footer_item a:focus {
  background-color: #b4daff;
  color: #fff;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#common_footer ul{
 margin-bottom: 0;
}
/* footer */
}