/************************
*     基本レイアウト    *
*************************/

@media screen and (max-width:767px){
  #onlineshop_main {
	padding: 250px 0 0;
}

  #onlineshop_item {
	padding: 265px 0 0;
}
}


@media screen and (min-width:768px){
  #onlineshop_main {
	padding: 210px 0 0;
}

  #onlineshop_item {
	padding: 225px 0 0;
}
}


@media screen and (min-width:992px){
  #onlineshop_main {
	padding: 130px 0 0;
}

  #onlineshop_item {
	padding: 140px 0 0;
}
}

@media screen and (min-width:1200px){
  #onlineshop_main {
	padding: 120px 0 0;
}
  #onlineshop_item {
	padding: 130px 0 0;
}
}

/************************
*      ヘッダー         *
*************************/
header {
/*	background: #fff8dc;*/
	z-index: 999;
	position: fixed;
	width: 100%;
} 

.header {
	padding:0px 0px 10px 0px;
}


.header h4 {
	text-align: right;
	margin-top: 25px;
	margin-bottom:-25px;
	font-size:14px;
	font-weight:bold;
}

.header address {
	width:330px;
	margin-top:10px;
	float:right;
    /*background: #fff8dc;*/
    font-weight: bold;
    font-style: normal;
    padding: 6px 10px ;
    border-radius: 3px;
}

.header address p {
	display: inline-block;
	margin-left: 5px;
}


.header address a {
    display: block;
    width: 95px;
    height: 40px;
    background: #852E19;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 3px;
    color: #FFF;
}
.header address a:hover {
    background: #A52A2A;
}

header hr {
	color: #852E19;
	background-color: #852E19;
	height: 2px;
	margin-top: -5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#navbar_title{
	margin:-14px 0px 0px 5px;
}

/************************
*    メインコンテンツ   *
*************************/

#contents {
	padding: 10px;
}

#contents h3 {
	font-size: 123.1%;
	font-weight: normal;
	color: #333;
	text-align: center;
}


/************************
*        フッター       *
*************************/

footer {
	border-top: 1px solid rgba(229,229,229,1.00);
	padding: 30px 0 0;
	margin-top: 30px;
}

footer p.copy {
	font-size: 93%;
	padding: 20px 0;
	color: rgba(50,51,51,1.00);
}
footer p span {
	color: rgba(162,160,161,1.00);
}


/*************************************************************************************************************************
* 追加のCSS
***************************************************************************************************************************/

/* online shop */


.left_menu {
	margin-top:13px;
	padding-bottom:0px;
	font-size:13px;
	width: 200px;
}

.left_menu table {
	border-collapse: collapse;
	margin-bottom:50px;
}

.left_menu table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}

.left_menu table .c_back {
	background: #F8E58C;
}

.left_menu ul {
	list-style-position: inside;
	list-style-type: square;
	margin-top:15px;
	margin-bottom: 15px;
	line-height:2em;
}

/* ***************************************************************** */

.left_menu_s{
	position: relative; /* divを最前面にする　z-indexとあわせて使う！ */
	z-index: 99;
	margin-top:13px;
	margin-left: 10px;
	padding-bottom:0px;
	font-size:13px;
}

.left_menu_s table {
	border-collapse: collapse;
	margin-bottom:10px;
}

.left_menu_s table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
/* ***************************************************************** */

.left_menu_xs{
	position: relative; /* divを最前面にする　z-indexとあわせて使う！ */
	z-index: 99;
	margin-top:13px;
	margin-left: 10px;
	padding-bottom:10px;
	font-size:13px;
}

.left_menu_xs table {
	border-collapse: collapse;
	margin-bottom:10px;
}

.left_menu_xs table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}

.left_menu_xs table tr td input {
	margin-top: 15px;
	margin-bottom: 15px;
}


/* ***************************************************************** */
.caption h3 {
	font-size:16px;
	color: rgba(50,51,51,1.00);
	font-weight:bold;
}

/* ***************************************************************** */ 

.item_spec p{
	padding:0px 45px 0 45px;
}


.item_spec h2{/*右側の商品名が記載されている上下のグレー文字*/
	font-size:16px;
	color:#666;
	margin-top:18px;
	margin-left:45px;
	margin-bottom:10px;
}

#item_form{
	width:200px;
}

/*区切り線表示の設定*/
/*hr{
    border:none;
    border-top:dashed 1px #000;
    height:2px;
    margin:5px 0;
}*/

#thumbnail{
	width:140px;
	height:180px;
	float:left;
	margin-right:15px;
	text-align:center;
}


