@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #1B1A14;
	font-family:Verdana,Arial,Helvetica,sans-serif;
    /*font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;*/
    font-size: 82%;
    letter-spacing: 0.1em;
	background-color: #FFF;
}

select {
    border: solid 1px #ccc;
}

/*写真*//* mdc_kane *//*
.picture {
    border: 1px solid #ccc;
}
*/

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    /*padding: 20px 0 30px 0;*//* mdc_kk 2012.02.06 */
	padding: 20px 0 40px 0;
    width: 980px;
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 15px;
    width: 950px;
    background: #fff;
    text-align: left;
}

/* 中央カラム */
.main_column {
    padding: 0;/*mdc_kane*/
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
    /*width: 80%;*/
	width:90%;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 1.5%;
    float: left;
    width: 78%;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    padding-right: 1.5%;
    width: 78%;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
	font-size: 0;/*--10/20追加--*/
    line-height: 0;/*--10/20追加--*/		
}
.clearfix { display: block; }/* for IE8 */ 
*:first-child+html .clearfix { zoom: 1; } /* for IE7 */
* html .clearfix{ zoom: 1; } /* for IE6 */

.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: #003399;
    text-decoration: none;
}
a:link:hover ,
a[href]:hover {
    color: #FF6600;
    text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    /*color: #f00;*//* mdc_kk */
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    /*color: #ecbd00;*//* mdc_kk */
	color: red;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
input[type='text'] ,
input[type='password'] ,
.select {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
	/* mdc_kk
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #f60;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #fef3d8;
    font-size: 170%;
	*/
    background: url("../img/background/bg_tit_green.gif") ;/* mdc_kk */
	font-size :16px;
	padding:8px;
	margin-bottom:10px;/*mdc_kane*/
	color:#000;/* add_mdc_kk */
}

#one_maincolumn .sub_area h3 ,
#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#three_maincolumn .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 ,
#undercolumn_cart h3 {
    /*margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    /*background: url("../img/background/bg_tit_green_line.gif") repeat scroll 0 0 transparent;*/
    font-size: 110%;  
    border-bottom:2px solid #B3E680;
    padding: 2px;/*mdc_kane*/
    margin-bottom:10px;
    margin-top:10px;/*mdc_kane*/
    color:#006600;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    /*border-top: solid 3px #f90;*//* mdc_kk */
	border-top: solid 5px #3E8A2C;
    min-height: 85px;
	/*background-color: #FCFAE4;*//* mdc_kk */
    background: url("../img/common/bg_header.gif") repeat-x bottom #fffaf0;
	width:100%;
	position:relative;
}

#header {
    margin: auto;
    width: 980px;
}
#logo_area {
    padding-left: 10px;
    float: left;
    width: 390px;
    text-align: left;
	padding-top: 20px;
}
#header_utility {
    float: right;
    width: 580px;
	position:relative;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#site_description {
    font-size: 90%;
}
#logo_area h1 {
    width: 378px;
    height: 33px;
}
#logo_area h1 span {
    display: none; /* テキストロゴ非表示 */
}

/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
	margin-top:2px;
    /*width: 409px;*/
    /*height: 38px;*/
	clear:both;
}
div#header_navi ul li {
    display: inline;
    /*vertical-align: middle;*/
    /*float: left;*/
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
}

div#header_navi ul li.home {
margin-right:30px;
/*vertical-align: middle;*/
}


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

#footer_wrap {
    /* mdc_kk */
	/*
	margin: 0 auto; 
    width: 980px;
    height: 80px;
    background: #fff;
	*/
	/*position:relative;*/
	width:100%;
	background-color: #FCFAE4;
	border-top:solid 5px #3E8A2C;/* 緑線追加 */
}
#footer {
    margin:0 auto;
    width: 950px;
	position: relative;
	background: url("../img/background/bg_logo_footer.gif") no-repeat;
	background-position:bottom left;
	min-height:100px;
	padding-top:10px;
	letter-spacing:0;
}

#footer li{
	display:inline;
	padding: 0 4px;
	font-size: 12px;
	border-left:solid 1px #CCC;
}

#footer li:first-child{
border-left:none;
}

#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#copyright {
    /*width: 740px;*//* delete medic_kk */
    /*float: left;*//* delete medic_kk */
    /*text-align: left;*//* delete medic_kk */
    /*font-size: 97%;*//* delete medic_kk */
	line-height:1.8;
}

#copyright p:first-child{
margin-top:6px;
}

.copy{
font-family:Arial;
/*font-style:oblique;*/
/*font-style:italic;*/
font-size:11px;
}

/* 北海道新聞ロゴバナー */
#bnr_doshin{
	text-align:right;
}

/* このページの上部にもどるボタン *//* mdc_kk 2012.02.06 */
#top_link_btn {
	position:absolute;
	right: 5px;
	top: -30px
}

.mdc_gmo_credit #top_link_btn{
	top:-45px;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message ,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}

/*--------------------------------------
 クレジット決済module使用時のヘッダ,フッダ 
--------------------------------------*/
div#header_wrap.mdc_gmo_credit {
width:100%;
height: 85px;
background: url("../img/common/bg_header.gif") repeat-x bottom #fffaf0;
position:absolute;
top:0;
left:0;
}

div#footer_wrap.mdc_gmo_credit {
position:absolute;
top:780px;
left:0;
width:100%;
text-align:center;
padding-top:15px;
}

#under02column {
margin-top:90px;
*margin-top:100px;
}

/* ★ */



/* Tipsy
----------------------------------------------- */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

