.contentHeader {
	padding: 0;
	margin-bottom: 30px;
}


.contentTitle {
	border-bottom: 3px solid #d8831e;
    font-size: 180%;
    margin: 70px 0 30px 0;
    padding: 0px 0px 10px 0px;
}




.contentTitle h1 {
	width: 100%;

	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	text-align: center;


}

.contentDescription{
	padding:0px 20px;

	}

.contentHeader .date{
    padding: 0 10px 0 0;
    color: #e47e01;
    font-size: 60%;
    text-align: right;
}

.contentBody {
	padding: 0 5px;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;

}

.contentBody h2 {
	font-size: 140%;
	padding: 1rem 2rem;
	margin: 60px 0 30px 0;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#F45800), to(#FF8C00));
	background-image: -webkit-linear-gradient(left, #F45800 0%, #FF8C00 100%);
	background-image: linear-gradient(to right, #F45800 0%, #FF8C00 100%);
}




.contentBody h3 {
	font-size: 110%;
	line-height: 110%;
	padding:4px 0px;
	margin: 15px 0;

}
.contentBody h3:before {
	color: #d8831e;
	content: "■ "
}
.contentBody h4 {
	padding:5px 0px 5px 0px;

	color: #d8831e;
}


.contentBody p {
  margin: 1em 0 1em 5px;
}

.contentBody ol,
.contentBody ul {
  margin: 1em 0 1em;
}



.contentBody ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.contentBody ul {
  list-style: disc;
  padding-left: 2em;
    margin: 1em 5px;
}
.contentBody ul a{

}
.contentBody ul a:hover{
	text-decoration: underline;
}



.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}


.sitemap-list {
    border-left: 1px dotted #444;
}



.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table{
  max-width: 100%;
  border-spacing: 0;
line-height: 190%;
}


.contentBody table img{
	text-align: center;
	    margin: 10px 0;
}

.contentBody table[border] th{
  border-bottom: solid 2px #fc8501;
  padding: 15px;
}

.contentBody table[border] td{
  border-bottom: solid 2px #c1c1c1;
  padding: 15px;
}

/* Color Definition
================================================== */

.red{
  color: red;
}



.style1{
	

	font-size: 190%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
}



.style2 {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #f35902;
    border: solid 3px #f35902;
    border-radius: 8px;
    transition: .4s;
    font-size: 180%;
	font-weight: bold;
	background: #fff;
	text-align: center;
}


.style2 a{
	display: block;
	color: #f35902;
	text-decoration: none;
}

.style2:hover {
  background: #ffcd91;
  color: white;
}







@media (max-width: 768px) {
	
.contentBody {
    padding: 0 20px;
}
	
.contentTitle {
    margin: 30px 0;
}
	
.contentTitle h1 {
    font-size: 130%;
}

.style1{

	font-size: 150%;
	line-height: 150%;
	margin-bottom:20px;
}

.style2{
	margin-bottom: 10px;
}


.contentBody .wrap-base p {

    margin: 0 0 0 0;

}


.contentBodyWrapper table th,
.contentBodyWrapper table td {
	padding:5px;
}


}


@media (max-width: 700px) {
.contentTitle h1 {
    font-size: 110%;
}
	
.contentHeader .date {
    padding: 20px 10px 0 0;
}
}

@media (max-width: 500px) {

.contentBodyWrapper table th, .contentBodyWrapper table td {
    display: block;
	width: 100%!important;
}
.contentBody table img {
    margin: 0px 0;
}
	
}


/*blog*/

.top-category_blog #content{
    padding-bottom: 25px;
}

.top-category_blog #blog-wrap{
	width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0px 5px;
}

.top-category_blog #main {
        width: 70%;
        float: left;
    }



@media (max-width: 900px) {

.top-category_blog #main {
    width: 100%;
    float: none;
    margin-top: 50px;
}
	
}


.top-category_blog #blog-wrap #main .contentTitle{
	display: none;
}



.top-category_blog #blog-nav {
    width: 25%;
    float: left;
    margin-left: 30px;
    }

@media (max-width: 900px) {
.top-category_blog #blog-nav {
        width: auto;
        float: unset;
        margin-left: 0;
        padding: 40px 40px 0 40px;
        border-top: 1px solid;
}
}


.top-category_blog #blog-nav ul{
	margin-bottom: 40px;
}

.top-category_blog #blog-nav h3{
	font-size: 120%;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 15px;
    padding: 0px 0px 0px 22px;
    margin-top: 0;
}


ul.pageList.current-category_blog{
	list-style: none;
    padding-left: 0;
}


ul.pageList.current-category_blog li{
	margin-bottom: 100px;
}


ul.pageList.current-category_blog p {
    margin: 1em 0 1em 0;
}

ul.pageList.current-category_blog p,ul.pageList.current-category_blog p span {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    line-height: 150%;
}

li.pagelist-item.current-category_blog-item.clearfix{}

li.pagelist-item.current-category_blog-item .title{
	display: block;
	font-size: 140%;
    padding: 1rem 2rem;
    margin: 0 0 30px 0;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#F45800), to(#FF8C00));
    background-image: -webkit-linear-gradient(left, #F45800 0%, #FF8C00 100%);
    background-image: linear-gradient(to right, #F45800 0%, #FF8C00 100%);
	text-align: center;
	font-weight: bold;
    line-height: 140%;
}

li.pagelist-item.current-category_blog-item .title a{
	text-decoration: none;
	color: #fff;
}

span.update {
    display: block;
    font-size: 90%;
    margin-bottom: 12px;
    color: #f35902;
}

ul.entry-list{}

ul.entry-list li{
	font-size: 90%;
	margin-bottom: 10px;
}

.section.categories {
	display: none;
}




@media (max-width: 1200px) {

.top-category_blog #blog-wrap {
    padding: 0px 25px;
}
	
}

@media (max-width: 730px) {
	
.top-category_blog #main {
        width: 100%;
        float: none;
        margin-top: 50px;
        font-size: 120%;
    }
	
.top-category_blog #main .contentBody {
        padding: 0 0px;
    }
	
.top-category_blog #blog-nav {
        font-size: 110%;
    }
	
.top-category_blog #blog-nav h3 {
    background-position: 0px 2px;
	}

.top-category_blog #blog-wrap {
        padding: 0px 15px;
    }

	
}














