@charset "utf-8";

/* ==================================================

Advanced Soil スタイルシート

================================================== * /


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	-webkit-text-size-adjust:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
a img {
	border:none;
}

body {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:0;
	text-align:center;
	font-size:80%;
	line-height:1.33;
	color:#646464;
}
.fs {
	font-size:85%;
}
.fl {
	font-size:120%;
	line-height:180%;
	letter-spacing:2px;
	max-height:100%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#009fe8;
	text-decoration:none;
}
a:hover,
a:active {
	color:#009fe8;
	text-decoration:underline;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.warning {
	color:#e61e1e;
	background-color:#fff5dc;
	border:solid 1px #b4bec8;
	padding:10px 15px;
	margin:0 0 15px;
}

.header {
	width:900px;
	margin:0 auto;
	text-align:left;
	font-size:85%;
	color:#969696;
}
.header h1 {
	float:left;
	width:600px;
	padding:20px 0;
}
.header .header-link {
	float:right;
	width:300px;
	padding:15px 0 5px;
	text-align:right;
	font-weight:bold;
}
.header .header-link a {
    border: solid 2px #009fe8;
    padding: 2px 15px 1px;
    font-weight: bold;
    font-size: 140%;
    text-decoration: none;
    color: #009fe8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.header .header-link a:hover {
    background-color: #009fe8;
    color: #fff;
    }
.tm-area {
	background:url(../common/tm_bk.png) repeat-x;
	text-align:left;
	z-index:9999;
}
.tm-area .tm {
	margin:0 auto;
	width:900px;
}
.tm-area li {
	float:left;
}
.tm-area li ul li {
	background:url(../common/tm_bk.png) repeat-x;
}
.top-line {
	border-top:solid 3px #e1e1e1;
	margin-top:52px;
}
#top .top-line {
	border-top:none !important;
	margin-top:0 !important;
}
.main {
	width:900px;
	margin:0 auto;
	text-align:left;
	padding-bottom:15px;
}
#top .main,
#products .main,
#advanced_soil .main,
#ph-control .main,
#advanced_food .main {
	width:auto;
}
.title-area {
	position:relative;
	margin:0 auto;
	width:900px;
	border-bottom:solid 3px #e1e1e1;
	margin-bottom:20px;
}
#products .title-area {
	border-bottom:solid 1px #e1e1e1;
	margin-bottom:0;
}
#advanced_soil .title-area,
#advanced_food .title-area {
	border-bottom: none;
	margin-bottom: 0;
}
.title-area p {
	position:absolute;
	bottom:15px;
	right:0;
	font-size:85%;
}
.bottom-menu {
	padding-top:100px;
	text-align:center;
	font-weight:bold;
}

.footer {
	background-color:#646464;
	color:#fff;
}
.footer .footer-i {
	width:900px;
	margin:0 auto;
	padding:25px 0 17px;
}

.footer .footer-address {
	font-weight:bold;
	padding:10px 0 7px;
}
.copyright {
	padding-top:40px;
	font-size:85%;
}

.copy {
	padding-bottom:18px;
}

/* トップ
--------------------------------------------------------------------*/
#top .top-photo-area {
	padding-top: 52px;
}
#top .top-photo-area .top-photo {
	background:url(../img/photo_1.jpg) center no-repeat;
	background-size:cover;
	height:500px;
}
#top .top-photo-area .top-logo {
	margin: -70px auto 0;
	width: 900px;
}
#top .top-photo-area .top-copy {
	margin: -50px auto 0;
	width: 900px;
}
#top .top-photo-area .top-copy p {
	padding-left: 380px;
	font-size: 200%;
	font-weight: bold;
	color: #323232;
}
#top .main-i {
	margin: 0 auto;
	width: 900px;
	padding: 0 0 60px;
}
#top .main-i .text-area {
	float: left;
	width: 620px;
	padding-top: 50px;
}
#top .main-i .text-area p {
	padding-right: 20px;
}
#top .main-i .text-r {
	float: right;
	width: 280px;
}
#top .contents-area {
	display: flex;
	justify-content: center;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
