@charset "utf-8";


Theme Name: shidousha_badminton
Theme URI: 
Description: 
Version: 1.1
Author: daisuke
Author URI: 
*/






/* CSS Document */

/* ------------------------------ */
/* 基本設定 */
/* ------------------------------ */

/* bodyの基本設定 */

body  {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}


a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #F00;
	padding-bottom:3px;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}


/* ------------------------------ */
/* clearfix */
/* ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table;}

/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */








/* ------------------------------ */
/* ページトップに戻る */
/* ------------------------------ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}














#wrapper  {
	width: 1280px;
	margin: 0 auto;
	overflow:hidden;
}

#header,#main,#footer {
	width: 1000px;
	margin: 0 auto;
}


#header  {
	position:relative;
	margin-bottom:0px;
}

#header_inner  {
	height:100px;
	position: relative;
}


#header_inner #lead  {
	position:absolute;
	height:84px;
	width:84px;
	margin: 0 ;
}


#header_inner #lead2 {
	position: absolute;
	left:120px;
	top:0px;
}



#header h1  {
	position: absolute;
	left:130px;
	top:15px;
	font-size:25px;
	padding-bottom:10px;
	width:400px;
	height:25px;
	margin:0px;
}



#header h2  {
	position: absolute;
	left:145px;
	top:60px;
	font-size:15px;
	margin:0px;
	width:400px;
	height:25px
}


span  {
	color:#FF0000;
}


#old  {
	position: absolute;
	left:680px;
	top:60px;
	font-size:16px;
	color:#FF0000;
	border-bottom:#666666 solid 1px;
	padding-bottom:10px;
}


/*-----------------------------
検索フォーム
-----------------------------*/

#search {
     padding-top: 0px;
     padding-bottom: 0px;
	 position: absolute;
	 left:750px;
	 top:10px;
}

#s  {
     width: 210px;
     height: 17px;
     border: 1px solid #999;
     color: #333;
     padding-top: 4px;
     padding-right: 10px;
     padding-bottom: 4px;
     padding-left: 10px;
     background-color: #fff;
     font-size: 14px;
}  


#searchsubmit {
     position: absolute;
     top: 0;
     _top: 1px;
     left: 210px;
}  

*:first-child + html #searchsubmit    {  
    top: 1px;  
}  

#search #searchform {
     position: relative;
}
/*------------------*/




.bxslider ,
.bxslider p {
margin:0;
padding:0;
}



/*-----------------------------
グローバルナビゲーション
-----------------------------*/

#gnavi {
	width:1000px;
}

#gnavi .gnavi_list {
	overflow: hidden;
	margin: 0px;
	list-style:none;
	padding-left:0;	
	border-top:#CC0000 solid 10px;
}

#gnavi .gnavi_list li {
	float: left;
	margin: 0px;
	
	width:198.5px;
	height:37px;
}


#gnavi .gnavi_list li {
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
}

#gnavi .gnavi_list li:after  {
	
}
 
#gnavi .gnavi_list li+ li {
  border-left: 0;
  border-right: 1px solid #a9a9a9;
}


#gnavi .gnavi_list li  a  {
	display: block;  
    width: 199px;
	height:37px;  
    padding: 10px 5px 10px 5px;  
    text-decoration: none;  
	text-align:center;  
}

#gnavi .gnavi_list li  a:hover  {
	color:#FFF;
	background-color:#CC0000;
}

/*------------------*/



/*-----------------------------
新着情報（トップページ）
-----------------------------*/

#main  {
	background-color:#FFFFFF;
	position:relative;
	left:230px;
	margin-top:0px;
}




#news  {
	border:solid 1px #a9a9a9;
	width:740px;
	height:100%;
}

#news #news_inner  {
	height:100%;
}

#news #news_inner  h2  {
	margin: 10px 0 5px 0;
}

#news #news_inner  h2  #news_tit  {
	font-size:22px;
	font-weight:bold;
	margin:0 0px 10px 30px;
	border-left:#C00 solid 8px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#dcdcdc 2px  solid;
	width:650px;
}

#report  {
	height:100%;
	position:relative;
	left:50px;
	top:10px;
}

#news_inner dl  {
	margin-left:0;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	height:280px;
	width:450px;
}

#news_inner dl dt  {
	margin-top:15px;
	margin-bottom:10px;
	width:130px;
	font-size:12px;
}

#news_inner dl  dd  {
	font-size:14px;
	border-bottom: #CCC 1px solid;
	margin:0 0 5px 0;
	padding-bottom:3px;
	width:400px;
}

#topics  {
	position: absolute;
	left:520px;
	top:-10px;
}

#news_random  {
	border:#CCCCCC solid 1px;
	width:150px;
	height:180px;
	background-color:rgba( 245, 245, 245, 0.50 );
	position: absolute;
	left:470px;
	top:30px;
	font-size:10px;
	line-height:2em;
	overflow:hidden;
}

