@charset "utf-8";
/*
-------------------------------------------------------------------------
	Program Name ：base.css
	Copyright	 ：JPC株式会社
-------------------------------------------------------------------------
	2024.06.14	H.Nakano
*/

/************************************************************
     body
*************************************************************/
body {
	background: repeat;
	color: #666;
	font: 0.75em/1.8em "JPC", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
/************************************************************
     header
*************************************************************/
#header_top {
	background-image: url("../../images/bg_header.jpg");
	background-repeat: repeat-x;
	width: 100%;
}
#header {
	margin: 0 auto;
	width: 960px;
}
#utltynavi {
	float: right;
	margin-top: 17px;
	width: 380px;
}
#utltynavi ul li {
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
	color: #666;
	float: left;
	font-size: 0.9em;
	line-height: 1;
	padding: 0 10px;
	text-decoration: none;
}
#utltynavi ul li a {
	color: #666;
	text-decoration: none;
}
#utltynavi ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#utltynavi ul li.boder_none {
	border-right-style: none;
}
#header_logo {
	float: left;
	margin-bottom: 15px;
	margin-top: 60px;
	width: 270px;
}
#header_logo p {
	color: #666;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 7px;
}
#header_right {
	float: right;
	margin-top: 20px;
	width: 430px;
}
#header_right p {
	margin-right: 10px;
	margin-top: 3px;
	text-align: right;
}
/************************************************************
     nav menu
*************************************************************/
#grovalnav {
	float: right;
	margin-top: 17px;
	width: 650px;
}
ul.nav menu {
	list-style: none;
}
.nav.menu li {
	float: left;
	position: relative;
}
.nav.menu li ul {
	background-color: #004077;
	display: none;
	position: absolute;
	width: 160px;
	z-index: 50;
}
.nav.menu li ul li {
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	margin: 0;
	width: 160px;
}
.nav.menu li ul li a {
	color: #FFF;
	display: inline-block;
	line-height: 1.4em;
	padding: 8px 10px 8px;
	text-decoration: none;
	width: 140px;
}
.nav.menu li ul .corner, .nav.menu li ul .corner a {
	border-bottom-style: none;
}
.nav.menu li ul li a:hover {
	background-color: #1677B8;
	color: #FFF;
	text-decoration: underline;
}
/************************************************************
     slideshow
*************************************************************/
#slideshow {
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	text-align: center;
	width: 960px;
}
#slideshow p img {
	font-size: 1px;
}
/************************************************************
     service_area
*************************************************************/
#service_area {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 15px;
}
.service_box {
	width: 960px;
	margin: 0 auto;
}
/************************************************************
     main_area
*************************************************************/

#main_area {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
/************************************************************
     left_area
*************************************************************/

#left_area {
	width: 630px;
	float: left;
	margin-top: 15px;
}

/************************************************************
     rec_area
*************************************************************/

#right_area {
	float: right;
	width: 297px;
	margin-right: 3px;
}
#rec_box {
	width: 267px;
	margin: 0 auto;
	position: relative;
}
#rec_box .position {
	position: absolute;
	left: 91px;
	top: 210px;
}
#recnav {
	margin-top: 15px;
}
#rec_area {
	background-image: url("../../images/bg_rec.jpg");
	background-repeat: no-repeat;
	height: 229px;
	width: 300px;
	background-position: bottom;
}
#rec_area p {
	margin-top: 15px;
	text-align: left;
}
#recnav ul li a {
	float: left;
	width: 130px;
	text-align: center;
	border: 1px solid #069;
	background-color: #FFF;
	padding: 2px 0;
	color: #666;
	text-decoration: none;
}
#recnav ul li a:hover {
	color: #03C;
}
#recnav ul .left_01 {
	-webkit-border-top-left-radius: 5px;
}
#recnav ul .left_02 {
	-webkit-border-bottom-left-radius: 5px;
}
#recnav ul .right_01 {
	-webkit-border-top-right-radius: 5px;
}
#recnav ul .right_02 {
	-webkit-border-bottom-right-radius: 5px;
}
/************************************************************
     bnr_area
*************************************************************/

