body {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

/* @group ヘッダー */

#header {
	height: 115px;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	margin: 0 auto;
	padding-top: 15px;
	background-color: #fff;
}

#header .inner {
	width: 1000px;
	margin: 0 auto 25px;
}

#header .logo {
	float: left;
}

#header .lang {
	float: right;
	font-size: 13px;
	color: #012b5f;
	padding-top: 15px;
}

#header .lang li {
	float: left;
	border-right: 1px solid #ababab;
	margin-right: 10px;
	padding-right: 10px;
}

#header .lang li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

#header .lang li a {
	text-decoration: none;
	color: #999999;
}

#header .lang li a:hover {
	text-decoration: underline;
}


/* @end */

/* @group グローバルナビ */

.globalNav {
    width: 100%;
    height: 45px;
	position: relative;
	background-color: #012b5f;
	border-bottom: 5px solid #175caa;
	font-size: 14px;
}

.globalNav ul {
    width: 1000px;
    margin: 0 auto;
}

.globalNav li {
    float: left;
}

.globalNav li a {
	padding: 0 39px;
    line-height: 45px;
    height: 45px;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

.globalNav li a:hover {
	background-color: #175caa;
	transition: .3s;
}

/* @end */


/* @group フッター */

#footer {
	width: 100%;
	margin: 0 auto;
	background-color: #175caa;
	color: #ffffff;
	font-size: 13px;
	padding: 40px 0;
}

#footer a:link, #footer a:visited {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .inner {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#footer .pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
}

/* @end */


#wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding-top: 130px;
	padding-bottom: 80px;
}

.w1000 {
    width: 1000px;
	margin: 0 auto;
}

table {
	width: 100%;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

table th {
	padding: 15px 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #e8eff7;
	vertical-align: top;
	width: 130px;
}

table td {
	padding: 15px 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/* @group パンくずリスト */


#topicPath  {
    width: 1000px;
	margin: 0 auto;
	text-align: right;
	font-size: 13px;
	padding: 10px 0;
}

#topicPath li {
    display: inline;
    list-style-type: none;
}

#topicPath li a {
    background: url("../common/topicpath.gif") no-repeat scroll right center transparent;
    padding-right: 12px;
	margin-right: 2px;
}

/* @end */


/* @group contact */

#contact {
	background: #414b55;
	padding: 30px 0 40px;
	color: #fff;
	text-align: left;
}

#contact .fl {
	margin-right: 120px;
}

#contact a.mail {
	color: #fff;
}

#contact h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

#contact h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.3;
}

#contact .btn a {
	text-align: center;
	width: 200px;
	height: 56px;
	display: block;
	text-decoration: none;
	color: #6fb144;
	line-height: 56px;
	z-index: 2;
	overflow: hidden;
	font-size: 20px;
	position: relative;
	background-color: #fff;
	padding-right: 20px;
}

#contact .btn a::before,
#contact .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#contact .btn a,
#contact .btn a::before,
#contact .btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#contact .btn a:hover {
	color: #fff;
}

#contact .btn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

#contact .btn a:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #6fb144;
}

#contact .btn .caret {
	background: url(../common/arrow.png) no-repeat right center;
	width: 13px;
	height: 19px;
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 15px;
}

#contact .btn a:hover .caret {
	background: url(../common/arrow_on.png) no-repeat right center;
}

/* @end */


@media print {

body { zoom: 60%; }

#header {
	position: relative;
	height: auto;
}

#wrapper {
	padding-top: 0;
}

#footer {
	background-color: #fff;
	color: #333;
	height: auto;
}

#footer a:link,
#footer a:hover,
#footer a:visited {
    color: #333;
}

#footer dl, #footer ul, {
	display: none;
}

#footer .nav2 {
	background-color: #fff;
}

}
