@charset "EUC-JP";
/* edit-index.css */

/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 13px;
	font-family:Helvetica, 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3','メイリオ', Meiryo,  sans-serif;
	line-height: 1.4em;
	background-color: #ffffff;
	text-align:center;
	padding-right: 0px;
	padding-left: 0px;
}
/* for WinIE6*/

* html body {
		font-size: 80%;
		font-family: Verdana, 'メイリオ', Meiryo, "MS P ゴシック", sans-serif;
		vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body {
	font-size: 80%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a:link {
		color:#336699;
		text-decoration: none;
}
a:hover {
		text-decoration: underline;
}

a:visited {
		color:#1D5F7D;
		text-decoration: none;
}

 /* IE以外のモダンWEBブラウザ向けの指定 */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

 /* IE7及びMac版IE5向けの指定 */

.clearfix {display:inline-block;}

 /* IE6以前向けの指定 */

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}
.clear {clear: both;font-size: 1px;line-height: 1px;}
/* End hide from IE-mac */

ul,dl,h1,h2,h3,h4,h5,h6{
		margin: 0px;
		padding: 0px;
		list-style: none;
}

.SCT{
		margin-bottom: 20px;
}
#intro {
	background-color: #000;
	color: #FFF;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.2em;
}
#intro .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#intro #introText {
	font-size: 13px;
	float: left;
}
#intro #login {
	float: right;
}
#intro #login a {
	color: #FDBE23;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
		margin:0px auto;
		width:1000px;
		min-width:1000px;
		text-align:left;
}
/*ヘッダー*/
#header {
	clear:left;
	height: 150px;
	color: #FFF;
	background-image: url(https://img15.shop-pro.jp/PA01089/141/etc/head_bg.gif?20110413152623);
	background-repeat: no-repeat;
	background-position: center 0px;
}

/*ナビゲーションの設定*/
#nav {
		padding-left: 16px;
		margin-bottom: 20px;
		height: 44px;
		margin-top: -20px;
}

#nav ul {
}

#nav ul li {
		float: left;
		margin: 0px;
		padding: 0px;
}
body {
		background: url(https://img15.shop-pro.jp/PA01089/141/etc/bg01.gif);
}


#container {
		background: #FFF;
}



/*サイドエリアのレイアウト*/
#side{
		float: left;
		width: 200px;
		margin-left: 20px;
		display: inline-block;
}
#side .SCT h2 {
		font-size: 108%;
}


/*サイドエリアの基本セクションの設定*/
#side .listSCT{
		background: url(https://img15.shop-pro.jp/PA01089/141/etc/side_sect_bg.gif?20110822130326) left bottom;
}
#side .SCT.listSCT ul {
		padding: 7px;
}
#side .SCT.textSCT {
		background: url(https://img15.shop-pro.jp/PA01089/141/etc/side_sect_bg.gif?20110822130326) no-repeat center bottom;
}
#side .SCT.textSCT .inner     {
		padding: 7px;
		font-size: 92.5%;
}
#side .SCT.listSCT li {
	line-height: 1.2;
	margin-bottom: 0.5em;
}
#side .SCT.textSCT.about li a {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


#side #group-list ul{
		border-top:#838383 dotted 1px;
		padding:7px 0px;
		margin:0px 7px;
}
#side .SCT.feed a img {
	margin-right: 5px;
}



/*メインエリアのレイアウト*/
#main {
		width:730px;
		float: right;
		text-align: left;
		margin-right: 20px;
		display: inline-block;
}
#footerInfo {
		clear: both;
		padding-top: 20px;
}


/*インフォメーションフッターのレイアウト*/
#footerInfo .toTop {
		text-align: right;
		border-bottom: 1px solid #CCC;
		margin-bottom: 20px;
}

#footerInfo .left {
		float: left;
		width: 360px;
		margin-right: 20px;
		margin-bottom: 20px;
}

