@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	height: 100%;
	font-size: 14px;
	line-height: 26px;
}

/*-------- Header --------*/
#all-header {
	height: 25px;
	background: #0872b5;
	border-bottom: 4px solid #1c569e;
}

#header {
	height: 25px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 4px solid #1c569e;
}

/*-------- Global menu --------*/
.global-nav {
	width: 960px;
	height: 25px;
	font-size: 16px;
}
 
.global-nav ul {
	margin: 0 ;
	padding: 0 ;
	float: right;
}
 
.global-nav ul li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	float: left;
}
 
.global-nav ul li:before {
	color: #1c569e;
}

.global-nav ul li a {
	text-decoration: none;
	color: #1c569e;
	color: #fff;
}
 
.global-nav ul li a:hover {
	text-decoration: underline;
	color: #bbe9fd;
}

/*-------- Page menu --------*/
.page-nav {
	text-align: center;
}

.page-nav ul {
	margin: 0 ;
	padding: 0 ;
}

.page-nav li {
	list-style: none;
	display: inline-block;
	width: 10%;
	min-width: 70px;
}

.page-nav li:not(:last-child) {
	border-right:2px solid #ddd;
}

.page-nav a {
	text-decoration: none;
	color: #333;
}

.page-nav a.current {
	color: #00B0F0;
	border-bottom:2px solid #00B0F0;
}

.page-nav a:hover {
	color:#d65208;
	border-bottom:2px solid #d65208;
}


/*-------- Top image --------*/
#top .all-topimage {
	width: 100%;
	position: relative;
	background-size: cover;
	background-image: url("../img/topbg01.png");
}

#top .wrapper-topimage {
	width: 960px;
	height: 400px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background: #fff
}

#top .wrapper-topimage .image {
	width: 960px;
	height: 400px;
	background: url("../img/topimage3.png") no-repeat center bottom;
	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}
}

#top .wrapper-topimage .image:hover {
	background: url(../img/topimage5.png) no-repeat center bottom;
	animation: fadeIn2 2s ease 0s 1 normal;
	-webkit-animation: fadeIn2 2s ease 0s 1 normal;
}

@keyframes fadeIn2 {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn2 {
	0% {opacity: 0}
	100% {opacity: 1}
}


/*-------- Top image --------*/
#products .all-topimage {
	width: 100%;
	position: relative;
	background-size: cover;
	background-image: url("../img/topbg01.png");
}

#products .wrapper-topimage {
	width: 960px;
	height: 133px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background: #fff
}

#products .wrapper-topimage .image {
	width: 960px;
	height: 133px;
	background: url("../img/productsimage2.png") no-repeat center bottom;
}


/*-------- Top image --------*/
#profile .all-topimage {
	width: 100%;
	position: relative;
	background-size: cover;
	background-image: url("../img/topbg01.png");
}

#profile .wrapper-topimage {
	width: 960px;
	height: 133px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background: #fff
}

#profile .wrapper-topimage .image {
	width: 960px;
	height: 133px;
	background: url("../img/profileimage2.png") no-repeat center bottom;
}

/*-------- link for Contact form --------*/
.contactes {
	width: 960px;
	height: 50px;
}

.btnContact {
	width: 424px;
	height: 50px;
	margin-left: 29px;
	margin-right:  27px;
	float: left;
}

.btnContact .btn {
	color: #0872b5;
}

.btnContact .btn a {
    width: 400px;
	height: 0px;
	padding: 5px;
    border-radius: 25px;
	
    font-size: 24px;
    text-decoration: none;
	font-weight: bold;
    
    display: block;
	display: table-cell;
	
	text-align: center;
	vertical-align: middle;
    background-color: #fff;
	border: 2px solid #0872b5;
	color: #0872b5;
}

.btnContact .btn a:hover {
    background-color: #d65208;
	border: 2px solid #d65208;
	color: #fff;
}

/*-------- Contents --------*/

