@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
@import url('https://fonts.googleapis.com/css?family=Concert+One&display=swap');
@import url('/css/fonts/fonts.css');

body{
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	color: #000;
	background: #FFF;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
	font-feature-settings: "palt";
}

a:link { text-decoration:underline; color: #492D65;}
a:visited { text-decoration:underline; color: #492D65;}
a:active { text-decoration:underline; color: #492D65;}
a:hover { text-decoration:none; color: #492D65;}
a.disable {cursor: default;}

#container {
	padding: 245px 0 0 0;
}

@media only screen and (max-width: 980px) {
	#container {
		padding: 85px 0 0 0;
	}
}
@media only screen and (max-width: 720px) {
	#container {
		padding: 60px 0 0 0;
	}
}
@media only screen and (max-width: 720px) {
	body {
		min-width: 320px;
	}
}

/* ------------------------------------
	header
------------------------------------ */
header {
	width: 100%;
	height: 245px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #FFF;
	transition: all 0.3s ease-out;
}
header h1 {
	width: 270px;
	margin: 25px auto 40px;
	transition: all 0.3s ease-out;
}
header h1 img {
	max-width: 100%;
	display: block;
}
header .kmzw {
	position: absolute;
	top: 30px;
	left: 30px;
	transition: all .4s;
}
header .kmzw img {
	width: 25px;
}
header #toggleSearch {
	width: 28px;
	height: 30px;
	padding: 0;
	color: #000;
	text-align: center;
	position: absolute;
	top: 26px;
	right: 25px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all .4s;
}
header #toggleSearch:before {
	font-family: 'komazawa';
	content: "\e91e";
	display: block;
	font-size: 30px;
	line-height: 1;
	transition: all 0.3s ease-out;
}
header #global {
	width: 1160px;
	margin: 0 auto;
	top: 140px;
	transition: all 0.3s ease-out;
}
header #global ul {
	width: 100%;
	margin: 0 0 35px;
	display: table;
}
header #global ul li {
	display: table-cell;
	text-align: center;
	position: relative;
}
header #global ul li:before {
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.1);
	position: absolute;
	bottom: 3px;
	left: 0;
}
header #global ul li:after {
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .2s ease-out;
}
header #global ul li.colGlr:after {background: #FA9600;}
header #global ul li.colAdv:after {background: #689F38;}
header #global ul li.colLab:after {background: #289976;}
header #global ul li.colRep:after {background: #2980B9;}
header #global ul li.colGrd:after {background: #365FB7;}
header #global ul li.colEmr:after {background: #B73699;}
header #global ul li.colBud:after {background: #B77B36;}
header #global ul li.colBok:after {background: #B7AD36;}
header #global ul li.colAth:after {background: #8A8A8A;}

header #global ul li a {
	display: block;
	padding: 0 0 40px;
	color: #000;
	font-size: 1.143em;
	text-decoration: none;
}

header #global ul li:hover:after {
	width: 4em;
	height: 3px;
	border-radius: 2px;
	bottom: 3px;
}

@media only screen and (max-width: 1160px) {
	header #global {
		width: 94%;
	}
	header #global ul li a {
		font-size: 0.929em;
	}
}

@media only screen and (max-width: 980px) {
	header {
		height: 85px;
		position: fixed;
	}
	header h1 {
		width: 180px;
		margin: 10px auto 0;
	}
	header #global {
		display: none;
	}
}

@media only screen and (max-width: 720px) {
	header {
		height: 60px;
	}
	header h1 {
		width: 90px;
		margin: 0;
		position: absolute;
		top: 15px;
		left: 20px;
	}
	header .kmzw {
		position: fixed;
		top: 16px;
		right: 98px;
		left: auto;
	}
	header .kmzw img {
		width: 20px;
	}
	header #toggleSearch {
		position: fixed;
		top: 15px;
		right: 20px;
	}
	header #toggleSearch:before {
		font-size: 23px;
	}
}

