/** common **/
body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

a{
	color: #2440ba;
	text-decoration: none;
}

a:hover{
	opacity: 0.7;
}

input[type="button"],input[type="submit"]{
	-webkit-appearance: none;
}

.cf{
	clear: both;
}

.hide{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.left{
	float: left !important;
}

.right{
	float: right !important;
}

#main_wrap{
}

header{
	min-width: 1400px;
	width: 100%;
	border-top: 30px solid #2440ba;
}

header nav{
	width: 1080px;
	margin: auto;
	position: relative;
}

header nav h1{
	color: #FFF;
	font-size :12px;
	margin: 0;
	position: absolute;
	top: -24px;
	left: 0;
	z-index: 1;
}

header nav h2{
	float: left;
	margin: 10px 0 15px 0;
}

header nav h2 a{
	width: 289px;
	height: 48px;
	background: url('../images/kbm_logo2.png');
	background-repeat: no-repeat;
	display: block;
}

header nav p{
	position: absolute;
	top: -32px;
	right: 0;
}

header nav p a{
	width: 227px;
	height: 66px;
	background: url('../images/common_img02.png');
	color: #646464;
	display: block;
	font-size: 22px;
	line-height: 66px;
	text-indent: 68px;
}

header nav ul{
	position: absolute;
	top: 20px;
	left: 330px;
}

header nav ul li{
	display: inline;
}

header nav ul li:first-child{
	margin: 0 15px 0 0;
}

header nav ul li a{
	background: #eff4ff url('../images/common_img09.png') 8px center no-repeat;
	color: #000;
	font-size: 12px;
	padding: 8px 10px 8px 20px;
}

#navigation{
	clear: both;
	position: static !important;
}

#navigation li a{
	display: inline-block;
	padding: 0 !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#nav01 a{
	width: 180px;
	height: 24px;
	background: url('../images/common_img03.png') no-repeat;
	margin: 0 -20px 0 0;
}

#nav02 a{
	width: 179px;
	height: 24px;
	background: url('../images/common_img04.png') no-repeat;
	margin: 0 -6px 0 0;
}

#nav03 a{
	width: 180px;
	height: 24px;
	background: url('../images/common_img05.png') no-repeat;
	margin: 0 -5px 0 0;
}

#nav04 a{
	width: 179px;
	height: 24px;
	background: url('../images/common_img06.png') no-repeat;
	margin: 0 -5px 0 0;
}

#nav05 a{
	width: 180px;
	height: 24px;
	background: url('../images/common_img07.png') no-repeat;
	margin: 0 -6px 0 0;
}

#nav06 a{
	width: 180px;
	height: 24px;
	background: url('../images/common_img08.png') no-repeat;
	margin: 0 -5px 0 0;
}

.contents_wrap01,
.contents_wrap02{
	width: 1400px;
	margin: auto;
	position: relative;
}

.contents_wrap01 article,
.contents_wrap02 article{
	width: 1080px;
	margin: 30px auto;
	padding: 10px 0;
}

.contents_wrap01 article table,
.contents_wrap02 article table{
	width: 100%;
	border: 1px solid #CCC;
	font-size: 14px;
	margin: 0 0 30px 0;
}

.contents_wrap01 article table th,
.contents_wrap02 article table th{
	background: #e5f0ff;
	border: 1px dashed #CCC;
	padding: 5px;
}

.contents_wrap01 article table td,
.contents_wrap02 article table td{
	background: #FFF;
	border: 1px dashed #CCC;
	padding: 5px;
}

.contents_wrap01 h2,
.contents_wrap02 h2,
.contents_wrap01 h3,
.contents_wrap02 h3{
	background: url('../images/common_img11.png') no-repeat;
	font-size: 20px;
	text-indent: 20px;
}

.contents_wrap01 p,
.contents_wrap02 p{
	font-size: 14px;
	line-height: 20px;
}

.contents_wrap01 dt,
.contents_wrap02 dt{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.contents_wrap01 dd,
.contents_wrap02 dd{
	font-size: 14px;
	line-height: 20px;
}

.contents_wrap01 .common_style01 span,
.contents_wrap02 .common_style01 span{
	display: block !important;
	float: none !important;
	margin: 0 0 5px 0 !important;
	text-align: center !important;
}

.contents_wrap01 .common_style01 a,
.contents_wrap02 .common_style01 a{
	width: 274px;
	height: 38px;
	background: url('../images/common_img12.png');
	color: #FFF;
	display: block;
	line-height: 40px;
	margin: auto;
	text-align: center;
}

.contents_wrap02{
	background: #f9f9f9;
}

#main_img{
	margin: 10px 0 0 0;
}

#common_style01 h1{
	width: 768px;
	height: 43px;
	background: url('../images/top_img00.png');
	color: #2440ba;
	font-size: 24px;
	font-weight: normal;
	line-height: 68px;
	margin: -83px auto 35px auto;
	position: relative;
	text-align: center;
	z-index: 1;
}

