/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
	background: #fff;
	color: #333;
	font-size: 13px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.4;
}
body td,body th{
	font-size:13px;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
/* clearfix */
.M_clearfix:after,
#M_wrapper:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .M_clearfix,
* html #M_wrapper{ zoom: 1; } /* IE6 */

*:first-child+html .M_clearfix,
*:first-child+html #M_wrapper{ zoom: 1; } /* IE7 */
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color:#0072ff;
	text-decoration:none;
}

a:visited{
	color:#0072ff;
	text-decoration:none;
}

a:hover{
	color:#ff7f00;
	text-decoration: underline;
}

a:active{
	color:#ff7f00;
	text-decoration:underline;
}
#M_wrapper .M_alignL,
body .M_contents .M_alignL{
	text-align:left;
}
#M_wrapper .M_alignR,
body .M_contents .M_alignR{
	text-align:right;
}
#M_wrapper .M_alignC,
body .M_contents .M_alignC{
	text-align:center;
}

/* 強調 */
em{
	color:#ff0000;
}
strong{
	color:#ff0000;
	font-weight:bold;
}
/* 太字 */
.M_textBold{
	font-weight:bold;
}
/* ノーマル */
.M_textNormal{
	font-weight:normal;
}
/* フォントサイズ小 */
.M_textSmall{
	font-size:92%;
}
/* フォントサイズ小　色薄グレー */
.M_textSmallGray{
	font-size:92%;
	color:#666;
}
/* 打ち消し線 */
.M_textLinethrough{
	text-decoration:line-through;
}
.M_mgnT8{
	margin-top:8px;
}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*----------------------------------------------------
	#M_wrapper
----------------------------------------------------*/
#M_wrapper {
	width: 960px;
	margin: 0 auto;
}
/*----------------------------------------------------
	.M_mainContents
		メイン
----------------------------------------------------*/
.M_mainContents{
	float: right;
	width: 736px;
	padding-bottom:64px;
	margin-left:24px;
	text-align:center;
}
.M_mainContents .M_inner{
	margin:8px 24px 16px 24px;
	text-align:center;
}

/* Section
========================================== */
.M_section{
	margin-bottom:20px;
}

/* お気に入りリスト */
#wishTable{
	width:100%;
	margin-top:8px;
}
#wishTable th,#wishTable td{
	text-align:center;
	border-bottom:1px solid #F5F5F5;
	padding:6px;	
}
#wishTable th{
	border-bottom:1px solid #F5F5F5;
	background:#F5F5F5;
}
#wishTable .wishName{
	text-align:left;	
	width:240px;
}
#wishTable .wishQuantity input{
	margin-right:4px;	
}

/* お知らせ
========================================== */
.M_mainContents #t_infomation{
        margin-top:20px;
}
.M_mainContents #t_infomation table td{
        padding: 0 10px;
}
.M_mainContents #t_newitem table td{
        padding-bottom:10px;
        color:#ff0000;
        font-weight:bold;
}
.M_mainContents #t_newitem {
margin-bottom:10px;
}
.M_mainContents #t_newitem table td.lims{
padding-left:5px;
padding-right:5px;
}
.M_mainContents #t_newitem table td a{
        line-height:15px;
font-weight:normal;
}
.M_mainContents #t_check p{
        padding-top:10px;
}
.M_mainContents #t_check p.name a{
        line-height:15px;
}
.M_mainContents #t_check p.price{
        color:#ff0000;
}

/* ---------------------------------------------------
	#M_leftContents
		サイドバー、サブ
--------------------------------------------------- */
#M_leftContents{
	float: left;
}
#M_leftContents .M_title{
	border-top:#333 3px solid ;
	border-bottom:#333 1px dashed;
	padding:0.5em 0;
	font-weight:bold;
	margin-bottom:1em;
}
#M_leftContents #M_login{
	margin: 0 auto;
}
#M_leftContents #M_login th,
#M_leftContents #M_login td{
	padding:0.5em;
}
#M_leftContents #M_login .M_textSmall{
	margin-top:8px;
}
#M_leftContents .M_leftMenu li{
	padding:0.2em 0;
}