.all-contents {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	/*background: url("../img/bg2.png") ;*/
}

.wrapper-contents {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/*padding: 10px 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.wrapper-contents p {
	line-height: 1.7;
	margin-bottom: 1.0em;
}

/*-------- Top page --------*/
#top {

}

#top h2 {
	color: #1f6dcd;
	font-size: 40px;
	font-weight: bold;
	margin: 5px 0px;
	padding-bottom: 5px;
}

#profile h3,
#top h3 {
	/*background-color: */
	color: #1f6dcd;
	font-size: 25px;
	font-weight: bold;
	margin: 15px 0px;
	padding-top: 20px;
	width: 960px;
	/*border-top: dotted 2px #222;*/
	border-bottom: solid 1px #aaa;
}

#profile h3 .sub,
#top h3 .sub {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 15px;

}

#top table  {
	border: 1px;
	/*width: 640px;*/
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#top table th {
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

#top table td {
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

#top table tr:nth-child(2n+1) { 
    background: #f3f2f2; 
}

/*-------- Products page --------*/
#products {
}

#products h2 {
	color: #1f6dcd;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0px;
	padding-bottom: 5px;
}

#products .product {
	width: 960px;
	height:auto;
	overflow:hidden;
	padding: 20px 0px;
	/*margin-bottom: 10px;*/
	border-bottom: dotted 2px #aaa;
	clear: both;
}

#products .product .title {
	width: 200px;
	height: auto;
	padding-right: 12px;
	position: relative;
	float: left;
}

#products .product .title .more,
#products .product .image .more
{
	position: absolute;
	/*left 0;
	bottom 30;*/;
	float: left;
}

#products .product .image .more a {
	color: #1f6dcd;
	text-decoration: none; 
	list-style-type: disc;
}
#products .product .image .more a:hover {
	color: #b74201;
	border-bottom: 1px solid #d65208;
	list-style-type: disc;
}

#products .product .image {
	width: 231px;
	padding-right: 12px;
	margin-bottom:  10px;
	float: left;
}

#products .product .description {	
	width: 505px;
	float: left;
}

#products .product .description ul {	
	list-style-type: square;
	padding-left: 20px;
}

#products .product .description li {
	margin-bottom: 0px;
	line-height: 18px;
}



/*---- 企業情報リスト ----*/
#profile table  {
	border: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#profile table th {
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}

#profile table td {
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}

#profile p {
	line-height: 20px;
	margin-bottom: 10px;
}

/*-------- Bottomm image --------*/
.all-bottomimage {
	width: 100%;
	position: relative;
	background-size: cover;
	background-color: #fff;
}

.wrapper-bottomimage {
	width: 960px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background: #fff
}


/*-------- boxes --------*/
.boxes {	
	width: 960px;
	margin-bottom: 8px;
	clear: both;
}

.boxes_sepline {	
	width: 960px;
	margin-bottom: 8px;
	border-top dotted 2px #222;
	clear: both;
}

.boxes_sep {
	width: 960px;
	margin-bottom: 20px;
	clear: both;
	overflow:hidden;
}

.box11 {	
	width: 960px;
	float:left;
}	


.box11mglr {	
	width: 940px;
	padding: 0px 10px;
	float:left;
}

.box11mrg15 {	
	width: 960px;
	margin: 15px 0px;
	float: left;
}	

.box11_lsep {	
	width: 960px;
	padding-left: 2px;
	float:left;
}	

.box12 {	
	width: 474px;
	float: left;
}	

.box12_sep {	
	width: 474px;
	padding-left: 10px;
	float: left;
}	

.box12_sepright {	
	width: 454px;
	padding-right: 30px;
	float: left;
}	

.box12 .sepline {	/*<<< fot HT*/
	height: 2px;
	width: 474px;
	border-bottom: dotted 2px #222;
	float: left;
}

.box13 {	
	width: 312px;
	/*line-height: 2.0em;*/
	float: left;
}	