#top .contents-area li {
	border-right: solid 1px #e1e1e1;
}
#top .contents-area li:last-child {
	border-right: none;
}
#top .contents-area li img {
	width: 100%;
	max-width: 600px;
}

#top .main-i2 {
	margin: 0 auto;
	width: 900px;
	padding: 60px 0 0;
}
#top h3 {
	padding-bottom: 5px;
	border-bottom: solid 1px #c8c8c8;
	font-weight: bold;
	font-size: 150%;
	letter-spacing:2px;
	color: #323232;
}
#top .topics-area {
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
}
#top .topics-area .topics {
	width: 230px;
}
#top .topics-area .last {
	width: 210px !important;
}
#top .topics-area .topics div {
	display: table-cell;
	margin-right: 20px;
	height: 158px;
	width: 210px;
	text-align: center;
	vertical-align: middle;
	background-color: #f0f0f0;
}
#top .topics-area .last div {
	padding-right: 0 !important;
}
#top .topics-area .topics div img {
	vertical-align: middle;
	text-align: center;
}
#top .topics-area .topics .icon {
	margin-top: -13px;
	display: inline-block;
	background-color: #01b8f0;
	padding: 3px 0 2px;
	width: 100px;
	text-align: center;
	color: #fff;
}
#top .topics-area .topics .icon2 {
	margin-top: -13px;
	display: inline-block;
	background-color: #fe0002;
	padding: 3px 0 2px;
	width: 100px;
	text-align: center;
	color: #fff;
}
#top .topics-area .topics h4 {
	padding: 10px 20px 5px 0;
	font-weight: bold;
	font-size: 120%;
}
#top .topics-area .last h4 {
	padding: 10px 0 5px 0 !important;
}
#top .topics-area .topics h4 a {
	color: #323232;
}
#top .topics-area .topics p {
	padding-right: 20px;
}
#top .topics-area .last p {
	padding-right: 0 !important;
}
#top .topics-link {
	padding-top: 20px;
	text-align: right;
}
#top .topics-link a {
	display: inline-block;
	background-color: #010101;
	padding: 5px 20px 4px 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#top .topics-link a:hover {
	opacity: 0.7;
}
#top .topics-link img {
	margin-right: 6px;
	vertical-align: middle;
}

/* トピックス一覧
--------------------------------------------------------------------*/
#topics .title-area {
	margin-bottom: 0;
}
#topics .topics-area {
	padding: 30px 0;
	border-bottom: dotted 1px #c8c8c8;
}
#topics .topics-area .photo {
	float: left;
	width: 210px;
}
#topics .topics-area .photo-r {
	float: right;
	width: 670px;
}
#topics .topics-area .photo-r .day .icon {
	display: inline-block;
	background-color: #01b8f0;
	border-radius: 3px;
	margin-right: 9px;
	padding: 3px 0 2px;
	width: 100px;
	text-align: center;
	color: #fff;
}
#topics .topics-area .photo-r .day .icon2 {
	display: inline-block;
	background-color: #fe0002;
	border-radius: 3px;
	margin-right: 9px;
	padding: 3px 0 2px;
	width: 100px;
	text-align: center;
	color: #fff;
}
#topics .topics-area .photo-r h4 {
	padding: 12px 0 7px;
	font-weight: bold;
	font-size: 150%;
}
#topics .topics-area .photo-r h4 a {
	color: #323232;
}
#topics .page {
	border-top: solid 1px #c8cdd2;
	padding: 30px 0 5px;
	text-align: center;
}
#topics .page a {
	border: solid 1px #009fe8;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 9px 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#topics .page span {
	border: solid 1px #969696;
	border-radius: 3px;
	margin: 0 3px;
	padding: 3px 9px 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#topics .page a:hover {
	background-color: #009fe8;
	color: #fff;
}
#topics .page .back {
	vertical-align: 2px;
	margin-right: 6px;
}
#topics .page .next {
	vertical-align: 2px;
	margin-left: 6px;
}

