@charset "UTF-8";
/*-------------------------------------------------
reset styles
-------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, iframe, figure {
	margin: 0;
	padding: 0;
}

ol, ul, li {
	list-style-type: none;
}

a {
	outline: none 0 #000000;
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

/*-------------------------------------------------
layout base 
-------------------------------------------------*/
html, body {
	height: 100%;
}

body {
	text-align: center;
}
@media all and (max-width: 640px) {
	body {
		overflow-y: scroll;
	}
}

/*-------------------------------------------------
text color and size
-------------------------------------------------*/
body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address, cite {
	font-size: 100%;
	/*
	line-height: 100%;
	*/
	font-weight: normal;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
}
html[lang="ja"] body, html[lang="ja"] th, html[lang="ja"] td, html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3, html[lang="ja"] h4, html[lang="ja"] h5, html[lang="ja"] h6, html[lang="ja"] pre, html[lang="ja"] input, html[lang="ja"] textarea, html[lang="ja"] option, html[lang="ja"] div, html[lang="ja"] p, html[lang="ja"] dt, html[lang="ja"] dd, html[lang="ja"] li, html[lang="ja"] address, html[lang="ja"] cite {
	font-family: Helvetica, Arial, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, sans-serif;
}

.en {
	font-family: 'Sorts Mill Goudy' !important;
	font-size: 30px;
}

hr {
	display: none;
}

/*-------------------------------------------------
text link
-------------------------------------------------*/
a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

/*-------------------------------------------------
usefull margin
-------------------------------------------------*/
.pt0 {
	padding-top: 0 !important;
}

.mtS {
	margin-top: 10px;
}

.mbS {
	margin-bottom: 10px;
}

.mbM {
	margin-bottom: 20px;
}

.mbL {
	margin-bottom: 40px;
}

.mlS {
	margin-left: 10px;
}

.mrS {
	margin-right: 10px;
}

.mrS {
	margin-right: 10px;
}

.mb_canceler {
	margin-bottom: 0px !important;
}

/*-------------------------------------------------
usefull item
-------------------------------------------------*/
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.posR {
	position: relative;
}

.op a img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	/* Firefox */
	filter: alpha(opacity=80);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=80)";
	/* IE8 */
}

sup {
	position: relative;
	top: 4px;
	vertical-align: super;
}

sub {
	position: relative;
	top: -4px;
	vertical-align: sub;
}

.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

.underline {
	text-decoration: underline;
}

/*-----------------------------------------
float
*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.clf:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clf,
.clearfix {
	min-height: 1px;
}

* html .clf,
* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}

/*-----------------------------------------
display
*/
.bl {
	display: block;
}

.in {
	display: inline;
}

/*-----------------------------------------
position
*/
.mcen {
	margin-right: auto;
	margin-left: auto;
}

.vt {
	vertical-align: top !important;
}

.vm {
	vertical-align: middle !important;
}

.vb {
	vertical-align: bottom !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

/*=========================================
LAYOUT
=========================================*/
body {
	text-align: left;
	-webkit-text-size-adjust: 100%;
	color: #333;
	background-color: #FFF;
}

@media all and (min-width: 641px) {
	body {
		min-width: 980px;
	}
}
a.ovr:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*-----------------------------------------
GNAVI
*/
#spmenu_layout {
	display: none;
}

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gnavi h1 {
	float: left;
	position: relative;
}

#gnavi h2 {
	color: #0075c2;
	float: right;
	font-size: 33px;
	position: relative;
	right: 324px;
}

#gnavi .gnavi_inner > ul > li > a,
#gnaviSP .gnavi_inner > ul > li > a,
#gnaviSP .gnavi_inner > ul > li dt,
#gnavi .access,
#gnaviSP .access,
#footer .navi li {
	text-transform: uppercase;
}

#gnavi .gnavi_inner > ul li a,
#gnaviSP .gnavi_inner > ul li a {
	color: #666;
	display: block;
	margin: 0;
	text-decoration: none;
}

#gnavi .gnavi_inner > ul li a:hover,
#gnavi .gnavi_inner > ul li a:focus {
	outline: none;
	text-decoration: none;
}