.thumbnail  {
	position:relative;
	left:8px;
	top:10px;
	width:150px;
	margin-bottom:5px;
}

.random_contents  h2  {
	width:140px;
	position:relative;
	left:10px;
}

.random_contents  p  {
	width:140px;
	position:relative;
	left:10px;
}


#news_link  {
	position:relative;
	left:575px;
	top:-20px;
	font-size:14px;
	width:200px;
	height:20px;
	
	
}

.arrow4{
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    transform: rotate(45deg);
	position:relative;
	top:-52px;
	left:550px;
	margin-bottom:-30px;
}

.arrow4:hover  {
	border-top: 3px solid #C00;
    border-right: 3px solid #C00;
	
}

	

#contents  {
	margin:25px 0 25px;
	padding-bottom:25px;
	border:solid 1px #a9a9a9;
	width:740px;
	
}

#contents  h2  #contents_tit  {
	font-size:22px;
	color:#333333;
	font-weight:bold;
	margin:0 0px 10px 30px;
	border-left:#C00 solid 8px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#dcdcdc 2px  solid;
	width:650px;
}



#contents #contents_innner0  {
	
}

#container  {
	width:400px;
	height:150px;
	position:relative;
	left:280px;
	top:-160px;
	
}


#contents  h3  {
	position: relative;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #B92A2C;
}


#contents  h3:before  {
	content: "□";
    font-size: 100%;
    position: absolute;
    color: #ff6b6e;
    top: 10px;
    left: 5px;
    height: 6px;
    width: 6px;
}


#contents  h3:after  {
	content: "□";
    font-size: 100%;
    position: absolute;
    color: #B92A2C;
    top: 3px;
    left: 0;
    height: 6px;
    width: 6px;
}


#contents  #description  {
	font-size:14px;
	line-height:1.8em;
}


#contents  .click_here  {
	position:relative;
	left:250px;
	top:-5px;
	
}

#contents  .click_here:before  {
	width: 12px;
    height: 12px;
    background: #7a0;
}

#contents  .click_here:after  {
	left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}


#contents_innner1  {
	position:relative;
	left:30px;
	border-bottom: solid 1px #CCC;
	height:150px;
	width:680px;
	margin-top:40px;
	margin-bottom:25px;
	padding-bottom:25px;
	margin-right:0;

	
}


#contents_innner2  {
	position:relative;
	left:30px;
	border-bottom: solid 1px #CCC;
	height:150px;
	width:680px;
	margin-bottom:25px;
	padding-bottom:25px;
	margin-right:0;
}

#contents_innner2  #sub_visual  {
	position:relative;
	left:435px;
}

#contents_innner2  #container  {
	position:relative;
	left:0;
}


#contents_innner3  {
	position:relative;
	left:30px;
	border-bottom: solid 1px #CCC;
	height:150px;
	width:680px;
	margin-bottom:25px;
	padding-bottom:25px;
	margin-right:0;

	
}


#contents_innner6  {
	position:relative;
	left:30px;
	border-bottom: solid 1px #CCC;
	height:150px;
	width:680px;
	margin-bottom:25px;
	padding-bottom:25px;
	margin-right:0;	
}

#contents_innner6  #sub_visual  {
	position:relative;
	left:435px;
}

#contents_innner6  #container  {
	position:relative;
	left:0;
}




#contents_innner7  {
	position:relative;
	left:30px;
	border-bottom: solid 1px #CCC;
	height:150px;
	width:680px;
	margin-bottom:25px;
	padding-bottom:25px;
	margin-right:0;

	
}


#contents_innner8  {
	position:relative;
	left:30px;
	height:150px;
	width:680px;
	margin-bottom:-25px;
	padding-bottom:25px;
	margin-right:0;
}

#contents_innner8  #sub_visual  {
	position:relative;
	left:435px;
}

#contents_innner8  #container  {
	position:relative;
	left:0;
}




#contents_innner4  {
	width:740px;
	height:165px;
	border:solid 1px #a9a9a9;
	margin-top:25px;
}

#contents_innner4 #contents_innner5  {
	width:230px;
	height:20px;
	margin-top:-18px;
	color:#333333;
	margin:0px 0px 0px 10px;
	padding-left:10px;
}


#contents_innner4 #contents_innner5  h3  {
	font-size:18px;
	margin:10px 0px 10px 0;
	border-left:#C00 solid 8px;
	padding:5px 0 5px 10px;
	border-bottom:#dcdcdc 2px  solid;
	width:650px;
}


#contents_innner5  .boxContainer  {
	overflow: hidden;
	float: left;
	width:700px;
}

#contents_innner5  .box  {
	float: left;
	width:150px;
	height:100px;
	margin-right:15px;
}

.icon-indent-increase:before {
    content: "\e900";
}




/*------------------*/



/*-----------------------------
サイドバー１
-----------------------------*/



