@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);

/* オリジナルのレイアウト
----------------------------------------*/

html {
	font-size: 1rem;
	font-size: 10px;
}
@media only screen and (max-width: 1280px) {
	html {
		font-size: .781vw;
	}
}
@media only screen and (max-width: 736px) {
	html {
		font-size: 2.666vw;
	}
	@media screen and (orientation: landscape) {
		html {
			font-size: 1rem;
			font-size: 10px;
		}
	}
}

body {
	color: #141414;
	font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.fixed {
	position: fixed;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	height: 100%;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 736px) {
	body {
		height: 100%;
		min-width: 0;
	}
}
a {
	text-decoration: none;
	color: #3c3c3c;
}

a.a_gaibu:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 .5em;
	background: url(../img/common/icon_gaibu.png) no-repeat center center;
}
.linkbox {
	cursor: pointer;
}


@media only screen and (max-width: 736px) {
	a.a_gaibu:after {
		content: "";
		display: inline-block;
		width: 11px;
		height: 11px;
		margin: 0 0 0 .5em;
		background: url(../img/common/icon_gaibu_sp.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
	}

}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-right: 30px;
	max-width: 30%;
}
.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-left: 30px;
	max-width: 30%;
}
@media only screen and (max-width: 736px) {
	.img_float_l {
		margin-right: 15px;
		max-width: 40%;
	}
	.img_float_r {
		margin-left: 15px;
		max-width: 40%;
	}
}


/*color
----------------------------------------*/

