@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.header{
	width: 100%;
	background: url(../images/bg_nav.jpg) repeat-x 0 bottom;
	margin: 10px 0 0 0;
}
.header .headerArea{
	width: 960px;
	margin: 0 auto;
}
.header .headerArea .logo{
	width: 265px;
	margin: 15px 0 0 0;
	float: left;
}
.header .headerArea .utility{
	width: 640px;
	float: right;
}
.header .headerArea .utility ul.headNav {
    float: right;
}
.header .headerArea .utility ul.headNav li{
	text-align: right;
	padding: 0 0 0 25px;
	margin: 0 0 0 20px;
	display: inline-block;
}
.header .headerArea .utility ul.headNav li.company{ background: url(../images/icon_company.png) no-repeat left 50%; }
.header .headerArea .utility ul.headNav li.contact{ background: url(../images/icon_contact.png) no-repeat left 50%; }
.header .headerArea .utility ul.headNav li.faq{ background: url(../images/icon_faq.png) no-repeat left 50%; }
.header .headerArea .utility ul.headNav li.sitemap{ background: url(../images/icon_sitemap.png) no-repeat left 50%; }

.header .headerArea .utility ul.language {
    background: url(../images/icon_language.png) no-repeat left 50%;
    float: right;
    padding: 0 0 0 25px;
	margin: 0 0 0 20px;
}
.header .headerArea .utility ul.language li {
    float: left;
    color: #bd2726;
}
.header .headerArea .utility ul.language li span {
    color: #000;
}
.header .headerArea .use{
	margin: 20px 0 0 0;
}
.header .headerArea .use p.tel{
	width: 255px;
	margin: 0 0 0 130px;
	float: left;
}
.header .headerArea ul.font{
    width: 300px;
	float: right;
	text-align: right;
}
.header .headerArea ul.font li{
	text-align: right;
	margin: 0 0 0 7px;
	display: inline-block;
	font-weight: bold;
	line-height: 30px;
}

/* ---------------------------------------------
　nav
------------------------------------------------ */

.header nav{
	width: 960px;
	margin: 15px auto 0 auto;
}

.header nav ul li{
	border-right: #fff solid 2px;
    border-left: #fff solid 2px;
    /* border-bottom: #eee solid 3px; */
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 156px;
    /* height: 40px; */
    text-align: center;
    /* font-weight: bold; */
    font-size: 114%;
}

.header nav ul li a:link{
	text-decoration: none;
}

.header nav ul li.stay{
	border-bottom: #bd2726 solid 3px;
}
/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
	width: 960px;
	margin: 30px auto 50px auto;
}


.container .maincontent{
	width: 700px;
	float: left;
}
.container .maincontent h2{
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 30px 0;
}

/* sidebar
------------------------------------------------ */

.sidebar{
	width: 240px;
	float: right;
	text-align: left;
}
.sidebar .linkArea{
	background: url(../images/bg_rightnav.jpg) repeat;
	padding: 0 0 10px 0;
}
.sidebar .linkArea h3{
	font-size: 130%;
	color: #fff;
	background: #bd2726;
	padding: 5px 0;
	text-align: center;
}
.sidebar .linkArea ul {
	margin: 5px;
	padding: 5px;
	background: #fff;
}
.sidebar .linkArea ul li{
	border-bottom: #dedede dotted 1px;
}
.sidebar .linkArea ul li a{
	display: block;
	background-image: url(../images/icon_arrow001.png);
	background-position: 5px 1.2em;
	background-repeat: no-repeat;
	padding: 10px 0 10px 20px;
}
.sidebar .linkArea ul li:last-child{
	border-bottom: none;
}



/* ---------------------------------------------
　banner Area
------------------------------------------------ */
.bannerBox{
	width: 960px;
	margin: 60px auto 40px auto;
}
.bannerBox .leftBox{
	width: 470px;
	float: left;
}
.bannerBox .rightBox{
	width: 470px;
	float: right;
}


/* ---------------------------------------------
　footer
------------------------------------------------ */

.footerNav{
	border-top: #bd2726 solid 1px;
}
.footerNav .footerNavArea{
	width: 960px;
	margin: 0 auto;
}
.footerNav .footerNavArea ul{
	width: 900px;
	float: left;
	padding: 17px 0;
}
.footerNav .footerNavArea ul li{
	background: url(../images/icon_arrow001.png) no-repeat left 50%;
	padding: 0 0 0 13px;
	margin: 0 65px 0 0;
	font-size: 85%;
	float: left;
}
.footerNav .footerNavArea p.pagetop{
	width: 51px;
	float: right;
}
.footer{
	border-top: #bd2726 solid 1px;
	background: #f0f0f0;
	padding: 35px 0 10px;
}
.footer .footerArea{
	width: 960px;
	margin: 0 auto;
}

.footer .footerArea .logo{
	margin: 0 0 30px 0;
}

.footer .footerArea .logo a:nth-child(2){
	margin: 0 0 0 20px;
}

.footer .footerArea .office{
	margin: 0 0 0 -20px;
}
.footer .footerArea .office .Box{
	width: 225px;
	margin: 0 0 0 20px;
	float: left;
}
.footer .footerArea .office .Box h4{
    height: 3.5em;
	font-weight: bold;
}
.footer .footerArea .office .Box p{
	margin: 5px 0 0 0;
	font-size: 85%;
}
.footer .footerArea p.copyright{
	margin: 40px 0 0 0;
	font-size: 80%;
	text-align: center;
	color: #000;
}


/* ---------------------------------------------
　size_large
------------------------------------------------ */
br.large_view, .changeArea.size_middle br.large_view {display: none;}
.changeArea.size_large br.large_view {display: block;}
.changeArea.size_middle { font-size: 100%!important; }
.changeArea.size_large { font-size: 120%;}
.changeArea.size_large .rightBox .table01 tr th:first-child {font-size: 80%;}
.header nav ul.changeArea.size_large li:first-child,
.header nav ul.changeArea.size_large li:nth-child(4) {width: 112px;}
.header nav ul.changeArea.size_large li:nth-child(5),
.header nav ul.changeArea.size_large li:nth-child(6) {width: 200px;}
.changeArea.size_large .stand .flow .flowBox p.Arrow { height: 133px!important; padding: 2px 5px!important; }
.changeArea.size_large.stand .flow .flowBox p.Box {height: 115px; display: flex; align-items: center; justify-content: center; }
.changeArea.size_large.instant .title h3 {font-size: 125%;}