.box14 {	
	width: 231px;
	float: left;
}	

.box14sp {	
	width: 231px;
	padding-right: 12px;
	float: left;
}

.box23 {	
	width: 636px;
	float: left;
}	

.box23rsp {	
	width: 636px;
	padding-lright: 50px;
	float: left;
}	
.box34 {	

	width: 717px;
	float: left;
}	

/*---- retyrn to top ----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
}

#page-top a {
	background: #d7daeb;
	text-decoration: none;
	color: #000;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
	display: block;
	border-radius: 40px;
	-moz-border-radius: 40px;;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7}

#page-top a:hover {
    text-decoration: none;
    /*background: #a72128;*/
	background-color: #d65208;
	/*color: #0880b5;*/
	color: #fff;
	font-weight:normal;
}


/*-------- footer --------*/
#footer-all {
	width: 100%;
	position: relative;
	background-size: cover;
	background-image: url("../img/bottom01.png");
}

.footer {
	width: 960px;
	height: 340px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.footer2 {
	width: 100%;
	clear: both;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	color: #aaa;
	border-top: 1px solid #eee;
}

.footer2 a {
	color: #666;
	text-decoration: none;
}

.footer .image {
	width: 300px;
	height: 220px;
	padding-top: 5px;
	float: left;
	background: url(../img/logo.png) no-repeat center;
}

.footer .contents1,
.footer .contents2,
.footer .contents3 {
	padding-top: 15px;
	float: left;
}

.footer .contents1 {
	width: 170px;
	margin-left: 4px;
}

.footer .contents2 {
	width: 160px;
}

.footer .contents3 {
	width: 105px;
	margin-right: 4px;
}

.footer .address {
	width: 210px;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	text-align: left;
}

.footer .address .strong {
	font-size: 16px;
	vertical-align: 20%;
	text-align: center;
	font-weight: bold;
	color: #666;
}

.footer .sep {
	width: 2px;
	height: 210px;
	margin-top: 10px;
	float: left;
	background: url(../img/bg_footer20sep.png)  no-repeat top ;
}

/*---- footer menu ----*/
.footerMenu, .footerMenu ul {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footerMenu a { 
	text-decoration: none; 
	display: block;
	padding: 3px 10px;
	color: #aaa;
	font-weight: bold;
	text-align: left;
}

.footerMenu li {
}

.footerMenu li a,
.footer .address a {
	display: block;
	padding: 0px 10px;
	color: #444;
	text-align: left;
	list-style-type: disc;
	text-decoration: none;
}

.footerMenu ul a:hover,
.footer .address a:hover {
	color:#d65208;
	border-bottom:2px solid #d65208;
	list-style-type: disc;
}

.footerMenu li a:hover {
	color: #b74201;
	border-bottom: 1px solid #d65208;
	list-style-type: disc;
}

.footerMenu li ul li a {  
	font-weight: normal;
	list-style-type: disc;
	line-height: 25px;
}

.footerMenu li ul li a:hover {
	color: #b74201;
	border-bottom: 1px solid #d65208;
	list-style-image: url(../images/bg_membertitle.png);
}


/*--------------- gen. ---------------*/
.txt-orglarge {
	color: #1f6dcd;
	font-size: 40px;
	font-weight: bold;
}

.txt-center {
	text-align: center;
}

.txt-sup {
vertical-align: super;
}

.txt-right {
	text-align: right;
}

.txt-strong {
	font-weight: bold;
}

.txt-strongred {
	font-weight: bold;
	color:#BA1B36
}

.txt-italic {
	font-style:italic;
}

.txt-clr-g1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #15b139;
}

.txt-supplement {
	font-size:0.85em;
}

.txt-attention {
	color: #FF0000;
}

.txt-left {
	text-align: left;
}

.f-clear {
	clear: both;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 
 .img-text-cente {
 	vertical-align: top; 
 }

