﻿@charset "utf-8";
/* ===========================================================
 * 
 * indian summer salabless　スタイルシート
 * Last UpDate : 2014/08/01
 *
=========================================================== */

/* ----------------------------------------------------------
	style.css

	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションlnavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ
　　11 - スライダーbxslider

---------------------------------------------------------- */




/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */

@import "general.css";

body{
	color:#00000;/* 文字の色：黒 */
	background-color:#ffffff;
	
}

.clear { clear:both; }

.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}


.clearfix {
  min-height: 1px;
}


/* ページトップへ */
.pagetop{
	text-align:right;
	margin:5px;
	font-size:0.8em;
	min-height:9px;
}

.pagetop a:link, .pagetop a:visited{
	text-decoration:none;
}

.red{ color:#F00; }
.blue{ color:#00F; }
.b{ font-weight:bold;}

.fl{ float:left; }
.fr{ float:right; }


/* 平方メートル用 */
span.sup {
	font-size:80%;
	vertical-align:super;
}


/* 角丸 */
.kadomaru{
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	border-radius: 10px;		/* CSS3草案 */
	behavior: url(/css/PIE.htc); /* IEでもcss3を読めるようにする */
}

.txt{ line-height:1.5em; }

.small{	font-size:0.8em; }
.large12{ font-size:1.2em; }
.large13{ font-size:1.3em; }
.large14{ font-size:1.4em; }
.large15{ font-size:1.5em; }

.min{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


.shadow01{
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}



/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */

a:link { color:#cc3333; text-decoration:none; }
a:visited { color:#cc3333; text-decoration:none; }
a:hover { color:#cc9999; text-decoration:none; }
a:active { color:#cc3333; text-decoration:none; }


/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */

h1	{  }
h2	{  }
h3	{  }
h4	{  }

.mino_color{
	color:#a37e39; text-decoration:none; }
	

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */


/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */

#wrapper{
	width:970px;
	margin:0 auto;
	padding-top:151px;
}


/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
#headerwrapper{
	width:100%;
	height:151px;
	background:url(../images/top_bg.jpg) repeat-x;
	margin:0 auto;
	position:fixed;
}


#header{
	width:970px;
	height:151px;
	margin:0 auto;
}



/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */




/************** footer_products01.php用 **************/





/* ----------------------------------------------------------
 8 - ナビゲーションnavi
---------------------------------------------------------- */







/* ----------------------------------------------------------
 9 - ローカルナビゲーションlNavi
---------------------------------------------------------- */



/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
.title{
	width:970px;
}

.tukaikata{
	width:970px;
}

.koukoku{
	width:970px;
}

.seibun{
	width:970px;
}

.footer{
	width:970px;
	height:967px;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 51px;
	right: 55px;
}
.pagetop a {
	width:120px;
	height:120px;
	background-image:url(../images/top.png);
	display: block;
	text-decoration: none;
}


/************** カラーチップ部分用 **************/



/************** 在庫テーブル部分用 **************/




/************** カート部分用 **************/



/* ----------------------------------------------------------
 11 - bxslider
---------------------------------------------------------- */

