@charset "utf-8";

* {
	float: none;
	position: static;

	margin: 0;
	padding: 0;
}
 
img {
	max-width: 100%;
	height: auto;

	-webkit-backface-visibility: hidden; /*画像を縮小表示したときにぼやけるのを回避*/
}



/*font*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

@font-face {
	font-family: "NotoDemiLight";
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansCJKjp-DemiLight.woff2') format('woff2'),
	url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('../font/NotoSansCJKjp-DemiLight.ttf')  format('truetype'),
	url('../font/NotoSansCJKjp-DemiLight.otf')  format('opentype');
}
.NotoDemiLight {
	font-family: "NotoDemiLight", sans-serif;
}

@font-face {
	font-family: "NotoMedium";
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansCJKjp-Medium.woff2') format('woff2'),
	url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
	url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype'),
	url('../font/NotoSansCJKjp-Medium.otf')  format('opentype');
}
.NotoMedium {
	font-family: "NotoMedium", sans-serif;
}
.meiryo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.montserrat100 {
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
}
.montserrat200 {
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}
.montserrat400 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
.montserrat500 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.roboto300 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
.roboto400 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}



/*basic*/
html {
	font-size: 62.5%;
}

body {
	font-family: "NotoDemiLight", sans-serif;
	font-size: 1.6rem;/*16px*/
	line-height: 180%;
	color: #303030;
	background-color: #303030;
}

.container {
	width: 100%;
	margin: auto 0;
	background-color: #FFF;
}

.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}



/*style*/
.alC {
	text-align: center;
}
.alL {
	text-align: left;
}
.alR {
	text-align: right;
}
.justfy {
	text-align: justify;
	display: block;
	text-justify: inter-ideograph;
}
.clear {
    clear: both;
}

.fS10 {
	font-size: 1.0rem;/*10px*/
}
.fS11 {
	font-size: 1.1rem;/*11px*/
}
.fS12 {
	font-size: 1.2rem;/*12px*/
}
.fS13 {
	font-size: 1.3rem;/*13px*/
}
.fS14 {
	font-size: 1.4rem;/*14px*/
}
.fS15 {
	font-size: 1.5rem;/*15px*/
}
.fS16 {
	font-size: 1.6rem;/*16px*/
}
.fS17 {
	font-size: 1.7rem;/*17px*/
}
.fS18 {
	font-size: 1.8rem;/*18px*/
}
.fS19 {
	font-size: 1.9rem;/*19px*/
}
.fS20 {
	font-size: 2.0rem;/*20px*/
}

.bold {
	font-family: "NotoMedium", sans-serif;
}

sub {
	font-size: 1.1rem;/*11px*/
	vertical-align: baseline;
}
sup {
	font-size: 1.1rem;/*11px*/
	vertical-align: top;
	position:relative;
	top: -4px;
}
/*Safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, sup {
	font-size: 1.4rem;/*14px*/
  }
}
_::-webkit-full-page-media, _:future, :root sup {
	font-size: 1.4rem;/*14px*/
}
/*IE11のみ*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, sup {
	font-size: 1.3rem;/*13px*/
	}
}