/* トピックス　下層
--------------------------------------------------------------------*/
#topics-u .topics-area {
	padding-bottom: 60px;
	border-bottom: dotted 1px #c8c8c8;
}
#topics-u .topics-area .day .icon {
	display: inline-block;
	background-color: #01b8f0;
	border-radius: 3px;
	margin-right: 9px;
	padding: 3px 0 2px;
	width: 100px;
	text-align: center;
	color: #fff;
}
#topics-u .topics-area .day .icon2 {
	display: inline-block;
	background-color: #fe0002;
	border-radius: 3px;
	margin-right: 9px;
	padding: 3px 0 2px;
	width: 100px;
	text-align: center;
	color: #fff;
}
#topics-u .topics-area h4 {
	padding-top: 12px;
	font-weight: bold;
	font-size: 150%;
	color: #323232;
}
#topics-u .photo {
	padding: 20px 0 15px;
	text-align: center;
}
#topics-u .text {
	padding-top: 15px;
}
#topics-u .back {
	padding-top: 30px;
	text-align: center;
}
#topics-u .back a {
	display: inline-block;
	text-decoration: none;
	background-color: #c8c8c8;
	border-radius: 5px;
	padding: 7px 25px 5px;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 1px;
	color: #fff;
}
#topics-u .back a:hover {
	opacity: 0.7;
}

/* アドバンスソイル　コンセプト
--------------------------------------------------------------------*/
#advanced_soil .top-photo {
	background:url(../advanced_soil/img/photo_1.jpg) center bottom no-repeat;
	background-size:cover;
	height:500px;
}
#advanced_soil .main-i {
	border-bottom:solid 1px #e1e1e1;
}
#advanced_soil .main-i2 {
	margin:0 auto;
	width:900px;
	padding:60px 0 100px;
}
#advanced_soil .main-i3 {
	margin:0 auto;
	width:900px;
	padding:60px 0 30px;
}
#advanced_soil .black-color-soil {
	margin:0 auto;
	width:900px;
	padding-bottom:30px;
}
#advanced_soil .black-color-soil .photo {
	float:left;
	width:600px;
}
#advanced_soil .black-color-soil .photo-r {
	float:right;
	width:300px;
	padding-top:160px;
}
#advanced_soil .center-photo {
	background:url(../advanced_soil/img/photo_3.jpg) center no-repeat;
	background-size:cover;
	height:500px;
}
#advanced_soil .center-photo div {
	text-align:center;
	padding-top:80px;
}
#advanced_soil .image {
	padding:20px 0 50px;
}
#advanced_soil .text {
	font-weight:bold;
	padding-bottom:10px;
}
#advanced_soil .hikaku {
	border:solid 2px #e1e1e1;
}
#advanced_soil .hikaku th,
#advanced_soil .hikaku td {
	border:solid 1px #e1e1e1;
	padding:11px 0 10px;
	text-align:center;
	vertical-align:middle;
}
#advanced_soil .hikaku th.line,
#advanced_soil .hikaku td.line {
	border-bottom:solid 3px #e1e1e1;
}
#advanced_soil .hikaku td.top {
	background-color:#f0f0f0;
	font-size:80% !important;
	padding:9px 0 8px;
}
#advanced_soil .hikaku th {
	background-color:#f0fafa;
}
#advanced_soil .hikaku th p,
#advanced_soil .hikaku td p {
	padding:0 10px;
	font-size:120%;
}
#advanced_soil .hikaku th p {
	font-weight:bold;
}
#advanced_soil .lineup-area {
	margin:0 auto;
	width:900px;
	padding-top:60px;
}
#advanced_soil .lineup-area .lineup-left {
	float:left;
	width:310px;
}
#advanced_soil .lineup-area .text2 {
	padding-bottom:30px;
}
#advanced_soil .lineup-area .lineup-left .text2 {
	padding-right:30px;
}
#advanced_soil .lineup-area .lineup-left img {
	margin-right:30px;
}
#advanced_soil .lineup-area .lineup-right {
	float:right;
	width:280px;
}
#advanced_soil .lineup-area .photo {
	padding-bottom:15px;
}
#advanced_soil .lineup-area .kuwashiku {
	padding-top:15px;
}

