
/* ヘッダ */
header {
	background: none;
}
header div.top_header {
    padding: 0 15px;
    margin: 50px auto 0;
}
header .top_header_event {
    text-align: center;
    margin-bottom: 10px;
}
header .top_header_img {
    text-align: center;
    margin-bottom: 30px;
}
header .top_header_img img {
}
header table {
	font-size: 2rem;
	margin: 1em auto 0;
}
header table th p {
	background: #e6e6e7;
	padding: 0 1em;
	margin-right: 0.8em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
header table td p {
	font-weight: bold;
}

/* バナーリンク */
.pagelink ul {
    list-style: none;
}
.pagelink ul li {
    margin-bottom: 20px;
}
.pagelink ul li a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    display: block;
    padding: 0 15px 0 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pagelink ul li a.link_regist,
.pagelink ul li a.link_ticket {
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
}
.pagelink ul li a.link_regist span.limit {
    font-weight: normal;
    color: #fff;
    background: #a789c1;
    padding: 0.3em 0.5em;
    margin: 0 auto 0 1em;
}
.pagelink ul li a.link_announce {
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
}
.pagelink ul li a.link_prog {
    background: #d2eeee;
}
.pagelink ul li a.link_proceedings {
    background: #d2eeee;
}
.pagelink ul li p {
    margin: 0;
}
.pagelink ul li .gray_bt {
    font-size: 1.6rem;
    font-weight: bold;
//    color: #aaa;
    line-height: 50px;
    text-align: center;
    display: block;
    padding: 0 1.5em;
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    filter: grayscale(100%);
    opacity: 0.7;
}

/* メッセージ */
section article.message {
    background: url("../images/2025/back_graynoize.png");
    margin-top: 60px;
    overflow: hidden;
}
section article.message h2 {
    font-size: 1.8rem;
    text-align: center;
}
section article.message .space {
    width: 0px;
    height: 100%;
    background: #f00;
}
section article.message .message_img {
    width: 100px;
    margin: 10px 0 0 1.5em;
    clear: both;
    float: right;
}
section article.message .message_txt p {
    text-indent: 1em;
    line-height: 2;
}
section article.message .message_txt p.message_end {
    text-indent: 0;
    text-align: right;
    margin: 1em 0;
}

/* おしらせ */
section article.information {
    margin-top: 40px;
}
.information h2 {
    text-align: center;
    margin-bottom: 20px;
}
.information h2 strong {
    font-size: 3rem;
    font-weight: 400;
}
.information h2 span {
    font-size: 1.5rem;
    font-weight: 400;
    color: #6fc5c6;
    display: block;
}
.information dl {
}
.information dl dt {
    line-height: 1;
    margin-bottom: 1em;
}
.information dl dd {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px #e3e3e3;
}
.information dl dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 後援 */
section article.support {
    margin-top: 40px;
    padding-bottom: 40px;
}
.support h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5em;
}
.support p {
    text-align: center;
    line-height: 2;
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
header div.top_header {
    padding: 0 30px;
}
}

@media (min-width: 768px) {
/* ヘッダ */
header div.top_header {
    max-width: 1060px;
    margin: 70px auto 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .top_header_event {
    margin-bottom: 0;
    width: 50%;
}
header .top_header_img {
    width: 47%;
    margin-bottom: 0px;
}
header table {
	font-size: 3rem;
	margin: 0.5em auto;
}
header table th p {
	font-size: 0.8em;
	padding: 0 1.5em;
}

/* バナーリンク */
.pagelink ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pagelink ul li {
    margin-bottom: 25px;
	width:48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);  
}
.pagelink ul li a {
    font-size: 1.8rem;
    line-height: 60px;
    padding: 0 20px 0 25px;
}
.pagelink ul li p {
//    margin: 0 20px -10px 20px;
}
.pagelink ul li .gray_bt {
    font-size: 1.8rem;
    line-height: 60px;
}

/* メッセージ */
section article.message {
    margin-top: 70px;
}
section article.message > div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section article.message h2 {
    font-size: 2rem;
    width: 100%;
}
section article.message .space {
    display: none;
}
section article.message .message_img {
    width: 180px;
    margin: 0;
    float: none;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
section article.message .message_txt {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 210px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 210px);/*Firefox4~15対応*/
	width: calc(100% - 210px);
    -webkit-box-ordinal-group: 1;
    order: 0;
}
section article.message .message_txt p.message_end {
    margin-bottom: 40px;
}
section article.message .message_txt p.message_end br {
    display: none;
}

/* おしらせ */
section article.information {
    margin-top: 40px;
}
section article.information > div {
}
.information h2 {
    margin-bottom: 30px;
}
.information h2 strong {
    font-size: 3.6rem;
}
.information h2 span {
    font-size: 1.6rem;
}
.information dl {
}
.information dl dt {
    margin-bottom: 0.8em;
}
.information dl dd {
    margin-bottom: 1.5em;
}

/* 後援 */
section article.support {
    padding-bottom: 70px;
}
.support h2 {
    font-size: 2rem;
    margin-bottom: 1.5em;
}

}

@media (min-width: 1200px) {
/* ヘッダ */
header div.top_header {
    margin-top: 100px;
}
header .top_header_img {
    width: 466px;
}

/* バナーリンク */
.pagelink ul li {
    margin-bottom: 30px;
	width:48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 25px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 25px);/*Firefox4~15対応*/
	width: calc(50% - 25px);  
}
.pagelink ul li a {
    font-size: 2rem;
    padding: 0 23px 0 30px;
    background-position: 20px center;
}
.pagelink ul li a.link_regist, .pagelink ul li a.link_ticket,.pagelink ul li a.link_announce {
    background-position: 20px center;
}
.pagelink ul li a.link_regist span.limit {
    margin-left: 1.5em;
}
.pagelink ul li p {
//    margin: 0 23px -10px 30px;
}
.pagelink ul li .gray_bt {
    font-size: 2rem;
    background-position: 20px center;
}

/* メッセージ */
section article.message {
    margin-top: 90px;
}
section article.message .message_img {
    width: auto;
    margin: 0;
    float: none;
}
section article.message .message_txt {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 260px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 260px);/*Firefox4~15対応*/
	width: calc(100% - 260px);
}
section article.message .message_txt p.message_end {
    margin-bottom: 40px;
}

/* おしらせ */
section article.information {
    margin-top: 50px;
}
.information h2 {
    margin-bottom: 50px;
}
.information h2 strong {
    font-size: 4rem;
}
.information h2 span {
    font-size: 1.8rem;
}
.information dl {
}

/* 後援 */
section article.support {
    padding-bottom: 0;
}
.support h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

}