.mB0 {
	margin-bottom: 0px;
}
.mB5 {
	margin-bottom: 5px;
}
.mB7 {
	margin-bottom: 7px;
}
.mB10 {
	margin-bottom: 10px;
}
.mB15 {
	margin-bottom: 15px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB25 {
	margin-bottom: 25px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB35 {
	margin-bottom: 35px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB45 {
	margin-bottom: 45px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB60 {
	margin-bottom: 60px;
}
.mB80 {
	margin-bottom: 80px;
}
.mB100 {
	margin-bottom: 100px;
}
.pB50 {
	padding-bottom: 50px;
}
.pB60 {
	padding-bottom: 60px;
}
.pB90 {
	padding-bottom: 90px;
}
.mR21 {
	margin-right: 21px;
}
.mgn1 {
	padding: 12px;
}
.mgn2 {
	padding: 15px;
}
.mgn3 {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.mgn4 {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.mgn5 {
	padding: 40px;
}
.mgn6 {
	margin: 11px 16px 13px;
}
.mgn7 {
	margin: 8px 12px;
}
.mgn8 {
	padding: 5px;
}
.ind1 {
	text-indent: -1em;
	padding-left: 1em;
}

.blue {
	color: #1169C4 !important;
}
.skyblue {
	color: #ADE4FF !important;
}
.deepblue {
	color: #3C1ED2 !important;
}
.midblue {
	color: #1478D2 !important;
}
.orange {
	color: #F08200 !important;
} 
.white {
	color: 	#FFF !important;
}
.lightblue {
	color: 	#79E1DE !important;
}
.deepgreen {
	color: #4DAEAE !important;
}
.green {
	color: #64D7C8 !important;
}

.LS110 {
	letter-spacing: 0.11em;
}
.LS120 {
	letter-spacing: 0.12em;
}
.LS130 {
	letter-spacing: 0.13em;
}
.LS150 {
	letter-spacing: 0.15em;
}
.LS200 {
	letter-spacing: 0.2em;
}
.LS250 {
	letter-spacing: 0.25em;
}

.LH150 {
	line-height: 150%;
}
.LH175 {
	line-height: 175%;
}
.LH200 {
	line-height: 200%;
}
.LH225 {
	line-height: 225%;
}


a, a:focus {
	color: #303030;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #303030;
	text-decoration: none;
}
a.white, a.white:focus {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}
a.white:hover {
	color: #FFF;
	text-decoration: none;
}

a:hover img {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img.opover70 {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:hover img.opover75 {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}
a:hover img.opover80 {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a:hover img.opover85 {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}



/*見出し*/
h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	text-align: center;
	font-size: 4.8rem;/*48px*/
	color: #1169C4;
	line-height: 100%;
	margin-bottom: 18px;
}
h2 {
	font-family: "NotoDemiLight", sans-serif;
	text-align: center;
	font-size: 1.9rem;/*19px*/
	color: #999;
	line-height: 100%;
	display: inline-block;
	padding-bottom: 12px;
}
h4 {
	text-align: center;
	font-size: 2.5rem;/*25px*/
	color: #FFF;
	line-height: 120%;
	margin-bottom: 10px;
	background-color: #1169C4;
	display: inline-block;
	padding: 12px 15px 12px 25px;
}
h5 {
	font-family: "NotoDemiLight", sans-serif;
	text-align: center;
	font-size: 4.8rem;/*48px*/
	color: #1169C4;
	line-height: 100%;
	padding-bottom: 35px;
}
h6 {
	font-family: "NotoDemiLight", sans-serif;
	text-align: center;
	font-size: 3.0rem;/*30px*/
	color: #1169C4;
	line-height: 100%;
}
h7 {
	font-family: "NotoDemiLight", sans-serif;
	text-align: center;
	font-size: 3.6rem;/*36px*/
	line-height: 100%;
/*	padding-bottom: 18px;
	border-bottom: 4px solid #1169C4;*/
}



/*リンク*/
.txtLink{
	color: #303030;
	background: url(../img/txtLink_arrow2.png) no-repeat left 8px;
	padding-left: 15px;
	margin-left: 2px;
}

/*btnLink共通*/
ul.btnLink, ul.btnLinkEnd, ul.btnLink2, ul.btnLink3, ul.btnLink4, ul.btnLink4-2, ul.btnLink5, ul.btnLink6, ul.btnLink7, ul.btnLink8, ul.btnLink8-2, ul.btnLink8-3 {
	margin: auto;
	overflow: hidden;
}
ul.btnLink img, ul.btnLink2 img, ul.btnLink3 img, ul.btnLink4 img, ul.btnLink4-2 img, ul.btnLink5 img, ul.btnLink6 img, ul.btnLink7 img, ul.btnLink8 img, ul.btnLink8-2 img, ul.btnLink8-3 img {
	position: relative;
	top: -2px;
	margin-right: 15px;
}

/*TOPのボタン2つ、プレイベント個別ページの「お申し込みはこちら」ボタン*/
ul.btnLink li a:link,ul.btnLink li a:visited{
	float: left;
	width: 230px;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 24px 20px 26px 20px;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #1169C4 0%, #14A5EB 51%, #1169C4 100%);
	background-size: 200% auto;
	background-position: right center; /* change the direction of the change here */
	margin-left: 40px;
	
	transition: 0.4s;
}
ul.btnLink li a:hover,ul.btnLink li a.active{
	text-decoration: none;
	background-position: left center; /* change the direction of the change here */
}

/*プレイベント個別ページの「Webからの申し込みは終了いたしました」ボタン*/
ul.btnLinkEnd li{
	float: left;
	width: 320px;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 24px 20px 26px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #BEBEBE;
	margin-left: 300px;
}

/*お問い合わせページの「KLL Webサイト」ボタン*/
ul.btnLink2 li a:link,ul.btnLink2 li a:visited{
	float: left;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 19px 50px 20px 70px;
	color: #1169C4;
	text-decoration: none;
	background: url(../img/txtLink_arrow3.png) no-repeat 52px center;
	border-radius: 30px;
	border: #1169C4 solid 1px;
	
	transition: 0.4s;
}
ul.btnLink2 li a:hover,ul.btnLink2 li a.active{
	text-decoration: none;
	color: #FFF;
	background: url(../img/txtLink_arrow.png) #1169C4 no-repeat 52px center;
	border: #1169C4 solid 1px;
}

/*プレイベント一覧ページの「詳細はこちら」ボタン*/
ul.btnLink3 li a:link,ul.btnLink3 li a:visited{
	float: left;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 24px 70px 26px 70px;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #1169C4 0%, #14A5EB 51%, #1169C4 100%);
	background-size: 200% auto;
	background-position: right center; /* change the direction of the change here */
	margin-left: 320px;
	
	transition: 0.4s;
}
ul.btnLink3 li a:hover,ul.btnLink3 li a.active{
	text-decoration: none;
	background-position: left center; /* change the direction of the change here */
}

/*TOPの「昨年度会場風景・HP」、「連携相談窓口」、連携相談窓口ページの「お問い合わせフォーム」ボタン*/
ul.btnLink4 li a:link,ul.btnLink4 li a:visited{
	float: left;
	width: 270px;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 29px 20px 30px 20px;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #1169C4 0%, #14A5EB 51%, #1169C4 100%);
	background-size: 200% auto;
	background-position: right center; /* change the direction of the change here */
	margin-left: 60px;
	
	transition: 0.4s;
}
ul.btnLink4 li a:hover,ul.btnLink4 li a.active{
	text-decoration: none;
	background-position: left center; /* change the direction of the change here */
}

/*TOPのイベント部分の「詳細はこちら」ボタン（現在非表示）*/
ul.btnLink4-2 li a:link,ul.btnLink4-2 li a:visited{
	float: left;
	width: 270px;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 29px 20px 30px 20px;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #14A5EB 0%, #88D6F6 51%, #14A5EB 100%);
	background-size: 200% auto;
	background-position: right center; /* change the direction of the change here */
	margin-left: 60px;
	
	transition: 0.4s;
}
ul.btnLink4-2 li a:hover,ul.btnLink4-2 li a.active{
	text-decoration: none;
	background-position: left center; /* change the direction of the change here */
}

/*展示テーマ個別ページの「研究室Webサイト」ボタン*/
ul.btnLink5 li a:link,ul.btnLink5 li a:visited{
	float: left;
	width: 144px;
	display: block;
	font-size: 1.5rem;/*15px*/
	text-align: center;
	line-height: 100%;
	padding: 17px 23px 18px 23px;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #1169C4 0%, #14A5EB 51%, #1169C4 100%);
	background-size: 200% auto;
	background-position: right center; /* change the direction of the change here */
	
	transition: 0.4s;
}
ul.btnLink5 li a:hover,ul.btnLink5 li a.active{
	text-decoration: none;
	background-position: left center; /* change the direction of the change here */
}

/*展示テーマ個別ページの「産学連携についてのご相談はこちら」ボタン*/
ul.btnLink6 li a:link,ul.btnLink6 li a:visited{
	float: left;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 30px 35px 31px 35px;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #1169C4 0%, #14A5EB 51%, #1169C4 100%);
	background-size: 200% auto;
	background-position: right center; /* change the direction of the change here */
	margin-left: 306px;
	
	transition: 0.4s;
}
ul.btnLink6 li a:hover,ul.btnLink6 li a.active{
	text-decoration: none;
	background-position: left center; /* change the direction of the change here */
}

/*TOPの「事前登録されている方はこちら」ボタン*/
ul.btnLink7 li a:link,ul.btnLink7 li a:visited{
	float: left;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 20px 30px 21px 34px;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #0AB4AA 0%, #A0E65A 51%, #0AB4AA 100%);
	background-size: 200% auto;
	background-position: right center; /* change the direction of the change here */
	border-radius: 0 0 0 15px;
	
	transition: 0.4s;
}
ul.btnLink7 li a:hover,ul.btnLink7 li a.active{
	text-decoration: none;
	background-position: left center; /* change the direction of the change here */
}

/*展示テーマ個別ページの「ダウンロード」ボタン*/
ul.btnLink8 li a:link,ul.btnLink8 li a:visited{
	float: left;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 16px 40px 17px 60px;
	color: #1169C4;
	text-decoration: none;
	background: url(../img/txtLink_arrow3.png) #FFF no-repeat 42px center;
	border-radius: 27px;
	border: #1169C4 solid 1px;
	
	transition: 0.4s;
}
ul.btnLink8 li a:hover,ul.btnLink8 li a.active{
	text-decoration: none;
	color: #FFF;
	background: url(../img/txtLink_arrow.png) #1169C4 no-repeat 42px center;
	border: #1169C4 solid 1px;
}
/*展示テーマ個別ページの「動画を見る」ボタン*/
ul.btnLink8-2 li a:link,ul.btnLink8-2 li a:visited{
	float: left;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 16px 40px 17px 60px;
	color: #1169C4;
	text-decoration: none;
	background: url(../img/txtLink_arrow3.png) #FFF no-repeat 32px center;
	border-radius: 27px;
	border: #1169C4 solid 1px;
	
	transition: 0.4s;
}
ul.btnLink8-2 li a:hover,ul.btnLink8-2 li a.active{
	text-decoration: none;
	color: #FFF;
	background: url(../img/txtLink_arrow.png) #1169C4 no-repeat 32px center;
	border: #1169C4 solid 1px;
}

ul.btnLink8-3 li a:link,ul.btnLink8-3 li a:visited{
	float: left;
	display: block;
	font-size: 1.6rem;/*16px*/
	text-align: center;
	line-height: 100%;
	padding: 16px 30px 17px 50px;
	color: #0B998D;
	text-decoration: none;
	background: url(../img/txtLink_arrow4.png) #FFF no-repeat 32px center;
	border-radius: 27px;
	border: #0B998D solid 1px;
	
	transition: 0.4s;
}
ul.btnLink8-3 li a:hover,ul.btnLink8-3 li a.active{
	text-decoration: none;
	color: #FFF;
	background: url(../img/txtLink_arrow.png) #0B998D no-repeat 32px center;
	border: #0B998D solid 1px;
}



/*グローバルナビ*/
.header {
	height: 100px;
}
.global-nav {
	position: fixed;
	top: -101px;
	left: 0;
	width: 100%;
	z-index: 90;
	
    visibility: hidden;
    opacity: 0;
}
.global-nav__list {
	list-style: none;
	display: flex;
	justify-content: center;
	
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.global-nav__list li {
	padding: 0;
}
.global-nav__list li a {
	display: block;
	height: 100px;
	color: #303030;
	font-size:15px;
	line-height: 100px;
	text-decoration: none;
	
/*	overflow: hidden;*/
}
.global-nav.clone-nav {
	position: fixed;
	top: -101px;
	left: 0;
	transition: all 0.5s;
	background-color: #FFF;
/*	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.04);*/
	border-bottom: 1px solid #E6E6E6;
	
    visibility: hidden;
    opacity: 0;
}
.global-nav.clone-nav.is-fixed-nav {
	top: 0;

    visibility: visible;
    opacity: 1;
}



.global-nav__list li.lv1 {
    float: left;
    line-height: 100%;
	margin: 0 35px 0 0;
}
.global-nav__list li.lv1 a {
	position: relative;
	display: block;
	font-family: "NotoMedium", sans-serif;
	text-align: center;
	text-decoration: none;
}
.global-nav__list li.lv1 a:hover {
	text-decoration: none;
}
.global-nav__list li.lv1:hover {
	text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}



/*グローバルナビのアニメーション*/
.global-nav__list li.lv1 > a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #1169C4;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s cubic-bezier(1,0,0,1);
}
.global-nav__list li.lv1 > a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}



ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.global-nav__list div.title {
	float: left;
	position: absolute;
	top: 0;
	left: 30;
	color: #303030;
	font-size: 1.7rem;
	font-family: "NotoMedium", sans-serif;
	background: url(../img/gNavi_bar.png) #FFF no-repeat 0px 28px;
	padding-left: 15px;
	margin-top: 5px;
	padding-top: 27px;
    margin-left:0px;
    margin-right:0px;
}
.menu__second-level li.lv2 a {
    height: auto;
    width: 237px;
    color: #303030;
	background: url(../img/gNavi_arrow.png) #FFF no-repeat 12px 12px;
	margin-left: 14px;
	margin-right: 0px;
	margin-bottom: 5px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 26px;
	text-align:left;
	font-size:14px;
	font-family: "NotoDemiLight", sans-serif;
	line-height: 100%;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menu__second-level li.lv2 a:hover {
    height: auto;
    width: 237px;
    color: #FFF;
	background: url(../img/gNavi_arrow2.png) #1169C4 no-repeat 12px 12px;
	margin-left: 14px;
	margin-right: 0px;
	margin-bottom: 5px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 26px;
	text-align:left;
	font-size:14px;
	font-family: "NotoDemiLight", sans-serif;
	line-height: 100%;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* 参加の手引き用 */
.menu__second-level li.lv2 a.guidance {
    height: auto;
    width: 148px;
    color: #FFF;
	background: url(../img/gNavi_arrow2.png) #F08200 no-repeat 12px 12px;
	margin-left: 14px;
	margin-right: 0px;
	margin-bottom: 5px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 26px;
	text-align:left;
	font-size:14px;
	font-family: "NotoDemiLight", sans-serif;
	line-height: 100%;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu__second-level li.lv2 a.guidance:hover {
    height: auto;
    width: 148px;
    color: #FFF;
	background: url(../img/gNavi_arrow2.png) #F4A140 no-repeat 12px 12px;
	margin-left: 14px;
	margin-right: 0px;
	margin-bottom: 5px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 26px;
	text-align:left;
	font-size:14px;
	font-family: "NotoDemiLight", sans-serif;
	line-height: 100%;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* floatクリア */
..global-nav__list:before,
..global-nav__list:after {
    content: " ";
    display: table;
}
..global-nav__list:after {
    clear: both;
}
..global-nav__list {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 101px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 30px 25px 30px;
    background: #FFF;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}

li.menu__mega:hover ul.menu__second-level {
    top: 101px;
    visibility: visible;
    opacity: 1;
}
.menu__second-level > li {
    float: left;
    border: none;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
	margin: 0 0%;
}

.init-bottom:after { /* 下矢印 */
    content: '';
	position:relative;
	top: -3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-o-transition: rotate(45deg);
    transform: rotate(45deg);
}

li.logo {
	position: relative;
	top: 26px;
	margin-right: 145px;
}
li.lang a {
	position: relative;
	display: block;
	background: url(../img/gNavi_lang2.png) no-repeat center center;
	color: #FFF;
	width: 76px;
	height: auto;
	font-family: "NotoDemiLight", sans-serif;
	font-size:13px;
	line-height: 100px;
	text-decoration: none;
	text-align: center;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
li.lang a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}



/*top*/
#top_image {
	position: relative;
	background-image: url(../img/top_image.png);
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.top_title img {
	position: relative;
	top: 5vh;
	margin-bottom: 7vh;
	height: 70vh;
}
.top_preEventBtn img {
	position: relative;
	height: 8.5vh;
}
.top_online img {
	position: absolute;
	right: 50px;
	bottom: 50px;
	height: 19vh;

	z-index: 50;
}
.top_search img {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 5.6vh;

	z-index: 50;
}
.top_regist {
	position: absolute;
	right: 0px;
	top: 0px;

	z-index: 50;
}

@media only screen and (max-width: 1100px) {
	.top_title img {
		position: relative;
		top: 5vh;
		margin-bottom: 7vh;
		height: 60vh;
	}
}
@media only screen and (max-width: 1100px) {
	.top_online img {
		position: absolute;
		right: 50px;
		bottom: 50px;
		height: 17vh;
	
		z-index: 50;
	}
}



/*form*/
input#search_btn {
	float: right;
	border: 0px;
	width: 22px;
	height: 22px;
	background: url(../img/searchBtn.png) left top no-repeat;
	cursor: pointer;
	text-indent: -99999px;
	position: relative;
	right: 14px;
	top: 9px;
	outline: none;
}
input#search_btn:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}

input#e_keyword {
	float: left;
	border: 0px solid #C9C9C9;
	padding: 8px 42px 10px 25px;
	width: 186px;
	height: 24px;
	background-color: #FFF;
	font-family: "NotoDemiLight", sans-serif;
	font-size: 15px;
	color: #4B4B4B;
	position: relative;
	left: 30px;
	
	-webkit-transition: background-color 0.5s, border 0.5s;
	-moz-transition: background-color 0.5s, border 0.5s;
	-o-transition: background-color 0.5s, border 0.5s;
	transition: background-color 0.5s, border 0.5s;
}

input[type="text"],
input#e_keyword {
	border: 0px solid #C9C9C9;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-khtml-border-radius: 22px; 
	border-radius: 22px;
	
	transition: all 0.3s;
}
input[type="text"]:hover,
input#e_keyword:hover {
	border: 0px solid #C9C9C9;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-khtml-border-radius: 22px; 
	border-radius: 22px;
	outline: none;
}
input[type="text"]:focus,
input#e_keyword:focus {
	border: 0px solid #5564B9;
	outline: none;
	background-color: #FFF;
	box-shadow: 0 0 15px 0 #F5FAFE, 0 10px 15px 0 rgba(0, 0, 0, 0.05);
	
	transition: all 0.3s;
}



.m04_search input#search_btn {
	float: right;
	border: 0px;
	width: 22px;
	height: 22px;
	background: url(../img/searchBtn2.png) left top no-repeat;
	cursor: pointer;
	text-indent: -99999px;
	position: relative;
	right: 240px;
	top: 20px;
	outline: none;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.m04_search input#search_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.m04_search input#e_keyword {
	float: left;
	border: 0px solid #C9C9C9;
	padding: 18px 80px 20px 30px;
	width: 440px;
	background-color: #FFF;
	font-family: "NotoDemiLight", sans-serif;
	font-size: 1.8rem;
	color: #4B4B4B;
	position: relative;
	left: 204px;
	
	-webkit-transition: background-color 0.5s, border 0.5s;
	-moz-transition: background-color 0.5s, border 0.5s;
	-o-transition: background-color 0.5s, border 0.5s;
	transition: background-color 0.5s, border 0.5s;
}

.m04_search input[type="text"],
.m04_search input#e_keyword {
	border: 0px solid #C9C9C9;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px; 
	border-radius: 32px;
	
	transition: all 0.3s;
}
.m04_search input[type="text"]:hover,
.m04_search input#e_keyword:hover {
	border: 0px solid #C9C9C9;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px; 
	border-radius: 32px;
	outline: none;
}
.m04_search input[type="text"]:focus,
.m04_search input#e_keyword:focus {
	border: 0px solid #14A5EB;
	outline: none;
	background-color: #FFF;
	box-shadow: 0 0 15px 0 #F5FAFE, 0 10px 15px 0 rgba(0, 0, 0, 0.05);
	
	transition: all 0.3s;
}



/*title*/
#titleArea {
	height: 220px;
	padding-top: 60px;
	margin-bottom: 0px;
	background: linear-gradient(135deg, #F5FAFE 50%, #B9E0F9 50%);
}
#titleArea .box {
	padding: 45px 90px 5px 90px;
	background-color: #FFF;
	display: inline-block;
}
#titleArea h2 {
	font-size: 4.2rem;/*42px*/
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	color: #1169C4;
	padding-bottom: 10px;
	line-height: 100%;
}
#titleArea h3 {
	font-size: 1.7rem;/*17px*/
	font-family: "NotoDemiLight", sans-serif;
	text-align: center;
	color: #888;
	line-height: 100%;
	margin-bottom: 40px;
}



