/**
 * Main CSS Stylesheet
 * ファッシーナ用
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	margin: 0;
	padding: 0;
	/*font-family: sans-serif,"メイリオ",verdana, arial, helvetica;*/
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	/*font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
	font-size: 12px;
	color: #492515;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #d9d397;
	scrollbar-shadow-color: #d9d397;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-3dlight-color: #d9d397; 
	background-color: #fef0f2;

}

.address{
	margin: 0;
	padding: 0;
}

abbr{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0px solid red;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #ac374a;
	text-decoration: none;
	}
 
a:visited {
	color: #ac374a;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: orange;
	}

a:active {
	color: #a55f1b;
	}



h2, h3, h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

.biggerText {
	font-size: 12px;
	}

h2, h3, h4, h5, h6 {
	margin: 0;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
}

.clear{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers　全体幅*/
#mainWrapper_right{
	/*background: url(http://www.fascina.co.jp/shop/images/bg_logo.gif) repeat-y right top;*/
}

#mainWrapper {
	/*background-color: #fff;*/  /*仮で背景ピンク*/
	text-align: left;
	width: 100%;
	margin-bottom: 0;
	vertical-align: top;
	/*background: url(http://www.fascina.co.jp/shop/images/bg_logo.gif) repeat-y left top;*/
}

#contentMainWrapper{ /*メイン内容外枠　ここだけ950*/
	width: 950px;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 0;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 

#navColumnOneWrapper{
	margin: 0 0 0 0;
	padding: 0;
}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigationヘッダーナビ*/

.navSplitPagesResult {
	font-size: 10px;
	margin-left: 10px;
}
.navSplitPagesLinks {}

	
	






#navMainWrapper{ /*ヘッダーTOP*/
	margin: 0em;
	background-color: red;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
}

#logoWrapper{
	background: pink;
}










/* ヘッダーロゴ
------------------------------------------------ */
div#header_top{
    width: 100%;
	height: 12px;
    margin: 0 0 0 0;
    padding: 0;
	font-size: 11px;
    background: url("http://www.fascina.co.jp/shop/images/header1_top_bg.png");
    background-repeat: repeat;
	background-position: top;
}

div#header_top .in{
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: right;
}

div#header_top h1{
	width: 150px;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
}

div#header_top h2{
	width: 300px;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
}




div#header{
	width: 950px;
	height: 147px;
    background: url("http://www.fascina.co.jp/shop/images/header1_bg.png");
    background-repeat: repeat-x;
    background-position: top;
    border: 0;
    margin: 0 auto 0 auto;
    border
}

div#header_1{
    width: 950px;
	height: 80px;
    margin: 0 auto;
	text-align: left;
	font-size: 11px;
    background: url("http://www.fascina.co.jp/shop/images/header1_bg.png");
    background-repeat: repeat-x;
}

div#header .main_logo{
    width: 193px;
    height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}

div#header .main_logo a {
    display: block;
    width: 193px;
    height: 80px;
    background: url("http://www.fascina.co.jp/shop/images/header1_logo.png") no-repeat;
    background-position: 50% 50%;
}
div#header .main_logo em {
    display: none;
}





div#header .text{
	width: 300px;
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 160%;
	padding: 11px 0 0 0;
	color: #492515;
}

div#header .text p{
	margin: 0;
	padding: 0;
}

div#header .nail{
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}

div#header .text a{
	color: #492515;
	text-decoration: none;
}


div#header_1 .right{
	width: 430px;
    height: 72px;
	padding: 8px 20px 0 0;
	margin: 0;
	float: left;
	text-align: right;
	color: #fff;
	font-size: 11px;
    background: url("http://www.fascina.co.jp/shop/images/header1_right_bg.png") no-repeat;
}

div#header_1 .right a{
	color: #fff;
	font-size: 11px;
}

div#header_2{
	width: 100%;
	height: 65px;
	margin: 0 auto;
	background: url("http://www.fascina.co.jp/shop/images/header2_bg.png");
    background-repeat: repeat-x;
   
}

/*ヘッダーメニュー*/
#main_navi{
	width: 890px;
	height: 27px;
	padding: 15px 0 0 0px;
	margin: 0 auto;
	position:relative;
	/*border: 1px solid red;*/
}

