@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
	height: 100%;
	margin-bottom: 1px;
}

body,div,class,img,p,form,fieldset,input,textarea,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	vertical-align: bottom;
}

body {
	font-family: 'Noto Sans Japanese', 'ＭＳ Ｐゴシック', 'Osaka', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 15px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;/*iPhoneフォントサイズ自動調整OFF*/
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	/*padding-top: 73px;ヘッダー固定*/
	/*padding-bottom: 0px;フッター固定*/
	line-height: 1em;
	/*background-image: url(../img/back_img.png);*/
	background-repeat: repeat-y;
	background-position: center top;
}
@media screen and (min-width : 600px) {
	body {
		-moz-background-size: auto 100%;
		background-size: 100% auto;
	}
}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

article, section {
	width: 100%;
	float: left;
}

body img {
	max-width: 100%;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
*/

/*イメージフェード*/
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #35b8bd;
	text-decoration: underline;
}

/*インナー*/
.inner {
	padding-left: 10px;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width : 1017px){
	.inner {
		width: 1000px;
		margin: auto;
	}
}
@media screen and (max-width : 1016px){
	.inner {
		width: 100%;
		float: left;
	}
}

/*ヘッダー*/
header {
	width: 100%;
	float: left;
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #cc0000;*/
	/*background-color: rgba(255,255,255,0.6);*/
	/*height: 70px;ヘッダー固定*/
	/*z-index: 1000;ヘッダー固定*/
	/*position: fixed !important;ヘッダー固定*/
	/*position: absolute;ヘッダー固定*/
	/*top: 0;ヘッダー固定*/
	/*left: 0;ヘッダー固定*/
	/*padding-bottom: 3px;*/
	/*border-top-width: 2px;*/
	/*border-top-style: solid;*/
	/*border-top-color: #5e6264;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #5e6264;*/
}

.header {
	width: 100%;
	float: left;
	padding-top: 20px;
}

.pg_top_test {
	background-color: #cc0000;
	color: #fff;
	text-align: center;
	line-height: 2em;
}

.h2_title {
}



