@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background: url(https://moierg.itembox.design/item/img/bg.jpg) repeat;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

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


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

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 4px 30px;
    width: 1020px;
    background: url(../../../../img/shadow.png) repeat-y;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 780px;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    padding-right: 1.5%;
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    float: left;
    width: 180px;
	margin: 0 0 0 20px;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

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


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

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


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

.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;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    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 { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 12px 8px 8px;
    border-top: solid 1px #ebeced;
    color: #333;
    background: url("http://moierg.jp/img/ttl_bg.jpg") repeat-x left bottom;
    background-color: #f8f8f8;
    font-size: 160%;
}

#main_column .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;
    font-size: 120%;
}

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


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    margin: 0 auto;
    width: 1020px;
	padding: 0 4px 20px;
    background: url("https://moierg.itembox.design/item/img/shadow.png") repeat-y;
}
#header {
    margin: auto;
    width: 1020px;
	padding: 0 0 20px;
    background: url("https://moierg.itembox.design/item/img/line_01.jpg") no-repeat bottom;
}
#header ul{
	background-color:#ffffff;
	clear: both;
	margin: 0 auto;
	padding:0;
	width: 1020px;
	height: 50px;
}
#header li{
	float: left;
	width:auto;
	height: 50px;
	list-style: none;
	background: #ffffff;
}
#header_utility {
    float: right;
    width: 580px;
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}
.hInfo{
	width: 980px;
	margin: 0 auto 20px;
}

/* ロゴ
----------------------------------------------- */
#logo_area {
    padding-left: 10px;
    float: left;
    width: 390px;
    text-align: left;
}
#site_description {
    font-size: 90%;
}


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


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 1020px;
	padding: 0 4px;
    background: url("https://moierg.itembox.design/item/img/shadow.png") repeat-y;
}
#footer {
    margin: auto;
    padding: 20px 20px;
    width: 980px;
    background: url("https://moierg.itembox.design/item/img/line_02.jpg") no-repeat;
}
#footer{
	color: #888888;
	font-size:12px;
	line-height:19px;
	letter-spacing:-1px;
	font-family:"ヒラギノ角ゴ Pro W3";
}
#footer h2{
	padding: 0 0 15px;
}
#footer h3{
	padding: 0 0 10px;
}
#footer table{
	padding: 0 0 10px;
	width: 980px;
	vertical-align: top;
	margin: 0 auto;
	border:none;
}

#footer table td{
	padding: 0 0 0px 15px;
	width: 315px;
	vertical-align: top;
	border:none;
}
#footer table td.tdL{
	padding: 0 0px 10px 0;
}
#footer table td ul{
	margin: 0 0 0 15px;
}

#footer li{
	list-style:none;
}

#footer .num{
	font-family:"ヒラギノ角ゴ Std";
	letter-spacing:1px;
	font-size:12px;	
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.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%;
}


/* ==============================================
 追加
=============================================== */
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}


#calendar{
	margin: 30px 0 0;
	padding: 0px;
	color:#666666;
}
#calendar table{
	width: 180px;
	margin: 10px 0 10px 0px;
	border-collapse: collapse;
}
#calendar table caption{
	font-size: 13px;
	background:#fff1d7;
	border: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}
#calendar th{
	padding: 2px;
	background: #ececec;
	color: #656565;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}
#calendar td{
	padding: 2px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #A7A9AC;
	padding: 3px 0px 3px 0px;
}
#calendar .org{
	background: #ffe9e9;
	color:#d92d25;
}
#calendar .org2{
	color:#d92d25;
}


#calendar dl dt{
	text-align: center;
	margin: 0 0 10px;
}