#btn-spmenu,
#gnavi_close {
	display: none;
}

/*-----------------------------------------
FOOTER
*/
p.fb a {
	cursor: pointer;
	display: block;
	padding: 2%;
	text-align: center;
	width: 100%;
}
p.fb img {
	margin-right: 1%;
	vertical-align: middle;
}
#footer {
	background-color: #eeeeee;
	position: relative;
	text-align: center;
	font-size: 12px;
}

#footer_pagetop {
	position: absolute;
	right: 20px;
	top: -20px;
	width: 40px;
}

#footer_pagetop img {
	width: 100%;
}

#footer .navi li a {
	text-decoration: none;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer h3 {
	margin: 20px auto;
}

#copyright {
	background-color: #333333;
	color: #ccc;
	margin: 20px auto 0;
	padding: 10px;
}

#header {
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	width: 100%;
	z-index: 5;
}

#header * {
	line-height: 100%;
}

#header p {
	line-height: 130%;
}

@media all and (min-width: 641px) {
	.hide_pc {
		display: none !important;
	}

	#header {
		padding-top: 2%;
	}

	#gnavi {
		margin: 0 auto;
		width: 980px;
	}
	#gnavi .gnavi_inner {
		float: right;
		list-style-type: none;
		margin: 0 auto;
		position: relative;
		text-align: center;
		top: 4px;
		width: 100%;
	}
	#gnavi .gnavi_inner:before, #gnavi .gnavi_inner:after {
		content: "";
		display: table;
	}
	#gnavi .gnavi_inner:after {
		clear: both;
	}
	#gnavi .gnavi_inner li {
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#gnavi .gnavi_inner li ul li {
		width: 100%;
	}
	#gnavi .gnavi_inner li ul li a {
		display: block;
		margin: 0;
		padding: 5px;
		background: #fff;
		color: #333;
		font-size: 14px;
		line-height: 1;
		text-align: left;
		text-decoration: none;
	}
	#gnavi .gnavi_inner > ul > li {
		display: inline-block;
		font-size: 16px;
		margin-right: 71px;
		position: relative;
	}
	#gnavi .gnavi_inner > ul li.current > a {
		border-bottom: 6px solid #0075c2;
		padding-bottom: 4px;
	}
	#gnavi .gnavi_inner > ul li:last-child {
		margin-right: 0;
	}
	html[lang="ja"] #gnavi .gnavi_inner > ul > li {
		margin-right: 60px;
	}
	html[lang="ja"] #gnavi .gnavi_inner > ul li:last-child {
		margin-right: 0;
	}
	html[lang="ja"] #gnavi .gnavi_inner > ul > li > a {
		padding-bottom: 4px;
	}
	html[lang="en"] #gnavi .gnavi_inner > ul > li {
		margin-right: 21px;
	}
	html[lang="en"] #gnavi .gnavi_inner > ul > li {
		font-family: 'Pathway Gothic One', sans-serif;
		font-size: 23px;
	}
	html[lang="en"] #gnavi .gnavi_inner > ul li:last-child {
		margin-right: 0;
	}
	#gnavi .gnavi_inner > ul > li {
		top: 10px;
	}
	#gnavi .gnavi_inner > ul > li > a::after {
		position: absolute;
		bottom: -6px;
		left: 0;
		width: 100%;
		background: #0075c2;
		content: '';
		opacity: 0;
		-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
		transition: height 0.3s, opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	#gnavi .gnavi_inner > ul > li > a:hover::after,
	#gnavi .gnavi_inner > ul > li > a:focus::after {
		height: 6px;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
	body#about #gnavi .gnavi_inner > ul > li:nth-child(1) > a,
	body#call-for-proposal #gnavi .gnavi_inner > ul > li:nth-child(2) > a,
	body#programme #gnavi .gnavi_inner > ul > li:nth-child(2) > a,
	body#registration #gnavi .gnavi_inner > ul > li:nth-child(3) > a ,
	body#market #gnavi .gnavi_inner > ul > li:nth-child(4) > a ,
	body#sponsorship #gnavi .gnavi_inner > ul > li:nth-child(5) > a,
	body#generalinformation #gnavi .gnavi_inner > ul > li:nth-child(6) > a {
		border-bottom: 6px solid #0075c2;
	}
	body#about #gnavi .gnavi_inner > ul > li:nth-child(1) > a:hover:after,
	body#call-for-proposal #gnavi .gnavi_inner > ul > li:nth-child(2) > a:hover:after,
	body#programme #gnavi .gnavi_inner > ul > li:nth-child(2) > a:hover:after,
	body#registration #gnavi .gnavi_inner > ul > li:nth-child(3) > a:hover:after ,
	body#market #gnavi .gnavi_inner > ul > li:nth-child(4) > a:hover:after ,
	body#sponsorship #gnavi .gnavi_inner > ul > li:nth-child(5) > a:hover:after,
	body#generalinformation #gnavi .gnavi_inner > ul > li:nth-child(6) > a:hover:after {
		display: none;
	}
	#gnavi .gnavi_inner > ul ul {
		display: none;
		position: absolute;
		top: 26px;
		/*隕ｪ繝｡繝九Η繝ｼ縺ｮ鬮倥＆縺ｨ蜷後§縺ｫ縺吶ｋ*/
		z-index: 100;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
		background-color: #fff;
		width: 250px;
		overflow: hidden;
	}
	#gnavi .gnavi_inner > ul ul li:hover,
	#gnavi .gnavi_inner > ul ul li a:hover {
		color: #fff;
		background: #0075c2;
		/*繝帙ヰ繝ｼ譎ゅ�繧ｵ繝悶Γ繝九Η繝ｼ縺ｮ閭梧勹濶ｲ*/
	}

	#gnavi .access {
		border: 2px solid #0075c2;
		bottom: 96px;
		float: right;
		font-size: 14px;
		left: 1px;
		padding: 3px 13px 2px;
		position: relative;
	}
	#gnavi .access a {
		color: #0075c2;
		text-decoration: none;
	}
	p.fb img {
		width: 3%;
	}
	#footer .navi ul {
		padding-top: 1%;
	}
	#footer .navi li {
		display: inline-block;
		margin-left: 1%;
		padding: 10px 0;
	}

	#footer .navi li:first-child {
		margin-left: 0;
	}
}
@media all and (max-width: 640px) {
	.hide_sp {
		display: none !important;
	}

	#header {
		padding: 2% 0;
		top: 0;
	}

	/*-----------------------------------------
	GNAVI
	*/
	#gnavi h1 {
		margin-left: 1%;
		width: 35%;
	}

	#gnavi h2 {
		font-size: 16px;
		margin-top: 2.3%;
		right: 11%;
	}

	#gnavi h2 span {
		font-size: 14px;
	}

	#btn-spmenu {
		display: inline-block;
		float: right;
		position: fixed;
		right: 1%;
		top: 1.5%;
		width: 7%;
		z-index: 100;
	}

	#btn-spmenu span {
		padding: 2px;
		display: block;
		cursor: auto;
	}

	#wrap {
		position: relative;
		width: 100%;
	}

	#gnaviSP {
		position: fixed;
		width: 100%;
		z-index: 1000;
	}

	#gnaviSP .gnaviWrap {
		display: none;
		left: 0;
		margin-top: 0;
		overflow: auto;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 300;
	}

	#gnaviSP .gnaviWrap:not(:target) a:first-of-type,
	#gnaviSP .gnaviWrap:target a:last-of-type {
		display: block;
	}

	#gnaviSP .gnaviWrap .gnavi_inner ul li a {
		color: #fff;
	}
	#gnaviSP .gnaviWrap .gnavi_inner > ul > li > a,
	#gnaviSP .gnaviWrap .gnavi_inner > ul li dt a {
		font-size: 150%;
		margin: 5% auto;
		padding: 3%;
	}

	#gnaviSP .gnaviWrap .gnavi_inner > ul li {
		height: auto;
		text-align: center;
		width: 100%;
	}

	#gnaviSP .gnaviWrap ul li a:hover,
	#gnaviSP .gnaviWrap ul li a:focus {
		text-decoration: underline;
	}

	#gnaviSP:not( :target ) a:first-of-type,ﾂ�#gnaviSP:target a:last-of-type {
		display: block;
	}

	/* first level */
	#gnaviSP dd , #gnaviSP li > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
	#gnaviSP:target > dd {
		display: block;
	}
	#gnaviSP > ul > li {
		width: 100%;
		float: none;
	}

	/* second level */
	#gnaviSP li dd {
		position: static;
	}
	#gnaviSP li dd li {
		margin-bottom: 3%;
	}

	/*-----------------------------------------
	GNAVIﾂ�
	*/
	#gnaviSP .gnaviWrap ul li dl dt > a {
		width:auto;
		height:auto;
		text-indent:0;
		background: url(../img/icn_arrow_01_b.png) no-repeat;
		background-position: 95%;
		background-size: 14px 8px;
	}
	#gnaviSP .gnaviWrap ul li dl dt.open > a {
		text-decoration:none;
		background: url(../img/icn_arrow_02_b.png) no-repeat;
		background-position: 95%;
		background-size: 14px 8px;
	}

	#gnavi_close {
		display: block;
		padding: 8%;
	}

	#gnavi_close span {
		border: 1px solid #fff;
		color: #fff;
		display: block;
		font-size: 300%;
		line-height: 1em;
		padding: 4px 10px;
		position: absolute;
		right: 2%;
		top: 2%;
	}

	#spmenu_layout {
		background: rgba(0, 117, 194, 0.9) none repeat scroll 0 0;
		display: none;
		height: 120%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	p.fb a {
		padding: 3%;
	}
	p.fb img {
		margin-right: 3%;
	}
	#footer_pagetop {
		right: 10px;
	}
	#footer .navi li {
		background: url("../img/footer_arrow.png") no-repeat 5% center;
	}

	#footer .navi li a {
		border-bottom: 2px solid #fff;
		display: block;
		font-size: 140%;
		margin: 0 5%;
		padding: 5%;
		text-align: left;
	}

	#footer .navi li a:hover {
		text-decoration: none;
	}

	#footer h3 {
		width: 50%;
	}
}
/*-----------------------------------------
CONTENTS
*/
#contents {
	font-size: 16px;
	line-height: 1.71429;
	padding-top: 115px;
}