#common_style01 ul{
	font-size: 12px;
	margin: -25px 0 0 0;
}

#common_style01 ul li{
	display: inline;
}

#common_style02{
	margin: -45px auto 0 auto;
}

#common_style03{
	margin: -10px auto 30px auto;
}

footer{
	min-width: 1400px;
	width: 100%;
	background: #e5f0ff;
}

footer nav{
	padding: 10px 0;
	text-align: center;
}

footer nav ul{
	margin: 0 0 10px 0;
}

footer nav ul li{
	display: inline;
	font-size: 12px;
	margin: 0 -5px 0 0;
}

footer nav li a{
	color: #000;
}

footer nav small{
	font-size: 14px;
}


/* 共通　*/
.mr{
	margin-right: 20px;
}

.ml{
	margin-left: 20px;
}


/** index **/
.bx-wrapper .bx-viewport{
	border: none !important;
	box-shadow: none !important;
	margin: 10px 0 !important;
}

.bxslider{
	position: relative;
}

.bxslider li span{
	color: #2440ba;
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	top: 60px;
	left: 180px;
}

.main_img{
	width: 100%;
	height: 450px;
	background-image: url(../images/main-img3.png);
	background-position: center center;
	background-position-y: -200px;
	margin: 20px 0;
}

#top_style01 h2{
	/*width: 768px;
	height: 43px;*/
	background: url('../images/top_img00.png');
	color: #2440ba;
	font-size: 24px;
	font-weight: normal;
	line-height: 68px;
	/*margin: -83px auto 35px auto;*/
	margin-top:-10px;
	position: relative;
	text-align: center;
	z-index: 1;
}

#top_style01 img{
	margin-top:30px;
}

#top_style01 p{
	text-align: center;
}

#top_style02 div{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #ededed));
	background: -webkit-linear-gradient(#ededed, #fff);
	background: -moz-linear-gradient(#ededed, #fff);
	background: -o-linear-gradient(#ededed, #fff);
	background: -ms-linear-gradient(#ededed, #fff);
	background: linear-gradient(#ededed, #fff);
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px;
}

#top_style02 ul li{
	background: url('../images/common_img10.png') 0 center no-repeat;
	line-height: 26px;
	text-indent: 12px;
}

#top_style02 dl{
	width: 250px;
	display: inline-block;
	padding: 0 0 0 21px;
}

#top_style02 dl:first-child{
	padding: 0;
}

#top_style02 dt{
	background: url('../images/common_img13.png') 0 center no-repeat;
	margin: 0 0 10px 0;
	text-indent: 25px;
}

#top_style02 dt a{
	color: #000;
}

#top_style02 dd{
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

#top_style02 dd span{
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

#top_style02 dd a{
	display: block;
	margin: 5px 0 0 0;
}

#top_style03 ul{
	width: 100%;
	display: table;
	padding: 10px 0 0 0;
	table-layout: fixed;
	text-align: center;
}

#top_style03 ul li{
	display: table-cell;
	vertical-align: middle;
}

#top_style03 ul li span{
	display: block;
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
}


/** about **/
#about_style01 img{
	width: 190px;
}

#about_style01 span{
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

#about_style01 p b{
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0;
}

#about_style01 td{
	text-align: center;
}

.taikai_h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
	padding: 20px;
	background: #0870bf;
	color: white;
}







/** group **/
#group_style01 table{
	margin: 20px 0 -5px 0;
}

#group_style01 td:nth-child(1),
#group_style01 td:nth-child(3){
	text-align: center;
}

#group_style01 td img{
	box-shadow: 1px 1px 2px #CCC;
}


.group_box{
	margin-bottom: 30px;
}


/** schedule **/
#schedule_style01 td{
	text-align: center;
}

#schedule_style01 td:nth-child(1),
#schedule_style01 td:nth-child(2),
#schedule_style01 td:nth-child(3){
	width: 10%;
}

#schedule_style01 td:nth-child(4){
	text-align: left;
}


/** participation **/
#participation_style01{
}


/** contact **/
#contact_style01 table td span{
	width: 80%;
	background: #F00;
	color: #FFF;
	display: block;
	margin: auto;
	padding: 5px 0;
	text-align: center;
}

#contact_style01 table td .more{
	width: 80%;
	background: #999;
	color: #FFF;
	display: block;
	margin: auto;
	padding: 5px 0;
	text-align: center;
}

#contact_style01 p small{
	display: block;
	text-align: center;
}

#contact_style01 button{
	background: #2440ba;
	border: none;
	border-radius: 0;
	color: #FFF;
	font-size: 16px;
	margin: 0 40%;
	padding: 20px;
	text-align: center;
	text-shadow: none;
}

#mfp_phase_confirm_label,
#mfp_phase_stat{
	display: none;
}


/** participation **/
#participation_style01 article ul{
	text-align: justify
}

#participation_style01 article ul:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}

#participation_style01 article ul li{
	display: inline-block;
}


/** privacy **/
#privacy_style01{
}