#footerInfo .right {
		float: right;
		width: 350px;
		margin-bottom: 20px;
}

#footerInfo h2 {
		font-size: 110%;
		color: #C00;
		margin-bottom: 0.5em;
}

#footerInfo p {
		font-size: 90%;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
}

#footerInfo #footerContact {
		clear: both;
		background: url(https://img15.shop-pro.jp/PA01089/141/etc/footer_info_h_contact_bg.gif) center bottom;
}

#footerInfo #footerContact .inner {
		padding: 0px 15px 10px;
}

/*構造上のフッターのレイアウト*/
#footer {
		clear: both;
		padding-top: 20px;
		padding-bottom: 50px;
		text-align: center;
}

/*パンくずリストのレイアウト*/
#topicPath {
		margin-bottom: 10px;
}
#free h2 {
	margin-bottom: 20px;
}
#free p.intro {
	padding: 10px;
	line-height: 1.5;
	background-color: #FEFBEB;
	border: 1px dotted #CCC;
	margin-bottom: 15px;
}
#free p.intro2 {
	padding: 10px;
	line-height: 1.5;
	background-color: #EFF1F0;
	border: 1px dotted #CCC;
	margin-bottom: 15px;
}
#free.contact .inner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------------------- 
 *	フリーページ／フォームメール（お問い合せ）
 * ------------------------------------- */


#free .mailForm {
		margin-bottom: 50px;
}


#free .mailForm table {
		width: 100%;
		border: 1px solid #999;
}

#free .mailForm table tr th {
		background: #EEE;
		text-align: left;
		padding: 5px 5px 5px 10px;
		margin: 1px;
		border: 1px solid #CCC;
		width: 10em;
		font-size: 95%;
}
#free .mailForm table tr td  {
		border: 1px solid #E8EBEC;
		margin: 1px;
		padding: 3px;
}

#free .mailForm table tr .cell input {
		border: 1px solid #CCC;
		width: 99%;
		font-size: 130%;
		line-height: 1.5em;
		height: 1.5em;
}
#free .mailForm table tr .cell textarea {
		height: 15em;
		width: 100%;
		border: 1px solid #CCC;
		font-size: 130%;
}
#free .mailForm form .submit_btn {
		text-align: center;
		padding-top: 15px;
}

#free .mailForm form .submit_btn input {
		background: #CCC;
		border-style: none;
		padding: 5px 8px;
}

#free .mailForm form .rei {
		margin-left: 0.5em;
		color: #666;
		font-size: 90%;
}


/* ------------------------------------- 
 *	フリーページ／よくある質問
 * ------------------------------------- */


#free #question   {
	margin-bottom: 30px;
	padding-top: 25px;
}
#free #question h3 {
	font-size: 108%;
	color: #520905;
}
#free #question ul {
	list-style-type: disc;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#free #question ul li {
	line-height: 1.3;
	margin-bottom: 0.5em;
}
#free .answer h3 {
	font-size: 108%;
	color: #520905;
	font-weight: bold;
	margin-bottom: 10px;
}
#free .answer dl {
	border: 1px solid #E8EBEC;
	margin-bottom: 25px;
}
#free .answer dl dt {
	background-color: #E8EBEC;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}
#free .answer dl dd {
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}
#free .answer dl dd .toTop {
	text-align: right;
	margin-top: 0.5em;
	font-size: 92.5%;
}
#free.howto p {
	margin-bottom: 1em;
}

/* ------------------------------------- 
 *	夏期休暇用設定／
 * ------------------------------------- */

.holiday-top{
    color:#FFFFFF;
    line-height: 1.3;
    font-size:large;
    font-weight:bolder;
    padding:10px;
    margin:10px 0px;
    background-color:#DA3531 ;
}

.holiday{
    width:940px; 
    color:#000000;
    line-height: 1.3;
    padding:10px;font-size:medium ;
    padding:10px;padding:0px 10px 10px 10px;
    margin:20px auto;
    background:#FFFFFF ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    border-top: 1px solid grey;
    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;
}