/* -----------------------------------------------------------
	#M_header
		ヘッダー
----------------------------------------------------------- */
#M_header {
	width:100%;
	margin-bottom:32px;
}
#M_header .M_headBasket{
	margin-top:30px;	
}
#M_header #M_searchBox input{
        width:400px;
        height:21px;
        margin-right:0;        
}

/* #M_gNav
----------------------------------------------------------- */
#M_header #M_gNav {
	overflow: hidden;
	border:1px solid #999;
	border-right:none;
}

* html #M_header #M_gNav {
	height: 1%;
}

#M_header #M_gNav li {
	float: left;
	width:136px;
	text-align:center;
	border-right:1px solid #999;
}
#M_header #M_gNav li a{
	display:block;
	width:136px;
	background:#fff;
	color:#333;
	text-decoration:none;
	padding:0.7em 0;
}
#M_header #M_gNav li a:hover{
	background:#333;
	color:#fff;
}	

/* ===================================================================
	style info : フッタ
 =================================================================== */
#M_footer{
	width:960px;
	font-size:11px;
	padding:1em 0;
	margin-bottom:24px;
}
#M_footerNav{
	text-align:center;
	
}
#M_footerNav li{
	display:inline;
	padding:0 0.5em;
}
address{
	text-align:center;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0.5em;
font-size: 11px;
}


 
/* H3
========================================== */
.M_mainContents h2{
	border:1px solid #ccc;
	padding:1px 8px;
	margin-bottom:24px;
	font-size:117%;
	background:#eee;
}

/* H4-H6
========================================== */
 h4{
 	font-size:124%;
 }
  h5{
 	font-size:108%;
 }
  h6{
 	font-size:100%;
 }
 
/* リンクテキストボタン
========================================== */
a:link.M_btnStyle,
a:visited.M_btnStyle,
a:active.M_btnStyle{
	color:#333;
	text-decoration:none;
}
a:hover.M_btnStyle{
	color:#fff;
}


/* topicPath  商品分類段階リンク
========================================== */
.M_topicPath{
	text-align:left;
	font-size:84%;
	margin-bottom:16px;
	background: #ededed;
	padding: 5px 12px;
}
.M_topicPath li.M_here{
	padding:0;
	background:none;
}
.M_topicPath a{
	text-decoration:none;
color: #0072ff
}
.M_topicPath a:link,
.M_topicPath a:visited {
color: #0072ff
}
.M_topicPath a:hover{
	text-decoration:underline!important;
        color:#FF7F00!important;
}
.M_topicPath a font:hover {
        color:#FF7F00!important;
}
.M_topicPath a font {
	color:#0072ff!important;
}
.M_topicPath font{
	color:#333333;
}
.M_topicPath img {
	display: none;
}
 
/* Form
========================================== */
input{
	margin-right:4px;
	vertical-align:middle;
}
textarea{
	border:1px solid #b3b3b3;
}

/* Table
========================================== */
td,th{
}
table.M_widthFull{
	width:100%;
}