#side_bar  {
	width:180px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	position: absolute;
	left:-200px;
}


#side_bar #facebook  {

	
}

#side_bar #facebook h4  {
	width:147px;
	height:40px;
	background-color:#000033;
	background-color:rgba( 0, 14, 38, 0.80 );
	margin:0px;
	position:relative;
	font-size:28px;
	padding-left:35px;
	padding-top:8px;
}

#side_bar #facebook_contents  {
	width:180px;
	height:470px;
	border:solid 1px #a9a9a9;
}

#bannar  {
	margin:20px 0;
}

#company_banner  {
	margin:10px 0;
}

#contact_banner  {
	margin-top:15px;
}
	

/*-----------------------------
サイドバー２
-----------------------------*/

#side_bar2  {
	width:180px;
	position: relative;
	left:175px;
	margin:0px;
	clear:both;
}

#side_bar2 #news_feed  {
	width:180px;
	height:400px;
	border:solid 1px #a9a9a9;
	background-color:#3300FF;
	
}

#side_bar2 #news_headline_inner  {
	width:170px;
	height:370px;
	background-color:#FFFFFF;
	position:relative;
	left:5px;
	top:-50px;
}


#widget_area  {
	width:180px;
	height:400px;
	border:solid 1px #a9a9a9;
	margin-bottom:15px;
	overflow: auto;
}


#widget_area  .widget_title  {
	height:30px;
	padding:15px 0 0 25px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000033;
	background-color:rgba( 0, 14, 38, 0.80 );
}


#widget_area  ul  {
	list-style:none;
	
	
}



#widget_area  ul  li  {
	margin-bottom:22px;
	margin-top:10px;
	position:relative;
	left:-20px;
	padding-bottom:7px;
	border-bottom:dotted #CCCCCC 2px;
	font-size:14px;
	line-height:20px;
}


#widget_area  ul  li  a  {
	margin-top:10px;
}


#widget_area  ul  li  .post-date  {
	font-size:10px;
	position:absolute;
	left:0px;
	top:-25px;
	margin-top:10px;
	margin-bottom:5px;
}



#side_bar2  #sns_icon  {
	margin-top:15px;
}



#sidenav  {
	margin-bottom:15px;
}

#sidenav ul {
    margin: 0;
    padding: 0;
    border-right:solid 1px #a9a9a9;
    border-left: solid 1px #a9a9a9;
	border-top: solid 1px #a9a9a9;
}
#sidenav ul li {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
	
}
#sidenav ul li a {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #a9a9a9;
    font-size: 13px;
    line-height: 1.2rem;
    text-decoration: none;
    color: #333;
	background-color: #FFF;
	border-left:10px #CC0000 solid;
}

#sidenav ul li a:hover { 
    color: #FFF;
	background-color:#C00;
	  
}


#sidenav ul li ul {
    margin: 0;
    padding: 0;
    border: none;
}
#sidenav ul li ul li a {
    display: block;
    padding: 10px 10px 10px 15px;
}

.fa  {
	font-weight:bold;
	font-size:24px;
	
}


/*-----------------------------
フッター
-----------------------------*/
#footer  {
	width: 1000px;
	color:#333333;
	margin-top:50px;
	clear:both;
	position:relative;
}

#footer  #footer_navi  .footer  {
	position:relative;
	left:230px;
	margin-bottom:20px;
	width:600px;
}

.footer  tr  th  {
	background-color:#e8ece9;
	padding:5px;
	color:#666;
	font-size:14px;
}

.footer  tr  td  {
	
	font-size:12px;
	margin:0px;
	 
}

.footer  tr  td  a  {
	display:block;
	padding:5px 0 5px 0;

}

.footer  tr  td  a:hover  {
	background-color:#CC0000;
	color:#FFFFFF;
	list-style-type:disc;
}


#address  {
	width:1000px;
	height:40px;
	background-color:#FF0000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	font-size:14px;
	margin-bottom:10px;
	position: relative;
}

#copyright  {
	position:absolute;
	left:300px;
	top:10px;
}




/*------------------*/



/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */

/* コーチングキャンプについて(coaching-camp-form)の基本設定 */

#underlying_page  {
	width:740px;
	border:solid 1px #a9a9a9;
	position:relative;
	left:375px;
	top:-630px;
	background-color:#FFFFFF;
	margin-bottom:0px;
	
}

#underlying_page  #underlying_page_title  h2  {
	font-size:20px;
	margin:30px 0px 40px 30px;
	border-left:#C00 solid 8px;
	padding-left:10px;
	padding-bottom:7px;
	border-bottom:#dcdcdc 2px solid;
}

#underlying_page  #sub-title  {
	position: relative;
	left:5px;
    padding-left: 35px;
	padding-bottom:10px;
    border-bottom: 3px solid #8EC31E;
    color: #f333;
    font-size: 18px;
	font-weight:bold;
    line-height; 29px;
	display:inline-block;
}

