/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #333;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
section{
	overflow:hidden;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*----- list -----*/
.dec li{
	list-style:decimal outside;
	margin:0 0 0 30px;
}
.dot li{
	list-style:circle outside;
	margin:0 0 0 30px;
}
/*----- link -----*/
a:link,
a:visited{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#999;
}

 a:hover img{
	opacity:0.8;
}


/*----- text option -----*/
.center{
	text-align:center;
}
.centerm{
	margin:0 auto;
}
.textright{
	text-align:right;
}

.textgray{
	color:#666;
}

/*----- float -----*/
.fleft{
	float:left;
}
.fright{
	float:right;
}
.w155{
	width:155px;
}
.w270{
	width:270px;
}
.w435{
	width:435px;
}
.w400{
	width:400px;
}
.w445{
	width:445px;
}
.w470{
	width:470px;
}
.w580{
	width:580px;
}
.w770{
	width:770px;
}
.w830{
	width:830px;
}

/*----- add -----*/
.add-40{
	margin-bottom:40px!important;
}
.add-60{
	margin-bottom:60px!important;
}
.add-90{
	margin-bottom:90px !important;
}

.remove-bottom{
	margin-bottom:0!important;
}

/*----- tab -----*/
.tab{overflow:hidden;}
.tab li{background:#ccc; padding:5px 25px; float:left; margin-right:1px; cursor:pointer;}
.tab li.selected,{background:#eee;}
.tab li.active{background:#1e4499; color:#fff;}
.tab li.active a{ color:#fff;}
.content li{background:#eee; padding:20px;}
.hide {display:none;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*01------------header--------------*/
/*02------------main--------------*/
/*03------------footer--------------*/




/*01------------header--------------*/
header{
	margin: 0 auto;
    overflow: hidden;
    padding: 15px 0 0;
    width: 1000px;
}
header h1{
	float:left;
}
.headernav{
	float:right;
}
header ul{
	list-style:none;
	padding:0;
	text-align:right;
	margin:5px 0;
}
header li{
	display:inline-block;
	border-left:1px solid #CCC;
	padding-left:6px;
	margin-left:6px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
header li:first-child{
	border-left:none;
}

hr.style-one {
    border: 0;
    height: 25px;
    background: #0033cc;
	margin:20px 0 0 0;
}


/*----- 下層ページ -----*/
p.inner{
	overflow:hidden;
	padding:10px 20px;
	font-size:1.4em;
	color:#0033cc;
	width:1000px;
	margin:0 auto;
	font-weight:normal;
}
.bgg{
	background:#f1f3f4;
	margin:0 auto 10px;
	padding:0;
}



.pankuzu p{
	width:1000px;
	margin:0 auto 60px;
	text-align:right;
	font-size: 0.8em;
}
.pankuzu p a:link,
.pankuzu p a:visited{
	color:#0033cc;
}
.pankuzu p a:hover{
	color:#4D79FF;
}



/*02------------main--------------*/
#main{
	width:1000px;
	margin:0 auto;
}
#main .servicebox{
	margin:80px 0;
}
#main .servicebox dl{
	overflow:hidden;
	display:inline-block;
	width:497px;
}
#main .servicebox dt{
	float:left;
	width:115px;
}
#main .servicebox dd{
	float:right;
	width:370px;
}

#main .servicebox h3{
	color: #1e4499;
    font-size: 1.09em;
    font-weight: normal;
    margin: 0.55em 0;
}


/*03------------footer--------------*/
footer{
	background:#0033cc;
	margin:0 auto;
	min-width:100%;
	clear:both;
	font-size: 0.82em;

}
footer .footerinner{
	margin:0 auto;
	width:1000px;
	padding:20px;
}

footer .footerinner ul{
	border-right:2px solid #fff;
	display: inline-block;
    vertical-align: top;
    width: 235px;
	padding: 0 0 0 10px;
}
footer .footerinner ul.last{
	border:none;
}
footer .footerinner ul li ul{
	border:none;
}
footer a:link,
footer a:visited{
	color:#fff;
	text-decoration:none;
}

footer a:hover{
	color:#ccc;
	text-decoration:none;
}

footer .footerinner ul.menunavi{
	width:100%;
	text-align:center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:15px 0;
}
footer ul.menunavi li{
	display:inline-block;
	padding:0 15px;
}

footer p.copy{
	color:#fff;
	text-align:center;
}




/* ==========================================================================
   page option
   ========================================================================== */
.page h3,
.page h4{
	font-size: 1.3em;
	margin:20px 0 0;
	font-weight:normal;
}

/*----- index -----*/
#index .keyvisual{
	width:100%;
	margin:0 auto;
	text-align:center;

}
#index .keyvisual ul{
	margin:0;
	padding:0;
}

