@charset "utf-8";

/* ------------------------------------------
	DEFINITIONS: base.css
	VERSION:     2016-08-29
	CONTENTS:
	1. RESET
	2. DEFAULT ELEMENT STYLES
		2.1 BODY
		2.2 LINK STYLES
	3. GENERAL STYLES
	4. GLOBAL HEADER
		4.1 FUNCTION NAVIGATION
		4.2 GLOBAL NAVIGATION
		4.3 SEARCH FORM
	5. GLOBAL FOOTER
		5.1 VIEW MODE
		5.2 LINK BUTTON
		5.3 FUNCTION NAVIGATION
		5.4 COPYRIGHT
------------------------------------------ */

/* 1. RESET
--------------------------------------------------------- */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";content: none;}
ins {background-color: #ff9;color: #333;text-decoration: none;}
mark {background-color: #ff9;color: #333;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
input, select {vertical-align: middle;}
ul {list-style:none;}
#id_shellfish, #id_bivalves{height:0; overflow:hidden;}

/* 2.1 BODY DEFAULTS
--------------------------------------------------------- */
body {
	color: #333;
	line-height: 1.231;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}
/* 2.2 LINK STYLES
--------------------------------------------------------- */
a{
	color: #0066a7;
	text-decoration:none;
}
a:visited{
	color: #5a2680;
}
a:hover,a:active,a:focus {
	color: #0066a7;
}

/* 3 GENERAL STYLES
--------------------------------------------------------- */
/* icon */
.pc:after {
	content : "";
	display:inline-block;
	position:relative;
	top:2px;
	width:15px;
	height:12px;
	margin:0 3px 0 2px;
	background: url(../img/icon_pc.png) no-repeat;
	background-size:15px auto;
	vertical-align:baseline;
}

.blank:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 14px;
	margin:-2px 3px 0 3px;
	vertical-align: middle;
	background: url(../img/icon_blank.png) no-repeat;
	background-size: 15px auto;
}

/* 4 GLOBAL HEADER
--------------------------------------------------------- */
/* スキップナビ -------- */
#skipnav { display: block; position: relative; height: 1px;/*for safari*/ margin-top:-1px;/*for safari*/ overflow: hidden; background-color:#595959; text-align:center; line-height:2; color:#fff; font-size:14px; }
#skipnav:focus{ height: 2em; }
#skipnav_main { font-size: 0; outline: 0; }
.global_header {
	border-top:2px solid #e60000;
	border-bottom: 1px solid #bbb;
	overflow:hidden;
	background-color:#fff;
}
.global_header .site_id {
	float:left;
	width:243px;/*ロゴサイズに合わせて変更*/
	margin:6px 0 8px 10px;
}
.global_header .site_id a {
	display: block;
	height:68px;/*ロゴサイズに合わせて変更*/
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 243px;/*ロゴサイズに合わせて変更*/
	text-indent: -9999px;
	outline:0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 4.1 FUNCTION NAVIGATION
--------------------------------------------------------- */
.global_header .sp_nav {
	float: right;
	margin: 5px 0 0;
	padding-right:5px;
}
.global_header .sp_nav li {
	float: left;
	width:41px;
}
.global_header .sp_nav li a {
	display: block;
	padding-top: 10px;
	font-size: 8px;
	text-align: center;
	color: #333;
}
.global_header .sp_nav li a:hover {
	text-decoration: none;
}
.global_header .sp_nav li a:before {
	content: "";
	display: block;
	height: 20px;
	margin-bottom: 2px;
	padding: 2px 0;
	-webkit-background-size: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.global_header .sp_nav li + li a:before {
	border-left: 1px solid #ccc;
}
.global_header .sp_nav .nav a:before {
	background-image: url(../img/icon_menu.png);
}
.global_header .sp_nav .search a:before {
	background-image: url(../img/icon_search.png);
}
/* 4.2 GLOBAL NAVIGATION
--------------------------------------------------------- */
.global_header .global_nav{
	display:none;
	clear:both;
	height:0;
	overflow:hidden;

	-webkit-transition: height 0.4s ease-out;
	-moz-transition: height 0.4s ease-out;
	-ms-transition: height 0.4s ease-out;
	-o-transition: height 0.4s ease-out;
	transition: height 0.4s ease-out;
}
.global_nav{
	position: relative;
}
.global_nav ul {
	padding:2.25em 20px 1.167em;
	-pie-background: linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%22%20y1%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%233d3d3d%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%222%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #3d3d3d),color-stop(2%, #4c4c4c),color-stop(100%, #4c4c4c));
	background-image: -webkit-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -moz-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -ms-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -o-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: linear-gradient(to top, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
}
.global_nav li {
	position:relative;
	border-bottom: 1px solid #747474;
}
.global_nav li:last-child {
	border-bottom:none;
}
.global_nav a {
	display:block;
	color: #fff;
	padding:12px 30px 13px 5px;
}
.global_nav li .inner {
	display:inline-block;
	padding:2px 0;
	line-height:1;
}
.global_nav a:after {
	content : "";
	display:inline-block;
	position:absolute;
	top:50%;
	right:10px;
	width:9px;
	height:15px;
	margin-top:-7px;
	background: url(../img/bg_black/arr_right.png) no-repeat;
	background-size:9px auto;
	vertical-align:baseline;
}
.global_nav .btn_close,
.seek .btn_close {
	position:absolute;
	top:10px;
	right:10px;
	width:19px;
	height:19px;
	cursor:pointer;
	background: #fff url(../img/icon_close.png) no-repeat 50% 50%;
	background-size: 11px;
	text-indent: -9999px;
}
/* 4.3 SEARCH FORM
--------------------------------------------------------- */
.seek{
	display:none;
	clear:both;
	position:relative;
	text-align:center;
	-pie-background: linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%22%20y1%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%233d3d3d%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%222%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%234c4c4c%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #3d3d3d),color-stop(2%, #4c4c4c),color-stop(100%, #4c4c4c));
	background-image: -webkit-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -moz-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -ms-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: -o-linear-gradient(bottom, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	background-image: linear-gradient(to top, #3d3d3d 0%,#4c4c4c 2%,#4c4c4c 100%);
	height:0;
	overflow:hidden;
	-webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}
.seek fieldset {
	padding:3em 10px 1.5em;
}
.seek legend {
	display:none;
}
.seek .phrase{
	width: 86%;
	padding:.75em 2%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	font-size:16px;
	line-height:1.25;
	background-color:#ededed;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
}
.seek .phrase:placeholder-shown { color: #666; }
.seek .phrase::-webkit-input-placeholder { color: #666; }
.seek .phrase:-moz-placeholder { color: #666; opacity: 1; }/* Firefox 18- */
.seek .phrase::-moz-placeholder { color: #666; opacity: 1; }/* Firefox 19+ */
.seek .phrase:-ms-input-placeholder { color: #666; }
.seek .btn_search {
	width: 90%;
	margin-top:7px;
	padding: .75em 0;
	color: #333;
	text-align: center;
	font-weight: bold;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-pie-background: linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%22%20y1%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23d9d9d9%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #d9d9d9),color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: -o-linear-gradient(bottom, #d9d9d9 0%,#ffffff 100%);
	background-image: linear-gradient(to top, #d9d9d9 0%,#ffffff 100%);
	font-size:16px;
	text-indent:1em !important;
	letter-spacing:1em;
	line-height:normal;
}

/* 5 GLOBAL FOOTER
--------------------------------------------------------- */
.global_footer {
	margin-top: 15px;
	padding: 0 10px 12px;
	overflow: hidden;
	background-color:#e3e3e3;
}
/* 5.1 VIEW MODE
 -------------------------------------------------- */
.global_footer .view_mode {
	border-top: 1px solid #bbb;
	margin: 0 -10px;
	padding: 15px 0;
	font-size:12px;
	text-align: center;
	background-color:#fff;
}
.global_footer .view_mode dt {
	display: inline-block;
}
.global_footer .view_mode dd{
	display: inline-block;
}
.global_footer .view_mode dd:nth-of-type(1){
	margin-right:8px;
	padding-right:8px;
	border-right:1px solid #b5b5b5;
	font-weight: bold;
}
/* 5.2 LINK BUTTON
 -------------------------------------------------- */
.global_footer .button_pc_top a {
	display: block;
	border-top: 1px solid #e0e0e0;
	margin: 0 -10px;
	padding: 15px 0;
	font-size:12px;
	text-align: center;
	background-color:#fff;
}
/* 5.3 FUNCTION NAVIGATION
 -------------------------------------------------- */
.global_footer .function_nav {
	margin-top: 16px;
	font-size: 13px;
}
.global_footer .function_nav a{
	display:inline-block;
	padding:4px 0;
	color:#333;
}
.global_footer .function_nav .icon{
	vertical-align: middle;
}
/* 5.4 COPYRIGHT
 -------------------------------------------------- */
.global_footer .copyright {
	margin: 15px 0 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, clean, sans-serif;
}