/* ------------------------------------
	miniHeader
------------------------------------ */
.miniHeader header {
	height: 85px;
	position: fixed;
}
.miniHeader header h1 {
	width: 150px;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1;
	position: absolute;
	top: 15px;
	left: 77px;
}
.miniHeader header h1:before {
	content: "";
	width: 1px;
	height: 35px;
	position: absolute;
	top: 12px;
	left: 0;
	border-left: 1px dotted #000;
}
.miniHeader header h1 img {
	max-width: 100%;
}
.miniHeader header #global {
	margin: 0 auto;
	position: absolute;
	top: 30px;
	right: 77px;
}
.miniHeader header #global ul {
	margin: 0;
}
.miniHeader header #global ul li {
	padding: 0;
}
.miniHeader header #global ul li:before,
.miniHeader header #global ul li:after {
	content: none;
}

@media only screen and (max-width: 1500px) {
	.miniHeader header #global ul {
		width: 80%;
		float: right;
	}
	.miniHeader header #global li a {
		font-size: 1em;
	}
}

@media only screen and (max-width: 1300px) {
	.miniHeader header #global ul {
		width: 70%;
	}
	.miniHeader header #global li a {
		letter-spacing: -0.5px;
	}
}

@media only screen and (max-width: 1160px) {
	.miniHeader header #global {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	.miniHeader #rwdMenuWrap #switchBtnArea #switchBtn {
		position: fixed;
	}
}
@media only screen and (max-width: 720px) {
	.miniHeader header {
		height: 50px;
	}
	.miniHeader header h1 {
		width: 90px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 10px;
		left: 20px;
	}
	.miniHeader header h1:before {
		content: none;
	}
	.miniHeader header .kmzw {
		top: 11px;
	}
	.miniHeader header #toggleSearch {
		top: 10px;
	}
}

/* ------------------------------------
	SP MENU
------------------------------------ */
@media only screen and (max-width: 1160px) {
	#rwdMenuWrap {display: none;}
	.miniHeader #rwdMenuWrap {display: block;}

	#rwdMenuWrap {
		width: 100%;
		min-width: 320px;
	}
	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 0;
		overflow: visible;
		/* position: relative; */
		/* top: 0; */
	}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		width: 44px;
		height: 44px;
		position: fixed;
		top: 20px;
		right: 75px;
		z-index: 101;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span {
		width: 70%;
		height: 2px;
		background-color: #000;
		border-radius: 5px;
		transition: all 0.2s linear;
		position: absolute;
		left: 20%;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn,
	#rwdMenuWrap #switchBtnArea #switchBtn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top:10px;
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top:20px;
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom:10px;
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 0 !important;
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		top:20px;
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		opacity: 0;
	}
	#rwdMenuWrap ul {
		width: 100%;
		padding: 85px 0 0;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background: rgba(0,0,0,.85);
	}
	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	#global ul li.sp {display: block;}
	#rwdMenuWrap ul li a {
		padding: 15px 25px;
		display: block;
		position: relative;
		font-size: 1em;
		color: #ffffff;
		text-align: left;
		text-decoration: none;
	}
	#rwdMenuWrap ul li a:after {
		content: '';
		width: 5px;
		height: 5px;
		display: block;
		margin-top: -3px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		position: absolute;
		top: 50%;
		right: 15px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#rwdMenuWrap ul li a.disable {
		color: #666;
	}
}

@media only screen and (max-width: 980px) {
	#rwdMenuWrap {
		display: block;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		position: fixed;
	}
	#rwdMenuWrap ul {
		padding: 85px 0 0;
	}
}

@media only screen and (max-width: 720px) {
	#global	{display: none;}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		width: 30px;
		height: 30px;
		position: fixed;
		top: 16px;
		right: 58px;
	}
	.miniHeader #rwdMenuWrap #switchBtnArea #switchBtn {
		top: 11px;
	}
	#rwdMenuWrap ul {
		padding: 60px 0 0;
	}
	.miniHeader #rwdMenuWrap ul {
		padding: 50px 0 0;
	}
	#rwdMenuWrap ul li a {
		padding: 10px 25px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 7px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 21px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 14px;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 0 !important;
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		top: 14px;
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

