@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}

@font-face {
  font-family: 'MyHannari';
  src: url('../fonts/Hannari.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Hannari.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Hannari.woff') format('woff'), /* Modern Browsers */
url('../fonts/Hannari.otf') format('opentype'); /* Safari, Android, iOS */
}

body {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:2px;
	/*font-family: 'MyHannari';*/
}

header {
	position:fixed !important;
	height:80px;
	width:100%;
	top:0;
	z-index:100000;
	background:#fff;
	/*opacity:0.9;*/
	padding:1em 0;
}

header h1 {
	float:left;
}

.navbar-header a img {
	width:69%;
	height:auto;
}

.navbar {
	margin-bottom:0;
	border:none;
	background:#fff;
}

.navbar-nav {
	position:relative;
	overflow:hidden;
	float:right;
	padding-right:1em;
}

.navbar-nav li+li {
	margin-left:2.5em;
}

.navbar-nav li a {
	font-weight:600;
	text-align:center;
	font-size:14px;
	font-family: 'MyHannari';
	color:#333;
}

.navbar-nav li a:hover {
	color:#0077a2 !important;
}

.navbar-nav li i.fa {
	display:block;
	font-size:26px;
	margin-bottom:5px;
	padding-top:1px;
}

.navbar-brand {
	width:380px;
	padding: 0;
	margin-top: 1%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none;
}

#random {
	position:relative;
}

.page-scroll {
	z-index:10000;
}

.page-scroll a {
	display:block;
	border:2px solid #fff;
	text-align:center;
	color:#fff;
	width:10em;
	height:2em;
	line-height:2em;
	margin:0.7em auto 0 auto;
	border-radius:6px;
	font-size:30px;
	text-decoration:none;
	background:rgba(255,255,255,0);
	font-family: 'MyHannari';
}

.page-scroll a:hover {
	background:rgba(255,255,255,0.1);
}

.page-scroll2 {
	position: absolute;
	bottom: 2%;
	left: 45.5%;
	z-index:100000;
}

.skippr-nav-container {
	display:none;
}

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}


.hero {
	height:100% !important;
	position:relative;
}

.hero .container {
	width:100%;
	height:100%;
	/*position:relative;*/
}

.hero .tagline {
	width:70%;
	height:70%;
	/*margin:0 auto;*/
	float:none;
	position:absolute;
	left:50%;
	top:54%;
	margin:-30% 0 0 -36%;
}

.hero .tagline h1 img {
	filter: drop-shadow(0px 0px 3px black);
}



.bg_gray01 {
	background:#f0f0f0;
	font-size:16px;
	padding:0 0 2em 0;
}

.bg_white {
	background:#fff;
	font-size:16px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:0 0 2em 0;
}

.bg_blue {
	background:#0077a2;
	color:#fff;
	font-size:16px;
	/*font-weight:600;*/
	line-height:2;
	padding:0 0 2em 0;
}

.bg_gray02 {
	background:#f0f0f0;
	color:#333;
	font-size:16px;
	/*font-weight:600;*/
	line-height:2;
	padding:0 0 2em 0;
}

.greetingBox {
	/*loat:left;*/
	margin:1em 0 2em 0;
}

.greeting_left {
    width: 22%;
    float: left;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
}

.greeting_left img {
    width: 100%;
}

.greeting_left p {
	text-align:left;
	font-size:97%;
}

.greeting_left p.greetName {
	font-size:150%;
}

.greeting_right {
	width: 72%;
	float: right;
}

.greeting_right p {
	text-align:justify;
	font-size:17px;
	line-height:2;
}

#sns p {
	margin-bottom:2em;
	font-size:93%;
}

#greeting,
#sns,
#program,
#exhibition,
#sponsorship,
#archive,
#entry,
#live {
	text-align:center;
	padding-top:40px;
}

#program {
	background:url(../images/bg01.png) center top no-repeat #0077a2;
	background-size:contain;
}

#program h2 {
line-height: 130%;
}

#program p {
	margin-bottom:2em;
}

#exhibition {
	background:url(../images/bg02.png) center top no-repeat #f0f0f0;
	background-size:contain;
}

.listBox {
	position:relative;
	overflow:hidden;
}

.companylist01 {
	width:48%;
	float:left;
	border:2px solid #0077a2;
	border-radius:5px;
	background-color:rgba(255,255,255,0.6);
	margin-top:1em;
	padding:1%;
}

