@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
	height: 100%;
    color: #333333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', Verdana, sans-serif;
    /*background-color: #ffffff;*/
    background: url(../c_img/common/bg_img.gif) repeat top left;
    font-size: 72.5%;
    line-height: 115%;
/*    letter-spacing: 0.1em;*/
    letter-spacing: normal;
    padding: 0px 0px 30px 0px;
}

.bannerWrapper {
	//background: url(../c_img/common/banner_tate.jpg) repeat-y top left;
	//height: auto;
}

h1.keywords {
	width: 1020px;
	margin: 0 auto;
	font-size: 8pt;
	text-align: right;
}

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
    border: 1px solid #d6cdbe;
}

/*YouTube レスポンシブ化*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    padding-bottom: 80px;
    width: 100%;
    text-align: center;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.dummy-frame_outer {
	background: url(../c_img/common/bg_img.gif) repeat top left;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    //padding-bottom: 20px;
    width: 1020px;
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
/*    padding: 15px;*/
    width: 960px;
    background: #fff;
    text-align: left;
}

/* 中央カラム */
.main_column {
    //padding: 0 0 20px;
}

/* サイドカラム */
#leftcolumn {
    float: left;
/*    width: 20%;*/
    width: 210px;
    margin-left: 30px;
}
#rightcolumn {
    float: right;
/*    width: 20%;*/
    width: 205px;
    margin-right: 30px;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
/*    width: 80%; */
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    margin-left: 30px;
    float: left;
    width: 752px;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
/*    padding-right: 1.5%;*/
/*    width: 78%;*/
	padding-right: 5px;
	width: 740px;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    width: 540px;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}