#colorbox {
	line-height: 1.71429;
}

@media all and (max-width: 640px) {
	#contents {
		font-size: 14px;
		padding-top: 14%;
	}
}
/*-----------------------------------------
OTHER PARTS
*/
.title_01 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 1.1;
}

.sub_title_01 {
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 20px;
	color: #0075c2;
}
.sub_title_01 ~ .sub_title_01 {
	margin-top: 30px;
}
html[lang="ja"] .sub_title_01 {
	font-weight: bold;
}

.section {
	padding: 60px 0;
}
.section a {
	color: #0075c2;
	text-decoration: underline;
}
.section.section_eyecatch {
	padding-top: 0;
}

.section_first .title_01 {
	text-align: center;
}
.section_first .title_01 + p {
	text-align: center;
	font-size: 18px;
}

.section_inner {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}

.section_inner_small {
	width: 690px;
	max-width: 100%;
	margin: 0 auto;
}

.eyecatch_01 {
	margin-bottom: 35px;
	padding: 60px 0;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background: center center no-repeat;
	background-size: cover;
}
.eyecatch_01 .eyecatch_title {
	font-size: 40px;
}
.eyecatch_01 .eyecatch_sub_title {
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
}

.column_box {
	overflow: hidden;
}
.column_box > * {
	float: left;
}
.column_box.column_02 > * {
	width: 47%;
}
.column_box.column_02 > * + * {
	margin-left: 6%;
}
.column_box.column_03 > * {
	width: 32%;
}
.column_box.column_03 > * + * {
	margin-left: 2%;
}