/* 会員認証
========================================== */
.line{
	height:0;
}
.M_mainContents#M_member h3{
	background:#333;
	line-height:24px;
	color:#fff;
	text-align:center;
	font-size:116%;
}
.M_mainContents#M_member #M_member_wrapper{
	margin-left:-24px;

}
.M_mainContents#M_member #M_member_wrapper .M_member_contents{
	width:354px;
	margin:24px 0 0 24px;
	border:1px solid #333;
	float:left;
	display:inline;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner{
	margin:24px;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner table{
	width:304px;
	margin-bottom:8px;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner table td,
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner table th{
	padding:2px 8px;
	vertical-align:middle;
}
.M_mainContents#M_member #M_member_wrapper .M_member_contents .M_inner p{
	font-size:94%;
}
#M_member h2 {
font-size: 16px;
font-weight: bold;
padding:0 30px 10px;
margin-bottom: 20px;
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/page-tit-back.png) left bottom no-repeat;
line-height: 43px;
	color: #333;
}
#M_memberForm table {
	border-collapse: collapse;
}
#M_memberForm table th,
#M_memberForm table td {
	border: #ccc solid 1px;
}
#M_memberForm table th em {
	text-indent: -9999px;
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/ico-must.png) 0 0 no-repeat;
float: right;
width: 40px;
height: 20px;
}
#M_memberForm .M_mainContents {
	padding-bottom: 30px;
}

/* 約款
========================================== */ 
#M_contract{
	overflow:scroll;
	width:630px;
	height:300px;
	margin:16px auto;
	border:1px solid #ccc;
	padding:16px;
	line-height:1.6;
	text-align:left;
}

/* 会員登録
========================================== */
#M_memberForm{
	margin:18px auto;
}
#M_memberForm table table td{
	padding:4px 8px;
}
#M_entryForm th{
        background:#ededed!important;
        width:160px;
        padding:15px!important;
        border-bottom:1px solid #d6d3cf;
        *position:relative;
}
#M_entryForm td{
        padding-left:10px;
}



/* ポイント
========================================== */
.M_mainContents#M_point{
	text-align:center;
}
.M_mainContents#M_point #pointTable{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:16px auto;
}
.M_mainContents#M_point #pointTable td,
.M_mainContents#M_point #pointTable th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px 8px;
}
.M_mainContents#M_point #pointTable th{
	background:#eee;
}
.M_mainContents#M_point #pointMemo table{
	margin:0 auto;
	border-left:1px solid #333;
	border-top:1px solid #333;
}
.M_mainContents#M_point #pointMemo table td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:2px 8px;
}

/* 注文照会
========================================== */
.M_mainContents#M_order h3{
	background:#333;
	line-height:24px;
	color:#fff;
	text-align:center;
	font-size:116%;
}
.M_mainContents#M_order #M_order_wrapper{
	margin-left:-24px;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents{
	width:354px;
	margin:24px 0 0 24px;
	border:1px solid #333;
	float:left;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner{
	margin:24px;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner table{
	width:304px;
	margin-bottom:8px;
}
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner table td,
.M_mainContents#M_order #M_order_wrapper .M_order_contents .M_inner table th{
	padding:2px 8px;
	vertical-align:middle;
}

/* 買い物かご
========================================== */
#M_basketTable{
	width:720px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:16px 0;
}
#M_basketTable th,
#M_basketTable td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px 8px;
	text-align:center;
	vertical-align:middle;
}
#M_basketTable td.M_alignL{
	text-align:left;
	width: 300px;
}
#M_basketTable thead th{
	background:#eee;
}
#M_basketTable tfoot td{
	background:#ffffff;
	text-align:right;
}
#M_basketTable table td{
	border:none;
}
#M_basketTable .optionTr td{
	border-bottom:4px solid #ccc;
}
#M_basketTable .basketCount td{
	padding:0;
}
#M_basket ul{
	margin-top:16px;
}
#M_basket ul li{
	text-align:left;
}
#M_basketTable .sum {
	font-weight: 600;
}
#M_basketTable .M_alignR {
	color: #f00;
	font-weight: 600;
}
#M_basketTable  .ship p {
	text-align: right;
}
#M_basketTable table.basketCount input{
	margin-right:0px;
	height: 28px;
	width: 25px;
	text-align: right;
	padding: 0px 2px;
}