#main_navi dt{
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 0px;
	margin: 0 28px 0 0;
}

#main_navi a{
	color: #000;
}

#main_navi a:hover{
	color: #e4007f;
}

#main_navi img{
	vertical-align: middle;
	margin: 0 2px 0 0;
}

#sub_navi ul{
	width: 910px;
	height: 21px;
	margin: 0px auto 0 auto;
	padding: 2px 0 0 40px;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	/*background: red;*/
}

#sub_navi ul li{
	display: inline;
	white-space: nowrap;
	font-size: 10px;
	background: url(../images/arrow_gray_r.png) no-repeat;
	background-position: left 50%;
}

#sub_navi ul li a{
	text-decoration: none;
	padding: 0 0 0 11px;
	margin: 0 10px 0 0;
	color: #8c754d;
}

#sub_navi li a:hover{
	color: #e4007f;
}





/*未使用？*/
#navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding: 4px 0 0 10px;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #666;
	}
/*未使用？*/


#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}

#navBreadCrumb { /*パンくずリスト*/
	/*background-color: #cc9900;*/
}

#navEZPagesTop {
	background-color: #ffff33;
}

#navBreadCrumb, #navEZPagesTop {
	/*font-size: 0.95em;*/
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne { /*左カラムタイトル背景周辺*/
	/*background-color: #FFCC99;*/
	}

#navColumnTwo { /*右カラムタイトル背景周辺*/
	/*background-color: #00BFBF;*/
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	/*padding: 0.8em;*/
	padding: 0;
}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 10px;
	}

/*Shopping Cart Display*/
/*カートに入れる、外枠*/
#cart_btn_outer{
	/*border: 1px solid red;*/
}

#cart_btn_outer_table{
	width: 730px;
}

#cart_btn_outer_table th{
	width: 280px;
	padding: 10px;
	font-weight: normal;
	border: 4px dotted #d9d397;
}

#cart_btn_outer_table td{
	width: 370px;
	padding: 5px 10px 5px 10px;
	border: 4px dotted #d9d397;
}

#cart_btn_outer .to_info_link p{
	margin: 0;
	padding: 5px 0 4px 10px;
	border-bottom: 1px dotted #ccc;
}



.tableHeading TH {
	border-bottom: 1px solid #cccccc;
}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}



#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage { /*画像*/
	margin: 0em 1em 1em 0em ;
	/*background: red;*/
	border: 1px solid blue;
}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.colum_center{ /*センターカラム*/
	padding-left: 6px;
	text-align: left;
	/*background :pink;*/
}



/*************　left　**********************************/
.leftBoxContainer{ /*左ボックスの外枠*/
	/*border: 1px solid red;*/
	margin-top: 10px;
}


.leftBoxHeading{ /*左カラムボックスタイトル枠*/
	widht: 120px;
	height: 18px;
	font-size: 12px;
	margin: 0;
	padding: 4px 0 0 0;
	/*background: url(../images/side_title_bg.png) no-repeat;*/
	background: url(http://www.fascina.co.jp/shop/images/side_title_bg.png) no-repeat;
}


h3.leftBoxHeading, h3.leftBoxHeading a { /*左ボックスのタイトル文字*/
	color: #fff;
	font-weight: normal;
	text-align: center;
}


h3.leftBoxHeading a:hover {
	color: red;
	font-size: 12px;
	text-decoration: none;
} 




/*************　right　**********************************/

.rightBoxContainer { /*右ボックスの外枠*/
	/*border: 1px solid blue;*/
	margin-top: 10px;
}

h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #FFFF00;
}

.rightBoxHeading { /*右カラムボックスタイトル*/
	widht: 154px;
	height: 17px;
	margin: 0;
	padding: 10px 0 0 12px;
	background: url(../images/side_title_bg.png) no-repeat;
}

h3.rightBoxHeading, h3.rightBoxHeading a { /*右ボックスのタイトル文字*/
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

h3.rightBoxHeading a:hover {
	color: red;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}











.centerBoxHeading { /*センターボックス*/
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
}


.sideBoxContent { /*サイドボックス背景（左右共通）*/
	width: 148px;
	background: url(../images/side_body_bg.gif);
	background-repeat: repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px;
}



.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}