#bnr_area {
	background-repeat: no-repeat;
	height: 232px;
	width: 300px;
	margin-top: 20px;
}
#rec_box .rec_btn a {
	height: 29px;
	width: 269px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url("../../images/btn_rec.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#rec_box .rec_btn a:hover {
	background-position: left bottom;
}
#bnr_box {
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	width: 300px;
}
#bnr_box02 {
	width: 122px;
	margin-top: 45px;
	float: left;
}
#bnr_box03 {
	width: 122px;
	float: left;
	margin-top: 30px;
	margin-left: 25px;
}
/************************************************************
     footer_area
*************************************************************/

#footer_area {
	background-image: url("../images/footer_line.jpg");
	background-repeat: repeat-x;
	clear: both;
	margin-top: 30px;
	padding-bottom: 20px;
	width: 100%;
}
#footermenu_area {
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 960px;
}
#footer_area hr {
	border: none;
	border-top: solid 1px #ccc;
	height: 1px;
	margin-bottom: 20px;
}
#footermenu_area ul li {
	font-size: 0.95em;
	line-height: 2em;
	padding-left: 1em;
}
#footermenu_area02 {
	margin: 0 auto;
	width: 960px;
}
#footermenu_area02 h4 {
	float: left;
	padding-bottom: 1em;
}
.footermenu_box h3 {
	background-image: url("../images/footer_arrow.jpg");
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 15px;
}
.footermenu_box_2 h3 {
	background-image: url("../images/footer_arrow.jpg");
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 15px;
}
.footermenu_box_3 h3 {
	background-image: url("../images/footer_arrow.jpg");
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 15px;
}
.footermenu_box_5 h3 {
	background-image: url("../images/footer_arrow.jpg");
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 15px;
}
.adress {
	display: inline-block;
	font-size: 0.9em;
	margin-top: -0.5em;
	padding-left: 3em;
}
.footermenu_box h3 a, .footermenu_box ul li a {
	background-color: #FFF;
	color: #666;
	text-decoration: none;
}
.footermenu_box_2 h3 a, .footermenu_box_2 ul li a {
	background-color: #FFF;
	color: #666;
	text-decoration: none;
}
.footermenu_box_3 h3 a, .footermenu_box_3 ul li a {
	background-color: #FFF;
	color: #666;
	text-decoration: none;
}
.footermenu_box_5 h3 a {
	background-color: #FFF;
	color: #666;
	text-decoration: none;
}
.footermenu_box h3 a:hover, .footermenu_box ul li a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
}
.footermenu_box_2 h3 a:hover, .footermenu_box_2 ul li a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
}
.footermenu_box_3 h3 a:hover, .footermenu_box_3 ul li a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
}
.footermenu_box_5 h3 a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
}
#footermenu_area02 .txt_box {
	width: 200px;
}
#footermenu_area02 ul li {
	float: left;
	margin-left: 20px;
}
#footermenu_area02 ul {
	padding-top: 15px;
}
#footermenu_area02 ul .boader {
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 20px;
}
.footermenu_box, .footermenu_box_2, .footermenu_box_3, .footermenu_box_5 {
	float: left;
	padding-right: 1.5em;
}
.footermenu_box {
	padding-left: 0;
}
.footermenu_box_2, .footermenu_box_3, .footermenu_box_5 {
	padding-left: 6em;
}
#footer_area p.btn {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: right;
	width: 960px;
}
#slideshow {
	height: 275px;
	position: relative;
	width: 960px;
}
#slideshow img {
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 8;
}
#slideshow img.active {
	z-index: 10;
}
#slideshow img.last-active {
	z-index: 9;
}
#header_right p.right {
	float: left;
}
#header_right p.reft {
	float: left;
	width: 199px;
}