/* 商品検索
========================================== */
#M_searchTable{
	margin:8px auto 16px;
}
#M_searchTable th,
#M_searchTable td{
	padding:2px 4px;
}
#M_searchTable .M_searchBtn{
	vertical-align:middle;
	padding-left:16px;
}
#M_searchResult table{
	width:100%;
	margin:8px auto;
}
#r_searchList table,
#r_pager table{
	width:100%;	
}
.searchResult{
	font-size:14px;
	margin-bottom:20px;	
	background:url(//gigaplus.makeshop.jp/vesti/img/detail/searchIcon.gif) no-repeat left;
	padding-left:20px;
}
#r_searchList .innerList{
	overflow:hidden;
	_zoom:1;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align:left;
}
#r_searchList .innerList li{
	vertical-align: top;	
	letter-spacing: normal; /* 文字間を通常に戻す */
	width:25%;/* 商品数が4つなので100%÷4=25% */
	display:inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	margin-bottom:16px;
}
#r_searchList .innerBox{
	margin:10px;
}
#r_searchList .name{
	margin:5px 0;
}
#r_searchList .imgWrap{
display: table-cell;
vertical-align: middle;
width: 170px;
height: 170px;
text-align: center;
}
#r_searchList .price{
	font-weight:bold;
	color:#ef1c17;	
}
#r_searchList .else{
	text-align:left;
}
#r_searchList .else ul{
        padding-left:35px      
}
#r_searchList .else li{
	float:none;
	width:auto;
	display:inline;	
}
#r_searchList .btnWrap{
	margin:10px auto 5px;
	text-align:center;
}

/* 商品分類
========================================== */
.M_categoryImage{
    margin-bottom:32px; 
}
#M_result{
	margin-bottom:8px;
	margin-top: 15px;
	font-size:92%;
}
#M_result .total_txt{
        color:#ef1c17;
        font-weight:bold;
        font-size:13px;
        padding:0 5px;
}
#M_result .M_total{
	float:left;
	width:20%;
	text-align:left;
}
#M_result .M_line{
	float:right;
	width:80%;
	text-align:right;
}
#M_categoryList table{
	margin-bottom:16px;
}
#M_categoryList table td{
	width:25%;
}
#M_categoryList table td a{
	line-height:15px;
}
#M_categoryList table table{
	width:340px;
	margin:16px 0 0 0;
}
#M_categoryList table table table{
	width:220px;
}
#M_categoryList table table table font{
	color:#333;
}
/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#category .innerBox{
    margin:20px 5px;
    text-align:center;
}
#category .name{
    margin-bottom:5px;
    line-height:15px;
}
#category .imgWrap{
height: 170px;
width: 170px;
display: table-cell;
vertical-align: middle;
padding-bottom: 5px;
}
#category .price span{
    padding:0 2px;
}
#category .price{
    font-weight:bold;
    color:#ef1c17;
    text-align:center;
}
#category .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .content{
    padding: 0;
    margin: 0 auto;
    font-size:11px;
    text-align: left;
}
#category .btnWrap{
    margin:10px auto 5px;
    padding:5px 0;
    text-align:center;
}
#category .btnWrap img{
    margin-bottom:5px;
}
#category .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}
#M_category .categlist table td{
    text-align:left;
}
 
