/* 全体設定 */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	left: 0px;
	top: 0px;
}

h1.title_690 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #400000;
	background-image: url(img/subtitle_bg_pc_main.png);
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	line-height: 50px;
	letter-spacing: 1px;
	text-indent: 65px;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

div.contents_690 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	margin-top: 10px;
	border-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	overflow: hidden;
}


/* パーツ構成設定 */
	/* Site Infomation */
	div#site_info {
		font-size: 60%;
		font-weight: normal;
		color: #4c4c4c;
		background-color: #ffffff;
		text-align: left;
		vertical-align: middle;
		line-height: 15px;
		text-indent: 2px;
		width: 100%;
		height: 15px;
		display: block;
	}

	/* Header PC */
	div#header_pc {
		width: 100%;
		height: 105px;
		display: none;
	}

	/* Header SP */
	div#header_sp {
		width: 100%;
		display: block;
	}

	/* Header Navi */
	div#header_nav {
		background-color: #C1272D;
		margin-bottom: 15px;
		width: 100%;
		height: 10px;
		display: block;
	}

	/* Header Contents */
	div#header_cont {
		background-color: #FF9999;
		margin-bottom: 20px;
		width: 100%;
		height: 100px;
		display: block;
	}

	/* Main Contents Area */
	div.main_contents {
		background-color: #dcdcdc;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

		div#main {
			padding: 0px;
			margin-left: 0px;
			width: 100%;
			float: left;
			display: block;
		}

		div#right {
			margin: 0px;
			border-style: none;
			padding: 0px;
			width: 100%;
			float: left;
			display: table;
		}

		div#footer {
			color: #FFFFFF;
			background-color: #C1272D;
			position: fixed;
			bottom: 0px;
			width: 100%;
			height: 100px;
			z-index: 50;
			display: table;
		}

		div#footer_bg {
			position: relative;
			bottom: 0px;
			width: 100%;
			height: 100px;
			display: table;
		}


/*▼ HEADER ▼*/
	img.header_img {
		margin: 0 auto;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: auto;
		display: block;
	}


/*▲ HEADER ▲*/


/*▼ RIGHT NAVI ▼*/
	a.right_link {
		margin-top: 0px;
		border-style: none;
		padding: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		width: 100%;
		height: auto;
		float: none;
		clear: both;
		display: block;
	}
		img.right_link {
			margin-top: 0px;
			border-style: none;
			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom: 5px;
			width: 100%;
			height: auto;
			float: none;
			clear: both;
			display: block;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			
		}
			img.right_link:hover {
				filter:alpha(opacity=50);
				-moz-opacity: 0.5;
				opacity: 0.5;
			}

	div.sponsor {
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		line-height: 50px;
		letter-spacing: 2px;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 50px;
		display: block;
	}
	
/*▲ RIGHT NAVI ▲*/

/*▼ MAIN ▼*/
	div.main_sub_title {
		font-size: 1.5em;
		font-weight: bold;
		text-decoration: none;
		background-image: url(img/subtitle_bg_pc_main.png);
		background-attachment: scroll;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		text-align: left;
		vertical-align: middle;
		line-height: 55px;
		letter-spacing: 4px;
		text-indent: 60px;
		margin-top: 0px;
		border-style: none;
		padding: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
		height: 50px;
		display: block;
	}


	div#main_info {
		margin-top: 0px;
		border-style: none;
		padding: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
		clear: both;
		display: block;
	}
	
/*▲ MAIN ▲*/

/*▼ INFOMATION REGIST FORM ▼*/
	iframe.pic_uploader {
		width: 100%;
		height: 200px;
	}
	
/*▲ INFOMATION REGIST FORM ▲*/

