@charset "shift_jis";
@import "reset.css";
/* CSS Document */

/* 全体の設定として */
body {
	background:#000;
	color:#fff;
}

div.clearline {
	clear:both;
}
div#contents {
	width:1000px;
	margin:auto;
}
.red {
	color:#f00;
}
.yellow {
	 color:#FF0;
}
.center {
	text-align:center;
}
/* ヘッダー */

div#h {
	clear:both;
	padding:0;
}

#h h1 {
	margin: 0 0 0 5px;
	padding:0;
	float:left;
}

div#h_r {
	float:right;
	margin:5px;
}
div#h_n {
	clear:both;
	border-top:2px outset #fff;
	margin: 5px 0 5px 0;
}


div#rate {
	background:#fff;
	color:#c00;
	text-align:center;
	padding:2px;
	font-size:10pt;
	width: 240px;
	margin-left:5px;
	margin-top:2px;
	float:left;
	font-weight: bold;
}

#h_n ul {
	width: 1000px;
	float: right;
	margin:5px 0 0 0;
	text-align:right;
}
#h_n li {
	display: inline;
	margin-left:15px;
	font-size: 11pt;
	font-weight: bold;
	margin-right: 15px;
}

#h_n a:link, #f a:link {
	text-decoration:none;
	color:#fff;
}
#h_n a:visited, #f a:visited {
	text-decoration:none;
	color:#fff;
}
#h_n a:hover, #f a:hover {
	background: #fff;
	color:#333;
	text-decoration:none;
}
#h_n a:active, #f a:active {
	background: #fff;
	color:#333;
	text-decoration:none;
}

div#b {
	clear:both;
	margin-top:45px;
}

div.top_bn a:link { }
div.top_bn a:visited { }
div.top_bn a:hover { padding:0}
div.top_bn a:active { }

div.h_ban {
	margin:10px auto 10px auto;
	font-size:10pt;
}
/* 左ナビ部分 */

div#l {
	width:200px;
	margin:5px 0 25px 0;
	float:left;
	padding:0;
}

#l img {
	vertical-align:middle;
}
div#mt {
	font-size:10pt;
	text-align:right;
}

#l ul {
	margin:0;
	padding:0;
}

li.l_cd {
	margin:0 0 5px 0;
	list-style:none;
}

.l_cd ul {
	margin:0;
	padding:0;
	font-size:10pt;
	border-right:2px solid #fff;
}
.l_cd  li {
	margin:0 0 5px 20px;
	padding-top:5px;
	font-size:10pt;
	font-weight:bold;
	line-height:110%;
	list-style-image:url(../img/listimg.gif);

}

.l_cd  a:link {
	text-decoration:none;
	color:#fff;
}
.l_cd  a:visited {
	text-decoration:none;
	color:#fff;
}
.l_cd  a:hover {
	background: #fff;
	color:#333;
	text-decoration:none;
}
.l_cd  a:active{
	background: #fff;
	color:#333;
	text-decoration:none;
}


/*　トップページ真ん中用 */

div#m {
	width:500px;
	margin:5px 0 0 20px;
	float:left;
}

div#m_top {
	clear:both;
	margin: 20px 0 20px 0;
}




/*　フッター用 */


/*
div#f {
	clear:both;
	text-align:right;
	padding-right:5px;
	font-size:10pt;
	border-top:outset 2px #fff;
	width:1000px;
}
*/

div#f {
	clear:both;
	color: #000;
	padding: 40px 0;
	background: #eeeeee;
	font-size: 14px;
}		
	div#f a{
	color: #000!important;
	text-decoration: none;
	}
		
	div#f a:hover{
		opacity: 0.7;
		background: none;
	}

div#f .f_item:first-of-type{
	width: 50%;
}
div#f .f_item:nth-of-type(2){
	width: 43%;
	display: flex;
	justify-content: space-between;
}
div#f .f_item ul{
	display: inline-block;
}
div#f .f_item img{
	width: 35%;
}

div#f .f_item ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 1000;
  content: "\f138";
  color: #000;
	margin-top: 2px;
}
		
div#f .f_item ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 18px;
}
div#f .f_item ul li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 15px;
}	
		
div#f .f_sns{		
	text-align: right;
	margin-top: 25px;
}
		
		
div#f .f_sns i{
	font-weight: 900;
	font-size: 2em;
	margin-left: 15px;
}
		
.footer_content{
	display: flex;
	justify-content: space-between;
	color: #000;
	width: 1005px;
	margin: 0 auto;
}

.f_copy{
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin:10px 0;
}