/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: #333333;
    //text-decoration: none;
    text-decoration: underline;
}
a:link:hover ,
a[href]:hover {
    color: #ff1170;
    //text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price {
    color: #f00;
}
.sale_price {
    color: #ff1170;
    font-size: 14px;
    font-weight: bold;
}
.normal_price {
    color: #333333;
    font-size: 12px;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.user_nameHeader {
	text-align: right;
	font-size: 10px;
    color: #333333;
    padding-right: 30px;
    padding-bottom: 3px;
}
/* Firefox3.5~,chrome用ハック */
body:first-of-type .user_nameHeader {
    padding-right: 35px;
    padding-bottom: 3px;
}
.user_nameMypage {
    font-weight: bold;
    color: #ffffff;
}
.recommend_level {
    color: #ff9900;
}

.attention {
    color: #ff0000;
    line-height: 150%;
}
.attention_icon {
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
}
.attention_r {
    //color: #ff0000;
    text-align: right;
    margin: 5px 40px 0 0;
}

.attentionSt {
    color: #ff0000;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}

.kiyaku_attentionSt {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

.kiyaku_specialFont {
    font-size: 14px;
    font-weight: bold;
}

.error_comment {
    color: #ff0000;
    //height: 24px;
    line-height: 24px;
}


/* 行揃え
----------------------------------------------- */
.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;
    color: #333333;
}
/* placeholder文字色 */
/*for Webkit*/
input::-webkit-input-placeholder {
	color: #7d6b49;
}
/*for Firefox*/
input:-moz-placeholder {
	color: #7d6b49;
}

.box30 {
    width: 30px;
}
.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box115 {
    width: 115px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box160 {
    width: 160px;
}
.box240 {
    width: 240px;
}
input[type='text'].box250_search {
    width: 230px;
    height: 20px;
    border: 1px solid #ffffff;
    font-size: 12px;
    padding-top: 0;
    padding-left: 20px;
    vertical-align: middle;
    background: #ffffff url('../c_img/common/icon_search.gif') no-repeat 3px;
}
/* IE7,8用ハック */
input[type='text'].box250_search {
    height/*\**/: 15px\9;
	padding-top/*\**/: 5px\9;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box340 {
    width: 340px;
}
.box350 {
    width: 350px;
}
.box360 {
    width: 360px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
#under02column_shopping h2.title {
	margin: 5px auto;
	text-align: center;
}
/*
h2.title {
    margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #f60;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #fef3d8;
    font-size: 170%;
}
*/
/* #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: 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 {
    margin: 0 auto;
	padding-top: 18px;
	width: 1020px;
}
#dummy-header_wrap {
    margin: 0 auto;
	padding-top: 18px;
	width: 1020px;
}
#header {
    width: 1020px;
    height: 175px;
	background: url("../c_img/common/bg_header.png") no-repeat top #ffffff;
}
#dummy-header {
    width: 1020px;
    height: 120px;
	background: url("../c_img/common/bg_header.png") no-repeat top #ffffff;
}
#logo_area {
    float: left;
    text-align: left;
}
#header_utility {
    float: right;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */
#logo_area img {
    margin: -19px 20px 15px 25px;
}
#logo_area h1 {
    font-weight: normal;
	overflow:hidden;
}

/* ヘッダーナビ
----------------------------------------------- */
#header_navi {
    float: right;
    width: 842px;
}
/* Firefox3.5~,chrome用ハック */
body:first-of-type #header_navi {
    float: right;
    width: 845px;
}
#site_description {
    color: #ff1170;
    font-size: 13px;
    padding-top: 40px;
    text-align: left;
    line-height: 1.3em;
}
div#header_navi ul li {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 23px;
}
li#free_entry {
	margin-left: 15px;
}
li#free_entry a:hover ,
li#forgot_pass a:hover ,
li#navi_contacts a:hover {
	//color: #660000;
	color: #ff1170;
	text-decolation: underline;
}
li.login ,
li.logout {
	margin-left: 10px;
	margin-right: 3px;
}
#navi_search {
	float: left;
	width: 960px;
	margin-top: 5px;
	padding: 0 30px;
}
/*-- ここからブランド別,カテゴリー別検索 --*/
ul#nav_search {
	margin: 0; padding: 0;
	float:left;
	width: 390px;
	list-style: none;
	font-size: 1.1em;
}
ul#nav_search li {
	float: left;
	margin: 0;
	padding-right: 5px;
	position: relative; /*--ここ大事--*/
}
ul#nav_search li a {
	float: left;
	text-indent: -9999px;
	height: 38px;
}
ul#nav_search li:hover a, ul#nav_search li a:hover { background-position: left bottom; } 
ul#nav_search a.nav_brand {
	background: url(../c_img/common/navi_brand.gif) no-repeat;
	width: 190px;
}
ul#nav_search a:hover.nav_brand {
	background: url(../c_img/common/navi_brand_on.gif) no-repeat;
	width: 190px;
}
ul#nav_search a.nav_category {
	background: url(../c_img/common/navi_category.gif) no-repeat;
	width: 190px;
}
ul#nav_search a:hover.nav_category {
	background: url(../c_img/common/navi_category_on.gif) no-repeat;
	width: 190px;
}
/* ここからドロップダウンメニュー内 */
ul#nav_search li .sub {
	position: absolute; /*--ここ大事--*/
	top: 36px; left: 0;
	width: 480px;
	/*background: url(../c_img/common/bg_nav_search.gif) repeat;*/
	background: #f1a5ce;
	padding: 10px 0 10px 25px;
	float: left;
	text-align: left;
	z-index: 100;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--JSオフ時に表示されないようにします--*/
}
ul#nav_search li .row { 
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#nav_search li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
}
ul#nav_search .sub ul li {
	width: 135px;
	color: #fff;
	border-right: 1px dashed #ffffff;
}
ul#nav_search .sub ul li h2 { 
	padding: 0;  margin: 0;
	font-size: 12px;
	font-weight: bold;
}
ul#nav_search .sub ul li h2 a { 
	padding: 5px 0 0 0;
	background-image: none;
	color: #cc0033;
}
ul#nav_search .sub ul li h3 { 
	padding: 0;  margin: 0;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
}
ul#nav_search .sub ul li h3 a { 
	background-image: none;
	padding-left: 0;
	color: #cc0033;
}
ul#nav_search .sub ul li a {
	background: url(../c_img/common/search_arrow_right.gif) no-repeat left;
	padding-left: 10px;
	float: none;
	text-indent: 0; /*--text-indent戻します--*/
	height: auto;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
}
ul#nav_search .sub ul li a:hover {
	color: #cc0033;
	text-decoration: underline;
}
ul#nav_search .sub ul li.bottom {
	padding-bottom: 10px;
}
/* ここまでドロップダウンメニュー内 */
div.btn_detailsearch {
	margin-top: 3px;
}
/* かごの中 2011/06/24 松島 */
div#cart_in {
	clear: both;
	width: 960px;
	text-align: right;
}
/* カテゴリーナビゲーション追加 2011/06/23 松島 */
div#category_navi {
	clear: both;
	width: 960px;
	height: 26px;
	background-color: #980065;
	padding-top: 10px;
	color: #ffffff;
	font-size: 14px;
}