#underlying_page  #sub-title:before  {
	position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";

}


#underlying_page  #sub-title:after  {
	position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
}




#underlying_page  .infomation  {
	position:relative;
	left:30px;
	line-height:1.5em;
	width:630px;
	margin-bottom:40px;
	font-size:14px;
}




/*------------------*/

/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* コーチングキャンプ(coaching-camp-2016)の基本設定 */

#underlying_page  #underlying_page_text  {
	width:650px;
	position:relative;
	left:40px;
}

#underlying_page  .coaching_camp_subtitle  {
	position: relative;
	left:5px;
    padding-left: 35px;
	padding-bottom:10px;
    border-bottom: 3px solid #00bfff;
    color: #f333;
    font-size: 18px;
	font-weight:bold;
    line-height; 29px;
	display:inline-block;
}

 
#underlying_page  .coaching_camp_subtitle:before{
	position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #00bfff;
    content: "";
}
 
#underlying_page  .coaching_camp_subtitle:after{
	position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #00bfff;
    content: "";
}



#underlying_page  .coachingcamp_text  {
	font-size:14px;
	line-height:2em;
	width:600px;
	position:relative;
	left:35px;
	margin-bottom:60px;
}


.coaching_camp_year  {
	font-size:16px;
	padding-bottom:10px;
	display:inline-block;
	position:relative;
	top:-40px;
	left:10px;
}

.campdata  {
	font-size:12px;
	width:640px;
	line-height:2em;
	border:#999  double 2px;
	position:relative;
	left:10px;
	top:-40px;
	border-collapse: collapse;
	margin:0 0 60px 0;
	padding:15px 0 15px 0;
}



.campdata  tr  th  {
	background-color:rgba(255,165,0,0.7);
	border:#999999 2px solid;
	padding:15px 0 15px 0;
	
}

.campdata  tr  td  {
	border:#999999 2px solid;
	padding:15px 0 15px 25px;
}


.campdata  tr  td  .sankaku1  {
	width: 0;
	height: 0;
	position:absolute;
	left:550px;
	top:78px;
	border-left: 10px solid  #666;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.campdata  tr  td  .sankaku1:hover  {
	width: 0;
	height: 0;
	position:absolute;
	left:550px;
	top:78px;
	border-left: 10px solid #F00;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}



.campdata  tr  td  .sankaku2  {
	width: 0;
	height: 0;
	position:absolute;
	left:560px;
	top:135px;
	border-left: 10px solid #666;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.campdata  tr  td  .sankaku2:hover  {
	width: 0;
	height: 0;
	position:absolute;
	left:560px;
	top:135px;
	border-left: 10px solid #F00;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}


.campdata  tr  td  .sankaku3  {
	width: 0;
	height: 0;
	position:absolute;
	left:550px;
	top:190px;
	border-left: 10px solid #666;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.campdata  tr  td  .sankaku3:hover  {
	width: 0;
	height: 0;
	position:absolute;
	left:550px;
	top:190px;
	border-left: 10px solid #F00;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}


#contact_fourm  {
	margin-top:30px;
	margin-bottom:100px;
}


/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */

/* 設立趣意書の基本設定 */


#underlying_page  {
	width:740px;
	border:solid 1px #a9a9a9;
	position:relative;
	left:375px;
	top:-630px;
	background-color:#FFFFFF;
	margin-bottom:-600px;
}


#underlying_page  #underlying_page_title h2  {
	font-size:20px;
	margin:30px 0px 40px 30px;
	border-left:#C00 solid 8px;
	padding-left:10px;
	padding-bottom:6px;
	border-bottom:#dcdcdc 2px  solid;
	width:650px;
}


#underlying_page  .prospectus-title-sub  {
	position: relative;
    padding-left: 45px;
    color: #333;
    font-size: 21px;
	font-weight:bold;
    line-height; 30px;
}


#underlying_page  .prospectus-title-sub:before  {
	position:  absolute;
    top: 5px;
    left: 12px;
    width: 14px;
    height: 14px;
    border: 4px solid #B2E0FF;
    content: "";
}


#underlying_page  .prospectus-title-sub:after  {
	position:  absolute;
    top: -5px;
    left: 2px;
    width: 17px;
    height: 17px;
    border: 4px solid #0099FF;
    content: "";
}



#underlying_page  #underlying_page_contents  {
	width:680px;
	position:relative;
	left:30px;
	
}


#underlying_page  #underlying_page_contents  .prospectus_inner  {
	line-height:2em;
}

#underlying_page  #underlying_page_contents  .prospectus_signature  {
	position:relative;
	left:550px;
	line-height:2em;
}


/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* 役員紹介ページの基本設定 */

.officer  {
	height:250px;
	width:190px;
	margin-bottom:30px;
	margin-right:20px;
	display: inline-block;
}

.officer_name  {
	font-size:20px;
	text-align:center;
	padding-top:20px;
}