/* 商品案内
--------------------------------------------------------------------*/
#products .products-menu {
	margin:0 auto;
	width:900px;
	border-bottom:solid 1px #e1e1e1;
	margin-bottom:20px;
}
#products .products-menu li {
	float:left;
	width:300px;
}
#products .main-i {
	border-bottom:solid 1px #e1e1e1;
}
#products .main-i2 {
	margin:0 auto;
	width:900px;
	padding:40px 0 100px;
}
#products .products-area {
	border-bottom:solid 1px #e1e1e1;
}
#products .products-area .photo-l {
	float:left;
	width:450px;
	padding-top:130px;
}
#products .products-area .photo {
	float:right;
	width:450px;
}
#products .products-area-2 {
	padding:30px 0;
	border-bottom:solid 1px #e1e1e1;
}
#products .products-area-2 .photo {
	float:left;
	width:370px;
}
#products .products-area-2 .photo-r {
	float:right;
	width:500px;
	padding-top:5px;
}
#products .products-area-3 {
	padding:30px 0 35px;
}
#products .products-area-3 .photo-l {
	float:left;
	width:500px;
	padding-top:5px;
}
#products .products-area-3 .photo {
	float:right;
	width:370px;
}
#products .data th,
#products .data td {
	border:solid 1px #e1e1e1;
	padding:11px 0 10px;
	text-align:center;
	vertical-align:middle;
}
#products .data td.top {
	background-color:#f0f0f0;
	font-size:80% !important;
	padding:9px 0 8px;
}
#products .data .color1 {
	background-color:#f0fafa;
}
#products .data .color2 {
	background-color:#f0f0dc;
}
#products .data .color3 {
	background-color:#ffebf5;
}
#products .data th p,
#products .data td p {
	padding:0 10px;
	font-size:120%;
}
#products .data td p a {
	display: inline-block;
	padding: 4px 12px 3px;
	text-decoration: none;
	font-size: 75%;
	color: #fff;
}
#products .data td p a:hover {
	opacity: 0.7;
}
#products .data td p .link-color1 {
	background-color: #009fe8;
}
#products .data td p .link-color2 {
	background-color: #8dc21f;
}
#products .data td p .link-color3 {
	background-color: #e3007f;
}
#products .data th p {
	font-weight:bold;
}
#products .btn-area {
	padding:40px 30px 0 60px;
}
#products .btn-area li {
	float:left;
	width:270px;
}

