@charset "UTF-8";
/* CSS Document */

a:hover{
     filter:alpha(opacity=60);
     -moz-opacity:0.60;
     -khtml-opacity: 0.6;
     opacity: 0.6; 
}

.shadow{
	box-shadow:rgba(0, 0, 0, 0.14902) 4px 4px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 4px 4px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14902) 4px 4px 7px 0px;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

html{
	min-width:1190px;
}

body{
	min-width:1190px;
	background-image: url(images/bg-pt.png), #896ba6; /* Old browsers */
	background-image: url(images/bg-pt.png), -moz-linear-gradient(top,  #896ba6 0%, #b69ec5 100%); /* FF3.6+ */
	background-image: url(images/bg-pt.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#896ba6), color-stop(100%,#b69ec5)); /* Chrome,Safari4+ */
	background-image: url(images/bg-pt.png), -webkit-linear-gradient(top,  #896ba6 0%,#b69ec5 100%); /* Chrome10+,Safari5.1+ */
	background-image: url(images/bg-pt.png), -o-linear-gradient(top,  #896ba6 0%,#b69ec5 100%); /* Opera 11.10+ */
	background-image: url(images/bg-pt.png), -ms-linear-gradient(top,  #896ba6 0%,#b69ec5 100%); /* IE10+ */
	background-image: url(images/bg-pt.png), linear-gradient(to bottom,  #896ba6 0%,#b69ec5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#896ba6', endColorstr='#b69ec5',GradientType=0 ); /* IE6-9 */
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}


#wrap{
	  width:1150px;
	  margin:0 auto;
	  padding:0 20px;
	  padding-bottom:20px;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.header{
	  width:1150px;
	  padding:20px 0;
	  overflow:hidden;
}
.header h1{
	float:left;
}
.header p{
	float:right;
	margin:20px 0 0 0;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

#side{
	width:280px;
	float:left;
	margin:0 20px 0 0;
}

.order{
	width:280px;
	height:300px;
	background:#ffffff;
	margin-bottom:20px;
}

.cate{
	height:740px;
	background:#ffffff;
}

.cate p{
	margin:0 auto;
	padding:20px 0 0 0;
	width:170px;
}

.cate ul{
	margin:15px 20px;
	font-size:16px;
	color:#401D49;
}
.cate ul li{
	margin:5px 0 0 20px;
}
.cate ul li a{
	color:#401D49;
}
.sub a{
	margin-left:20px;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

#contents{
	float:left;
	width:850px;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.fader{
	width:850px;
	height:300px;
	margin:0 0 20px 0;
	background:#012354;
	position:relative;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.kazari{
	position:absolute;
	top:146px;
	left:-23px;
	z-index:9999;
}
.kazari2{
	position:absolute;
	top:-20px;
	right:-23px;
	z-index:9999;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.info{
	width:850px;
	height:300px;
	margin:0 0 20px 0;
	background:#ffffff;
	background-image:url(images/info-logo.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.info p{
	margin:0 auto 10px;
	padding:20px 0 0 0;
	width:798px;
}
.info ul{
	margin:0 0 0 30px;
	font-size:20px;
}
.info ul li{
	margin-bottom:5px;
	color:#401D49;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/


.info-btn{
	width:850px;
	overflow:hidden;
}
.info-btn li{
	width:270px;
	float:left;
	margin:0 0 15px 20px;
}
.info-btn li:first-child{
	margin-left:0;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.footer{
	width:1150px;
	padding:10px 0 0;
	clear:both;
}

.footer p{
	 font-size:14px;
	 color:#fff;
	 text-align:center;
}

.footer ul{
	 text-align:center;
	 margin-bottom:10px;
}

.footer ul li{
	display: inline-block;
	font-size:14px;
	color:#FFFFFF;
    /display: inline;
    /zoom: 1;
}

.footer ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

/*＊＊＊＊＊＊＊＊ 概要ページ ＊＊＊＊＊＊＊＊＊*/

#box{
	width:850px;
	min-height:1000px;
	margin:0 0 15px 0;
	background:#ffffff;
	float:left;
}

#box h2{
	font-size:25px;
	margin:40px 0 0 40px;
	color:#896BA6;
}
#box h3{
	font-size:20px;
	margin:40px 0 0 40px;
	color:#333;
	font-weight:bold;
}
#box p{
	font-size:20px;
	margin:30px 40px 0 40px;
	line-height:40px;
}
.box-in{
	min-height:400px;
	padding-bottom:50px;
}
.line{
	width:800px;
	border:solid 1px #896BA6;
}

.calc{
	width:750px;
	height:600px;
	margin:40px auto 0;
	text-align:left;
    table-layout:auto;
}
.calc td{
	padding:5px;
	border:1px #000000 solid;
}
.left-cell{
	width:150px;
	text-align:center;
}



/*＊＊＊＊＊＊＊＊ 商品ページ ＊＊＊＊＊＊＊＊＊*/

/* --- リストエリア --- */
ul.thumbnail {
	margin:0;
	padding:30px 25px 50px; /* リストエリアのパディング（上、左右、下） */
	list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
	width: 195px; /* 項目の幅 */
	float: left;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
	width: 150px; /* 内容の幅 */
	margin: 0 auto; /* 内容のセンタリング */
	font-size: 100%;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
	margin-bottom: 10px; /* 写真エリアの下マージン */
	width:170px;
	height: 120px;
	overflow: hidden;
}
ul.thumbnail dt img {
	width:170px;
	border:0; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
	margin: 0; /* キャプションエリアのマージン（上、左右、下） */
	height: 0em; /* キャプションエリアの高さ */
	line-height: 120%;
}

ul.thumbnail dd{
	text-decoration:none;
	color:#666;
}
ul.thumbnail dd strong{
	color:#900;
	font-weight:bold;
}


/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}


/*＊＊＊＊＊＊＊＊ 商品ページ（グラスアイ） ＊＊＊＊＊＊＊＊＊*/

.eye-only{
	background:#040000;
    line-height:0;
	min-height:1000px;
	color:#FFFFFF;
	font-size:20px;
	line-height: 20px;
	padding:0 0 40px 0;
}

.eye-price{
	width:750px;
	height:600px;
	margin:40px auto 0;
	text-align:center;
    table-layout: fixed;
}
.eye-price td{
	width:auto;
	padding:5px;
	border:1px #FFFFFF solid;
}

.dollstand-price{
	width:750px;
	height:600px;
	margin:40px auto 0;
	text-align:center;
    table-layout: fixed;
}
.dollstand-price td{
	width:auto;
	padding:5px;
	border:1px #000000 solid;
}
  