
#cnt{
	width: auto;
	margin-bottom: 0;
	padding: 80px 0 0 0;
	color: #000;
	background: #fff;
}
.page_title{	margin-bottom: 30px;}
.s_title{	text-align: center;}
a.tag:hover{	color: #fff;}


/** clm_list **/

.clm_list{
	width: 1100px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
.clm_box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	color: #000;
	text-align: left;
	margin: 0 0 20px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clm_box:nth-of-type(odd){	margin-right: 10px;}
.clm_box:nth-of-type(even){	margin-left: 10px;}
.clm_box:hover{
	color: #000;
	text-decoration: none;
}
.clm_box .img{}
.clm_box .img img{
	width: 100%;
	height: auto;
}
.clm_box .tag{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	padding: 2.5px 10px;
	color: #fff;
	background: #53759b;
	border-radius: 12.5px;
	z-index: 2;
	position: absolute;
	top: 18px;
	right: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.clm_box .txt{
	position: relative;
	padding: 20px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.clm_box .txt p{
	font-size: 13px;
	line-height: 18px;
	color: #caaa55;
	margin: 0 0 10px 0;
}
.clm_box .txt h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
#main_list{
	padding: 50px 0 50px 0;
	background: url(img/bg.gif) top center;
}
#main_list .s_title{	margin-bottom: 50px;}


/** clm_main **/

.clm_main_bg{
	width: 1100px;
	margin: 0 auto;
	color: #000;
	text-align: left;
	padding: 20px;
	background: #ececec;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clm_main{
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clm_title{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #caaa55;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.clm_title h3{
	order: 2;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}
.clm_title .date{
	order: 1;
	width: 100%;
	font-size: 13px;
	line-height: 25px;
	color: #caaa55;
	margin: 0 0 15px 0;
}
.clm_title .tag{
	order: 3;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
	color: #fff;
	background: #53759b;
	border-radius: 12.5px;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.topimg{
	margin: 0 0 30px 0;
}
.topimg img{
	width: 100%;
	height: auto;
}
.div1{
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 30px 0;
}
.div1 i{ font-style: italic;}
.div1 h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	background: #f4e4ba;
	margin: 0 0 10px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.div1 p{
}
.div1 a{	color: #ff3399;}
.div1 ul{
	list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}
.div1 ul li{	list-style-type: disc;}
.div1 ol{
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
}
.div1 ol li{	list-style-type: decimal;}


.div2{
	margin: 0 0 30px 0;
}
.div2 img{
	width: 100%;
	height: auto;
}
.div3{
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	background: #fffaee;
	border: 3px solid #ede2c5;
	padding: 15px;
	margin: 0 0 30px 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.div3 i{ font-style: italic;}

.btbox{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	padding: 30px 0 50px 0;
}
.btbox a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 130px;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.btbox a:hover{
	text-decoration: none;
	border-color: #caaa55;
}


/** next **/

#next{
	text-align: center;
	padding: 50px 0 50px 0;
}

#next p{
	display: inline-block;
	vertical-align: top;
}

#next p a,
#next p span{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	font-size: 16px;
	line-height: 50px;
	margin: 0 5px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#next p span{
	border-color: rgba(255,255,255,0);
	font-weight: bold;
	padding: 0;
	border-radius: 0;
}
#next p a{
	color: #000;
	border-color: #ccc;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#next p a:hover{
	border-color: #caaa55;
	text-decoration: none;
}

	#next span{
		color: #caaa55;
		background: #000;
	}