/* pH CONTROL
--------------------------------------------------------------------*/
#ph-control .title-area {
	display: none;	
}
#ph-control .ph-top {
	position: relative;
	background-color: #c0c0c0;
	height: 420px;
}
#ph-control .ph-top .ph-top-i {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#ph-control .ph-top p {
	position: absolute;
	top: 25px;
	right: 0;
	text-align: right;
	z-index: 3;
}
#ph-control .ph-top .photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
#ph-control .main-photo {
	padding-top: 150px;
	text-align: center;
}
#ph-control .copy-list {
	margin: 0 auto;
	width: 800px;
	padding: 40px 0 0 240px;
}
#ph-control .copy-list li {
	background: url("../ph_control/img/check.png") no-repeat 0 0;
	padding: 7px 0 13px 55px;
	font-size: 160%;
	font-weight: bold;
	color: #008fff;
}
#ph-control h3 {
	margin-top: 100px;
	border-top: solid 1px #d2d2d2;
	padding-top: 80px;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
}
#ph-control .image {
	padding: 25px 0 60px;
	text-align: center;
}
#ph-control section {
	margin: 0 auto;
	width: 900px;
	font-size: 140%;
	line-height: 160%;
}
#ph-control .kome {
	padding-top: 10px;
	font-size: 85%;
}
#ph-control .bar {
	margin-top: 70px;
	border-bottom: solid 1px #c8c8c8;
	margin-bottom: 20px;
}
#ph-control h4 {
	border-left: solid 4px #323232;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 120%;
}
#ph-control .graph {
	padding-top: 70px;
	text-align: center;
}
#ph-control .text {
	padding-top: 20px;
	text-align: center;
}
#ph-control .box {
	margin-top: 70px;
	border: dotted 1px #969696;
	padding: 40px 50px;
}
#ph-control .box .box-title {
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 10px;
	border-bottom: solid 1px #c8c8c8;
	margin-bottom: 20px;
}
#ph-control .text2 {
	padding-bottom: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
}
#ph-control .text2 span {
	font-size: 120%;
}
#ph-control .text3 {
	padding-top: 50px;
	text-align: center;
}
#ph-control .voice {
	margin: 0 50px;
	background-color: #eaf5fd;
	padding: 50px 50px;
	border-radius: 30px;
}
#ph-control .voice li {
	padding: 5px 0;
	font-weight: bold;
	color: #003e85;
}
#ph-control .lineup-area {
	margin: 0 auto;
	width: 680px;
	padding: 30px 0 100px;
}
#ph-control .lineup-area-i {
	display: flex;
	justify-content: space-between;
	padding-right: 45px;
}
#ph-control .lineup-area .lineup {
	width: 260px;
	text-align: center;
}
#ph-control .lineup-area .lineup .shiyou {
	border-bottom: solid 1px #646464;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-size: 70%;
}
#ph-control .lineup-area .lineup li {
	padding-bottom: 7px;
}
#ph-control .lineup-area .lineup .btn {
	margin-top: 20px;
}
#ph-control .lineup-area .lineup .btn a {
	display: block;
	background-color: #000;
	padding: 6px 0 4px;
	text-decoration: none;
	color: #fff;
}
#ph-control .lineup-area .lineup .btn a:hover {
	opacity: 0.7;
}
#ph-control .shop {
	margin: 0 auto;
	width: 500px;
}
#ph-control .shop .btn a {
	display: block;
	background: url("../ph_control/img/arrow_1.png") no-repeat top 16px right 18px;
	background-color: #000;
	border-radius: 5px;
	padding: 14px 0 13px;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	color: #fff;
}
#ph-control .shop .btn a:hover {
	opacity: 0.7;
}

/* アドバンスフード
--------------------------------------------------------------------*/
#advanced_food .top-photo {
	text-align: center;
}
#advanced_food .main-i {
	border-bottom:solid 1px #e1e1e1;
}
#advanced_food .main-i2 {
	margin:0 auto;
	width:900px;
	padding:60px 0 80px;
}
#advanced_food .main-i3 {
	margin:0 auto;
	width:900px;
	padding:60px 0 0;
}
#advanced_food .feature-text {
	padding: 0 120px;
	font-size:160%;
	line-height:180%;
	letter-spacing:2px;
	max-height:100%;
}
#advanced_food .feature {
	padding: 20px 120px 0;
	font-size:120%;
	line-height:180%;
	letter-spacing:2px;
	max-height:100%;
}
#advanced_food .feature dt {
	padding: 40px 0 5px;
	font-weight: bold;
	font-size: 120%;
}
#advanced_food .center-photo {
	background:url(../advanced_soil/img/photo_3.jpg) center no-repeat;
	background-size:cover;
	height:500px;
}
#advanced_food .center-photo div {
	text-align:center;
	padding-top:80px;
}
#advanced_food .food-copy {
	padding-bottom: 20px;
}
#advanced_food .food-area {
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#advanced_food .food-area li {
	width: 168px;
	padding-top: 15px;
}
#advanced_food .food-area li img {
	box-shadow: -2px 2px 10px #969696;
}
#advanced_food .data th,
#advanced_food .data td {
	border:solid 1px #e1e1e1;
	padding:11px 0 10px;
	text-align:center;
	vertical-align:middle;
}
#advanced_food .data td.top {
	background-color:#f0f0f0;
	font-size:80% !important;
	padding:9px 0 8px;
}
#advanced_food .data .color1 {
	background-color:#f0fafa;
}
#advanced_food .data .color2 {
	background-color:#f0f0dc;
}
#advanced_food .data .color3 {
	background-color:#ffebf5;
}
#advanced_food .data th p,
#advanced_food .data td p {
	padding:0 10px;
	font-size:120%;
}
#advanced_food .data th p {
	padding-left: 20px;
	text-align: left;
}
#advanced_food .data td p a {
	display: inline-block;
	padding: 4px 12px 3px;
	text-decoration: none;
	font-size: 75%;
	color: #fff;
}
#advanced_food .data td p a:hover {
	opacity: 0.7;
}
#advanced_food .data td p .link-color1 {
	background-color: #57b3e6;
}
#advanced_food .data td p .link-color2 {
	background-color: #b6cc43;
}
#advanced_food .data td p .link-color3 {
	background-color: #e9544d;
}
#advanced_food .data th p {
	font-weight:bold;
}

