/****************************************/
/*               共通設定               */
/****************************************/

/* 行揃え設定 */
.left,
.left th,
.left td,
th.left,
td.left {
	text-align: left !important;
}

.right,
.right th,
.right td,
th.right,
td.right {
	text-align: right !important;
}

.center,
.center th,
.center td,
th.center,
td.center {
	text-align: center !important;
}

.top,
.top th,
.top td,
th.top,
td.top {
	vertical-align: top !important;
}

.middle,
.middle th,
.middle td,
th.middle,
td.middle {
	vertical-align: middle !important;
}

.bottom,
.bottom th,
.bottom td,
th.bottom,
td.bottom {
	vertical-align: bottom !important;
}

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}

.tate {
	writing-mode: tb-rl;
}

/* ディスプレイ */

.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.hidden { display: none; }

/* ポジション設定 */
.absolute{ position: absolute; }
.relative{ position: relative; }
.fixed{ position: fixed; }

/* フロート設定 */

.clear { clear: both; }
.f-left { float: left; display: inline; }
.f-right { float: right; display: inline; }

/* マージン設定 */
.mgn0 { margin: 0 !important; }
.mgn5 { margin: 5px !important; }
.mgn10 { margin: 10px !important; }
.mgn15 { margin: 15px !important; }
.mgn20 { margin: 20px !important; }
.mgn30 { margin: 30px !important; }
.mgn40 { margin: 40px !important; }
.mgn50 { margin: 50px !important; }

.mgn-top0 { margin-top: 0px !important; }
.mgn-top5 { margin-top: 5px !important; }
.mgn-top8 { margin-top: 8px !important; }
.mgn-top10 { margin-top: 10px !important; }
.mgn-top12 { margin-top: 12px !important; }
.mgn-top15 { margin-top: 15px !important; }
.mgn-top16 { margin-top: 16px !important; }
.mgn-top18 { margin-top: 18px !important; }
.mgn-top20 { margin-top: 20px !important; }
.mgn-top21 { margin-top: 21px !important; }
.mgn-top24 { margin-top: 24px !important; }
.mgn-top25 { margin-top: 25px !important; }
.mgn-top30 { margin-top: 30px !important; }
.mgn-top40 { margin-top: 40px !important; }
.mgn-top50 { margin-top: 50px !important; }
.mgn-top60 { margin-top: 60px !important; }
.mgn-top80 { margin-top: 80px !important; }
.mgn-top100 { margin-top: 100px !important; }

.mgn-btm0 { margin-bottom: 0px !important; }
.mgn-btm5 { margin-bottom: 5px !important; }
.mgn-btm8 { margin-bottom: 8px !important; }
.mgn-btm10 { margin-bottom: 10px !important; }
.mgn-btm12 { margin-bottom: 12px !important; }
.mgn-btm15 { margin-bottom: 15px !important; }
.mgn-btm16 { margin-bottom: 16px !important; }
.mgn-btm18 { margin-bottom: 18px !important; }
.mgn-btm20 { margin-bottom: 20px !important; }
.mgn-btm21 { margin-bottom: 21px !important; }
.mgn-btm24 { margin-bottom: 24px !important; }
.mgn-btm25 { margin-bottom: 25px !important; }
.mgn-btm30 { margin-bottom: 30px !important; }
.mgn-btm40 { margin-bottom: 40px !important; }
.mgn-btm50 { margin-bottom: 50px !important; }

.mgn-left0 { margin-left: 0px !important; }
.mgn-left5 { margin-left: 5px !important; }
.mgn-left8 { margin-left: 8px !important; }
.mgn-left10 { margin-left: 10px !important; }
.mgn-left12 { margin-left: 12px !important; }
.mgn-left15 { margin-left: 15px !important; }
.mgn-left16 { margin-left: 16px !important; }
.mgn-left18 { margin-left: 18px !important; }
.mgn-left20 { margin-left: 20px !important; }
.mgn-left21 { margin-left: 21px !important; }
.mgn-left24 { margin-left: 24px !important; }
.mgn-left25 { margin-left: 25px !important; }
.mgn-left30 { margin-left: 30px !important; }

.mgn-right0 { margin-right: 0px !important; }
.mgn-right5 { margin-right: 5px !important; }
.mgn-right8 { margin-right: 8px !important; }
.mgn-right10 { margin-right: 10px !important; }
.mgn-right12 { margin-right: 12px !important; }
.mgn-right15 { margin-right: 15px !important; }
.mgn-right16 { margin-right: 16px !important; }
.mgn-right18 { margin-right: 18px !important; }
.mgn-right20 { margin-right: 20px !important; }
.mgn-right21 { margin-right: 21px !important; }
.mgn-right24 { margin-right: 24px !important; }
.mgn-right25 { margin-right: 25px !important; }
.mgn-right30 { margin-right: 30px !important; }

.mgn-top1em { margin-top: 1em !important; }
.mgn-btm1em { margin-bottom: 1em !important; }
.mgn-left1em { margin-left: 1em !important; }
.mgn-right1em { margin-right: 1em !important; }

.mgn-top2em { margin-top: 2em !important; }
.mgn-btm2em { margin-bottom: 2em !important; }
.mgn-left2em { margin-left: 2em !important; }
.mgn-right2em { margin-right: 2em !important; }

.mgn-top3em { margin-top: 3em !important; }
.mgn-btm3em { margin-bottom: 3em !important; }
.mgn-left3em { margin-left: 3em !important; }
.mgn-right3em { margin-right: 3em !important; }