.companylist01:nth-child(even) {
	margin-left:2em;
}

.companylist01 h3 {
	font-size:110%;
	margin:0.5em 0 1em 0 !important;
	line-height:1.5;
}

.companylist01 h3 .small {
	font-size:13px;
}


.companylist01 p {
	font-size:100%;
	text-align:left;
	width:100%;
	border-top:1px solid #666;
	padding:0.5em 0 0 0;
}

.companylist01 iframe {
width: 100%;
}

.companylist01 a.btnYT {
width: 100%;
display: block;
padding: 0.7em 0;
background: #0077a2;
text-align: center;
border-radius: 5px;
color: #fff;
font-weight: bold;
}

.companylist01 a.btnYT:hover {
text-decoration: none;
background: #005bab;
}

.companylist02 {
	width:48%;
	float:left;
	border:2px solid #fff;
	border-radius:5px;
	background-color:rgba(255,255,255,0.1);
	margin-top:1em;
	padding:1%;
}

.companylist02:nth-child(even) {
	margin-left:2em;
}

.companylist02 h3 {
	font-size:110%;
	margin:0.5em 0 1em 0 !important;
	color:#fff;
	line-height:1.5;
}

.companylist02 h3 .small {
	font-size:13px;
	color:#fff;
}

.companylist02 p {
	text-align:center;
	width:100%;
	border-top:1px solid #fff;
	padding:0.5em 0 0 0;
	color:#333;
}

.companylist02 p a {
	font-size:74%;
	color:#fff;
	word-break: break-all;
}

.companylist02 p a i {
	margin-right:0.5em;
	font-size:130%;
}

.exhi_p {
	clear:both;
	margin:1em 0;
	text-align:left;
}

#exhibition ul {
	position:relative;
	overflow:hidden;
	width:906px;
	margin:0 auto;
}

#exhibition li {
	float:left;
	width:300px;
	margin:1px;
}

#exhibition li img {
	width:100%;
	height:auto;
	margin:1px;
}

#live,
#sponsorship {
	background:url(../images/bg03.png) center top no-repeat #0077a2;
	background-size:contain;
}

#archive {
	background:url(../images/bg04.png) center top no-repeat #f0f0f0;
	background-size:contain;
}

#entry {
	background:url(../images/bg05.png) center top no-repeat #0077a2;
	background-size:contain;
}

#entry a {
color: #fff;
}

#entry a:hover {
color: #005bab;
background: rgba(255,255,255,0.8);
text-decoration: none;
}

#entry i {
font-size: 300%;
}

#entry a p {
margin: 0;
}

#entry .btn_dl{
padding: 2% 3%;
border: 1px solid #fff;
border-radius: 10px;
margin: 2% auto;
display: inline-block;
}

#live h2,
#live h3 {
text-align: center;
}

#live h2 {
font-size: 300%;
}

#live h3 {
font-size: 200%;
}

#live p {
font-size: 120%;
}

#live ul {
width: 100%;
display: flex;
flex-wrap: wrap;
}

#live ul li {
width: 23%;
margin: 1%;
}

#live ul.live1028 li:nth-child(1) {
width: 48%;
margin: 1%;
}

#live ul.live1028 li:nth-child(1) a {
padding: 0.1em 0;
}

#live ul.live1029a li:nth-child(1) {
width: 23%;
margin: 1%;
}

#live ul.live1029a li:last-child {
width: 48%;
margin: 1%;
}

#live ul.live1029a li:last-child a  {
padding: 0.1em 0;
}

#live ul li a img {
width: 100%;
height: auto;
}

#live ul li a {
display: block;
padding: 0.5em;
background: rgba(255,255,255,0.9);
border-radius: 4px;
box-shadow: 0 0 3px #333;
}

#live ul li a:hover {
text-decoration: none;
background: rgba(255,255,255,0.7);
}

/*.timeline {
color: #333;
}

a .timeline:hover,
 a .contentview:hover {
color: #fff;
}*/

#greeting h2 img {
	width:250px;
}

#sns h2 img {
	width:150px;
}

#program h2 img {
	width:30%;
}

#exhibition h2 img {
	width:22%;
}

#sponsorship h2 img {
	width:30%;
}

/* -------------------- 過去の資料 -------------------- */

#archive h2 img {
	width:32%;
}

#entry h2 img {
	width:32%;
}

h3 {
	/*font-family: 'MyHannari' !important;
    font-weight: 600;*/
}