/* 商品詳細
========================================== */
.M_mainContents#M_item h2{
	font-size:134%;
	padding:8px;
	margin-top:8px;
}
/* 前の商品　次の商品 */
#M_item .M_itemLink li{
	display:inline;
}
#M_item .M_itemLink li a{
	padding:0 4px;
}
#M_item .M_itemLink .M_prev{
	float:left;
}
#M_item .M_itemLink .M_next{
	float:right;
}
.M_inventory table.stockList{
        width:100%;
}
/* 商品画像 */
#M_item #M_itemImg{
	float:left;
	width:300px;
}
/* 商品詳細 */
#M_item #M_itemInfo{
	float:right;
	width:415px;
}
#M_item #M_itemSubLink{
	font-size:92%;
	margin-top:16px;
	text-align:left;
}
#M_item #M_itemSubLink li{
	display:inline;
	padding-right:8px;
}
#M_item #M_itemDetailInfo{
	margin:16px auto;
	text-align:left;
}
.M_inventory p.stockTitle span.hosoku{
        display:block;
        font-size:12px!important;
}
.item_description{
text-align:left;
margin-bottom:20px;
line-height: 20px;
}
.item_description .indent {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
/* ボタン */
#M_item #M_itemBtn{
	border:2px solid #ccc;
	padding:16px 0;
}
/* ボタン大 */
#M_item #M_itemBtn .M_btnStyle{
    padding:8px 30px;
}
/* SNSボタン */
#M_snsButtonList {
    height: 30px;
}
#M_snsButtonList li{
    float:left;
    margin-right:5px;
}
/* 関連商品 */
.group {
float: left;
}
.group .group_ttl h3 {
        text-indent: -1000%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 !important;
        font-size: 0;
width:720px;
}
/* レビュー */
#M_item h3{
	margin:10px auto 16px;
}
#M_item #M_review{
	margin:16px auto;
}
#M_item #M_reviewView{
	margin-top:16px;
}

/* ポップアップ
========================================== */
.M_popup{
	text-align:center;
	padding:16px;
}


/* 商品画像拡大画面 */
.M_popup#M_Img #M_closeBtn{
	text-align:center;
	margin-top:8px;
	font-size:92%;
	background:#eee;
	padding:4px 0;
}


/* パスワード
========================================== */
.M_mainContents#M_password table{
	margin:0 auto;
}
.M_mainContents#M_password table td,
.M_mainContents#M_password table th{
	padding:2px 8px;
	vertical-align:middle;
}
#M_password .M_inner dt {
	font-size: 16px;
	font-weight: 600;
}

/* トップページ　ユーザー評価
========================================== */
/* 全文表示 */
#M_reviewAll #M_reviewViewAll .M_reviewList{
	background:none;
	border:none;
	border-bottom:1px dashed #999;	
}
#M_reviewAll #M_reviewViewAll .M_reviewHead{
	overflow:hidden;
	_zoom:1;	
}
#M_reviewAll #M_reviewViewAll .M_reviewInfo{
	border-bottom:2px solid #ccc;
	margin-bottom:8px;
}
#M_reviewAll #M_reviewViewAll .M_reviewRead{
	overflow:hidden;
	_zoom:1;
}
#M_reviewAll #M_reviewViewAll  .M_reviewReadText{
	margin:0;	
	padding:0;
}

/* 一行表示 */
#M_reviewPart #M_reviewView table{
	margin:0;
	width:100%;	
}
#M_reviewPart #M_reviewView th{
	text-align:center;
	border:1px solid #fff;
	background:#999;
	color:#fff;
}
#M_reviewPart #M_reviewView td{
	border-bottom:1px dotted #999;	
}
#M_reviewPart #M_reviewView .M_reviewReadText{
	width:400px;	
}



/* オリジナル
========================================== */
#M_wrapper {
	width:100%;
	margin: 0 auto;
}