#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

	
	
	
/*shopフォルダからinclude*/
.shop_title{
	margin: 5px 0 5px 0;
}

/* ニュース
----------------------------------------------- */
#shop_news{
	wisth: 720px;
	padding: 0 10px 0 10px;
	/*background: red;*/
}

/* お買い物ガイド
----------------------------------------------- */
#shop_shopping_guide{
	width: 720px;
	padding: 0 10px 0 10px;
}

#guide_box h4{
	height: 17px;
	color: #ad384b;
	background: url(http://www.fascina.co.jp/shop/images/line_cat.png) no-repeat;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 40px;
	font-weight: bold;
	letter-spacing: 1px;
}

#guide_box .top_text{
	margin: 10px 0 0 10px;
	padding: 0 10px;
	color: #492515;
	line-height: 150%;
	font-size: 12px;
}

#guide_box p{
	margin: 0 0 25px 20px;
	line-height: 130%;
}

#guide_box .card{
	margin: 5px 0 0 10px;
}

#guide_box .col{
	font-weight: bold;
}

#guide_box .pay{
	width: 660px;
	margin-left: 30px;
	line-height: 150%;
	border-collapse: collapse;
}

#guide_box .pay th{
	padding: 20px 0 0 10px;
	vertical-align: top;
}

#guide_box .pay td{
	padding: 20px 0 0 10px;
	vertical-align: top;
}

/* 衛生管理　pg02
----------------------------------------------- */
#shop_eisei{
	width: 720px;
	padding: 0 10px 0 10px;
}

#shop_eisei h3{
	margin: 0 0 15px 0;
}

#shop_eisei .top_text{
	margin: 0 7px 15px 20px;
	padding: 0px 0 0 10px;
	color: #ad384b;
	line-height: 150%;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

#shop_eisei .img1{
	margin: 0 0 0 10px;
}

/* 青カビ防止　pg01
----------------------------------------------- */
#shop_pg01{
	width: 720px;
	padding: 0 10px 0 10px;
}

#shop_pg01 h3{
	margin: 20px 0 0 0;
}

#shop_pg01 .box{
	padding: 12px 0 15px 12px;
	line-height: 150%;
	/*border: 1px solid red;*/
}

#shop_pg01 .box p{
	margin: 0;
}

/*ルビケイトとは*/
#shop_pg01 .what{
	background: url(http://www.fascina.co.jp/shop/images/lubi/bottle.jpg) no-repeat;
	background-position: 15px 15px;
	padding: 12px 0 15px 280px;
}

/*ルビケイトと殺菌・消毒剤の違い*/
#shop_pg01 .tigai h4{
	margin: 10px 0 3px 10px;
}

#shop_pg01 .tigai img{
	margin: 0 0 0 5px;
}

#shop_pg01 .tigai p{
	margin: 5px 10px 0 10px;
}

/*驚きの効果*/
#shop_pg01 .kouka1{ /*img*/
	margin: 5px 0 0 10px;
}

#shop_pg01 .kouka h4{
	margin: 0;
	font-weight: normal;
}

#shop_pg01 .kouka span{
	margin: 0 0 0 80px;
}

#shop_pg01 .before_after{
	width: 145px;
	height: 98px;
	padding: 152px 0 0 550px;
	line-height: 130%;
	background: url(http://www.fascina.co.jp/shop/images/lubi/before_after.jpg) no-repeat;
}

#shop_pg01 .diploma{
	height: 220px;
	padding: 15px 0 0 160px;
	background: url(http://www.fascina.co.jp/shop/images/lubi/diploma.png) no-repeat;
	background-position: 10px 15px;
	line-height: 150%;
}

#shop_pg01 .diploma p{
	margin: 0 0 10px 0;
}

#shop_pg01 .diploma address{
	padding: 0px 0 0 12px;

}




























/* よくある質問
----------------------------------------------- */
#shop_qa{
	width: 720px;
	padding: 0 10px 0 10px;
	/*background: red;*/
}

#shop_qa h3{
	margin: 0 0 15px 0;
}

/* 用語集
----------------------------------------------- */
#shop_words{
	width: 720px;
	padding: 0 10px 0 10px;
	/*background: red;*/
}

