@charset "UTF-8";

/***************************************************
基本定義
********************************************************/

html, body{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font: 14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fff;
	color:#555;
}
ol,ul{
	list-style-type: none;
}

a {
	text-decoration:none;
	color:#CC8A96;
}

a img:hover {
	opacity: 0.5;
}

*:focus {
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main {
	display: block;
}


/***************************************************
フォーム系
********************************************************/

/*汎用フォーム定義リスト*************/

dl.formlist {
	margin: 0;
	padding: 10px;
}

dl.formlist dt {
	font-size: 110%;
	margin-top: 0.5em;
	font-weight: bold;
}

dl.formlist dt:first-child {
	margin-top: 0;
}

dl.formlist dd .textform {
	padding: 10px;
	font-size: 110%;
}

dl.formlist dd textarea {
	width: 100%;
	height: 220px;
	resize: vertical;
}

/*汎用フォームテーブル*************/

table.formtable {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: none;
}

table.formtable th {
	background: #F4F3EE;
	width: 200px;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	padding: 10px;
	padding-left: 1.5em;
	font-weight: normal;
}

table.formtable td {
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}

table.formtable a:hover {
	text-decoration: underline;
}

/*水平*/

table.formtable.horizon th {
	width: auto;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

table.formtable.horizon td{
	text-align: center;
}


.tderror {
	background: #FEEFF1;
}


/*ERROR表示スタイル定義*************/

.error_wrap {
	background: #feeff1;
	border: solid 3px red;
	padding: 10px;
	margin: 10px 0;
}

.error_wrap span {
	display: block;
	font-weight: bold;
	color: red;
	margin-bottom: 0.5em;
}

.error_wrap span:last-child {
	margin-bottom: 0;
}

.error_wrap span:before {
	content: url("../images/error_icon.png");
	vertical-align: -4px;
	margin-right: 0.3em;
}

/*単体用*/

.caution {
	color: red;
}

.caution:before {
	content: url("../images/error_icon.png");
	vertical-align: -4px;
	margin-right: 0.3em;
}



/*フォーム汎用スタイル定義**************************/

.textform {
	border: solid 1px #aaa;
	background: #fff;
	padding: 7px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.textform:focus {
	border: solid 1px #EEA34A;
	background: #FFF6D5;
}

.textform.serch {
	padding: 10px;
}

select.textform {
	border: solid 1px #aaa;
	background: #fff;
	padding: 7px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

select.textform:focus {
	border: solid 1px #EEA34A;
	background: #FFF6D5;
}

select.textform.serch {
	padding: 10px;
}


/*フォームエラー**************************/

.textform.form-e {
	border: 1px solid red;
	background: #FEEFF1;
}

.textform.form-e:focus {
	background: #FFF6D5;
}

/***************************************************
共通要素
********************************************************/

/*clerfix******************************/

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*コンテナ******************************/

.container {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

main.container {
	padding: 10px 0;
}

/*ヘッダー******************************/

.header {
	height: 120px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.headline {
	width: 100%;
	height: 30px;
	background: #CFCAC4;
	padding: 3px 0;
}

ul.hl_link {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
}

ul.hl_link li {
	float: left;
	margin-right: 20px;
}

ul.hl_link li a {
	color:#555;
}

ul.hl_link li a:hover {
	text-decoration: underline;
}

ul.hl_link li:before {
	content: url("../images/icon_help.png");
	vertical-align: -2px;
}

.head_wrap {
	height: 90px;
	padding: 0;
	margin: 0;
}

ul.head_list {
	margin: 0;
	padding: 0;
	height: 90px;
}

ul.head_list li {
	float: left;
	width: 100%;
}

ul.head_list li:first-child {
	width:295px;
	margin: 0 20px 0 0;
	padding: 10px 0;
}

ul.head_list li:first-child a img:hover {
	opacity: 1.0;
}

ul.head_list li:nth-child(2) {
	width: 104px;
	margin: 0;
	padding: 10px 0;
}

ul.head_list li:nth-child(3) {
	width: 104px;
	margin: 0 15px;
	padding: 10px 0;
}

ul.head_list li:nth-child(4) {
	width: 280px;
	margin: 0 0 0 10px;
	padding: 25px 0;
}

ul.head_list li:nth-child(5) {
	width: 257px;
	height: 100%;
	background: #F4F4EE;
	margin: 0;
	padding: 3px 10px;
}

/*ヘッダーカートエリア*/

ul.headcart {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.headcart li {
	float: left;
	height: 40px;
}


ul.headcart li:first-child {
	width: 55px;
	margin: 2px 0 0 0;
	padding: 0;
}

ul.headcart li:last-child {
	width: 167px;
	padding: 0!important;
	text-align: right;
}

span.cartcolor {
	color:#7F3957;
}

span.font70 {
	font-size: 70%;
}

span.headcart_price {
	font-size: 190%;
}

.head_cart_txt {
	text-align: right;
	font-size: 90%;
}


/*グローバルナビゲーション******************************/

nav.gnav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: url("../images/nav_bg.gif") repeat;
}

ul.gnav_list {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

ul.gnav_list li {
	float: left;
	width: 220px;
	height: 100%;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.gnav_list li:last-child {
	border-right: 1px solid #fff;
}

ul.gnav_list li:hover {
	background: url("../images/menu_hover.png");
}

ul.gnav_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.gnav_list li a img:hover {
	opacity: 1.0;
}

ul.gnav_list li a img {
	padding: 13px;
}

ul.gnav_list li:last-child a img {
	padding: 10px;
}

/*フッター******************************/

.foot_info {
	width: 100%;
	background: url("../images/footer_bg.gif");
	padding: 20px 0;
	margin: 20px 0 0 0;
}

ul.f-info-list {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.f-info-list li {
	float: left;
	margin-right: 20px;
}

ul.f-info-list li h4 {
	height: 33px;
}

ul.f-info-list li:first-child {
	width: 432px;
}

ul.f-info-list li:nth-child(2) {
	width: 387px;
}

ul.f-info-list li:last-child {
	width: 240px;
	margin-right: 0;
}


div.f-free-box {
	margin-top: 20px;
}

.footline {
	width: 100%;
	background: #CFCAC4;
	height: 100px;
	text-align: center;
	padding: 30px;
}

.foot_link {
	margin-bottom: 1.0em;
}

.foot_link a {
	color: #555;
	text-decoration: underline;
}

.foot_link a:hover {
	color:#EC74A1;
}

/*ページトップ*/

.footwrap {
	position: relative;
}

.pagetop {
	display: block;
	position: absolute;
	top:-85px;
	right:0;
}

.pagetop:hover {
	opacity: 0.5;
	cursor: pointer;
}


/*カラム******************************/

.clm {
	float: left;
	padding: 0;
}

.c-slider {
	float: left;
	width: 870px;
	height: 380px;
	margin: 0;
}

.c-left {
	width: 210px;
	margin-right: 20px;
}

.c-center {
	width: 640px;
	margin-right: 20px;
}

.c-right {
	width: 210px;
	margin: 0;
}

/*2カラム用*/

.c-main {
	float: left;
	width: 870px;
	margin: 0;
}

/*左カラム共通要素******************************/

/*ログイン*/
.login_box {
	width: 100%;
	background: #F4F3EE;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 13px;
}

.login_box h4 {
	margin: 0 auto;
	text-align: center;
}

.login_box input.textform {
	width: 100%;
}

.loginbtnbox {
	margin-top: 10px;
	text-align: center;
}

/*ログイン後*/

table.point {
	width: 80%;
	margin: 10px auto;
	border: 1px solid #ccc;
}

table.point th {
	border: 1px solid #ccc;
}

table.point td {
	padding: 3px;
	color:#EC74A1;
	background: #FFF;
}

/*カテゴリメニュー*/

dl.side_menu {
	width: 100%;
	border: 1px solid #ccc;
	margin: 10px 0;
	font-size: 16px;
}

dl.side_menu a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.7em 2.3em 0.7em 1.0em;
}

dl.side_menu dt {
	width: 100%;
	min-height: 43px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: url("../images/nav_bg.gif");
}

dl.side_menu dt a {
	color: #FFF;
}

dl.side_menu dt a:hover {
	text-decoration: underline;
}


dl.side_menu dd {
	width: 100%;
	min-height: 43px;
	margin: 0;
	padding: 0;
	background: url("../images/nav_arrow.png") 96% center no-repeat;
	border-bottom: 1px solid #ccc;
}

dl.side_menu dd:last-child {
	border-bottom: none;
}

dl.side_menu dd a {
	color: #555;
}

dl.side_menu dd a:hover {
	color:#7F3A57;
}

dl.side_menu dd:hover {
	background: url("../images/footer_bg.gif");
}

/*パンくず*/

.breadcrumb {
	width: 100%;
	margin-bottom: 5px;
}

ul.breadcrumb_list {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.breadcrumb_list li {
	float: left;
	margin-right: 0.5em;
}

ul.breadcrumb_list li:after {
	content: ">";
	margin-left: 0.5em;
}

ul.breadcrumb_list li:last-child:after {
	content: none;
}

ul.breadcrumb_list li a:hover {
	text-decoration: underline;
}

/*pager*/

ul.pager {
	width: 531px;
	margin: 20px auto 0 auto;
	padding: 0;
}

ul.pager li {
	float: left;
	width: 2.5em;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 10px;
}

ul.pager li:last-child {
	margin-right: 0;
}

ul.pager li:hover {
	background:  #F7DEE1;
}

ul.pager a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color:#555;
}

ul.pager a:hover {
	text-decoration: underline;
}


/***************************************************
子要素
********************************************************/

/*heading******************************/

/*headtop*/

.headtop {
	font-size: 25px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0;
	border-bottom: 4px double #C98290;
}

.headtop:before {
	content: url("../images/head_icon2.png");
	vertical-align: -6px;
	margin-right: 0.3em;
}

.headtop:nth-child(n+3) {
	margin-top: 70px;
}

/*headlead*/

.headlead {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.headlead:before {
	content: url("../images/head_icon1.png");
	vertical-align: -6px;
	margin-right: 0.3em;
}

.headlead:nth-child(n+2) {
	margin-top: 20px;
}

/*btn******************************/

input[type="submit"] {
    -webkit-appearance: none;
	border:none;
	cursor: pointer;
}

.btn {
	display: block;
	text-align: center;
	color: #FFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*ログイン*/

.btn.login_btn{
	font-size: 110%;
	padding: 7px;
	width: 70%;
	margin: 0 auto;
	background: #C98290;
	box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
	-webkit-box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
	-moz-box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
}

.btn.regist_btn{
	background: #555555;
}

.btn.login_btn:hover {
	background: #7F3957;
}

a.login_help {
	display: block;
	margin-top: 1.0em;
	text-decoration: underline;
	font-size: 13px;
}

a.login_help:hover {
	color:#7F3957;
}

a.login_help:before {
	content:url("../images/icon_help.png");
	margin-right: 0.3em;
	vertical-align: -3px;
}

/*もっと見る*/

a.btn.more_btn {
	font-size: 110%;
	padding: 4px;
	width: 40%;
	margin: 10px auto 20px auto;
	background: #C98290;
	box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
	-webkit-box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
	-moz-box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
}

a.btn.more_btn:before {
	content: url("../images/nav_arrow.png");
	margin-right: 1.0em;
}

a.btn.more_btn:hover {
	background: #7F3957;
}

/*ヘッダーカートの中身を見る*/

.btn.headcart_btn {
	background: #555;
	font-size: 90%;
}

.btn.headcart_btn:hover {
	background: #7F3957;
}

/*汎用-背景白*/

.btn.btn_1 {
	padding: 10px;
	width: 50%;
	margin: 0 auto;
	background: #fff;
	color: #555;
	border: 1px solid #ccc;
}

.btn.btn_1:hover {
	background: #eee;
}

/*汎用-背景pink*/

.btn.btn_2 {
	font-size: 110%;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
	background: #C98290;
	box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
	-webkit-box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
	-moz-box-shadow:rgb(126, 57, 86) 0px 1px 0px 1px;
}

.btn.btn_2:hover {
	background: #7F3957;
}

/*ヘッドサーチ（検索inputimage）*/

.serch_btn:hover {
	opacity: 0.5;
}


/*img******************************/

.banner {
	display: block;
	margin-bottom: 10px;
}

/*box******************************/

.plaintext {
	margin: 0;
	padding: 0;
}

.plaintext p {
	margin-bottom: 1.0em;
}


/***************************************************
index
********************************************************/

/*ランキング*/

dl.rank_list {
	margin: 0;
	padding: 0;
}

dl.rank_list dt {
	width: 100%;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
}

dl.rank_list dt:first-child {
	background: #BDA960;
	color: #FFF;
}

dl.rank_list dt:nth-child(3) {
	background: #AAA9A5;
	color: #FFF;
}

dl.rank_list dt:nth-child(5) {
	background: #997C5A;
	color: #FFF;
}

dl.rank_list dt:nth-child(n+6) {
	border: 1px solid #ccc;
}

dl.rank_list dd {
	margin-bottom: 1.0em;
}

/*最新情報*/
.top_info {
	width: 100%;
	height: 120px;
	background: url("../images/info_bg.png") center no-repeat;
	margin: 0;
	padding: 7px 10px;
}

.top_info p {
	margin-bottom: 0.4em;
}

.top_info a:hover {
	text-decoration: underline;
}

/*ニュースティッカー*/

.ticker {
	margin: 0 auto 10px auto;
	padding: 20px;
	width: 640px;
	text-align: left;
	border: #7F3957 1px solid;
	position: relative;
	overflow: hidden;
	background-color:#ffffff;
}

.ticker ul {
	width: 100%;
	margin-top: -10px;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}

.ticker ul li:before {
	content: url("../images/icon_cau.png");
	vertical-align: -3px;
	margin-right: 0.5em;
}

.ticker ul li a {
	color:#7F3957;
	text-decoration: underline;
}

.ticker ul li a:hover {
	color:#C98290;
}

/*固定キャラ*/

.fixed_charactor {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5000;
}

/*吹き出し*/
.arrow_box {
	width: 200px;
	position: relative;
	background: #ffffff;
	border: 2px solid #555555;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(85, 85, 85, 0);
	border-top-color: #555555;
	border-width: 13px;
	margin-left: -13px;
}



/***************************************************
商品リスト
********************************************************/
/*リスト用*/

ul.product_list {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}

ul.product_list li {
	float: left;
	margin-left: 8px;
	margin-bottom: 10px;
	width: 154px;
}

ul.product_list.p-top li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

ul.product_list.p-datail li:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}

ul.product_list li a {
	color:#555;
}

ul.product_list li a:hover {
	text-decoration: underline;
}

ul.product_list li a img:hover {
	opacity: 1.0;
}

/*ランキング用*/

div.p-rank_wrap {
	width: 154px;
	margin: 1.0em auto 0 auto;
}

div.p-rank_wrap a {
	color:#555;
}

div.p-rank_wrap a:hover {
	text-decoration: underline;
}

div.p-rank_wrap a img:hover {
	opacity: 1.0;
}

/*リスト内部子要素*/

.p-img {
	width: 154px;
	height: 154px;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
}

.p-img img:hover {
	opacity: 0.5!important;
}

.p-img img {
	width: 100%;
	height: auto;
}

ul.p-iconlist {
	margin: 5px 0 0 0;
	padding: 0;
}

ul.p-iconlist li {
	float: left;
	width: 44px;
	margin-left: 6px;
	border: none;
	margin-bottom: 0;
}

ul.p-iconlist li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

span.p-list-price {
	display: inline-block;
	margin-top: 2px;
	color:#c98290;
}

/***************************************************
商品詳細
********************************************************/
/*上部詳細囲み*/

.p_desc_box {
	margin: 0;
	padding: 0;
}

/*画像側*/
.p_desc_left {
	float: left;
	width: 365px;
	padding: 0;
	margin-right: 10px;
}

/*メイン画像*/
#slideshow div {
	width: 364px;
	height: 364px;
	text-align: center;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}

#slideshow div img {
	max-height: 364px;
	max-width: 364px;
}

#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}

/*サムネイル*/

#slideshow ul {
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

#slideshow ul li {
	height: 80px;
	width: 80px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#slideshow ul li:last-child {
	margin-right: 0;
}

#slideshow ul li img {
	max-height: 80px;
	max-width: 80px;
}

#slideshow ul li:hover {
	cursor: pointer;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*説明側*/
.p_desc_right {
	float: left;
	width: 495px;
	padding: 0;
	margin: 0;
}

.p_desc_right h2 {
	margin: 0;
	padding: 0;
	color:#BD435C;
	font-size: 170%;
	line-height:1.2em;
}

/*プライス*/
.d-pricewarap {
	margin: 3px 0;
}

.d-pricewarap span.d-price {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 210%;
}

.d-pricewarap span.d-point {
	font-size: 130%;
	color:#7F3957;
}

/*説明*/

.desctext {
	margin: 10px 0;
}

/*特典*/
.d-priv_box {
	width: 100%;
	margin: 10px 0;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #F7DEE1;
	border: solid 2px #C98290;
}

/*特典子要素*/

.d-priv_img {
	float: left;
	max-width: 200px;
	margin-right: 10px;
}

.d-priv_img img {
	width: 100%;
	height: auto;
	margin: 0;
}

.d-priv_disc {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
}

.d-priv_disc h3 {
	font-size: 120%;
	color:#7F3957;
}

/*カートボタン*/

.p-cartwrap {
	text-align: right;
	width: 100%;
}

.cart_btn {
	float: right;
}

.cart_btn:hover {
	opacity: 0.5;
}

.cartselect {
	float: right;
	margin-right: 10px;
}

span.cartselecttext {
	font-size: 130%;
}

span.cart_comp {
	display: inline-block;
	color:#BD435C;
	font-weight: bold;
	margin-top: 0.5em;
}

/*詳細セクション*/

.p_datail_box {
	margin-top: 20px;
	padding: 10px 0;
	background: url("../images/datail_line.png") top no-repeat;
}

/*詳細画像*/

ul.dataiimg_list {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.dataiimg_list li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 210px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0;
}

ul.dataiimg_list li img {
	width: 100%;
	height: auto;
}


ul.dataiimg_list li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

/*商品詳細テーブル*/

table.p_datail {
	width: 100%;
	border: none;
	margin: 5px 0;
	border-collapse: separate;
	border-spacing: 0 4px;
}

table.p_datail th {
	background: #F4F3EE;
	padding: 5px;
	width: 20%;
	text-align: left;
	font-weight: normal;
}

table.p_datail td {
	padding: 5px 5px 5px 1.0em;
}

table.p_datail td a:hover {
	text-decoration: underline;
}


/***************************************************
お知らせ
********************************************************/

ul.infolist {
	margin: 0;
	padding: 0;
}

ul.infolist li {
	padding: 10px;
	border-bottom: 2px dotted #d2cec6;
}

ul.infolist li:hover {
	background: #F4F3EE;
}

ul.infolist li a:hover {
	text-decoration: underline;
}

.info_day {
	text-align: right;
}

.info_text {
	font-size: 110%;
	margin: 10px 0 20px 0;
}




/***************************************************
お問い合わせ
********************************************************/

.mailform_wrap {
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#F4F3EE;
}


/***************************************************
オプション
********************************************************/

/*横幅*/

.w10 {width: 10%!important;}

.w20 {width: 20%!important;}

.w30 {width: 30%!important;}

.w40 {width: 40%!important;}

.w50 {width: 50%!important;}

.w60 {width: 60%!important;}

.w70 {width: 70%!important;}

.w80 {width: 80%!important;}

.w90 {width: 90%!important;}

.w100 {width: 100%!important;}

/*配置寄せ系*/

.center-block {
	margin: 0 auto!important;
	text-align: center!important;
}

.text-right {
	text-align: right!important;
}

/*margin*/

.m3{margin: 3px!important;}

.m5{margin: 5px!important;}

.m7{margin: 7px!important;}

.m10{margin: 10px!important;}

.m15{margin: 15px!important;}

.m20{margin: 20px!important;}


/*フロート*/

.f-left {
	float: left;
}

.f-right {
	float: right;
}

/*アイコン***************/

/*必須*/

.icon_required {
	display: inline-block;
	font-size: 80%;
	padding: 0 3px;
	background: red;
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 1.0em;
	vertical-align: 1px;
}


/***************************************************
マイページ
********************************************************/

/*ポイント*/

table.mypoint {
	width: 35%;
	margin: 10px 0;
	border: 1px solid #ccc;
}

table.mypoint th {
	border: 1px solid #ccc;
	padding: 10px;
	background: #F4F3EE;
}

table.mypoint td {
	padding: 10px;
	color:#EC74A1;
	background: #FFF;
	text-align: center;
}

/*トップメニュー*/

ul.mypage_list {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

ul.mypage_list li {
	float: left;
	width: 430px;
	margin-bottom: 20px;
	margin-left: 10px;
}

ul.mypage_list li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}

ul.mypage_list li a {
	float: left;
	margin-right: 10px;
}

ul.mypage_list li div {
	width: 210px;
	margin-top: 3px;
	float: left;
}

/*マイページローカルナビゲーション*/

ul.mypage_localnav {
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

ul.mypage_localnav li {
	float: left;
	margin-right: 10px;
}

ul.mypage_localnav li:last-child {
	margin-right: 0;
}

/*Birthdayボイス*/

ul.birth_chara_list {
	margin: 10px auto;
	padding: 0;
}

ul.birth_chara_list li {
	float: left;
	width: 283px;
	margin-right: 10px;
}

ul.birth_chara_list li:last-child {
	margin-right: 0;
}

ul.birth_chara_list li {
	orphans: 0.5;
}

/*完了メッセージ*/

.comp_wrap {
	background: #F9E4E7;
	text-align: center;
	font-size: 120%;
	padding: 10px;
	color: blue;
	font-weight: bold;
}

/*注意書き*/

.cau_text {
	color: #EC74A1;
}

/***************************************************
ショッピングカート
********************************************************/

/*完了画面*****************/

.shop_comptext {
	width: 80%;
	background: #F9E4E7;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	font-size: 110%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.shop_comptext p {
	margin-bottom: 1.0em;
}

.shop_comptext p:last-child {
	margin-bottom: 0;
}

/*カート完了ボイス*****************/

ul.cart_comp_voice {
	margin: 30px 0 0 0;
	padding: 0;
}

ul.cart_comp_voice li {
	float: left;
	margin: 0;
}

/***************************************************
検索
********************************************************/

ul.btn_horizont {
	width: 50%;
	margin: 0 auto;
	padding: 0;
}

ul.btn_horizont li {
	width: 200px;
	float: left;
	margin-right: 10px;
	padding: 0;
}

ul.btn_horizont li:last-child {
	margin-right: 0;
}

/***************************************************
年齢認証
********************************************************/

.age_conf_wrap {
	text-align: center;
	margin: 10px auto;
}

.age_conf_wrap p {
	font-size: 150%;
	font-weight: bold;
}

ul.agelist {
	width: 198px;
	margin: 0 auto;
	padding: 0;
}

ul.agelist li {
	float: left;
	width: 99px;
	margin: 0;
	padding: 0;
}

ul.agelist li input:hover {
	opacity: 0.5;
}



/***************************************************
利用ガイド・よくある質問
********************************************************/

/*?付きheading*/

.guidehead {
	border-bottom: 2px dotted #c98290;
	font-size: 110%;
}

.guidehead:before {
	content: url("../images/icon_helphead.png");
	vertical-align: -6px;
	margin-right: 0.3em;
}

/*ガイド回答用*/

.guidebox {
	margin:10px 0 10px 1.0em;
}

/*ガイド基本リスト*/

ul.guidelist {
	margin: 0;
	padding: 0;
}

ul.guidelist li {
	width: 430px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.guidelist li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}

ul.guidelist li h3 {
	border-bottom: 2px dotted #c98290;
	font-size: 110%;
}

ul.guidelist li h3:before {
	content: url("../images/icon_helphead.png");
	vertical-align: -6px;
	margin-right: 0.3em;
}

ul.guidelist li h3 a {
	color:#555;
}


/*ガイドリスト-Q＆A用*/
ul.guidelist.qanda li {
	width: 100%;
	float: none;
	margin-left: 0;
}

ul.guidelist.qanda li:nth-child(2n+1) {
	clear: none;
	margin-left: 0;
}

ul.guidelist.qanda li h3 {
	margin-top: 20px;
}

/*ガイドリスト-入れ子メニュー*/

ul.guidemenu {
	margin: 10px 0;
}

ul.guidemenu li {
	margin: 0;
	padding: 0;
	margin-left: 1.0em!important;
	font-size: 105%;
}

ul.guidemenu li:before {
	content: url("../images/icon_helpheadarrow.png");
	vertical-align: -2px;
	margin-right: 0.3em;
}

ul.guidemenu li a {
	color:#555;
}

ul.guidemenu li a:hover {
	text-decoration: underline;
}



/*困ったときは*/

.helpbox {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.helpbox-inner {
	margin: 0;
	padding: 0;
}

ul.helpbox-inner li {
	float: left;
	margin-right: 10px;
	padding: 0;
	margin: 0;
}

ul.helpbox-inner li:first-child {
	width: 224px;
	text-align: center;
}

ul.helpbox-inner li:last-child {
	width: 624px;
	margin-right: 0;
}

ul.helpbox-inner li h4 {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 160%;
	color:#7F3A57
}

/*困ったときは-入れ子*/

ul.helpboxcont {
	width: 610px;
	margin: 0 auto;
	padding: 0;
}

ul.helpboxcont li{
	float: left;
	width: 300px!important;
	padding: 10px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

/*Q＆A アンサー*/

.answerbox {
	display: none;
	margin-left: 1.0em;
	margin-bottom: 1.0em;
	border: 1px solid #ccc;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.answerbox a {
	color: #c98290!important;
}

.answerbox a:hover {
	text-decoration: underline!important;
}

.answerbox.plaintext p:last-child {
	margin-bottom: 0;
}


/***************************************************
特定商取引法/プライバシーポリシー
********************************************************/
ol.numlist {
	margin-left: 2.0em;
	list-style-type: decimal;
}

ol.numlist li {
	margin-bottom: 1.0em;
}

ul.basic_list {
	list-style-type: disc;
	margin-left: 2.0em;
}

ul.basic_list li {
	margin-bottom: 1.0em;
}


/***************************************************
スタッフ
********************************************************/

.staffbox {
	position: relative;
	width: 100%;
	height: 1083px;
	background: url("../images/staff_bg.jpg")top center no-repeat;
}

.rela {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.rela a img:hover {
	opacity: 1.0;
}

/*葵*/

.aoibox {
	position: absolute;
	top: 0px;
	left: 0;
	width: 443px;
	height: 377px;
}

.aoibtn1 {
	display: block;
	position: absolute;
	top: 18px;
	right: 51px;
	z-index: 9999;
}

.aoibtn2{
	display: block;
	position: absolute;
	top: 258px;
	left: 0;
	z-index: 9999;
}

.aoibtn3{
	display: block;
	position: absolute;
	top: 258px;
	left: 94px;
	z-index: 9999;
}


/*奏*/

.kanadebox {
	position: absolute;
	top: 18px;
	right: 8px;
	width: 320px;
	height: 432px;
}

.kanadebtn1 {
	display: block;
	position: absolute;
	top: 8px;
	left: 40px;
	z-index: 9999;
}

.kanadebtn2{
	display: block;
	position: absolute;
	top: 278px;
	left: 138px;
	z-index: 9999;
}

.kanadebtn3{
	display: block;
	position: absolute;
	top: 278px;
	right: 0;
	z-index: 9999;
}


/*優*/

.yuubox {
	position: absolute;
	top: 0;
	left: 346px;
	width: 329px;
	height: 720px;
}

.yuubtn1 {
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 9999;
}

.yuubtn2{
	display: block;
	position: absolute;
	top: 555px;
	left: 145px;
	z-index: 9999;
}

.yuubtn3{
	display: block;
	position: absolute;
	top: 555px;
	right: 0;
	z-index: 9999;
}


ul.material_list {
	margin: 0 0 50px 0;
	padding: 0;
}

ul.material_list li{
	float: left;
	width: 267px;
	margin-left: 9px;
}

.material_list li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.material_list li img{
	width: 100%;
	height: auto;
}