#header {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/header-back.png) top center repeat-x;
padding: 15px 0 20px;
}
#M_header {
width: 1000px;
margin: 0 auto;
position: relative;
}
#M_header .sitecont {
overflow: hidden;
}
#M_header .sitecont h1 {
float: left;
}
#M_header .sitecont #sitenav {
padding: 24px 0 10px;
overflow: hidden;
}
#M_header .sitecont #sitenav li {
float: right;
border-left: #9F9F9F solid 1px;
margin-left: 10px;
padding-left: 10px;
}
#M_header .sitecont #sitenav li:last-child {
border: none;
}
#M_header .sitecont #member {
clear: right;
text-align: right;
overflow: hidden;
}
#M_header .sitecont #member  table {
float: right;
}
#M_header .sitecont #member  ul li {
display: inline;
margin: 0;
padding:0;
}
#M_header #searchblock {
padding: 10px 0;
height: 30px
}
#M_header #searchblock .search {
float: left;
max-width: 550px;
}
#M_header #searchblock .M_headBasket {
float: right;
max-width: 400px;
margin: 0;
padding: 0;
}
#M_header #searchblock #M_basketClosedBox {
float: left;
}
#M_basketTemp1 #M_basketClosedBox {
background:url("//gigaplus.makeshop.jp/kyoanibtc/img/headBasketSwitch1.png") no-repeat!important;
}
#M_header #searchblock #M_basketOpenedBox {
float: left;
width:250px!important;
}
#M_header #searchblock #M_headBasketIn {
display: inline;
}
#M_header #nav {
clear: both;
width: 1000px;
overflow: hidden;
}
#M_header #nav li {
float: left;
margin: 0;
padding: 0;
}
#M_header #nav li img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#M_headBasketSwitch{
width:252px!important;
height:0!important;
}
#M_headBasketIn{
line-height:26px;
height:26px;
text-align:center!important;
padding:0!important;
font-size:12px!important;
}
.M_headBasket{
border:none!important;
}

#M_basketOpenedBox{
	position: absolute;
	right: 0;
	top: 25px;
	width:200px;
	height: auto;
	background:#fff!important;
	display: none;
	border:1px solid #CCCCCC!important;
        opacity: 0.9;
}
.M_headBasket a {
        color:#0072ff!important;
        text-decoration:none!important;
}
.M_headBasket a:hover {
        color:#ff7f00!important;
        text-decoration:underline!important;
}
.M_headBasket #M_basket .M_basketMarginBox {
        height:26px;
}

#M_leftContents {
padding-right: 25px;
}
#M_leftContents .PB {
padding-bottom:14px !important;
}
#M_leftContents #aside ul li {
padding-bottom:8px;
}
#M_leftContents #aside ul li img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#M_leftContents #aside ul li .aside-banner:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#M_leftContents #aside .calendar h2 {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/tit-back.png) ;
margin-bottom: 5px;
padding:8px;
text-align: center;
color: #fff;
}
#M_leftContents #aside .calendar table {
border-collapse: collapse;
}
#M_leftContents #aside .calendar table td {
vertical-align:middle!important;
}
#M_leftContents #aside .calendar table:nth-of-type(2) td,
#M_leftContents #aside .calendar table:nth-of-type(5) td {
border: #ccc solid 1px;
}

.M_mainContents h2 {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/tit-back.png) ;
color: #fff;
padding: 7px 15px;
border: none;
}
h3.title {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/tit-back.png) ;
color: #fff;
padding: 7px 15px;
border: none;
margin-bottom:20px;
}
.line {
display: none;
}

#footer {
width: 100%;
margin-top:30px;
}
#footer .ptop p {
width: 1000px;
margin:0 auto;
text-align: right;
}
#footer .footborder {
margin-top: -3px;
height: 4px;
background-color: #FF7F00;
position: relative;
z-index: 100;
}
#footer .footcont {
width: 1000px;
margin: 0 auto;
padding: 30px 0;
overflow: hidden;
}
#footer .footcont dl {
width: 200px;
float: left;
padding-left: 40px;
}
#footer .footcont dl dt {
text-align: left;
color: #FF7F00;
font-size: 16px;
font-weight: 600;
padding:0 20px 10px;
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/foot-tit-back.png) no-repeat;
}
#footer .footcont dl dd {
padding: 5px 0 20px;
text-align: left;
line-height: 1.6em;
letter-spacing: 0.03em;
}
#footer .footcont dl dd li {
list-style-type: disc;
margin-left: 13px;
}
#footer .footcont dl dd p {
text-align: right;
margin-top:10px;
}
#footer .footpagenav {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/tit-back.png) ;
padding:10px 0;
}
#footer #M_footerNav {
clear: both;
}
#footer #M_footerNav li {
border-right: #000 solid 1px;
margin-right: 5px;
padding-right: 15px;
}
#footer #M_footerNav li:last-child {
border-right: none;
margin-left: 0;
border-right: 0; 
}
#footer #M_footerNav li a:link,
#footer #M_footerNav li a:visited,
#footer #M_footerNav li a:hover {
color: #fff;
}
#footer address {
color: #000;
}


