@charset "UTF-8";
/* =========================================================
 * common
========================================================= */
body {
  font-size: 14px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.2;
  background:#fff;
}
#wrapper{
	width:100%;
	min-width:980px;
}
.inner{
	width:980px;
	margin:0 auto;
}
.contents{
	background:#fff;
	padding:30px 0 70px 0;
}
.leftColumn{
	width:640px;
	float:left;
}
.rightColumn{
	width:300px;
	float:right;
}
.rightColumn .categoryBox{
	margin-top:15px;
	background:url(../img/img_sidecategory_under.gif) no-repeat center bottom;
	padding-bottom:13px;
}
.rightColumn .categoryBox ul{
	border-top:4px solid #000;
	border-left:4px solid #000;
	border-right:4px solid #000;
}
.rightColumn .categoryBox ul li{
	border-bottom:2px dotted #c1c1c1;
}
.rightColumn .categoryBox ul li.last{
	border:none;
}
.rightColumn .bannerArea li{
	margin-top:20px;
}
.rightColumn .bannerArea li p{
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	padding: 0 5px;
	text-align: justify;
}
.rightColumn .bannerArea li img{
	display: block;
	margin: 10px auto;
}
.pagetop{
	text-align:right;
	margin-top:80px;
}
.tagArea{
	margin-top:85px;
}
.tagArea.mb60{
	margin-bottom:70px;
}
.tagArea ul{
	margin-top:30px;
}
.tagArea ul li{
	float:left;
	margin-right:17px;
}
.tagArea ul li.last{
	float:right;
	margin-right:0;
}

/* =========================================================
 * header
========================================================= */
header{
	width:100%;
	height:60px;
	position:relative;
	z-index:100;
	padding:25px 0;
}
header h1{
	float:left;
}
nav{
	float:right;
	width:690px;
	margin-top:13px;
}
nav p{
	float:left;
	margin-right:10px;
}
nav p.last{
	margin-right:0;
}
.second header{
	background:#000;
}
nav .pulldown{
	position:relative;
	z-index:150;
	width:174px;
	float:left;
	margin-right:10px;
}
nav .pulldown .service{
	background:url(../img/btn_gnavi01.png) no-repeat;
}
nav .pulldown .company{
	background:url(../img/btn_gnavi02.png) no-repeat;
}
nav .pulldown p{
	width:174px;
	height:35px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
nav .pulldown p a{
	width: 100%;
	height: 100%;
	display:block;
}
nav .pulldown .service.onmouse{
	background:url(../img/btn_gnavi01_on.png) no-repeat!important;
}
nav .pulldown .company.onmouse{
	background:url(../img/btn_gnavi02_on.png) no-repeat!important;
}
nav .pulldown ul{
	position:absolute;
	top:35px;
	display:none;
	width:174px;
	z-index:200;
}
nav .pulldown ul li{
	border-bottom:2px solid #000;
	width:174px;
	height:33px;
	background:#f0f0f0;
}
nav .pulldown ul li.last{
	border:none;
}

.flex-center{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	float: none;
}

/* =========================================================
 * footer
========================================================= */
footer{
	width:100%;
	background:#000;
	padding:25px 0;
}
footer h2{
	width:212px;
	float:left;
}
footer .rightMenu{
	float:right;
	width:718px;
	color:#fff;
}
footer .rightMenu dl{
	float:left;
	margin-right:52px;
	padding-top:18px;
	padding-left:0!important;
	border:none!important;
}
footer .rightMenu dt{
	font-size:24px;
	margin-bottom:18px;
}
footer .rightMenu dd{
	font-size:14px;
	margin-bottom:10px;
}
footer .rightMenu .m01{
	width:140px;
}
footer .rightMenu .m02,
footer .rightMenu .m03,
footer .rightMenu .m04{
	width:140px;
}
footer .rightMenu .m04{
	margin-right:0;
	float:right;
}
footer .under{
	text-align:right;
	padding:20px 0 0 0;
}
footer .under ul,
footer .under ul li{
	float:left;
}
footer .under ul li{
	font-size:11px;
	margin-right:15px;
}
footer .under address{
	float:right;
	color:#fff;
	font-size:10px;
}
footer a:link,
footer a:visited,
footer a:active{
	color:#fff;
	text-decoration:none;
}
footer a:hover{
	color:#eee;
	text-decoration:underline;
}