@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
	margin: 0px;
	line-height: 1.6;
}

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
	border: 1px solid #ccc;
	padding: 2px;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px 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 0 20px;
}

/* サイドカラム */
#leftcolumn {
	float: left;
	width: 232px;
}
#leftcolumn_top {
	float: left;
	width: 257px;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 1.5%;
    float: left;
    width: 78%;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
	width: 728px;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#two_maincolumn_right_top {
	width: 708px;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
/* 3カラム設定 */
#three_maincolumn {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 35px 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
    margin-right: 3px;
}
.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;
}


/* フォーム
----------------------------------------------- */
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 {
    margin-bottom: 10px;
    padding: 8px;
    color: #036;
    font-size: 170%;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
}

#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: 10px 0;
	padding: 15px 0 5px;
	color: #009999;
	font-size: 130%;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#two_maincolumn_right .main_comment h3 {
	margin: 0;
	padding: 0 0 10px;
	color: #009999;
	font-size: 130%;
	font-style: italic;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header {
	height: 80px;
	width: 980px;
	margin-bottom: 10px;
}
#header #logo {
    width: 80%;
	float:left;
}
#header #logo h1 {
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header #logo h1 a {
	background-image: url(../img/jcool/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	width: 63px;
}
#header #h_search {
	width: 20%;
	float: right;
	padding-top: 10px;
	text-align: right;
}
#header #h_search .btn_search {
     margin-top:2px; vertical-align:middle;
}

#header {
	height: 80px;
	width: 980px;
}
#header #logo h1 {
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*#header #logo h1 a {
	background-image: url(../img/jcool/logo2.png);
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	width: 137px;
}*/
#globalnavi {
	height: 41px;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
}
#globalnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#globalnavi li {
	width: 102px;
	height: 41px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}  
  
#globalnavi a {  
  text-indent: -9999px; /* テキストを隠す */  
  text-decoration: none;  
  display: block;  
  width: 102px;  
  height: 41px; /* リンク領域を広げる */  
  background-image: url(../img/jcool/navi.png);  
  background-repeat: no-repeat;  
}  
  
#menu1 a { background-position: 0 0; } /* 表示画像の位置を指定 */  
#menu2 a { background-position: -102px 0; }  
#menu3 a { background-position: -204px 0; }  
#menu4 a { background-position: -306px 0; }  
#menu5 a { background-position: -408px 0; } 
#menu6 a { background-position: -510px 0; }
#menu7 a { background-position: -612px 0; }
#menu8 a { background-position: -714px 0; } 
#menu9 a { background-position: -816px 0; }   
  
#globalnavi a:hover {  
  text-decoration: none;  
  background-image: url(../img/jcool/navi.png);  
  background-repeat: no-repeat;  
}  
  
#menu1 a:hover { background-position: 0 -41px; } /* 入れ替え画像の位置を指定 */  
#menu2 a:hover { background-position: -102px -41px; }  
#menu3 a:hover { background-position: -204px -41px; }  
#menu4 a:hover{ background-position: -306px -41px; }  
#menu5 a:hover{ background-position: -408px -41px; } 
#menu6 a:hover{ background-position: -510px -41px; }
#menu7 a:hover{ background-position: -612px -41px; }
#menu8 a:hover{ background-position: -714px -41px; }
#menu9 a:hover{ background-position: -816px -41px; }  


/* ヘッダーナビ
----------------------------------------------- */
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 {
	position: absolute;
	bottom: 0;
	background-image: url(../img/jcool/bg_footer_wrap.jpg);
	background-repeat: repeat-x;
	height: 135px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
#footer {
	height: 135px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/jcool/bg_footer.jpg);
	background-repeat: no-repeat;
}
#footer_navi {
	line-height: 24px;
	text-align: center;
	padding-top: 20px;
}
#credit {
	text-align: center;
	padding-top: 50px;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.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;
}
