@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote, table, th, td, address {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	color: #000;
	font-style: normal;
	font: 13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
select, input, button, textarea {
	font-size: 99%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
textarea, input {
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
td, th {
	vertical-align: top;
}
fieldset, img, abbr {
	border: none;
}
li {
	list-style-type: none;
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
article div, article p, article ul, article dl, article ol, article h2, article h3, article h4, article table {
	margin: 0 0 20px;
}
a, a:link {
	color: #4059b3;
}
a:visited {
	color: #4059b3;
}
a:hover {
	color: #4059b3;
}
body {
	background: #000;
	padding-top: 61px;
}
/*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
header {
	background: #000;
	z-index: 10000;
	height: 46px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	zoom: 1;
	padding-top: 15px;
}
header:before,
header:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
header:after {
	clear: both;
}
header #logo {
	float: left;
	margin-left: 10px;
}
header #menu {
	float: left;
	margin-left: 16px;
}

/*---------------------------------------------------------------------
	topicPath
---------------------------------------------------------------------*/
.topicPath {
	margin-bottom: 20px;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
}
.topicPath li {
	display: inline-block;
	vertical-align: middle;
	height: 27px;
	position: relative;
	padding: 0 5px;
	color: #666;
	font-size: 12px;
}
.topicPath li:first-child a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/fish/sp/img/icon_home.png) no-repeat 50% 50%;
	width: 13px;
	height: 20px;
	background-size: 13px 11px;
	text-indent: -9999px;
}
.topicPath li a,
.topicPath li span {
	display: block;
	padding: 3px 5px 0;
}
.topicPath li + li:after {
	position: relative;
	display: block;
	margin-top: -10px;
	margin-left: -13px;
	margin-right: auto;
	height: 14px;
	width: 8px;
	content: " ";
	transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	border-right: 1px solid #333333;
}
.topicPath li + li:before {
	float: left;
	display: block;
	margin-bottom: -10px;
	margin-left: -13px;
	margin-right: auto;
	height: 14px;
	width: 8px;
	content: " ";
	transform: skew(25deg);
	-webkit-transform: skew(25deg);
	border-right: 1px solid #333333;
}

/*---------------------------------------------------------------------
	top
---------------------------------------------------------------------*/
/* slide */
#va {
	position: relative;
}
#va #over {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	text-align: center;
	width: 100%;
}
#va ul li img {
	max-width: 100%;
	height: auto;
	width: 100%\9;
	display: block;
	width: 100%;
}

/*---------------------------------------------------------------------
	contents
---------------------------------------------------------------------*/
body main {
	padding: 0;
	margin: 0 20px 30px;
}
body main.detail {
	margin: 0 0 30px;
	padding: 0 20px;
	position: relative;
}

/* list */
#grid {
	font-size: 0;
}
#grid li {
	vertical-align: top;
	display: inline-block;
	width: 48.21%;
	margin: 0 3.57% 5.35% 0;
	font-size: 10px;
}
#grid li:nth-child(2n) {
	margin-right: 0;
}
#grid li.no_item {
	display: block;
	width: auto;
	margin: 0;
}
#grid li.no_item p {
    color: #fff;
    font-size: 16px;
}
#grid li a {
	display: block;
	text-decoration: none;
	position: relative;
}
#grid .icon {
	position: absolute;
	left: 5px;
	top: 1px;
}
#grid .icon > li {
	display: inline-block;
	width: auto;
	margin: 0;
}
#grid li a dl dt {
	margin-bottom: 5px;
	line-height: 1;
}
#grid li a dl dt img {
	max-width: 100%;
	height: auto;
	width: 100%\9;
	width: 100%;
}
#grid li a dl dd {
	color: #fff;
	font-size: 12px;
}

/* text */
#titleBox .titleArea {
	margin-bottom: 15px;
	border-left: #008BD6 1px solid;
	padding-left: 10px;
}
#titleBox .titleArea > p {
	padding: 3px 0;
}
#titleBox .titleArea > p > span {
	color: #727272;
	font-size: 11px;
	padding: 2px 5px;
	border: 1px solid #303030;
	display: inline-block;
	margin-right: 5px;
}
#titleBox .titleArea > .ttl {
	color: #FFFFFF;
	line-height: 1.4;
	font-size: 15px;
	font-weight: normal;
}
#sec main h1 {
	border-left: #008BD6 1px solid;
	margin: 0 10px 20px;
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
}
#sec main h1 span {
	font-size: 11px;
	color: #747474;
	display: block;
}

