@media print{
	
	
	
	
html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	word-break: break-all;

}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}



.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}





body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
}	

body.body_bg{
	background:#eb6363;
}

/* container ---------------------------------------------- */


.container{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01_in{
	background:url(../img/common/content_bg01.jpg) center bottom no-repeat;
	padding-bottom:500px;
}

.container01{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;


}

.container02{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


/* contents ---------------------------------------------- */

.contents{
	width:94%;
	height:auto;
	padding:0 3%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:auto;
	background:#c42122;
}

header{
	max-width:94%;
	width: 960px;
	height:120px;

	margin: 0 auto;
	position:relative;
}


.header_img01{
	width:520px;
	height:auto;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-260px;
}


.nav_bg{
	width:100%;
	height:auto;
	background:#f02626;
}

nav.nav01{
	max-width:94%;
	width: 960px;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

nav.nav01 ul{
	margin:0;
	padding:0;
	display:inline;
}

nav.nav01 ul li{
	list-style-type:none;
	display:inline;
	padding-right:20px;
	margin-right:14px;
	background:url(../img/common/nav_bg.jpg) right no-repeat;
	color:#FFF;
	font-size:18px;
	font-family: "Noto Sans Japanese";
	line-height:100%;
}

nav.nav01 ul li:nth-child(6){
	padding-right:0px;
	margin-right:0px;
	background:none;
}

nav.nav01 ul li a{
	color:#FFF;
	text-decoration:none;
	padding:5px;
}

nav.nav01 ul li a:hover{
	color:#000;
	text-decoration:underline;
	padding:5px;
	background:#FFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}

.nav_h{
	color:#000 !important;
	text-decoration:underline !important;
	padding:5px;
	background:#FFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}



.nav_sub{
	width:290px;
	height:auto;
	left:50%;
	margin-left:-145px;

	text-align:center;
	position:absolute;
	top:65px;
	z-index:1000;
}

.nav_sub ul{
	margin:0;
	padding:0;

}

.nav_sub ul li{
	list-style-type:none;
	float:left;

	margin-right:30px;
	color:#000000;
	font-size:12px;
	line-height:100%;
	font-family: "メイリオ", sans-serif;

	width:70px;
}

.nav_sub ul li:nth-child(3){
	margin-right:0px;
	background:none;
}

.nav_sub ul li a{
	width:70px;
	margin-right:30px;
	display:block;
	padding:5px 10px;
	text-align:center;
	background:#F90;
	color:#FFF;
	text-decoration:none;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}

.nav_sub ul li a:hover{
	color:#FFF;
	background:#F60;
	text-decoration:none;
}




#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}



/* footer ---------------------------------------------- */



.footer_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/footer_bg01.jpg) repeat;
}


footer.footer01{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	padding:40px 0;

}

.footer_b01{
	text-align:center;
	font-family: "Noto Sans Japanese";
}

.footer_b01 dl dt{
	font-size:18px;
	color:#FFF;
	padding-bottom:13px;
	margin-bottom:13px;
	border-bottom:1px dotted #FFFFFF;
}

.footer_b01 dl dd{
	font-size:16px;
	color:#FFF;
	line-height:150%;
}

.footer_b01 dl dd a{
	color:#FFF;
	text-decoration:underline;
}

.footer_b01 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}


.footer_bg02{
	width:100%;
	height:auto;
	background:#c42122;
}

footer.footer02{
	max-width:94%;
	width:1000px;
	height:auto;
	background:#c42122;
	margin:0 auto 0px auto;
	padding:20px 0;

}

.f_txt01{
	text-align:center;
	line-height: 120%;
	font-size: 13px;
	color:#FFF;
}

.f_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.f_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}






/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:628px;
	height:auto;
	position: absolute;
	top:26px;
	line-height:100%;
	left:50%;
	margin-left:-314px;
}

h1 img{
	width:100%;
	height:auto;
}



h2.h2_01{
	text-align:center;
	font-size:40px;
	font-family: 'Lato', sans-serif;
	margin-bottom:50px;
	line-height:100%;
	font-weight:normal;
	color:#000000;
}



/* 各ページイメージ ---------------------------------------------- */


.main_top_img{

	width: 100%;
	height:650px !important;
	background:url(../img/top/top_img.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}


.page_top_img{

	width: 100%;
	height:350px !important;
	background:url(../img/top/page_top.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 60px auto;

}






p.s_top_img{
      display:none;
      text-align:center;
}





/* 共通バナー ---------------------------------------------- */

.contact_banner{

}

.contact_banner a{
	width:100%;
	background:#eb6363;
	padding:20px 0;
	margin-top:100px;
	text-align:center;
	display:block;	
}

.contact_banner img {

	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* 開催概要-------------------------------------------------------------------------------------------------------------- */


.ot_txt{
	font-size:15px;
	line-height:180%;
	margin-bottom:50px;
}

.ot_t_b1{
	margin-bottom:50px;
}

.ot_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.ot_t_b1 table th{
	width:200px;
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;

}


.ot_t_b1 table td{
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;
}

.ot_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}

.ot_t_b1 a{
	color:#0099cc;
	text-decoration:underline;
}

.ot_t_b1 a:hover{
	color:#0099cc;
	text-decoration:none;
}





/* プログラム-------------------------------------------------------------------------------------------------------------- */



.pg_t_b1{
	margin-bottom:50px;
}

.pg_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.pg_t_b1 table th{
	width:200px;
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;

}


.pg_t_b1 table td{
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;
}


.pg_t_b1 table th span{
	font-weight:bold;
}

.pg_t_b1 table td span{
	font-weight:bold;
}




.pg_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}

.pg_t_b1 a{
	color:#0099cc;
	text-decoration:underline;
}

.pg_t_b1 a:hover{
	color:#0099cc;
	text-decoration:none;
}



/* アクセス-------------------------------------------------------------------------------------------------------------- */


.access_txt01{
	font-size:16px;
	line-height:160%;
	
	margin-bottom:30px;
}

.access_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.access_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}


.access_txt02{
	
}

.access_txt02 dl{
	border:1px solid #CCC;
	box-sizing:border-box;
	padding:20px;
	background:#FFF;
}

.access_txt02 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}

.access_txt02 dl dd{
	font-size:16px;
	line-height:160%;
	margin-bottom:15px;
}

.access_txt02 dl dd:last-child{
	margin-bottom:0px;
}




/*お問い合わせ---------------------------------------------- */

.contact_b01{
	background:#f8f8cb;
	padding:30px
}


.contact_b01 dl dt{
	font-size:24px;
	line-height:150%;
	text-align:center;
	margin-bottom:10px;

	color:#069;
	
}

.contact_b01 dl dt p{
	font-size:18px;
	margin-bottom:2px;
	color:#000;
}


.contact_b01 dl dd{
	font-size:16px;
	text-align:center;
	line-height:170%;
}

.contact_b01 dl dd a{
	color:#000;
	text-decoration:underline;
}

.contact_b01 dl dd a:hover{
	color:#000;
	text-decoration:none;
}


.c_txt01{
	text-align:center;
	margin-top:25px;
	font-weight:bold;
	font-size:17px;
	color:#F00;
}












}