/*route*/
#route {
	font-size: 1.2rem;
	line-height: 100%;
	color: #303030;
	padding-top: 10px;
	background-color: #FFF;
}
/*Safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #route {
	font-family: "NotoMedium";
  }
}
_::-webkit-full-page-media, _:future, :root #route {
	font-family: "NotoMedium";
}
#route div.routeTxt {
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#route a {
	color: #303030;
	text-decoration: underline;
	outline: none;
}
#route a:hover {
	color: #303030;
	text-decoration: none;
}
#route div.routeTxt img {
	margin-right: 10px;
}



/*section*/
.sectionA {
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #FFF;
}
.sectionB {
	padding-top: 120px;
	padding-bottom: 100px;
	background: url(../img/backGround1.png) no-repeat top center;
	background-size: cover;
}
.sectionC {
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #1169C4;
}
.sectionD {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F6F6F6;
}
.sectionE {
	padding-top: 55px;
	padding-bottom: 55px;
/*background: linear-gradient(to right, #14A5EB, #1169C4);*/
	background-color: #14A5EB;
}
.sectionF {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #606060;
}
.sectionG {
	padding-top: 120px;
	padding-bottom: 100px;
	background: url(../img/backGround2.png) no-repeat top center;
	background-size: cover;
}



/*layout*/

