@charset "UTF-8";
@import "reset.css";
* {
}
a:link, a:active, a:visited {
	color: #333;
	text-decoration: underline;
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
a:hover {
	color: #0075c3;
	text-decoration: none;
	opacity: 0.5;
}
a[href$=".pdf"]:not([class=imageslink]) {
	display: inline-block;
	padding-right: 20px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a[href$=".doc"]:not([class=imageslink]) {
	display: inline-block;
	padding-right: 20px;
	background-image: url(../img/icon_doc.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a[href$=".docx"]:not([class=imageslink]) {
	display: inline-block;
	padding-right: 20px;
	background-image: url(../img/icon_doc.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a[href$=".xls"]:not([class=imageslink]) {
	display: inline-block;
	padding-right: 20px;
	background-image: url(../img/icon_xls.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a[href$=".xlsx"]:not([class=imageslink]) {
	display: inline-block;
	padding-right: 20px;
	background-image: url(../img/icon_xls.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.clear {
	clear: both;
}
hr.clear {
	clear: both;
	height: 1px;
	border: 1px solid transparent;
	color: #fff;
	width: 80%;
	margin:0;
	padding:0;
}
hr.clear_gr {
	clear: both;
	height: 1px;
	border: 0px;
	border-top: 1px solid #E8F7D9;
	color: #fff;
	width: 80%;
	margin:0;
	padding:0;
}
/*------------------------------------------------------ wrapper*/
div#wrapper {
	text-align: center;
	font-size:15px;
}
/*------------------------------------------------------ container*/
div#container {
	margin: 0px auto;
	width: 1000px;
}
/*見出しアイコン*/
/*h1.pt1, h2.pt1 {
	background-image: url(../img/index/h2_icon1.png);
}
h1.pt2, h2.pt2 {
	background-image: url(../img/index/h2_icon2.png);
}
h1.pt3, h2.pt3 {
	background-image: url(../img/index/h2_icon3.png);
}
h1.pt4, h2.pt4 {
	background-image: url(../img/index/h2_icon4.png);
}*/
/*------------------------------------------------------ header*/
div#header {
	height: 120px;
}
/**/
div#header div {
	float: right;
	width: 380px;
}
/**/
div#header div ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#header div ul li {
	display: block;
	float: right;
	margin-bottom: 15px;
	text-align: center;
}
div#header div ul li a {
	display: block;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
div#header div ul li.eng a {
	background-color: #0075c3;
	color: #fff;
}
/*サイト内検索*/
div#header table.form {
	clear: both;
	margin: 0 0 0 60px;
	padding: 0px;
	font-weight: bold;
}
div#header table.form th {
	font-weight: bold;
	padding-right: 15px;
	width:35%;
	color:#0072cf;
}
div#header table.form td {
	text-align: right;
}
div#header table.form form {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 50px;
	padding: 3px 10px;
}
div#header table.form form input[type="text"] {
	background-color: #f2f2f2;
	border: none;
	padding: 3px;
	width: 80%;
}
div#header table.form form input[type="image"] {
	margin: 0px;
	padding: 0px;
	height: 25px;
	vertical-align: middle;
}
/*------------------------------------------------------ nav*/
#toggle {
	display: none;
}
#nav {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	max-width: 1000px;
	list-style: none;
}
#nav > li {
	float: left;
	width: 143px;
	border-bottom: 3px solid;
	line-height: 50px;
}
#nav li.nv1 {
	border-color: #C00;
}
#nav li.nv2 {
	border-color: #ff9900;
}
#nav li.nv3 {
	border-color: #ffcc00;
}
#nav li.nv4 {
	border-color: #66cc00;
}
#nav li.nv5 {
	border-color: #00cccc;
}
#nav li.nv6 {
	border-color: #0075c3;
}
#nav li.nv7 {
	width: 142px;
	border-color: #996699;
}
#nav > li a {
	display: block;
	height: 50px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav > li a:hover {
	color: #000;
	text-decoration: none;
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
#nav > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
/*プルダウン*/
/*#nav > li.nv4 {
	background-position: center bottom;
}
#nav > li.nv4:hover {
	background-image: url(../img/menu_arrow.png);
	background-repeat: no-repeat;
}*/

.menu__second-level li a:hover {
}
/*submenu*/
li.menu__mega ul.menu__second-level {
	position: absolute;
	z-index: 1;
	top: 53px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__mega:hover ul.menu__second-level {
	top: 53px;
	visibility: visible;
	opacity: 1;
}
li.menu__mega ul.menu__second-level > li {
	float: left;
	width: 48%;
	border: none;
	list-style: none;
}
li.menu__mega ul.menu__second-level > li:nth-child(2n+2) {
	margin: 0 1%;
}
/* floatクリア */
#nav:before, #nav:after {
	content: " ";
	display: table;
}
#nav:after {
	clear: both;
}
#nav {
 *zoom: 1;
}
/**/
#nav2, #nav2 li {
	display: none;
}
/*------------------------------------------------------ point*/