.cart a:hover {/*カートに入れるボタンの表示切替*/
	    background-color: transparent; /* IE6対応 */
	}
.cart a:hover img {
	    visibility: hidden;
	}
	
	
#item_menu {
    border-collapse: collapse;
    margin-bottom: 20px;
	margin-left:36px;
}

#item_menu tr td {
    padding: 10px;
}


#product_infomation {
	margin-top:20px;
	margin-right:-15px;
}

/*************************************************************************************************************************
* 追加のCSS Cart と log_in
***************************************************************************************************************************/
.Titem {
	margin-left:0px;
	margin-bottom: 50px;
	padding:10px 25px 15px 15px ;
}

.item_title_B01 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_B01.jpg) no-repeat;
	clear: both;
}
.item_title_B02 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_B02.jpg) no-repeat;
	clear: both;
}
.item_title_B03 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_B03.jpg) no-repeat;
	clear: both;
}
.item_title_B04 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_B04.jpg) no-repeat;
	clear: both;
}
.item_title_F01 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_F01.jpg) no-repeat;
	clear: both;
}
.item_title_F02 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_F02.jpg) no-repeat;
	clear: both;
}
.item_title_F03 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_F03.jpg) no-repeat;
	clear: both;
}
.item_title_F04 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_F04.jpg) no-repeat;
	clear: both;
}
.item_title_S01 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_S01.jpg) no-repeat;
	clear: both;
}
.item_title_S02 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_S02.jpg) no-repeat;
	clear: both;
}
.item_title_S03 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_S03.jpg) no-repeat;
	clear: both;
}
.item_title_S04 {
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/Titem_S04.jpg) no-repeat;
	clear: both;
}

.shopping_cart {
	margin-left:0px;
	margin-bottom: 50px;
	padding:15px 25px 15px 15px ;
}

.shopping_cart h2 {
	width:100%;
	height:30px;
	margin-bottom:20px;
	padding:5px 10px 0 10px;
	line-height:1.5em;
	background:url(../img/onlineshop_h2.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	color: #543F32;
	clear: both;
}


.shopping_cart h3 {
	padding:5px 0px 5px 0px;
	line-height:1.5em;
	font-size:13px;
	font-weight:bold;
	color: #543F32;
	clear: both;
}
.coment{
	line-height:1.5em;
	padding-bottom:10px;
}

.coment a {
	margin-top:30px;
}


.koumoku{
	text-align:right;
}

.btn{
	text-align:center;
}

.cart{
	margin-right:20px;
}


.example{
	color:#8C8C8C;
	font-size:12px;
}
label.error{
	color:#c00;
	padding-left:10px;
}

.cart_table {
	border-collapse: collapse;
	margin-bottom:20px;
}

.cart_table tr td {
	padding: 6px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}

.cart_table tr th ,.cart_table tr td{
	text-align:center;
}
.cart_table .bd_top{
	border-top: 1px solid #999;
}
.cart_table .bd_bottom{
	border-bottom: 1px solid #999;
}

/* ************************************************************** */ 
/* DBからお届け先情報のよびだし
***************************************************************** */ 

#set_data {
    border-collapse: collapse;
	margin-top:20px;
    margin-bottom: 30px;
	background: #FFF;
	border-right: 1px dotted #999;
}

#set_data tr td, 
#set_data tr th{
    padding: 12px;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
}

#set_data tr th{
	background: #F8E58C;
	width: 180px;
	text-align:center;
}


/*************************************************************************************************************************
* 
***************************************************************************************************************************/
/* スライド */
#top_commercial_title {
	clear:both;
	width:800px;
	margin-left: 15px;
}
#top_commercial_more {
	clear:both;
	width:800px;
	margin-left: 15px;
	margin-bottom:30px;
}


#Onlineshop_guide {
    border-collapse: collapse;
	margin-top:20px;
    margin-bottom: 40px;
	background: #FFF;
	border-right: 1px dotted #999;
}

#Onlineshop_guide tr td, 
#Onlineshop_guide tr th{
    padding: 12px;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
}

#Onlineshop_guide tr th{
	background: #F8E58C;
	/*width: 230px;*/
}



#Onlineshop_guide tr td{
	width: 540px;
}

.userguide {
	margin-bottom: 20px;
}



.userguide h3 {
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	line-height:1.5em;
	border: 1px solid #8d6449;
	font-size:15px; 
	color:#8d6449;
	clear: both;
}


.userguide_left {
	position:relative;
	width:260px;
	margin-right:20px;
	float:right;
	float:left;
}

.userguide_right {
	width:460px;
	font-size:13px;
	line-height:1.6em;
	float:right;
	float:left;
}

