﻿/*
基本設定
----------------------------------------------------------- */

body,h1, h2, h3, h4, h5, h6, p, address,strong,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, fieldset {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
		font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
	
div.img {
	margin-bottom:10px;
}

hr.clear {
	margin-top:10px;
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

.ate {
	color:#F30;
	font-size:14px;
}

.orange {
	color:#cb5317;
	font-size:17px;
}


/*
文字装飾 基本的な
----------------------------------------------------------- */

h1 {
	height: 40px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size:25px;
	line-height:1.7;
	background: url(../img/h1-bg.gif) left top no-repeat #fafafa;
	border:1px solid #cccccc;
	letter-spacing:2px;

}

h1 span {
	font-size:15px;
	font-weight:bold;
	margin-left:15px;
	color: #333333;

}

#top-contents h2 {
	height:40px;
	padding-left: 10px;
	font-size:25px;
	line-height:1.7;
	border-top:3px solid #4B9954;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #fafafa;
	color:#333333;
	margin-top:10px;
}

#top-contents h2 span {
	margin-left:15px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}


p {
	font-size:15px;
	line-height:1.3;
	letter-spacing:0.8px;
	margin-bottom:10px;
}

ol {
	padding-left:20px;
	margin-left:10px;
	margin-bottom:10px;
	font-size:15px;
}

ol li {
	list-style-type: decimal;
	line-height:1.3;
	margin-bottom:3px;

}

a{text-decoration:none;}
a:link {color: #333333;}
a:visited {color:#333333;}
a:hover {text-decoration:underline;}
a:focus {text-decoration:underline;}


#topic-path a,#news ol li a, #news #other-contents li a {
	color: #03C;
}

/*
ページレイアウト
----------------------------------------------------------- */

#top-contents {
	margin: 110px auto 0 auto;
	width:950px;
}

#other-contents {
	margin: 135px auto 0 auto;
	width:950px;
}

#main {
	width: 680px;
	margin-right:10px;
	float: left;
}

#side {
	float:left;
	width: 260px;
}

#header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#footer {
	clear:both;
	border-top:1px solid #eeeeee;
	background-color:  #e4e4e4;
}

/* IE6 \*/
* html #top-contents {width:980px;}
* html #other-contents {width:980px;}
/**/

/*
ページレイアウト トップページ
----------------------------------------------------------- */

div.top-image {
	width:680px;
}

div.top-image-left {
	width:400px;
	float:left;
	margin-right:2px;
}

div.top-image-right {
	margin-bottom:2px;
}

/* for IE6 \*/
* html div.top-image-left {margin-right:0;}
* html div.top-image-right {float:right;}
/**/

div.main-inner {
	width:678px;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-top:none;
}

div.list {
	width:100%;
}

div.list dl {
	width:218px;
	height:275px;
	float:left;
	margin-left:4px;
	margin-bottom:5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}

div.list dl dt {
	text-align:center;
	padding:10px;
	font-weight:bold;
}

div.list dl dt.free {
	background:url(../img/freee.gif) no-repeat 10px;
}

div.list dl dd {
	text-align:center;
}

div.list dl dd strong {
	display:block;
	margin-top:5px;
	padding:5px;
	text-align:left;
	font-size:14px;
	line-height: 17px;
}

/*サイドメニュー*/

#side dl.pick-up {
	border-top:3px solid #cb5317;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	height:296px;
	margin-bottom:10px;
}

#side dl.pick-up dt {
	font-size:18px;
	text-align:center;
	padding:10px;
	background:url(../img/new.gif) 10px center no-repeat;
}


#side dl.pick-up dd {
	padding:0 10px;
}

#side dl.pick-up dd strong {
	display: block;
	font-size:14px;
	margin-top:10px;
	line-height: 17px;
}


#side #update {
	position:relative;
	padding:10px;
	background-color:#efefef;
}

#side #update div {
	position:absolute;
	top:8px;
	right:10px;
}

#update h3 {
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}

#side #update dl {
	padding:5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

#side #update dl dt {
	font-size:14px;
	padding-bottom:5px;
}

#side #update dl dd {
	font-size:15px;
	line-height: 17px;
}

/*
ページレイアウト フッター
----------------------------------------------------------- */

div.footer-inner {
	width:950px;
	margin:0 auto;
	padding:10px 0;
	color:#666;
	font-size:13px;
	height:200px;
	position:relative;
	
}

div.footer-nav {
	width:690px;
	float:left;
	margin-right:-10px;
}

div.footer-nav dl {
	float:left;
	width:220px;
	height:160px;
	margin-right:10px;
}