.info_list_01 dt {
	display: inline;
	font-weight: bold;
	color: #0075c2;
}
.info_list_01 dd {
	display: inline;
}

.info_list_02 dt {
	font-weight: bold;
	font-size: 20px;
	color: #0075c2;
	line-height: 1.2;
}
.info_list_02 dt ~ dt {
	margin-top: 20px;
}

.button_wrap_01 {
	margin: 15px 0;
	text-align: center;
}
.button_wrap_01.column_02 {
	overflow: hidden;
}
.button_wrap_01.column_02 > * {
	display: block;
	float: left;
	min-width: 0;
	width: 48%;
}
.button_wrap_01.column_02 > * + * {
	margin-left: 4%;
}

.button_01 {
	display: inline-block;
	border: 2px solid #0075c2;
	padding: 0.3em 10px;
	min-width: 280px;
	text-align: center;
	text-decoration: none !important;
	color: #0075c2;
	font-size: 18px;
	line-height: 1.4;
}

.section_bg_01 {
	background-color: #0075c2;
}

.section_bg_02 {
	background-color: #f6f6f6;
}

.section_bg_03 {
	background-color: #f5a000;
}

.section_bg_04 {
	background-color: #ee87b4;
}

.section_bg_05 {
	background-color: #8fc31f;
}

