:root {
	--menu-col1: #966ab7;
	--menu-col2: darkorchid;
}

body {
	background: #FFFFFF url("../img/common/bgBody1.jpg") top left repeat-x;
	text-align: center;
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: 13px;
	color: #333333;
	line-height: 150%;
}

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

h3{
	padding:10px 0 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;
}

.text4green {font-size: 14px; line-height: 22px;  text-decoration:none; color:#008086; font-weight:bold;}/*5147B5*/
.textw { text-decoration:none; color:#ffffff;}

ul,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:first-child,
.content #box2 > p:first-child {
	margin: 0 0 13px 0;
	font-weight: 500;
}

.content .box2a > p:first-child,
.content .box2c > p:first-child {
	margin: 0 0 13px 0;
}

.content #box5,
.content #box6 {
	display: flex;
}
.content #box5 div,
.content #box6 div {
	width: 440px;
	margin: 0 10px 0 0;
}
.content #box5 img,
.content #box6 img {
	width: 250px;
	object-fit: cover;
}

h3.products {
	position: relative;
	display: inline-block;
	width: 675px;
	background: linear-gradient(90deg, #ceb5ee, #dec5fe);
	margin: 0 0 10px 0;
}

.content > h3.products: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;
}

/* banaArea
------------------------------------------------------------ */

.banaArea2{
	padding:10px 0px 0px 0px;
}
.banaArea2 ul li{
	float:left;
	padding:0px 0px 0px 8px;
}

/* box
------------------------------------------------------------ */

/* box2
------------------------------------------------------------ */

#box2{
	width:690px;
	height:auto;
	padding:0px;
	margin:0 0 20px 0;
	text-align:left;
	clear:both;
}

.box2a{
	float:left;
	width:430px;
	height:auto;
	padding:0;
	margin:0 10px 0 0;
	text-align:left;
}

.box2b{
	float:right;
	width:240px;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
}

.box2d{
	float:right;
	width:180px;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
}

#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_b4_div:hover {
	background-color: whitesmoke;
}
.bsideMenu div#side_b4_div {
	width: 236px;
	height: 90px;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
}

.bsideMenu li#side_b1,
.bsideMenu li#side_b3 {
	width: 220px;
	height: 31px;
	padding: 8px 9px 8px 7px;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-top: 1px #e2e2e2 solid;
	background-color: transparent;
	position: relative;
}
.bsideMenu li#side_b2 {
	width: 220px;
	height: 40px;
	padding: 8px 9px 8px 7px;
	border-left: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-top: 1px #e2e2e2 solid;
	background-color: transparent;
	position: relative;
}
.bsideMenu li#side_b1:hover,
.bsideMenu li#side_b2:hover,
.bsideMenu li#side_b3:hover {
	color: var(--menu-col2);
	background-color: whitesmoke;
}
/*
.bsideMenu li#side_b1:hover::after,
.bsideMenu li#side_b2:hover::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 7px;
	width: 9px;
	height: 32px;
	background-color: var(--menu-col1);
}
*/
.bsideMenu li#side_b1 div,
.bsideMenu li#side_b3 div {
	height: 32px;
	line-height: 32px;
	border-left: 9px lightgray solid;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.bsideMenu li#side_b2 div {
	height: 40px;
	line-height: 18px;
	border-left: 9px lightgray solid;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: -0.01em;
}

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

.bsideMenu li#side_b4_1,
.bsideMenu li#side_b4_2 {
	width: 220px;
	height: 22px;
	padding: 0px 9px 0px 7px;
	background-color: transparent;
	position: relative;
}
.bsideMenu li#side_b4_1:hover,
.bsideMenu li#side_b4_2:hover {
	color: var(--menu-col2);
}
.bsideMenu li#side_b4_1::before,
.bsideMenu li#side_b4_2::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_b4_1:hover::after,
.bsideMenu li#side_b4_2:hover::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 27px;
	width: 0px;
	height: 0px;
	border-left: 10px solid var(--menu-col1);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: scaleY(0.5);
}
*/
.bsideMenu li#side_b4_1 div,
.bsideMenu li#side_b4_2 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);
}


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

#wrap:after,
#contentsArea:after,
#headArea:after,
#footArea:after
{
	/*content: url("../img/pixel.gif");*/
	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 */


/* products */

a.pbox {
	text-decoration: none;
	color: black;
}

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

div.pbox1 img {
	float: left;
    width: 240px;
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
    border-left: 20px solid #9999CC;
}
div.pbox1 span {
	font-size: 2em;
	font-weight: 500;
	margin: 0px 10px 20px 0px;
}
div.pbox1 div {
	display: flex;
	flex-flow: column;
}

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

.psideMenu {
	width:240px;
	padding:0;
	margin: 0 20px 0 0;
	position:relative;
	top: -3px;
	z-index:1;
}

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