/* label */
.label { margin-bottom: 20px; }
.label > li {
	background: no-repeat scroll 0 4px;
	background-size: 8px auto;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	margin-right: 5px;
	padding-left: 11px;
}
.label > li.icon_01 {background-image: url(../img/condition01.png); }
.label > li.icon_02 { background-image: url(../img/condition02.png); }
.label > li.icon_03 { background-image: url(../img/condition03.png); }
.label > li.icon_04 { background-image: url(../img/condition04.png); }
.label > li.icon_05 { background-image: url(../img/condition05.png); }


/* search_box */
.search_box {
	border-bottom: 1px solid #333333;
	padding: 15px 20px 10px;
	margin-bottom: 10px;
}
.search_box ul {
	display: table;
	width: 100%;
}
.search_box ul li {
	font-size: 16px;
	display: table-cell;
	vertical-align: top;
}
.search_box ul li + li {
	width: 40px;
}
.search_box input[type="text"] {
	height: 35px;
	width: 100%;
	padding: 0 10px;
	border: none;
	border-radius: 0;
}
.search_box input[type="image"] {
	height: 35px;
	border: none;
	border-radius: 0;
}
.search_box > p {
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1.4;
}

/*----------------------------------------
	detail
----------------------------------------*/
.detail #titleBox .titleArea > .ttl {
    font-size: 20px;
}

/* label */
.detail .label { margin-bottom: 20px; }
.detail .label li {
	padding: 2px 7px;
}
.detail .label > li.icon_01 { background: #20C7FF; }
.detail .label > li.icon_02 { background: #EFBF00; }
.detail .label > li.icon_03 { background: #FF6600; }
.detail .label > li.icon_04 { background: #FF80BF; }
.detail .label > li.icon_05 { background: #80AC00; }
.detail .label .difficulty { color: #858585; }
.detail .label .difficulty span { color: #FFBA00; }
.detail .label .difficulty span.ttl { color: #fff; }


/* photoBlock */
#photoBlock { margin-bottom: 20px; }
#photoBlock div {
    margin: 0;
}
#photoBlock .item {
    position: relative;
    padding-bottom: 67.2%;
    overflow: hidden;
	background-color: #202020;
}
#photoBlock .item img {
	position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: 100%;
}
#photoBlock .owl-controls {
    position: absolute;
    width: 100%;
    top: 35%;
    box-sizing: border-box;
}
#photoBlock .owl-prev,
#photoBlock .owl-next {
	position: absolute;
	top: 0;
	width: 30px;
}
#photoBlock .owl-prev { left: 10px; }
#photoBlock .owl-next { right: 10px; }

#photoBlock .owl-prev img,
#photoBlock .owl-next img {
	width: 100%;
	height: auto;
}
#photoBlock .photo_thumbs {
    display: block;
    width: 100%;
    margin-top: 20px;
}
#photoBlock .photo_thumb {
    display: inline-block;
    max-height: 47px;
    overflow: hidden;
    padding: 0;
    width: 18.13%;
    border: none;
    position: relative;
	background: none;
	vertical-align: top;
	line-height: 1;
}
#photoBlock .photo_thumb + .photo_thumb {
    margin-left: 2.32%;
}
#photoBlock .photo_thumb.active::before {
    content: "";
    border: 1px dotted #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
#photoBlock .photo_thumb img {
	width: 100%;
	height: auto;
}

/* text */
main.detail .txt {
	margin: 0 0 25px;
}
main.detail .txt p {
	color: #fff;
	font-size: 13px;
}
main.detail table {
	margin-bottom: 35px;
}
main.detail table th,
main.detail table td {
	font-size: 14px;
	color: #4CD2FF;
	padding: 0 0 5px;
}
main.detail table th {
	padding-right: 20px;
	white-space: nowrap;
}
.detail .comment_box {
	color: #fff;
	padding: 15px;
	margin: 15px 0;
	border: 1px dotted #303030;
}
.detail .comment_box > .ttl_01 {
	color: #008BD6;
    font-size: 18px;
    border-left: 2px solid #008BD6;
    padding-left: 12px;
    margin-bottom: 10px;
}
.detail .comment_box > .txt,
.detail .comment_box > .txt p {
	line-height: 1.8;
	margin-bottom: 0;
}
.detail .icon_blank {
	color: #fff;
	text-decoration: underline;
	padding-right: 25px;
	background: url(/fish/img/common/icon_blank.png) no-repeat right center;
}