/* ------------------------------------
	google search
------------------------------------ */
#___gcse_0 {
	width: 100% !important;
	background: transparent !important;
	box-sizing: border-box;
}
.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0 !important;
	border: none!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 5px !important;
	text-align: right !important;
	color: #222;
	font-size: 16px !important;
	line-height: 20px;
	background: transparent !important;
	box-sizing: border-box;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.gsib_a {
	width: 100% !important;
	padding: 0 !important;
}
form.gsc-search-box {
	margin: 0 !important;
    border: 1px solid #707070;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
	margin: 0 !important;
	padding: 0 !important;
	height: 65px !important;
	width: 65px !important;
	cursor: pointer;
	border-radius: 0 !important;
	border: none !important;
	background: transparent !important;
}
.cse .gsc-search-button-v2:before,
.gsc-search-button-v2:before {
	font-family: 'komazawa';
	content: "\e91e";
	display: block;
	font-size: 30px;
	line-height: 1;
	transition: all 0.3s ease;
}
.gsc-search-button-v2 svg {
	display: none;
}
.gsib_b {
	display: none !important;
}
table.gsc-search-box {
	width: 100% !important;
	margin-bottom: 0 !important;
	background: transparent;
}
.gsc-search-box input::placeholder,
.gsc-search-box input:placeholder-shown {
	color: transparent;
}
.gsc-search-box input:-ms-input-placeholder {
	color: transparent !important;
}
.gsc-search-box input::-ms-input-placeholder {
	color: transparent;
}
.gsc-input-box {
	height: 20px !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* ------------------------------------
	new
------------------------------------ */
.new {
	width: 60px;
	height: 60px;
	background: #cdc08d;
	position: absolute;
	top: -20px;
	left: -15px;
	z-index: 10;
	font-family: 'Concert One',sans-serif;
	background: url(/plus/files/new.png) no-repeat center center;
	background-size: 100% auto;
}
.new span {
	line-height: 1.1;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* ------------------------------------
	common parts
------------------------------------ */
a.archiveBtn,
a.animGrad {
	width: 100%;
	padding: 12px 0;
	display: block;
	overflow: hidden;
	color: rgba(0,0,0,.5);
	text-align: center;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 26px;
	font-family: 'Concert One', sans-serif;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease-out;
}

a.archiveBtn span,
a.animGrad span {
	position: relative;
	z-index: 1;
}

a.archiveBtn:before,
a.animGrad:before {
	display:block;
	content:"";
	width:200px;
	height:200px;
	border:100px double rgba(0,0,0,0);
	border-radius:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left:50%;
    /* z-index: -1; */
}

/* hover */
@media only screen and (min-width: 720px) {
	body:not(.setTb) a.archiveBtn:hover,
	body:not(.setTb) a.animGrad:hover {
		color: #000;
		letter-spacing: .3em;
		border: 1px solid rgba(0,0,0,1);
	}
	body:not(.setTb) a.archiveBtn:hover:before,
	body:not(.setTb) a.animGrad:hover:before {
		width:0;
		height:0;
		border:0 double rgba(0,0,0,1);
		transition: all 0.3s ease-out;
	}
}

/* ------------------------------------
	Search Modal
------------------------------------ */
.modalBg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: rgba(255,255,255,.96);
}
.modal {
	display: none;
	width: 500px;
	color: #000;
	text-align: center;
	position: fixed;
	z-index: 111;
}
.modal h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.modal h2 span {
	display: block;
	font-size: 12px;
}
.modal .mdlClose {
	display: block;
	position: fixed;
	top: 40px;
	right: 55px;
	padding: 30px 0 0 0;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
}
.modal .mdlClose::before,
.modal .mdlClose::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: -30% 0 0 -42%;
	background: #000;
}
.modal .mdlClose::before {transform: rotate(-45deg);}
.modal .mdlClose::after {transform: rotate(45deg);}

