:root {
	--menu-col1: orange;
	--menu-col2: #ef9500;
}

body {
	background: #FFFFFF url("../img/common/bgBody1.jpg") top left repeat-x;
	text-align: center;
	font-size: 13px;
	color: #333333;
	line-height: 150%;
	font-family: initial;
}

h1 {
	padding:10px 0 10px 0;
	margin:0px;
}

h3 {
	padding:10px 15px 10px 15px;
	margin:10px 0px 10px 0;
	border-bottom:1px dotted #aaaaaa;
	border-top:1px dotted #aaaaaa;
	background-color:#f9f9f9;
}

h4 {
	font-size:100%;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0px;
}

h2,h5 {
	font-size:100%;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#headArea ul,
#headArea li {
	padding:0px;
	margin:0px;
}

li{
	list-style:none;
}

th{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	line-height:160%;
	font-size:100%;
}

td{
	vertical-align:top;
	font-weight:normal;
	line-height:160%;
	font-size:100%;
}

img{
	vertical-align:top;
	border:none;
}
.clr{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0;
}
.boxL{
	float:left;
}
.boxR{
	float:right;
}
.pagetop{ /*2024/3 ウェブアクセスビリティ対応のためページ先頭への戻りボタンを施す */
	padding:1px 0px 1px 0px;
	height:23px;
	text-align:right;
}

/* link
------------------------------------------------------------ */
a{
	color:#01498E;
	text-decoration:underline;
}
a:visited{
	color:#01498E;
	text-decoration:underline;
}
a:active{
	color:#01498E;
	text-decoration:underline;
}
a:hover{
	color:#2279CA;
	text-decoration:none;
}

/* layout
------------------------------------------------------------ */
#wrap{
	width:950px;
	margin:0px auto;
	text-align:center;
}
#contentsArea{
	width:950px;
	text-align:left;
	padding:12px 0px 0px 0px;
}
#headArea{
	width:950px;
}
#footArea{
	background:#333333;
}
.footer{
	width:950px;
	margin:0px auto;
	text-align:center;
}
.footer p{
	padding:24px 24px 24px 0px;
	float:right;
}

/* navi 2024/03 Webアクセスビリティ対応のため文字色と太さ変更
------------------------------------------------------------ */

.navi{
	width: 950px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	padding: 15px 0px 0px 0px;
	text-align: left;
}
.navi a{font-weight: normal; COLOR: #FFFFFF; TEXT-DECORATION: none
}
.navi a:hover{font-weight: normal; COLOR: #FFFFFF; TEXT-DECORATION: underline
}

/* common
------------------------------------------------------------ */
.read1{
	width:950px;
	height:auto;
	padding:10px 0px 10px 0px;
	text-align:left;
}

.content{
	width:690px;
	float:right;
}
.content p {
	letter-spacing: 0.05em;
}
.content > p:first-child {
	margin: 0 0 13px 0;
	font-weight: 500;
}
.content > h3:first-child {
	margin: 0 0 10px 0;
}

.contentTop{
	width:690px;
	float:left;
}

.contWrap{
	border:1px solid #E5E5E5;
	padding:12px 12px 8px 12px;
	height:100%;
}

/* header
------------------------------------------------------------ */
#headArea ul li{
	float:left;
}
#headArea .boxL{
	padding:10px 0px 0px 0px;
}
#headArea .boxL a{
	/*background:#FFFFFF url("../img/common/logo.jpg") top left no-repeat;*/
	width:370px;
	height:90px;
	display:block;
	outline:none;
}
#headArea .boxL h1{
	text-indent:-1000em;
}
#headArea .boxR{
	padding:33px 0px 0px 0px;
}
#headArea .boxR ul.headMenu01{
	padding:0px 0px 0px 162px;
}
#headArea .boxR ul.headMenu01 a.cn {
	padding:0px 0px 0px 162px;
	text-decoration: none;
	color: white;
}
#headArea .boxR ul.headMenu02{
	padding:14px 0px 11px 65px;
}
#headArea .boxR ul.headMenu02c {
	padding:14px 0px 11px 175px;
}
#headArea .boxR ul.headMenu01 li,
#headArea .boxR ul.headMenu02 li{
	padding:0px;
	line-height:100%;
}

/* footer
------------------------------------------------------------ */
#copyright {
	width:940px;
	padding: 24px 10px 24px 0;
	text-align: right;
	font-size: 14px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto ;
}

/* top
------------------------------------------------------------ */
.top{
	padding:0px 0px 30px 0px;
}

/* business
------------------------------------------------------------ */
div.businessBox{
	padding:0px 0px 20px 15px;
}
div.businessBox > p:first-child {
	margin: 0 0 13px 0;
}
div.businessBox > p:last-child {
	margin: 13px 0 0 0;
}
div.businessBox ul {
	margin: 5px 0 0 0;
	padding: 0;
}
div.businessBox ul li {
	margin: 0 0 10px 0;
	padding-left: 1.5em;
}
div.businessBox ul li > p:first-child {
	margin: 0 0 13px 0;
}