#index article{
	margin:100px 0;
	background:#f2f2f2;
	padding:10px 20px;
}
#index article ul{
	padding:0;
	font-size: 0.85em;
}
#index article li{
	margin:0 0 10px 0;
}
#index article li.cate-topics:before{
	background: none repeat scroll 0 0 #85cdf2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    content: "トピックス";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 1px 20px;
	font-size:.77em;
}
#index article li.cate-news:before{
	font-size:.77em;
	background: none repeat scroll 0 0 #f2cf85;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    content: "お知らせ";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 1px 26px;

}
#index article li.cate-:before{
	background: none repeat scroll 0 0 #85cdf2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    content: "トピックス";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 1px 20px;
	font-size:.77em;
}

}
#index .box{
	min-height:371px;
	margin: 0 auto;

}



/*----- access -----*/
#access #main ul{
	margin:0 0 60px;
	padding:0;
}

#access #main li{
	margin:0 0 20px;
	font-size:1.2em;
}

/*----- link -----*/
#link #main h3.linktext{
	margin:40px 0;

}
#link #main ul{
	margin:0 0 60px;
	padding:0;
}
#link #main li{
	margin:0 0 40px;
}

/*----- maintenance -----*/
#maintenance #main .maintbox{
	overflow:hidden;
	margin: 40px -20px 100px 0;
}
#maintenance #main .maintbox dl{
	display:inline-block;
	vertical-align:top;
	width:507px;
}
#maintenance #main .maintbox dt{
	float:left;
	width:191px;
}
#maintenance #main .maintbox dd{
	float:right;
	margin: 0 20px 0 0;
    width: 290px;

}
#maintenance #main .maintbox dd h3{
	margin-top:0;
	font-size: 1.09em;
}
#maintenance #main .maintbox p{
	display:block;
	font-size:.88em;
}
#maintenance #main .maintbox p.pagelink{
	text-align:right;
	margin: 5px 0 ;
}

/*----- staffbox -----*/
#staff .staffbox {
	margin:0 0 40px 0;
	overflow:hidden;
}

#staff .staffbox dl{
	display:inline-block;
	vertical-align:top;
	width:497px;
	text-align:center;
	margin:0 auto;


}
#staff .staffbox dt{
	margin:0 0 2em;
	display:block;
}

#staff .staffbox p{
	font-size:2em;
}


/*----- trackbox -----*/
#track .trackbox ul{
	overflow:hidden;
	margin:0 0 20px;
	padding:0;
}
#track .trackbox{

}
#track .trackbox li{
	display:inline-block;
	width:329px;
	vertical-align:top;
	text-align:center;
}
#track .trackbox ul.wid{
	text-align:center;
}
#track .trackbox ul.wid li{
	width:393px;
	text-align:center;
	display:inline-block;
}
#track .trackbox h3{
	background:#0033cc;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	padding:10px 20px;
	color:#fff;
	text-align:center;
}


/*----- front_repair -----*/

#front_repair .forntrepair p, #maintenance.front-repair .forntrepair p{
	font-size:1.2em;
	margin-top:5px;
	margin-bottom:40px;

}
#front_repair .forntrepair ul, #maintenance.front-repair .forntrepair ul{
	font-size:1.2em;
	margin:5px 0 40px 0;

}
#front_repair .forntrepair section.flbox, #maintenance.front-repair .forntrepair section.flbox{
	margin:20px auto;
	width:895px;
}


a:link,
a:visited{
	color:#1e4499;
	text-decoration:none;
}
a:hover{
	color:#4265ce;
}


/*----- kaiteki -----*/
#kaitekidrive section.kaiteki h2, #maintenance.kaiteki-drive section.kaiteki h2{
	margin-bottom:5px;
}
#kaitekidrive section.kaiteki table, #maintenance.kaiteki-drive section.kaiteki table{
	border-top:1px solid #999;
	border-left:1px solid #999;
	width:100%;
}
#kaitekidrive section.kaiteki th, #maintenance.kaiteki-drive section.kaiteki th{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:10px 5px;

}
#kaitekidrive section.kaiteki td, #maintenance.kaiteki-drive section.kaiteki td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px;
}
#kaitekidrive section.kaiteki .sect, #maintenance.kaiteki-drive section.kaiteki .sect{
	color:#1d449b;
	width: 150px;
}
#kaitekidrive section.kaiteki strong,  #maintenance.kaiteki-drive section.kaiteki strong{
	color:#F00;
}

