@charset "utf-8";

/*----------------------------------------------------------
hr
----------------------------------------------------------*/
hr {
	height: 0;
	margin: 50px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

hr:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

/*----------------------------------------------------------
float
----------------------------------------------------------*/
.fl {
	float:left;
}

.fr {
	float:right;
}

.fl_clear:after {
	content:"";
	display:block;
	clear:both;
}
/*----------------------------------------------------------
font style
----------------------------------------------------------*/
/* font-color */
.txt-r {
	color: #cc0000!important;
}

.txt-o {
	color: #f78000!important;
}

.txt-bl {
color: #0a2986!important;
}

.txt-gr {
color: #7F7F7F!important;
}

.txt-g {
color: #2c7400!important;
}

.txt-g {
color: #2c7400!important;
}

.txt-p {
color: #e2445c!important;
}

.number {
	font-size: 2rem;
	color: #00cc99;
	font-weight: bold;
}

/* font-size */
.txt-xs { font-size:85%!important; }
.txt-s { font-size:90%!important; }
.txt-m { font-size:100%!important; }
.txt-l { font-size:108%!important; }
.txt-xl { font-size:112%!important; }
.txt-xxl { font-size:118%!important; }
.txt-xxxl { font-size:120%!important; }

/* text-weight */
.weight-normal {
	font-weight:normal!important;
}
.weight-bold {
	font-weight:bold!important;
}

/* text-align */
.txt-ctr { text-align:center;}
.txt-rt { text-align:right;}

/* text-indent */
.txt-notes {
	padding-left:1em;
	text-indent:-1em;
}

.txt-notes02 {
	padding-left:2em;
	text-indent:-2em;
}
.txt-notes04 {
    padding-left:4em;
    text-indent:-4em;
}

/*-----------------------------------------------------
TO RELATED PAGE
-------------------------------------------------------*/

.to_relatedPage {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: row;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
	margin-top: 5px;
	margin-bottom: 5px;
}

.to_relatedPage li {
	width: auto;
	padding-left: 90px;
	background: url(../img/btn_reate.png) left 2px no-repeat;
}
/* ########### 1009px以下 ########### */
@media (max-width: 1009px) {
.to_relatedPage li {
	background: url(../img/btn_reateS.png) left top no-repeat;
}
}

/*-----------------------------------------------------
NOTE
-------------------------------------------------------*/

.note {
	background: url(../img/old_mathematics.png);
	border: #cfd7ef 1px solid;
	margin-top: 20px;
	margin-bottom: 10px;
}

.note .noteHead {
	position: relative;
	display: block;
	height: 16px;
}

.noteHead .left {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 12px;
	height: 13px;
	background: url(../img/ico_pinL.png) left top no-repeat;
}

.noteHead .right {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 12px;
	height: 13px;
	background: url(../img/ico_pinR.png) left top no-repeat;
}

.note .noteBody {
	padding: 1rem 2rem .5rem;
}

.noteBody .title {
	font-weight: bold;
	color: #0a2986;
	border-bottom: #0a2986 1px solid;
}


/*-----------------------------------------------------
SPECIAL TITLE
-------------------------------------------------------*/

#specialTitle {
	display:block;
	background:none;
	margin-top:1rem;
	margin-bottom: 1rem;
}

#specialTitle:after{
	content:"";
	display:block;
	clear:both;
}

#specialTitle .ST_img {
	float:left;
	width:45px;
	height:65px;
	background:url(../img/img_ST.png) left top no-repeat;
}

#specialTitle .ST02_img {
	float:left;
	width:42px;
	height:65px;
	background:url(../img/img_ST02.png) left top no-repeat;
}

#specialTitle .text {
	float:none;
	margin-left:60px;
	padding:1rem;
	font-size: 1.2em;
	position:relative;
	background:#ffec95;
	border-radius:5px;
}

#specialTitle .text:after {
	content:"";
	position:absolute;
	left:-10px;
	top:15px;
	height:0;
	width:0;
	border-width:6px 10px 2px 0px;
	border-style:solid;
	border-color:transparent #ffec95 transparent transparent;
}