/* sns */
.detail .sns_share {
	margin: 40px 0;
	text-align: center;
}
.detail .sns_share li {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}

/* panel */
.panel_wrap {
	margin: 60px auto;
}
.panel_wrap > .ttl {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 130%;
	padding-bottom: 10px;
	position: relative;
}
.panel_wrap > .ttl::after {
	content: "";
	width: 80px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	background-color: #008BD6;
}
#detail #panel dl {
	border: 1px dotted #666;
}
#detail #panel dl + dl {
	margin-top: 15px;
}
#detail #panel dl a {
	display: table;
	width: 100%;
	padding: 8px 25px 8px 8px;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
#detail #panel dl a::after {
	content: "";
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	margin-top: -4px;
}
#detail #panel dl dt {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
}
#detail #panel dl dt img {
	width: 100%;
	height: auto;
}
#detail #panel dl a:hover img {
	opacity: 0.8;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#detail #panel dl dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 110%;
}

/* autoLoader */
#autoLoader{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
}

.autoLoader{
	position:absolute;
	background-color:rgb(43,151,214);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_autoLoader;
		-o-animation-name:bounce_autoLoader;
		-ms-animation-name:bounce_autoLoader;
		-webkit-animation-name:bounce_autoLoader;
		-moz-animation-name:bounce_autoLoader;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#autoLoader_1{
	left:0;
	top:23px;
	animation-delay:0.14s;
		-o-animation-delay:0.14s;
		-ms-animation-delay:0.14s;
		-webkit-animation-delay:0.14s;
		-moz-animation-delay:0.14s;
}

#autoLoader_2{
	left:6px;
	top:6px;
	animation-delay:0.28s;
		-o-animation-delay:0.28s;
		-ms-animation-delay:0.28s;
		-webkit-animation-delay:0.28s;
		-moz-animation-delay:0.28s;
}

#autoLoader_3{
	top:0;
	left:23px;
	animation-delay:0.42s;
		-o-animation-delay:0.42s;
		-ms-animation-delay:0.42s;
		-webkit-animation-delay:0.42s;
		-moz-animation-delay:0.42s;
}

#autoLoader_4{
	right:6px;
	top:6px;
	animation-delay:0.56s;
		-o-animation-delay:0.56s;
		-ms-animation-delay:0.56s;
		-webkit-animation-delay:0.56s;
		-moz-animation-delay:0.56s;
}

#autoLoader_5{
	right:0;
	top:23px;
	animation-delay:0.70s;
		-o-animation-delay:0.70s;
		-ms-animation-delay:0.70s;
		-webkit-animation-delay:0.70s;
		-moz-animation-delay:0.70s;
}

#autoLoader_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:0.84s;
		-ms-animation-delay:0.84s;
		-webkit-animation-delay:0.84s;
		-moz-animation-delay:0.84s;
}

#autoLoader_7{
	left:23px;
	bottom:0;
	animation-delay:1.0s;
		-o-animation-delay:1.0s;
		-ms-animation-delay:1.0s;
		-webkit-animation-delay:1.0s;
		-moz-animation-delay:1.0s;
}

#autoLoader_8{
	left:6px;
	bottom:6px;
	animation-delay:1.14s;
		-o-animation-delay:1.14s;
		-ms-animation-delay:1.14s;
		-webkit-animation-delay:1.14s;
		-moz-animation-delay:1.14s;
}

@keyframes bounce_autoLoader{
	0%{ transform:scale(1); }
	100%{ transform:scale(.3); }
}

@-o-keyframes bounce_autoLoader{
	0%{ -o-transform:scale(1); }
	100%{ -o-transform:scale(.3); }
}

@-ms-keyframes bounce_autoLoader{
	0%{ -ms-transform:scale(1); }
	100%{ -ms-transform:scale(.3); }
}

@-webkit-keyframes bounce_autoLoader{
	0%{ -webkit-transform:scale(1); }
	100%{ -webkit-transform:scale(.3); }
}

@-moz-keyframes bounce_autoLoader{
	0%{ -moz-transform:scale(1); }
	100%{ -moz-transform:scale(.3); }
}