/*01_TOP*/
.m01-01_box {
	background-color: #FFF;
	padding: 25px 40px 20px 40px;
	
	box-shadow: 0 0 2.7rem 0.2rem rgba(0,0,0,0.08);
}
.m01-01_box table tr td {
	padding: 17px 15px 17px 15px;
}
.m01-01_box td {
	border-bottom: 1px solid #E6E6E6;
}
li.square {
	background-image: url(../img/icon_square1.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 16px;
	margin-left: 0.3em;
}
.m01-02 {
	float: left;
	margin-right: 33px;
}
.m01-02 img {
	padding-bottom: 15px;
}
.m01-02 a {
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.m01-02 a:hover {
	color: #888;
	text-decoration: none;
}
.m01-03_L {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	float: left;
	width: 450px;
	background-color: #FFF;
	text-align: left;

	box-shadow: 0 0 2.7rem 0.2rem rgba(0,0,0,0.1);
}
.m01-03_L a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	
	transition: all 0.3s;
}
.m01-03_L:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    zoom: 1;/*IE*/
	
	transition: all 0.3s;
}
.m01-03_R {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	float: right;
	width: 450px;
	background-color: #FFF;
	text-align: left;
	margin-left: 60px;

	box-shadow: 0 0 2.7rem 0.2rem rgba(0,0,0,0.1);
}
.m01-03_R a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	
	transition: all 0.3s;
}
.m01-03_R:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    zoom: 1;/*IE*/
	
	transition: all 0.3s;
}