/*----- kaiteki -----*/
#shaken .syakenbox {
	margin:0 auto;
	position:relative;
}

#shaken .syakenbox dl{
	float: left;
    margin: 0 10px 10px;
    overflow: hidden;
    width: 460px;
}
#shaken .syakenbox dl.syaken1{
	width: 220px;
	position:relative;
}
#shaken .syakenbox dl.syaken2{
	width:220px;
}
#shaken .syakenbox dl.syaken1 dt{
	width:220px;
}
#shaken .syakenbox dl.syaken1 dd{

}
#shaken .syakenbox dl.syaken1 dd.tob{
	margin:0 0 4px 0;
}
#shaken .syakenbox dd{
	display: inline-block;
    margin: 0 13px 10px 0;
}
#shaken .syakenbox dd.last{
	margin:0 0 0 0;
}
#shaken .syakenbox dt{
	background:#0033cc;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	padding:8px 0;
	color:#fff;
	text-align:center;
}
#shaken .syakenbox h3{
	font-size:2em;
	margin: .55em 0;
}
#shaken .syakenbox .maininner{
	margin: 0 auto 60px;
    overflow: hidden;
    width: 720px;
	position:relative;
	padding: 0 55px;
}
#shaken .syakenbox .maininner .fukidashi{
	position: absolute;
    right: 6px;
    top: 64px;
    z-index: 1000;
}
#shaken .syakenbox strong{
	font-size:1.5em;
	font-weight:normal;
}
#shaken .syakenbox p.btnprice {
	text-align:center;
	margin:0 auto;
	width:300px;
}
#shaken .syakenbox p.btnprice a{
	background:#194399;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:block;
	color:#fff;
	padding:20px 10px;
	text-align:center;
	font-size:1.4em;
}

#shaken .syakenbox p.btnprice a:hover{
	opacity:0.9;
}


#shaken #main .ecotable {
	margin: 0 auto 40px;
    width: 1000px;
}

#shaken #main .ecotable table{
	border: 1px solid #1c439a;
    border-collapse: separate;
    border-radius: 10px;
}

#shaken #main .ecotable table th{
	border-right: 1px solid #1c439a;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 650px;
}

#shaken #main .ecotable table th span {
    display: block;
    text-align: left;
}
#shaken #main .ecotable th h3 {
    margin: 0 0 50px;
}
#shaken #main .ecotable th h4 {
    font-size: 2.1em;
    text-align: left;
}
#shaken #main .ecotable td{
	border-bottom: 1px solid #1c439a;
    padding: 10px;
    text-align: center;
    width: 130px;
	border-right:1px solid #1c439a;
}
#shaken #main .ecotable td:first-child{
	background:#f2f2f2;

}
#shaken #main .ecotable td.tdgray{
	background:#f2f2f2;
}
#shaken #main .ecotable td.bnone{
	border-bottom:none;
}
#shaken #main .ecotable td.bnone-right{
	border-right:none;
}
.bgblue1{
	background:#1c439a;
	color:#fff;
	border-right:1px solid #fff !important;
}
.bgblue2{
	background:#1c439a;
	border-radius: 0 10px 0 0;
	color:#fff;
}

/*----- battery_checker -----*/
#battery_checker .battery_checkerbox strong, #maintenance.battery-checker .battery_checkerbox strong{
	font-weight:normal;
	color:#1d449b;
}
#battery_checker .battery_checkerbox p, #maintenance.battery-checker .battery_checkerbox p{
	font-size:.82em;
}


/*----- watercoat -----*/
#watercoat .watercoatbox h3, #maintenance.watercoat .watercoatbox h3{
	font-size:1.4em;
}

#watercoat .watercoatbox .psmall, #maintenance.watercoat .watercoatbox .psmall{
	font-size:.78em;
}


#watercoat .watercoatbox h5, #maintenance.watercoat .watercoatbox h5{
	margin-top:1em;
}
#watercoat .watercoatbox p,#watercoat .watercoatbox  ul, #maintenance.watercoat .watercoatbox p, #maintenance.watercoat .watercoatbox  ul{
	margin-top:0;
}
#watercoat .watercoatbox .tokubox, #maintenance.watercoat .watercoatbox .tokubox{
	border:#666 solid 1px;
	padding:10px 20px;
	min-height:112px;
	overflow:hidden;
}
#watercoat .watercoatbox .tokubox h5, #maintenance.watercoat .watercoatbox .tokubox h5{
	margin-top:0;
}
#watercoat .watercoatbox .watbox{
	min-height:320px;
}