/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */

/* 記事ページの基本設定 */


#underlying_page_single  {
	width:740px;
	height:1000px;
	border:solid 1px #a9a9a9;
	position:relative;
	left:375px;
	top:-630px;
	background-color:#FFFFFF;
	margin-bottom:-600px;
	overflow:auto;
}


#underlying_page_single  #underlying_page_title h2  {
	font-size:20px;
	margin:30px 0px 40px 30px;
	border-left:#C00 solid 8px;
	padding-left:10px;
	padding-bottom:6px;
	border-bottom:#dcdcdc 2px  solid;
	width:650px;
}


#underlying_page_single  .entry  h3  {
	font-size:18px;
	margin:5px 0px 20px 30px;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom: #CCC 1px solid;
	display:inline-block;
}


#underlying_page_single  .entry  .state  {
	font-size:16px;
	position:relative;
	left:40px;
}


#underlying_page_single  .entry  .entry_main  {
	line-height:2em;
	width:670px;
	position:relative;
	left:40px;
}

.paging  {
	width:740px;
	height:30px;
	position:relative;
	left:380px;
	color:#FFF;
}


.paging  .next  {
	border:solid 1px #CCCCCC;
	padding:10px;
	display:inline-block;
	position:absolute;
	left:120px;
}


.paging  .archives  {
	border:solid 1px #CCCCCC;
	padding:10px;
	display:inline-block;
	position:absolute;
	left:330px;
}


.paging  .prev  {
	border:solid 1px #CCCCCC;
	padding:10px;
	display:inline-block;
	position:absolute;
	left:500px;
}



/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* JFBCについての基本設定 */

#abouujfbc_contents  {
	margin-bottom:40px;
}


#underlying_page  .aboutjfbc-title-sub  {
	display:inline-block;
	font-weight:bold;
	position:relative;
	padding-left:35px;
	padding-top:5px;
}


#underlying_page  .aboutjfbc-title-sub:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:15px; 
	width:15px; 
	display:block; 
	position:absolute; 
	top:10px; 
	left:7px; 
	background-color:#6B0CE8;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}
 
#underlying_page  .aboutjfbc-title-sub:after{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:18px; 
	width:18px; 
	display:block; 
	position:absolute; 
	top:3px; 
	left:2px; 
	background-color:#00A8FF;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}


#underlying_page  .aboutjfbc_inner  {
	position:relative;
	left:35px;
	top:5px;
	margin-bottom:40px;
	display:inline-block;
}

/* 事業計画のテーブルレイアウト設定 */
.jfbcdata {
  width: 400px;
  border-spacing: 0;
  font-size:14px;
  position:relative;
  left:120px;
}
.jfbcdata th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.jfbcdata th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0;	
}
.jfbcdata th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.jfbcdata tr td {
  padding: 8px 15px;
  text-align: center;
}
.jfbcdata tr td:first-child {
  border-left: 1px solid #aaa;
}
.jfbcdata tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.jfbcdata tr {
  background: #fff;
}
.jfbcdata tr:nth-child(2n+1) {
  background: #f5f5f5;
}
.jfbcdata tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.jfbcdata tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.jfbcdata tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.jfbcdata tr:hover {
  background: #eee;
  cursor:pointer;
}


/* お問い合わせのテーブルレイアウト設定 */

.contactdata  {
	width:400px;
	border: groove #999999 3px;
	position:relative;
    left:120px;
	margin-top:15px;
}


.contactdata  th  {
	background-color:rgba(196,188,54,0.7);
	border:#999999 solid 1px;
	padding:5px;
}

.contactdata  td  {
	border:#999999 solid 1px;
}




/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* リンクサイトページの基本設定 */


#link_contents  {
	width:650px;
	height:auto;
	border-bottom:#999 solid 2px;
	clear:both;
	margin-top:30px;
	
	
}


.inner_box  {
	

}


.link_title  {
	border-left: 7px solid #ff8c00;
	background-color: #eee;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 15px;
	display:inline-block;
	padding:10px;
	font-size:14px;
}



.link_inner  {
	font-size:12px;
	width:200px;
	height:100px;
	border:#CCCCCC solid 1px;
	margin:10px 5px 10px 5px;
	float:left;
}




/* リンクサイトのテストページの基本設定 */

#link  {
	font-size:12px;
}












.link_info  {
	font-size:10px;
}

.link_site  {
	width:630px;
	border:#CCCCCC 1px solid;
	border-collapse:collapse;
	margin-bottom:40px;
}


.link_site th  {
	background-color: #f5f5f5;
	padding:10px;
	border:#CCCCCC 1px solid;
}

.link_site td  {
	padding:10px;
	border:#CCCCCC 1px solid;
	line-height:1.8em;
}



/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* お問い合わせページの基本設定 */

#contact  {
	margin:100px 0 100px 0;
}