/*02_ごあいさつ*/
.thumbnail {
	clear: left;
	float: left;
	width: 240px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 450px;
}
.thumbnail2 {
	clear: left;
	float: left;
	width: 240px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 180px;
}
.thumbnail img, .thumbnail2 img{
	width: 100%;
	margin-bottom: 15px;
}
.thumbnail p, .thumbnail2 p{
	font-size: 1.4rem;
	line-height: 150%;
}
.thumbnail p span.name, .thumbnail2 p span.name{
	font-size: 2.0rem;
	line-height: 180%;
	font-weight: bold;
}



/*03_展示テーマ*/
.content_wrap {
}
.content_wrap tbody td a {
	color: #303030;
	text-decoration: none;
}
.content_wrap tbody td a:hover {
	color: #303030;
	text-decoration: none;
}
.content_wrap .no {
	font-size: 3.6rem;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #1169C4;
}
.content_wrap .theme {
	font-size: 1.6rem;
	font-family: "NotoMedium", sans-serif;
}
.content_wrap img {
	width: 40px;
	height: 40px;
}
.content_wrap .icon {
	text-align: right;
	padding-left: 0px;
	padding-right: 15px;
}

.m03-01_L {
	float: left;
	width: 680px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.m03-01_R {
	float: right;
	width: 190px;
	padding: 20px;
	background-color: #F6F6F6;
	text-align: center;
	margin-bottom: 50px;
}
.m03-01_no {
	float: left;
	width: 53px;
	margin-right: 32px;
	margin-top: -5px;
	font-size: 4.8rem;
	color: #505050;
	
    line-height: 1.0;
    text-align: left;   
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	padding-bottom: 10px;
	border-bottom: 2px solid #505050;
}
.m03-01_field {
	float: left;
	width: 220px;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	line-height: 100%;
	padding: 5px 0px;
	margin-right: 8px;
}
.m03-01_title {
	font-size: 2.5rem;
	font-family: "NotoMedium", sans-serif;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 50px;
}
.m03-01_abst {
	line-height: 200%;
	text-align: justify;
	display: block;
	text-justify: inter-ideograph;
}
.m03-01_mark {
	padding: 20px 20px 22px 30px;
	border: 1px dotted #999;
	font-size: 1.4rem;
	line-height: 175%;
	margin-top: 35px;
}
.m03-01_mark img {
	float: left;
	margin-right: 25px;
}
.m03-01_subtitle {
	font-size: 2.5rem;
	color: #1169C4;
	font-family: "NotoMedium", sans-serif;
	line-height: 100%;
	margin-bottom: 35px;
}
.m03-01_subtitle img {
	height: 57px;
	margin-right: 15px;
	position: relative;
	top: 18px;
}
.m03-01_border {
	clear: both;
	border-bottom: 1px solid #D3D3D3;
	margin-top: 0px;
	margin-bottom: 30px;
}
.m03-01_border2 {
	clear: both;
	border-bottom: 1px solid #D3D3D3;
	margin-top: 30px;
	margin-bottom: 55px;
}
.m03-01_box {
	padding: 40px;
	background-color: #F5FAFE;
	height: auto;
	overflow: hidden;
}
.m03-01_box img.tate {
	width: 200px;
	border: 1px solid #D3D3D3;
	float: left;
	margin-right: 30px;
}
.m03-01_box img.yoko {
	width: 300px;
	border: 1px solid #D3D3D3;
	float: left;
	margin-right: 30px;
}



/*04_イベント*/
.m04-01_box {
	margin-bottom: 80px;
}
.m04-01_box table tr td {
	padding: 23px 0px 27px 0px;
}
.m04-01_box td {
	border-bottom: 1px solid #CCC;
}
.m04-01_box .no {
	display: inline-block;
	color: #FFF;
	background-color: #1169C4;
	margin-right: 15px;
	padding: 6px 11px 4px;
}

.m04_noticeL {
	width: 399px;
	background-color: #F6F6F6;
	text-align: left;
	padding: 40px;
	display: table-cell;
	border-right: 1px dotted #CCC;
}
.m04_noticeR {
	width: 400px;
	background-color: #F6F6F6;
	text-align: left;
	padding: 40px;
	display: table-cell;
}

.m04-02 {
	border: 1px solid #CCC;
	padding: 30px;
}
.m04-02 img.L {
	float: left;
	margin-right: 45px;
	position: relative;
}
.m04-02_no {
	font-size: 2.4rem;
	color: #1169C4;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 25px;
	padding-bottom: 8px;
	border-bottom: 3px solid #1169C4;
	display: inline-block;
}

.m04-03_face {
	width: 266px;
	background-color: #F5FAFE;
	text-align: center;
	padding: 30px 20px;
	display: table-cell;
	border-right: 21px solid #FFF;
}
.m04-03_faceEnd {
	width: 266px;
	background-color: #F5FAFE;
	text-align: center;
	padding: 30px 20px;
	display: table-cell;
}
.m04-03_border {
	clear: both;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 80px;
}

.m04-04_time1 {
	padding: 4px 10px;
	color: #FFF;
	background-color: #6EA0D2;
	font-size: 1.5rem;
	line-height: 100%;
	display:inline-block;
	margin-bottom: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.m04-04_time2 {
	padding: 4px 10px;
	color: #FFF;
	background-color: #6EC3C3;
	font-size: 1.5rem;
	line-height: 100%;
	display:inline-block;
	margin-bottom: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}



.m07-01_L {
	float: left;
	background-color: #FFF;
	width: 270px;
	padding-right: 60px;
	text-align: left;
}
.m07-01_L img {
	position: relative;
	top: 0px;
}
.m07-01_R {
	float: right;
	background-color: #FFF;
	width: 630px;
	padding: 0px;
	text-align: left;
	line-height: 200%;
}
.m07-01_R p {
	font-size: 2.8rem;/*28px*/
	font-family: "NotoMedium";
}

.m08-01_L {
	float: left;
	width: 710px;
}

.m08-01_R {
	float: right;
	width: 208px;
	padding-left: 42px;
}



/*banner*/
#news {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 2.5rem;
	color: #B9E0F9;
	margin-bottom: 30px;
	letter-spacing: 0.5em;
}
#news_info {
	float: left;
	width: 631px;
	color: #FFF;
	padding-right: 40px;
	border-right: 1px solid #AAA;
}
#news_info a {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}
#news_info a:hover {
	color: #FFF;
	text-decoration: none;
}
.date {
	padding: 5px 12px 4px;
	color: #606060;
	background-color: #FFF;
	font-size: 1.5rem;
	line-height: 100%;
	display:inline-block;
	margin-bottom: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	letter-spacing: 0.11em;
}
#bn {
	float: right;
	width: 208px;
}
#bn_en {
	padding-top: 0px;
	padding-bottom: 0px;
}
#bn_en img.mR43 {
	margin-right: 43px;
}
#bn_en img.mR42 {
	margin-right: 42px;
}
#bn div {
	background-color: #FFF;
}