/* ポップアップ共通
--------------------------------------------------------------------*/
.popup-main {
	margin:0 auto;
	width:600px;
	padding-bottom:70px;
	text-align:left;
}
.popup-main h1 {
	text-align:center;
	padding:60px 0;
}

/* 使用方法
--------------------------------------------------------------------*/
#houhou h2 {
	font-weight:bold;
	padding-bottom:7px;
	border-bottom:solid 3px #e1e1e1;
}
#houhou h2.next {
	padding-top:30px;
	margin-bottom:15px;
}
#houhou .houhou-area {
	padding:30px 0;
	border-bottom:solid 1px #e1e1e1;
}
#houhou .houhou-last {
	border-bottom:none !important;
}
#houhou .houhou-area .photo {
	float:left;
	width:150px;
}
#houhou .houhou-area .photo-r {
	float:right;
	width:430px;
	padding-top:2px;
}
#houhou .houhou-area .photo-r h3 {
	font-weight:bold;
	padding-bottom:10px;
}
#houhou .popup-original .houhou-area .photo-r h3 {
	color:#009fe8;
}
#houhou .popup-plants .houhou-area .photo-r h3 {
	color:#8dc21f;
}
#houhou .popup-shrimp .houhou-area .photo-r h3 {
	color:#e3007f;
}
#houhou .houhou-area .kome {
	padding-top:7px;
	font-size:85%;
}
#houhou .houhou-area .meyasu {
	padding:18px 0 7px;
	font-weight:bold;
}
#houhou .houhou-area table {
	margin-bottom:3px;
}
#houhou .houhou-area th,
#houhou .houhou-area td {
	border:solid 1px #c8c8c8;
	padding:10px 0 9px;
	text-align:center;
}
#houhou .houhou-area th {
	background-color:#f0f0f0;
}
#houhou .houhou-area th p,
#houhou .houhou-area td p {
	padding:0 20px;
}
#houhou .text {
	color:#e65014;
	padding-bottom:7px;
}
#houhou .text2 {
	padding-bottom:17px;
	border-bottom:solid 1px #e1e1e1;
}
#houhou .introduction li {
	padding:15px 0 14px;
	border-bottom:solid 1px #e1e1e1;
}

/* メンテナンス
--------------------------------------------------------------------*/
#maintenance h2 {
	font-weight:bold;
	padding-bottom:7px;
	border-bottom:solid 3px #e1e1e1;
}
#maintenance .maintenance-area {
	padding:20px 0;
	border-bottom:solid 1px #e1e1e1;
}
#maintenance .maintenance-last {
	border-bottom:none !important;
}
#maintenance .maintenance-area h3 {
	font-weight:bold;
	padding-bottom:12px;
}
#maintenance .popup-original .maintenance-area h3 {
	color:#009fe8;
}
#maintenance .popup-plants .maintenance-area h3 {
	color:#8dc21f;
}
#maintenance .popup-shrimp .maintenance-area h3 {
	color:#e3007f;
}
#maintenance .image-area {
	padding:15px 0 20px;
}
#maintenance .image-area li {
	float:left;
	width:192px;
}

