@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

@import url(http://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);


/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main {
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	max-height: 999999px;
	font-size: 100%;
}
body {
	/*font-family: 'Rounded Mplus 1c','Hiragino Kaku Gothic Pro', Meiryo, Arial, sans-serif;*/
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Arial, sans-serif;
	line-height: 1;
}
h1,h2,h3,h4,h5,h6,b,strong {
	font-weight: 600;
}
ol,ul,li {
  list-style: none;
}
ul,ol {
	letter-spacing: -.40em;
}
ul > li,ol > li {
	letter-spacing: normal;
}
fieldset,img {
	border: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
*:before,*:after {
	content: "";
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.hiddenPc,
.brkSp {
	display: none;
}
.brkPc {
	display: block;
}

p:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

/*===================================
	font link
=====================================*/

body,a {
	color: #1b1b1b;
}
a {
	text-decoration: none;
}
a:hover,
a.underine,
.menuPc li li a:hover {
	text-decoration: underline;
}
.header a:hover,
.pagetop a:hover,
.banner a:hover,
.btn a:hover,
a.underine:hover {
	text-decoration: none;
}
main a[href$="pdf"]::after,main .page__cont main a[href$="doc"]::after,main a[href$="docx"]::after,main a[href$="xls"]::after,main a[href$="xlsx"]::after,main a[href$="ppt"]::after,main a[href$="pptx"]::after,main a[href$="zip"]::after,main a[href$="jtd"]::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px !important;
  height: 16px;
  margin: -2px 0 0 2px;
  background: no-repeat 0 0;
}
main a[href$="pdf"]::after {
  background-image: url(/content/000054111.png) !important;
}
main a[href$="doc"]::after,
main a[href$="docx"]::after {
  background-image: url(/content/000054110.png) !important;
}
main a[href$="xls"]::after,
main a[href$="xlsx"]::after {
  background-image: url(/content/000054114.png) !important;
}
main a[href$="ppt"]::after,
main a[href$="pptx"]::after {
  background-image: url(/content/000054115.png) !important;
}
main a[href$="zip"]::after {
  background-image: url(/content/000054116.png) !important;
}
main a[href$="jtd"]::after {
  background-image: url(/content/000054117.png) !important;
}
main a[target="_blank"]:after {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  margin: -2px 0 0 2px;
  background: url(/content/000054127.png) no-repeat 0 0;
}

/*  header
---------------------------------*/

.toolLang,.toolFont dt {
	font-size: 14px;
}
.toolSearch,.toolFont dd {
	font-size: 16px;
}
.menuPc li {
	font-size: 20px;
}
.toolFont dd:nth-of-type(2) a {
	background: #fff;
	color: #707070;
	cursor: default;
}

/*  footer
---------------------------------*/

.foot__menuPc > ul > li > a {
	font-size: 1.125em;
}
.foot__menuPc > ul > li > li a {
	font-size: 14px;
}
.footer .admin {
	font-size: 12px;
}
.copy {
	font-size: 14px;
}
.pagetop {
	font-size: 14px;
}

/*  side
---------------------------------*/

.menu__relation li {
	ont-size: 1.125em;
}

/*===================================
	layout
=====================================*/

.inner {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
/*main.inner {
	overflow: hidden;
	margin-bottom: 50px;
}*/
main > div.inner {
	overflow: hidden;
	margin-bottom: 50px;
}
.page__cont {
	float: left;
	width: 720px;
}
.sub .menu__relation,
.sub .banner {
	width: 260px;
	margin-left: 760px;
}
.plugin-install {
	margin-top: 20px;
}
/*===================================
	element
=====================================*/
/*  background
---------------------------------*/

html {
	background-color: #fffdf9;
}
body:before {
	display: block;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 225px;
	width: 100%;
	height: 190px;
	/*border-bottom: solid 1px #e3e3e3;
	background: url(/content/000054122.jpg) repeat-x 50% 0;*/
}
body.home:before {
	background: url(/content/000054119.jpg) repeat-x 50% 0;
}
body:after {
	display: block;
	position: absolute;
	/*z-index: -1;*/
	top: 141px;
	left: 0;
	width: 100%;
	height: 92px;
	background: url(/content/000054120.png) no-repeat 50% 0;
}
input[type="text"] {
	border: solid 2px #a0a0a0;
	background: #fff;
}
input[type="submit"] {
	border: none;
	background: none;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
}

/*  sprite
---------------------------------*/

.logo,
.menuPc > ul > li:nth-of-type(1) > a:after,.menu li ul li a:before,
.foot__menuPc ul ul li:before,
.pagetop a:before,
.menu__relation a:before,
.ico a:before {
	background-image: url(/content/000054102.png);
	background-repeat: no-repeat;
}

/*  opacity
---------------------------------*/

a:hover img,
.pagetop a:hover,
.banner a:hover,
.btn a:hover,
input[type="submit"]:hover {
	opacity: .7;
}

/*  ico btn
---------------------------------*/

.ico a:before,
.menu li ul li a:before,
.foot__menuPc ul ul li:before,
.menu__relation a:before {
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}
.ico a:before {
	border-radius: 50%;
	background-color: #1b96c1;
}
.menu li ul li a:before {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #1b96c1;
	background-position: -200px -200px;
}
.foot__menuPc ul ul li:before {
	width: 7px;
	height: 12px;
	margin: -2px 10px 0 -17px;
	background-position: -400px -200px;
}
.more.ico a:before {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background-position: -300px -200px;
}
.menu__relation a:before {
	width: 22px;
	height: 22px;
	margin: -2px 7px 0 -28px;
	border-radius: 50%;
	background-color: #d1e8ee;
	background-position: -500px -200px;
}
.ico a:hover {
	text-decoration: underline;
}
.btn a {
	display: inline-block;
}

/*===================================
	header
=====================================*/

.header {
	position: relative;
	z-index: 1000;
	height: 225px;
	padding-top: 13px;
}
.header h1, .header div {
	height: 108px;
	margin: 0 0 0 15px;
	etter-spacing: -.40em;
}
.header b,.header span, , .header {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.header b {
	margin-right: 19px;
}
b .logo {
	width: 151px;
	height: 85px;
	background-position: -300px 0;
}
span .logo {
	width: 286px;
	height: 38px;
	background-position: 0 -100px;
}
.header > b >a {
	display: block;
}
.header b a {
	margin-top: 9px;
}
.header b span {
	display: block;
	position: absolute;
	left: -99999em;
}
.menu__tool dl,.menu__tool ul {
	position: absolute;
}
.toolSearch {
	top: 20px;
	right: 196px;
}
.toolLang {
	top: 20px;
	right: 7px;
}
.toolFont {
	top: 68px;
	right: 7px;
}
.toolSearch input[type="text"] {
	width: 268px;
	height: 34px;
	padding: 0 60px 0 17px;
	border-radius: 17px;
}
.toolSearch input[type="submit"] {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 86px;
	height: 30px;
	line-height: 30px;
	background: #707070;
	border-radius: 15px;
	color: #fff;
}
.toolLang li {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.toolLang li a {
	height: 32px;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 16px;
	border: solid 2px #a0a0a0;
	background: #707070;
	color: #fff;
	font-weight: 500;
}
.toolLang li.current a {
	background: #fff;
	color: #707070;
	pointer-events: none;
}
.toolFont {
	letter-spacing: -.40em;
}
.toolFont dt,.toolFont dd {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-left: 6px;
}
.toolFont dd a {
	width: 31px;
	height: 31px;
	line-height: 26px;
	border-radius: 50%;
	border: solid 2px #a0a0a0;
	background: #707070;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

/*  menu
---------------------------------*/

.menuPc {
	position: relative;
	text-align: center;
	font-weight: 600;
}
.menuPc > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.menuPc > ul > li:nth-of-type(1) {
	position: relative;
	margin: 0 11px 0 0;
	text-align: left;
}
.menuPc > ul > li:nth-last-of-type(1) {
	margin-right: 0;
}
.menuPc > ul > li > a {
	display: block;
	width: 300px;
	height: 48px;
	line-height: 42px;
	border-radius: 22px;
	border: solid 3px #facd89;
	background: #fff;
}
.menuPc > ul > li:nth-of-type(1) > a {
	width: 48px;
	border-radius: 50%;
	text-indent: -9999em;
}
.menuPc > ul > li:nth-of-type(1) > a:after {
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 22px;
	height: 20px;
	background-position: 0 -200px;
}
.menuPc > ul > li:hover > a,
.menuPc > ul > li.current > a {
	border-color: #e3e3e3;	color: #016e94;
}
.menuPc > ul > li:nth-of-type(2) > a:before,
.menuPc > ul > li:nth-of-type(2) > a:after,
.menuPc > ul > li:nth-of-type(3) > a:after {
	display: block;
	position: absolute;
	top: 42px;
	height: 7px;
	background: url(/content/000054120.png) no-repeat;
}
.menuPc > ul > li:nth-of-type(2) > a:before {
	width: 20px;
	margin-left: 5px;
	background-position: -172px -22px;
}
.menuPc > ul > li:nth-of-type(2) > a:after {
	width: 26px;
	margin-left: 236px;
	background-position: -403px -22px;
}
.menuPc > ul > li:nth-of-type(3) > a:after {
	width: 28px;
	margin-left: 133px;
	background-position: -621px -22px;
}
.menuPc > ul > li ul {
  opacity: 0;
  top: 50%;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.menuPc > ul > li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.menu li ul {
	position: absolute;
	margin-top: 18px;
	padding: 12px 23px 12px;
	border-radius: 10px;
	border: solid 3px #00a8ca;
	background: #fff no-repeat;
	text-align: left;
}
.menu li ul:before,.menu li ul:after {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 26px 15px;
}
.menu li ul:before {
	top: -29px;
	left: 94px;
	border-color: transparent transparent #00a8ca transparent;
}
.menu li ul:after {
	top: -23px;
	left: 94px;
	border-color: transparent transparent #fff transparent;
}
.menu > ul > li:nth-of-type(2) ul {
	padding-right: 235px;
	background-image: url(/content/000054123.png);
	background-position: 344px 50%;
}
.menu li ul li {
	background: url(/content/000054105.jpg) repeat-x 0 100%;
}
.menu li ul li:nth-of-type(1) {
	display: none;
}
.menu li ul li:nth-last-of-type(1) {
	background: none;
}
.menu li ul li a {
	display: block;
	padding: 10px 25px 10px 5px;
	line-height: 1.4;
}
.menuPc > span {
	display: none;
}

/*===================================
	footer
=====================================*/

.footer {
	position: relative;
}
.footer:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 96px;
	width: 100%;
	height: 1px;
	background: #eee8dd;
}

/*  foot__menu
---------------------------------*/

.foot__menu {
	padding: 52px 0 150px;
	background: url(/content/000054118.png) no-repeat 50% 90%, url(/content/000054113.jpg) repeat-x 50% 0, url(/content/000054113.jpg) repeat-x 50% 100%, #d4e9ed;
}
.foot__menuPc > ul {
	position: relative;
	overflow: hidden;
	border-left: solid 2px #e5f2f4;
	border-right: solid 2px #e5f2f4;
}
.foot__menuPc > ul:before,.foot__menuPc > ul:after {
	display: block;
	position: absolute;
	/*z-index: 10;*/
	top: 0;
	height: 300px;
}
.foot__menuPc > ul:before {
	left: 334px;
	width: 337px;
	border-left: solid 2px #e5f2f4;
	border-right: solid 2px #e5f2f4;
}
.foot__menuPc > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 337px;
	margin-left: 1px;
	padding: 17px 10px 17px 19px;
}
.foot__menuPc > ul > li > a {
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}
.foot__menuPc ul ul li:nth-of-type(1) {
	display: none;
}
.foot__menuPc ul ul li {
	margin-bottom: 16px;
	padding-left: 23px;
	line-height: 1.2;
}
.foot__menuPc a {
	position: relative;
}

/*  global__menu
---------------------------------*/

.global__menu {
	padding: 53px 0 25px;
}
.global__menu li {
	display: inline-block;
	vertical-align: top;
}
.global__menu li:after {
	display: inline-block;
	content: "／";
	margin: -2px 19px 0;
}
.global__menu li:nth-last-of-type(1):after {
	display: none;
}
.global__menu a {	color: #016e94;
}

/*  global__menu
---------------------------------*/

.footer .admin {
	margin-bottom: 30px;
}
.footer .admin dd {
	margin-bottom: 8px;
}

/*  copy
---------------------------------*/

.copy {
	padding: 45px 0;
}

/*  links__ban
---------------------------------*/

.links__ban {
	position: relative;
}
.links__ban img {
	position: absolute;
}
.links__ban li:nth-of-type(1) .logo {
	top: -219px;
	right: 0;
	width: 151px;
	height: 85px;
	background-position: -300px 0;
}

.links__ban li:nth-of-type(2) .logo {
	top: -76px;
	right: 0;
	width: 286px;
	height: 38px;
	background-position: 0 -100px;
}


/*  pagetop
---------------------------------*/

.pagetop {
	position: fixed;
	z-index: 500;
	right: 30px;
	bottom: 200px;
	bottom: 30px;
	text-align: center;
}
.pagetop a {
	display: block;	color: #016e94;
	line-height: 1.4;
	font-weight: 600;
}
.pagetop a:before {
	display: block;
	width: 54px;
	height: 55px;
	margin: 0 auto 5px;
	border-radius: 50%;
	background-color: #1b96c1;
	background-position: -900px 0;
}

/*===================================
	side
=====================================*/

.menu__relation {
	margin-bottom: 30px;
	padding: 5px;
	border-radius: 8px;
	background: url(/content/000054128.jpg) repeat 0 0;
}
.menu__relation ul {
	padding: 0 12px 11px;
	background: #fff;
	line-height: 1.4;
}
.menu__relation li {
	padding: 14px 0;
	background: url(/content/000054105.jpg) repeat-x 0 100%;
}
.menu__relation a {
	display: inline-block;
	padding-left: 28px;
}
.banner li {
	margin-bottom: 15px;
}
.banner li a {
	display: block;
	height: 70px;
	line-height: 68px;
	padding-left: 14px;
	border-radius: 3px;
	border: solid 3px #facd89;
	background: url(/content/000054135.png) no-repeat;
	font-size: 18px;
	font-weight: 600;
}
.banner li:nth-of-type(1) a {
	background-position: 153px 0;
}
.banner li:nth-of-type(2) a {
	padding-top: 10px;
	line-height: 1.2;
	background-position: 153px -100px;
}
.banner li:nth-of-type(3) a {
	background-position: 153px -200px;
}
.banner li:nth-of-type(4) a {
	background-position: 153px -300px;
}

/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px) {

	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}

	/*===================================
		font
	=====================================*/

	body {
		font-size: 150%;
	}

	/*  header
	---------------------------------*/

	.toolSearch,.toolFont dd {
		font-size: 22px;
	}
	.toolLang,.toolFont dt {
		font-size: 19px;
	}
	.menuSp span {
		font-size: 20px;
	}
	.menuSp li {
		font-size: 36px;
	}
	.menuSp li li {
		font-size: 24px;
	}

	/*  footer
	---------------------------------*/

	.foot__menu > ul > li > a {
		font-size: 36px;
	}
	.foot__menu li li a {
		font-size: 24px;
	}
	.global__menu {
		font-size: 20px;
	}
	.footer .admin {
		font-size: 18px;
	}
	.copy {
		font-size: 18px;
	}

	/*===================================
		layout
	=====================================*/

    main {
        overflow-x: hidden;
        width: 640px;
    }
	.inner {
		width: 640px;
		padding-left: 20px;
		padding-right: 20px;
	}
	main.inner {
		margin-bottom: 0;
	}
	.page__cont {
		float: none;
		width: auto;
		margin-bottom: 50px;
	}
	.sub .banner {
		width: auto;
		margin: 0 -20px;
		background: url(/content/000054107.jpg) repeat-x 0 0;
	}

	/*===================================
		element
	=====================================*/
	/*  background
	---------------------------------*/

	body:before,body.home:before {
		top: 209px;
		height: 1px;
		background: #d1e8ee;
	}

	body:after {
		display: none;
	}

	/*  sprite
	---------------------------------*/

	.menuSp span:before,
	.menuWrap > ul > li > a:before,
	.foot__menu > ul > li > a:before,
	.foot__menuSp li ul li a:before {
		background-image: url(/content/000054102.png);
		background-repeat: no-repeat;
	}
	/*  ico btn
	---------------------------------*/

	.menuWrap > ul > li > a:before,
	.foot__menu > ul > li > a:before,
	.foot__menuSp li ul li a:before {
		display: inline-block;
		margin-top: -4px;
		vertical-align: middle;
	}
	.ico a:before,
	.menu li ul li a:before {
		margin-top: -4px;
	}
	.menuWrap > ul > li > a:before,
	.foot__menu > ul > li > a:before {
		width: 38px;
		height: 39px;
		margin-right: 19px;
		border-radius: 50%;
		background-color: #1b96c1;
		background-position: -200px -300px;
	}
	.menu li ul li a:before,
	.foot__menuSp li ul li a:before {
		width: 22px;
		height: 22px;
		margin-right: 8px;
		border-radius: 50%;
		background-color: #1b96c1;
		background-position: -300px -300px;
	}
	.more.ico a:before {
		width: 28px;
		height: 28px;
		margin-right: 9px;
		background-position: -400px -300px;
	}

	/*===================================
		header
	=====================================*/

	.header {
		height: 295px;
		padding-top: 87px;
	}
	.header h1, .header div {
		height: auto;
		margin: 0 0 0 20px;
	}
	.header b {
		margin-right: 0;
	}
	b .logo {
		width: 187px;
		height: 104px;
		background-position: -500px 0;
	}
	.header span {
		position: absolute;
		top: 16px;
		right: 25px;
	}
	.header b a {
		margin-top: 0;
	}
	.toolSearch {
		top: 231px;
		left: 108px;
		right: inherit;
	}
	.toolLang {
		top: 18px;
		left: 20px;
		right: inherit;
	}
	.toolFont {
		top: 19px;
		right: 20px;
	}
	.toolSearch input[type="text"] {
		width: 424px;
		height: 46px;
		border-radius: 23px;
	}
	.toolSearch input[type="submit"] {
		width: 117px;
		height: 42px;
		line-height: 42px;
		border-radius: 21px;
	}
	.toolLang li {
		display: inline-block;
		vertical-align: top;
		margin: 0 6px 0 0;
	}
	.toolLang li a {
		height: 44px;
		line-height: 39px;
		padding: 0 18px;
		border-radius: 22px;
	}
	.toolFont dt,.toolFont dd {
		margin-left: 10px;
	}
	.toolFont dd a {
		width: 42px;
		height: 42px;
		line-height: 37px;
	}

	/*  menu
	---------------------------------*/

	.menuSp span {
		position: absolute;
		top: 88px;
		right: 33px;
		width: 100px;	color: #016e94;
		text-align: center;
		cursor: pointer;
		font-weight: 500;
	}
	.menuSp span:before {
		display: block;
		width: 100px;
		height: 83px;
		background-position: 0 -300px;
	}
	.menuWrap {
		position: absolute;
		top: 211px;
		left: 0;
		overflow-y: auto;
		width: 640px;
		height: 100vh;
		background: #d1e8ee;
		z-index: 2000;
	}
	.menuWrap > ul {
		padding: 33px 20px 200px;
		background: url(/content/000054130.png) no-repeat 50% 95%;
	}
	.menuWrap > ul > li {
		margin-bottom: 19px;
	}
	.menuWrap > ul > li:nth-of-type(1) {
		display: none;
	}
	.menuWrap > ul > li > a {
		display: block;
		height: 76px;
		line-height: 76px;
		padding-left: 17px;
		border-radius: 38px;
		background: #fffdf9;
		font-weight: 500;
	}
	.menuWrap > ul > li > a.open {	color: #016e94;
	}
	.menuWrap > ul > li > a.open:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.menu li ul {
		position: relative;
		margin: 10px 20px 0;
		padding: 14px 21px 14px;
	}
	.menu .menuWrap > ul > li:nth-of-type(2) ul {
		background-image: url(/content/000054131.png);
		background-position: 340px 50%;
	}
	.menu .menuWrap > ul > li:nth-of-type(2) ul li {
		width: 320px;
	}
	.menu li ul li a {
		padding-right: 0;
	}

	/*===================================
		footer
	=====================================*/

	.footer:after {
		display: none;
	}

	/*  foot__menu
	---------------------------------*/

	.foot__menu {
		padding: 46px 0 338px;
		background: url(/content/000054129.png) no-repeat 50% 95%, url(/content/000054113.jpg) repeat-x 50% 0, url(/content/000054113.jpg) repeat-x 50% 100%, #d4e9ed;
	}
	.foot__menu a {
		text-decoration: none;
	}
	.foot__menu > ul > li {
		margin-bottom: 18px;
	}
	.foot__menu > ul > li > a {
		display: block;
		height: 76px;
		line-height: 76px;
		padding-left: 17px;
		border-radius: 38px;
		background: #fffdf9;
		font-weight: 500;
	}
	.foot__menu > ul > li > a.open {	color: #016e94;
	}
	.foot__menu > ul > li > a.open:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.foot__menuSp li ul {
		position: relative;
		margin: 10px 20px 0;
		padding: 14px 21px 14px;
		border-radius: 10px;
		border: solid 3px #00a8ca;
		background: #fff no-repeat;
		text-align: left;
	}
	.foot__menuSp li ul:before,.foot__menuSp li ul:after {
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 26px 15px;
	}
	.foot__menuSp li ul:before {
		top: -29px;
		left: 94px;
		border-color: transparent transparent #00a8ca transparent;
	}
	.foot__menuSp li ul:after {
		top: -23px;
		left: 94px;
		border-color: transparent transparent #fff transparent;
	}
	.foot__menuSp li ul li {
		background: url(/content/000054105.jpg) repeat-x 0 100%;
	}
	.foot__menuSp li ul li:nth-last-of-type(1) {
		background: none;
	}
	.foot__menuSp li ul li a {
		display: block;
		padding: 10px 25px 10px 5px;
		line-height: 1.4;
	}

	/*  global__menu
	---------------------------------*/

	.global__menu {
		padding: 130px 50px 45px;
		text-align: center;
	}
	.global__menu li {
		margin-bottom: 20px;
	}
	.global__menu li:after {
		margin: -2px 10px 0;
	}

	/*  global__menu
	---------------------------------*/

	.footer .admin {
		position: absolute;
		left: 0;
		width: 100%;
		margin-top: -220px;
		text-align: center;
	}
	.footer .admin dd {
		margin-bottom: 12px;
	}

	/*  copy
	---------------------------------*/

	.copy {
		margin-top: 100px;
		padding: 25px 0 40px;
		border-top: solid 1px #eee8dd;
		text-align: center;
		line-height: 1.6;
	}

	/*  links__ban
	---------------------------------*/

	.links__ban {
		padding-bottom: 45px;
		text-align: center;
	}
	.links__ban li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 19px;
	}
	.links__ban img {

	}
	.links__ban li:nth-of-type(1) .logo {
		top: -250px;
		right: 244px;
	}
	.links__ban li:nth-of-type(2) .logo {
		position: relative;
		top: inherit;
		left: inherit;
		margin: auto;

	}

	/*  pagetop
	---------------------------------*/

	.pagetop {
		right: 10px;
		bottom: 400px;
		bottom: 30px;
	}
	.pagetop span {
		display: none;
	}
	.pagetop a:before {
		width: 76px;
		height: 76px;
		margin: auto;
		background-position: -900px -100px;
	}

	/*===================================
		side
	=====================================*/

	.banner {
		margin: 0;
	}
	.banner ul {
		padding: 39px 20px 33px 20px;
	}
	.banner li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0 20px 20px 0;
		text-align: center;
	}
	.banner li:nth-of-type(even) {
		margin-right: 0;
	}
	.banner li a {
		width: 290px;
		height: 180px;
		line-height: 1;
		padding: 20px 0 0;
		border-radius: 5px;
		font-size: 24px;
	}
	.banner li:nth-of-type(1) a {
		background-position: -200px 0;
	}
	.banner li:nth-of-type(2) a {
		padding-top: 20px;
		line-height: 1;
		background-position: -500px 0;
	}
	.banner li:nth-of-type(3) a {
		background-position: -200px -200px;
	}
	.banner li:nth-of-type(4) a {
		background-position: -500px -200px;
	}
	.banner li a:after {
		display: block;
		position: absolute;
		background: url(/content/000054135.png) no-repeat;
	}
	.banner li:nth-of-type(1) a:after {
		top: -13px;
		left: -20px;
		width: 42px;
		height: 46px;
		background-position: -900px 0;
	}
	.banner li:nth-of-type(2) a:after {
		top: -19px;
		right: -14px;
		width: 50px;
		height: 47px;
		background-position: -900px -100px;
	}
	.banner li:nth-of-type(3) a:after {
		bottom: -20px;
		left: -19px;
		width: 51px;
		height: 50px;
		background-position: -900px -200px;
	}
	.banner li:nth-of-type(4) a:after {
		bottom: -19px;
		right: -15px;
		width: 54px;
		height: 46px;
		background-position: -900px -300px;
	}

}