/*footer*/
#footer {
	background-color: #303030;
}
#footerNavi {
	padding-top: 50px;
	padding-bottom: 60px;
}
#footerNavi .row {
	overflow: hidden;
}
#footerNaviL {
	float: left;
	width: 200px;
	padding-top: 5px;
}
#footerNaviR {
	float: right;
	width: 760px;
}
#footerNavi .col4 {
	float: left;
	color: #FFF;
}
#footerNavi .col4 ul.main li {
	background-image: url(../img/footerNavi_circle.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 22px;
	margin-left: 0em;
	font-size: 14px;
	line-height: 200%;
	color: #FFF;
	font-family: "NotoMedium";
	margin-bottom: 5px;
}
#footerNavi .col4 ul.main li.na {
	background-image: url(../img/footerNavi_circle_noact.png);
}

#footerNavi .col4 ul.sub li {
	padding-left: 8px;
	margin-left: 1.2em;
	font-size: 12px;
	line-height: 200%;
}

#footerNavi a {
	color: #FFF;
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
#footerNavi a:hover {
	color: #FFF;
	text-decoration: none;
}
#footerNavi .noact {
	color: #666;
	text-decoration: none;
}

#footerCopy {
	height: 60px;
	color: #FFF;
	font-size: 13px;
	padding-top: 18px;
}
#footerCopy_L {
	float: left;
	width: 200px;
	text-align: left;
}
#footerCopy_R {
	float: right;
	width: 760px;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}



