@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	background: 
			url("../img/bg_main.jpg") repeat-x center top;
	background-color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family:Arial, Verdana, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, sans-serif;
	/* font:13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; */
	/*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: Arial, Helvetica, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	/*font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 85%;
	line-height: 1.6;
}

@media screen and (max-width: 768px){
	body {
		background: none;
	}
}
@media screen and (max-width: 768px){
	.pc {
		display: none;
	}
}
@media screen and (min-width: 769px){
	.sp {
		display: none;
	}
}

#wrapper {
	width: 1100px;
	margin: 0 auto;
	/* box-shadow */
/*	box-shadow:0px 0px 9px 1px rgba(0,0,0,0.15);*/
	/*高さ揃える ここから*/
	min-height: 100%;
    overflow: hidden;
	/*高さ揃える ここまで*/
}
@media screen and (max-width: 768px){
	#wrapper {
		width: 100%;
		background: url("../img/bg_main.jpg") repeat-x center top;
/*		background: none;*/
		border: 0;
	}
	
}

#wrapperInr.top {
	width: 1100px;
/*	border-top: #FFF solid 1px;*/
/* box-shadow */
	/*box-shadow:0px 0px 9px 1px rgba(0,0,0,0.15);*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	#wrapperInr.top {
		width: 100%;
	}
}

#wrapperInr {
	width: 1100px;
/*	border-top: #FFF solid 1px;*/
/* 	box-shadow */
	/*box-shadow:0px 0px 9px 1px rgba(0,0,0,0.15);*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
	/*border-bottom: solid 6px #FFF;*/
}
@media screen and (max-width: 768px){
	#wrapperInr {
		width: 100%;
	}
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 288px;
	float: left;
	margin-top: 0;
	background-color: #006DDB;
/*	background: 
			url("../img/bg_side.jpg") no-repeat left top;*/
	/*高さ揃える ここから*/
	height: 100%;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
	/*高さ揃える ここまで*/
}

/*---banner---*/
#side-nav .area-banner {
	text-align:	center;
	margin: 20px 20px 40px;
}
#side-nav .area-banner a {
	font-size: 90%;
	color: #fff;
	text-decoration: none;
}


@media screen and (max-width: 768px){
	#side-nav {
		display: none;
	}
	.area-banner img {
		max-width: 200px;
		height: auto;
	}
}

/*.movie {
	margin: 50px 0;
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;	
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}*/
/*---
.youtube {
	margin: 50px 0;
    width: 95%;
    position: relative;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 768px){
	.youtube{
		margin: 2em auto;
		width: 80%;
	}
	
}
---/*

/*---------------------------------------------------------------*/
#main {
	background: url("../img/bg_page.png") no-repeat center top;
	width: 812px;
	float: right;
	/*高さ揃える ここから*/
	height: 100%;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
	/*高さ揃える ここまで*/
}

@media screen and (max-width: 768px){
	#main {
		width: 100%;
/*		background: 
			url("../img/bg_main_sp.jpg") fixed no-repeat center 21%;
		background-size: 100%;*/
		background: url("../img/bg_page.png") no-repeat center top;
		background-size: contain;
	}
	#top #main {
		background-color: #ffffff;
	}
}

/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	/*height: 110px;*/
	/*background: url("../img/header.png") no-repeat right top;*/
	position: relative;
}
@media screen and (max-width: 768px){
	#header {
		width: 100%;
	}
}
/*#header h1 {
	text-indent: -999999px;
}*/
#header h1 a {
	height: 145px;
	display: block;
	outline: none;
}
@media screen and (max-width: 768px){
	#header h1 a {
		display: flex;
		width: 100%;
		height: auto;
		align-items:  flex-start;
	}
}

/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
    width: 100%;
    height: 50px;
	margin: 0 auto;
}
#footerInr_top {
    width: 100%;
	margin-top: 7em;
	height: 50px;
	font-size: 85%;
}
#footer p {
	font-weight: bold;
	text-align: center;
	color: #000000;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px){
	#footer {
		width: 100%;
		height: 30px;
