@charset "utf-8";

/*
	common.css
	Reset / Layout CSS
	Copyright 2012 CREATIVE OFFICE COTOxCOTO All rights reserved.
	Code design : Minoru Sadaoka (Osaka Studio)
	http://www.cotoxcoto.jp/
*/

/************************************************
 リセット設定
************************************************ */


html, body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,select {
	margin: 0;
	padding: 0;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Geneva, sans-serif; */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
	font-size: 12px;
}

fieldset,img {
	border: none;
}
caption,th, td {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse; border-spacing: 0;
}

a {
	color: #068edd;
	text-decoration: none;
}

a:hover {
	color: #FF8800;
	text-decoration: underline;
}







/************************************************
 共通設定
************************************************ */
body {
}

select {
}

/*写真*/
.picture {
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    width: 100%;
}

/* コンテンツ */
#container {
    width: 990px;
    margin: 0 auto;
    padding: 10px;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */

/*
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    width: 990px;
    margin: 0 auto;
}
*/

/* 中央カラム */
.main_column {
	float: left;
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 180px;
    padding-right: 15px;
}
#rightcolumn {
    float: left;
    width: 180px;
    padding-left: 15px;
}

/* 1カラム設定 */
#one_maincolumn {
	float: left;
    margin: 0 auto;
    width: 990px;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    float: left;
    width: 795px;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    float: left;
    width: 795px;
}

/* 3カラム設定 */
#three_maincolumn {
    float: left;
    width: 600px;
}

/* 下層コンテンツ */
#undercolumn {
	float: left;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}


/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
}
.price {
    color: #f00;
}
.sale_price {
    color: #f00!important;
}
.normal_price {
    color: #f00;
    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;
}


/* タイトル
----------------------------------------------- */
#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: 0px;
    padding: 0px;
    color: #000;
    background: url("../img/background/line_02.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;
}





/* ヘッダーナビ(未使用)
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 409px;
    height: 38px;
}

div#header_navi ul{
float:right;
}

div#header_navi ul li {
    display:inline;
    padding:0 10px 0 8px;
				line-height:38px;
				vertical-align:bottom;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
				background:url(../img/common/line_header_navi.gif) right center no-repeat;
}

div#header_navi ul li a:link ,
div#header_navi ul li a:visited{
    text-decoration: none;
}

div#header_navi ul li a:hover{
    color: #3399cc;
    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%;
}


/* 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; }
