﻿@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #666;
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 80%;
    line-height: 150%;
    letter-spacing: 0.1em;
/* background: url("../img/background/foxtail.png") ;
background: #FCFBE3; */
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}
img {
    max-width: 100%;
}


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

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 10px 0 30px;
    width: 980px;
    /* 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;
    width: 100%;
}
.center {
    text-align: center;
}
/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #3a75af;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #ff6600;
    text-decoration: none;
}

/* イメージオンマウス透過処理
----------------------------------------------- */
a img.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img.over {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* フォント
----------------------------------------------- */
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%;
}
.indispensable {
    padding: 5px;
    background: #f00;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
}
.optional {
    font-size: 90%;
    padding: 5px;
    background: #00A0E9;
    color: #fff;
    font-weight: bold;
}

/* 行揃え
----------------------------------------------- */
.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 {
    padding: 5px 0 8px 10px;
    /* background: #4C829A;
    background: url('../img/background/left_title.png') repeat-x left bottom #FFF; */
    font-size: 2em;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: bold;
    background: #FA023C
}
 h3.free_title {
    padding: 3px 0 6px 2%;
     background: #4C829A;
    font-size: 1.5em;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: normal;
}
#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: 12%;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    min-height: 82px;
    /* border-bottom: solid 1px #ccc; */
    /* margin-bottom: 10px; */
    /* -shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.8); */
    /* box-shadow: 0 5px 8px -5px #ccc; */
     /* background: url("../img/background/webtreats-vibrant-blue3.jpg") repeat-x center top #fff; */
    background: #CCFF00;
center bottom;
    /* background: #4DBCE9; */
    border-bottom: solid 1px #ccc;
    box-shadow: 0 5px 8px -5px #ccc;
}
#header {
    margin: auto;
    width: 980px;
    /* background: #fff;
    padding-bottom: 10px; */
    /* background: url("../img/common/header_mark.png") no-repeat 300px 5px; */
}
#header_utility {
    float: right;
    width: 58%;
}
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}
#catch_copy {
    text-align: left;
    color: #FF0000;
    padding: 10px 1%;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 15px;
}

/* ロゴ
----------------------------------------------- */
#logo_area {
    width: 40%;
    text-align: left;
    padding: 5px 0;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
#logo_area img {
    max-width: 100%;
}
#site_description {
    float: right;
    width: 100%;
    margin: 5px auto 10px;
    font-size: 200%;
    text-align: left;
    line-height: 32px;
    /* padding: 5px 5%; 
    color: #fff;*/
    color: #333;
    text-align: right;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    margin-top: 5px;
    float: right;
    width: 360px;
    height: 30px;
    /* margin: 0 0 10px;*/
    background: url("../img/common/header_tab.png") no-repeat center top; 
}
div#header_navi ul li {
    float: left;
    text-align: center;
    width: 33.333333%;
}
div#header_navi ul li a {
    margin: 0;
    padding: 6px 0;
    display: block;
    text-decoration: none;
    outline: none;
    color: #fff;
}
div#header_navi ul li a:hover {
     /* background-color:#666666;
     filter:alpha(opacity=20);
     -moz-opacity:0.20;
     -khtml-opacity: 0.20;
     opacity:0.20; */
    color: #FFF100;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 980px;
    height: 80px;
    background: #fff;
}
#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%;
}


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


/* 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;
}



div#set {
    float:left;
    Width: 50%;