/*		border-top: solid 1px #A5A5A5;*/
	}
	#footerInr_top {
		margin-top: 2em;
		font-size: 90%;
		line-height: 1.2;
	}
	#footer p {
		text-align: center;
		color: #000;
		letter-spacing: 0;
	}
}

/*PAGETOP*/
/*#pagetop {
	text-align: right;
	padding: 50px 30px 30px;
}
#pagetop a:hover {
	 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	z-index: 10;
	margin-right: 40px;
	padding: 50px 0;
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	height: 513px;
/*	background: url(../img/top_main.png) no-repeat center top;*/
	position: relative;
}

#topMain p{
	display: none;
}

@media screen and (max-width: 768px){
	#topMain {
		height: auto;
	}
}

/*---topSub---*/

#topSub {
	background: url(../img/top_sub.jpg) no-repeat center top;
}

@media screen and (max-width: 768px){
	#topSub {
		margin-top: -8px;
		padding-left: 0px;
		background: #FFFFFF;
	}
}
	
#topSub .pickupInrArea {
	color: #E64339;
	font-size: 105%;
	background-color: #F5F2ED;
	border: 1px solid #E64339;
	margin: 0 40px 40px;
	padding: 1.2em 1.5em;
}
#topSub .pickupInrArea .red-b {
	color: #E64339;	
}
#topSub .pickupInrArea ul {
	margin: 1em;
}
#topSub .pickupInrArea ul li {
	list-style: circle;
}

/*---演題募集期間---*/
#topKikan{
	text-align: left;
	font-weight: bold;
	margin: 1.2em 2.5em 0.8em;
	color: #D62586;
	background-color: #FCE4F0;
	font-size: 125%;
	padding: 0.6em 2.8em;
	line-height: 1.3;
}
#topKikan p.encyo{
	padding-left: 17.7em;
}
#topKikan span{
	font-size: 21px;
}
@media screen and (max-width: 768px){
	#topKikan{
		text-align: center;
		margin: -5px 0 0.8em;
		font-size: 13px;
		padding: 0.4em 0.5em;
		background-color: #fff;
		border-top: solid 2px #D62586;
		border-bottom: solid 2px #D62586;
		line-height: 1.5;
	}
	#topKikan p.encyo{
		padding-left: 0;
	}
	#topKikan span{
		font-size: 16px;
	}
}

/*---info---*/
#info{
	text-align: left;
	margin: 1.2em 3.1em 0.8em;
	color: #fff;
	background-color: #006ddb;
	padding: 0.6em 2em 1em;
	line-height: 1.8;
}

	@media screen and (max-width: 768px){
		#info{margin: 10px 3% 30px;}
		#info p{margin: 0;}
}

#info .title{
	text-align: center;
	color: #FFFE5D;	
	font-size: 150%;
	font-weight: bold;
}
#info a, #info a:visited{
	color: #ffffff;
}
#info a:hover{
	text-decoration: none;
}

/*---info2---*/

.info2{
	text-align: left;
	margin: 1.2em 3.1em 0.8em;
	color: #FF0004;
	font-weight: bold;
	font-size: 110%;
}
@media screen and (max-width: 768px){
		.info2{margin: 10px 3% 30px;}
		.info2 p{margin: 0;}
}

/*---info3---*/

.info3{
	text-align: center;
	margin: 1.2em 3.1em 0.3em;
	color: #000000;
	font-weight: bold;
	font-size: 110%;
	background-color: #ffe0e8;
	padding: 20px 30px;
	border-radius: 10px;
}
@media screen and (max-width: 768px){
		.info3{margin: 10px 3% 10px;}
		.info3 p{margin: 0;}
}

/*---info4---*/