/*-----------------------------------------------------
関連リンクエリア　RELATED AREA
-------------------------------------------------------*/

#main #relatedArea p.title {
	font-family: "Sawarabi Gothic";
	font-weight: 600;
	font-size: 1.1em;
	color: #0a2986;
	background: url(../img/ico_relate.png) left center no-repeat;
	padding-left: 30px;
	min-height: 25px;
}

/* 円 */
#relatedArea ul {
	margin-top: 1.5rem;
}

#relatedArea ul li {
	padding:0 0 5px 15px;
	background:url(../img/ico_relate02.png) left 5px no-repeat;
}




/*-----------------------------------------------------
SUBWIN BTN_CLOSE
-------------------------------------------------------*/

dl.BtnPrevious {
}
dl.BtnPrevious dd {
	clear:both;
	display:block;
	width:120px;
	height:23px;
	overflow:hidden;
	margin-top: 4rem;
	padding: 2px 5px 0;
	color: #0a2986;
	border: #0a2986 1px solid;
	border-radius: 5px;
}
dl.BtnPrevious dd:hover {
}

/*-----------------------------------------------------
ブランクアイコン
-------------------------------------------------------*/

a.link-blank,
.link-blank {
	padding-right:16px;
	background:transparent
url(../img/icon_blank.png) 		no-repeat right 2px;
	cursor:pointer;
}


a.link-blank:hover,
.link-blank:hover {
	background-image:url(../img/icon_blank_on.png);
}


/*-----------------------------------------------------
KEY アイコン
-------------------------------------------------------*/

a.link-key,
.link-key {
	padding-left:18px;
	background:transparent
url(../img/ico_key.png) 		no-repeat left 2px;
	cursor:pointer;
}


a.link-key:hover,
.link-key:hover {
	background-image:url(../img/ico_key_on.png);
}


/*-----------------------------------------------------
本文リンクアイコン
-------------------------------------------------------*/

a.link-ico,
.link-ico {
	padding-left:10px;
	background:transparent
url(../img/ico_arrowBl.png) 		no-repeat left center;
	cursor:pointer;
}


a.link-ico:hover,
.link-ico:hover {
	background-image:url(../img/ico_arrowBl_on.png);
}

/*-----------------------------------------------------
LINK-ICON
-------------------------------------------------------*/

/* 詳細アイコン */
a.link-detail,
.link-detail {
	padding-right:19px;
	background:transparent
url(../img/ico_more.png) 		no-repeat right center;
	cursor:pointer;
}

a.link-detail:hover,
.link-detail:hover {
	background-image:url(../img/ico_more_on.png) ;
}
/*-----------------------------------------------------
FREE MSG BTN
-------------------------------------------------------*/
ul.btnMsg,
ul.btnMsgY,
ul.btnMsgG {
	margin-bottom: 1rem;
}

ul.btnMsg li a,
ul.btnMsgY li a,
ul.btnMsgG li a {
	line-height: 4rem;
	border-radius: 25px;
	color: #fff;
	font-weight: bold;
	padding: 5px 25px;
	text-decoration: none;
	box-shadow:2px 3px 5px #999;
}

