@charset "utf-8";

.pageContent .que div ul li {
  margin-bottom:15px !important;
  height:auto !important;
  min-height:auto !important;
  position:relative;
  width: calc( 50% - 20px ) !important;
}
.pageContent .que div ul li .columnCont {
  float:none !important;
  width:auto !important;
  margin:0 !important;
  padding:10px 10px 20px !important;
  height:auto !important;
}
#body{
	margin-top: 25px;
}

/*
========================================================================      END grey 201609
*/
#header .hInner .hLinkarea p{
	float: left;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	max-width: 570px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 2px 0 0 -5px;
}
#bodyContent .pageContent{
	margin-top: 0;
}
.blogContent{
	margin-bottom: 50px;
}

/* もくじ */
.blogContent .tocWrap {
	width: 100%;
	margin: 40px 0;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.blogContent .tocWrap .tocTit {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
}
.blogContent .tocWrap .toc ul {
	counter-reset: num;
}
.blogContent .tocWrap .toc ul li {
	position: relative;
	padding-left: 1.5em;
	padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.blogContent .tocWrap .toc ul li + li {
	margin-top: 5px;
}
.blogContent .tocWrap .toc ul li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num) ".";
	top: 0;
	left: 0;
}
.blogContent .tocWrap .toc ul li a {
	text-decoration: none;
}
.blogContent .tocWrap .toc ul li a:hover {
	text-decoration: underline;
}