div.footer-nav dl dt {
	font-size:15px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	background:url(../tankset/img/mark-menu-li.gif) 2px center no-repeat;
	border-bottom:1px dotted #cccccc;
}

div.footer-nav dl dd {
	padding:5px 5px 5px 15px;
	margin-left:10px;
	background:url(../tankset/img/mark-menu-li.gif) 2px center no-repeat;
	border-bottom:1px dotted #cccccc;
}

#footer a {
	color:#666666;
}

div.footer-logo {
	width:260px;
	float:right;
}

div.too-top {
	position:absolute;
	top:-30px;
	right:30px;

}

div.footer-logo p {
	font-size:12px;
	line-height:1.2;
}

div.footer-logo p span {
	display:block;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

div.footer-bottom {
	clear:both;
	background:#e4e4e4;
}

.copy {
	width:950px;
	margin:0 auto;

	padding:5px 0;
	color:#666666;

	text-align:right;
	font-size:13px;
	font-weight:bold;
}
	



/*
ページレイアウト 水槽セットと水草育成セットの一覧
----------------------------------------------------------- */

#tank-main h2 {
	padding:10px 0 10px 10px;
	border-top:2px solid #4b9954;
	background:#fafafa;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	clear:left;
}

#tank-main h3 {
    padding: 5px 0 0 15px;
	border-left:3px solid #4b9954;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	margin-top:50px;	
}


#tank-main h3 span {
	display:block;
	padding-top:3px;
	font-size:15px;
	color:#999999;
	
}

* html #tank-main h3 {}
* html #tank-main span { padding:0;}

div.tank-list {
	width:950px;
	overflow:hidden;
	margin-bottom:10px;
}

div.tank-list dl {
	width:150px;
	margin-left:-1px;
	margin-right:5px;
	float:left;
	border-left:1px solid #ccc;
}

div.tank-list dl dt{
	font-size:15px;
	padding-bottom:10px;
	text-align:center;
	font-weight:bold;

}

div.summary {
	position:relative;
}

div.summary div {
	width:400px;
	float:right;
	margin-top:-63px;
	margin-bottom:10px;
}

div.summary p {
	font-size:20px;
}

div.summary p.link {
	position:absolute;
	top:100px;
	left:2px;
/*	width:160px;*/
	font-size:16px;
	letter-spacing:0.8px;

	background-color:#efefef;
	border:1px solid #cccccc;

}

div.summary p.link a {
	display:block;
	padding:10px 35px 10px 10px;
	background:url(../img/link-bg.jpg) no-repeat right center;
}

div.summary p.link a:hover {
	text-decoration:none;
	background:url(../img/link-bg-h.jpg) no-repeat right center #fafafa;
}


/*
ページレイアウト 商品ページ
----------------------------------------------------------- */
.b20 {
	margin-bottom:20px;
}

h2.caption {
	font-size:16px;
	margin-bottom:5px;
	font-weight:bolder;
	letter-spacing:2px;
}

h2.caption span {
	font-size:25px;
	margin:0 5px;
	color:#cb5317;
}

div.point-list {
	width:690px;
	margin-right:-10px;
}

div.point-list dl {
	float:left;
	margin-right:10px;
}

div.four dl {width:160px;}
div.three dl {width:220px;}

div.point-list dl dt {
	font-size:14px;
	padding:5px 0 5px 20px;
	background:url(../tankset/img/mark-point.jpg) left 4px no-repeat;
}

div.point-list dl dd a strong {
	display:block;
	margin-top:5px;
	font-size:13px;
}

div.discription dl dt {
	font-size:14px;
	text-align:center;
	padding:2px;
	font-weight:bolder;
	background:none;
}

div.discription dl dd.text {
	font-size:14px;
	line-height:1.4;
	padding:2px;
}

div.cart-guide {
	text-align:center;
/*	margin-bottom:30px;*/
}

div.f-img p {
	font-size:16px;
	padding:50px 0 0 15px;
	line-height:1.2;
}

div.f-img p,
div.s-img p {
	font-size:16px;
	padding-left:15px;
	line-height:1.2;
}





.title {
	padding:10px 0 10px 25px;
	border-top:2px solid #4b9954;
	background:url(../tankset/img/mark-h4.gif) 5px center no-repeat #fafafa;
	font-size:22px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
	clear:left;
	
}


#main h4 {
	height:40px;
	padding-left: 25px;
	border-top:3px solid #4b9954;
	background:url(../tankset/img/mark-h4.gif) 5px center no-repeat #fafafa;
	font-size:22px;
	font-weight:bold;
	line-height:1.7;
	margin-bottom:10px;
	
}

p.to-top {
	clear:both;

}