#archive li a {
	font-family: 'MyHannari';
}

#archive h3 {
	text-align:center;
	font-size:18px;
	margin:0 0 10px 0;
}

.archive_box {
	margin-top:2em;
}

.archive_list01 {
	border-radius:5px;
	background:#0077a2;
	padding:1%;
	margin:1%;
	width:98%;
	position:relative;
	overflow:hidden;
}

.archive_list01 li {
	float:left;
	width:33%;
	padding:6% 0;
}

.archive_list01 li a {
	text-decoration:none;
	color:#fff;
}

.archive_list01 li a:hover,
.archive_list02 li a:hover,
.archive_list03 li a:hover {
	opacity:0.8;
}

.archive_list01 li i {
	font-size:50px;
	font-weight:normal;
}

.archive_list01 li p {
	margin:0;
	line-height:1;
}

.archive_list02 {
	border-radius:5px;
	background:#fff;
	padding:1%;
	margin:1%;
	width:98%;
	position:relative;
	overflow:hidden;
}

.archive_list02 li {
	float:left;
	width:33%;
	padding:6% 0;
}

.archive_list02 li a {
	text-decoration:none;
	color:#0077a2;
}

.archive_list02 li i {
	font-size:50px;
}

.archive_list02 li p {
	margin:0;
	line-height:1;
}

.archive_list03 {
	position:relative;
	overflow:hidden;
	padding-bottom: 0 !important;
}

.archive_list03 li {
width: 100%;
text-align: center;
}

.archive_list03 li+li {
margin-top: 3%;
}

.archive_list03 li a {
display: block;
}

.archive_list03 li i {
display: block;
margin-bottom: 5px;
}

.archive_list03 li a p {
margin-bottom: 0 !important;
}


/* -------------------- 開催概要 -------------------- */
table.detail {
	width:100%;
	border-collapse:collapse;
	border:1px solid #333;
	font-size:15px;
}

table.detail th {
	border:1px solid #333;
	width:20%;
	padding:10px;
	background:#0077a2;
	color:#fff;
	text-align:left;
	font-size:14px;
}

table.detail td {
	border:1px solid #333;
	width:78%;
	padding:10px;
	background:#fff;
	text-align:left;
}

table.detail td h2 {
	font-size: 140%;
	margin: 0 0 1% 0 !important;
	line-height: 1.6;
}

table.detail td h2 span {
	background: #0077a2;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	border-radius: 4px;
	padding: 1% 4%;
	font-size: 100%;
	font-weight: bold;
}

table.detail td .detailArea {
	background: #f0f0f0;
	border-radius: 4px;
	padding: 2%;
}

table.detail td .detailArea:nth-child(2) {
	margin-top: 1.5%;
}

table.detail td .detailArea p {
	margin-top: 2%;
}

table.detail td .detailArea p a.more {
	background: #0077a2;
	color: #fff !important;
	text-align: center;
	border-radius: 4px;
	padding: 2% 4%;
	font-size: 100%;
	font-weight: bold;
}

table.detail table {
	margin-bottom: 2%;
}

/* -------------------- 事務局ブログ -------------------- */

#feed,
#rss {
	width:100%;
	height:500px;
	padding:1em;
	border:2px solid #005bab;
	overflow-x:hidden;
	border-radius:5px;
}
#feed li+li,
#rss li+li {
	border-bottom:1px dotted #666;
}

#feed li,
#rss li {
	padding:10px 0;
	margin:5px 0;
	font-size:12px;
	line-height:1;
}

#feed li span,
#rss li span {
	display:block;
	color:#fff;
	background:#0077a2;
	width:7em;
	text-align:center;
	border-radius:5px;
	padding:5px;
	letter-spacing:0;
	margin-bottom:1em;
}

#feed li a,
#rss li a {
	display:block;
	color:#333;
	text-decoration:none;
	line-height:1.5;
	text-align:left;
}
#feed li a:hover,
#rss li a:hover {
	color:#ce0006;
	text-decoration:underline;
}


/* -------------------- スライダー -------------------- */

.bx-wrapper {
	width:70%;
}

.slider li img {
	width:100%;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position:static !important;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 1px !important;
}

/* -------------------- お申し込みの表組 -------------------- */
#entry table {
	width:50%;
	border-collapse:collapse;
	border:1px solid #333;
	margin:0 auto;
	background:rgba(255,255,255,0.9);
	font-size:90%;
}