.blogContent .head{
	margin-bottom: 10px;
	border-bottom: 2px dotted #b0b0b0;
	background: url(/common/accets/blog/img/bg_tit01.png) 0 0 repeat-x;
	padding: 20px 0 5px;
}
.blogContent .head .tit{
	margin: 0;
	font-size: 23px;
}
.blogContent .cat{
	text-align: right;
	margin-bottom: 20px;
}
.blogContent .post{
	text-align: left;
}
.blogContent .post img{
	width: 100%;
	height: auto;
}
.blogContent .post .cvBtn02{
	display: none;
}
.blogContent .post .list01{
	border: 2px solid #e2e2e2;
	padding: 5px 30px;
	margin-top: 20px;
}
.blogContent .post .list01 li{
	padding: 11px 0 11px 35px;
	font-size: 14px;
	background: url(/common/accets/blog/img/ico_arw01.png) 0 50% no-repeat;
}
.blogContent .post .list01 li + li{
	border-top: 1px dotted #b2b2b2;
}
.blogContent .post .cvBtn01{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.blogContent .post .cvBtn01 img{
	width: auto;
	max-width: 100%;
}
.blogContent .post .list02 li{
	font-size: 14px;
	font-weight: bold;
}
.blogContent .post .list02 li:before{
	content: '●';
	color: #c1d253;
	display: inline-block;
	padding-right: 5px;
}
.blogContent .post .h2{
    background: -webkit-linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
    background: -o-linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
    background: linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	font-size: 22px;
	font-weight: bold;
    color: #495214;
    text-shadow: 0 0 3px #ffffff;
    padding: 10px 10px 7px 15px;
	position: relative;
	margin: 20px 0 30px;
}
.blogContent .post .h3{
	font-size: 18px;
	position: relative;
	padding: 4px 10px 2px 10px;
    border-left: 7px solid #2eb049;
	margin: 20px 0 30px;
}
.blogContent .post .h3:before{
	content: '';
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: -5px;
	border-bottom: 1px dotted #b2b2b2;
}
.blogContent .post table{
	width: 100% !important;
	border: 3px solid #e2e2e2;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
}
.blogContent .post table td{
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	padding: 20px;
}
.blogContent .post table tr td:first-child{
	background-color: #fbfbfb;
}
.blogContent .post table tr td:last-child{
	border-right: none;
}
.blogContent .post table tr:first-child td{
    background-color: #e3f1e6;
}
.blogContent .post table tr:last-child td{
	border-bottom: none;
}
.pageContent .relate{
	text-align: left;
}
.pageContent .relate .relateTit{
	background: -webkit-linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	background: -o-linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	background: linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	font-size: 20px;
	font-weight: bold;
    color: #495214;
    text-shadow: 0 0 3px #ffffff;
	padding: 10px 20px;
}
.pageContent .relWrap{
    border: 10px solid #d1e8d6;
    padding: 1px;
}
.pageContent .relate ul{
	background-color: #fff;
	padding: 0 20px;
}
.pageContent .relate ul li{
	border-bottom: 1px dotted #bfbfbf;
}
.pageContent .relate ul li a{
	display: block;
	padding: 15px 25px;
	background: url(/common/accets/blog/img/ico_arw02.png) 0 50% no-repeat;
}
.pageContent .relate ul li a .tit{
	font-size: 13px;
}

.sideCatList, .sideBlogList {
	margin-bottom: 20px;
    border-bottom: 10px solid #d1e8d6;
}
.sideCatList .catTit01, .sideBlogList .blogTit01{
	background: url(/common/accets/blog/img/ico_cat_tit02.png),-webkit-linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	background: url(/common/accets/blog/img/ico_cat_tit02.png),linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	background-repeat: no-repeat;
	background-position: 20px 50%,0;
	font-size: 14px;
	font-weight: bold;
    color: #495214;
    text-shadow: 0 0 3px #ffffff;
	padding: 25px 0 25px 65px;
	text-align: left;
    border-bottom: 10px solid #d1e8d6;
}
.sideCatList .catTit01{
	background: url(/common/accets/blog/img/ico_cat_tit01.png),-webkit-linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	background: url(/common/accets/blog/img/ico_cat_tit01.png),linear-gradient(#d3df6c 50%, #c0d153 50%, #c0d153 95%, #646d2d 95%, #86923c);
	background-repeat: no-repeat;
	background-position: 20px 50%,0;
}
.sideCatList ul, .sideBlogList ul{
	padding: 0 5px;
    border-left: 10px solid #d1e8d6;
    border-right: 10px solid #d1e8d6;
}
.sideCatList ul li, .sideBlogList ul li{
	text-align: left;
}
.sideCatList ul li, .sideBlogList ul li{
	border-bottom: 1px dotted #b2b2b2;
}
.sideCatList ul li a, .sideBlogList ul li a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	background: url(/common/accets/blog/img/ico_arw02.png) 4px 50% no-repeat;
	padding-left: 25px;
}
.sideCatList ul li a:hover, .sideBlogList ul li a:hover{
	opacity: 0.7;
}
.sideCatList ul li a .date, .sideBlogList ul li a .date{
	font-size: 13px;
	color: #96ba24;
}
.sideCatList ul li a .tit, .sideBlogList ul li a .tit{
	font-size: 13px;
}
.sideCatList ul li a .catt, .sideBlogList ul li a .catt{
	font-size: 12px;
	color: #777;
}
/*----------------------------------20171221*/
.tglTit{
    background-color: #2eb049;
    border-left: 10px solid #d1e8d6;
    border-right: 10px solid #d1e8d6;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.tglTit:before{
    content: "";
    width: 6px;
    height: 4px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../img/ico_arw03.png) 0 50% no-repeat;
    -webkit-transition: all .25s 0s linear;
       -moz-transition: all .25s 0s linear;
        -ms-transition: all .25s 0s linear;
         -o-transition: all .25s 0s linear;
            transition: all .25s 0s linear;
}
.tglTit.opend:before{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.tglCont{
    display:none;
}
/*----------------------------------20171227*/
.relate .tglTit{
    background-color: #2eb049;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.relate .tglTit:before{
    content: "";
    width: 6px;
    height: 4px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../img/ico_arw03.png) 0 50% no-repeat;
    -webkit-transition: all .25s 0s linear;
       -moz-transition: all .25s 0s linear;
        -ms-transition: all .25s 0s linear;
         -o-transition: all .25s 0s linear;
            transition: all .25s 0s linear;
}
.relate .tglTit.opend:before{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.relate .tglCont{
    display:none;
}
.noEntry{
    padding: 10px 30px 0;
    color: #999;
}