#watercoat .watercoatbox table, #maintenance.watercoat .watercoatbox table{
	border-left:1px solid #999;
	border-top:1px solid #999;
}

#watercoat .watercoatbox table th, #maintenance.watercoat .watercoatbox table th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px;
	background:#f2f2f1;
	font-weight:normal;
}
#watercoat .watercoatbox table td, #maintenance.watercoat .watercoatbox table td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px;
	width:95px;
	text-align:center;
}




/*----- eco2_01 -----*/
#eco2-shaken .eco2_01box .jyouyousya{
	 margin: 0 auto 0;
    overflow: hidden;
    width: 650px;
}
#eco2-shaken .eco2_01box .jyouyousya a{
	cursor:pointer;
}
#eco2-shaken .eco2_01box .jyouyousya-2{
	 margin: 0 auto 0px;
    overflow: hidden;
    width: 977px;
}
#eco2-shaken .eco2_01box .eco2box-normal{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #1d449b;
    border-radius: 10px;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 5px 10px;
    width: 290px;
	min-height: 188px;
}

#eco2-shaken .eco2_01box .blruback{
	background:#1d449b;
	color:#fff;
}

#eco2-shaken .eco2_01box .jyouyousya  a:hover,
#eco2-shaken .eco2_01box .jyouyousya-2  a:hover{
	opacity:0.9;
}
#eco2-shaken .eco2_01box .blruback h4{
	color:#fff !important;
}


#eco2-shaken .eco2_01box .eco2box-normal h4{
	margin-top:0;
	margin-bottom:0;
	color:#666;

}
#eco2-shaken .eco2_01box .eco2box-normal p{
	margin-bottom:0;
	margin-top:10px;
}
#eco2-shaken .eco2_01box .eco2box-normal strong{
	display:block;
	font-size:2em;	margin:0;
}

#eco2-shaken .eco2_01box .eco2box-normal p.addmargin{
	margin-top:89px;
}

.contactf{
	overflow:hidden;
	padding:13px 0;
}
.contactf p{
	float: left;
    margin: 0;
}
.contactbtn{
	float: left;
    margin: 0 0 0 10px;

}
.contactbtn a:link,
.contactbtn a:visited{
	background:#1d449b;
	padding:10px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	margin: 0 0 0 10px;
	color:#fff;
}
.contactbtn a:hover{
	background:#5D7EC7;
}
/*----- box2 -----*/
#eco2-shaken #main section.box2 table{
	border-radius: 10px;
	border: 1px solid #1c439a;
	width: 720px;
	border-collapse: separate;

}

#eco2-shaken #main section.box2 .ecotable{
	margin:0 auto 40px;
	width:720px;
}
#eco2-shaken #main section.box2 th{
	border-right:1px solid #1c439a;
	vertical-align:top;
	text-align:left;
	padding:10px 20px;
}
#eco2-shaken #main section.box2 th h3{
	margin:0 0 50px 0;
}
#eco2-shaken #main section.box2 th h4{
	text-align:right;
	font-size:2.3em;
}
#eco2-shaken #main section.box2 th span{
	text-align:center;
	display:block;
}

#eco2-shaken #main section.box2 tr td:first-child,
.boldtable{
	font-weight:bold;
	background:#f2f2f2;
}
#eco2-shaken #main section.box2 td:last-child{
	border-left:1px solid #1c439a;
}
#eco2-shaken #main section.box2 td{
	border-bottom:1px solid #1c439a;
	padding:10px;
	width:150px;
	text-align:center;
}
#eco2-shaken #main section.box2 td.bnone{
	border-bottom:none;
}

.contactbtneco a:link,
.contactbtneco a:visited{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#1c439a;
	color:#fff;
	padding:10px 20px;
}

.contactbtneco a:hover{
	background:#5d7ec7;
}


/*----- eco2_light -----*/
#eco2_light .eco2_lightbox{
}


/*----- eco2_01 -----*/
#shaken .syakenbox .jyouyousya{
	 margin: 0 auto 0;
    overflow: hidden;
    width: 650px;
}
#shaken .syakenbox .jyouyousya-2{
	 margin: 0 auto 0px;
    overflow: hidden;
    width: 977px;
	position:relative;
}
#shaken .syakenbox .eco2box-normal{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #1d449b;
    border-radius: 10px;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 5px 10px;
    width: 290px;
	min-height: 157px;
	position:relative;
}