#point {
	margin:0 0 16px 0;
}
#point ul.list_pr {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#point ul.list_pr li {
	position: relative;
	display: table-cell;
	margin: 0;
	padding: 0 0 4px 0;
	background-image:url(../img/btn_back.png);
	background-repeat:no-repeat;
	background-position:1px 1px;
}
/*------------------------------------------------------ main*/
#main {
	padding: 10px 0px 20px 0px;
}
/*------------------------------------------------------ footnavi*/
#footnavi {
	font-size: 95%;
	margin: 0px auto;
	width: 1000px;
}
#footnavi .area1 {
	float: left;
	width: 230px;
}
#footnavi .area2 {
	float: left;
	width: 540px;
	padding-bottom:40px;
}
#footnavi .area3 {
	float: left;
	width: 230px;
	padding-bottom:40px;
	border-bottom:1px solid #CCC;
}
#footnavi .area1 p, #footnavi .area2 p, #footnavi .area3 p {
	margin: 10px 0px;
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	border-radius:3px;
}
#footnavi .area1 p {
	margin-bottom:20px;
	background-color: #33a9cb;
}
#footnavi .area2 p {
	margin: 10px 25px 20px 25px;
	background-color: #0cad69;
}
#footnavi .area3 p {
	margin-bottom:20px;
	background-color: #ea6d8d;
}
#footnavi dl {
	margin: 0px;
	padding: 0px;
}
#footnavi .area2 div {
	display: table;
	width: 100%;
}
#footnavi .area2 dl {
	display: table-cell;
	width: 50%;
	padding: 0px 25px;
}
#footnavi dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
}
#footnavi dd {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 85%;
}
#footnavi .atte {
	clear: both;
	margin: 0px 40px;
	padding: 10px;
	border-radius: 8px;
	background-color: #e6e6e6;
	text-align: center;
}
/*------------------------------------------------------ フッターバナー*/

/*長良川誘致*/

div.link_area {
	margin:40px 0;
	padding:20px 0;
	width: 230px;
	float: left;
}
div.link_area ul {
	text-align:center;
	margin:0 /*20px*/;
	padding:0;
	list-style-type:none;
	font-size: 0;
}
div.link_area ul li {
	float: left;
}
div.link_area ul li a, div.link_area ul li a img {
	display: inline;
	margin:0;
	padding:0;
}
div.link_area ul li a[href$=".pdf"] {
	background:none;
	padding:0;
}
/*------------------------------------------------------ footer*/
#footer {
	font-size: 95%;
	padding-bottom: 30px;
}
#footer .flink {
	clear: both;
	margin: 20px 0px 10px 0px;
	padding: 60px 0 0 0;
	/*background-color: #e6e6e6;*/
	text-align: center;
	/*修正*/
	background-image:url(../img/foot_link_back.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:50px;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
address img {
	margin: 10px;
}
/*------------------------------------------------------ page-top*/
#page-top {
	z-index: 10;
	position: fixed;
	top: 72%;
	left: 88%;
	background-image: url(../img/tmp/pagetop_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#page-top a {
	display: block;
	color: #fff;
	width: 105px;
	height: 105px;
	text-decoration:none;
	background-image: url(../img/tmp/pagetop_off.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#page-top a:hover {
	text-decoration: none;
	background-image: url(../img/tmp/pagetop_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*開催期間判別アイコン*/

h3 .icon {
	background-color:#E5E5E5;
	margin:0 10px 0 0;
	padding:2px 8px 0 8px;
	border-radius:2px;
	font-size:80%;
	font-weight:bold;
	color:#E671A5;
}
h3 .open {
	color:#E671A5;
}
h3 .close {
	color:#0075C2;
}
/*イベントピックアップのコメント*/

.event_lead {
	margin:10px 0;
	padding:0 10px;
	border:4px solid #E8F7D9;
	border-radius:4px;
}
.event_lead p {
	font-size:80%;
	text-align:center;
}
.event_lead p span {
	color:#0074C1;
	font-size:120%;
	font-weight:bold;
}
