@charset "UTF-8";
/* CSS Document */

/*------------------------------------
 トップページへ戻る
---------------------------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 9px;
	right: 9px;
	border: solid 2px #000;
	border-radius: 50%;
}

#page-top a {
	display: table-cell;
	background: #fff;
	border-radius: 50%;
	color: #000;
	font-size: 130%;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition: 0.3s;
}
	
#page-top a span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	transform: rotate(-135deg);
}

#page-top a:hover {
	opacity: 0.7;
	background: #00b3c1;
}

#page-top a:hover span {
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
}


/* プリント非表示
   ========================================================================== */
@media print {
#page-top { display: none !important;}
}

/*----------------------
 .fonts
-------------------------------------------------------------------------------------------------------------*/
.bg_blue { background: #0175c2; color: #fff;}
.bg_cream { background: #fffce4;}
.bg_yellow { background: #ffda00;}
.bg_white { background: #fff;}
.bg_orange { background: #ee7a00; color: #fff;}

.c_red { color: #f00;}
.c_blue { color: #0175c2;}
.c_pink { color: #fc1a7c;}
.c_white { color: #fff;}
.c_navy { color: #001871;}
.c_brown { color: #5d3126;}
.c_yellow { color: #ffda00;}
.c_orange { color: #ee7a00;}

.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_50p {font-size: 50%;}
.fs_60p {font-size: 60%;}
.fs_70p {font-size: 70%;}
.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;}

.nolist {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.txtidt li {
	margin-left: 1em;
	text-indent: -1em;
}

.sample {
	text-align: center;
	display: block;
}

.sample ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

.sample ul li {	text-align: left;}

.w100 { width: 100%;}

.marker_blue { background: linear-gradient(transparent 60%, #138dce 60%, #138dce 100% , transparent 100%);}
.marker_orange { background: linear-gradient(transparent 0%, #ee7a00 0%, #ee7a00 100% , transparent 100%); color:#fff;}
.marker_yellow { background: linear-gradient(transparent 50%, #f0f05a 50%, #f0f05a 100% , transparent 100%);}
.marker_white { background: linear-gradient(transparent 50%, #fff 50%, #fff 100% , transparent 100%);}