.color_red { color: #f11717;}
.color_pink { color: #cc2e75;}
.color_blue { color: #0a69bb; }
.color_green { color: #2dbe00; }
.color_orange { color: #ec6e00; }
.color_gray { color: #999999; }
.color_black { color: #000000; }


/* hr
----------------------------------------*/

hr {
	clear: both;
	border: none;
	border-top: solid 1px #333;
	height: 1px;
	color: transparent;
	margin: 28px 0;
}

hr.clear {
	clear: both;
	border-bottom: none;
	height: 1px;
	color: transparent;
	margin: 0;
}
hr.transparent {
	clear: both;
	border: none;
	height: 1px;
	color: transparent;
	margin: 28px 0;
}

/*header
----------------------------------------*/
.header {
	padding: 27px 28px 0 34px;
	z-index: 3100;
	background: #fff;
	zoom:1;
}
.header:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.header .logo {
	float: left;
	width: 400px;
}
.header .logo img {
	width: 400px;
}
.header .logo a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
	display: inline-block;
}
.header .logo a:hover {
	opacity: .6;
}
.header .sub_nav {
	float: right;
}
.header .sub_nav li {
	float: left;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .3px;
	margin-left: 20px;
}
.header .sub_nav li a {
	color: #485054;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.header .sub_nav a:hover {
	text-decoration: underline;
}
.header .sub_nav li.search {
	margin-left: 27px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.header .sub_nav li.search.open img {
	opacity: 0;
}
.header .sub_nav li.search.open::before {
	content: "";
	background: #656464;
	position: absolute;
	width: 20px;
	height: 1px;
	top: 7px;
	left: -3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
.header .sub_nav li.search.open::after {
	content: "";
	background: #656464;
	position: absolute;
	width: 20px;
	height: 1px;
	top: 7px;
	left: -3px;
	bottom: auto;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}
.header .sub_nav li.search:hover {
	opacity: .6;
}
.header .sub_nav li.lang {
	font-size: 1.1rem;
	padding-top: 1px;
	margin-left: 25px;
	letter-spacing: .8px;
}
.header .sub_nav li.contact,
.header .sub_nav li.inotice {
	margin-top: -3px;
	margin-left: 0;
}
.header .sub_nav li.inotice {
	margin-left: 16px;
}
.header .sub_nav li.contact a::before,
.header .sub_nav li.inotice a::before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	background: url(../img/common/icon_contact.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 1px 0;
}
.header .sub_nav li.inotice a::before {
	background-image: url(../img/common/icon_importantnotice.png);
}
.search_form {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	top: 80px;
	text-align: center;
	border-top: solid 3px #656464;
	z-index: 1100;
	padding: 30px 0;
	display: none;
}
.search_form form {
	width: 560px;
	margin: 0 auto;
}
.search_form input[type="text"] {
	box-sizing: border-box;
	width: 560px;
	height: 40px;
	padding: 0 50px 0 15px;
	border: none;
	font-size: 1.6rem;
	background-color: #f0f4f9;
	color: #333;
	border: solid 1px #aaa;
}
.search_form input[type="text"]:focus {
	outline: none;
}
.search_form button {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: #4f4f5a url(../img/common/icon_btn_search.png) no-repeat center center;
	border: none;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.search_form button:hover {
	opacity: .6;
}
.gnav {
	clear: both;
	width: 1020px;
	float: right;
	margin: 15px 22px 0 0;
	position: static;
}
.gnav > ul > li {
	float: left;
	width: 195px;
	text-align: center;
	position: static;
}
.gnav > ul > li + li {
	margin-left: 5px;
}
.gnav > ul > li > a {
	border-top: solid 3px #656464;
	display: block;
	color: #656464;
	letter-spacing: .2px;
	padding: 11px 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.gnav > ul > li > a span {
	display: none;
}

@media only screen and (min-width: 1029px){
.gnav li > ul {
	display: none;
	padding: 12px 13px 8px;
	background: rgba(101,100,100,.85);
	position: absolute;
	width:195px;
	 
	/*top: 100%;
	right: 0;
	left: 0;*/
	text-align: left;
	z-index: 1100;
}
}

@media screen and (min-width: 320px) and (max-width: 480px){
.gnav li > ul {
	display: none;
	padding: 12px 13px 8px;
	background: rgba(101,100,100,.85);
	position: absolute;

	 
	/*top: 100%;
	right: 0;
	left: 0;*/
	text-align: left;
	z-index: 1100;
}
}


.gnav > ul > li > ul a {
	color: #fff;
	letter-spacing: .4px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.gnav > ul > li > ul a:hover {
	opacity: .6;
}
.gnav > ul > li > ul a[target="_blank"] {
	background: url(../img/common/icon_external.png) no-repeat left 2px;
	padding-left: 20px;
}
.gnav > ul > li > ul li {
	display: inline-block;
	margin: 0 33px 5px 0;
}
.btn_menu {
	display: none;
}
@media only screen and (max-width: 1280px) {
	.header {
		padding: 2.109vw 2.187vw 0 2.656vw;
	}
	.header .logo {
		width: 17.446vw;
	}
	.header .logo img {
		width: 17.446vw;
	}
	.header .sub_nav li.search {
		margin-left: 2.109vw;
	}
	.header .sub_nav li.search.open::before {
		width: 1.562vw;
		top: .547vw;
		left: -.234vw;
	}
	.header .sub_nav li.search.open::after {
		width: 1.562vw;
		top: .547vw;
		left: -.234vw;
	}
	.header .sub_nav li.lang {
		margin-left: 1.953vw;
	}
	.header .sub_nav li.contact {
		margin-top: -.234vw;
		margin-left: 0;
	}
	.header .sub_nav li.contact a::before,
	.header .sub_nav li.inotice a::before {
		width: 1.875vw;
		height: 1.875vw;
		margin: 0 .312vw .078vw 0;
	}
	.search_form {
		top: 5.2vw;
		padding: 2.344vw 0;
	}
	.gnav {
		width: 72.251vw;
		margin: 1.172vw .469vw 0 0;
	}
	.gnav > ul > li {
		width: 13.781vw;
	}
	.gnav > ul > li + li {
		margin-left: .391vw;
	}
	.gnav > ul > li > a {
		border-top: solid .234vw #656464;
		padding: .859vw 0;
	}
}
@media only screen and (min-width: 736px) {	
	.gnav > ul > li > a:hover {
		background: #cfddea;
	}
	.gnav > ul > li.current > a {
		background: #d1dddd;
	}
}
@media only screen and (max-width: 736px) {	
	.header {
		padding: 15.5px 28px 18px 20px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.header .logo {
		float: none;
		width: 230px;
	}
	.header .logo img {
		width: 230px;
		vertical-align: bottom;
	}
	.header .logo a:hover {
		opacity: 1;
	}
	.header .sub_nav {
		display: none;
	}
	.gnav {
		display: none;
		width: auto;
		float: none;
		position: fixed;
		top: 55.5px;
		left: 0;
		right: 0;
		margin: 0;
		/*max-height: calc(100vh - 55.5px);
		max-height: -webkit-calc(100vh - 55.5px);*/
		height: 100%;
		overflow: auto;
		z-index: 3110;
		background: #fff;
		border-bottom: solid 3px #656464;
		padding-bottom: 30px;
	}
	.gnav > ul {
		overflow: hidden;
	}
	.gnav > ul > li {
		float: none;
		width: auto;
		position: relative;
		text-align: left;
	}
	.gnav > ul > li > a {
		padding: 11px 15px 15px;
		border-top: solid 1px #656464;
		position: relative;
	}
	.gnav > ul > li > a span {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		width: 43px;
		background: #ddd;
	}
	.gnav > ul > li.parent > a::before {
		content: "";
		width: 13px;
		height: 1px;
		background: #656464;
		position: absolute;
		top: 50%;
		right: 15px;
		z-index: 5;
	}
	.gnav > ul > li.parent > a::after {
		content: "";
		width: 1px;
		height: 13px;
		background: #656464;
		position: absolute;
		top: 50%;
		right: 21px;
		margin-top: -6px;
		z-index: 5;
	}
	.gnav > ul > li.parent > a.open::after {
		display: none;
	}
	.gnav > ul > li + li {
		margin-left: 0;
	}
	.gnav li > ul {
		display: none;
		padding: 0;
		background: rgba(101,100,100,.85);
		position: relative;
		top: 100%;
		right: 0;
		left: 0;
		text-align: left;
		z-index: 1100;
	}
	.gnav > ul > li > ul li {
		display: block;
		margin: 0;
	}
	.gnav > ul > li > ul li + li {
		margin-left: 0;
		border-top: solid 1px #fff;
	}
	.gnav > ul > li > ul li a {
		display: block;
		padding: 10px 15px;
	}
	.gnav > ul > li > ul a:hover,
	.header .sub_nav li.search:hover,
	.search_form button:hover {
		opacity: 1;
	}
	.gnav > ul > li > ul a[target="_blank"] {
		background: url(../img/common/icon_external.png) no-repeat 15px center;
		padding-left: 35px;
	}
	.gnav > ul > li.lang {
		width: 25%;
		float: left;
		text-align: center;
	}
	.gnav > ul > li.lang + li.lang {
		border-left: solid 1px #656464;
	}
	.gnav > ul > li.contact a::before,
	.gnav > ul > li.inotice a::before {
		content: "";
		width: 24px;
		height: 24px;
		display: block;
		background: url(../img/common/icon_contact.png) no-repeat;
		background-size: 100% 100%;
		display: inline-block;
		vertical-align: -6px;
		margin: 0 4px 0 0;
	}
	.gnav > ul > li.inotice a::before {
		background-image: url("../img/common/icon_importantnotice.png");
	}
	.search_form {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		border-top: solid 1px #656464;
		padding: 15px;
		display: block;
		clear: both;
		margin-bottom: 80px;
	}
	.search_form form {
		width: auto;
		height: 40px;
	}
	.search_form input[type="text"] {
		width: 100%;
		font-size: 1.6rem;
	}
	.btn_menu {
		display: block;
		width: 23px;
		height: 20px;
		position: absolute;
		right: 20px;
		top: 18px;
	}
	.btn_menu::before,
	.btn_menu::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 23px;
		height: 2px;
		background: #485054;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	.btn_menu::after {
		top: auto;
		bottom: 0;
	}
	.btn_menu span {
		width: 23px;
		height: 2px;
		background: #485054;
		display: block;
		margin-top: 9px;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	.btn_menu.open::before {
		top: 9px;
		left: 1px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
	}
	.btn_menu.open::after {
		top: 9px;
		left: 1px;
		bottom: auto;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
	}
	.btn_menu.open span {
		opacity: 0;
	}
	#bg_black {
		position: absolute;
		top: 55.5px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 1090;
		height: 100vh;
	}
}

/*topic_path パンくず
----------------------------------------*/
.topic_path {
	width: 1000px;
	margin: 12px auto;
	text-align: right;
	font-size: 1.1rem;
}
.topic_path li {
	display: inline-block;
}
.topic_path li + li::before {
	content: "\025b6";
	font-size: .7rem;
	color: #ccc;
	margin: 0 12px 0 9px;
	vertical-align: 2px;
}
.topic_path li a {
	text-decoration: underline;
	color: #a4730c;
}
@media only screen and (max-width: 736px) {
	.topic_path {
		width: auto;
		margin: 5px 4.687%;
		text-align: left;
		display: none;
	}
	.topic_path li + li::before {
		margin: 0 7px;
	}
}

/*.container 共通
----------------------------------------*/
#contents {
	margin: 0 auto 72px;
	clear: both;
}
@media only screen and (max-width: 1280px) {
	#contents {
		margin: 0 auto 72px;
	}
}
@media only screen and (max-width: 736px) {
	#contents {
		margin: 55.5px auto 99px;
	}
}


/*pagetop
----------------------------------------*/
.btn_pagetop {
	position: absolute;
	right: 20px;
	margin-top: -75px;
	z-index: 3000;
}
.btn_pagetop a {
	display: inline-block;
	padding-right: 30px;
	font-size: 1.495rem;
	color: #656464;
	overflow: hidden;
	height: 38px;
	width: 38px;
	background: url(../img/common/icon_pagetop.png) no-repeat right 49%;
	background-size: 38px 38px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	text-indent: -500px;
}
.btn_pagetop a:hover {
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	.btn_pagetop {
		right: 20px;
		margin-top: -35px;
	}
	.btn_pagetop a {
		padding-right: 0;
		background-size: 19px 19px;
		height: 19px;
		width: 19px;
		text-indent: -500px;
		overflow: hidden;
	}
	.btn_pagetop a:hover {
		opacity: 1;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #656464;
	color: #fff;
	padding: 14px 0 0;
}
.footer .footer_nav {
	width: 1156px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 3px 26px;
}
.footer .footer_nav a {
	color: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.footer .footer_nav a:hover {
	opacity: .6;
}
.footer .footer_nav dl,
.footer .footer_nav > ul {
	float: left;
}
.footer .footer_nav dl + dl {
	margin-left: 40.5px;
}
.footer .footer_nav dl + dl:nth-child(4) {
	margin-left: 26px;
}
.footer .footer_nav dl + dl:nth-child(5) {
	margin-left: 38px;
}
.footer .footer_nav > ul {
	margin-left: 40px;
}
.footer .footer_nav > ul li {
	margin-bottom: 9px;
}
.footer .footer_nav dl dd {
	margin: 4px 0 0 16px;
	font-size: 1.2rem;
	letter-spacing: .5px;
}
.footer .footer_nav dl .accordion + dd {
	margin: 0;
}
.footer .footer_nav dl .accordion + dd li {
	margin: 4px 0 0 16px;
}
.footer .footer_nav dl .accordion span {
	display: none;
}
.footer .footer_nav dt {
	margin-bottom: 7px;
}
.footer .footer_nav dt a {
	display: inline-block;
	padding: 0 0 0 15px;
	letter-spacing: .7px;
	font-size: 1.3rem;
	background: url(../img/common/icon_arrow_right.png) no-repeat 2px 2px;
	background-size: 8px 12px;
}
.footer .footer_nav dd + dt {
	padding-top: 7px;
}
.footer .footer_nav dt.accordion a {
	background: url(../img/common/icon_arrow_down.png) no-repeat left 2px;
}
.footer .footer_nav dl dd a[target="_blank"],
.footer .footer_nav > ul li a[target="_blank"] {
	background: url(../img/common/icon_external.png) no-repeat left 2px;
	padding-left: 20px;
}
.footer .footer_nav > ul li a {
	font-size: 1.2rem;
	letter-spacing: .8px;
}
.footer .footer_nav > ul li a[target="_blank"] {
	background-position: left 3px;
	font-size: 1.3rem;
}
.footer_copyright {
	text-align: center;
	margin: 0 62px;
	padding: 12px 0 13px;
	border-top: solid 1px #d9d8d8;
}
.footer_copyright small {
	font-size: 1.2rem;
	letter-spacing: .8px;
}
@media only screen and (max-width: 1280px) {
	.footer {
		padding: 1.094vw 0 0;
	}
	.footer .footer_nav {
		width: 90.312vw;
		padding: 0 .234vw 2.031vw;
	}
	.footer .footer_nav dl + dl {
		margin-left: 3vw;
	}
	.footer .footer_nav dl + dl:nth-child(4) {
		margin-left: 2vw;
	}
	.footer .footer_nav dl + dl:nth-child(5) {
		margin-left: 2.5vw;
	}
	.footer .footer_nav > ul {
		margin-left: 3vw;
	}
	.footer .footer_nav > ul li {
		margin-bottom: .703vw;
	}
	.footer .footer_nav dl dd {
		margin: .312vw 0 0 1.25vw;
	}
	.footer .footer_nav dl .accordion + dd li {
		margin: .312vw 0 0 1.25vw;
	}
	.footer .footer_nav dt {
		margin-bottom: .547vw;
	}
	.footer .footer_nav dt a {
		padding: 0 0 0 1.172vw;
		background-size: .625vw .937vw;
		letter-spacing: .054vw;
	}
	.footer .footer_nav dd + dt {
		padding-top: 0.547vw;
	}
	.footer .footer_nav dt:first-child a {
		background-size: 1.015vw 1.015vw;
	}
	.footer .footer_nav > ul li a {
		letter-spacing: .0625vw;
	}
	.footer .footer_nav dl dd a[target="_blank"],
	.footer .footer_nav > ul li a[target="_blank"] {
		background: url(../img/common/icon_external.png) no-repeat left .156vw;
		background-size: 1.015vw 1.015vw;
		padding-left: 1.562vw;
	}
	.footer .footer_nav > ul li a[target="_blank"] {
		background-position: left .234vw;
	}
	.footer_copyright {
		margin: 0 4.844vw;
		padding: .937vw 0 1.015vw;
	}
}
@media only screen and (max-width: 736px) {
	.footer {
		padding: 0;
	}
	.footer .footer_nav {
		width: auto;
		padding: 0 3px 24px;
	}
	.footer .footer_nav a:hover {
		opacity: 1;
	}
	.footer .footer_nav dl,
	.footer .footer_nav > ul,
	.footer .footer_nav dl + dl,
	.footer .footer_nav dl + dl:nth-child(4),
	.footer .footer_nav dl + dl:nth-child(5) {
		float: none;
		margin: 0 5%;
	}
	.footer .footer_nav > ul {
		margin-top: 20px;
	}
	.footer .footer_nav > ul li {
		margin-bottom: 5px;
	}
	.footer .footer_nav > ul li.link {
		margin-top: 17px;
	}
	.footer .footer_nav dl dt + dd {
		margin: 4px 0 9px 16px;
	}
	.footer .footer_nav dl .accordion + dd {
		display: none;
		margin: 0;
	}
	.footer .footer_nav dl .accordion + dd li {
		margin: 4px 0 9px 16px;
	}
	.footer .footer_nav dt {
		margin-bottom: 0;
	}
	.footer .footer_nav dl:nth-child(-n+4) {
		border-bottom: solid 1px #fff;
	}
	.footer .footer_nav dt.accordion + dd + dt {
		border-top: solid 1px #fff;
	}
	.footer .footer_nav dt a {
		display: block;
		background-size: 8px 12px;
		padding: 0 0 0 15px;
	}
	.footer .footer_nav dl .accordion span {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 35px;
		cursor: pointer;
		display: block;
	}
	.footer .footer_nav dt.accordion a::after {
		content: "";
		width: 7px;
		height: 7px;
		display: block;
		background: url(../img/common/icon_footer_plus.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 7px;
		top: 17px;
	}
	.footer .footer_nav dt.accordion.open a::after {
		background-image: url(../img/common/icon_footer_minus.png);
	}
	.footer .footer_nav dd + dt {
		padding-top: 18px;
		margin-bottom: 0;
	}
	.footer .footer_nav dt + dt {
		padding-top: 18px;
		margin-bottom: 0;
	}
	.footer .footer_nav dt:first-child a {
		background: url(../img/common/icon_arrow_right.png) no-repeat 2px 14px;
		background-size: 8px 12px;
		padding: 11px 0 12px 14px;
	}
	.footer .footer_nav dl dd a[target="_blank"],
	.footer .footer_nav > ul li a[target="_blank"] {
		background: url(../img/common/icon_external.png) no-repeat left 1px;
		padding-left: 20px;
	}
	.footer .footer_nav > ul li a {
		letter-spacing: .8px;
	}
	.footer .footer_nav > ul li a[target="_blank"] {
		margin-bottom: 5px;
		display: inline-block;
		background-position: left 3px;
	}
	.footer_copyright {
		margin: 0 5.333%;
		padding: 12px 0 13px;
	}
}
