@charset "UTF-8";
/* CSS Document */

/*------------------------------------
 トップページへ戻る
---------------------------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 9px;
	right: 9px;
	border: solid 2px #ddd;
	border-radius: 50%;
}
	
#page-top a {
	display: table-cell;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	color: #999;
	font-size: 150%;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
	
#page-top a:hover {
	opacity: 0.7;
	transition: 0.3s;
}


@media screen and (max-width: 800px) {
#page-top { display: none;}
}


/* プリント非表示
   ========================================================================== */
@media print {
#page-top { display: none !important;}
}

/*---------------------- 
 .fonts 
-------------------------------------------------------------------------------------------------------------*/
.bg_yellow { background: #ffff00;}
.bg_white { background: #fff;}
.bg_blue { background: rgba(17,195,253,0.3);}
.bg_em { background: rgba(195,220,227,0.7);}

.br_none { border: none !important;}
 
.c_black { color: #333;}
.c_red { color: #e63600 !important;}
.c_blue { color: #3a72e6 !important;}
.c_pink { color: #fc1a7c;}
.c_white { color: #fff;}
.c_navy { color: #001871;}

.fw_normal { font-weight: normal !important;}
.fw_600 { font-weight: 600;}

.ta_left { text-align: left;}
.ta_center { text-align: center;}
.ta_right { text-align: right;}

.td_under { text-decoration: underline;}

.f_left { float: left;}
.f_right { float: right; margin: 0 0 10px 20px;}

.clear { clear: both;}

.bdr_none { border: none;}

.fs_80p {font-size: 80%;}
.fs_90p {font-size: 90%;}
.fs_100p {font-size: 100%;}
.fs_110p {font-size: 110%;}
.fs_120p {font-size: 120%;}
.fs_130p {font-size: 130%;}
.fs_140p {font-size: 140%;}
.fs_150p {font-size: 150%;}
.fs_160p {font-size: 160%;}
.fs_170p {font-size: 170%;}
.fs_180p {font-size: 180%;}
.fs_200p {font-size: 200%;}


/*---------------------- 
 .margin
-----------------------------------------------------------------------------------------------------------*/
.mt_0 {	margin-top: 0;}
.mt_5 {	margin-top: 5px;}
.mt_10 { margin-top: 10px;}
.mt_15 { margin-top: 15px;}
.mt_20 { margin-top: 20px;}
.mt_25 { margin-top: 25px;}
.mt_30 { margin-top: 30px;}
.mt_35 { margin-top: 35px;}
.mt_40 { margin-top: 40px;}

.mb_0 {	margin-bottom: 0 !important;}
.mb_5 {	margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_25 { margin-bottom: 25px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_35 { margin-bottom: 35px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_45 { margin-bottom: 45px !important;}
.mb_50 { margin-bottom: 50px !important;}

.pt_0 { padding-top: 0;}
.pt_5 { padding-top: 5px;}
.pt_10 { padding-top: 10px;}
.pt_15 { padding-top: 15px;}
.pt_20 { padding-top: 20px;}
.pt_30 { padding-top: 30px;}
.pt_40 { padding-top: 40px;}

.pb_0 { padding-bottom: 0 !important;}
.pb_5 { padding-bottom: 5px;}
.pb_10 { padding-bottom: 10px;}
.pb_20 { padding-bottom: 20px;}
.pb_30 { padding-bottom: 30px;}

.decimal {
	list-style: decimal;
	margin: 0;
	padding: 0;
}

.nolist {
	list-style: none;
	list-style-position: inside;
	margin: 0 0 20px;
	padding: 0;
}

.txtidt li {
	margin-left: 1em;
	text-indent: -1em;
}

.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}