.center{
 text-align: center;
}


/* ----------------------- 休業期間のお知らせ -----------------------*/
.holiday-info {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
	border: 3px solid #D1D1D1;
	margin-bottom: 20px;
	margin-top: 10px;
  	width: 940px;
  	margin-left: auto;
	margin-right: auto;
}
.holiday-info h2 {
	margin-bottom: 10px;
	color: #474747;
	text-align: center;
	font-size: 16px;
}
.holiday-info__title {
	margin: 0px;
	padding: 0;
	font-size: 14px;
}
.holiday-info__text {
	line-height: 1.8!important;
	text-align: center;
	color: #4D4D4D;
	font-size: 14px;
}
.holiday-info strong{
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	}
.holiday-info__strong1  {
	background-color: #BD4547;
	margin-left: auto;
	border-radius: 3px;
	margin-right: auto;
	color: #FFFFFF;
	margin-bottom: 10px;
	width: 80%;
}
.holiday-info__strong2 {
	color: #5B5B5B;
	margin-top: 5px;
}
.holiday-info em {
	font-weight: bold;
	font-style: normal;
}
/* -----------------------  //休業期間のお知らせ -----------------------*/


/* -カテゴリフリーエリア -*/

.category-freearea {
	line-height: 2.0!important;
	color: #4D4D4D;
	font-size: 18px;
    text-align: center;
}

.category-freeareaB {
	line-height: 2.0!important;
	color: #4D4D4D;
	font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.category-freeareaC {
	line-height: 2.0!important;
	color: #4D4D4D;
	font-size: x-large;
    text-align: center;
}

.red{
    color: #ff0000;
}

.aokei{
    color: #2E2EFE;
}

/* -カテゴリフリーエリア -*/

.itemPrice {
    color: #000000;
}

/* ------------------------------------- 
 *	送料無料バッジ追加 202011
 * ------------------------------------- */

/* ------ 期間終了
.listbox,
.otherItemBox,
#mainPh{
	position: relative;
}
.OM001:after,
.OM002:after,
.OM003:after,
.OM004:after,
.OM005:after,
.OM006:after,
.OM007:after,
.OM008:after,
.OM011:after,
.OM012:after,
.OM013:after,
.OM014:after,
.OM015:after,
.OM016:after,
.OM017:after,
.OM018:after,
.OM021:after,
.OM022:after,
.OM023:after,
.OM024:after,
.OM025:after,
.OM026:after,
.OM027:after,
.OM028:after,
.OM031:after,
.OM032:after,
.OM033:after,
.OM041:after,
.OM042:after,
.OM051:after,
.OM052:after,
.OM053:after,
.OM054:after,
.OM055:after,
.OM056:after,
.OM061:after,
.OM062:after,
.OM063:after,
.OM064:after,
.OM065:after,
.OM066:after,
.OM071:after,
.OM072:after,
.OM073:after,
.OM074:after,
.OM075:after,
.OM076:after,
.OM081:after,
.OM082:after,
.OM083:after,
.OM084:after{
	content: '';
	width: 75px;
	height: 75px;
	background-image: url("https://img15.shop-pro.jp/PA01089/141/etc/badge202011-200-200.png?cmsp_timestamp=20201117210651");
	position: absolute;
	top: -10px;
	left: -10px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-5deg);
}

　------ */

/*商品詳細での設定変更*/

/* ------ 期間終了
#mainPh:after{
	top: -8px;
	right: 10px;
	left: inherit;
	width: 120px;
	height: 120px;
	transform: rotate(5deg);
}
　------ */

/*この商品を買ったひとは*/

/* ------ 期間終了
.otherItemBox:after{
	top: -5px;
	right: -5px;
	width: 50px;
	height: 50px;
}
　------ */

img{max-width: 100%; height: auto; }

