@charset "UTF-8";
/* CSS Document */
#all {
	right: auto;
	left: auto;
}
h1 {
	color: #006;
	font-size: 28px;
	margin: 26px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px gainsboro;
}
h1:before {
	content:'◇';
}
h2 {
	color: #099;
	font-size: 20px;
	text-align: left;
	margin-top:16px;
  margin-bottom:12px;
	border-left :solid 4px darkcyan;
	border-bottom:solid 1px darkcyan;
  padding: 3px 12px;
	display: inline-block;

}
h3 {
	margin: 16px 0px 16px 16px;
  font-weight: bold
}
h3:before {
	content:'<';
}
h3:after {
	content:'>';
}
.box_main{
	width: 100%;
	min-width: 1024px;
	text-align: center;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;

}



a.pdfs::after {/* ◆ pdficon ◇ ------------------------------*/
  content: url(../img/pdf.png);
  position:relative;
  top: 0.8rem;
  left: 0;
  display: inline-block;/*忘れずに！*/
 -webkit-transform: scale(0.5); 
 -moz-transform: scale(0.5); 
}
a.innerlink::before {/* ◆ pdficon ◇ ------------------------------*/
   white-space: pre-wrap;
    content: "  ｜→";
    color: 000;
  position:relative;
  display: inline-block;/*忘れずに！*/

}




#list03 ul li:after {
content: "";
background: url(https://blog.maromaro.co.jp/wp-content/uploads/blog_icon01.png) no-repeat;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin: 0 0 3px 10px;
}
.section_read{/* ◆ ラジオ ◇ ------------------------------*/
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	font-size: 14px;
}


.section_read900{
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-size: 14px;
  line-height: 24px;
}
.section_read900 p{
	text-align:left;
	margin-right: auto;
	margin-left: auto;
  	padding-left : 2em;
	margin-bottom:1em;
	line-height: 24px;

}
.section_read900 ul,ol {
	text-align:left;
	margin:1em auto;
  	padding-left : 2em;
}

/*
/* ========================================
	フロートの解除
========================================= */

.:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ◆ padding ◇ ------------------------------*/
.pt0 {padding-top     : 0;}
.pt10 {padding-top    : 10px;}
.pt20 {padding-top    : 20px;}
.pt5p {padding-top    : 5%;}

.pl10 {padding-left    : 10px;}

.pt2e {padding-top    : 2em;}

.pb0 {padding-bottom  : 0;}
.pb05e{padding-bottom : 0.5em;}

.pb20{padding-bottom : 20px;}
.pb40{padding-bottom : 40px;}

.pl1e {padding-left   : 1em;}
.pl2e {padding-left   : 2em;}
.pl3e {padding-left   : 3em;}
.pl4e {padding-left   : 4em;}

/* ========================================
	テキスト
========================================= */
p.tx_r {
  	text-align:right;

}
.tx_l {
  	text-align:left;
}

.under {
  text-decoration: underline;
}

.txred {
	color: #FF0000;
}

.tx18 {
	font-size: 18px;
}
.tx20 {
	font-size: 20px;
}
.tx22 {
	font-size: 22px;
}

.tx08 {
	font-size: 0.8rem;
}
.tx07 {
	font-size: 0.7rem;
}

.pdf_file:after{
    content: '';
    display:inline-block;
    width:18px;
    height:18px;
    background:url(img/pdf_ico.png) no-repeat;
    background-size:contain;
		margin: 0 4px;
}

<!--リンクアイコン擬似クラス-->



.arrow_outside:after{
    content: '';
    display:inline-block;
    width:18px;
    height:18px;
    background:url(img/arrow_outside.png) no-repeat;
    background-size:contain;
		margin: 0 4px;
}

.bgc_NavyBlue{
	background-color: #202f55;
}


