﻿@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      mod_plus.css
Update:         2021.07.27
Author:         H.I
Style Info:     ショップ設定

	01. 共通
	02. ニコットプラスTOP
	03. ファッション、インテリアショップ
	04. ガチャ、増築
	05. ドリーム券抽選会場
	06. ペットショップトップ
	07.ガーデニングショップトップ

----------------------------------------------------------- */



/* ----------------------------------------------------------------------
  01. 共通
---------------------------------------------------------------------- */

/* promotionArea
------------------------------------------- */
body#plus #promotionArea {
	margin-bottom: 10px;
	width: 650px;
	height: 228px;
	background: url("/image/shop/common/bg_promotionarea.gif") no-repeat;
}

body#plus #promotionArea .pr02 {
	width: 190px;
	height: 200px;
	padding: 1px 1px 0 0;
	float: right;
}

body#plus #promotionArea .main { float: left; width: 428px; height: 199px;}


/* plus-managerInfoArea
------------------------------------------- */
#plus-managerInfoArea {
	margin-bottom: 15px;
	width:650px;
	background: url("/image/shop/common/bg_handwrite_frame_body.gif") no-repeat;
}

#plus-managerInfoArea .bottom {
	width:650px;
	height: 12px;
	overflow: hidden; /* IE6 */
	background: url("/image/shop/common/bg_handwrite_frame_bottom.gif") no-repeat;
}

#plus-managerInfoArea img {
	vertical-align: bottom;
	line-height: 1;
}

#plus-managerInfoArea h4 {
	margin: 0 17px 7px 17px;
	padding: 13px 0 8px 0;
	background: url("/image/shop/common/bg_handwrite_line.gif") bottom left repeat-x;
}

#plus-managerInfoArea .date {
	position: relative;
}

#plus-managerInfoArea .date span {
	display:block;
	position: absolute;
	top: -32px;
	right: 20px;
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

#plus-managerInfoArea .date span a:link,
#plus-managerInfoArea .date span a:visited {
	color: #c18d26;
	text-decoration: none;
}

#plus-managerInfoArea .date span a:hover {
	color: #ebac2d;
	text-decoration: underline;
}


#plus-managerInfoArea p {
	margin: 0 20px 0 20px;
	color: #4D5156;
	background: url("/image/common/ico_list_info.gif") no-repeat 2px 7px;
	padding-left: 10px;
}

#plus-managerInfoArea p strong {
	font-weight: bold;
	padding: 0 1px;
	color: #5F6368;
}

#plus-managerInfoArea p strong.red {
	color: #ca4d4e;
}

#plus-managerInfoArea p a:link,
#plus-managerInfoArea p a:visited {
	color: #c18d26;
	text-decoration: underline;
}

#plus-managerInfoArea p a:hover {
	color: #ebac2d;
	text-decoration: underline;
}

/*----追加（リンク用矢印アイコン）-----*/
#plus-managerInfoArea p a{
    background: url("/image/common/information/arrow_link.png") no-repeat; padding-left: 13px;}


/* ----------------------------------------------------------------------
  02. ニコットプラスTOP
---------------------------------------------------------------------- */

/* siteTitleArea
---------------------------------------------------------------------- */
body#plus #siteTitleArea{
	display:none;
}

/* h4
---------------------------------------------------------------------- */
body#plus #contentsArea h4{
	margin-bottom: 10px;
	padding-bottom: 6px;
	/*border-bottom: 1px solid #ccc;*/
	background: url("/image/shop/common/pic_underline.gif") bottom left repeat-x;
}

body#plus #contentsArea h4 img{
	vertical-align: bottom;
}

body#plus #contentsArea .titleSupple{
	position: relative;
}

body#plus #contentsArea .titleSupple span{
	display:block;
	position: absolute;
	top: -32px;
	right: 6px;
	color: #999;
	font-size: 11px;
	font-weight: bold;
}


/* shopList
---------------------------------------------------------------------- */
body#plus #contentsArea .shopList {
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

body#plus #contentsArea .shopList .shopImg {
	float: left;
	width: 130px;
	height: 130px;
	margin-left: 5px;
	_margin-left: 3px;
	padding: 0;
	background: #eee;
}

body#plus #contentsArea .shopList dt img.icon {
	margin: 0 0 2px 4px;
}

body#plus #contentsArea .shopList dl {
	position: relative;
	margin-left: 142px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

* html #contentsArea .shopList dl {
	\height /**/: 125px; /* IE5 */
}

body#plus #contentsArea .shopList dt {
	padding-top: 5px;
	font-weight: normal;
	overflow: hidden;
	color: #978356;
	font-weight: bold;
}

body#plus #contentsArea .shopList dt a:link,
body#plus #contentsArea .shopList dt a:visited {
	color: #978356;
	text-decoration: none;
}

body#plus #contentsArea .shopList dt a:hover {
	color: #978356;
	text-decoration: underline;
}

body#plus #contentsArea .shopList dd.explain {
	overflow: hidden;
	margin-top: 5px;
	padding-left: 5px;
}

body#plus #contentsArea .shopList dd.btn {
	margin-top: 5px;
	margin-bottom: 10px;
}

body#plus #contentsArea .shopList dd.btn li {
	display: inline;
}

/* FLASH
-------------------------------------------------------------*/
#coinpromotionArea .infocoinBox{
	display:block;
	width: 650px;
	height: 328px;
	margin-bottom:10px;
	text-align: center;
}

#pcoinpromotionArea .infopcoinBox{
	display:block;
	width: 650px;
	height: 93px;
	margin-bottom:10px;
	text-align: center;
}

/*-------------------------------------------------------------------------
	 clearfix
-------------------------------------------------------------------------- */
#contentsArea:after,
#shopTitleArea:after,
#shopArea:after,
#layoutArea:after,
#coordinateArea .layoutBox:after,
#gachaArea .box413:after,
#gachaArea ul.btn:after,
.detailsBox dl:after,
body#plus .utilityBox dl:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