#entry table th {
	border:1px solid #333;
	padding:0.5em;
	background:#0077a2;
	width:6em;
}

#entry table td {
	border:1px solid #333;
	text-align:left;
	padding:0.5em;
	color:#333;
}



/* -------------------- フッター -------------------- */

footer {
	background:url(../images/footer_left.png) left top no-repeat;
	height:280px;
}

.f_right {
	background:url(../images/footer_right.png) right top no-repeat;
	height:280px;
}

footer p {
	max-width:500px;
	margin:0 auto;
}

p#copyright {
	text-align:center;
	background:#333;
	color:#fff;
	padding:10px 0;
	margin:0;
}


.css_btn_class {
	font-size:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	color:#333;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
	width:500px;
	font-family: 'MyHannari';
	font-weight:600;
	text-decoration:none;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
	text-decoration:none;
}.css_btn_class:active {
	position:relative;
	top:1px;
}

.lead {
	text-align:center;
	font-size:26px;
	line-height:1.8;
}

.downloadIcon {
	border:1px solid #fff;
	border-radius:5px;
	padding:2%;
	width:70%;
	margin:20px auto 2em auto;
	position:relative;
	overflow:hidden;
}

.downloadIcon h3 {
	font-size:17px;
	margin-bottom:1em;
	line-height:1.5;
}

.downloadIcon i {
	font-size:40px;
	background:none;
	color:#fff;
}

.downloadIcon a {
	color:#fff;
	font-weight:bold;
}

.downloadIcon a:hover {
	opacity:0.7;
	text-decoration:none;
}

.downloadIcon div {
	width:100%;
	margin:0 auto;
}

.downloadIcon div a {
	float:left;
	width:50%;
}

iframe {
	/*height:300px;*/
}


@media only screen and (max-width:992px) {

/*iframe {
	width:100%;
	height:100%;
}*/

.col-sm-6 {
    width: 100%;
}

.navbar-brand {
	width:300px;
	padding: 0;
	margin-top: 5px;
}

.navbar-nav {
	padding-right:0;
}

.navbar-nav li+li {
	margin-left:1em;
}

.navbar-default .navbar-nav > li > a {
	padding:10px 0;
}

.hero .tagline {
	width:90%;
	height:90%;
	/*margin:0 auto;*/
	float:none;
	position:absolute;
	left:50%;
	top:53%;
	margin:-25% 0 0 -45%;
}

.greeting_left {
	width:100%;
	height:auto;
	float:none;
	padding-top:15px;
}

.greeting_left img {
	margin-bottom:5px;
	width:40%;
	height:auto;
}

.greeting_left p {
	text-align:center;
}

.greeting_right {
	width:100%;
	float:none;
	margin:0 0 0 0;
}

.bx-wrapper {
	width:100%;
}

#exhibition ul {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
}

#exhibition li {
	float:left;
	width:30%;
	margin:1px;
}

#archive h3 {
	text-align:left;
	font-size:14px;
	margin:0 0 10px 0;
}

.companylist01,
.companylist02 {
	width:47%;
}

/* -------------------- フッター -------------------- */

footer {
	background:url(../images/footer_left.png) -10% top no-repeat;
	height:200px;
	background-size:contain;
}

.f_right {
	background:url(../images/footer_right.png) 110% top no-repeat;
	height:200px;
	background-size:contain;
}

footer p {
	max-width:50%;
	margin:0 auto;
}

footer p img {
	max-width:100%;
	margin:0 auto;
}

.lead {
	text-align:center;
	font-size:18px;
	line-height:1.8;
}

}

@media only screen and (max-width:480px) {
	
/*iframe {
	width:100%;
	height:100%;
}*/
	
.navbar-brand {
	width:60%;
	padding: 0;
}

.navbar-nav {
	width:100%;
	margin:0;
}

.navbar-nav ul {
	width:100%;
}

.navbar-nav li {
	float: left;
	width: 50%;
	text-align: left;
}

.navbar-nav li+li {
	margin-left:0;
}

.navbar-nav li a {
	font-weight:600;
	text-align:center;
	font-size:14px;
	font-family: 'MyHannari';
}

.navbar-nav li a:hover {
	color:#0077a2 !important;
}

.navbar-nav li i.fa {
	display:block;
	font-size:26px;
	margin-bottom:5px;
	padding:5px 5px 0 0;
}

.hero .container {
	width:98%;
	height:100%;
	height:auto;
}

.hero .tagline {
	width:100%;
	height:100%;
	float:none;
	position:absolute;
	left:45%;
	top:60%;
}

.page-scroll2 {
    position: absolute;
    bottom: 2%;
    left: 42%;
    z-index: 100000;
}


.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
	

.greeting_left {
	width:100%;
	height:auto;
	float:none;
	padding-top:15px;
}

.greeting_left img {
	margin-bottom:5px;
	width:60%;
	height:auto;
}

.greeting_left p {
	text-align:center;
}

.greeting_right {
	width:100%;
	float:none;
	margin:0 0 0 0;
}

#program h2 img {
	width:60%;
	height:auto;
}

