@charset "utf-8";

/************************************************
 共通設定 clearfix 
************************************************ */
body {
    color: #444;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /*background-color: #f5f5f5;
    font-size: 72.5%;*/
    font-size: 85%;

    line-height: 150%;
    letter-spacing: 0.1em;
    width: 100%;
}

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


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

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

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

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

/* 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%;
    max-width: 198px;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#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 */
}


/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #039;
    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,h2.title{
	text-align: left;
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #fff;
    /*/background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;*/
    background-color: #285fa3;
    font-size: 150%;
}
h3 .title,h3.title{
	text-align: left;
    background-color: #d8f0fa;
    color: #333;
    margin-bottom: 5px;
    padding: 6px 6px 2px 6px;
    font-size: 120%;
}

#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 {
   /* border-top: solid 3px #f90;*/
    min-height: 82px;
    background-color:#fff;
   /* 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 {
    width: 100%;
    text-align: left;
    margin:20px 0;
}
#logo_area .logo{
margin-right: 50px;
}
#logo_left{
float: left;
width: 25%;
font-size:0.9em;
margin-top:20px;
}
#logo_center{
float: left;
width: 50%;
}
#logo_center img{
	width:90%;
	margin:0 5%;
}
#logo_right{
float: left;
width: 25%;
text-align:right;
}

#site_description {
    font-size: 90%;
}
#logo_area .okamurasan a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=10);

}
#logo_area .logo p{
margin-top: 10px;

}
#logo_area #header_sub_navi ul{
margin: 0 auto;

}
#logo_area #header_sub_navi li{
float: left;
padding-top: 5px;
}

#logo_area #header_sub_navi a{
font-size: 14px;
color:#000;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
   /* float: right;*/
    background-color:#04427a;
				padding:5px;
margin-top:-5px;
}
div#header_navi .content{
width: 720px;
float:left;
background-color:#ffff99;
margin:0 5px 0 0;
padding:5px 0;
}

div#header_navi .search{
float: left;
}

div#header_navi .search li {
display: block;
float: left;
list-style: none;
margin-right: 10px;
}
div#header_navi .search .box240{
height:22px ;
}
div#header_navi .search .title{
	font-weight:bold;
	color:#04427a;
}
div#header_navi .search .input{
}
div#header_navi .search .btn{
 text-align: center;
 background-color: #3e3e3e;
 background-image: linear-gradient(#959595,#3e3e3e);
 border-radius:5px;
 width: 80px;
 height: 28px;
}
div#header_navi .search .btn span{
margin-left: 5px;
position: relative;
top: -16px;
}
div#header_navi .search .btn a{
color:#fff;
font-size: 120%;
font-weight:bold;
}


div#header_navi .fitlist{
margin-left: 10px;
float: right;
}

div#header_navi .fitlistul li{
float: right;
}
div#header_navi ul li.entry {
    margin-top: 6px;
}
div#header_navi .all_item a{
display: block;
text-align: center;
width: 210px;
height: 18px;
color: #fff;
background-color: #054494;
padding: 10px;
font-size: 140%;
text-decoration: none;
}

/*
div#header_navi .genre ul{
display: none;
list-style-type: none;
position: fixed;
z-index: 200;
background-color:#E72C31;
}
div#header_navi .genre ul li{
float: none;
text-align: left;
}


div#header_navi .genre a{
display: block;
width: 200px;
padding: 9px 0 6px 10px;
font-size:14px;
color: #000;
background-color: #fff;
border-right: 1px #cccccc solid;
border-bottom: 1px #cccccc solid;
border-left: 1px #cccccc solid;
text-decoration: none;
}
*/
div#header_navi .genre  a:hover{
background: #ddd;
}
.header_sub_navi ul{
padding-top: 10px;
}


.header_fitlist_all{
	width:245px;
	float:right;
}
.header_fitlist_all img{
	width:100%;
}