/*▼ INFOMATION ▼*/
	div.hover {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	  }

		.hover {
			background-color: rgba(255, 255, 255, 0.6);
			margin: 1%;
			position: absolute;
			left: 0px;
			bottom: -5em;
			width: 98%;
			height: 7em;
			z-index: 10;
		}

			.hover p{
				margin-top: 0px;
				border-style: none;
				padding: 0px;
				margin-left: 1%;
				margin-right: 1%;
				margin-bottom: 0px;
				width: 98%;
				display: block;
				overflow: hidden;
			}

				p.date {
					font-size: 0.6em;
					font-weight: normal;
					text-align: right;
					line-height: 1.2em;
					height: 1.2em;
				}

				p.ttl {
					font-size: 0.9em;
					font-weight: bold;
					text-align: center;
					line-height: 1.5em;
					height: 1.5em;
				}

				p.cap {
					height: 4.5em;
					font-size: 0.8em;
					font-weight: normal;
					line-height: 1.2em;
					text-align: left;
				}

			a.info_block:hover div {
				bottom: 0px;
			}

		img.info_img {
			margin: 0 auto;
			border-style: none;
			padding: 0px;
			width: 100%;
			height: auto;
			z-index: 5;
			display: block;
		}

	p.infomation_cat {
		font-size: 0.8em;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		vertical-align: baseline;
		line-height: 1.2em;
		letter-spacing: 2px;
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 1.2em;
		z-index: 5;
		right: 0px;
	}

	div.search_window {
		font-size: 1em;
		font-weight: normal;
		text-decoration: none;
		color: #4c4c4c;
		text-align: center;
		line-height: 2em;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 2em;
		clear: both;
		display: block;
	}

		.search_window select {
			margin: 0px;
			padding: 0px;
			width: 100%;
			height: 2em;
			display: block;
		}

		.search_window input {
			width: 100%;
			height: 1.6em;
			display: block;
		}

		input.submit {
			margin-top: 0px;
			padding: 0px;
			margin-left: 5%;
			margin-right: 5%;
			margin-bottom: 0px;
			width: 90%;
			height: 2em;
			display: block;
		}

	div.search_obj {
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 33%;
		float: left;
		display: block;
	}

		div.search_obj_ttl {
			width: 100%;
			height: 1.5em;
			display: block;
		}

div.info_list_body_2 {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	display: block;
}

	a.info_block2 {
		font-weight: normal;
		text-decoration: none;
		margin: 0px;
		border-width: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		display: block;
	}

	div.info_list_line2 {
		vertical-align: middle;
		line-height: 2em;
		margin-top: 0px;
		border-top-style: none;
		padding: 0px;
		margin-left: 0px;
		border-left-style: none;
		margin-right: 0px;
		border-right-style: none;
		margin-bottom: 3px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #C0C0C0;
		width: 100%;
		clear: both;
		display: block;
	}

		div.info_list_line2_obj {
			font-weight: normal;
			text-decoration: none;
			color: #000000;
			vertical-align: middle;
			line-height: 2em;
			margin: 0px;
			border-style: none;
			padding: 0px;
			height: 2em;
			display: block;
		}

			div#date {
				background-color: #e6e6e6;
				margin-left: 1%;
				margin-right: 1%;
			}

			div#cat {
				margin-left: 1%;
				padding-left: 1%;
				margin-right: 1%;
				padding-right: 1%;
			}

			div#cap {
				text-indent: 10px;
				margin-left: 1%;
				margin-right: 1%;
				display: block;
				overflow: hidden;
			}

	div.hover {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	  }

	a.info_block {
		text-decoration: none;
		color: #000000;
		margin: 1%;
		border-width: 0px;
		border-style: none;
		padding: 0px;
		position: relative;
		width: 98%;
		display: block;
		justify-content: center;
		overflow: hidden;
	}

				p.date {
					font-size: 0.6em;
					font-weight: normal;
					text-align: right;
					line-height: 1.2em;
					height: 1.2em;
				}

				p.ttl {
					font-size: 0.9em;
					font-weight: bold;
					text-align: center;
					line-height: 1.5em;
					height: 1.5em;
				}

				p.cap {
					height: 4.5em;
					font-size: 0.8em;
					font-weight: normal;
					line-height: 1.2em;
					text-align: left;
				}

			a.info_block:hover div {
				bottom: 0px;
			}

	p.infomation_cat {
		font-size: 0.8em;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		vertical-align: baseline;
		line-height: 1.2em;
		letter-spacing: 2px;
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 1.2em;
		z-index: 5;
		right: 0px;
	}

	div.search_window {
		font-size: 1em;
		font-weight: normal;
		text-decoration: none;
		color: #4c4c4c;
		text-align: center;
		line-height: 2em;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 2em;
		clear: both;
		display: block;
	}

		.search_window select {
			margin: 0px;
			padding: 0px;
			width: 100%;
			height: 2em;
			display: block;
		}

		.search_window input {
			width: 100%;
			height: 1.6em;
			display: block;
		}

		input.submit {
			margin-top: 0px;
			padding: 0px;
			margin-left: 5%;
			margin-right: 5%;
			margin-bottom: 0px;
			width: 90%;
			height: 2em;
			display: block;
		}

	div.search_obj {
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 33%;
		float: left;
		display: block;
	}

		div.search_obj_ttl {
			width: 100%;
			height: 1.5em;
			display: block;
		}

	.info_caption img{
		width: 100%;
		display: block;
	}