/*---------------------------------------------------------------------
	toast
---------------------------------------------------------------------*/
/* sidemenu */
#toast {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 10001;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
#toast .close02 {
	position: absolute;
	top: 20px;
	left: 20px;
}
#toast #toastMenu {
	display: none;
	margin-top: 70px;
}
#toast #toastMenu ul {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	box-sizing: border-box;
}
#toast #toastMenu ul li {
	display: table-cell;
	border: 10px transparent solid;
	border-top: none;
}
#toast #toastMenu ul li a {
	background: #008BD6 url(/fish/sp/img/icon_menu.png) no-repeat 50% 30px;
	display: block;
	color: #fff;
	background-size: 40px 40px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	padding: 95px 0 37px;
}
#toast #toastMenu .close {
	margin-top: 25px;
	text-align: center;
}
#toast #toastMenu .close a {
	display: inline-block;
	border: #008BD6 1px solid;
	color: #008BD6;
	text-decoration: none;
	padding: 5px 30px 5px 40px;
	font-size: 14px;
	background: url(/fish/sp/img/icon_close.png) no-repeat 10px 50%;
	background-size: 10px 10px;
}
#toast #toastArea {
	margin-top: 57px;
	padding: 20px 20px 1px;
	display: none;
	border-top: 1px solid #333333;
}
#toast #toastArea h2 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
#toast #toastArea h2:after {
	content: " ";
	display: block;
	border-bottom: #008BD6 1px solid;
	width: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#toast #toastArea dl {
	margin-bottom: 15px;
}
#toast #toastArea dl.area03 dd ul li:first-child {
	width: 100%;
}
#toast #toastArea dl dt {
	color: #fff;
	font-size: 15px;
	background-color: #008BD6;
	position: relative;
	padding: 18px 50px 18px 10px;
	cursor: pointer;
}
#toast #toastArea dl dt::before {
	position: absolute;
	right: 20px;
	top: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: .5s;
	-webkit-transition: .5s;
}
#toast #toastArea dl dt.open::before {
	top: 27px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