.info4{
	text-align: left;
	margin: 10px 3.1em 0.8em;
	color: #000000;
	font-size: 110%;
	padding: 20px 30px;
	border-radius: 10px;
	border: 4px solid #fd9dc3;
}
.info4 .ttl{
	font-weight: bold;
	text-align: center;
	color: #E80097;
	font-size: 125%;
	padding-bottom: 0.5em;
}
.info4 .date{
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	background-color: #FFF7C6;
	padding: 10px;
	color: #e90000;
}
@media screen and (max-width: 768px){
		.info4{margin: 10px 3% 10px;padding: 20px 10px;}
		.info4 p{margin: 0;}
}

/*---お知らせ---*/
#top-news {
	color: #333333;
	margin: 30px 45px;
	padding: 52px 35px 52px 0;
	border: 1px solid #B9B9C8;
	border-radius: 10px;
	background-color: #ffffff;
}
#top-news #top-newsInr {
	height: 128px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	line-height: 130%;
	font-size: 95%;
	font-weight: normal;
	padding: 2px 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	text-align: center;
	width: 15%;
	background-color: #FFF1F5;
	color: #FF73A0;
/*	background: url(../img/icon_news.jpg) no-repeat 0 0.8em;*/
}
#top-news dl dd {
	float: left;
	width: 75%;
	padding-left: 13px;
}
#top-news a {
	text-decoration: underline;
}
#top-news a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px){
	#top-news {
		margin: 1.5em 0;
		padding: 5px 10px 30px 10px;
		border: none;
	}
	#top-news #top-newsInr {
		margin-top: 1em;
		height: 140px; /*お知らせ3つ目からこちらにする*/
/*		height: 100px; お知らせ2つ以下のとき*/
	}
	#top-news h2 {
		float: none;
	}
	#top-news dl{
		margin: 0.5em;
	}
	#top-news dl dt, #top-news dl dd {
		margin-top: 0;
		margin-bottom: 8px;
	}
	#top-news dl dt {
		background-color: #ffffff;
		color: #FF246B;
		font-size: 105%;
		width: 23%;
	}
	#top-news dl dd {
		font-size: 105%;
		width: 67%;
	}
	#top-news h2 {
		float: none;
		width: auto;
		margin: 0;
	}
}

@media screen and (max-width: 768px){
	#top-ban{
		display: flex;
		flex-wrap: wrap;
		padding: 1em 1em 0;
	}
	#top-ban a{
		width: 48%;
	}
	#top-ban a:nth-child(2n){
		margin-left: 1em;
	}
	#top-ban a img{
		width: 100%;
	}
	
}


/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {	
	display: block;
	color: #212121;
	margin: 12px 20px 30px 40px;
}

#jimu h2 {
	margin: 0 0 0.8em 0;
	padding: 0 10px 20px;
	font-size: 95%;
	color: #333333;
	font-weight: bold;
	text-align: left;
/*	background-image: url("../img/jimu_01.png");
	background-repeat: no-repeat;
	background-position: 0em 0.4em;*/
	float: left;
	border-right: solid 1px #000;
/*	text-shadow:2px 2px 3px #fff,2px -2px 3px #fff,-2px 2px 3px #fff,-2px -2px 3px #fff;*/
}

#jimu dl {
	line-height: 132%;
	margin: 1em 0 0 6.8em;
}
#jimu dl dt, #jimu dl dd {
	margin: 0 0.5em;
	padding: 0;
	font-size: 90%;
	margin-top: 0.3em;
}

@media screen and (max-width: 768px){
	#jimu {
		width: 94%;
		margin: 0 auto;
		margin-top: 1.7em;
		margin-bottom: 2.2em;
		margin-left: 0.7em;
		font-size: 120%;
		color: #030408;
	}
	#jimu h2 {
		border-right: none;
		float: none;
		font-size: 95%;
		padding: 0 1em;
		background-color: #C7C7C7;
	}
	#jimu dl {margin: 0;}
	#jimu dl dt {font-size: 90%;}
	#jimu dl dd {font-size: 80%;}
	#jimu dl dd a{
		color: #030408;
	}
}
/*#jimu a {
	color: #FFFFFF;
	text-decoration: underline;
}
#jimu a:hover {
	text-decoration: none;
}*/


