/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
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.4;
}

/*--- 帯バナーここから */
body {
background-image: url(https://gigaplus.makeshop.jp/katosuisan/curryh.jpg);
background-repeat: repeat-y;
background-position: reft top;
}
/*--- 帯バナーここから */




/*----------------------------------------------------
	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: 1454px;
}
/*----------------------------------------------------
	.M_mainContents
		メイン
----------------------------------------------------*/
.M_mainContents{
	float: right;
	width: 1170px;
	padding-bottom:64px;
	margin-left:60px;
	text-align:center;
}
.M_mainContents .M_inner{
	margin:8px 24px 16px 24px;
	text-align:center;
}
.M_mainContents .M_section .woong{
	text-align:left;	
}

/* Section
========================================== */
.M_section{
	margin-bottom:24px;
}

/* ---------------------------------------------------
	#M_leftContents
		サイドバー、サブ
--------------------------------------------------- */
#M_leftContents{
	float: left;
	width: 250px;
}
#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;
	text-align:center;
}
#M_leftContents #M_login .M_helloMsg{
	margin-bottom:8px;
}
#M_leftContents .M_loginBtn,#M_leftContents .M_logoutBtn{
	padding:1px 4px;
	border:1px solid #333;
	margin:0 4px;
	color:#333;
	text-decoration:none;
	background:#eee;
}
#M_leftContents a:hover.M_loginBtn,#M_leftContents a:hover.M_logoutBtn{
	color:#fff;
	background:#333;
}

#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_login p{
	margin-top:8px;
	text-align:center;
}
#M_leftContents .M_leftMenu td{
	padding:0.1em 0;
	text-align:left;
}
#M_leftContents .M_inputSearch{
	width:140px;	
}

/* -----------------------------------------------------------
	#M_header
		ヘッダー
----------------------------------------------------------- */
#M_header {
	width:100%;
	margin-bottom:32px;
}

#M_header h1 {
	margin-top:20px;
}

#M_header #cart_inside {
	margin-top:-50px;
}

#M_header .M_headBasket{
	margin-top:30px;	
}
#M_header .M_headBasket .M_headItem{
	text-align:left;
}

/* #M_gNav
----------------------------------------------------------- */
#M_header #M_gNav {
	overflow: hidden;

}

* html #M_header #M_gNav {
	height: 1%;
}

#M_header #M_gNav li {
	float: left;
	text-align:center;
}
#M_header #M_gNav li a{
	display:block;
	text-decoration:none;
	padding:0.7em 0;
}
#M_header #M_gNav li a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
	}
	
/* ===================================================================
	style info : フッタ
 =================================================================== */
#M_footer{
	width:1454px;
	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: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:#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_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_changepw{
	clear:both;	
}



/* ポイント
========================================== */
.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:704px;
	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_basket #M_recent{
	margin-top:32px;	
}

/* 商品検索
========================================== */
#M_searchTable{
	margin:8px auto 16px;
}
#M_searchTable th,
#M_searchTable td{
	padding:2px 4px;
	text-align:left;
}
#M_searchTable .M_searchBtn{
	vertical-align:middle;
	padding-left:16px;
}
#M_searchResult table{
	width:100%;
	margin:8px auto;
}

/* 商品分類
========================================== */
.M_categoryImage{
    margin-bottom:32px; 
}
#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{
	width:550px;
	float: left;
	margin-bottom: 30px;
	height: 550px;
}
/* 商品詳細 */
#M_item #M_itemInfo{
	width:1170px;
}
#M_item #M_itemSubLink{
	font-size:92%;
	margin-top:16px;
	text-align:left;
	margin-bottom: 30px;
}
#M_item #M_itemSubLink li{
	display:inline;
	padding-right:8px;
}
#M_item #M_itemDetailInfo{
	text-align:left;
	vertical-align: top;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}
/* ボタン */
#M_item #M_itemBtn{
	border:2px none #ccc;
	float: right;
	margin-left: 30px;
	font-size: 1.2em;
	font-size: 1.2em;
	width: calc(1170px - 550px - 30px);/* ページ表示幅 - 商品画像幅 -  margin */
	text-align: left;
}
/* さらにでかいボタン */
#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_review td{
	text-align:left;	
}
#M_item #M_reviewView{
	margin-top:16px;
}
/* レビュー */
table[cellpadding="16"] th,table[cellpadding="16"] td{
padding:16px;}


table[cellpadding="1"]{
border:1px solid gray;
}


/* ポップアップ
========================================== */
.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_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_reviewItem,
#M_reviewPart #M_reviewView .M_reviewReadText{
	text-align:left;	
}
#M_reviewPart #M_reviewView .M_reviewReadText{
	width:400px;	
}


/* 2016.09.09 追加 */
/* 北国オリジナルスタイルシート */
.m_a0{
	line-height: 128%;
	font-size: 95%;
	color: #333333;
	text-decoration: none;
}
.cntr .br table tbody tr td table tbody tr td {
	padding: 10px;
}
.m_a{
	line-height: 128%;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}


