@charset "utf-8";
/*-------------------------------------------
/*	common
/*------------------------------------------*/
*{
	padding:0;
	margin:0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	text-align:justify;
	text-break:strict;
	text-decoration:none;
	text-justify:distribute;
}

a{
	text-decoration:none;
}

a:link
{
	text-decoration: none;
	color: #3399FF;
}
a:visited
{
	text-decoration: none;
	color: #3399FF;
}
a[href]:hover
{
	text-decoration: none;
	color: #CC0000;
}

ul{
	list-style-type:none;
}

img{
	border:none;
}
h2{
	position: relative;
	text-align: center;
	font-size:25px;
	margin-bottom: 20px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
h2::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	background: linear-gradient(-45deg, transparent, #000 10%, #000 90%, transparent);
}
h2 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	text-align: left;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/*-------------------------------------------
/*	rayout
/*------------------------------------------*/

#wrapper{
	margin:0 auto;
	width:1230px;
	border-left:solid #999 1px;
	border-right:solid #999 1px;
}

#header{
	height:41px;
	line-height:41px;
	border-bottom:solid #999 1px;
	vertical-align:bottom;
	padding:4px 0px;
}

img#fw_logo{
	float:left;
	width:178px;
	height:40px;
}

#header ul{
	line-height:40px;
	vertical-align:bottom;
	float:right;
	width:350px;
}

#header ul li{
	float:left;
	height:20px;
	margin-top:10px;
}

#menu{
	width:155px;
	float:left;
}

#menu ul li{
	list-style-type:none;
	margin:5px 0px 0px 8px;
	width:130px;
	height: 19px;
}

#menu ul li a{
	display:block;
	width:130px;
	height: 19px;
	background-color:#FFF;
	border:groove #6CF 3px;
	text-align:center;
}

#menu ul li a:hover{
	background-color:#39F;
	border:solid #ADF 3px;
	color:#FFF;
}

#menu ul li a.wf{
	display:block;
	width:130px;
	height: 19px;
	background-color:#FFBBBB;
	border:groove #6CF 3px;
	text-align:center;
}

#menu ul li a.wf:hover{
	background-color:#DD9999;
	border:solid #ADF 3px;
	color:#FFF;
}

#container{
	width:800px;
	padding:4px 0px;
	float:left;
}

#container_left{
	width:500px;
	text-align:center;
	margin-right:10px;
	float:left;
}

.newsboard{
	width:795px;
	margin-top:22px;
	border-collapse:collapse;
	border-left:solid #666 1px;
	border-right:solid #666 1px;
	border-bottom:solid #666 1px;
	margin-bottom:20px;
}

.newshead{
	height:30px;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	/*background:url(../image/top/newshead.png);*/
	background:#2499ff;
	color:#FFF;
	text-align:center;
	border:hidden;
}

.newshead_line{
	text-align:left;
	border-bottom:dotted 1px;
	padding:2px 10px;
	height: 20px;
}

.main_b{
	margin-top:2px;
}

#common_container{
	width:895px;
	float:right;
}

#common_container h4{
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#common_container h3{
	font-size: 20px;
	margin: 10px 10px;
}

#common_container p{
	font-size: 18px;
}

#common_container ul{
	font-size: 16px;
	margin: 0 20px;
}

#t_cont{
	width:265px;
	margin-top:10px;
	padding-right: 10px;
	float:left;
}

#product_b{
	width:125px;
	/*float:right;*/
	float: left;
}

#product_b ul{
	margin-top:4px;
}

#product_b li{
	margin-top:2px;
}
.banner_area{
	clear: both;
	
	margin-left: 155px;
	padding-right: 10px;
}
.banner_area img{
	display: block;
}
.banner_area ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.banner_area ul li{
	padding-right: 30px;
}
.banner_area ul li:last-child{
	padding-right: 0px;
}
.banner_area img{
	display: inline-block;
	width: 100%;
}
.banner_area .flex_around{
	 justify-content: flex-start;
}
.banner_area a img:hover{
	opacity: 0.5;
}
#footer{
	clear:both;
	background:#2499ff;
	text-align:right;
}

.big{
	font-size:large;
}