div.businessBox span{
	font-size:83.3%;
}
div.businessBox .imgCenter{
	text-align:center;
}
h3.business {
	position: relative;
	display: inline-block;
	width: 660px;
	font-size: 15px;
	background: linear-gradient(90deg, #ffcc66, #ffe000);
}
h3.business2 {
	position: relative;
	display: inline-block;
	width: 660px;
	font-size: 15px;
	padding: 7px 15px 7px 15px;
	background: linear-gradient(90deg, #ffcc66, #ffe000);
}
div.businessBox h4{
	font-size:100%;
	line-height:120%;
	font-weight:bold;
	padding:8px 0px 0px 0px;
	margin:0px;
}

div.businessBox ul.businessList li {
	float:left;
	width:170px;
	padding: 0 0 0 0;
}
div.businessBox ul.businessList li.end {
	width:144px;
}
div.businessBox ul.businessList li img {
	padding-bottom:4px;
}
div.businessBox ul.businessList{
	padding:12px 0px 20px 0px;
}
div.businessBox ul.businessList li span{
	padding-right: 12px;
	font-size: 0.92em;
	letter-spacing: -0.03em;
}
div.businessBox figure {
	float: left;
    width: calc(50% - 20px);
    margin: 0 40px 20px 0;
	width: 295px;
}
div.businessBox figure img {
	width: 100%;
}
div.businessBox figure figcaption {
	text-align: center;
}


table.businessPhotoList td{
	padding:0px 50px 25px 0px;
}
table.businessPhotoList td img{
	padding:0px 0px 4px 0px;
}
table.business01{
	margin:0px 0px 12px 0px;
}
table.business01 td{
	padding:0px 30px 0px 0px;
	letter-spacing: -0.02em;
}
table.business02{
	width:100%;
}
table.business02 th{
	text-align:center;
	padding:4px 6px 4px 6px;
	vertical-align:middle;
}
table.business02 td{
	text-align:center;
	padding:0px 6px 4px 6px;
}
table.business02 td img{
	padding-bottom:8px;
}
table.business03 td{
	text-align:center;
	padding:4px 6px 4px 6px;
}

/* etc
------------------------------------------------------------ */

#wrap:after,
#contentsArea:after,
#headArea:after,
#footArea:after
{
	display: block;
	clear: both;
	height: 0;
}

#wrap,
#contentsArea,
#headArea,
#footArea
{
	position:relative;
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html #wrap,
* html #contentsArea,
* html #headArea,
* html #footArea
{
	height: 1%;
}

#wrap,
#contentsArea,
#headArea,
#footArea
{
	position:relative;
	display: inline-table;
	min-height: 1%;
}

/* End hide from IE-mac */

/* business */
a.bbox {
	text-decoration: none;
	color: black;
}

div.bbox1 {
	display: flex;
	border: 1px solid #cccccc;
	height: 152px;
	padding: 10px;
	margin:0 0px 20px 0;
	text-align:left;
	background-color: white;
}
div.bbox1:hover {
	background-color: whitesmoke;
}

div.bbox1 img {
	width: 236px;
	height: 150px;
	margin: 0px 25px 0px 0px;
}
div.bbox1 span {
	font-size: 2em;
	font-weight: 500;
	margin: 0px 10px 20px 0px;
}
div.bbox1 div {
	display: flex;
	flex-flow: column;
}

#bcontentsArea {
	display: flex;
	width:950px;
	text-align:left;
	padding:12px 0px 0px 0px;
}

.bsideMenu {
	width: 238px;
	padding: 0;
	margin: 0 20px 0 0;
	position: relative;
	top: -3px;
	z-index: 1;
	font-size: 12px;
	background-color: white;
}
.bsideMenu ul,
.bsideMenu li {
	padding: 0;
	margin: 0;
}

.bsideMenu .localBana ul li {
	padding-top:10px;
	float:left;
}

.bsideMenu ul a {
	text-decoration: none;
	color: black;
}
.bsideMenu div#side_b2_div {
	width: 236px;
	height: 150px;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
}
.bsideMenu div#side_b3_div {
	width: 236px;
	height: 67px;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
}
.bsideMenu div#side_b2_div:hover,
.bsideMenu div#side_b3_div:hover {
	background-color: whitesmoke;
}

.bsideMenu li#side_b1 {
	width: 220px;
	height: 41px;
	padding: 8px 9px 8px 7px;
	border: 1px #e2e2e2 solid;
	background-color: white;
	position: relative;
}
.bsideMenu li#side_b1:hover {
	color: var(--menu-col2);
	background-color: whitesmoke;
}
/*
.bsideMenu li#side_b1:hover::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 7px;
	width: 9px;
	height: 40px;
	background-color: #ffcc00;
}
*/
.bsideMenu li#side_b1 div {
	height: 40px;
	line-height: 40px;
	border-left: 9px lightgray solid;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 700;
}