#shop_words h3{
	margin: 0 0 15px 0;
}

#shop_words .top_text{
	line-height: 150%;
	font-size: 13px;
	padding: 0 10px 15px 10px;
}

/* 求人情報
----------------------------------------------- */
#recruit_box{
	padding: 0 10px;
	/*background: #ccc;*/
}

#recruit_box .top_text{
	margin: 0 7px 15px 0;
	padding: 10px 0 0 10px;
	color: #ad384b;
	line-height: 150%;
	font-size: 13px;
	font-weight: bold;
	/*background: pink;*/
}

#recruit_box .top_text2{
	margin: 0 7px 10px 10px;
	padding: 0 0 10px 54px;
	color: #ec7385;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	background: url(http://www.fascina.co.jp/shop/images/recruit_iwai.gif) no-repeat left top;
}

#recruit_com{
	margin: 0;
}

#recruit_com dt{
	width: 90px;
	font-size: 12px;
	margin: 1px;
	text-align: right;
	float: left;
	letter-spacing: 2px;
	clear: both;
	padding: 6px 10px 4px 10px;
	border: 1px solid #ccc;
	background: #ededed;
}

#recruit_com dd{
	width: 580px;
	float: left;
	margin: 1px;
	padding: 6px 10px 4px 10px;
	font-size: 12px;
	border: 1px solid #ccc;
}

#rec_sbox01, #rec_sbox02{
	width: 320px;
	height: 160px;
	color: #492515;
	margin: 25px 0 0 0;
	padding: 50px 20px;
	float: left;
	line-height: 140%;
}

#rec_sbox01 a, #rec_sbox02 a{
	color: #492515;
	text-decoration: underline;
}

#rec_sbox01 a:hover, #rec_sbox02 a:hover{
	color: red;

}

#rec_sbox01{
	background: url(http://www.fascina.co.jp/shop/images/rec_box01.jpg) no-repeat;
}

#rec_sbox02{
	margin-left: 10px;
	background: url(http://www.fascina.co.jp/shop/images/rec_box02.jpg) no-repeat;
}


/* アクセス
----------------------------------------------- */
#shop_access{
	width: 720px;
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 12px;
	/*background: red;*/
}

#shop_access .top_text{
	/*background: red;*/
	margin: 0;
	line-height: 160%;
}

#shop_access .info{
	height: 280px;
	margin: 15px 0 40px 0;
	padding: 0 0px;
}

#shop_access h4{
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	padding: 0;
	margin: 0 0 20px 0;
}

#shop_access strong{
	font-weight: normal;
}

#shop_access .left{
	width: 380px;
	height: 280px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}


#shop_access .right{
	width: 320px;
	float: right;
	padding: 5px 0 0 0;
	margin: 0;
	/*background: blue;*/
}

#shop_access .right dl{
	margin: 0;
	padding: 0;
}

#shop_access .right dt{
	padding: 0 0 4px 0;
	margin: 0;
}

#shop_access .name{
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#shop_photo{
	margin: 15px 0 40px 5px;
	border-collapse: collapse;
	background: #000;
}

#shop_photo th{
	width: 575px;
	padding: 2px;
	vertical-align: top;
}

#shop_photo th img{
	border: 5px solid #0b0b0b;
}

#shop_photo td{
	/*width: 115px;*/
	padding: 2px 5px 2px 0;
	vertical-align: top;
}

#shop_photo .img_s{
	CURSOR: hand;
	border: 1px solid #000;
}

/*特定商取引法*/
#tokutei{
	width: 710px;
	margin: 15px 0 15px 5px;
	border-collapse: collapse;
	line-height: 130%;
}

#tokutei th{
	width: 120px;
	padding: 7px;
	font-weight: normal;
	border: 1px solid #ccc;
}

#tokutei td{
	padding: 7px;
	border: 1px solid #ccc;
}


/* お問い合わせ
----------------------------------------------- */
#contact{
	width: 720px;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	font-size: 12px;
}

#contact .inner{
	margin: 20px 50px;
}

/* メンズネイル
----------------------------------------------- */
#shop_mens{
	width: 720px;
	padding: 0 10px 0 10px;
	/*background: red;*/
}

#shop_mens h3{
	margin: 0 0 15px 0;
}