/* Q&quot;A
--------------------------------------------------------------------*/
#faq h2 {
	font-weight:bold;
	padding-bottom:7px;
	border-bottom:solid 3px #e1e1e1;
}
#faq .faq-area {
	padding:20px 0;
	border-bottom:solid 1px #e1e1e1;
}
#faq .faq-last {
	border-bottom:none !important;
}
#faq .faq-area h3 {
	font-weight:bold;
	padding-bottom:12px;
}
#faq .popup-original .faq-area h3 {
	color:#009fe8;
}
#faq .popup-plants .faq-area h3 {
	color:#8dc21f;
}
#faq .popup-shrimp .faq-area h3 {
	color:#e3007f;
}

/* 取扱い店舗
--------------------------------------------------------------------*/
#shop .bar {
	margin-top: 70px;
	border-bottom: solid 1px #c8c8c8;
	margin-bottom: 2px;
}
#shop h3 {
	border-left: solid 4px #323232;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 120%;
}
#shop .online dt {
	padding:16px 0 7px 10px;
	font-weight:bold;
	font-size:120%;
}
#shop .online dt i {
	padding-left: 10px;
}
#shop .online dd {
	padding:0 0 13px 10px;
	border-bottom:solid 1px #e1e1e1;
	font-size:120%;
}
#shop .shop th,
#shop .shop td {
	padding: 11px 0 10px;
	border-bottom: solid 1px #d2d2d2;
	vertical-align: middle;
}
#shop .shop td.top {
	background-color: #f5f5f5;
	padding-top: 8px;
	padding-bottom: 7px;
}
#shop .shop th p {
	padding-left: 10px;
	font-weight: bold;
}
#shop .shop td p {
	padding: 0 5px;
	text-align: center;
}
#shop .shop .ari {
	width: 80px;
}
#shop .shop .address {
	width: 380px;
}
#shop .shop .address p {
	text-align: left;
}
#shop .shop .url {
	padding-right: 10px;
}

/* 運営会社
--------------------------------------------------------------------*/
#company .title-area {
	margin-bottom:0;
}
#company .profile th,
#company .profile td {
	border-bottom:solid 1px #e1e1e1;
	padding:15px 0 14px;
}
#company .profile th {
	width:150px;
}
#company .profile th p {
	padding-left:10px;
	font-weight:bold;
	font-size:120%;
	line-height:180%;
	letter-spacing:2px;
}
#company .profile td p {
	font-size:120%;
	line-height:180%;
	letter-spacing:2px;
}

/* お問い合わせ
--------------------------------------------------------------------*/
#form-page .text-area {
	padding-bottom:30px;
}
#form-page .kome {
	padding:10px 0 12px;
	color:#e65014;
	line-height:160%;
}
#form-page .tel {
	color:#e65014;
	font-weight:bold;
	font-size:160%;
}
#form-page form th,
#form-page form td {
	padding:15px 0;
	border-top:solid 1px #e1e1e1;
	border-bottom:solid 1px #e1e1e1;
}
#form-page form th {
	width:140px;
}
#form-page form th div {
	padding-left:10px;
	font-weight:bold;
	font-size:120%;
}
#form-page form td div {
	font-size:120%;
}
#form-page .require {
	color:#e65014;
	padding-left:3px;
}
#form-page .add-info {
	color:#969696;
	font-size:85%;
	padding-top:8px;
}
#form-page .btn {
	text-align:center;
	padding-top:15px;
}
#form-page .privacy {
	padding-top:60px;
	color:#e65014;
}
#form-page .last-info {
	text-align:center;
	padding:120px 0;
}

#form-page input,
#form-page select,
#form-page textarea {
	padding: 2px 5px;
}
#form-page #email2 {
	margin-top: 5px;
}
#form-page #naiyou {
	width: 500px;
	height: 150px;
}



