@charset 'utf-8';
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
--------------------------------------------------------------------
#bc_header
--------------------------------------------------------------------
*/
#bc_header {
	padding:6px 0;
	background:#ffffff;
	border-bottom:2px solid #dcdcdc;
}
#bc_header p {
	max-width: 1000px;
	margin:0 auto;
}
#bc_header p a {
	width:154px;
	height:24px;
	display:block;
}
#bc_header p a img {
	width:100%
}
@media only screen and (max-width: 640px){
	#bc_header {
		padding:7px;
		background:#ffffff;
		border-bottom:1px solid #dcdcdc;
	}
	#bc_header p {
		max-width: 100%;
		margin:0;
	}
	#bc_header p a {
		width:38.75%;
		height:auto;
	}
}

/*
--------------------------------------------------------------------
#bc_footer
--------------------------------------------------------------------
*/
#bc_footer {
	background: #2d2d2d;
	color: #959595;
	padding-top:30px;
	font-family: 'Noto Sans JP', serif;
	font-size: 12px;
	line-height: 1.5;
}
#bc_footer * {
	box-sizing: border-box;
}
#bc_footer [class^="icon-"], #bc_footer [class*=" icon-"] {
	margin-right: 5px;
	margin-top: -1px;
	display: inline-block;
	transform: rotate(0.05deg);
}
#bc_footer a {
	text-decoration: none;
}
#bc_footer .spOnly {
    display: none !important;
}
#bc_footer .inner {
	max-width: 1100px;
	margin: 0 auto;
}
#bc_footer section {
	width: 203px;
	margin: 0 20px 30px 0;
	float: left;
}
#bc_footer section:last-child {
	width: 208px;
	margin-right: 0;
}
#bc_footer section header {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #464646;
	position: relative;
}
#bc_footer section header .icon-pluMi:after {
	content: "\e913";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 1em;
	height: 1em;
	background: #fff;
	color: #3c3c3c;
	margin-top: -1.1em;
	padding: 0.7em;
	font-size: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#bc_footer section header.active .icon-pluMi:after {
	content: "\e900";
}
#bc_footer section .linkBox {
	padding-left: 16px;
}
#bc_footer section .linkBox dt {
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 12px;
	text-indent: -1em;
}
#bc_footer section .linkBox dt.enable + dd {
	width: 7%;
	padding: 15px 10px 15px 0;
}
#bc_footer section .linkBox dt.active, #bc_footer section .linkBox dt:hover {
	color: #fff;
}
#bc_footer section .linkBox dt .icon-arw_b_right {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}
#bc_footer section .linkBox dt span {
	font-size: 7px;
	vertical-align: middle;
}
#bc_footer section .linkBox dt a {
	color: #959595;
}
#bc_footer section .linkBox dt a:hover {
	color: #fff !important;
	text-decoration: none;
}
#bc_footer section .linkBox dd {
	font-size: 12px;
	display: none;
	margin-bottom: 5px;
}
#bc_footer section .linkBox dd a {
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #212121;
}
#bc_footer section .linkBox dd a:last-child {
	margin-left: 5px;
}
#bc_footer section .linkBox dd a [class^="icon-"], #bc_footer section .linkBox dd a [class*=" icon-"] {
	margin-right: 10px;
	font-size: 7px;
	vertical-align: middle;
}
#bc_footer section .linkBox dd a:hover {
	text-decoration: none;
	color: #fff !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#bc_footer section .linkBox .ddAfter {
	width: 100%;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #464646;
	clear: both;
}
#bc_footer #copy {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-top: 1px solid #464646;
}
#bc_footer .clearfix {
	display: block;
	min-height: 1%;
}
#bc_footer .clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #bc_footer .clearfix {
	height: 1%;
	/*\*/
	   /*/
	height: auto;
	overflow: hidden;
	/**/
}
@media screen and (max-width: 1100px) {
	#bc_footer {
		width: 1100px !important;
	}
}
@media screen and (max-width: 640px) {
	#bc_footer {
		width: 100% !important;
		padding: 0 !important;
	}
	#bc_footer .spOnly {
		display: inherit !important;
	}
	#bc_footer .inner {
		width: 100%;
	}
	#bc_footer section {
		width: 100% !important;
		margin: 0;
		float: none;
	}
	#bc_footer section header {
		margin-bottom: 0;
		padding: 15px 10px;
		font-size: 13px;
		background: #3c3c3c;
	}
	#bc_footer section header .icon-pluMi:after {
		margin-top: -23px;
	}
	#bc_footer section .linkBox {
		margin: 0;
		padding-left: 0;
	}
	#bc_footer section .linkBox dt {
		width: 48%;
		color: #fff;
		display: inline-block;
		float: left;
		margin-bottom: 0;
		font-size: 11px;
		text-indent: 0;
		padding: 15px 0 15px 15px;
	}
	#bc_footer section .linkBox dt.twoLine {
		line-height: 1.3;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	#bc_footer section .linkBox dt.enable {
		width: 92%;
	}
	#bc_footer section .linkBox dt .icon-arw_b_right {
		display: none;
	}
	#bc_footer section .linkBox dt span.icon-arw_a_right {
		display: none;
	}
	#bc_footer section .linkBox dt a {
		display: block;
		color: #fff;
	}
	#bc_footer section .linkBox dd {
		width: 52%;
		display: inline-block;
		padding: 7px 15px 7px 0;
		margin: 0;
		float: right;
		text-align: right;
	}
	#bc_footer section .linkBox dd a [class^="icon-"], #bc_footer section .linkBox dd a [class*=" icon-"] {
		top: 50%;
		margin-top: -2px;
		margin-right: 3px;
		font-size: 7px;
		position: absolute;
		right: 0;
		font-weight: bold;
	}
	#bc_footer section .linkBox dd a {
		padding: 8px 15px 8px 7px;
		font-size: 11px;
		position: relative;
	}
	#bc_footer #copy {
		border-top: none;
		padding: 20px 0;
		font-size: 10px;
	}
}