#formWrap {
	width:680px;
	margin:0 auto;
	color: #666;
	line-height:120%;
	font-size:14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}


#formWrap p  {
    line-height: 80%
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid  #333;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:rgba(220,220,220,0.5);
	text-align:left;
}

.text-center  {
        position:relative;
        left:330px;
        top:10px;
}


/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* スポンサーページの基本設定 */



.partner_title  {
	border-left: 7px solid #228b22;
	background-color: #eee;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 15px;
	display:inline-block;
	padding:10px;
	font-size:16px;
}

#partner_complement{
	font-size:13px;
	padding-left:30px;
}


.partner_content  {
	margin:30px 0 30px 0;
}


.partner_content  .partner_name  {
	background: repeating-linear-gradient(-45deg, #eee, #eee 5px, #fff 5px, #fff 10px);
    padding: 0.5em;
	display:inline-block;
	font-weight:bold;
}



.partner_content  .partner_inner  {
	 border: 3px double #ddd;
     padding: 10px 10px;
     border-radius: 2px;
     margin: 0 ;
     width: 650px;
     height:300px;
}


.partner_content  .partner_info  {
	font-size:16px;
	line-height:1.8em;
	margin-top:10px;
}


/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* 検索結果ページの基本設定 */

#underlying_page1  {
	width:740px;
	height:1100px;
	border:solid 1px #a9a9a9;
	position:relative;
	left:375px;
	top:-630px;
	background-color:#FFFFFF;
	margin-bottom:-600px;
	overflow:auto;
}


#underlying_page_title  h2  {
	font-size:20px;
	margin:30px 0px 40px 30px;
	border-left:#C00 solid 8px;
	padding-left:10px;
	padding-bottom:6px;
	border-bottom:#dcdcdc 2px  solid;
	width:650px;
}


#underlying_page1  #underlying_page_contents  {
	width:680px;
	position:relative;
	left:30px;
}

#search_contents  .excerpt  {
	border-bottom:#999999 1px solid;
}


#dummy_box  {
	display:block;
	height:400px;
}


/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* 記事一覧ページの基本設定 */


.archives_year  {
	
	background-color: #eee;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 15px;
	display:inline-block;
	padding:10px;
	font-size:16px;
	font-weight:bold;
}


.archives_contents  dl  {
	
}

.archives_contents  dl  dt  {
	margin-bottom:20px;
	position:relative;
	left:5px;
	font-size:12px;
	
}


.archives_contents  dl  dd  {
	border-bottom: solid 1px #999999;
	margin-bottom:30px;
	margin-left:0px;
	position:relative;
	left:5px;
	padding-bottom:10px;
}




/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* バドミントン・ヒストリーページの基本設定 */

#underlying_page_contents  .history_subtitle  {
	position: relative;
	left:30px;
    padding-left: 35px;
	padding-bottom:10px;
    border-bottom: 3px solid #ff7f50;
    color: #333;
    font-size: 18px;
	font-weight:bold;
    line-height; 29px;
	display:inline-block;
	margin-bottom:30px;
}


#underlying_page_contents  .history_subtitle:before{
	position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ff7f50;
    content: "";
}
 
#underlying_page_contents  .history_subtitle:after{
	position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #ff7f50;
    content: "";
}

#underlying_page_contents  .infomation  {
	width:650px;
	margin:0 auto;
	line-height:1.8em;
	margin-bottom:50px;
}


/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* 新規会員登録ページの基本設定 */

.member_registration  {
	margin-left:70px;
}



/* ------------------------------ */
/* 固定ページの基本設定 */
/* ------------------------------ */
/* 商品一覧ページの基本設定 */

.book  {
	padding:10px 15px;
	border:#CCCCCC 2px solid;
	border-left:#09F 10px solid;
	margin-bottom:30px;
	font-size:16px;
}


#items  {
	border-bottom: #CCC solid 1px;
	padding-bottom:20px;
	margin-bottom:40px;
}

#item_image  {
	position:relative;
	left:15px;
	width:300px;
}

#item_image  .image_box02  {
	position:relative;
	left:220px;
	top:-285.33px;
	margin-bottom:-300px;
	height:290px;
}

#item_title  {
    padding: 0.8em;
    border-top: 4px double #B92A2C;
    border-bottom: 4px double #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
	display:inline-block;
	position:relative;
	left:15px;
}

#item_price  {
	margin:20px;
}

#item_info  {
	font-size:14px;
	line-height:1.8em;
	width:600px;
	margin-top:30px;
	position:relative;
	left:15px;
}


#item_cart  {
	position:relative;
	left:550px;
	margin:20px 0;
}

/*********************************************************************/
/* content CSS Start */
#content {
	height: 100%;
	padding: 0;
	background-color: #DAD8D1;
	border-bottom: 3px solid #DAD8D1;
	float: right;
}
	.three-column {
		width: 560px;
		margin: 0 10px 0 0;
	}
	.two-column {
		width: 680px;
		margin: 0;
		position:relative;
	}