/* パディング設定 */
.pdg0 { padding: 0px !important; }	.pdg5 { padding: 5px !important; }
.pdg10 { padding: 10px !important; }	.pdg15 { padding: 15px !important; }
.pdg20 { padding: 20px !important; }	.pdg30 { padding: 30px !important; }
.pdg40 { padding: 40px !important; }	.pdg50 { padding: 50px !important; }

.pdg-top0 { padding-top: 0px !important; }	.pdg-top5 { padding-top: 5px !important; }
.pdg-top10 { padding-top: 10px !important; }	.pdg-top15 { padding-top: 15px !important; }
.pdg-top20 { padding-top: 20px !important; }	.pdg-top30 { padding-top: 30px !important; }
.pdg-top40 { padding-top: 40px !important; }	.pdg-top50 { padding-top: 50px !important; }
.pdg-top60 { padding-top: 60px !important; }	.pdg-top70 { padding-top: 70px !important; }
.pdg-top80 { padding-top: 80px !important; }	.pdg-top90 { padding-top: 90px !important; }
.pdg-top100 { padding-top: 100px !important; }	.pdg-top120 { padding-top: 120px !important; }

.pdg-btm0 { padding-bottom: 0px !important; }	.pdg-btm5 { padding-bottom: 5px !important; }
.pdg-btm10 { padding-bottom: 10px !important; }	.pdg-btm15 { padding-bottom: 15px !important; }
.pdg-btm20 { padding-bottom: 20px !important; }	.pdg-btm30 { padding-bottom: 30px !important; }
.pdg-btm40 { padding-bottom: 40px !important; }	.pdg-btm50 { padding-bottom: 50px !important; }
.pdg-btm60 { padding-bottom: 60px !important; }	.pdg-btm70 { padding-bottom: 70px !important; }
.pdg-btm80 { padding-bottom: 80px !important; }	.pdg-btm90 { padding-bottom: 90px !important; }
.pdg-btm100 { padding-bottom: 100px !important; }	.pdg-btm120 { padding-bottom: 120px !important; }

.pdg-left0 { padding-left: 0px !important; }	.pdg-left5 { padding-left: 5px !important; }
.pdg-left10 { padding-left: 10px !important; }	.pdg-left15 { padding-left: 15px !important; }
.pdg-left20 { padding-left: 20px !important; }	.pdg-left30 { padding-left: 30px !important; }
.pdg-left40 { padding-left: 40px !important; }	.pdg-left50 { padding-left: 50px !important; }

.pdg-right0 { padding-right: 0px !important; }	.pdg-right5 { padding-right: 5px !important; }
.pdg-right10 { padding-right: 10px !important; }	.pdg-right15 { padding-right: 15px !important; }
.pdg-right20 { padding-right: 20px !important; }	.pdg-right30 { padding-right: 30px !important; }
.pdg-right40 { padding-right: 40px !important; }	.pdg-right50 { padding-right: 50px !important; }

/* フォント設定 */
.en01 { font-family: ; }

.bold { font-weight: 600 !important; }
.normal { font-weight: 300 !important; }

.xx-small { font-size: 72% !important; }
.x-small { font-size: 79% !important; }
.small { font-size: 86% !important; }
.medium_s { font-size: 93% !important; }
.medium { font-size: 100% !important; }
.medium_l { font-size: 115% !important; }
.large { font-size: 129% !important; }
.x-large { font-size: 150% !important; }
.xx-large { font-size: 172% !important; }

.fs10 { font-size: 10px !important; }	.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }	.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }	.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }	.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }	.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }	.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }	.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }	.fs26 { font-size: 26px !important; }
.fs30 { font-size: 30px !important; }	.fs36 { font-size: 36px !important; }

.acc01 { color: #00bfff; }
.acc02 { color: #0085b2; }
.acc03 { color: #004b64; }
.acc04 { color: #555; }

/* 行間設定 */
.lh100pr{ line-height: 100%; }
.lh120pr{ line-height: 120%; }
.lh150pr{ line-height: 150%; }
.lh175pr{ line-height: 175%; }
.lh200pr{ line-height: 200%; }


/* 背景設定 */
.bg01{ background: #00bfff; }
.bg02{ background: #0085b2; }
.bg03{ background: #004b64; }

.bg_wh{ background: #fff; }
.bg_bk{ background: #000; }
.bg111{ background: #111; }
.bg333{ background: #333; }
.bg666{ background: #666; }
.bg999{ background: #999; }
.bg_e{ background: #eee; }
.bg_c{ background: #ccc; }

/* テーブル設定 */
.box01 {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
}

.box01 th,
.box01 td{
	padding: 5px 0.5em;
	border: 0;
	background: transparent;
	border-top: 1px solid #d6d6d6;
	text-align: left;
	vertical-align: middle;
}

.box01 th{
	width: 23%;
	color: #555;
	font-weight: 600;
}


/* リスト設定 */
.list01{
	list-style: none;
}

.list01 li{
	display: inline-block;
	margin: 10px 5px 0;
	padding: 0.4em 1.0em;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #d78f00;
	border-radius: 20px;
}

.notes{
	margin: 0 0 0 1.0em;
	padding: 10px 0;
	font-size: 12px;
	list-style: none;
	text-indent: -1em;
}

.notes li:before {
	display: inline;
	content: "※";
}


/* マーク設定 */
.mark01{  }
.mark01:before{  }


/* フロート解除 */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.opacity a:hover,
.opacity:hover{
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
