@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Nunito);

@import url(https://bb-navi.jp/common/fonts/free.css);s

* { outline:none; }

html, body {
	width:100%;
	min-height:100%;
	position:relative;
}

body {
	margin:0;
	padding:0;
	font-size:12px !important;
	color:#414141;
	-webkit-transition: margin-left 0.3s;
	-moz-transition: margin-left 0.3s;
	-ms-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
	-webkit-text-size-adjust: 100%;
}
/*
.clearfix:before, .clearfix:after,
section:before, section:after,
.spacer:before, .spacer:after,
.container:before, .container:after,
.cover:before, .cover:after {
	content:''; display:table;
}
*/
.clearfix:after,
section:after,
.spacer:after,
.container:after,
.cover:after {
	clear:both;
}
.clearfix,
section,
.spacer,
.container,
.cover {
	zoom:1;
}
img {
	border:none;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	text-decoration: none;
	color:#848484;
}
.contents a { text-decoration:underline; }
/*
a:hover {
	color: #95ec19 !important;
}
a:active {
	color: #95ec19;
}
*/

input, textarea, select {
/*	
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;

	padding:1.3em;
*/
	border:none;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
input:focus, textarea:focus, select:focus {
	-webkit-box-shadow:0 0 5px #9fef9d;
	-moz-box-shadow:0 0 5px #9fef9d;
	box-shadow:0 0 5px #9fef9d;
}
input[type="submit"] {
/*	background-color:#88d815;	*/
	color: #fff;
	text-decoration: none;
/*	text-transform: uppercase;	*/
	padding: 1.3em 5em;
	font-size: 1em;
	line-height: 1;
	margin:2em 0 0 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
input[type="checkbox"] {
	-webkit-transform: scale(1.2);
  transform: scale(1.2);
	margin-right:2%;
}
/*
input[type="submit"]:hover { background-color: #3abcff; }
input[type="submit"]:active { background-color: #0096ff; }
*/
label {
	margin:0;
	padding: 0 0 0.5em 0;
}

sup { font-size:80%; }
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.w100 img { width:100% !important; }
.both_clear { clear:both; }
.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
}
.free_access { font-family: 'Roboto Condensed', sans-serif; }

*html .clearfix{height:1%}/*IE5,6*/
*:first-child+html .clearfix{min-height:1px}/*IE7*/

/* --------------------------------------------------
WEBフォント
-------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hxi2xo');
  src:  url('fonts/icomoon.eot?hxi2xo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hxi2xo') format('truetype'),
    url('fonts/icomoon.woff?hxi2xo') format('woff'),
    url('fonts/icomoon.svg?hxi2xo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon { font-family: icomoon !important; }


/* --------------------------------------------------
ボタン
-------------------------------------------------- */
.btn_entry {
	position: relative;
	top: 0;
	*zoom:1;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background: #ff505e;
	background: -moz-linear-gradient(top,  #ff505e 0%, #ff2e3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff505e), color-stop(100%,#ff2e3f));
	background: -webkit-linear-gradient(top,  #ff505e 0%,#ff2e3f 100%);
	background: -o-linear-gradient(top,  #ff505e 0%,#ff2e3f 100%);
	background: -ms-linear-gradient(top,  #ff505e 0%,#ff2e3f 100%);
	background: linear-gradient(to bottom,  #ff505e 0%,#ff2e3f 100%);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(191, 54, 0, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(191, 54, 0, 1);
	box-shadow: 0px 3px 0px 0px rgba(191, 54, 0, 1);
	text-shadow: 0px 1px 0 rgba(150, 150, 150, 0.5);
}
.btn_entry:hover {
	top: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(191, 54, 0, 1);
	-moz-box-shadow: 0 1px 0 rgba(191, 54, 0, 1);
	box-shadow: 0 1px 0 rgba(191, 54, 0, 1);
	background: #rgba(191, 54, 0, 1);
	
}

.btn_contact {
	position: relative;
	top: 0;
	*zoom:1;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background: #7be600;
	background: -moz-linear-gradient(top,  #7be600 0%, #75da00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7be600), color-stop(100%,#75da00));
	background: -webkit-linear-gradient(top,  #7be600 0%,#75da00 100%);
	background: -o-linear-gradient(top,  #7be600 0%,#75da00 100%);
	background: -ms-linear-gradient(top,  #7be600 0%,#75da00 100%);
	background: linear-gradient(to bottom,  #7be600 0%,#75da00 100%);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(89, 168, 0, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(89, 168, 0, 1);
	box-shadow: 0px 3px 0px 0px rgba(89, 168, 0, 1);
	text-shadow: 0px 1px 0 rgba(150, 150, 150, 0.5);
}
.btn_contact:hover {
	top: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(89, 168, 0, 1);
	-moz-box-shadow: 0 1px 0 rgba(89, 168, 0, 1);
	box-shadow: 0 1px 0 rgba(89, 168, 0, 1);
	background: #rgba(89, 168, 0, 1);
}
.btn_appoint {
	position: relative;
	top: 0;
	*zoom:1;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background: #00c7e6;
	background: -moz-linear-gradient(top,  #00c7e6 0%, #00bdda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c7e6), color-stop(100%,#00bdda));
	background: -webkit-linear-gradient(top,  #00c7e6 0%,#00bdda 100%);
	background: -o-linear-gradient(top,  #00c7e6 0%,#00bdda 100%);
	background: -ms-linear-gradient(top,  #00c7e6 0%,#00bdda 100%);
	background: linear-gradient(to bottom,  #00c7e6 0%,#00bdda 100%);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 144, 168, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 144, 168, 1);
	box-shadow: 0px 3px 0px 0px rgba(0, 144, 168, 1);
	text-shadow: 0px 1px 0 rgba(150, 150, 150, 0.5);
}
.btn_appoint:hover {
	top: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 144, 168, 1);
	-moz-box-shadow: 0 1px 0 rgba(0, 144, 168, 1);
	box-shadow: 0 1px 0 rgba(0, 144, 168, 1);
	background: #rgba(89, 168, 0, 1);
}

/* --------------------------------------------------
全共通
-------------------------------------------------- */

.round {
	border:1px solid #d4d4d4;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.round2 {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.bold { font-weight:bold; }
.italic {font-style:italic; }

.padding0 { padding:0 !important; }
.padding6 { padding:6px !important; }
.padding10 { padding:10px !important; }
.padding20 { padding:20px !important; }

.padding_tb10 { padding:10px 0 !important; }
.padding_tb20 { padding:20px 0 !important; }

.padding_b10 { padding-bottom:10px !important; }
.padding_b20 { padding-bottom:20px !important; }

.margin0 { margin:0;}

.li_ma6px li { margin-bottom:6px; }

.fs10px { font-size:10px !important; }
.fs11px { font-size:11px !important; }
.fs12px { font-size:12px !important; }
.fs14px { font-size:14px !important; }
.fs16px { font-size:16px !important; }
.fs18px { font-size:18px !important; }
.fs20px { font-size:20px !important; }
.fs22px { font-size:22px !important; }
.fs24px { font-size:24px !important; }
.fs26px { font-size:26px !important; }
.fs28px { font-size:28px !important; }
.lh_16 { line-height:1.6em; }
.sucks { font-size:16px; }

.fc_white { color:#fff !important; }
.fc_grey { color:#777 !important; }
.fc_blue { color:#3ba0e9 !important; }
.fc_dblue { color:#00a0e9 !important; }
.fc_hblue { color:#287de7 !important; }
.fc_red { color:#C00 !important; }
.fc_pink { color:#d5307a !important; }
.fc_yellow { color:#ff0 !important; }
.fc_orange { color:#ff660b !important; }
.fc_emerald { color:#00bad9 !important; }

.pa_B00 { padding-bottom:0 !important; }

.pa_T00 { padding-top:0px !important; }
.pa_T10 { padding-top:10px; }
.pa_T20 { padding-top:20px; }
.pa_T30 { padding-top:30px; }

.pa_W10 { padding:0 10px; }


.ma_T00 { margin-top:0 !important; }
.ma_T05 { margin-top:5 !important; }
.ma_T10 { margin-top:10px; }
.ma_T15 { margin-top:15px; }
.ma_T20 { margin-top:20px; }
.ma_T25 { margin-top:25px; }

.ma_B00 { margin-bottom:0px !important; }
.ma_B05 { margin-bottom:5px !important; }
.ma_B08 { margin-bottom:8px !important; }
.ma_B10 { margin-bottom:10px !important; }
.ma_B15 { margin-bottom:15px !important; }
.ma_B20 { margin-bottom:20px !important; }
.ma_B30 { margin-bottom:30px !important; }

.no_bg { background-image:none !important; }
.no_border { border:none !important; }
.no_padding { padding:0 !important; }
.no_margin { margin:0 !important; }
.no_bpm { border:none !important; padding:0 !important; margin:0 !important; }

.w-05 { width:5%; }
.w-10 { width:10%; }
.w-15 { width:15%; }
.w-20 { width:20%; }
.w-25 { width:25%; }
.w-30 { width:30%; }
.w-35 { width:35%; }
.w-40 { width:40%; }
.w-45 { width:45%; }
.w-50 { width:50%; }
.w-60 { width:60%; }
.w-65 { width:65%; }
.w-70 { width:70%; }
.w-75 { width:75%; }



.strong_emphasis strong {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}

.open_sans { font-family: 'Open Sans', sans-serif; }


.gra_grey {
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#f4f4f4 100%);
}
.gra_grey:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #feffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#feffff));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#feffff 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#feffff 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#feffff 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#feffff 100%);
}

.gra_grey2 {
	background: #767676;
	background: -moz-linear-gradient(top,  #767676 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767676), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top,  #767676 0%,#666666 100%);
	background: -o-linear-gradient(top,  #767676 0%,#666666 100%);
	background: -ms-linear-gradient(top,  #767676 0%,#666666 100%);
	background: linear-gradient(to bottom,  #767676 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#666666',GradientType=0 );
}
.gra_grey2:hover {
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #767676 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#767676));
	background: -webkit-linear-gradient(top,  #666666 0%,#767676 100%);
	background: -o-linear-gradient(top,  #666666 0%,#767676 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#767676 100%);
	background: linear-gradient(to bottom,  #666666 0%,#767676 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#767676',GradientType=0 );
}
.btn_common {
	text-decoration:none !important;
	padding:2px 0;
	border:1px solid #e7e7e7;
	border-radius:4px;
	color:#414141;
}
/* --------------------------------------------------
		border
-------------------------------------------------- */
.add_bbd { border-bottom:1px dashed #d6d6d6; }


/* --------------------------------------------------
		text
-------------------------------------------------- */
.txt_cent { text-align:center; }
.txt_indent { text-indent: -0.9em; margin-left: 1em; }
.txt_indent2 { text-indent: -1.3em; margin-left: 1.4em; }
.txt_indent3 { text-indent: -1.8em; margin-left: 1.9em; }
.txt_indent2 li, .txt_indent3 li { margin-bottom: 6px; }
.txt_indent2 li:last-child,
.txt_indent3 li:last-child { margin-bottom:0; }

.disc_indent {
	text-indent: -0.9em;
	margin-left: 1em;
}
.disc_indent li {
	list-style:disc;
	list-style-position:inside;
	margin-bottom:4px;
}
.disc_indent li:last-child {
	margin-bottom:0;
}
.decimal_indent li {
	list-style:decimal;
	list-style-position:inside;
	margin-bottom:4px;
}
.notice_li li {
	list-style-type:disc;
	list-style-position:inside;
	text-indent:-1em;
	margin:0 0 4px 1em;
	/*
	margin:0 0 0 1.4em;
	*/
	font-size:11px;
}

.add_pdf_icon li {
	list-style-image:url(/img/common/icon_pdf.gif);
	list-style-position:inside;
	margin-bottom:10px;
}

.txt_cent { text-align:center !important; }
.txt_left { text-align:left !important; }
.txt_right { text-align:right !important; }

.fl { float:left; }
.fr { float:right; }
.over_hidden { overflow:hidden; }

.disp_inline { display:inline !important; }
.disp_block { display:block !important; }

.posi_rela { position:relative; }
.strike { text-decoration:line-through; }
.fnormal { font-weight:normal !important; }


.shadow {
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.shadow_txt { text-shadow:0 1px 3px rgba(0,0,0,1); }
.shadow_txt_fff { text-shadow:0 1px 2px rgba(255,255,255,1); }

.th_emphasis {
	background-color:#848484 !important;
	font-size:14px;
	color:#fff;
}
.th_emphasis_east {
	background-color:#24bcee !important;
	font-size:14px;
	color:#fff;
}
.th_emphasis_west {
	background-color:#2c358f !important;
	font-size:14px;
	color:#fff;
}


/* --------------------------------------------------
	search box
-------------------------------------------------- */

#cse-search-box {
	font-size:12px;
}
#cse-search-box input[type="text"] {
	width:70%;
	padding: 0 0 0 3px!important;
	margin-right:2%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	vertical-align: top;
	background:#fff;
}
#cse-search-box input[type="submit"] {
	margin:0;
	padding:4px 2px 2px !important;
	color: #fff;
	font-weight: bold;
	background: #848484;
	border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
#cse-search-box input[type="submit"]:hover {
	background: #f51311;
}

/* --------------------------------------------------
img rollover effect
-------------------------------------------------- */

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* --------------------------------------------------
		table
-------------------------------------------------- */
.standard,
.standard_c{
	border-collapse:collapse;
	width:100%;
	margin:0 auto;
	border-width: 0 0 1px 1px;
	border-color:#ddd;
	border-style:solid;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.standard th,
.standard td {
	padding:10px;
	border-width: 1px 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
	vertical-align:middle;
}
.standard th {
	background:#efefef;
}

.standard_c th,
.standard_c td {
	padding:1%;
	border-width: 1px 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}
.standard_c th {
	background:#efefef;
}



.standard_c2{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	border-width: 0 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
}

.standard_c2 th,
.standard_c2 td{
	padding:10px;
	border-width: 1px 0 0 1px;
	border-color:#ddd;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}
.standard_c2 th,
.standard_c3 th {
	background:#efefef;
}


.standard_c3{
	border-collapse:collapse;
	border-width: 0 0 1px 1px;
	border-color:#ddd;
	border-style:solid;
	margin-bottom:2%;
}


.thtd_pd th,
.thtd_pd td { padding:1% !important; }

.thtd_pd_05per th,
.thtd_pd_05per td { padding:0.5% !important; }

.td_right td { text-align:right; }

.vert_mid { vertical-align:middle; }

.th_center th { text-align:center; }

.no_indent dd { text-indent:inherit !important; }

.alert {
	background-color:#d5307a;
	font-weight:700;
	color:#fff;
	border-radius:4px;
	padding:10px;
}



/*		SCROLL to TOP	*/
.scrollToTop{
	display:none;
	position:fixed;
	z-index:100;
	width:50px;
	height:50px;
	right:15px;
	bottom:7px;
	cursor:pointer;
}
