a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}

.topsearchform input[type="text"]{
	width: 600px;
	height: 46px;
	border: none;
}

.topsearchform input[type="submit"]{
	width: 164px;
	height: 48px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #d83045;
	border-style: none;
}

.topsearch{
	position: relative;
	width: 100%;
	height: 264px;
	padding-top: 136px;
	background-image: url(../images/bg_top_topsearch.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 1.4rem;
}

.topsearchform{

}

.topsearchnavigation{
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: rgba(27,27,27,0.7);
	padding-top: 36px;
	padding-bottom: 36px;
	color: #fff;
}

.topsearchnavigationitem li:first-child{
	margin-right: 3.2rem;
}

.topsearchnavigation a{
	color: #eeff41;
	text-decoration: underline;
}

.topsearchnavimsg:after{
	content: ' ＞ ';
}

.topsearchnavigationitem li{
	display: inline;
}

.topmessage{
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
	background-color: #f2f2f2;
}

.topmessagetext{
	font-size: 2.8rem;
	line-height: 1.428em;
}

.topmessagelinks{
	width: 600px;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.topmessagelinks li{
	display: block;
	float: left;
	font-size: 1.8rem;
	margin-left: 84px;
	margin-right: 84px;
}

.topmessagelinks li:first-child, .topmessagelinks li:last-child{
	margin-left: 0;
	margin-right: 0;
}

.topmessagelinks li img{
	margin-bottom: 16px;
}

.topmessagelinks li a{
	color: #d83045;
}


h2{
	margin-bottom: none;
	padding-left: 0;
	line-height: 1.6rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: none;
	background-image: none;
	border: none;
}

.top_h2{
	font-size: 2.8rem;
	text-align:center;
	margin-bottom: 48px;
}

.special_banner{
	width: 632px;
	margin: -8px auto 30px auto;
}

.special_banner a{
	display: block;
	margin-bottom: 10px;
}

.topnews{
	padding-top: 48px;
	padding-bottom: 48px;
}

.topnewslist{
	width: 960px;
	padding: 10px;
	margin: auto;
	overflow: hidden;
}

.topnewschoka{
	width: 470px;
	float: left;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.topbignews{
	overflow: hidden;
}

.topbignews a{
	display: block;
	color: #000;
}

.topbignewsimage{
	width: 228px;
	height: 264px;
	float: left;
	overflow: hidden;
	background-image: url(../images/im_noimage_default.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eceff1;
}

.topbignewsimage img{
	position:relative;
	height: inherit;
	left:50%;
	transform:translateX(-50%);
}

.topbignewsinfo{
	box-sizing: border-box;
	width: 242px;
	height: inherit;
	float: left;
	padding: 18px 14px;
}

.topbignews_h3{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: .6em;
	height: 4.2em;
	overflow: hidden;
}

.topbignews_exce{
	font-size: 1.4rem;
	line-height: 1.3;
}

.topbignews_date{
	margin-top: 1em;
	font-size: 1.2rem;
}

.toptopicnewsgroup{
	width: 470px;
	box-sizing: border-box;
	float: right;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	padding: 2px 10px;
}

.toptopicnews{
	border-bottom: 1px solid #dcdcdc;
}

.toptopicnews:last-child{
	border-bottom: none;
}

.toptopicnews a{
	display: table;
	border-collapse: separate;
	border-spacing: 0 8px;
	width: 100%;
	color: #000;
}

.toptopicnews_h3{
	line-height: 1.2;
	max-height: 2.4em;
	overflow: hidden;
}

.toptopicnews_date{
	margin-top: 1em;
	font-size: 1.2rem;
}

.toptopicnewsimage{
	display: table-cell;
	width: 70px;
	height: 70px;
	background-image: url(../images/im_noimage_default.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #eceff1;
}

.toptopicnewsimage img{
	width: 100%;
}

.toptopicnewsinfo{
	display: table-cell;
	vertical-align: middle;
	padding: 4px 10px;
	font-size: 1.5rem;
}


.toppickup{
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
	background-color: #f2f2f2;
}

.toppickuplist{
	width: 960px;
	margin: auto;
	overflow:hidden;
}

.toppickuplist dl{
	width: 228px;
	float: left;
	margin-right: 16px;
	text-align: left;
}

.toppickuplist dl:last-child{
	margin-right: 0;
}

.toppickuplist dt{
	font-size: 1.6rem;
	/* font-weight: bold; */
}

.toppickuparea{
	font-size: 1.2rem;
	margin-top: .4em;
	margin-bottom: .4em;
	color: #666;
}

.toppickuplist dd{
	font-size: 1.4rem;
	line-height: 1.4;
}

.toppickupimage{
	position: relative;
	display: block;
	width: 228px;
	height: 140px;
	margin-bottom: 20px;
	overflow: hidden;
}

.toppickupimage img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.toppickuplist a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.topmiddlecopy{
	position: relative;
	width: 100%;
	height: 384px;
	background-image: url(../images/bg_top_middlecopy.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.topmiddlecopyinner{
	width: 960px;
	margin: auto;
	padding-top: 48px;
}

.topmiddlecopymsg{
	width: 470px;
	padding: 32px;
	background-color: #bfd243;
}

.topmiddlecopytitle{
	font-size: 3.6rem;
	line-height: 4.8rem;
	color: #fff;
}

.topmiddlecopytext{
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.5em;
	color: #fff;
}

.topchoka{
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
}

.topchokalist{
	width: 960px;
	margin: auto;
	overflow: hidden;
}

.topchokalist li{
	position: relative;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.topchokalistitem{
	display: block;
	width: 228px;
	height: 228px;
	background-image: url(../images/bg_noimage_fish.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f2f2f2;
}

.topchokalistimg img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

.topchokalist li:nth-child(4n){
	margin-right: 0;
}


.topchokainfo{
	position: absolute;
	bottom: -85px;
	width: 180px;
	padding: 15px 24px 10px 24px;
	background-color: rgba(255,255,255,0.65);
	font-size: 1.4rem;
	line-height: 2.0rem;
	text-align: left;
}

.topchokalist img{
	visibility : hidden;
}

.topchokalist li a,
.topchokalist li a img {
	overflow: hidden;
	float: left;
	margin: 0;
	border: 0px solid #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #000;
}

.topchokadate{
	font-size: 1.2rem;
	color: #535353;
}

.topchokamore{
	margin: 40px auto 0 auto;
	width: 471px;
	height: 48px;
	line-height: 48px;
	font-size; 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	text-align: center;
}

.topchokamore a{
	display: block;
	color: #fff;
}

.topgenrewrap{
	background-color: #f2f2f2;
}

.topgenrelink{
	width: 960px;
	margin: auto;
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
	overflow: hidden;
}

.topgenrelinklist li{
	position: relative;
	display: block;
	float: left;
	width: 471px;
	margin-right: 18px;
	margin-bottom: 18px;
	background-color: #333;
}

.topgenrelinklist li:nth-of-type(2n){
	margin-right: 0;
}

.topgenrelinklist li:nth-of-type(n+3){
	margin-bottom: 0;
}

.topgenrelinklistitem{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 471px;
	height: 28px;
	font-size: 2.8rem;
	color: #fff;
}

.topgenrelinklist img{
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.topgenrelinklist a, .topgenrelinklist a img{
	opacity: 1;
	filter: alpha(opacity=100);
}

.topgenrelinklist a:hover, .topgenrelinklist a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.footernavi, .footerarea{
	margin-top: 0;
}