#exhibition h2 img {
	width:50%;
	height:auto;
}

#exhibition li {
	float:none;
	width:100%;
	height:auto;
	margin-bottom:1px;
}

.companylist01 {
	width:100%;
	float:left;
	border:2px solid #0077a2;
	border-radius:5px;
	background-color:rgba(255,255,255,0.6);
	margin:1em auto;
	padding:1%;
}

.companylist01:nth-child(even) {
	margin-left:0;
}

.companylist01 p {
	padding:0.5em 0.75em 0;
}

.companylist02 {
	width:100%;
}

.companylist02:nth-child(even) {
	margin-left:0;
}
	
#sponsorship h2 img {
	width:60%;
	height:auto;
}

#archive h2 img {
	width:60%;
	height:auto;
}

#entry h2 img {
	width:60%;
	height:auto;
}

#program,
#exhibition,
#sponsorship,
#archive,
#entry {
	font-size:14px;
}

#greeting,
#sns,
#program,
#exhibition,
#sponsorship,
#archive,
#entry {
	text-align:center;
	padding-top:5px;
}

.archive_box {
	padding:0;
}

.archive_box h3 {
	font-size:13px !important;
	letter-spacing:1px;
}

.lead {
	text-align:left;
	font-size:14px;
	line-height:1.8;
}

.skippr-previous,
.skippr-next {
	display:none;
}

.bx-pager {
	display:none;
}

footer {
	background:url(../images/footer_left.png) -40% top no-repeat;
	height:100px;
	background-size:50%;
}

.f_right {
	background:url(../images/footer_right.png) 140% top no-repeat;
	height:100px;
	background-size:50%;
}


footer p {
	max-width:50%;
	margin:0 auto;
}

footer p img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}

p#copyright {
	text-align:center;
	background:#333;
	color:#fff;
	padding:5px 0;
	margin:0;
	font-size:9px;
}

/* -------------------- 開催概要 -------------------- */
table.detail {
	width:100%;
	border-collapse:collapse;
	border:0;
}

table.detail th {
	display: block;
	border:1px solid #333;
	width:auto;
	padding:5px;
	background:#0077a2;
	color:#fff;
	text-align: center;
	font-size:12px;
}

table.detail td {
	display: block;
	border:1px solid #333;
	width:auto;
	padding:5px;
	background:#fff;
	text-align: center;
	font-size:12px;
}

table.detail td a {
	color:#333 !important;
}

table.detail td a:hover {
	color:#0077a2;
}
	
table.detail td h2 span {
	margin: 0 0 5% 0;
	display: block;
	padding: 2% 4%;
	font-size: 80%;
}

.css_btn_class {
	width:94%;
}

br.sp {
	display:none;
}

.downloadIcon {
	width:90%;
	margin:20px auto 2em auto;
	padding: 3%;
}

.downloadIcon h3 {
	font-size:14px;
	line-height:1.5;
}

.downloadIcon i {
	font-size:20px;
}

.downloadIcon a {
	color:#fff;
	font-weight:bold;
	display: -webkit-box;
}
	
#entry table {
	width:100%;
}

.archive_list03 li i {
font-size: 250%;
}

#live ul {
width: 100%;
display: flex;
flex-wrap: wrap;
}

#live ul li {
width: 94%;
margin: 1% auto;
}

#live ul.live1028 li:nth-child(1) {
width: 94%;
margin: 1% auto;
}

#live ul.live1029a li:nth-child(1) {
width: 94%;
margin: 1% auto;
}

#live ul.live1029a li:last-child {
width: 94%;
margin: 1% auto;
}

#live h2 {
font-size: 200%;
}

}

@media only screen and (max-width:375px) {
.page-scroll a {
	width:10em;
	height:2em;
	margin:2em auto 0 auto;
	font-size:24px;
	border:1px solid #fff;
}
}