/* ktgn original */
.cntr {
	clear: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.cntr td {
}

.br {
padding-bottom: 2em;
}

.bf7 {
text-align: center; 
font-size: 48px;
font-weight :bold;
}

.bf6 {
text-align: center; 
font-size: 36px;
font-weight: bold;
}

.red {color: #c00;}
.orange {color: #f60;}

div.tbl {
width: 680px;
margin: 0px auto;
text-align: left;
padding: 10px;
background-color: #ffc;
font-size: 30px;
font-weight: bold;
}

/* MDC original */
.cart{
width : 700px ;
}
.cartl{
margin-bottom: 1em;
float:left;
clear:left;
}
.cartr{
width : 385px ;
margin-left: 315px;
}
.cartbtm{
margin-top: 1em;
width : 700px ;
float:left;
}
.clft{
float: left;
width : 300px ;
margin-bottom: 1em;
}
.crgt{
float: left;
width : 385px ;
margin-left: 15px;
}
li.sps2cir{
margin-left:30px;
list-style:url(https://gigaplus.makeshop.jp/katosuisan/image/listcircle.jpg);
}
li.sps2al{
margin-left:30px;
list-style:url(https://gigaplus.makeshop.jp/katosuisan/image/listalert.jpg);
}
input[name="F_item_num"]{
width: 50px;
padding: 5px 15px 5px;
font-weight :bold;
}


/* Wallpaper Original */
.wpall {
	width: 700px;
	font-size: small;
	color: #333;
}
.wpbox {
	border: 1px solid #999;
}
.wpcthd {
	color: #fff;
	background-color: #333;
	padding: 10px;
}
.wpcmnhd {
	background-color: #ccc;
	padding: 10px;
}
.wptxt {
	padding: 10px;
}
.wplnk {
	text-align: center;
	padding: 10px;
}
.wpbn {
	padding: 10px;
	clear:left;
}
.wpbncts {
	padding: 2px;
	float: left;
	width: 220px;
}



/* ktgn spec source original */
p.dkf {
margin: 0px auto;
padding: 0px;
font-size: small;
text-align: left;
}

dl.kihon {
margin: 0px auto;
padding: 0px;
background-color: #999;
border-bottom: 2px solid #999;
border-left: 2px solid #999;
border-right: 2px solid #999;
width: 100%;
font-size: small;
vertical-align:top;
text-align: left;
}

dl.fts {
	padding: 0px;
	background-color: #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	width: 100%;
	font-size: small;
	text-align: left;
	clear: both;
	margin: 0px;
}

dt.itmup {
	color: #ffffff;
	border-top: 2px solid #999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	float: left;
}

dt.itm {
	color: #ffffff;
	float: left;
	border-top: 2px solid #fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 120px;
	text-align: left;
}
dd.cn {
	color: #333;
	background-color: #fff;
	margin-left: 142px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* スペ2（注記エリア） */
dl.sps2{
	background-color:#efefef;
	margin-bottom : 30px;
	width: 100%;
	padding-bottom : 1em;
	text-align: left;
	color:#333;
	font-size: small;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
dt.sps2{
font-weight : bold;
padding: 1em 0 0 1em;
}
dt.sps2snd{
clear: both;
border-top:dashed 1px #ddd;
font-weight : bold;
padding: 1em 0 0 1em;
}
dd.sps2{
margin-bottom : 10px;
}
ul.sps2{
padding:1em 2em 0 0;
margin:0;
}
.sps2left{
width:700px;
float:left;
}
.sps2rimg{
padding:1em;
}


.M_mainContents .fs table tr td {
	padding: 16px;
	text-align: left;
}



/* 追加サムネイル３枚 */
#M_itemImgTable {
	width: 1170px;
	margin-bottom: 30px;
}

#M_itemImgFlota {
	width: 700px;
	margin-bottom: 30px;
	float: left;
	text-align: left;
}

#M_itemImgFlota tr td a img  {
	width: 226px;
	float: left;
	margin-right: 10px;
}
#M_item #tokutei {
	text-align: left;
	border: 1px solid #CCC;
}
#M_item #tokutei tr td {
	padding: 16px;
	border: 1px solid #CCC;
}


/*-----------------------------------------------------------------
	カテゴリーページデザイン　サムネイル（小）タイプ
-----------------------------------------------------------------*/
#M_categoryList{
	width:100%;
	margin-bottom:16px;	
}
.M_innerList{
	overflow:hidden;
	_zoom:1;
	border-bottom:1px solid #ccc;
	background:#eee;	
}
.M_innerList li{
	float:left;
	width:20%;/* 商品数が5つなので100%÷5=20% */	
}
.M_innerList li .M_innerBox{
	border-right:1px dotted #ccc;
	margin:8px auto;
}
.M_innerList li.lastChild .M_innerBox{
	border-right:none;/* 一番右のボックスだけ右の罫線を消す */
}
.M_innerList li .M_cl_detail{
	margin:8px;
	margin-bottom:0;
}
.M_innerList .M_cl_name{
	margin-bottom:4px;	
}
.M_innerList .M_cl_price{
	text-align:right;	
}
.M_innerList .M_cl_imgWrap{	
	height:140px;
    text-align:center;
}
.M_innerList .M_cl_taxPrice{
	font-weight:bold;
	color:#cc0000;
	font-size:11px;	
}
.M_innerList .M_cl_content{
	font-size:11px;
	margin-top:4px;
}	


/* 価格
========================================== */
#M_item .M_clearfix #M_itemInfo #brandname {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#M_itemDetailInfo strike {text-decoration:none;}

.amazonButtonWrap {
    margin-top: 10px;
}
.amazonButtonWrap {
    margin-left: 203px;
}