.cont_title {
	width: 100%;
	float: left;
	font-size: 17px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.cont_details {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-left: 28px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6em;
}

.cont_title_info {
	font-size: 18px;
	color: #ed6d00;
	background-color: #fffcdb;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 2px solid #ed6d00;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*コンテンツ*/
.cont {
	float: left;
	width: 100%;
}
.cont_left {
	float: left;
	width: 76%;
}
.cont_right {
	float: right;
	width: 23%;
}
@media screen and (max-width: 899px) {
	.cont_left {
		width: 100%;
	}
	.cont_right {
		width: 100%;
		background-color: #F0F0F0;
		border: 1px solid #9ba399;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
.banner {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}


.contents {
	float: left;
	width: 100%;
	line-height: 1.8em;
	margin-top: 10px;
}

/*申込受付終了メッセージ*/
.out_cap {
	float: left;
	width: 100%;
	line-height: 1.4em;
}
.out_cap p {
	padding-top: 2px;
}

/*団体用キャプション*/
.form_group_cap {
	width: 680px;
	margin: auto;
}
@media screen and (max-width : 710px){
	.form_group_cap {
		width: 100%;
		float: left;
	}
}

/*ページTOPへ戻る*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #333333;
	opacity: 0.6;
	text-decoration: none;
	color: #fff;
	/*width: 50px;*/
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*フッターここから*/
footer {
	width: 100%;
	float: left;
	margin-top: 40px;
}

/*コピーライト*/
.copyright {
	width: 100%;
	float: left;
	padding-top: 12px;
	padding-bottom: 13px;
	font-size: 12px;
	text-align: center;
	background-color: #ed6d00;
}
@media screen and (max-width : 440px){
	.copyright {
		font-size: 10px;
	}
}
.copyright a {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:active {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}
@media screen and (min-width : 520px){
	.copyright_br {
		display: none;
	}
}
/*フッターここまで*/

/*ボタン*/
.btn_inner {
	width: 540px;
	margin: auto;
}
@media screen and (max-width : 576px){
	.btn_inner {
		width: 100%;
		float: left;
	}
}
.btn {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    background-color: #3663ab;
	background-image: url(../img/btn_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.btn:hover{
	/*opacity: 0.4;*/
	/*filter: alpha(opacity=10);*/
    background-color: #cc0000;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media screen and (max-width : 581px){
	.btn {
		font-size: 16px;
	}
}
@media screen and (max-width : 519px){
	.btn {
		font-size: 12px;
	}
}
@media screen and (min-width : 425px){
	.br_btn {
		display: none;
	}
}
@media screen and (max-width : 362px){
	.btn {
		background-image: none;
	}
}

.btn_download {
    background-color: #3663ab;
}
.btn_download:hover{
	/*opacity: 0.4;*/
    background-color: #cc0000;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
/*
.btn_2nd {
	background-color: #666666;
}
*/

/*パンくずリスト*/
.breadcrumb_list {
	width: 100%;
	text-align: left;
	float: left;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.b_list_top {
	float: left;
	width: 40px;
	padding-bottom: 22px;
	background-image: url(../img/breadcrumb.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.b_list_2nd {
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-image: url(../img/breadcrumb-next.png);
}
.b_list_end {
	font-weight: 300;
	color: #000000;
}

/*404*/
.error404 {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

/*字下げ*/
.text_indent {
	text-indent: -1em;
	padding-left: 1em;
}
/*1文字下げ*/
.text_indent_1 {
	text-indent: 1em;
}

.text_10 {font-size: 10px;}
.text_12 {font-size: 12px;}
.text_13 {font-size: 13px;}

.t-indent-8 {
	text-indent: -8px;
}
.t_right {text-align: right;}

.f_left {float: left;}
.f_right {float: right;}
.w_100 {width: 100%;}

.top2 {margin-top: 2px;}
.top3 {margin-top: 3px;}
.top4 {margin-top: 4px;}
.top10 {margin-top: 10px;}
.top20 {margin-top: 20px;}
.top26 {margin-top: 26px;}
.top30 {margin-top: 30px;}
.top40 {margin-top: 40px;}
.top50 {margin-top: 50px;}
.top60 {margin-top: 60px;}
.top70 {margin-top: 70px;}
.top80 {margin-top: 80px;}
.top90 {margin-top: 90px;}
.top100 {margin-top: 100px;}
.bottom4 {margin-bottom: 4px;}
.bottom10 {margin-bottom: 10px;}
.bottom20 {margin-bottom: 20px;}
.bottom30 {margin-bottom: 30px;}
.bottom40 {margin-bottom: 40px;}
.bottom50 {margin-bottom: 50px;}
.bottom60 {margin-bottom: 60px;}
.bottom70 {margin-bottom: 70px;}
.bottom80 {margin-bottom: 80px;}
.bottom90 {margin-bottom: 90px;}
.bottom100 {margin-bottom: 100px;}
.strong {
	font-weight: bold;
}


/*テキスト両揃え*/
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

.left {
	float: left;
}

/*テキストカラー*/
.style_red {
	color: #CC0000;
}
.style_999 {
	color: #999999;
}
.style_blu {
	color: #003399;
}
.style_pink {
	color: #e7274a;
}

/*テキストサイズ*/
.font_10 {
	font-size: 10px;
}

/*背景カラー*/
.back_red {
	color: #FFFFFF;
	background-color: #cc0000;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
}
.back_ore {
	color: #FFFFFF;
	background-color: #FF6600;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
}
.back_blu {
	color: #FFFFFF;
	background-color: #3333FF;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
}
.back_green {
	color: #FFFFFF;
	background-color: #006666;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
}
.back_gly {
	color: #FFFFFF;
	background-color: #333333;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
}

/*ページングここから*/
.pages {
	text-align: right;
	line-height: 24px;
	float: left;
	margin-top: 1.5em;
	/*margin-right: 2%;*/
	margin-bottom: 20px;
	/*margin-left: 2%;*/
	width: 100%;
}
.pages div {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.pages span {
	float: left;
	margin-left: 5px;
	margin-bottom: 7px;
	background-color: #F5F5F5;
}
.pages i {
	display:none;
}
.pages span a,
.pages span b {
	display: block;
	padding: 0 6px;
	line-height: 24px;
	font-weight: normal;
}
.pages span a {
	color: #4d4033;
	border: 2px solid #aaa;
	text-decoration: none;
}
.pages span b {
	color: #fff;
	border: 2px solid #626262;
	background-color: #FF6600;
}
.pages span a:hover {
	color: #4d4033;
	border: 2px solid #ffb107;
	text-decoration: none;
}
@media screen and (max-width : 970px){
	.pages span a,
	.pages span b {
		font-size: 18px;
		padding-top: 8px;
		padding-right: 6px;
		padding-bottom: 8px;
		padding-left: 6px;
	}
}
/*ページングここまで*/

.clearfix {
	clear: both;
}