/* content CSS End */
/*********************************************************************/
/* content common CSS Start */
/* title */
#content h1,
#content h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom:30px;
}
#content h2.pagetitle, 
#content .pagetitle, 
#content .title {
	display:none;
}
#content .post h2 {
	padding-top: 10px;
	font-size: 1.17em;
	display:none;
}
/* img */
#content img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
/* catbox */
#content .catbox {
	width: auto;
	height: 100%;
	background-image: url('images/pagebox_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
/* page_box */
#content .page_box {
	width: auto;
	margin: 0px;
	padding: 30px 20px;
	background-image: url(images/pagebox_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
/* thumbnail_box */
#content .thumbnail_box {
	width: 119px;
	height: 190px;
	margin: 4px 0px 0px 4px;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}
.thumbnail_box .thumimg {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.thumbnail_box .thumtitle {
	width: auto;
	margin: 10px 5px 5px 0px;
	padding: 0px;
	background-image: url('images/list1.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 20px;
}
.thumbnail_box .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-wrap: break-word;
}
.thumbnail_box .thumtitle a:hover {
	font-weight: bold;
}
.thumbnail_box a.detailbutton {
	width: 89px;
	height: 16px;
	padding-top: 5px;
	margin-top: 10px;
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #566732;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.thumbnail_box a.detailbutton:active {
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	outline: none;
}
/* content common CSS End */
/*********************************************************************/
/* Welcart Item single page CSS Start */
span.price {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #ED5B14;
}
span.cprice {
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}
em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	height: 16px;
	margin: 0px;
	background-image: url('images/gp.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
}
dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	letter-spacing: 1px;
}
#itempage {
	width: 100%;
}
#itempage .field {
	height: auto;
	width: auto;
	margin: 0px;
	position:absolute;
	left:450px;
	top:150px;
}
#itempage .field hr {
	color: #CCCCCC;
}
#itempage .field .field_name {
	display:none;
}
#itempage .field .field_price {
	width: auto;
	margin: 0px;
	padding: 0px;
	color: #ED5B14;
	font-size: 180%;
	font-weight: bold;
	text-align: right;
	position:absolute;
	left:20px;
	top:-40px;
}
#itempage .field .field_cprice {
	display:none;
}
#itempage h3 {
	height: 18px;
	margin-bottom: 10px;
	margin-left: 210px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .exp {
	min-height: 220px;
	margin-bottom: 10px;
}
*:first-child+html #itempage .exp {
	display: inline;
}
#itempage .exp p {
	line-height:1.8em;
	width:650px;
}


#itempage form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#itempage .itemimg {
	display:none;
}
#itempage .itemsubimg {
	margin-bottom: 10px;
}
#itempage .itemsubimg img {
	width: 135px;
	height: 135px;
	padding: 5px;
}
#itempage .skuform {
	width: 100%;
	position:absolute;
	left:-50px;
	top:200px;
}
#itempage .skuform .skuquantity {
	width: 50px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: right;
}
#itempage table.skusingle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#itempage table.skusingle td {
	margin: 0px;
	padding: 3px 10px 3px 0px;
}
#itempage table.skumulti {
	width: 100%;
	margin-top: 0px 0px 10px 0px;
	padding: 0px;
	border: 2px solid #CCC;
	border-collapse: collapse;
}
#itempage table.skumulti th {
	margin: 0px;
	padding: 3px;
	background-color: #E6E6E6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#itempage table.skumulti th.thborder {
	border-bottom: 2px solid #CCC;
}
#itempage table.skumulti td {
	margin: 0px;
	padding: 3px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 2px solid #CCCCCC;
}
#itempage table.skumulti td.subborder {
	border-bottom: 1px solid #D9D9D9;
}
#itempage table.skumulti td.skudisp {
	font-weight: bold;
}
#itempage .assistance_item {
	width: auto;
	padding: 0px;
}
#itempage .assistance_item h3 {
	height: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .assistance_item ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#itempage .assistance_item li {
	width: 312px;
	margin: 0px;
	float: left;
	padding: 0px 0px 10px 0px;
}
#itempage .assistance_item .listbox {
	width: auto;
	margin-right: 10px;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
}
#itempage .assistance_item .slit {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}
#itempage .assistance_item .detail {
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-left: 115px;
}
#itempage .assistance_item h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
#itempage .assistance_item .detail p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
}
.page_content {
	padding: 10px;
}

#cart #cart_table  {
	border:#999 solid 1px;
}

#cart #cart_table thead tr th {
	border:#999 solid 1px;
	background-color:#333;
	color:#FFF;
}

#cart #cart_table thead tr th.thumbnail {
	display:none;
}


#cart #cart_table tbody tr td {
	border:#999 solid 1px;
}

#cart #cart_table tbody tr td.thumbnail {
	display:none;
}

