@charset "utf-8";

/*==========================================================
	魚種図鑑 (枠)
==========================================================*/
.contents_picture_book{
	position: relative;
	width: 960px;
	margin: 110px auto 0px auto;
	padding: 0px 0px 20px 0px;
}

.contents_picture_book h2{
	position: relative;
	height: 40px;
	padding: 0px 0px 0px 55px;
	line-height: 40px;
	color: #1565C0;
	font-size: 32px;
	font-weight: 600;
}

.contents_picture_book h2:before{
	content: "\f13d";
	display: inline-block;
	position: absolute;
	top: 0px; bottom: 0px; left: 5px;
	width: 40px; height: 40px;
	margin: auto 0px;
	padding: 0em;
	line-height: 42px;
	text-align: center;
	color: #1565C0;
	font-size: 40px;
	font-weight: normal;
	font-family: 'FontAwesome';
}

.contents_picture_book > p{
	margin: 10px 0px;
	padding: 0px 5px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #212121;
	font-size: 16px;
}


/*==========================================================
	魚種図鑑
==========================================================*/
.picture_book_box h3{
	width: 100%; height: 60px;
	margin: 20px auto 0px auto;
	padding: 0px 20px;
	line-height: 60px;
	text-align: left;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-weight: 600;
	box-shadow: 1px 1px 0px rgba(255,255,255,0.8) inset, -1px -1px 0px rgba(80,80,80,0.2) inset;
}

.picture_book_box p{
	margin: 5px 0px 0px 0px;
	padding: 0px 25px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #212121;
	font-size: 14px;
}


/*==========================================================
	魚種図鑑 (アコーディオン)
==========================================================*/
.st-accordion{
	width: 96%;
	padding: 0px 20px 20px 20px;
	margin: 20px auto;
	border: solid 1px #0F387D;
}

.st-accordion ul li{
	height: 60px;
	padding: 0px 0px 0px 10px;
	border-top:　1px solid #FFFFFF;
	border-bottom: 1px solid #1565C0;
	overflow: hidden;
}

.st-accordion ul li:first-child{
	border-top:　none;
}

.st-accordion ul li > a{
	display: block;
	position: relative;
	line-height: 60px;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #0F387D;
	font-size: 24px;
	font-weight: 600;
	outline:none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.st-accordion ul li > a span{
	position: absolute;
	top: 0px; bottom: 0px; right: -26px;
	width: 26px; height: 14px;
	margin: auto 0px;
	text-indent:-9000px;
	opacity:0;
	background: transparent url(../img/down.png) no-repeat center center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.st-accordion ul li > a:hover{
	color: #1565C0;
}

.st-accordion ul li > a:hover span{
	right: 10px;
	opacity:1;
}

.st-accordion ul li.st-open > a{
	color: #1565C0;
}

.st-accordion ul li.st-open > a span{
	right:10px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity:1;
}

.st-content{
	padding: 5px 40px 30px 40px;
}

.st-content img{
	float: left;
	display: block;
}

.st-content table{
	float: right;
	width: 65%;
	border: none; 
	border-top: solid 1px #34495E; 
	border-bottom: solid 1px #34495E; 
	border-collapse: separate; 
	border-spacing: 0 10px; 
	background-color: #F5F5F5;
}

.st-content table tr th{
	vertical-align: middle;
	width: 50px; height: 50px;
	margin: 0px auto;
	text-align: center;
	color: #34495E;
	font-size: 14px;
	border-right: solid 1px #34495E;
}

.st-content table tr td{
	width: 100px; height: 50px;
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	color: #212121;
	line-height: 50px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 16px;
	border: none;
	overflow: hidden;
}

.st-content table tr td.bar{
	width: 100%; height: 1px;
	border-top: solid 1px #34495E;
}

.st-content p{
	width: 100%;
	padding: 10px 5px 15px 5px; 
	line-height:  28px;
	font-size:  16px;
}