/*▲ INFOMATION ▲*/

/*▼ PDF ▼*/
	div.pdf_backnum {
		margin: 0px;
		border-width: 1px;
		border-style: solid;
		border-color: #C0C0C0;
		padding: 0px;
		width: 100%;
		height: 6em;
		float: none;
		clear: both;
		display: block;
		overflow: auto;
	}

	a.pdf_backnum {
		font-size: 0.9em;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
		text-align: center;
		vertical-align: middle;
		line-height: 1.5em;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #DCDCDC;
		height: 1.5em;
		display: block;
	}

	a.top_pdf img{
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		display: block;
	}

	p.top_pdf {
		font-size: 0.9em;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
		text-align: center;
		vertical-align: middle;
		line-height: 1.5em;
		letter-spacing: 1px;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 2em;
		display: block;
	}

	p.top_pdf_text {
		font-size: 0.9em;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		background-color: #e6e6e6;
		text-align: center;
		vertical-align: middle;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 2em;
		display: block;
	}

	embed.thum_pdf {
		width: 100%;
		height: 600px;
		display: block;
	}
/*▲ PDF ▲*/

/*▼ FOOTER ▼*/
	div.footer_main {
		margin: 5px auto;
		border-style: none;
		padding: 0px;
		width: 100%;
		display: block;
	}

		div.footer_top {
			margin: 0px;
			border-style: none;
			padding: 0px;
			width: 100%;
			height: 80px;
			display: block;
		}

			div.footer_link_box {
				font-size: 0.9em;
				font-weight: normal;
				text-decoration: none;
				color: #ffffff;
				text-align: center;
				vertical-align: middle;
				line-height: 1.2em;
				margin-top: 0px;
				border-style: none;
				padding: 0px;
				margin-left: 0px;
				margin-right: 20px;
				margin-bottom: 0px;
				height: 100%;
				float: left;
				z-index: 70;
				display: none;
			}

			.footer_link_box a{
				font-weight: normal;
				text-decoration: none;
				color: #ffffff;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
			}

				a.footer_link_box:hover {
					font-weight: normal;
					text-decoration: none;
					color: rgba(0, 0, 255, 0.7);
				}

		div.footer_bottom {
			font-size: 0.7em;
			text-align: left;
			vertical-align: middle;
			line-height: 1em;
			letter-spacing: 1px;
			margin: 0px;
			border-style: none;
			padding: 0px;
			width: 100%;
			height: 1em;
			display: block;
		}


	img.footer_flag {
		margin: 10px;
		border-style: none;
		padding: 0px;
		position: absolute;
		width: 40%;
		height: auto;
		right: 0px;
		bottom: 20px;
	}

/*▲ FOOTER ▲*/


/*▼ MAIL FORM ▼*/
	div.input_line {
		line-height: 2em;
		margin-top: 1px;
		margin-bottom: 1px;
		width: 100%;
		clear: both;
		display: block;
	}

		div.fld_name {
			font-size: 0.9em;
			color: #ffffff;
			background-color: #ff8080;
			text-indent: 3px;
			width: 100%;
			display: block;
		}

		div.fld_input {
			width: 100%;
			display: block;
		}

		div.signal {
			font-size: 1em;
			text-align: center;
			vertical-align: middle;
			line-height: 2em;
			margin: 0 auto;
			margin-bottom: 10px;
			width: 100%;
			height: 2em;
			display: block;
		}

			div.signal_c {
				margin: 0px;
				border-width: 1px;
				border-style: solid;
				border-color: #808080;
				padding: 0px;
				width: 32%;
				height: 2em;
				float: left;
				display: block;
			}

			div#signal_n {
					background-color: #ffffdc;
			}

		/* Input */
		input.mf {
			vertical-align: middle;
			line-height: 2em;
			width: 99.4%;
			height: 2em;
			display: block;
		}

		textarea.mf {
			line-height: 2em;
			width: 99%;
			height: 150px;
			display: block;
		}

		select.mf {
			line-height: 2em;
			width: 100%;
			height: 2.5em;
			display: block;
		}

		#send_btn {
			width: 120px;
			height: 2em;
			float: left;
		}
/*▲ MAIL FORM ▲*/