#toast #toastArea dl dd {
	border: 1px solid #333333;
	display: none;
	padding: 0 15px;
}
#toast #toastArea dl dd ul {
	zoom: 1;
}
#toast #toastArea dl dd ul:before,
#toast #toastArea dl dd ul:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
#toast #toastArea dl dd ul:after {
	clear: both;
}
#toast #toastArea dl dd ul li + li {
	border-top: 1px solid #313131;
}
#toast #toastArea dl dd ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 15px 0;
	position: relative;
}
#toast #toastArea dl dd ul li a::before {
	position: absolute;
	right: 0;
	top: 19px;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#toast #toastArea .close {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 20px;
}
#toast #toastArea .close a {
	display: inline-block;
	border: #008BD6 1px solid;
	color: #008BD6;
	text-decoration: none;
	padding: 5px 30px 5px 40px;
	font-size: 14px;
	background: url(/fish/sp/img/icon_close.png) no-repeat 10px 50%;
	background-size: 10px 10px;
}
#toast #toastKeywords {
	margin-top: 57px;
	padding: 20px 20px 1px;
	display: none;
	border-top: 1px solid #333333;
}
#toast #toastKeywords h2 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
#toast #toastKeywords h2:after {
	content: " ";
	display: block;
	border-bottom: #008BD6 1px solid;
	width: 24px;
	position: absolute;
	left: 0;

	bottom: 0;
}
#toast #toastKeywords form {
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}
#toast #toastKeywords form input[type="text"] {
	border-radius: 0;
	border: none;
	width: 100%;
	padding: 0 10px;
	height: 40px;
	font-size: 15px;
	padding-right: 40px;
	box-sizing: border-box;
}
#toast #toastKeywords form input[type="image"] {
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}
#toast #toastKeywords .note {
	color: #fff;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	margin-bottom: 30px;
}
#toast #toastKeywords .close {
	text-align: center;
	margin-bottom: 20px;
}
#toast #toastKeywords .close a {
	display: inline-block;
	border: #008BD6 1px solid;
	color: #008BD6;
	text-decoration: none;
	padding: 5px 30px 5px 40px;
	font-size: 14px;
	background: url(/fish/sp/img/icon_close.png) no-repeat 10px 50%;
	background-size: 10px 10px;
}
#toast #toastName {
	margin-top: 57px;
	padding: 20px 20px 1px;
	display: none;
	border-top: 1px solid #333333;
}
#toast #toastName h2 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
#toast #toastName h2:after {
	content: " ";
	display: block;
	border-bottom: #008BD6 1px solid;
	width: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#toast #toastName table {
	width: 100%;
	margin-bottom: 30px;
}
#toast #toastName table td {
	border: transparent 5px solid;
}
#toast #toastName table td.empty span {
	display: block;
	color: #666;
	font-size: 17px;
	background: #303030;
	text-align: center;
	padding: 13px 0;
}
#toast #toastName table td:first-child {
	border-left: none;
}
#toast #toastName table td:last-child {
	border-right: none;
}
#toast #toastName table td a {
	background: #008BD6;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	padding: 13px 0;
}
#toast #toastName .close {
	text-align: center;
	margin-bottom: 20px;
}
#toast #toastName .close a {
	display: inline-block;
	border: #008BD6 1px solid;
	color: #008BD6;
	text-decoration: none;
	padding: 5px 30px 5px 40px;
	font-size: 14px;
	background: url(/fish/sp/img/icon_close.png) no-repeat 10px 50%;
	background-size: 10px 10px;
}
#toast #toastCondition {
	margin-top: 57px;
	padding: 20px 20px 1px;
	display: none;
	border-top: 1px solid #333333;
}
#toast #toastCondition h2 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
#toast #toastCondition h2:after {
	content: " ";
	display: block;
	border-bottom: #008BD6 1px solid;
	width: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#toast #toastCondition ul {
	zoom: 1;
	margin-bottom: 30px;
}
#toast #toastCondition ul:before,
#toast #toastCondition ul:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
#toast #toastCondition ul:after {
	clear: both;
}
#toast #toastCondition ul li {
	border-bottom: 1px solid #333333;
}
#toast #toastCondition ul li:first-child {
	border-top: 1px solid #333333;
}
#toast #toastCondition ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 20px 40px;
	display: block;
	min-height: 20px;
	display: block;
	position: relative;
}
#toast #toastCondition ul li a::before {
	position: absolute;
	right: 2px;
	top: 25px;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#toast #toastCondition ul li.condition01 a {
	background: url(/fish/sp/img/condition01.png) no-repeat;
	background-size: 20px 20px;
	background-position: 10px center;
}
#toast #toastCondition ul li.condition02 a {
	background: url(/fish/sp/img/condition02.png) no-repeat;
	background-size: 20px 20px;
	background-position: 10px center;
}
#toast #toastCondition ul li.condition03 a {
	background: url(/fish/sp/img/condition03.png) no-repeat;
	background-size: 20px 20px;
	background-position: 10px center;
}
#toast #toastCondition ul li.condition04 a {
	background: url(/fish/sp/img/condition04.png) no-repeat;
	background-size: 20px 20px;
	background-position: 10px center;
}
#toast #toastCondition ul li.condition05 a {
	background: url(/fish/sp/img/condition05.png) no-repeat;
	background-size: 20px 20px;
	background-position: 10px center;
}
#toast #toastCondition .close {
	text-align: center;
	margin-bottom: 20px;
}
#toast #toastCondition .close a {
	display: inline-block;
	border: #008BD6 1px solid;
	color: #008BD6;
	text-decoration: none;
	padding: 5px 30px 5px 40px;
	font-size: 14px;
	background: url(/fish/sp/img/icon_close.png) no-repeat 10px 50%;
	background-size: 10px 10px;
}

/*---------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
footer {
	zoom: 1;/*padding-bottom: 30px;*/
}
footer:before,
footer:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
footer:after {
	clear: both;
}
footer dl {
	padding: 10px 10px 7px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	background-color: #008BD6;
}
footer dl img {
	width: auto;
	height: 43px;
}
footer dl dt {
	float: left;
	width: 35%;
}
footer dl dd {
	float: right;
	width: 47.87%;
	text-align: right;
}

/* pageTop */
.pageTop {
	text-align: right;
	margin: 30px auto 20px;
}
.pageTop a {
	display: inline-block;
	padding-right: 15px;
	text-decoration: none;
	background-color: #008BD6;
	width: 50px;
	line-height: 1;
}

/* copyright */
.copyright {
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}