.section_bg_01,
.section_bg_03,
.section_bg_04,
.section_bg_05 {
	color: #fff;
}
.section_bg_01 a,
.section_bg_03 a,
.section_bg_04 a,
.section_bg_05 a {
	color: #fff;
}
.section_bg_01 .sub_title_01,
.section_bg_03 .sub_title_01,
.section_bg_04 .sub_title_01,
.section_bg_05 .sub_title_01 {
	color: #fff;
}
.section_bg_01 .info_list_01 dt,
.section_bg_03 .info_list_01 dt,
.section_bg_04 .info_list_01 dt,
.section_bg_05 .info_list_01 dt {
	color: #fff;
}
.section_bg_01 .button_01,
.section_bg_03 .button_01,
.section_bg_04 .button_01,
.section_bg_05 .button_01 {
	border-color: #fff;
}

.fz_xs {
	font-size: 50%;
}

.fz_s {
	font-size: 70%;
}

.fz_m {
	font-size: 85%;
}

.fz_l {
	font-size: 120%;
}

.c_normal {
	color: #333 !important;
}

.email_img {
	vertical-align: middle;
	height: 1em;
	width: auto;
}

@media all and (max-width: 640px) {
	.title_01 {
		margin-bottom: 3.1%;
		font-size: 20px;
	}

	.sub_title_01 {
		margin-bottom: 2.3%;
		font-size: 15px;
		font-weight: bold;
	}
	.sub_title_01 ~ .sub_title_01 {
		margin-top: 4.6%;
	}

	.section {
		padding: 7.8% 0;
	}
	.section.section_eyecatch {
		padding-top: 0;
	}

	.section_first .title_01 + p {
		font-size: 16px;
	}

	.section_inner,
	.section_inner_small {
		padding-left: 5.4%;
		padding-right: 5.4%;
		max-width: 100%;
	}

	.eyecatch_01 {
		margin-bottom: 5.4%;
		padding: 9.3% 0;
	}
	.eyecatch_01 .eyecatch_title {
		font-size: 20px;
	}
	.eyecatch_01 .eyecatch_sub_title {
		margin-top: 1%;
		font-size: 15px;
	}

	.column_box > * {
		float: left;
	}
	.column_box.column_02 > * {
		width: 47%;
	}
	.column_box.column_02 > * + * {
		margin-left: 6%;
	}
	.column_box.column_03 > * {
		width: 32%;
	}
	.column_box.column_03 > * + * {
		margin-left: 2%;
	}
	/*
	.column_box.column_03.column_image {
	margin-left: -5.605%;
	margin-right: -5.605%;
}
	*/
	.column_box.column_03.column_image > * {
		width: 33.33%;
		margin: 0;
	}

	.info_list_02 dt {
		font-size: 15px;
		line-height: inherit;
	}
	.info_list_02 dt ~ dt {
		margin-top: 3.1%;
	}

	.button_wrap_01 {
		margin: 2.3% 0;
		text-align: center;
	}
	.button_wrap_01.column_02 {
		overflow: hidden;
	}
	.button_wrap_01.column_02 > * {
		display: block;
		float: left;
		min-width: 0;
		width: 48%;
	}
	.button_wrap_01.column_02 > * + * {
		margin-left: 4%;
	}

	.button_01 {
		padding: 0.3em 10px;
		min-width: 56%;
		font-size: 14px;
	}
}