p.to-top a {
	font-size:14px;
	padding:5px;
	margin-left: auto;
	margin-right:0;
	font-weight:bolder;
	display:block;
	width:105px;
	text-align:right;
	background:url(../tankset/img/to-top.gif) left 4px no-repeat;
}

p.choice-p {
	padding:5px 5px 5px 17px;
	background:url(../tankset/img/mark-menu-li.gif) 5px center no-repeat #fafafa;
}

div.choice {
	width:685px;
	margin-right:-5px;
}


div.choice dl {
	width:132px;
	margin-right:5px;
	float:left;
	margin-bottom:15px;

}

div.choice dl dt {
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

div.choice dl dd {
	font-size:13px;
}

div.choice dt+dd {
	text-align:center;
}

ul.set {
	font-size:15px;
	margin-left:15px;
	margin-bottom:10px;
}

ul.set li {
	list-style-type:disc;
	margin-left:10px;
	margin-bottom:5px;
}

#cart-area {
	padding:10px;
	background-color:#fafafa;
	height:300px;
	margin-bottom:10px;
	border:1px solid #cccccc;
}

#cart-area p {
	margin-bottom:5px;
}


#cart-area div.cart-image {
	float:left;
	width:250px;
	margin-right:10px;
}

#cart-area dl {
	background-color:#efefef;
	padding:5px;
	margin-bottom:5px;
}

#cart-area dl dt {
	width:130px;
	font-size:14px;
	float:left;
	height:28px;
	line-height:1.5;
}

#cart-area dl dd {
	height:28px;
	line-height:1.5;
}

#cart-area select {
	width:250px;
}

#cart-area div.order {
	width:100%;
	text-align:center;
}

#cart-area p span {
    margin-left:10px;
	padding:2px;
	background:#ff8f33;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #D97B33;
}

#imgBox {
	width:100%;
	margin-bottom:5px;
	background-color:#FFF;
	padding:5px 0;
	border:1px solid #cccccc;
}

#imgBox p {
	width:130px;
	float:left;
	font-size:13px;
	padding:20px 0 0 5px;
}
	


/*
タブで選択エリア
 */

#tab li {
  float: left;
  padding: 10px;
  cursor: pointer;
  background: #fafafa;
  border:1px solid #cccccc;
  width:100px;
  height:15px;
  text-align:center;
  font-size:15px;
  margin-right:5px;

}

#tab li.select {
  border-top: 1px solid #090;
  border-bottom:1px solid #ffffff;
  background-color:#ffffff;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  width: 678px;
  height: 250px;
  border:1px solid #cccccc;
  margin-top:-1px;
  margin-bottom:30px;



}

.content_wrap li {
	float:left;
	margin-left:10px;
	margin-top:8px;
	font-size:14px;
}

/*
ページレイアウト 魚、サンド、水草など
----------------------------------------------------------- */

div.f-img {
	height:150px;
	border:1px solid #cccccc;
	margin-bottom:10px;
	position:relative;
}

div.main-img {
	position:absolute;
	top:0;
	left:279px;
	z-index:-1;
}

dl.fish {
	width:680px;
	border-bottom:2px dotted #cccccc;
	padding-bottom:10px;
	margin-bottom:20px;
}

dl.fish dt {
	font-size:17px;
	font-weight:bold;
	padding-bottom:5px;
}

dl.fish dt span {
	font-size:15px;
	font-weight:bold;
	margin-left:20px;
}

dl.fish dd.fish-img {
	width:230px;
	float:left;
	margin-right:5px;
}

dl.fish dd {
	font-size:15px;
	line-height:1.3;
}

dl.fish dd.cart-small {
	margin-top:5px;
}

/*
魚の注意事項の表
*/

	
table#table-01 {
	width:100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
	margin-bottom:10px;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	font-weight:normal;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}

table .fish-name {
	background-color:#efefef;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

/*
ヘッダー
----------------------------------------------------------- */

#logo {
	width:950px;
	margin:0 auto;
}

#logo div {
	float: left;
	width: 150px;
}
#header #logo p {
	width: 200px;
	float: left;
	height: 20px;
	margin-top: 20px;
}

/*
メニュー
*/

#header ul#h-nav {
	float: right;
}

#header ul#h-nav li {
	float:left;
	font-size:13px;
	padding-left:13px;
	margin-left:20px;
	margin-top:30px;
	background:url(../img/h-nav-bg.gif) left center no-repeat;
}

#g-nav {
	clear: both;
	height:50px;
	background-color:#efefef;
}

#g-nav ul {
	width:950px;
	margin:0 auto;
}

#g-nav ul li {
	float:left;
	width:200px;
	letter-spacing:1px;
	height:40px;
	margin:5px 0;
	line-height:2.4;
	border-right: 1px dotted #999;
	text-align:center;
	font-weight:bold;
}