.bsideMenu li#side_b2,
.bsideMenu li#side_b3 {
	width: 220px;
	height: 31px;
	padding: 6px 9px 3px 7px;
	background-color: transparent;
	position: relative;
}
.bsideMenu li#side_b2:hover,
.bsideMenu li#side_b3:hover {
	color: var(--menu-col2);
}
.bsideMenu li#side_b2::before,
.bsideMenu li#side_b3::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 7px;
	width: 9px;
	height: 35px;
	background-color: lightgray;
}
/*
.bsideMenu li#side_b2:hover::after,
.bsideMenu li#side_b3:hover::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 7px;
	width: 9px;
	height: 35px;
	background-color: #ffcc00;
}
*/
.bsideMenu li#side_b2 div,
.bsideMenu li#side_b3 div {
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 19px;
	font-size: 1.3em;
	font-weight: 700;
}

.bsideMenu li#side_b2_1,
.bsideMenu li#side_b2_2,
.bsideMenu li#side_b2_3,
.bsideMenu li#side_b2_4,
.bsideMenu li#side_b3_1 {
	width: 220px;
	height: 22px;
	padding: 0px 9px 0px 7px;
	background-color: transparent;
	position: relative;
}
.bsideMenu li#side_b2_1:hover,
.bsideMenu li#side_b2_2:hover,
.bsideMenu li#side_b2_3:hover,
.bsideMenu li#side_b2_4:hover,
.bsideMenu li#side_b3_1:hover {
	color: var(--menu-col2);
}
.bsideMenu li#side_b2_1::before,
.bsideMenu li#side_b2_2::before,
.bsideMenu li#side_b2_3::before,
.bsideMenu li#side_b2_4::before,
.bsideMenu li#side_b3_1::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 27px;
	width: 0px;
	height: 0px;
	border-left: 10px solid lightgray;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: scaleY(0.5);
}
/*
.bsideMenu li#side_b2_1:hover::after,
.bsideMenu li#side_b2_2:hover::after,
.bsideMenu li#side_b2_3:hover::after,
.bsideMenu li#side_b2_4:hover::after,
.bsideMenu li#side_b3_1:hover::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 27px;
	width: 0px;
	height: 0px;
	border-left: 10px solid #ffcc00;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: scaleY(0.5);
}
*/
.bsideMenu li#side_b2_1 div,
.bsideMenu li#side_b2_2 div,
.bsideMenu li#side_b3_1 div {
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 33px;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: -0.05em;
	transform-origin: left;
	transform: scaleX(1);
}
.bsideMenu li#side_b2_3 div {
	width: 210px;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 37px;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: -0.05em;
	transform-origin: left;
	transform: scaleX(0.9);
}
.bsideMenu li#side_b2_4 div {
	width: 210px;
	height: 22px;
	line-height: 16px;
	padding: 3px 0 0 37px;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: -0.05em;
	transform-origin: left;
	transform: scaleX(0.91);
}


/* 詳細はこちら */
a.kochira {
	text-decoration: none;
	color: white;
}
a.kochira h4 {
	text-decoration: none;
	text-align: right;
	color: white;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 4px 9px 3px 0px;
	margin-left: calc(100% - 98px);
	background: linear-gradient(180deg, #505050, #808080);
	border: gray 1px solid; /*境界線の指定*/
	border-radius: 5px;
}
a.kochira h4:hover {
	background: linear-gradient(180deg, #202020, #808080);
}
a.kochira > h4.dblue {
	border: transparent 1px solid; /*境界線の指定*/
	background: linear-gradient(180deg, #006586, #4370e3);
}

/* 詳細はこちら */
a.kochira2 {
	text-decoration: none;
	color: white;
}
a.kochira2 > h4 {
	position: absolute;
	right: 15px;
	top: 6px;
	color: white;
	background: linear-gradient(180deg, #cc7700, #ffc000);
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 3px 10px 2px 10px;
	border: transparent 1px solid; /*境界線の指定*/
	border-radius: 5px;
}
a.kochira2 > h4:hover {
	background: linear-gradient(180deg, #aa5500, #ffc000);
}

a.kochira2 > h4.blue {
	background: linear-gradient(180deg, #2396c3, #43b6e3);
}
a.kochira2 > h4.dblue {
	background: linear-gradient(180deg, #006586, #4370e3);
}
a.kochira2 > h4.gray {
	background: linear-gradient(180deg, #505050, #808080);
}
a.kochira2 > h4.gray:hover {
	background: linear-gradient(180deg, #202020, #808080);
}

.KochiraOya {
	position: relative;
	width: 290px;
	text-align: left;
}