#shop_mens p{
	margin: 0 0 0 5px;
	line-height: 160%;
	letter-spacing: 1px;
}


#shop_mens h4{
	width: 661px;
	height: 26px;
	margin: 25px 0 0 10px;
	padding: 15px 0 0 60px;
	background: url(http://www.fascina.co.jp/shop/images/mens_sys_bg.gif);
}

#shop_mens h4 img{
	float: left;
}

#shop_mens h4 span{
	float: right;
	margin: 4px 20px 0 0;
	color: #fe5a09;
	font-size: 16px;
}

#shop_mens .course{
	margin: 10px 0 30px 20px;
	letter-spacing: 1px;
	line-height: 160%;
	clear: both;

}







/* リンク
----------------------------------------------- */
#shop_link{
	padding: 0 15px;
}

#shop_link .top_text{
	padding: 0 10px;
	margin: 0 0 20px 0;
	line-height: 140%;
}

#shop_link .top_text strong{
	font-weight: normal;
}

#shop_link .tab{
	margin-bottom: 30px;
}

#shop_link .tab strong{
	color: #000;
	font-weight: normal;
}

#link_guide{
	width: 530px;
	height: 45px;
	font-size: 12px;
	margin-top: 3px;
	color: #492515;
	text-align: left;
	overflow: scroll-y;
	padding: 3px;
}

#shop_link .banner_size{
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

#shop_link .com dt{
	color: #000;
}

#shop_link .com dd{
	border-bottom: 1px dotted #ccc;
	padding: 3px 5px;
	line-height: 150%;
	margin: 0 10px 0 10px;
}

#shop_link .sougo_title{
	height: 20px;
	background: #222;
	margin: 0;
	padding: 5px 10px 0px 10px;
	color: #beadb6;
}








/* スタッフ紹介
----------------------------------------------- */
#shop_staff{
	width: 720px;
	padding: 0 10px 0 10px;
	border: 0px solid green;
}

#shop_staff h3{
	margin: 0 0 15px 0;
}

#shop_staff .top_text{
	margin: 0;
	padding: 0 10px;
	color: #000;
	line-height: 150%;
	font-size: 12px;
}

#shop_staff .staff_one{
	margin-bottom: 40px;
	border: 0px solid red;
}

#shop_staff .staff_all{
	border: 0px solid blue;
}

#shop_staff .bottom_info{
	text-align: center;
	margin: 20px 0;
}


/* ネイルアート
----------------------------------------------- */
#shop_art{
	padding: 0 0px;
	/*border: 1px solid red;*/
}

#shop_art .top_text{
	margin: 10px 0 0 10px;
	padding: 0 10px;
	color: #492515;
	line-height: 150%;
	font-size: 12px;
}

#shop_art .top_text span{
	font-size: 10px;
	margin-left: 15px;
	color: #cb9393;
}

#shop_art .all{
	padding: 20px 0 20px 15px;
	/*border: 1px solid blue;*/
}

#shop_art .title_nailart{
	width: 410px;
	height: 22px;
	padding: 14px 0 0 320px;
	background: url(http://www.fascina.co.jp/shop/images/title_730_nailart.png) no-repeat;
}

#shop_art .title_gallery{
	width: 380px;
	height: 22px;
	padding: 14px 0 0 350px;
	background: url(http://www.fascina.co.jp/shop/images/title_730_gallery.png) no-repeat;
}

	
#shop_art .title_nailart a, #shop_art .title_gallery a{
	color: #fff;
	text-decoration: underline;
}
	

/* 雑誌掲載
----------------------------------------------- */
#shop_magazine{
	padding: 0 0px;
	/*border: 1px solid red;*/
}


#shop_magazine .top_text{
	margin: 0;
	padding: 0 10px;
	color: #492515;
	line-height: 150%;
	font-size: 12px;
}

#shop_magazine .all{
	padding: 20px 0 20px 15px;
	/*border: 1px solid blue;*/
}

/* サンプル
----------------------------------------------- */
#shop_sample{
	padding: 0;
}


#shop_sample .top_text{
	margin: 10px 0 10px 0;
	padding: 0 10px;
	color: #492515;
	line-height: 150%;
	font-size: 12px;
}

#shop_sample .all{
	padding: 20px 0 20px 15px;
}