/* ==============================================
SSL暗号化表記
=============================================== */
#ssl {
	width: 516px;
	border: 2px solid #cccccc;
	padding: 10px;
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    padding-top: 40px;
    width: 1020px;
    background: #ffffff;
}
#footer {
    margin: 0 auto;
    width: 960px;
    height: auto;
}
.footer_logo {
	padding: 30px 0 8px 30px;
	text-align: left;
	background: url(../c_img/common/bg_footer-top.png) no-repeat;
}

#btn_top {
	right: 0px;
	top: 558px;
	width: 54px;
	height: 37px;
    background: url(../c_img/common/page_top.gif) no-repeat;
    text-indent: -9999px;
    display: block;
}

#fotterGuide{
	width: 960px;
    height: auto;
	background: url(../c_img/common/bg_footer-mid.png) repeat;
}

/* safari用ハック */
body:first-of-type #fotterGuide {
	width: 960px;
}

#fotterGuide_left{
	float: left;
	width: 450px;
	padding-left: 30px;
	text-align: left;
	color: #333333;
}

#fotterGuide_left .footer_label img {
	margin-left: 5px;
}

#fotterGuide_left .footer_link {
	color: #333333;
	margin-left: 10px;
	margin-bottom: 5px;
}

#fotterGuide_left .footer_link a {
	color: #333333;
	font-weight: bold;
	text-decolation: underline;
}

#fotterGuide_left a:hover {
	//color: #660000;
	color: #ff1170;
	text-decolation: underline;
}

#fotterGuide_right{
	float: right;
	width: 450px;
	margin-right: 15px; 
	text-align: left;
	color: #333333;
}

#fotterGuide_right .footer_link {
	color: #333333;
	margin-left: 5px;
	margin-bottom: 5px;
}

#fotterGuide_right .footer_link_img {
	margin-left: 15px;
}

#fotterGuide_right .footer_link a {
	color: #333333;
	font-weight: bold;
}


#fotterGuide_right a:hover {
	//color: #660000;
	color: #ff1170;
	text-decolation: underline;
}

#fotterGuide_right .footer_comment {
	margin-left: 15px;
	line-height: 1.5em;
}

#fotterGuide_right .footer_comment_small {
	font-size: 10px;
}

#fotterGuide_right .footer_image {
	margin-top: 5px;
	margin-left: 10px;
}

.bottom_comment {
	padding: 0 10px 0 20px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}

.footer_attention {
	color: #ff0000;
	margin-left: 10px;
}

#copyright {
/*    width: 740px;	*/
/*    float: left;	*/
	text-align: left;
	font-family: 'Georgia', serif;
    font-size: 12px;
    color: #660000;
    margin: 10px 0 30px 0;
	padding-left: 30px;
}

#copyright a {
	font-family: 'Georgia', serif;
    font-size: 12px;
    color: #660000;
}

#copyright a:hover {
    color: #ff1170;
}

#footer_bottom {
	width: 1020px;
	height: 29px;
	background: url(../c_img/common/bg_footer_bottom.gif) no-repeat;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .message {
    margin: 50px 0 20px 0;
    padding-left: 50px;
    line-height: 150%;
    font-weight: bold;
    font-size: 16px;
    color: #ff1170;
		
}
div#complete_area .message2 {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
    line-height: 150%;
    font-size: 12px;
    color: #310000;
		
}
div#complete_area .message3 {
    margin: 30px 0;
    line-height: 150%;
    font-weight: bold;
    font-size: 16px;
    color: #ff1170;
    text-align: center;
}
div#complete_area .message4 {
    margin: 50px 0;
    line-height: 150%;
    font-weight: bold;
    font-size: 16px;
    color: #ff1170;
	text-align: center;
}
div#complete_area .shop_information {
	width: 960px;
    margin: 50px auto 0 auto;
    padding: 20px 0 0 0;
	border-top: 1px dashed #e8d4d6;
}
div#complete_area .shop_information .name {
    margin: 0 0 10px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #ff1170;
}
div#complete_area .shop_information .contact {
    margin: 0 0 10px 20px;
}


/* 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; }

/*スマホ,タブレット用 */
@media screen and (max-width: 1024px) {
    
	/*スマホ,タブレット用の記述 */
	.bannerWrapper {
		background: none;
		height: auto;
	}
	 
}
