
/* COMMON */

.blur {
	transition: all .2s ease-out;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

#content a[href$=".pdf"]:before {
}
#content a[href$=".doc"]:before, #content a[href$=".docx"]:before {
}
#content a[href$=".xls"]:before, #content a[href$=".xlsx"]:before {
}


/* ANCHOR */

.anchor-type01 a {
	padding-left: 20px;
	background: url(../images/common/btn-type01.png) no-repeat left center;
	background-size: 10px auto;

}


/* BTN */
.btn-type01 a{
	display: inline-block;
	padding: 10px 30px 10px 50px;
	color: #3c61ac;
	font-size: 2rem;
	font-weight: bold;
	background: url(../images/common/btn-type01.png) no-repeat left center #d2ddf0;
	background-size: 24px auto;
	text-decoration: none!important;
}
.btn-type01 a:hover{
	opacity: 0.6;
}


/* listmark */

.listmark-disc > li {
	padding-left: 12px;
	background: url(../images/common/listmark-disc.png) no-repeat 3px 13px;
	background-size: 3px auto;
}

.listmark-type01 > li {
	padding-left: 15px;
	background: url(../images/common/listmark-type01.png) no-repeat left 9px;
	background-size: 10px auto;
}

.listmark-temp > li {
	margin-left: 1em;
}

.listmark-temp > li span.mark {
	margin-left: -1em;
}

.listmark-temp02 > li {
	padding-left: 20px;
	position: relative;
}

.listmark-temp02 > li span.mark {
	position: absolute;
	top: 0;
	left: 0;
}

.listmark-temp03 > li {
	padding-left: 3em;
	position: relative;
}

.listmark-temp03 > li span.mark {
	position: absolute;
	top: 0;
	left: 0;
}

.listmark-decimal > li {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
}

.listmark-indent > li {
	padding-left: 1em;
	text-indent: -1em;
}

.listmark-num {
	counter-reset: my-counter;
	padding: 0;
}

.listmark-num > li {
	margin-bottom: 20px;
	padding-left: 40px;
}

.listmark-num > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #d2ddf0;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: -40px;
	color: #3c61ac;
	font-size: 2rem;
	font-family:  "A1 Mincho", "Hiragino Mincho ProN",  "YuMincho", "Yu Mincho", "MS PMincho", serif;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

.listmark-num > li:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
}
.listmark-num > li > span{
	display: block;
	color: #3c61ac;
	font-size: 2rem;
	font-weight: bold;
}


/* title-level */

.title-level01 {
	margin-bottom: 30px;
	color: #4552a1;
	font-family:  "A1 Mincho", "Hiragino Mincho ProN",  "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
	font-size: 2.6rem;
	border-bottom:4px solid #d2ddf0;
}

.title-level02 {
	margin-bottom: 40px;
	padding: 10px 20px;
	color: #3c61ac;
	font-size: 2.2rem;
	font-weight: bold;
	background: #d2ddf0;
}
.title-level02 span{
	font-size: 1.8rem;
}

.title-level03{
	color: #3c61ac;
	font-size: 2rem;
	font-weight: bold;
}
.title-level02a {
	margin-bottom: 40px;
	padding: 10px 20px;
	color: #3c61ac;
	font-size: 2.4rem;
}
.title-level04{
	margin-bottom: 40px;
	padding: 10px 20px;	
	color: #3c61ac;
	font-size: 2rem;
}

/* TABLE */

table.t100p {
	width: 100%;
}
table .tls {
	text-align: center;
	letter-spacing: 1em;
	text-indent: 1em;
}
table.alltc th, table.alltc td {
	text-align: center;
}
table.equality {
	table-layout: fixed;
}

/* TYPE01 */
table.type01 th,
table.type01 td{
	padding: 5px 10px;
	border: 1px solid #d2ddf0;
	border-right:none;
}
table.type01 th{
	text-align: center;
	color: #3c61ac;
	font-weight: bold;
	background: #d2ddf0;
	border-bottom: 1px solid #ffffff;
}
table.type01 tr:last-child th{
	border-bottom: 1px solid #d2ddf0;
}

/* TYPE02 */
table.type02 th,
table.type02 td{
	padding: 5px 10px;
	border: 1px solid #e7ddec;
	border-right: none;
	vertical-align: middle;
}
table.type02 th{
	text-align: center;
	background: #e7ddec;
}


/* TEXT */
.rq {
	color: #ff0000;
	font-weight: bold;
}
.em-level01{
	color: #3c61ac;
	font-size: 2rem;
	font-weight: bold;
}

/* box */

.bd-box {
	padding: 20px 30px 10px;
	border: 1px solid #7c4597;
}
.bd-box .title{
	color: #7c4597;
	font-family:  "A1 Mincho", "Hiragino Mincho ProN",  "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-size: 2.4rem;
	font-weight: bold;
}

.w-box {
	padding: 20px 30px 10px;
	background-color: #ffffff;
}


.tri-box > .box01 {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.tri-box > .box02 {
	float: left;
	width: 300px;
}

.tri-box > .box03 {
	float: right;
	width: 300px;
}

.tri-box > .image {
	margin-bottom: 0;
	text-align: center;
}

#main .tri-box > .box01, #main .tri-box > .box02, #main .tri-box > .box03 {
	width: 200px;
}


.half-box > .boxl {
	float: left;
	width: 460px;
}

.half-box > .boxr {
	float: right;
	width: 460px;
}

.half-box .image {
	margin-bottom: 0;
	text-align: center;
}

#main .half-box > .boxl, #main .half-box > .boxr {
	width: 310px;
}


.imgr-box .text-box {
	float: left;
	width: 550px;
}

.imgr-box .text-box .text{
	text-align: justify;
}

.imgr-box .image-box {
	float: right;
	width: 350px;
}

.imgr-box .image-box .image {
	margin-bottom: 0;
	text-align: center;
}

.imgl-box .text-box {
	float: right;
	width: 550px;
}

.imgl-box .text-box .text{
	text-align: justify;
}

.imgl-box .image-box {
	float: left;
	width: 350px;
}
.imgl-box .image-box .image {
	margin-bottom: 0;
	text-align: center;
}


/* EDITOR */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft, img.alignleft {
	margin: 0px 24px 10px 0;
}

.wp-caption.alignleft {
	margin: 0 24px 10px 0;
}

blockquote.alignright, img.alignright {
	margin: 0 0 10px 24px;
}

.wp-caption.alignright {
	margin: 10px 0 10px 24px;
}

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-article img {
	max-width: 100%;
	height: auto;
}


.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi {
	display: inline-block;
	margin: 0 0 10px;
}

.wp-pagenavi a,  .wp-pagenavi span {
	display: inline-block;
	color: #494949;
	font-size: 14px;
	text-decoration: none;
	border-right: 1px solid #7D6A2E;
	padding: 0 15px;
}

.wp-pagenavi a:first-child,  .wp-pagenavi span:first-child {
	border-left: 1px solid #7D6A2E;
}

.wp-pagenavi span.current {
	color: #7D6A2E;
}