.attentionnotice{
	margin:5px 0 0 10px;
	clear:both;
text-align:left;
}
.attentionnotice a{
	color:#fff;
	text-decoration:underline;
}
.attentionnotice a:link{
	color:#fff;
}
.attentionnotice a:visited{
	color:#fff;
}
.attentionnotice a:hover{
	color:#fff;
}

/*ヘッダーログイン
-----------------------------------------------*/
#header_wrap #header_login_area{
margin: 0 auto;
width: 100%;
padding-top: 20px;
}
#header_login_area .forgot{
    margin-top: 3px;
    padding-right: 20px;
    font-size: 90%;
    text-align: right;
}
#header_wrap #header_login_area .formlist{
margin: 0 auto;
width: 90%;
}

#header_wrap #header_login_area .login li{
margin-right: 10px;
width: 100%;
}
#header_login_area .formlist .btn{
 text-align: center;
 height: 25px;
 padding-top: 10px;
 background-color: #3e3e3e;
 background-image: linear-gradient(#959595,#3e3e3e);
 border-radius:5px;
}

#header_login_area .formlist .btn a{
color: #fff;
text-decoration: none;

}



/* ==============================================
 フッター
=============================================== */
#footer_wrap_top{
	width:100%;
	margin:40px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #ccc;
}
.footer_grid{
	width:980px;
	margin:0 auto;
}
.footer_grid ul{
	margin:0 0 40px;
	padding:0;
	list-style-type:none;
}
.footer_grid ul li{
	float:left;
}
#footer_wrap {
    width: 100%;
    background-color: #f0f0f0;
    height: 660px;
    margin: 30px 0 0 0;
    color: #000000;
}
#footer {
	text-align: left;
    margin: auto;
    padding-top: 10px;
    width: 980px;
    font-size: 14px;
}
#footer .footer_title{
    border-bottom: 1px #000000 solid;
}

#footer .footer_box {
    width: 250px;
    float: left;
    margin: 0px 20px 0px 0px;
}

/*フッターカレンダー
-------------------------------*/
#footer .footer_box_03{
    float: left;
    width: 220px;
    text-align: center;
}

#footer #calender_area table{
border-top: 1px solid #d3d3d3;
border-left: 1px solid #d3d3d3;

width: 210px;
}
#footer #calender_area caption{
text-align: center;
color: #Fd7f42;
font-size: 140%;
}
#footer #calender_area th{
background-color: #Fd7f42;
color:#fff;
}
#footer #calender_area th,#footer #calender_area td{
border-bottom: 1px solid #d3d3d3;
border-right: 1px solid #d3d3d3;
}
#footer #calender_area .off{
background-color: #fbe7e9;
}
#footer #calender_area .today{
border: 1px solid #333;
}



#footer .footer_box_04{
	margin: 0 auto;;
    float: left;
    width: 220px;
    text-align: center;
}


#footer ul {
    padding: 0px;
    margin: 5px 0px 30px 0px;
}
#footer ul li {
    line-height: 160%;
    padding: 0px 0px 0px 15px;
}
#footer ul li a{
color: #000000;
text-decoration: none;

}

#pagetop {
width: 980px;
margin: 0 auto;
    text-align: right;
}
#copyright{
    clear:both ;
    margin: 0 auto;
    color: #ffffff;
    background-color: #024393;
    padding: 15px 0px 30px 0px;
    text-align: center;
    font-size: 97%;
    width: 100%;
}
.pc_footer_copyright {
    display: block;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    width: 100%;
}

.tekigo_footer {
        padding-bottom:20px;
}

.tekigo_footer li {
        font-size:85%;
        width:31%;
        float:left;
        margin-top:10px;
        margin-left:2%;
}


#pagetop{
}

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

/* 480 以下 */
@media screen and (max-width:480px){
	.box40 {
    width: 40px;
}
.box60 {
    width: 50px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 90px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 260px;
}
}
