@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2rem;
	line-height: 150%;
	letter-spacing: 0.1em;
	background-image: url(../img/background/back_body.gif);
}

select {
    border: solid 1px #ccc;
}

.accordion_head {
    cursor: pointer;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 950px;
    text-align: left;
}

/* */
#beginner h1,
#order h1,
#data h1,
#questions h1,
#size_price h1 {
    margin: 10px 0 0 0;
}

/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    padding: 15px;
    width: 950px;
    background: #fff;
    text-align: left;
}

/* 中央カラム */
.main_column {
    padding: 10px 0 20px;
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 240px;
    margin: 0 0 0 0;
    position:relative;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 1カラム設定 */
#one_maincolumn {
   /* margin: 0 auto; */
   /* width: 80%; */
width: 700px;
float: right;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    float: left;
    width: 700px;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    width: 700px;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* 下層コンテンツ */
#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: #444444;
	text-decoration: underline;
}

.btn_area a:link ,
.btn_area a:visited {
    color: #444444;
    text-decoration: none;
}

a:link:hover ,
a[href]:hover {
    color: #990000;
    text-decoration: none;
}
#footer a:link,
#footer a:visited {
	color:#fff;
	text-decoration: underline;
}
#footer a:link:hover,
#footer a[href]:hover {
	text-decoration: none;
}
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 1.4rem;
    line-height: 150%;
}
h1{
	margin-bottom:10px;
	}
h2{
	font-size: 3rem;
	margin:20px 0 10px 0;
	padding:10px 0 5px 0;
	color:#333;
	background-image: url(../img/common/back_h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight:normal;
	}

h3{
	line-height: 4.2rem;
	font-size:21px;
	margin:15px 0;
	color: #c60904;
	}

h4{
	font-size: 2rem;
	border-bottom:2px solid #c60904;
	padding:5px 0;
	margin:15px 0;
	color:#333;
	}

h5{
	color: #c60904;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	}

h6{
	font-size: 1.6rem;
	padding:5px 0;
	margin:15px 0;
	color:#333;
	}


p.caption{
	font-size: 1.5rem;
	font-weight:bold;
	color:#333;
	margin:0 0 20px 0;
	}

p.detail-img-comment{
	padding:0.3rem;
	text-align: right;
}
.sale_price {
    color: #c60904;
}
.normal_price {
    font-size: 1.1rem;
}
.point {
    color: #c60904;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #c60904;
    margin: 0 10px;
    text-shadow: 1px 1px 0px #fff;
}
.attentionSt {
    color: #c60904;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 1.1rem;
}


/* 行揃え
----------------------------------------------- */
.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;
	line-height:20px;
	margin:0;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box155 {
    width: 155px;
}
.box160 {
    width: 160px;
}
.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;
}

.m_tb10 {
    margin: 10px 0;
}
/* タイトル
----------------------------------------------- */
h2.title {
    margin: 10px 0;
    padding:0 20px;
    color: #fff;
    background-color: #a70601;
    font-size: 1.8rem;
	background-image: url(../img/common/titlearea.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:40px;
	text-shadow: 1px 1px 1px #A01202;
	letter-spacing:normal;
	border:none;
	font-weight:bold;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */

}

#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: 0 0 10px 0;
    padding: 10px 15px;
    color: #c60904;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 1.4rem;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-bottom: solid 4px #a80601;
    height: 110px;
    background: #ffffff;
}
#header {
    margin:0  auto;
    width: 950px;
	position:relative;
}
#logo_area {
    padding: 0px;
	position:absolute;
	top:30px;
	left:0;
    width: 240px;
    text-align: left;
}


#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#site_description {
    font-size: 1.1rem;
}
#logo_area h1 {
    width: 240px;
    height: 65px;
}
#logo_area h1 span {
    display: none; /* テキストロゴ非表示 */
}


/* ヘッダーナビ
----------------------------------------------- */

#header_utility {
    width: 700px;
	position:absolute;
	right:0;
	height:106px;
}

div#header_tel{
	height:65px;
	width:314px;
	text-align:center;
	float:left;
	position:absolute;
	left:0;
	top:0;
	visibility: hidden;
	}
div#header_btn{
	width:430px;
	float:right;
	height:31px;
	}
div#header_search{
	width:386px;
	float:right;
	height:34px;
	overflow:hidden;
	position:relative;
	text-align:left;
	}
div#header_search ul{
	width:160px;

	}
div#header_search ul li{
	width:80px;
	height:20px;
	float:left;
		margin:5px 0;
	text-align:center;
	}