/* メニュー料金
----------------------------------------------- */
#shop_price{
	width: 720px;
	padding: 0 10px 0 0;
	/*border: 1px solid red;*/

}

div#sys_menu{
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

div#sys_menu .btn{
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
}

div#sys_menu .btn li{
	height: 38px;
	width: 164px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin: 2px 2px;
	line-height: 130%;
	background: #eee;
	border: 1px solid #d9d397;
	display: block;
}

div#sys_menu .btn li span{
	font-size: 10px;
	letter-spacing: 3px;
}

div#sys_menu .btn li a:link ,div#sys_menu .btn li a:active ,div#sys_menu .btn li a:visited{
	text-decoration: none;
	display: block;
	color: #492515;
	height: 38px;
	padding: 4px 0 4px 0;
}

div#sys_menu .btn li a:hover{
	height: 30px;
	padding: 4px 0 4px 0;
	background: #d9d397;
	color: #fff;
	display: block;
}


#system_box{
	width: 730px;
	padding: 0 0 0 0px;
	letter-spacing: 0;
	font-size: 12px;
}

#s_title{
	height: 19px;
	color: #000;
	background: url(http://www.fascina.co.jp/shop/images/sub_title_bg.gif);
	margin: 0 0 10px 0;
	padding: 7px 10px 0 10px;
	font-weight: bold;
}

#s_title h4{
	width: 400px;
	float: left;
	font-size: 13px;
}

#s_title h5{
	width: 290px;
	float: right;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

#p_table{
	width: 710px;
	margin: 0 0 0 10px;
	border-collapse: collapse;
}

#p_table td{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ddd;
}

#p_table .td1{
	width: 210px;
	padding-left: 10px;
}

#p_table .td2{

}

#p_table .td3{
	width: 100px;
	text-align: right;
}

#p_table .td4{
	width: 110px;
	text-align: right;
	padding-right: 10px;
}

#p_table .pi{
	color: #e00081;
	font-weight: bold;
}

#p_table .pi2{
	color: #000;
	font-weight: bold;
}

#p_table .c3{
	width: 243px;
}


#p_table th{
	font-weight: normal;
	text-align: right;
	padding: 10px;
}

#p_table .att{
	text-align: left;
}


.up{
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 10px;
	color: #ccc;
	margin: 25px 0 0px 0;
}

.up a:link, .up a:active, .up a:visited{
	color: #ccc;
}

.up a:hover{
	color: orange;
}

#sys_att{
	margin: 50px 20px 20px 20px;
	padding: 15px;
	font-size: 13px;
	line-height: 150%;
	border: 4px double #d9d397;
}

#sys_att li{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}

#sys_att .in{
	padding: 0 0 0 35px;
	margin: 20px 0 0 0;
}















#footer{ /*フッター*/
	margin: 0 auto 0 auto;
	border-top: 1px solid #d9d397;
	width: 950px;
	clear: both;
	line-height: 150%;
	background: #fff;
}

#footer_in{
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	/*background: #eee;*/
}

#footer_navi{	/*フッター内容*/
	font-size: 10px;
}

#footer_navi dt{
	float: left;
	margin: 0 3px 0 3px;
}

#footer_navi dd{
	float: left;
	margin: 0;
}

#footer_navi .copy{
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
}

#footer_navi a:link, #footer_navi a:active, #footer_navi a:visited{
	color: #333;
}

#footer_navi a:hover{
	color: red;
}

/*各カテゴリ商品一覧*/
.centerBoxWrapperContents{ /*外枠*/
	/*border: 1px solid red;*/
}

.centerBoxWrapperContents_table{ /*商品リストテーブル：関連画像*/
	margin-left: 0px;
}

.centerBoxWrapperContents_table td{
	width: 160px;
	/*background: pink;*/
	border: 1px solid #d9d397;
}

.centerBoxWrapperContents_table td img{
	border: 1px solid #ccc;
}

.list_in_bg{
	background: url(http://www.fascina.co.jp/shop/images/list_col_in_bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	/*border: 1px solid red;*/
}







#item_list_table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid blue;
}

#item_list_table td{
	border-bottom: 1px solid red;
	padding: 8px 10px;
}