.userguide_right p {
padding-left:1em;
text-indent:-1em;
}


#main_xs{
	margin: 0 0 20px 12px ;
}


#mini_guide {
	width:100%;
	border-top: 1px solid rgba(229,229,229,1.00);
	margin-top: 30px;
	padding-top: 20px;
}

#mini_guide1 {
	margin-left:60px;
	clear:both;
	list-style-type:none;
}

#mini_guide1 li {
	height:40px;
	width:140px;
	float:left;
}

#mini_guide2 {
	margin-left:60px;
	clear:both;
	list-style-type:none;
}

#mini_guide2 li {
	height:80px;
	width:200px;
	padding:1px 1px 10px 1px;
	float:left;
}

/* ************************************************************** */ 
/* ログイン・新規登録の入口画面
***************************************************************** */ 

.box_login {
	width: 310px;
	background: #F8E58C;
	margin:20px auto 0 auto;
	padding:10px 20px 20px 20px;
	
}

.box_login h3 {
	font-size:15px;
	margin-bottom:5px;
	color:#00008B;
}

.box_login table .title{
	font-size:12px;
	color:#00008B;
}

.box_login table {
	width: 270px;
	height:100px;
	padding: 6px 12px 6px 12px;
	border:  2px solid #00008B;
	background-color: #FFF;
	border-radius: 6px;
	margin-top: 13px;
	margin-bottom: 5px;

}

.box_button a {
    display: block;
    width: 140px;
    height: 40px;
    background: #00008B;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 3px;
    color: #FFF;
	margin:10px auto 0 auto;
}
.box_button a:hover {
    background: #0000FF;
}


.box_button span {
    display: block;
    width: 140px;
    height: 40px;
    background: #00008B;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 3px;
    color: #FFF;
	margin:10px auto 0 auto;
}
.box_button span:hover {
    background: #0000FF;
}

/* ************************************************************** */ 
/* ▼PHPフォームのsubmitボタンもデザインをそろえる
***************************************************************** */ 

.box_button_submit input {
    display: block;
    width: 140px;
    height: 40px;
    background: #00008B;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
	border:0;
    border-radius: 3px;
    color: #FFF;
	margin:10px auto 0 auto;
}
.box_button_submit :hover {
    background: #0000FF;
}



#credit_count_error{line-height: 20px; color: red;}
#credit_name_error{line-height: 20px; color: red;}
#credit_no_error{line-height: 20px; color: red;}
#credit_limit_month_error{line-height: 20px; color: red;}
#credit_limit_year_error{line-height: 20px; color: red;}
#security_cd_error{line-height: 20px; color: red;}

/* ************************************************************** */ 
/* 新規登録のフォーム
***************************************************************** */ 

#new_entry {
    border-collapse: collapse;
	margin-top:20px;
    margin-bottom: 40px;
	background: #FFF;
	border-right: 1px dotted #999;
}

#new_entry tr td, 
#new_entry tr th{
    padding: 12px;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
}

#new_entry tr th{
	background: #F8E58C;
	/*width: 230px;*/
}

.kiyaku_box{
	width: 100%;
	border: 1px solid #999;
	padding: 12px;
	margin-bottom: 10px;
}

#new_entry tr td{
	width: 494px;
}

#q1_myouji_error{line-height: 20px; color: red;}
#q2_namae_error{line-height: 20px; color: red;}
#q3_myoujikana_error{line-height: 20px; color: red;}
#q4_namaekana_error{line-height: 20px; color: red;}
#q7_mailaddress_error{line-height: 20px; color: red;}
#q8_password_error{line-height: 20px; color: red;}
#ZIP_error{line-height: 20px; color: red;}
#TEL_error{line-height: 20px; color: red;}
#AGREE_error{line-height: 20px; color: red;}


/*購入りれきのテーブル*/

.history_table {
    border-collapse: collapse;
	border: 1px solid #999;
	background: #FFF;
}

.history_table tr th{
    padding: 2px 12px 2px 12px;
    border-bottom: 1px solid #999;
	border-left: 1px dotted #999;
	background: #ac7d67;
	color: #FFF;
}

.history_table tr td {
    padding: 6px 12px 6px 12px;	
    border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
    border-top: 1px dotted #999;
}

.price_cal{
	text-align: right;
	padding-right:10px;
	font-size:12pt;
}

.price_total{
	text-align:right;
	font-size:12pt;
}

.price_total_text{
	text-align:right;
}

.price_total_finish{
	color:#0000ff;
	background-color:#fef263;
	text-align:right;
	font-size:12pt;
}
