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

/* ------------------------------
   html, body
------------------------------ */

body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	background-image: url(../img/htmlbg2.jpg);
	margin: 0 auto;
}
/* ------------------------------
   wrapper
------------------------------ */


.wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

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

@media(min-width:1000px) {
.main_image img {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
}
.header2 {
	height: 50px;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	text-align: left;
	background-color: transparent;
	background-image: url(../img/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
header {
	width: 1000px;
	height: 50px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000000;
}
}

@media(max-width:999px) {
.main_image img {
	display: block;
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 1000px;
	height: 50px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000000;
}
}
header a {
	color: #ffffff;
}
header a:hover {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
	letter-spacing: 7px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
/* ------------------------------
   nav
------------------------------ */
.nav {
	position: absolute;
	top: 10px;
	left: 20px;
}
.nav li {
	float: left;
	font-size: 12px;
	text-align: center;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
.nav li:hover {
	background-color: #363636;
}
.nav li a {
	display: block;
}
.nav1 {
	width: 119px;
	height: 28px;
	border-left: 1px solid #bababa;
	padding-top: 5px;
}
.nav2 {
	width: 120px;
	height: 28px;
	border-left: 1px solid #bababa;
	padding-top: 5px;
}
.nav3 {
	width: 120px;
	height: 28px;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	padding-top: 5px;
}
/* ------------------------------
   article
------------------------------ */
.midashi {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: bold;
	width: 100%;
	background: url(../img/index_bg_line.png) repeat-x center;
	background-position: bottom;
}
article {
	width: 970px;
	margin: 20px 15px;
}
article .leftBox1 {
	float: left;
	width: 700px;
	margin-top: 25px;
	margin-right: 30px;
}
article .rightBox1 {
	float: left;
	width: 240px;
}
article .leftBox2 {
	float: left;
	width: 700px;
	margin-top: 40px;
	margin-right: 30px;
}
article .rightBox2 {
	float: left;
	width: 240px;
	margin-top: 40px;
}
article .leftBox3 {
	float: left;
	width: 700px;
	margin-top: 40px;
	margin-right: 30px;
}
article .rightBox3 {
	float: left;
	width: 240px;
	margin-top: 40px;
}
article .leftBox4 {
	float: left;
	width: 700px;
	margin-top: 40px;
	margin-right: 30px;
}
article .rightBox4 {
	float: left;
	width: 240px;
	margin-top: 40px;
}
/* ------------------------------
   top page 4koma
------------------------------ */
.guideline{
	margin-top:20px;
}
.guideline li{
	float:left;
	width:340px;
	height:40px;
	/*border:1px solid #bababa;*/
	text-align:center;
}
.guideline li:nth-child(2){
	margin-left:20px;
}
.guideline li a img:hover{
	opacity:0.7;
}

/* ------------------------------
   top page お知らせ欄
------------------------------ */
.space2a {
	float: left;
	width: 700px;
	margin-right: 28px;
	border: 1px solid #bababa;
}
.space2a .news_list {
	width: 700px;
	height: 325px;
	overflow-y: scroll;
}
.space2a .news_list li:first-child {
	border-bottom: 1px dotted #bababa;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	width: 655px;
}
.space2a .news_list li:not(:first-child) {
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	width: 655px;
}
.space2a .news_list li .date {
	float: left;
	width: 80px;
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1.8;
}
.space2a .news_list li .date span {
	color: #FF0004;
	font-weight: bold;
	border: 1px solid #FF0004;
	padding: 0 3px;
}
.space2a .news_list li .img_detail {
	float: left;
	width: 100px;
	margin-right:25px;
	margin-bottom:5px;
}
.space2a .news_list li .img_detail img{
	display:block;
	width: 100px;
}
.space2a .news_list li .detail {
	float: left;
	width: 450px;
}
.space2a .news_list li .detail span {
	color: #FF0004;
}
.space2a .news_list li .detail span a {
	color: #FF0004;
}
.space2a .news_list li .detail a:hover {
	text-decoration: underline;
}



.space2x {
	float: left;
	width: 700px;
	margin-right: 28px;
	margin-bottom:20px;
	border: 1px solid #bababa;
}
.space2x .news_list {
	width: 700px;
	height: 1800px;
	overflow-y: scroll;
}
.space2x .news_list li:first-child {
	border-bottom: 1px dotted #bababa;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	width: 655px;
}
.space2x .news_list li:not(:first-child) {
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	width: 655px;
}
.space2x .news_list li .date {
	float: left;
	width: 80px;
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1.8;
}
.space2x .news_list li .date span {
	color: #FF0004;
	font-weight: bold;
	border: 1px solid #FF0004;
	padding: 0 3px;
}
.space2x .news_list li .img_detail {
	float: left;
	width: 100px;
	margin-right:25px;
	margin-bottom:5px;
}
.space2x .news_list li .img_detail img{
	display:block;
	width: 100px;
}
.space2x .news_list li .detail {
	float: left;
	width: 450px;
}
.space2x .news_list li .detail span {
	color: #FF0004;
}
.space2x .news_list li .detail span a {
	color: #FF0004;
}
.space2x .news_list li .detail a:hover {
	text-decoration: underline;
}


/* ------------------------------
   検索BOX
------------------------------ */

.searchbox{
	width:220px;
	padding: 5px 10px;
    border-radius: 100px;
	border:1px solid #bababa;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.submit_button{
	margin-top:3px;
	text-align:right;
}

/* ------------------------------
   top page イベントスライダー
------------------------------ */
.slider {
	margin-bottom: 20px;
}
.slider p {
	text-align: center;
	font-size: 12px;
}
.slider img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------
   top page 公式アカウント
------------------------------ */
.koushiki_btn {
	margin-bottom: 20px;
}
.koushiki_btn li {
	width: 100%;
}
.koushiki_btn li img {
	display: block;
	width: 100%;
}
.koushiki_btn li img:hover {
	opacity: 0.8;
}
/* ------------------------------
   top page リンク一覧
------------------------------ */
.link_btn {
	margin-bottom: 50px;
}
.link_btn li {
	float: left;
	width: 173px;
	margin-right: 13px;
}
.link_btn li img {
	display: block;
	width: 100%;
}
.link_btn li img:hover {
	opacity: 0.8;
}


/* ------------------------------
   footer
------------------------------ */
.non{
		  width:280px;
		  margin-left:auto;
		  margin-right:auto;
		  margin-top:15px;
	  }
	  .non li div{
		  display:block;
	  }


@media(max-width:999px) {
.footer2 {
	width: 1000px;
	height: 120px;
	background-color: #000000;
}
}

@media(min-width:1000px) {
.footer2 {
	height: 120px;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	text-align: left;
	background-color: transparent;
	background-image: url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
}
footer {
	color: #ffffff;
	margin-top: 50px;
}
.footer_text {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 40px;
}
.footer_text a {
	display: block;
	color: #ffffff;
}
.footer_text a:hover {
	text-decoration: none;
}
.footer_text li {
	display: block;
	float: left;
	font-size: 12px;
	width: 25%;
	text-align: center;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.footer_text li:hover {
	background-color: #363636;
}
.copy {
	text-align: center;
	font-size: 10px;
	color: #939191;
	padding-top: 40px;
}