#shaken .syakenbox .blruback{
	background:#1d449b;
	color:#fff;
}
#shaken .syakenbox .blruback h4{
	color:#fff !important;
}


#shaken .syakenbox .eco2box-normal h4{
	margin-top:0;
	margin-bottom:0;
	color:#666;
	font-size:1.5em;
}

#shaken .syakenbox .eco2box-normal h4 span{
	font-size:.67em;
}
#shaken .syakenbox .eco2box-normal p img{
	position:absolute;
	top:10px;
	right:0;
	z-index: -1;
}
#shaken .syakenbox .eco2box-normal p{
	margin:10px 0 0;
}
#shaken .syakenbox .eco2box-normal p.firest{
	margin:43px 0 0 ;
}
#shaken .syakenbox .eco2box-normal strong{
	display:block;
	font-size:1.4em;
	text-align:left;
	margin:0;
}

#shaken .syakenbox .eco2box-normal p.addmargin{
	margin-top:36px;
}


/*----- sitemap -----*/
#sitemap #main ul{
	margin:0 0 40px;
}
#sitemap #main ul li ul{
	margin:20px 0 40px 20px;
}

/*----- privacy -----*/
#privacy #main h4{
	margin-bottom:0px;
	color:#333;
	font-size:1.2em;

}
#privacy #main p{
	margin:5px 0 60px;
}

#privacy #main ul{
	margin-bottom:60px;


}
/* contact
----------------------------------------------------------------------*/





#form input[type="text"], #form textarea {
width: 490px;
}
#form #contact_form {
	margin: 0 auto;
}
#form {
	margin: 0 auto;
}
#form em {
	color: #F00;
	font-style: normal;
}
#form form {
	margin: 50px auto 0;
	padding-top: 50px;
}
#form_action {
	padding: 10px 0;
}
#form_action p {
	background: #EEEFEF;
	padding: 20px 0;
}
#form_action p.kakunin input {
	display: inline;
}
#contact table {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	width:100%;
}
#contact td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	width: 80%;
}
#contact th {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 20px;
	text-align: left;
	padding: 10px;
}
#form_action input {
	background: #1d449b;
	border: none;
	color: #FFF;
	padding: 10px 20px;
	display: block;
	margin: 0 auto;
}
#form .control-group p {
	margin: 0;
}
#form .control-group {
	width: 800px;
	overflow: hidden;
	margin: 0 0 40px 0;
}
#form .control-label {
	float: left;
	width: 280px;
}
label {
}
#form .controls {
	float: right;
	width: 500px;
}
#errorMsg {
	margin: 0 auto;
	width: 680px;
	background-color: #FAE5E3;
	margin-bottom: 20px;
	padding: 19px;
	min-height: 20px;
	border: 1px solid #EEE;
	border: 1px solid rgba(0,0,0,0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
section #errorMsg h3 {
	background-image: none;
	background: none;
	margin-top: 0;
}
/* --- ERRORS --- */
.error INPUT, .error TEXTAREA, .error SELECT .error RADIO {
	border-width: 2px;
	border-style: solid;
	border-color: #ED1C24;
	background: #FFE6E7;
}
.iferror {
	margin: 0;
	display: none;
}
.error .iferror {
	display: block;
	color: #ED1C24;
}
.hint {
	color: #888;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}




#topnavi {
  width: 100%;
  background:#fff;


}

.fixed {
  position: fixed;
  bottom:0;

}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   2022.2.25 top banner-area
   ========================================================================== */
#banner-area{
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#banner-area a{}
#banner-area a img{
  width: 100%;
  height: auto;
}

/*------404--*/
  .error404 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 200px 0 100px 0;
  }
  .t-01 {
    font-size: 40px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 1;
    margin: 0 auto 50px;
  }
  .t-02 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 50px;
  }
  .t-02 a {
    color:#6c99c1;
  }
  .t-02 a:hover {
    color: #00d3fd;
  }


/*---- news -----*/

#index .topnews a{
	color:#0073df;
}
#index .topnews a:hover{
	color:aqua;
}
.newspage .newsTitle{
	margin: 20px 0 40px;
}
.newspage .newsTitle h2{
	font-size: 1.5em;
    margin: 45px 0 10px;
    font-weight: normal;
    color: #1e4499;
}
.newspage .maintbox{
	margin: 40px 0 0px
}