/* index
========================================== */
.M_mainContents
{
  float: right;
  width: 720px;
  padding-bottom: 64px;
  margin-left: 0;
  text-align: center;
}
.M_mainContents .M_section h2 {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/tit-back.png) ;
color: #fff;
padding: 7px 15px;
border: none;
margin-bottom: 20px;
}
.M_mainContents .M_section table td {
padding: 0 10px;
}
.M_mainContents .M_section table td table td {
padding:0;
}
.M_mainContents .M_section table#recent td {
padding: 0 5px;
}
#M_group td.itemBox, #recent td.itemBox {
width: 25% !important;
}
.M_mainContents .M_section table#recent td table td {
padding:0;
}
#M_group .itemBox .itemImg, #recent .itemBox .itemImg {
height: 170px;
}
table#makebanner {
  width: 1000px;
}
.M_mainContents .banner {
margin-bottom: 15px;
}


/* info
========================================== */
.info-entry {
text-align:left;
line-height:22px;
}
.info-entry h3 {
border-bottom: #ccc 3px solid;
margin-bottom: 20px;
padding-bottom: 10px;
padding-left: 10px;
font-size: 16px;
}
.info-entry .btn-info-list {
text-align: center;
padding: 30px;
}
.info-entry p.date {
margin-bottom:5px;
}
.info-entry .bodynote {
padding:0 15px 30px;
border-bottom: #ccc 1px solid;
line-height: 22px;
}
.info-list {
text-align: left;
}
.info-list .lims {
padding: 15px 0 ;
border-bottom: #ccc solid 1px;
}


/* basket
========================================== */
a.M_btnStyle:link, a.M_btnStyle:visited, a.M_btnStyle:active
{
  padding: 0;
  border: none;
  margin: 0 5px 10px;
}

/* ライン 280 */
a.M_btnStyle:hover
{
}
.basket .M_mainContents h2 {
border: none;
padding: 0x;
padding:0 30px 10px;
margin-bottom: 20px;
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/page-tit-back.png) left bottom no-repeat;
color: #333;
line-height: 43px;
font-size:16px;
}
.basket .alignC ul {
overflow: hidden;
padding-bottom: 30px;
}
.basket .alignC ul li:first-child {
float: left;
}
.basket .alignC ul li:last-child {
float: right;
}
#r_wishList ul {
	overflow: hidden;
}
#r_wishList ul li {
	width: 175px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
#r_wishList ul li p {
        text-align:center;
}
#r_wishList ul li:nth-of-type(4n) {
	margin-right: 0;
}

/* category
========================================== */
#M_categoryList table {
width: 720px!important;
}
#M_categoryList table table {
width: 95%!important;
margin: 0 auto 15px;
}
.categlist table table a {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/ico-arrow-8-11.png) 0 1px no-repeat;
padding-left: 12px;
}
#M_result {
overflow: hidden;
margin-bottom:20px;
}


/* password
========================================== */
#M_password dl {
text-align: left;
padding-top: 20px;
}
#M_password dl dd {
margin-bottom: 15px;
}
#M_password dl span {
font-size: 0.8em;
}

/* login
========================================== */
#M_changepw{
background:#FFFFFF!important;
}
#M_confirmpw{
background:#FFFFFF!important;
border:none!important;
}

