@charset "utf-8";
/* CSS Document */


#blog_list {
	margin:20px 0;
}

#blog_list dl{
	margin:10px 0 10px 10px;
}

#blog_list dt{
	display: inline-block;
	width:120px;
	vertical-align:top;
}

#blog_list dd{
	display: inline-block;
	text-align:left;
	width:480px;
	margin-bottom:5px;
}

#blog_title{
	background:url(../images/h3.png) no-repeat;
	height:50px;
	font-size:140%;
	padding:15px 0 0 30px;
	margin-top:20px;
	}
	
#blog_title a{
	color:#F60;
	}
	
#mt_date{
	text-align:right;
	margin:0 0 10px 0;
	}
	
.asset-body{
	font-size:120%;
	line-height:1.4em;
	}
.asset-body img{
	max-width: 100%;
	height: auto;
}

#widget_boder{
	margin:10px 0 10px 8px;
	border:#F3B965 1px solid;
	width:202px;
	}

#sidenavi{
	background:url(../images/mt_side.jpg) no-repeat;
	height:28px;
	padding:14px 0 0 8px;
	margin:0;
	}

#container h3{
	margin:0;
	}

#container .widget-content ul{
	margin:0;
	}
	
.widget-content li{
	border-bottom:1px dotted #ccc;
	padding-left:10px;
	font-size:100%;
	}

.asset-header{
	margin-top:20px;
	}

.asset-footer{
	margin:30px 0 0 10px;
	text-align:right;
	border-top: dotted 1px #CCC;
	padding-top:20px;
	}
	
.asset-footer h6{
	font-size:120%;
	}
	
#page-title{
	font-size:140%;
	margin:20px 0 5px 10px;
	}
	
.content-nav{
	text-align:right;
	}
	
.asset-body{
	padding:20px;
	}

.side_category_link{
	text-align:right;
	margin:8px 0 5px;
	font-size:110%;
}
	

#container .widget-content ul{
	overflow:auto;
	height:120px;
}

#container .widget-content ul.all{
	height:auto;
}



.category_list_box{
	margin-bottom:20px;
}

#category_list_box ul{
	height:120px;
	overflow:auto;
	margin-bottom:10px;
}

#container .prev-next-link{
	margin:38px 0 0;
	text-align:center;
	border:solid 1px #CCCCCC;
	padding:8px;
}
#container .prev-next-link span{
	padding:0 5px;
	min-width:100px;
	display:inline-block;
}

.box_relation{
	border:double 3px #F60;
	padding:8px;
	margin:45px  0 15px;
}
.box_relation dl dt{
	margin:0 0 7px;
	font-weight: bold;
}
.box_relation dl dd{
	margin:3px 10px;
}
.box_relation dl dd a{
	text-decoration:underline;
}


.cate_bnr{
    text-align: right;
    margin: 40px 0;
}

.recommend_entry{
    margin: 48px 0 35px;
/*    border: 2px solid #F82;
    padding: 12px 16px 8px;*/
    border-radius: 6px;
}
.recommend_entry h2{
    font-size: 16px;
    margin-bottom: 17px;
    border-bottom: 2px solid #CCC;
    padding-bottom: 5px;
}
.recommend_entry ul{
    margin-left: 0;
}
.recommend_entry ul li{
    line-height: 135%;
    margin-bottom: 25px;
    list-style-type: none;
}
.recommend_entry ul li a{
    text-decoration: underline;
}
.count_img{
	text-align: right;
}
.asset-body{
	overflow: hidden;
}


.recommend_entry_img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
}
.recommend_entry_img li{
    line-height: 135%;
    margin-bottom: 8px;
    list-style-type: none;
    width: 24%;
    margin-right: 1.33%;
}
.recommend_entry_img li:nth-of-type(4n){
	margin-right: 0;
}
.recommend_entry_img li img{
	width: 156px;
	height: 120px;
	object-fit: cover;
}


@media screen and (max-width: 480px) {
#blog_list {
	margin:20px 0;
}

