﻿@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #f5f5f5;
    font-size: 75%;
    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 0 30px;
    width: 980px;
    background: #fff;
    text-align: left;
}
/* コンテンツ ★追加*/
#container1 {
    margin: 0 auto;
    padding: 0 0 30px;
    background: #fff;
    text-align: left;
}


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

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

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

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

/* 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: 20%;
}
#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 {
    font-size: 90%;
    font-weight: normal;
}
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
/*    color: #f00;	*/
    color: #DB002F;
}
.sale_price_recommend {
/*    color: #f00;	*/
    color: #DB002F;
    font-size: 80%;
    text-align: right;
}
.normal_price {
    font-size: 100%;
}
.point {
/*    color: #f00;	*/
    color: #DB002F;
    font-weight: bold;
}

/* ★追加point_default
----------------------------------------------- */
#point_default {
/*    color: #f00;	*/
    color: #DB002F;
    font-weight: bold;
}

/* ★追加point_normal
----------------------------------------------- */
.point_normal {
    font-weight: normal;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionBig {
    color: #f00;
    font-size: 140%;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
/* ★追加point_rate
----------------------------------------------- */
.point_rate {
	display:inline-block;
	margin-left:5px;
	background-color:#ffd700;
	font-weight:bold;
	color:#e20000;

}

/* ★追加20140704ここから
----------------------------------------------- */
.stcolor {
    font-weight: bold;
	color: #393;
}
/* 追加20140704ここまで
----------------------------------------------- */
.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: 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%;
}

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



/* タイトル(2)　※追加
----------------------------------------------- */
h3.title2pink {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 140%;
    color: #ff6699;
}

/* タイトル(3)　※追加
----------------------------------------------- */
h3.title3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 140%;
}





/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 3px #f90;
    min-height: 82px;
    background: url("../img/common/bg_header.gif") repeat-x bottom #fffaf0;
}
#header {
    margin: auto;
    width: 980px;
}
#header_utility {
    float: right;
    width: 580px;
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


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


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 541px;
    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: 980px;
    background: #fff;
	padding-bottom:20px;
}
#footer {
    margin: auto;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    width: 950px;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#copyright {
    width: 740px;
    float: left;
    text-align: left;
    font-size: 97%;
}

/* ==============================================
 フッター追加分
=============================================== */


#footer_box {
    margin: auto;
    padding-top: 8px;
    border-top: solid 1px #ccc;
    width: 950px;
}

#footer_inner1 {
	width: 470px;
	float:left;
}
#footer_inner1L {
	width: 225px;
	padding:4px;
	text-align:left;
	float:left;
}
#footer_inner1R {
	width: 227px;
	padding:4px;
	text-align:left;
	float:right;
}
.footer_clear {
	clear:both;
}
#footer_inner2 {
	width: 480px;
	float:right;
}
#footer_inner2L {
	width: 260px;
	padding:4px;
	text-align:left;
	float:left;
}
#footer_inner2R {
	width: 190px;
	padding:8px;
	text-align:left;
	float:right;
	background-color: #f5f5f5;
}
.footer_h3 {
	font-size: 120%;
	color: #393;
	font-weight: bold;
	line-height: 2;
}
#footer_inner1 ul.footer1 li {
	list-style: circle outside ;
	margin-left: 20px;
	margin-bottom: 5px;
}
#footer_inner2 ul.footer1 li {
	list-style: circle outside ;
	margin-left: 20px;
	margin-bottom: 5px;
}
.footer_link {
	font-size: 95%;
	margin-left: 20px;
	line-height: 3;
	padding: 5px;
	border: 1px #39c dashed ;
	border-radius: 4px;
}
.footer_underline {
	text-decoration: underline;

}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.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%;
}
div#undercolumn_guide .subtitle {
    margin-bottom: 10px;
    line-height: 100%;
    font-weight: bold;
    font-size: 120%;
}


/* 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;
}
/* Tipsy
.modal { position:fixed; background:#eee; display:none; z-index:9999; top:40%; left:50%; width:400px; height:300px; margin:-120px 0 0 -220px; padding:20px; text-align:center; font-size:14px; }

.modal { position:fixed; background:#eee; display:none; z-index:9999; top:40%; left:40%; width:600px; height:300px; margin:-116px 0 0 -221px; padding:20px; color:#FFF; text-align:center; border:1px solid #FFF; border-radius:10px; }
----------------------------------------------- */
.modal { position:fixed; background:#FFF; display:none; z-index:9999; top:40%; left:50%; width:600px; height:300px; margin:-116px 0 0 -321px; padding:20px; text-align:center; font-size:13px; border:1px solid; border-radius:10px; }
.modal img { vertical-align:bottom; }
.modal p { margin-bottom:10px; }
.modal a { cursor:pointer; }
