/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
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:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5em;
}
body td,body th{
	font-size:13px;
	line-height:1.5em;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}

.m_price{ 
font-size:25px; 
color:#ff0000;
font-weight:bold; 
width:60px;
padding-bottom:8px;
margin-left:5px;
} 


/*----------------------------------------------------
	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:#213F2E;
	text-decoration:underline;
}

a:visited{
	color:#213F2E;
	text-decoration:underline;
}

a:hover{
	color:#F60;
	text-decoration: none;
}

a:active{
	color:#1049A0;
	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;
}
/*----------------------------------------------------
	#M_wrapper
----------------------------------------------------*/
#M_wrapper {
	width: 950px;
}
/*----------------------------------------------------
	.M_mainContents
		メイン
----------------------------------------------------*/
.M_mainContents{
	float: right;
	width: 688px;
	padding-bottom:64px;
	text-align:center;
}
.M_mainContents .M_inner{
	margin:8px 24px 16px 24px;
	text-align:center;
}

/* Section
========================================== */
.M_section{
	margin-bottom:24px;
}

/* ---------------------------------------------------
	#M_leftContents
		サイドバー、サブ
--------------------------------------------------- */
#M_leftContents{
	float: left;
	width: 200px;
}
#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_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;
}


 
/* 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{
	padding:1px 4px;
	border:1px solid #333;
	margin:0 4px;
	color:#333;
	text-decoration:none;
	background:#eee;
}
a:hover.M_btnStyle{
	color:#fff;
	background:#333;
}


/* topicPath  商品分類段階リンク
========================================== */
.M_topicPath{
		text-align:left;
		font-size:84%;
		margin-bottom:16px;
}
.M_topicPath li.M_here{
	padding:0;
	background:none;
}
.M_topicPath a{
	text-decoration:underline;
}
.M_topicPath a:hover{
	text-decoration:none;
}
.M_topicPath font{
	color:#333;
}
 
/* Form
========================================== */
input{
	margin-right:0px;
	vertical-align:middle;
}
textarea{
	border:1px solid #b3b3b3;
}

/* Table
========================================== */
td,th{
	vertical-align:top;
}
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:auto;

}
.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_contract{
	overflow:scroll;
	width:600px;
	height:300px;
	margin:16px auto;
	border:1px solid #ccc;
	padding:16px;
	line-height:1.6;
	text-align:left;
}

/* 会員登録
========================================== */
#M_memberForm{
	margin:24px auto;
}
#M_memberForm table table td{
	padding:4px 8px;
}



/* ポイント
========================================== */
.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:100%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:16px auto;
}
#M_basketTable th,
#M_basketTable td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	vertical-align:baseline;
}
#M_basketTable td.M_alignL{
	text-align:left;
}
#M_basketTable thead th{
	background:#eee;
}
#M_basketTable tfoot td{
	background:#eee;
	text-align:right;
}
#M_basketTable table td{
	border:none;
}
#M_basketTable .optionTr td{
	border-bottom:4px solid #ccc;
}
#M_basketTable .basketCount td{
	padding:0 1px;
	border-bottom:none;
}
#M_basket ul{
	margin-top:16px;
}
#M_basket ul li{
	text-align:left;
}

/* 商品検索
========================================== */
#M_searchTable{
	margin:8px auto 16px;
	bgcolo:#fff9e7;
}
#M_searchTable th,
#M_searchTable td{
	padding:10px;
}
#M_searchTable .M_searchBtn{
	vertical-align:middle;
	padding-left:16px;
}
#M_searchResult table{
	width:100%;
	margin:8px auto;
	padding:10px;
}


#M_searchResult th{
	border-bottom:#999 2px solid;
	padding:10px;
	background-color:#F8F1E7;
	text-align:center;
}

#M_searchResult td{
	border-bottom:#b2b2b2 1px dotted;
	padding:10px 3px;
}

#M_searchResult td.small{
	color:#666;
}

#M_searchResult td.plice{
	color:#FF0000;
    font-weight: bold;
	text-align:right;
}

td.btn_none {
	margin:auto;
}

/* 商品分類
========================================== */
#M_result{
	margin-bottom:8px;
	font-size:92%;
}
#M_result #M_total{
	float:left;
	width:20%;
}
#M_result #M_line{
	float:right;
	width:80%;
	text-align:right;
}
#M_categoryList table{
	margin-bottom:16px;
}
#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;
}
 
/* 商品詳細
========================================== */
.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_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_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;
}
/* レビュー */
#M_item h3{
	border-left:4px solid #ccc;
	padding-left:8px;
	margin:16px auto;
}
#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;
}




/* 商品詳細
========================================== */

div#main{
    width:688px;
    margin:0;
    }

div#main,
div#main td{
    line-height:1.4;
    }
    
#main div#pankuzu {
    width:688px;
text-align:left;
font-size:11px;
}
#content div.pankuzu {
    width:688px;
text-align:left;
font-size:11px;
margin-bottom:10px;

}

/* products */
#main .red{
    color:#FF0000;
    }

#main p#category{
    float:left;
    font-weight:bold;
    }

#main p#item{
    width:688px;
    margin: 10px auto;
    font-size:20px;
    background: #000;
    padding: 5px;
    color: #FFF;
    font-weight:bold;