#blog_list dl{
	margin:10px 15px}

#blog_list dt{
	display: block;
	width:100%;
	vertical-align:top;
}

#blog_list dd{
	display: block;
	text-align:left;
	width:100%;
	padding-bottom:8px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 8px;
}
	
.entry-asset{
	padding: 0 15px !important;
}
.asset-body img{
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 5px;
}
	.asset-body img.emoticon{
		width: auto !important;
		margin-bottom: 0;
	}
#page-title{
	font-size:140%;
	margin:20px 0 5px;
	}

#side{
	display: block !important;
	padding: 0 15px !important;
	margin-top: 40px;
}
#side h5{
	display: none;
}
	#widget_boder{
		width: 100%;
		margin: 10px 0;
	}
	.widget-content li{
		padding: 5px 10px;
	}
#sidenavi {
    background: #faf3d6;
    min-height: 28px;
    padding: 10px 0 0 8px;
    border-bottom: 5px solid #f6b963;
}

.recommend_entry_img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
}
.recommend_entry_img li{
    line-height: 135%;
    margin-bottom: 8px;
    list-style-type: none;
    width: 48%;
    margin-right: 4%;
}
.recommend_entry_img li:nth-of-type(even){
	margin-right: 0;
}
.recommend_entry_img li img{
	width: 156px;
	height: 120px;
	object-fit: cover;
}
#container .prev-next-link{
	margin:38px 0 60px;
	text-align:center;
	border:solid 1px #CCCCCC;
	padding:5px;
}
#container .prev-next-link span{
	padding:0 4px;
	min-width:90px;
	display:inline-block;
}
}

@media screen and (max-width: 360px) {
#container .prev-next-link{
	padding:5px 0;
}
#container .prev-next-link span{
	padding:0 3px;
	min-width:80px;
	display:inline-block;
	font-size: 90%;
}
}


.kouken2022{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.kouken2022 .cnt{
	margin-right: 30px;
}
.kouken2022 .cnt .ttl{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 8px;
}
.kouken2022 .cnt .ttl span{
	font-size: 18px;
}
.kouken2022 .cnt .memo{
	background: #FCF9BE;
	padding: 16px;
	margin-bottom: 20px;
}
.kouken2022 .cnt .ttl2 b{
	font-size: 18px;
}
.kouken2022 .cnt .ttl2{
	font-size: 15px;
}

@media screen and (max-width: 480px) {
	.kouken2022{
		display: block;
	}
	.kouken2022 .cnt{
		margin: 0 0 30px;
	}
	.kouken2022 .cnt .ttl{
		font-size: 20px;
		margin-bottom: 8px;
	}
	.kouken2022 .cnt .ttl span{
		font-size: 16px;
	}
}



@media screen and (max-width: 480px) {
.data{
    border: 4px solid #F60 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    margin: 0 0 20px !important;
    background:#fffdf6 !important;
}
	.data table {
		width: 100% !important;
	}
.data table th,
.data table td{
    display: table-cell !important;
    width: auto !important;
    vertical-align: top !important;
    padding: 10px 5px !important;
    font-size: 15px !important;
    border-bottom: 1px solid #CCC !important;
}
.data table th{
    white-space: nowrap !important;
}

.col3_xmas li{
	display: block !important;
	}
	
.col3_xmas li .img {
	width: 100% !important;
	margin-bottom: 24px !important;
}
.col3_xmas li .img img {
	width: 100% !important;
}
	.col3_xmas li .cnt{
		width: 100% !important;
	}
.col3_xmas li .cnt p{
	color: #FFF !important;
	font-size: 14px !important;
	margin-bottom: 0 !important;
}
.col3_xmas li .cnt p.ttl{
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1 !important;
	margin: 0 0 16px !important;
}
	table.mailform tr th br{
		display: none !important;
	}
}

.page_in_blog{
	margin: -10px;
}
@media screen and (max-width: 480px) {
	.page_in_blog{
		margin: -20px;
	}
}