#cart #cart_table tfoot tr th {
	border:#999 solid 1px;
}

/* Welcart Item single page CSS End */
/*********************************************************************/
/* Welcart Search page CSS Start */
#searchbox {
	margin: 0px;
	padding: 0px;
}
#searchbox div.field {
	margin: 20px 0px;
	padding: 0px;
}
#searchbox label.outlabel {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
#searchbox fieldset {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#searchbox legend {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 5px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#searchbox fieldset ul {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#searchbox fieldset li {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	list-style-type: none;
}
/* Welcart Search page CSS End */
/*********************************************************************/
/* Welcart Member page CSS Start */
#memberpages #memberinfo ul {
	margin: 0px;
	padding: 0px 0px 15px 20px;
	list-style-position: outside;
}
#memberpages #memberinfo li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
#memberpages #memberinfo li strong {
	color: #cc0000;
}
#memberpages div.loginbox {
	width: 220px;
	margin: 50px auto 0px auto;
	padding: 0px 30px 30px 30px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
#memberpages input.loginmail,
#memberpages input.loginpass {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#memberpages form {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#memberpages .loginbox p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#memberpages .loginbox p#nav {
	padding: 0px 0px 0px 12px;
}
#memberinfo table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#memberinfo table .num{
	font-size: 14px;
}
#memberinfo table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#memberinfo th {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
}
#memberinfo td {

	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo h3 {
	height: 26px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	background-color: #990000;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 10px;
	border-bottom: 1px solid #660000;
}
#memberinfo .send {
	width: auto;



	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#memberinfo .customer_form input {
	width: 150px;
}
#memberinfo .customer_form input#zipcode {
	width: 100px;
}
#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	width: 250px;
}
#memberinfo .customer_form em {
	color: #ff0000;
	font-style: normal;
}
#newmember table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#newmember table .num{
	font-size: 14px;
}
#newmember table .rightnum{
	padding-right: 5px;
	font-size: 14px;
	text-align: right;
}
#newmember th {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#newmember td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#newmember .send {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#newmember .customer_form input {
	width: 120px;
}
#newmember .customer_form input#zipcode {
	width: 100px;
}
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
	width: 200px;
}
#newmember .customer_form em {
	font-style: normal;
	color: #ff0000;
}
/* Welcart Member page CSS End */
/*********************************************************************/
/* Welcart cart page CSS Start */
.usccart_navi ol {
	width: auto;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/cart_navi.jpg');
	background-repeat: no-repeat;
	display: block;
	list-style-image: none;
	list-style-type: none;
}
.usccart_navi li {
	height: 31px;
	margin: 0px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
}
.usccart_navi ol.usccart_cart {
	background-position: 0px 0px;
}
.usccart_navi ol.usccart_customer {
	background-position: 0px -32px;
}
.usccart_navi ol.usccart_delivery {
	background-position: 0px -63px;
}
.usccart_navi ol.usccart_confirm {
	background-position: 0px -95px;
}
.usccart_navi li.usccart_cart {
	width: 85px;
}
.usccart_navi li.usccart_customer {
	width: 94px;
}
.usccart_navi li.usccart_delivery {
	width: 125px;
}
.usccart_navi li.usccart_confirm {
	width: 70px;
}
#inside-cart .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#inside-cart h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ffcc00;
	border-bottom: 2px solid #ffe679;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#inside-cart p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#inside-cart .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ffcc00;
	text-align: center;
}
#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#customer-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#customer-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff9900;
	border-bottom: 2px solid #ffc56a;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}
#customer-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#customer-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#customer-info .customer_form tr.inp1 input {
	width: 82%;
	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#customer-info .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff9900;
	text-align: center;
}
#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#delivery-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff6600;
	border-bottom: 2px solid #ffaa68;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info table.customer_form {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#delivery-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#delivery-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#delivery-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}
#delivery-info .customer_form dl {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#delivery-info .customer_form dt {
	width: auto;
	padding-top: 5px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info .customer_form dd {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info #delivery_table input {
	width: 50%;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff6600;
}
#info-confirm .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
	background-color: #ffffff;
}
#info-confirm h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff3300;
	border-bottom: 2px solid #ff8f71;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
	margin: 0px;
	padding: 0px;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#confirm_table th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #50511d;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
#confirm_table td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
#confirm_table .ttl {
	background-color: #ffffef;
}
#confirm_table .bdc {
	background-color: #edf6ff;
}
#info-confirm .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #FF3300;
	text-align: center;
}
#coml-page h2,#error-page h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #666600;
	border-bottom: 2px solid #b2b165;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#coml-page p,#error-page p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;

}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b2b165;
	text-align: center;
}
#coml-page .post,#error-page .post {
	width: auto;
	margin-top: 10px;
	padding: 15px;
	background-color: #ffffff;
}
/* Welcart cart page CSS End */
/*********************************************************************/