div#header_search dl.formlist{
	position:absolute;
	top:0;
	right:0;
	line-height:20px;
	height:20px;
	width:310px;
	}

div#header_sns{
	width:176px;
	float:left;
	}

div#header_sns ul{
	}
div#header_sns ul li{
	width:31px;
	height:30px;
	float:left;
	padding:0 4px 0 0;
	position:relative;
	}
div#header_sns ul li a{
	display:block;
	width:31px;
	height:30px;
	overflow:hidden;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    height: 30px;
}
div#header_navi ul li {
    display: block;
    float: left;
	width:105px;
	height:25px;
	margin:0;
	overflow:hidden;
}
div#header_navi ul li a{
	margin:0 0 0 5px;
	display:block;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {

}


div#headerNavi{
	height: 40px;
	width:710px;
	top:70px;
	position:absolute;
	right:0;
	}
div#headerNavi ul{
	margin:0;
	padding:0;
	}
div#headerNavi ul li{
	height:43px;
	padding:0;
	float:left;
}
div#headerNavi ul li a{
	height:43px;
	margin:0 0 0 10px;
	width:168px;
	overflow:hidden;
	display:block;
}
/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0;
    padding:10px 0 5px 0;
    background: #A01202;
}
#footer {
    margin: auto;
    padding:5px 0 10px 0;
    background:#595959;
    width: 950px;
	color:#FFFFFF;
	text-align:left;
}
#footer h5{
	margin:0;
	padding:0;
	}
#footer h6{
	font-size: 1.4rem;
	margin:0 0 10px 0;
	padding:0;
	color:#FFFFFF;
	}
#footer h6 span{
	font-weight:normal;
	letter-spacing:0;
	}
#footer p{
	margin:0 0 10px 0;
	}
#pagetop {
	margin:-40px 0 0 0;
	padding:0;
	position:relative;
    text-align: right;
}

#footer_left{
	width:293px;
	float:left;
	padding:0 10px;
	}
#footer_center{
	width:294px;
	float:left;
	padding:0 10px;
	}

#footer_right{
	width:293px;
	float:left;
	padding:0 10px;
	}

#footer_left div,#footer_center div,#footer_right div{
	border-bottom:1px dotted #ffffff;
	padding:20px 0 10px 5px;
	}

#footer ul li{
	padding:0 0 0 20px;
	}
#copyright {
    text-align: center;
    font-size: 1.17rem;
	color:#ffffff;
	clear:both;
	padding:5px 0 10px 0;
}




/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.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: 1.4rem;
}
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: 1.6rem;
}


/* Tipsy
----------------------------------------------- */
.tipsy { padding: 5px; font-size: 1.2rem; 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; }


/*通常ボタン*/
.btn-normal, a.btn-normal:link, a.btn-normal:visited {
    margin-right: 5px;
    padding: 2px 10px;
    border: solid 1px #c00;
    display: inline-block;
    color: #c00;
    background-image: url('../img/white-grad.png');
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fcc;
    font-weight: normal;
    font-size: 1.1rem;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
}

a.btn-normal:hover, a.btn-action:hover, a.btn-tool:hover{
    border: solid 1px #d5d7df;
    color: #6d728b;
}

a.btn:active, a.btn-normal:active {
    background-image: url('../img/white-grad-active.png');
}

.pattern_discount{
    margin:0px 5px 5px;
}
.delivery_charge{
    margin:5px 5px;
}

div#undercolumn_cart .delivery_charge p,
div#undercolumn_cart .show_design p{
    margin-left: 0;
    margin-top: 4px;
    font-size: 8px;
}


.pattern_discount p.attention {
    padding-left:11px;
    text-indent:-16px;
    margin-left: 0;
    margin-top: 4px;
    font-size: 8px;
}
.delivery_charge p.attention {
    padding-left:16px;
    text-indent:-16px;
    margin-left: 0;
    margin-top: 4px;
    font-size: 8px;

}

.show_design p.attention {
    padding-left:16px;
    text-indent:-16px;
    margin-left: 0;
    margin-top: 4px;
    font-size: 8px;

}
.pattern_discount p.attention:before,
.delivery_charge p.attention:before,
.show_design p.attention:before{
    content: "◆";
    margin-right: 5px; /* アイコン右マージン */
}

.discount_option {
    border: solid 4px #AA0000;
    padding-left: 10px;
    padding-top: 10px;
}

div#undercolumn_cart p.large_phrase {
    font-size: 24px;
    color: #AA0000;
    margin-left: 7px;
}

div.border_line_discount {
    border: inset 1px #EEEEEE;
    margin-top: 10px;
    margin-bottom: 10px;
}