border-bottom:#a48f00 4px solid;
    }

#main ul#pageNv {
    margin:10px auto;
    padding-left:10px;
    text-align: center;
    width: 230px;
}

#main ul#pageNv li {
    float:left;
    padding-right:20px;
    font-size: 11px;
    }

#main div#itemDetail {
    height:100%;
    margin:20px auto;
}

#main div#itemImgBox {
    text-align:center;
    width: 300px;
    float: left;
    }

#main div#itemImgBox img#item {
    max-width:180px;
    margin-bottom:10px;
    }

#main div#itemInfo {
    float:right;
    width:350px;
    }

#main div#itemInfo u{
	font-weight:bold;
    }

#main div#itemInfo p{
    text-align:left;
    margin: 4px 0;
font-size:20px;
    }

#main div#itemInfo p#price{
    color:#FF0000;
    font-weight: bold;
font-size:20px;
margin-top:20px;
    }

#main div#itemInfo p#price p#price2 span.bold{
    font-size:20px;
    }

#main div#itemInfo p#introduction{
    border:#CCC dotted 2px;
    padding: 4px;
    }
    
#main div#itemInfo p span#gmo_point_value{
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    }

/* 商品詳細 */
#main div#moreDetail{
    width:688px;
    margin:auto;
    }

#main div#moreDetail p#title,
#main div#review p#title{
    text-align:left;
    background: #EEE;
    border-top: solid 2px #CCC;
    text-indent: 18px;
    font-size: 14px;
    line-height: 22px;
    }

#main div#moreDetail div#detailInfo{
    text-align:left;
    width:688px;
    margin: 3px auto;
font-size:14px;
line-hight:1.5em;
    }
    
/* Review */
#main div#review{
    margin:10px auto;
    }

#main table#review{
    width:580px;
    margin:10px auto;
    border: 2px dotted #CCC;
    background: #FFFFCC;
    }

#main table#review td{
    padding:4px 16px;
    }

#main table#review input#name,
#main table#review textarea{
    margin:0 2px;
    border:#CCC solid 1px;
    }   

#main table#review input#name{
    width:100px;
    }

#main table#review textarea{
    width: 400px;
    height: 60px;
    }

#main table#reviewResult{
    border-top:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    width: 580px;
    margin: 10px auto;
    }

#main table#reviewResult th,
#main table#reviewResult td{
    border-bottom:#CCC solid 1px;
    padding:2px;
    }

#main table#reviewResult th{
    font-weight:normal;
    background: #EEE;
    }

#main table#reviewResult td.date{
    text-align:center;
    }

/* イベント欄のCSS継承 */
#main div#event{
    width:auto;
    clear: both;
    }
    
#main div#event table{
    padding: 0;
    border:0;
    border-collapse:collapse;
    }
    
#main div#event table td.line,
#main div#event table tr.line   {
    line-height:1px;
    font-size:1pt;
    }
    
/* clearfix */
.clearfix {
    display:block;
    }
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    }
.clearfix { 
    display: inline-block; 
    }
    
.clear{
    clear:both;
    }
    

/* pager */
#main div#pager{
    width:580px;
    background: #EEE;
    border-bottom: solid 3px #CCC;
    padding: 2px;
    color: #333;
    margin-top:30px;
    }

#main div#pager ul{
    width:auto;
    }

#main div#pager ul li{
    float:left;
    text-align:center;
    }

#main div#pager ul li#pageNum{
    padding:0 225px;
    }

/* productGroup */
#main table#productGroup{
    width:580px;
    border:0;
    margin:10px auto 20px;
    }

#main table#productGroup td{
    width:auto;
    }
    
    
/* reset */
 div#main div,div#main  h1,div#main h2,div#main h3,div#main h4,div#main h5, div#main h6,div#main p,
 div#main  ul,div#main ol,div#main li,div#main dl,div#main dt,div#main dd,div#main table,div#main th,div#main form,div#main fieldset {
    margin:0;
    padding:0;
}

div#main ul li,
div#main ol li {
    list-style-type: none;
}
div#main a {
    text-decoration: none;
}
div#main img {
    border: 0;
}
div#main img, div#main input,div#main select,div#main textarea {
    vertical-align: middle;
}

/* mixi */
ul.mixiBtn{
    display:inline-block;
    margin:0;
    }

ul.mixiBtn li{
    text-align:left;
    display:inline;
    }

ul.mixiBtn li a.mixi-check-button{
    float:left;
    width:84px;
    }

/* SNSボタン */
#M_snsButtonList {
　　margin:20px 0 0 15px;

}
#M_snsButtonList li{
    float:left;
　　padding:20px 0 0 15px;
}


p.red {
font-color:#e50c00;
}

p.red a:link {
font-color:#e50c00;
}
p.red a:vidited {
font-color:#e50c00;
}


div#kakakuh h3 {
 margin-bottom:10px;
}

div#kakakuh li {
 float:left;
 padding-right:10px;
}

div#kakakuh li.none {
 float:left;
}

div#kakakuh ul {
height:50px;
 margin-bottom:20px;
 border-bottom:1px dotted #cac3ac;
overfllow:hidden;
}
