@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}

html{
overflow-y:scroll;
}

body{
	background-color: #FFFFFF; 
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
}
body,table,td {
	line-height: 150%; 
	font-size: 12px; 
}

#obi{
	height: 1000px;
	width: 136px;
	background-image: url(../images/sky.png);
	position: absolute;
	left: -145px;
	min-height: 500px;
	z-index: 2000;
}
.obiw{
	overflow: visible;
	position: relative;
}

.nomal td {

color:#5a5a5a;
padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 0px; 
}

.copylight td {

color:#999999;
padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}
.background {
background-image: url(../images/kari.png);
background-position: center top;
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}
.menu {
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}
.sen1 {
background-image: url(../images/sbg.png);

padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}

.syozaiti {
background-image: url(../images/syozaiti.jpg);
background-position: center top;
background-repeat: no-repeat;
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}

.syozaiti2 {
line-height: 150%; 

color:#777777;
background-image: url(../images/fbg.png);
background-color: #f5f5f5; 
background-position: center center;
background-repeat: no-repeat;
padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}

.syozaiti3 {

color:#5a5a5a;
background-color: #ffffff; 
background-position: center top;
background-repeat: no-repeat;
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
border-bottom:  1px solid #999999;
}

.syozaiti4 {

color:#5a5a5a;
background-color: #ffffff; 
background-position: center top;
background-repeat: no-repeat;
padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
border-bottom:  1px solid #999999;
}

.contop {
background-image: url(../images/contop.gif);
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}

.contents {
padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}
.pad5{
padding: 5px;
}
.contents{
	margin: auto;
	width: 750px;
}
.center{
	text-align: center;
}

#topsec{
	height: 534px;
	background-image: url(../images/bg1.png);
	background-size: 1800px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}


.mask1,.mask2,.mask3{
	position: absolute;
	width: 100%;
	background-color: #fff;
}
.mask1{
	height: 94px;
	left: 100%;
	top: 0px;

}
.mask2{
	height: 136px;
	left: 100%;
	top: 94px;

}
.mask3{
	height: 65px;
	left: 100%;
	top: 220px;

}

#mainimg{
	position: relative;
	top: 0px;
	margin: auto;
	display: block;

	width: 100%;
	height: 548px;
	background-image: url(../images/bg2.png);
	background-position: center center;
	background-repeat: no-repeat;
	
}
.indexsubmenu{
	margin: auto;
	margin-right: 0px;
}
#loader{
	margin: auto;
	margin-top: 100px;
	display: block;
}




#loader
{
	z-index: 30000;
    position: absolute;
    left: 50%;
    top: 200px;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/

    border: 8px solid #00a3ff;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    -webkit-border-radius: 50%;  /*CSS3で円を書く*/
    -moz-border-radius: 50%;  /*CSS3で円を書く*/
    -ms-border-radius: 50%;  /*CSS3で円を書く*/
    -o-border-radius: 50%;  /*CSS3で円を書く*/
    border-radius: 50%;  /*CSS3で円を書く*/
}

#loader
{
    -webkit-animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
    -moz-animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
    -ms-animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
    -o-animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
    animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
}


@-webkit-keyframes spin
{
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
 
}
@-moz-keyframes spin
{
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
 
}
@-ms-keyframes spin
{
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
 
}
@-o-keyframes spin
{
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
 
}
@keyframes spin
{
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
 
}

.osirase{
	background-color: #bae7ff;
	padding: 3px 10px;
	font-weight: bold;
	text-align: center;
	color: #02395b;
	display: block;
	margin: 10px auto;
	margin-bottom: 30px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ohead{
	color: #1e8400;
	display: inline-block;
	margin-right: 10px;
}