@font-face {
    font-family: 'shippori';
    src: url('fonts/ShipporiMincho-TTF-Regular.eot'),
         url('fonts/ShipporiMincho-TTF-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ShipporiMincho-TTF-Regular.woff2') format('woff2'),
         url('fonts/ShipporiMincho-TTF-Regular.woff') format('woff'),
         url('fonts/ShipporiMincho-TTF-Regular.ttf') format('truetype'),
         url('fonts/ShipporiMincho-TTF-Regular.otf') format('OpenType');
         }


/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:middle;
	list-style:none;
}

body {
font:14px/1.231 "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, "sans-serif";
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'CP_Revenge','nicoca';
line-height:1.8;
	}
a {
}
a:hover {
text-decoration:none;
}
	a.bn{
  text-decoration: none;
  color: #d60051;
  font-weight: bold;
	}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

.mr6 {margin-right: 6px;}
.mr1em {margin-right: 1em;}
.ml12 {margin-left: 12px;}

.fL {float:left;}
.fR {float:right;}

.align_c {text-align:center;}
.note { color:#F63; line-height:1.2; margin-bottom:1em;}

/**************** BOTTOMFIX CSS ****************/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}






#bsfujiHeader *,
#bsfujiHeader *:before,
#bsfujiHeader *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

	#bannerInner h1 {float:left;}	

	#subNav:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		}