/* item
========================================== */
#M_item.M_mainContents .item-detail h2 {
font-size: 16px;
font-weight: 600;
padding:0 30px 10px;
margin-bottom: 20px;
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/page-tit-back.png) left bottom no-repeat;
color: #333;
font-weight:bold;
}
.item-detail dl {
overflow: hidden;
padding-bottom: 20px;
}
.item-detail dl dt {
float: left;
width: 470px;
}
.item-detail dl dt div {
text-align: center;
}
.item-detail dl dd {
float: right;
width: 240px;
}
.item-detail dl dd ul li {
margin-bottom: 10px;
text-align: left;
}
.item-detail dl dd .detail_txt li {
margin-bottom: 10px;
text-align: left;
border-bottom: #ff7f00 solid 2px;
padding-bottom: 10px;
padding-left: 5px;
}
.item-detail dl dd .detail_txt li.last {
border:medium none;
padding-bottom:0px;
}
.item-detail dl dd .detail_txt li span.normal {
font-size:16px;
font-weight:bold;
}
.item-detail dl dd .detail_txt li span.reserve {
font-size:16px;
color:red;
font-weight:bold;
}
.item-detail .detail_txt .number {
	font-size: 15px;
}
.item-detail .detail_txt .price {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.item-detail input.m_price {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
        width:70px;
}
.item-detail dl dd ul .quantity {
background:#FFCE9F;
padding: 10px 5px;
}
.item-detail dl dd ul .quantity table td {
vertical-align:middle;
}
.item-detail dl dd ul .quantity table {
width:230px;
}
.item-detail dl dd ul .quantity input {
width: 120px;
margin-left: 10px;
height: 36px;
text-align: right;
border: none;
padding-right: 10px;
font-size: 18px;
}
.recent {
float:left;
}
.recent h3 {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/tit-back.png) ;
color: #fff;
padding: 7px 15px;
border: none;
width:690px;
}
.group .group_ttl {
background:url('//gigaplus.makeshop.jp/kyoanibtc/img/detail/group_ttl.png') no-repeat scroll 0px 10px transparent;
color: #fff;
padding: 65px 0 0;
border: none;
}
#recent p, #M_group p {
margin-top:10px!important;
margin-right: 5px !important;
margin-left: 5px !important;
}
#M_group p.price {
margin-bottom: 10px !important;
}
.detail p.price {
text-align: center;
}

/* info, guide, faq
========================================== */
#site-info dl dt, #guide dl dt, #faq dl dt {
background: url(//gigaplus.makeshop.jp/kyoanibtc/img/tit-back.png) ;
color: #fff;
padding: 7px 15px;
margin-bottom: 10px;
font-weight: 600;
border: none;
text-align: left;
}
#site-info dl dd, #guide dl dd, #faq dl dd {
text-align: left;
margin-bottom: 30px;
line-height:24px;
}

/* search
========================================== */
.searchbox {
overflow: hidden;
background: #ededed;
padding:10px;
margin-bottom:15px;
}
.searchbox table {
width:100%;
}
.searchbox table th{
text-align:right;
vertical-align: middle;
padding-bottom:8px;
}
.searchbox table td{
padding-bottom:8px;
vertical-align: middle;
text-align:left;
}
.searchbox table select#allcategory{
	padding:0px;
	margin:0 0 2px 5px;
}
.searchbox table td input{
	padding:0px;
	margin:0 0 2px 5px;
}
.searchbox .submitbtn {
vertical-align: bottom;
}


.price {
	color: #f00;
	font-weight: bold;
}

/* 中央画面　共通
========================================== */
.M_mainContents h1 {
	font-size: 16px;
	font-weight: 900;
	padding:10px 12px 15px 30px;
	margin-bottom: 20px;
        background:url(//gigaplus.makeshop.jp/kyoanibtc/img/page-tit-back.png) left bottom no-repeat;
	color: #333;
}
.M_mainContents .sent {
	padding-left: 30px;
}

/* 中央画面　ズレ修正
========================================== */
.M_ML5 {
	margin-left: 5px !important;
}