/*********　全商品一覧/新商品一覧　**********************/
#item_list_all_outer{
	width: 730px;
	border-collapse: collapse;
}

#item_list_all_outer .list_box_outer{
	width: 135px;
	height: 150px;
	margin: 0 7px 16px 3px;
	float: left;
	font-size: 10px;
	background: url(http://www.fascina.co.jp/shop/images/deco_list_bg.png) no-repeat;
}


#item_list_all_outer .list_all_photo{
	width: 132px;
	height: 148px;
	text-align: center;
	padding-top: 5px;
	/*border: 1px solid orange;*/
}

#item_list_all_outer .list_all_photo img{ /*画像枠*/
	width: 100px;
	margin: 5px auto 4px auto;
	border: 1px solid #999;
}

#item_list_all_outer .list_all_photo a{
	font-size: 10px;
	padding: 3px 2px 3px 2px;
}

#item_list_all_outer .list_all_photo a:link, #item_list_all_outer .list_all_photo a:visited, #item_list_all_outer .list_all_photo a:active{
	color: #000;
}

#item_list_all_outer .list_all_photo a:hover{ 
	color: red;
}

#item_list_all_outer .price{
	margin: 3px auto 0 auto;
	padding: 0;
}


/******　商品詳細ページ、ページャー　***************************/
.navNextPrevCounter { /*商品2/7*/
	margin: 0;
	font-size: 10px;
	/*background: #ccc;*/
}


#item_info_cat{
	height: 20px;
	background: #222;
	margin: 0;
	padding: 5px 10px 0px 10px;
	color: #beadb6;
}

	
.navNextPrevList { /*前へ　商品一覧　次へ*/
	display: inline;
	white-space: nowrap;
	margin: 0 0 10px 0;
	padding:  5px;
	list-style-type: none;
	font-size: 10px;
	/*background: #ccc;*/
}


#cate_icon{ /*商品詳細ページのタイトル部分*/
	width: 705px;
	height: 26px;
	padding: 10px 0 0 25px;
	background: url(http://www.fascina.co.jp/shop/images/title_730_deco_item.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#cate_icon a{
	color: #fff;
}


/****************　カテゴリ選択時：商品リスト　**************/
#item_cate_list{
	width: 730px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-left: 10px;
}

#item_cate_list th{
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;

}

#item_cate_list td{
	padding: 5px 5px;
	font-size: 12px;
	border: 1px dotted #ccc;
	border-top: 0;
}










/***カテゴリタイトル***/
.list_title{
	width: 705px;
	height: 26px;
	padding: 10px 0 0 25px;
	margin: 0 0 0 10px;
	background: url(http://www.fascina.co.jp/shop/images/title_730_deco_item.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.list_title span{
	font-size: 10px;
	padding-left: 6px;
}


#list_pager{ /*カテゴリリストページャー上*/
	margin: 0 0 10px 10px;
	font-size: 10px;
}





#item_main_info{ /*	商品詳細：写真と説明 */
	width: 730px;
	border-collapse: collapse;
	
}

#item_main_info .title_img{
	margin: 0 0 0 0;
}

#item_main_info .td{

	border: 1px solid red;
}

#item_main_info .koumoku{
	font-size: 9px;
	letter-spacing: 1px;
	color: #aa7b43;
	margin: 10px 0 2px 3px;
	padding: 0;
}

#productName{ /*商品名*/
	margin: 0 10px 0 0;
	padding: 3px 10px 4px 10px;
	background: #f6f7e7;
}

#productPrices{
	margin: 0;
	padding: 0 0 0 5px;
	/*background: #ccc;*/
}

#item_main_info .right_img{
	width: 410px;
	height: 350px;
	padding: 0 0 0 10px;
}

/*Image Display　メイン画像*/
#productMainImage{ /*画像*/
	width: 400px;
	height: 300px;
	margin: 0;
	/*border: 1px solid blue;*/
}

#productMainImage img{
	border: 5px solid #ddd;
}


/********************* TOPページ ****************/
.index_colum_center{ /*センターカラム*/
	padding: 20px 0 0 10px;
	text-align: left;
	/*background :red;*/
}

#top_center_column{
	width: 730px;
	margin: 0 0 0 10px;
	padding: 0;
	/*background: red;*/
}