@media only screen and (max-width: 720px) {
	.modal {
		width: 80%;
		margin: 0 auto;
		top: 90px!important;
	}
	.modal .mdlClose {
		top: 6vw;
		right: 6vw;
	}
}

/* ------------------------------------
	#footer
------------------------------------ */
footer {
	overflow: hidden;
	background: #492D65;
}
footer .ftInner {
	padding: 80px 0 0;
	position: relative;
}
footer .ftInner:before {
	content: "";
	width: 353px;
	height: 349px;
	background: url(/plus/files/bg_pattern_r.png) no-repeat;
	background-size: 340px auto;
	position: absolute;
	top: 0;
	right: -13px;
	z-index: 0;
}
footer .ftWrap {
	margin: 0 auto;
	padding: 0 100px;
	overflow: hidden;
}
footer .ftWrap .ftLogo {
	width: 270px;
	margin: 0 0 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
footer .ftWrap .ftLogo figcaption {
	letter-spacing: 9px;
}
footer .ftWrap .ftLogo img {
	max-width: 100%;
	height: auto;
}
footer .ftWrap nav {
	position: relative;
}

/* sns */
footer .snsList {
	margin: 0 0 40px;
}
footer .snsList li {
	margin: 0 20px 0 0;
	display: inline-block;
}
footer .snsList li a:before {
	font-family: 'komazawa';
	font-size: 22px;
	color: #FFF;
}
footer .snsList li.navTwitter a:before {content: "\e924";}
footer .snsList li.navFacebook a:before {content: "\e922";}
footer .snsList li.navYoutube a:before {content: "\e925";}
footer .snsList li.navLine a:before {content: "\e923";}

/* ftLink */
footer .ftLink {
	margin: 0 0 55px;
}
footer .ftLink ul {
	width: 800px;
}
footer .ftLink li {
	width: 187px;
	margin: 0 100px 20px 0;
	display: inline-block;
	position: relative;
}
footer .ftLink li:nth-child(3n) {
	margin: 0 0 20px 0;
}
footer .ftLink li a {
	padding: 0 0 0 17px;
	color: #FFF;
	text-decoration: none;
}
footer .ftLink li a:before {
	font-family: 'komazawa';
	content: "\e90a";
	color: #FFF;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .kmzwBnr {
	position: absolute;
	right: 0;
	bottom: 20px;
}
footer .kmzwBnr img {
	width: 320px;
}
footer small {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	display: block;
	font-size: 1.071em;
	text-align: center;
	color: #FFF;
	letter-spacing: 3px;
	font-family: 'Concert One', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック',sans-serif;
	border-top: 1px solid rgba(255,255,255,.2);
}

@media only screen and (max-width: 1400px) {
	footer .ftWrap {
		padding: 0 50px;
	}
	footer .ftLink {
		width: 70%;
	}
	footer .ftLink ul {
		width: 100%;
	}
	footer .ftLink li {
		width: 32%;
		margin: 0 1% 20px 0;
		display: inline-block;
		position: relative;
	}
	footer .kmzwBnr {
		width: 25%;
	}
	footer .kmzwBnr img {
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {
	footer .ftLink li,
	footer .ftLink li:nth-child(3n) {
		width: 47%;
		margin: 0 4% 10px 0;
	}
	footer .ftLink li:nth-child(2n) {
		margin: 0 0 10px 0;
	}
	footer .kmzwBnr {
		width: 30%;
	}
}

@media only screen and (max-width: 720px) {
	footer .ftInner {
		padding: 30px 0 0;
	}
	footer .ftInner:before {
		width: 33%;
		background: url(/plus/files/bg_pattern_r.png) no-repeat right top;
		background-size: 100% auto;
	}
	footer .ftWrap {
		padding: 0;
	}
	footer .ftWrap .ftLogo {
		width: 230px;
		margin: 0 auto 20px;
	}
	footer .snsList {
		margin: 0 auto 20px;
		text-align: center;
	}
	footer .snsList li:last-child {
		margin: 0;
	}
	footer .ftLink {
		width: 100%;
		margin: 0;
	}
	footer .ftLink ul {
		margin: 0 0 30px;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	footer .ftLink li,
	footer .ftLink li:nth-child(2n),
	footer .ftLink li:nth-child(3n) {
		width: 100%;
		margin: 0;
		float: none;
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	footer .ftLink li a {
		padding: 10px 10px 10px 30px;
		display: block;
	}
	footer .ftLink li a:before {
		left: 10px;
	}
	footer .kmzwBnr {
		width: 200px;
		position: static;
		display: block;
		margin: 0 auto;
	}
	footer .kmzwBnr img {
		width: 100%;
	}
	footer small {
		letter-spacing: 0;
		font-size: 0.857em;
		border-top: none;
	}
}

/* ------------------------------------
	fixedTop
------------------------------------ */
#fixedTop {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	right: 30px;
	bottom: 30px;
	transition: all 0.3s;
	opacity: 0;
	z-index: 90;
	text-decoration: none;
}
#fixedTop:after {
	font-family: 'komazawa';
	content: "\e901";
	width: 60px;
	font-size: 20px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
}
#fixedTop.show {opacity: 1;}

/*	:hover	*/
@media only screen and (min-width: 768px) {
	body:not(.setTb)  #fixedTop:hover {
		background-color: rgba(0,0,0,0.8);
	}
}
@media only screen and (max-width: 768px) {
	#fixedTop {display: none;}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
@media only screen and (min-width: 720px) {
	body:not(.setTb) header .kmzw,
	body:not(.setTb) header #toggleSearch,
	body:not(.setTb) header #global ul li a,
	body:not(.setTb) footer nav a:not(.disable),
	body:not(.setTb) .bx-controls-direction a,
	body:not(.setTb) .linkArea a:not(.disable),
	body:not(.setTb) .sort a,
	body:not(.setTb) #sortArea ul li a,
	body:not(.setTb) .relation article a,
	body:not(.setTb) .latest article a,
	body:not(.setTb) .bnr ul li a,
	body:not(.setTb) .archiveLine a,
	body:not(.setTb) .searchRslt .rsltList li a {
		transition: all 0.3s ease-in-out;
	}
	body:not(.setTb) header .kmzw:hover,
	body:not(.setTb) header #toggleSearch:hover,
	body:not(.setTb) header #global ul li a:hover,
	body:not(.setTb) footer nav a:not(.disable):hover,
	body:not(.setTb) .bx-controls-direction a:hover,
	body:not(.setTb) .linkArea a:not(.disable):hover,
	body:not(.setTb) .sort a:hover,
	body:not(.setTb) #sortArea ul li a:hover,
	body:not(.setTb) .relation article a:hover,
	body:not(.setTb) .latest article a:hover,
	body:not(.setTb) .bnr ul li a:hover,
	body:not(.setTb) .archiveLine a:hover,
	body:not(.setTb) .searchRslt .rsltList li a:hover {
		opacity: 0.6;
	}
}

/* =====================================
	ClearFixElements
===================================== */
.cf:before,
.headerInner:before,
#wrapper:before,
.cf:after,
.headerInner:after,
#wrapper:after{
	content: " ";
	display: table;
}
.cf:after,
.headerInner:after,
#wrapper:after {
	clear: both;
}
.cf,
.headerInner,
#wrapper {
	*zoom: 1;
}

/* ------------------------------------
	print
------------------------------------ */
@media print {
	body,
	body * {
		font-family: 'Helvetica Neue',　Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
	}
}