#g-nav ul li.current {
	background:#4B9954;
	color:#ffffff;
}

#g-nav li a {
	display:block;
	color:#333333;
	text-decoration:none;
}

#g-nav li a:hover {
	text-decoration: underline;
}

#g-nav ul li.current a {
	color:#ffffff;

}

#g-nav div {
	width:950px;
	margin:-45px auto 0 auto;
	text-align:right;
}


/* IE6 \*/
* html #g-nav ul {width:980px;}
* html #g-nav div {width:980px;}
/**/

/*
サイドメニュー
----------------------------------------------------------- */

#menu {
	background-color:#efefef;
	padding:10px;
}

#menu h3 {
	font-size:17px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:5px;
	background:url(../tankset/img/mark-menu-h3.gif) 0 3px no-repeat;
}

#menu p {
	font-size:13px;
	line-height:1.2;
	padding-left:5px;
	margin-bottom:5px;
}

#menu ul{
	background-color:#ffffff;
	padding:5px;
/*	margin-bottom:20px;*/
}

#menu ul li{
	font-size:15px;
	margin-bottom:2px;
}

#menu ul li.m-current {
	padding:10px 10px 10px 18px;
	background: #CCFFD2 url(../tankset/img/mark-menu-li.gif) 5px 13px no-repeat;

}

#menu ul li a {
	display:block;
	padding:10px 10px 10px 18px;
	background:url(../tankset/img/mark-menu-li.gif) 5px 13px no-repeat;
}

#menu ul li.h-current a {
	background-color:#E5FFE8;
}

#menu ul li a:hover {
	background-color:#CCFFD2;

}

#menu p.breed {
	font-size:15px;
	padding-left:13px;
	background:url(../tankset/img/mark-menu-breed.gif) left 6px no-repeat;
}

#menu div {
	margin:20px 0;
	padding:20px 0;
	border-bottom: 3px dotted #ffffff;
	border-top: 3px dotted #ffffff;
}

/*
パンくずリスト
----------------------------------------------------------- */

#topic-path {
	padding:10px;
}

#topic-path ul {
	width:950px;
	font-size:15px;
	margin:0 auto;

}

#topic-path li {
	display: inline;
}

#topic-path li a {
	padding-right:15px;
	background:url(../img/topicpath.gif) right center no-repeat;
}

/*
ニュースリリース一覧
----------------------------------------------------------- */
#news h2 {
	font-size:25px;
	padding:10px 0 10px 25px;
	background:url(../tankset/img/mark-h4.gif) 5px center no-repeat #fafafa;
	margin-top:30px;
	margin-bottom:10px;
	border-top:2px solid #4b9954;
}

#news h3 {
	font-size:20px;
	font-weight:bold;
	padding:15px 0 15px 10px;
	margin-bottom:10px;
	border-left:3px solid #5b9954;
}



dl.question {
	margin-top:50px;
}

dl.question dt {
	font-size:16px;
	background-color:#fafafa;
	padding:8px;
	margin-bottom:5px;
	border-left:3px solid #5b9954;
		
}
dl.question dd {
	font-size:14px;
	line-height:1.4;
	margin-left:15px;
	margin-bottom:30px;

}

dl.topic {
	width:100%;
}

dl.topic dt {
	font-size:15px;
	width: 100px;
	height:30px;
	text-align:right;
	padding:10px 0 10px 0;
	line-height:1.5;
}

dl.topic dd{
	font-size:15px;
	padding:10px 0 10px 120px;
	margin-top:-50px;
	line-height:1.5;
	border-bottom: 1px #CCCCCC solid;
}

dl.topic dd a:link {
	padding-left:20px;
	padding-right:5px;
	background:url(../img/to-form.gif) left center no-repeat;
	text-decoration: underline;
}

dl.topic dd a:hover {
	text-decoration:none;
}


#news #other-contents ul {
	font-size:13px;
	width:150px;
	float:left;
	margin-right:5px;
}

#news #other-contents ul li {
	background:url(../tankset/img/mark-menu-li.gif) 4px center no-repeat;
	margin-left:15px;
	padding:5px 0 5px 19px;
}


#news #other-contents ul li.li-top {
	list-style:none;
	margin-left:0;

}

#news .red {
	border-left:3px solid #cb5317;
}

#news table {
	width:100%;
	border-spacing:0;
	border:1px solid #cccccc;
	margin-bottom:40px;
}

#news table th {
	padding:10px;
	width:110px;
	background-color:#fafafa;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#news table td {
	padding:10px;
	border-bottom:1px solid #cccccc;
}