/*pageTop*/
#pageTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
#pageTop a {
	background-color: #1169C4;
	padding-top: 23px;
	padding-right: 18px;
	padding-bottom: 25px;
	padding-left: 18px;
	display: block;

	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#pageTop a:hover {
	background-color: #14A5EB;
}



/*position*/
img.pst1 {
	position: relative;
	top: 0px;
	margin-right: 15px;
}
a:hover img.pst1 {
	position: relative;
	top: 0px;
	margin-right: 15px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



/*table*/
td.bdr_t {
	border-top: 1px solid #D3D3D3;
}
td.bdr_b {
	border-bottom: 1px solid #D3D3D3;
}
td.bdr_l {
	border-left: 1px solid #D3D3D3;
}
td.bdr_r {
	border-right: 1px solid #D3D3D3;
}
td.bdr_tl {
	border-top: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}
td.bdr_tr {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
td.bdr_tb {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
td.bdr_bl {
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}
td.bdr_br {
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
td.bdr_lr {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
td.bdr_tlr {
	border-top: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
td.bdr_tbl {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}
td.bdr_tbr {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
td.bdr_blr {
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
td.bdr_all {
	border: 1px solid #D3D3D3;
}



/*WADAX*/
.totalbox {
	width: 920px;
	background: url(../img/bg_totalbox.gif) repeat;
	padding: 16px 20px;
}
#totalbox_l {
	float: left;
	width: 546px;
	text-align: left;
}
#totalbox_r {
	float: right;
	width: 374px;
	text-align: right;
}
.mgn_src {
	margin: 8px 17px;
}
div#pagenation {
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}
div#pagenation li {
	position: relative;
	left: -50%;
	float: left;
	font-size: 13px;
}
div#pagenation li a {
	border: 1px solid #D2D2D2;
	padding: 1px 10px;
	margin: 0 4px;
	display: block;
	text-decoration: none;
	color: #666;
	background-color: #FFF;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
div#pagenation li.active {
	border: solid 1px #D2D2D2;
	padding: 1px 10px;
	margin: 0 4px;
	display: block;
	text-decoration: none;
	color: #666;
	font-family: "NotoMedium";
	background: #F0F0F0;
}
div#pagenation li a:hover {
	border: solid 1px #1169C4;
	color: #FFF;
	background: #1169C4;
}