#top_flash{
	width: 730px;
	height: 250px;
	padding: 0;
	margin: 0 0 0 0;
	color: #f5f0ea;
	text-align: center;
	border: 1px solid #d9d397;
}

#top_area_00{ /*ディスカウントネイル*/
	width: 730px;
	height: 200px;
	margin: 10px 0 0px 0;
	float: left;
	border: 1px solid #d9d397;
}

#top_area_01{ /*最新アップ画像（チップ・ハンド）*/
	width: 538px;
	height: 178px;
	padding: 0 0 0 0;
	margin: 0 10px 20px 0;
	float: left;
	/*background: url(http://www.fascina.co.jp/shop/images/index_photo_scroll_bg.gif);*/
	border: 1px solid #614515;
}

#top_area_02{ /*青カビ・巻き爪*/
	width: 180px;
	height: 180px;
	float: left;
}

#top_area_03{ /*キャンペーン*/
	width: 730px;
	height: 184px;
	margin: 10px 0 20px 0;
	float: left;
	border: 1px solid #d9d397;
}

#top_area_04{ /*ブログ抜粋*/
	width: 538px;
	height: 178px;
	padding: 0 0 0 0;
	margin: 10px 8px 20px 0;
	float: left;
	background: #fff;
	border: 1px solid #d9d397;
	border-right: none;
}

#top_area_05{ /*用語集*/
	width: 180px;
	height: 180px;
	margin-top: 10px;
	background: #ccc;
	float: left;
}

#top_area_06_outer{ /*今月のおすすめネイル*/
	width: 730px;
}






/********************* サイドバナー（ここのみタイトル部分非表示） ****************/
/*sideboxes*/
.columnLeft {
	width:;
	padding: 20px 0 10px 10px;
}

/*管理からのバナー表示※未使用*/
#bannerbox{
	/*border: 1px solid red;*/
}

#bannerbox h3{
	display: none;
}

/*使用*/
.side_banner{
	margin: 0 0 10px 0;
}

/*店舗案内*/
.side_shop_info{
	width: 157px;
	height: 102px;
	padding: 65px 0 0 10px;
	color: #492515;
	line-height: 150%;
	font-size: 11px;
	background: url(http://www.fascina.co.jp/shop/images/banner/side_shop_info.png) no-repeat;
}

/*雑誌掲載*/
.side_magazine{
	width: 167px;
	height: 270px;
	text-align: center;
	padding: 30px 0 0 0 ;
	background: url(http://www.fascina.co.jp/shop/images/banner/side_magazine.png) no-repeat;
}

/*携帯サイトQR*/
.side_qr{
	width: 167px;
	height: 18px;
	text-align: center;
	padding: 110px 0 0 0 ;
	font-size: 10px;
	background: url(http://www.fascina.co.jp/shop/images/banner/side_qr.png) no-repeat;
}

/*インフォメーション*/
.side_information{
	width: 147px;
	height: 286px;
	padding: 30px 10px 0 10px;
	color: #492515;
	line-height: 150%;
	background: url(http://www.fascina.co.jp/shop/images/banner/side_information.png) no-repeat;
}

.side_information ul, .side_information li{
	height: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal; /*IE*/
}

.side_information li{
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
	line-height: normal; /*IE*/
}

/*ニュース*/
.side_news{
	width: 167px;
	/*height: 270px;*/
	padding: 30px 0 0 0 ;
	background: url(http://www.fascina.co.jp/shop/images/banner/side_news.png) no-repeat;
}

.news_bottom{
	width: 162px;
	height: 26px;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
	background: url(http://www.fascina.co.jp/shop/images/banner/side_news_bottom.png) no-repeat;
}



/****オリジナル*****/
#side_box_167{
	width: 167px;
	padding: 0;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}

#side_box_167 .side_title{
	width: 167px;
	height: 15px;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	background: #555555;
	color: #fff;
	/*background: url(http://www.fascina.co.jp/shop/images/side_title_bg.png) no-repeat;*/
	
}

#side_box_167 .body{
	width: 147px;
	padding: 5px 10px 10px 10px;
	text-align: center;
	/*background: #f8f1df;*/
	/*background: url(http://www.fascina.co.jp/shop/images/back.gif);*/
}