.top-end {
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFEAF;
	text-align: center;
	padding: 30px 0;
	line-height: 1.5;
}

a img{
    transition: 0.3s;
}
a img:hover{
    opacity: 0.7;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */

#page {
	/*min-height: 730px; ---#box-whiteに移動---*/
	height: auto !important; /* for IE6 */
	height: 700px; /* for IE6 */
	margin: 197px 17px 50px;
}
#page #box-white{
	background-color: rgba(255, 255, 255, 0.83);
	min-height: 630px;
	padding-bottom: 10px;
}
.pageInr {
	width: 694px;
	margin: 26px auto 40px;
}

@media screen and (max-width: 768px){
	#page {
		width: 96%;
		/*min-height: 350px; ---#box-whiteに移動---*/
		/*border: none;*/
		padding: 0;
		margin: 90px 0.5em 2em;
	}
	#page #box-white{
		width: 100%;
		border: none;
		min-height: 350px;
	}
	.pageInr {
		width: 95%;
	}
	.pageInr img {
		max-width: 100%;
		height: auto;
	}
}

.pageInr p{
	margin: 0 1em;
}

#page h2{
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #30456D;
	/*text-shadow:2px 2px 4px #FFF,2px -2px 4px #FFF,-2px 2px 4px #FFF,-2px -2px 4px #FFF;*/
	font-size: 240%;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
/*	text-shadow: 0 0 5px #8E8DCA, 1px 1px 5px #8E8DCA ,-1px -1px 5px #8E8DCA;*/
	margin: 0;
	position: relative; /* for IE6 */
	padding: 35px 1.6em 0;
}
@media screen and (max-width: 768px){
	#page h2 {
		font-size: 180%;
		letter-spacing: 1px;
		padding: 0.6em 0.5em 0;
		margin: 0;
	}
}

h3 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
	letter-spacing: 1px;
	background: url(../img/bg_h3.png) no-repeat left top;
	margin: 1.8em 0 1em;
	position: relative; /* for IE6 */
	padding: 5px 0.7em;
}
h3.two {
	height: 54px;
	line-height: 130%;
	background: url(../img/bg_h3_2.png) no-repeat left bottom;
	padding: 7px 0.7em 5px;
}
@media screen and (max-width: 768px){
	h3, h3.two {
		font-size: 133%;
		height: auto;
		background: url(../img/bg_h3_sp.png) repeat left top;
		border-radius: 20px;
		width: auto;
		padding: 6px 0.85em;
	}
}

h4 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #1F1F1F;
	font-size: 122%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	position: relative;
	margin: 1.8em 0.5em 0.8em;
	zoom: 1; 
  	padding: 0.4em 1em 0.3em;
	background-image: linear-gradient(90deg, rgba(255, 245, 212, 1), rgba(252, 220, 229, 1));
	border-radius: 3px;
}

/*h4:before {
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FFD3A8;
	margin-left: 5px;
	margin-top: 0;
	left: 0;
	top: 9px;
}*/
h5 {
	font-size: 108%;
	color: #FF8000;
	font-weight: bold;
	text-align: left;
	background-image: url(../img/icon_h5.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	margin: 1.3em 1em 0.5em;
	padding: 4px 0 0 16px;
}
/*
h5:before {
	border: solid 2px #FF8000;
	border-radius: 50%;
	content: "";
	height: 5px;
	width: 5px;
	left: 0;
	position: absolute;
	top: 6px;
}*/
/*.areaInt h5 {
	margin-left: -20px;
}*/
h6 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0.3em;
}