ul.btnMsg li a {
    /*background-image:-moz-linear-gradient(
    top,
    #4662b6 0%,
    #2c49a1 40%,
    #173591 52%,
    #0a2986);

    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#4662b6),
    color-stop(0.49,#2c49a1),
    color-stop(0.52,#173591),
    to(#0a2986));*/


	background: -moz-linear-gradient(top, #6b83cc, #173591);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #6b83cc, #173591);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #6b83cc, #173591);/* IE10+, W3C */
}

ul.btnMsg li a:hover {
	background: #173591;
}

ul.btnMsgY li a {
	background: -moz-linear-gradient(top, #ffc053, #e89403);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffc053, #e89403);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #ffc053, #e89403);/* IE10+, W3C */
}

ul.btnMsgY li a:hover {
	background: #ffa200;
}

ul.btnMsgG li a {
	background: -moz-linear-gradient(top, #28bd49, rgb(8, 146, 61));/* FF3.6+ */
	background: -webkit-linear-gradient(top, #28bd49, rgb(8, 146, 61));/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #28bd49, rgb(8, 146, 61));/* IE10+, W3C */
}

ul.btnMsgG li a:hover {
	background: #18772c;
}

/*-----------------------------------------------------
FREE MSG BTN
-------------------------------------------------------*/

.FreeMsg {
	border: #e8e8e8 3px solid;
	padding: 7.5px;
	color: #48cba7;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

/*-----------------------------------------------------
FRAME
-------------------------------------------------------*/

.frame_gray {
	border:#dfdfdf 5px solid;
	width:100%;
	margin-bottom: 15px;
	padding: 10px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.frame_blue {
	border:#0a2986 1px dashed;
	width:100%;
	margin-bottom:15px;
	padding: 5px 15px;
	border-radius:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.frame_blue i {
	color:#ff2d2d;
	margin-right: 5px;
}

/*-----------------------------------------------------
CAUTION
-------------------------------------------------------*/

.frame_caution {
	border:#ff9e36 2px dashed;
	width:100%;
	margin-top: 10px;
	margin-bottom:15px;
	padding: 3px 15px 0;
	border-radius:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.frame_caution i {
	color: #cc0000;
	margin-right: 5px;
	font-size: 1.4em;
}

.frame_caution ul {
	margin-bottom: 15px;
}

.frame_caution ul.arrowImg li {
	padding:0 0 0 15px;
	background:url(../img/ico_caution.png) left 4px no-repeat;
}

/*-----------------------------------------------------
LIST
-------------------------------------------------------*/

/* 矢印*/

ul.arrow-image li {
	padding:0 0 1rem 10px;
	background:url(../img/ico_arrowOs.png) left 7px no-repeat;
}

/* 黒丸*/

ul.circle-image li {
	padding:0 0 10px 15px;
	background:url(../img/ico_circleBl.png) left 5px no-repeat;
}

ul.circle-image li  ol.decimal li,
ul.circle-image li  ol.decimal02 li,
ul.circle-image li  ol.none li {
	background: none !important;
}


ul.circle-image li  ol.decimal02 li ol {
	margin-left: 15px;
}
/* 黒丸*/

ul.circle-imageG li {
	padding:0 0 3px 12px;
	background:url(../img/ico_circleGray.png) left 5px no-repeat;
}



/* 数字 */


/* 数字 */
ol.decimal,
ol.decimal02 {
	padding:0 0 0 20px;
}

ol.decimal li {
	list-style:decimal;
	padding:0 0 1em 0px;
}

ol.decimal li ol li {
	margin-left:20px;
}


ul.arrow-image li ul.circle-imageGray li,
ol.decimal li ul.circle-imageGray li{
	padding:0 0 .2em 12px;
	margin-left:0;
	background:
url(../img/ico_circleGray.png) 		no-repeat 0 6px!important;
	list-style:none!important;
}

ol.decimal li ul.circle-imageGray li ol.decimal li {
	list-style: decimal !important;
	background: none !important;
	padding: 0 0 .2em 0;
}

ol.decimal02 li {
	list-style:decimal;
	padding:0 0 0 5px;
}


ol.decimal li ol.circled_decimal li  {
	list-style: none !important;
	padding:0 0 5px 1em !important;
	text-indent:-1em;
	margin:0;
}

ol.decimal li ol.circled_decimal li span {
	margin:0;
}



/*-----------------------------------------------------
LIST（数字なし）
-------------------------------------------------------*/

ol.none  {
position: relative;
margin:0;
padding:0
}
ol.none li  {
list-style: none;
list-style-position:outside;
margin:0;
padding-left:1.25em
}
ol.none li span {
position: absolute;
left:0;
margin:0
}




/*-----------------------------------------------------
PAPER IMG
-------------------------------------------------------*/

.paper-image {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: row;
	border-top:#666 dotted 1px;
	border-bottom:#666 dotted 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paper-image .txt {
	font-weight:bold;
	padding-left:22px;
	background: url(../img/ico_shinsei.png) left 3px no-repeat;
	margin-right: auto;
}

.paper-image .icoPDF a {
	display: block;
	width: 28px;
	height: 31px;
	margin-left: 5px;
	background: url(../img/ico_pdf_l.png) left top no-repeat;
	text-indent: -9999px;
}
.paper-image .icoPDF_r a {
	display: block;
	width: 28px;
	height: 31px;
	margin-left: 5px;
	background: url(../img/ico_pdf_l_r.png) left top no-repeat;
	text-indent: -9999px;
}


.paper-image .icoEXCEL a {
	display: block;
	width: 28px;
	height: 31px;
	margin-left: 5px;
	background: url(../img/ico_excel_l.png) left top no-repeat;
	text-indent: -9999px;
}

/* PDFアイコン */

.icon_PDF {
	height:31px;
	width:28px;
	display:block;
	margin-right: 5px;
	text-indent:-9999em;
	background:url(../img/ico_pdf_l.png) left top no-repeat;
}

.icon_PDF02 {
	height:31px;
	width:28px;
	display:block;
	margin-right:5px;
	text-indent:-9999em;
	background:url(../img/ico_pdf_l_r.png) left top no-repeat;
}


/* PDFリンクアイコン */
a.link-pdf,
.link-pdf {
	padding-right:16px;
	text-indent:0;
	background: url(../img/ico_pdf.png) right center no-repeat;
	cursor:pointer;
	min-height:16px;
}

/* WORDリンクアイコン */
a.link-word,
.link-word {
	padding-right:16px;
	text-indent:0;
	background: url(../img/ico_word.png) right center no-repeat;
	cursor:pointer;
	min-height:16px;
}

/* EXCELリンクアイコン */
a.link-excel,
.link-excel {
	padding-right:16px;
	text-indent:0;
	background: url(../img/ico_excel.png) right center no-repeat;
	cursor:pointer;
	min-height:16px;
}


/*----------------------------------
FONT-WEIGHT
------------------------------------*/

.copy_min {
    font-size:26px;
	line-height:1.2em;
    font-family:"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color:#0a2986;
}

.copy_minP {
    font-size:26px;
	line-height:1.2em;
    font-family:"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color:#f184b7;
}

.copy_goth {
    font-size:26px;
	line-height:1.2em;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#0a2986;
}


/*-----------------------------------------------------
MARGIN
-------------------------------------------------------*/

.mt00 {
	margin-top: 0 !important;
}
.mt01 {
	margin-top: 10px !important;
}

.mt02 {
	margin-top: 20px !important;
}

.mt03 {
	margin-top: 30px !important;
}

.mt04 {
	margin-top: 40px !important;
}

.mt05 {
	margin-top: 50px !important;
}

.mr01 {
	margin-right: 10px !important;
}

.mr02 {
	margin-right: 20px !important;
}

.ml01 {
	margin-left: 10px !important;
}

.ml02 {
	margin-left: 20px !important;
}

.ml03 {
	margin-left: 30px !important;
}

.mb00 {
	margin-bottom: 0 !important;
}

.mb01 {
	margin-bottom: 10px !important;
}

.mb02 {
	margin-bottom: 20px !important;
}

.mb03 {
	margin-bottom: 30px !important;
}

.pb00 {
	padding-bottom: 0 !important;
}

.pb01 {
	padding-bottom: 10px !important;
}

.pb02 {
	padding-bottom: 20px !important;
}

.pb03 {
	padding-bottom: 30px !important;
}


/*-----------------------------------------------------
PADDING
-------------------------------------------------------*/

.pt00 {
	padding-top: 0 !important;
}

.pb00 {
	padding-bottom: 0 !important;
}



/*-----------------------------------------------------
TABLE
-------------------------------------------------------*/

table {
	font-size: 100%;
}

table.b_none {
	border:none !important;
}

th.th_lft {
	text-align: left !important;
}


td.td_ctr {
	text-align: center !important;
}

td.td_rt {
	text-align: right !important;
}

td.bt_none {
	border-top:none !important;
}

td.bb_none {
	border-bottom:none !important;
}

th.bl_none, td.bl_none {
	border-left:none !important;
}

th.br_none, td.br_none {
	border-right:none !important;
}

th.nowrap, td.nowrap {
	white-space:nowrap;
}

td.v_top {
	vertical-align: top !important;
}

caption {
	font-size: .9em;
	color: #666;
}

/*
STYLE01
---------------*/


table.style01 {
	margin-top: 0.2rem;
	margin-bottom: 1rem;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.style01 th,
table.style01 td {
	border: solid 1px #888;
	padding: .5rem 1rem;
}

table.style01 th span,
table.style01 td span {
	font-size: .85em;
}

table.style01 th {
	text-align: center;
	font-weight:bold;
	color: #333;
	line-height:1.5em;
	background: #b6c4ec url(../img/ptn_half.png);
}

table.style01 td.bt_dashed {
	border-bottom:#999 1px dashed!important;
}

table.style01 td.bb_dashed {
	border-bottom:#999 1px dashed!important;
}

table.style01 th.white,
table.style01 tr.white,
table.style01 td.white {
	background-color: #fff!important;
}

table.style01 td.yellow,
table.style01 th.yellow {
	background-color: #ffffa4!important;
}

table.style01 tr.yellow,
table.style01 td.yellow {
	background-color: #ffffc8!important;
}

table.style01 tr.pink,
table.style01 td.pink {
	background:#FFF4EC;
}

table.style01 tr.orange,
table.style01 td.orange {
	background-color: #FFE7BA;
}

table.style01 th.green {
	background-color:#ccefd0;
}

table.style01 tr.green,
table.style01 td.green {
	background-color:#edfcef;
}

table.style01 th.blue,
table.style01 tr.blue,
table.style01 td.blue {
	background-color:#ecf0f9;
}



table.style01 th.gray,
table.style01 tr.gray,
table.style01 td.gray {
	background-color:#F0F0F0;
}

table.style01 caption {
	font-size: 12px;
	margin-top: 1rem;
	text-align: right;
}


/* ########### 768px以下 ########### */
@media screen and (max-width: 768px) {
table.style01 th,
table.style01 td {
	padding: .5rem .5rem;
}

}



/*
style04
---------------*/
table.style04 {
	border-collapse: collapse;
	margin-bottom: 1rem;
}

table.style04 th {
	text-align: center;
	vertical-align: middle;
	background-color: #e8ecf8;
	color: #0a2986;
	font-weight: bold;
	border: solid 1px #ddd;
	padding: .5rem;
}

table.style04 td {
	border: solid 1px #ddd;
	padding: 1.2rem .7rem;
}

table.style04 tr.bg_total {
	background-color: #e5f6f2;
}

table.style04 td.h03 {
	margin: 0;
	padding: 0;
	height: 3px;
	line-height: 0;
}

table.style04 td.lapel02 {
	white-space: normal;
	padding: 1.2rem .2rem;
}

table.style04 td.double {
	border-top: double 3px #ddd;
}

table.style04 caption {
	font-size: .9em;
	margin-top: 1rem;
	text-align: right;
}
/* SPTABLE
----------------------------------------------------------------------------------------*/

/* ########### 640px以下 ########### */
@media (max-width: 640px) {

  .spTable {
	  width: 100% !important;
	  display: block;
	  overflow: auto;
	  font-size: .9em;
}

}


/* CLEARER
-------------------------------------------------------*/

.clearer {
	clear:both;
	display:block;
	height:0;
	margin:0;
	padding:0;
	line-height:1px;
	font-size:1px;
}

.fl_clear:after {
	content:"";
	display:block;
	clear:both;
}


/*スマホの時テーブルにスクロール
-------------------------------------------------------*/

.spTable{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}

.spTable::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.spTable::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.spTable::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/*スマホの時だけtelリンクを有効*/
.tel-link {
	color: #0a2986;
}

/* ########### 1010px以上 ########### */
@media (min-width: 1010px) {
	.tel-link {
	color: #333;
}

.tel-linkL {
	color: #0a2986;
	font-size: 2em;
	font-weight: bold;
}

}


/* FOR OLD HP
-------------------------------------------------------------*/


/*-----------------------------------------------------
MARGIN
-------------------------------------------------------*/
/* MARGIN-TOP */
.mt00 { margin-top:0px!important; }
.mt05 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt40 { margin-top:40px!important; }
.mt50 { margin-top:50px!important; }
.mt60 { margin-top:60px!important; }
.mt80 { margin-top:80px!important; }
.mt90 { margin-top:90px!important; }
.mt100 { margin-top:100px!important; }

/* MARGIN-RIGHT */
.mr00 { margin-right:0px!important; }
.mr05 { margin-right:5px!important; }
.mr10 { margin-right:10px!important; }
.mr15 { margin-right:15px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!important; }
.mr30 { margin-right:30px!important; }
.mr40 { margin-right:40px!important; }
.mr50 { margin-right:50px!important; }
.mr60 { margin-right:60px!important; }

/* MARGIN-BOTTOM */
.mb00 { margin-bottom:0; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }
.mb60 { margin-bottom:60px!important; }
.mb80 { margin-bottom:80px!important; }
.mb200 { margin-bottom:200px!important; }

/* MARGIN-LEFT */
.ml00 { margin-left:0px!important; }
.ml05 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml40 { margin-left:40px!important; }
.ml50 { margin-left:50px!important; }
.ml60 { margin-left:60px!important; }

/* MARGIN-ALL */
.ma00 { margin:0px!important; }
.ma05 { margin:5px!important; }
.ma10 { margin:10px!important; }
.ma15 { margin:15px!important; }
.ma20 { margin:20px!important; }
.ma25 { margin:25px!important; }
.ma30 { margin:30px!important; }
.ma40 { margin:40px!important; }
.ma50 { margin:50px!important; }


/*-----------------------------------------------------
PADDING
-------------------------------------------------------*/
/* PADDING-TOP */
.pt00 { padding-top:0px!important; }
.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt30 { padding-top:30px!important; }
.pt40 { padding-top:40px!important; }
.pt50 { padding-top:50px!important; }

/* PADDING-BOTTOM */
.pb06 { padding-bottom:0px!important; }
.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }
.pb40 { padding-bottom:40px!important; }
.pb50 { padding-bottom:50px!important; }

/* PADDING-LEFT */
.pl00 { padding-left:0px!important; }
.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl30 { padding-left:30px!important; }
.pl40 { padding-left:40px!important; }
.pl50 { padding-left:50px!important; }

/* PADDING-RIGHT */
.pr06 { padding-right:0px!important; }
.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr30 { padding-right:30px!important; }
.pr40 { padding-right:40px!important; }
.pr50 { padding-right:50px!important; }

/* PADDING-ALL */
.pa00 { padding:0px!important; }
.pa05 { padding:5px!important; }
.pa10 { padding:10px!important; }
.pa15 { padding:15px!important; }
.pa20 { padding:20px!important; }
.pa30 { padding:30px!important; }
.pa40 { padding:40px!important; }
.pa50 { padding:50px!important; }


/*-----------------------------------------------------
TOPICS
-------------------------------------------------------*/


#Topics dl {
	padding:0px;
	overflow:hidden;
}

#Topics dl dt {
	float:left;
	padding-bottom:.5em;
	width:180px;
}
#Topics dl dd {
	width:480px;
	padding-bottom:.5em;
	margin:0 0 0 185px;
}

@media print {
    #contents{
        position: relative;
        padding-top: 45px;
    }
    #side-nav{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
    }
    #sitemap,
    #contents,
    #container{
        display: block!important;
    }


}

.dot-li li{
    list-style: none!important;
    padding-bottom: 0!important;
}
.dot-li li{
    text-indent: -1em;
    padding-left: 0em;
}
.dot-li li:before{
    display: inline;
    content: '・';
}
