/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
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, {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
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: 15px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","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:#1049A0;
	text-decoration:underline;
}

a:visited{
	color:#1049A0;
	text-decoration:underline;
}

a:hover{
	color:#345ECB;
	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: 900px;
}
/*----------------------------------------------------
	.M_mainContents
		メイン
----------------------------------------------------*/
.M_mainContents{
	float: right;
	width: 700px;
	padding-bottom:64px;
	margin-left:0px;
	
}
.M_mainContents .M_inner{
	margin:8px 24px 16px 24px;
	
}

/* Section
========================================== */
.M_section{
	margin-bottom:15px;
}

/* ---------------------------------------------------
	#M_leftContents
		サイドバー、サブ
--------------------------------------------------- */
#M_leftContents{
	float: left;
	width: 180px;
}
#M_leftContents .M_title{
	border-top:#CC0000 3px solid ;
	border-bottom:#CC0000 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%;
	float: left;
	margin-bottom:10px;
}


/* #M_gNav
----------------------------------------------------------- */
#M_header #M_gNav {
          overflow: hidden;
	border:1px solid #fff;
	border-right:none;
	float: left;
          margin: 0 auto;
}

* html #M_header #M_gNav {
	height: 1%;
          margin: 0 auto;
}

#M_header #M_gNav li {
          float: left;
	width: 120px;
	text-align:center;
	border-right:1px solid #fff;
          margin: 0 auto;
}
#M_header #M_gNav li a{
          display:block;
	width:120px;
	background:#ff9999;
	text-decoration:none;
	color:#fff;
	padding:0.7em 0;
          margin: 0 auto;
}
#M_header #M_gNav li a:hover{
          background:#ff4500;
	color:#fff;
          margin: 0 auto;
}	

/* ===================================================================
	style info : フッタ
 =================================================================== */
#M_footer{
	width:900px;
	font-size:11px;
	padding:1em 8px;
	margin-bottom:20px;
}
#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 #FF6666;
	padding:1px 8px;
	margin-bottom:24px;
	font-size:117%;
	background:#FF9999;
}

/* 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:4px;
	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:#009966;
	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 #66cc99;
	float:center;
	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:#009966;
	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 #66cc99;
	float:center;
}
.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:700px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:16px;
}
#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;
}
#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;
}
#M_basket ul{
	margin-top:16px;
}
#M_basket ul li{
	text-align:left;
}

/* 商品検索
========================================== */
#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;
}

/* 商品分類
========================================== */
#M_result{
	margin-bottom:8px;
	font-size:92%;
}
#M_result #M_total{
	float:left;
	width:30%;
}
#M_result #M_line{
	float:right;
	width:70%;
	text-align:right;
}
#M_categoryList table{
	margin-bottom:16px;
}
#M_categoryList table table{
	width:350px;
	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:700px;
}
#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{
	font-size:300%;
	margin:16px auto;
	text-align:left;


}
/* ボタン */
#M_item #M_itemBtn{
	border:0px 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;
}

/* 更新情報
========================================== */
dl.box{
    height: 150px;
    overflow: auto;
    text-align: left;

}
dl.box dt{
    float: left;
    width: 120px;
}

dl.box dd{
    margin: 0 10px 10px 0;
    padding: 0 0 10px 120px;
    border-bottom: 1px dotted #aaa;
}

dl.box a{
    padding: 0 10px 0 0;
    color:#399CCD;
    text-decoration:underline;
}