/* ▼ BODY --------------------------------------------------- */

body {
	background-color: #fff3f8 ; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:11pt ;
	line-height:160% ;
	color:#000000 ;
	animation: fadeIn 2s ease 0s 1 normal;
   	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}

}

tr,td,th {
	text-align:left;
	font-size:11pt ;
	line-height:160% ;
	color:#000000 ;
}

a {
	color:#000000 ;
	text-decoration:none;
}

img.example1 {
	vertical-align: middle;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#content{
	margin: 0px;
	padding: 110px 0px 0px 0px ;
}


html { scroll-behavior: smooth;}


.pageall{
    min-height: 110vh;
    position: relative;
    padding-bottom: 191px;
    box-sizing: border-box;
}

footer{
	z-index: 80;
	width: 100%;
	background-color: #ffffff ;
	background-image: url(../img/bkend.jpg);
	background-position: top center;
	text-align:center;
	color:#222222 ;
	margin: 0px;
	padding: 10px 0px 20px 0px ;
	position: absolute;
	bottom: 0;
}

.endlogo{
	padding: 10px 0px 10px 0px ;
	font-size:16pt ;
}


h1 {
	padding: 4px 4px 4px 4px ;
	font-size: 22px ;
	font-weight: normal;
	color:#000000;
}

h2 {
	padding: 4px 4px 4px 4px ;
	font-size:18px ;
	font-weight: normal;
	color:#000000;
	font-weight: normal;
}


/* ▼ TOP MENU --------------------------------------------------- */

.toplogo {
	height: 110px;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../img/topmbk.png);
	background-position: top center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.top1bk {
	background-color: #ffffff ;
	background-image: url(../img/bkimg1.jpg);
	background-position: top center;
	margin: 0px;
	padding: 0px;
}

.toptxtbox {
	width: 960px ;
	background-color: #fffefe ; 
	border: solid 1px #ccaa99 ; 
	border-radius: 12px;
	text-align: center;
	font-size:14px ;
	line-height:180% ;
	color:#000000;
	padding: 16px;
	margin: 10px;
}

.topabox {
	width: 300px ;
	background-color: #fffefe ; 
	border: solid 1px #ccaa99 ; 
	border-radius: 12px;
	text-align: center;
	font-size:16px ;
	line-height:180% ;
	color:#000000;
	padding: 20px;
	margin: 10px;
}

/* Top News  #ffffff --------------------------------------------------- */

.topnews {
	width: 100%;
	background-color: #fff3f8 ; 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

/* 下層共通  --------------------------------------------------- */

.toptitbox {
	width: 960px ;
	background-color: #ffffff; 
	border: solid 1px #bbaaaa ; 
	border-radius: 18px;
	text-align: center;
	font-size:18px ;
	color:#000000;
	padding: 10px;
	margin: 0px;
}

.toptitb {
	width: 800px ;
	background-color: #ff3096; 
	border: solid 1px #ffffff ; 
	border-radius: 14px;
	text-align: center;
	font-size:16px ;
	color:#ffffff;
	padding: 10px;
	margin: 0px;
}


/* Table CCCCCC 会社案内 問い合せ  ---------------------------------- */

.tdbkbh { 
	background-color: #fff8f9 ;
	border: dashed 1px #cccccc ;
	margin: 2px;
	padding: 8px;
}

.tdbkbd { 
	background-color: #ffffff ;
	border: dashed 1px #cccccc ;
	margin: 2px;
	padding: 8px;
}


.tdbkbl { 
	background-color: #fff8f9 ;
	border: dashed 1px #cccccc ;
	margin: 2px;
	padding: 8px;
}








/* Sub */
.subred {
	background-color: #ffe6dc ; 
	border: solid 1px #e0cdbc ; 
	border-radius: 6px;
	text-align: center;
	font-size:14px ;
	line-height:18px ;
	color:#550000;
	padding: 12px;
	margin: 8px;
	}

.subore {
	background-color: #fff0cc ; 
	border: solid 1px #ff9900 ; 
	border-radius: 6px;
	text-align: center;
	font-size:14px ;
	line-height:18px ;
	color:#553300;
	padding: 12px;
	margin: 8px;
	}

.subgre {
	background-color: #f3ffec ; 
	border: solid 1px #9cd37a ; 
	border-radius: 6px;
	text-align: center;
	font-size:14px ;
	line-height:18px ;
	color:#005500;
	padding: 12px;
	margin: 8px;
	}

.subblu {
	background-color: #f0f0ff ; 
	border: solid 1px #ccccff ; 
	border-radius: 6px;
	text-align: center;
	font-size:14px ;
	line-height:18px ;
	color:#000055;
	padding: 12px;
	margin: 8px;
	}

.backsub {
	background-color: #f0f0ff ; 
	border: solid 1px #ccccff ; 
	border-radius: 4px;
	text-align: center;
	font-size:14px ;
	line-height:18px ;
	color:#000055;
	margin: 6px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
	}


/* ▼ PAGE TOP ---------------------------------------------------  */

.pagetop {
	z-index: 90;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}

.pagetop a {
    display: block;
    background-color: #ffdddd;
    text-align: center;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border:solid 1px #ee9999; 
border-radius: 14px 14px 14px 14px / 14px 14px 14px 14px;
}

.pagetop a:hover {
    display: block;
    background-color: #ffcccc;
    text-align: center;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border:solid 1px #cc2255; 
border-radius: 14px 14px 14px 14px / 14px 14px 14px 14px;
}

