﻿@charset "UTF-8";

body { font-size: 13px; *font-size: small; /* IE7+ */ *font: x-small; /* IE6- */ }
body { line-height:1.66; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
img{ border:0;}
table { border-collapse:collapse; border-spacing:0; font-size:100%; }

html {
	height: 100%;
}
body {
	text-align:center;
	background: url(../images/bg_all.png) center top no-repeat #000;
	width:100%;
	margin:0 auto;
	line-height:1.6;
	color:#333;
}


#wrap {
	margin: 0 auto;
	text-align: center;
}

#wrap #wrapinner {
	margin: 0 auto;
	width:1000px;
	position:relative;
}

a{ color:#cd0000;}
a:hover{ text-decoration:none;}

.lv{ color:#2ABEFF;}
a:hover{ text-decoration:none;}

.green{ color:#51b944;}

.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}

.mlmr10{ margin-left:10px; margin-right:10px;}
.mlmr20{ margin-left:20px; margin-right:20px;}


/*  コンテンツ
-----------------------------------------------------------*/
#mino{
	position:fixed;
	left:auto;
	top:-460px;
	margin-left:820px;
}

#arrow{
	position:fixed;
	left: auto;
	top: 125px;
	margin-left: 855px;
	cursor:pointer;
}

#mino .inner img{
	position:absolute;
}

#contents {
	clear:both;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:940px;
}

.header{
	position: relative;
	height: 80px;
	width:100%;
	min-width:1000px;
	z-index:10;
	}

.btn_ok{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	}
.btn_sns{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	}
	
.newsbox{
	clear:both;
	margin:0 auto;
	text-align:left;
	padding: 0;
	}

.mb20{margin-bottom:20px;}
.mb35{margin-bottom:35px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.floL{ float:left;}
.floR{ float:right;}


.article{
	padding:50px 58px 20px;
	background:url(../images/bg_body.png) no-repeat;
	}
.article.end{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
	}
	
.article .date{
	font-size:12px;
	padding-left:65px;
	color:#1e1e1e;
	font-weight:bold;
	}
	
.article .title{
	margin-bottom:30px;
	color:#cb0000;
	line-height:1.2;
	font-size:18px;
	padding:0px 10px 40px 65px;
	background:url(../images/title_bg.png) no-repeat left bottom;
	font-weight:bold;
	}
.article .text{
	float:left;
	width:410px;
	font-size:12px;
	margin-left:12px;
	color:#1e1e1e;
	}
.article p{
	font-size:12px;
	}
.article h4{
	font-size:16px;
	font-weight:bold;
	}
.article .photo{
	float:right;
	width:400px;
	}

.footerarea{
	position:relative;
	height:50px;
	}
.text01{
	position:absolute;
	top:0;
	left:20px;
	}
.text02{
	position:absolute;
	top:0;
	right:0;
	}

.bg_bottom{
	margin-bottom:40px;
	}
img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
/*  ページトップ
-----------------------------------------------------------*/
.pagetop {
	text-align:right;
	margin:40px 0;
}



.clearfix:after,
.article:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
.article{
  min-height: 1px;
}

* html .clearfix,
* html .article{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
