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

.myWrapper{
	display: table;
	width: 100%;
	table-layout: fixed;
}


@media only screen and (max-width: 768px) {
	.myWrapper{
		display: block;
		width: auto;
		padding-top: 10px;
	}
}

.myWrapper .main,.myWrapper .side{
	display: table-cell;
	vertical-align: top;
}


@media only screen and (max-width: 768px) {
		
	.myWrapper .main,.myWrapper .side{
		display: block;
	}

}
.myWrapper .main{
	padding-right: 30px;
}

@media only screen and (max-width: 768px) {
	.myWrapper .main{
		padding-right: 0;
		margin-bottom: 30px;
	}	
}

.myWrapper .side{
	width: 20.7%;
}

@media only screen and (max-width: 768px) {
	.myWrapper .side{
		width: auto;
	}	
}

@media only screen and (max-width: 768px) {

}


.myWrapper .side .archives .title{
	position: relative;
	background-image: url(../../common/img/bgNews02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 10px 50px;
	margin: 0 10px;
	color:#44200a;
	font-weight: bold;
}

.myWrapper .side .archives .title:after{
	content:"";
	background-image: url(../../common/img/bgNews.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: absolute;	
	bottom:0;
	left:0;
	right: 0;
	height: 10px;
}

.myWrapper .side .archives ul{
	border:solid 3px #DCC5AE;
	background-color: #fff;
	padding: 16px;
	border-radius: 10px;
}

.myWrapper .side .archives li{
	border-bottom: dotted 1px #DCC5AE;	
	padding: 0 0 8px;
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: bold;
}

.myWrapper .side .archives li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.myWrapper .side .archives a{
	display: block;
	color:#136bc5;
	text-decoration: none;
}

.myWrapper .side .archives a:hover{
	text-decoration: underline;
}

.myList01{
	margin-bottom: 30px;
}

.myList01 li{
	background-color: #fff;
	border:solid 3px #DCC5AE;
	margin: 0 0 20px;
	padding: 18px 22px;
	border-radius: 10px;
}

@media only screen and (max-width: 768px) {

	.myList01 li{
		padding: 12px 15px;
		margin-bottom: 10px;
		border-width:2px;
	}

}

.myList01 .inner{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.myList01 .image,.myList01 .detail{
	display: table-cell;
	vertical-align: top;
}


.myList01 .image{
	width: 120px;
	padding-right: 18px;
}

@media only screen and (max-width: 768px) {
	.myList01 .image{
		width: 80px;
		padding-right: 10px;
	}
}

.myList01 .image a:hover{
	opacity: 0.8;
}


.myList01 .head{
	margin-bottom: 6px;
}

.myList01 .head .date{
	display: inline;
	font-size: 12px;	
}

.myList01 .head .category{
	display:inline-block;
	border-radius: 10px;
	margin-left: 10px;
	padding: 3px 8px;
	font-size: 10px;
	line-height: 1.3;
}

@media only screen and (max-width: 768px) {

	.myList01 .head .category{
		padding: 1px 6px;
		margin-left: 6px;
	}

}

.myList01 .head .category01{
	background-color: #F3C764;
}

.myList01 .head .category02{
	background-color: #E76957;
	color:#fff;
}


.myList01 .title{
	border-bottom: dotted 1px #DCC5AE;
	padding: 0 0 10px;
	margin: 0 0 10px;
	line-height: 1.5;
	font-weight: bold;
	font-size:14px;
}

@media only screen and (max-width: 768px) {
	.myList01 .title{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		font-size:12px;
	}
}

.myList01 .title a{
	color:#136bc5;
	text-decoration: none;
}

.myList01 .title a:hover{
	text-decoration: underline;
}

.myList01 .txt{
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	.myList01 .txt{
		display: none;
	}	
}


.myList01 .txt a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	text-decoration: none;
}

.myList01 .txt a:hover{
	text-decoration: underline;
}
.myList01 .txt span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* .myDetailBlock */

.myDetailBlock{
	margin-bottom: 20px;
}

.myDetailBlock .titleBlock{
	background-color: #62381E;
	border-radius: 10px  10px 0 0;
	padding: 10px 22px;
	color:#fff;
}

@media only screen and (max-width: 768px) {

	.myDetailBlock .titleBlock{
		padding: 8px 15px;
	}

}

.myDetailBlock .titleBlock .head{
	margin-bottom: 6px;
}

.myDetailBlock .titleBlock .date{
	display: inline;
	font-size: 12px;
}
.myDetailBlock .titleBlock .category{
	display:inline-block;
	border-radius: 10px;
	margin-left: 10px;
	padding: 3px 8px;
	font-size: 10px;
	line-height: 1.3;
	color:#333;
}

@media only screen and (max-width: 768px) {

	.myDetailBlock .titleBlock .category{
		padding: 1px 6px;
		margin-left: 6px;
	}

}

.myDetailBlock .titleBlock .category01{
	background-color: #F3C764;
}

.myDetailBlock .titleBlock .category02{
	background-color: #E76957;
	color:#fff;
}

.myDetailBlock .titleBlock .title{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {

	.myDetailBlock .titleBlock .title{
		font-size: 15px;
	}

}

.myDetailBlock .body{
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border-right: solid 3px #DCC5AE;
	border-left: solid 3px #DCC5AE;
	border-bottom: solid 3px #DCC5AE;
	padding: 20px;
}

@media only screen and (max-width: 768px) {

	.myDetailBlock .body{
		padding: 15px;
	}
}


.myDetailBlock .inner{
	display: table;
	width: 100%;
	table-layout: fixed;
}


@media only screen and (max-width: 768px) {

	.myDetailBlock .inner{
		display: block;
		width: auto;
	}

}

.myDetailBlock .left,.myDetailBlock .right{
	display: table-cell;
	vertical-align: top;
}


@media only screen and (max-width: 768px) {

	.myDetailBlock .left,.myDetailBlock .right{
		display: block;
	}
}

.myDetailBlock .left{
	width: 234px;
	padding-right: 18px;
}

@media only screen and (max-width: 768px) {

	.myDetailBlock .left{
		width: auto;
		padding-right: 0;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.myDetailBlock .image{
		text-align: center;
	}
}

.myDetailBlock .btnPdf{
	max-width: 234px;
	margin: 15px auto 0;
}

.myDetailBlock .detail{
	font-size: 13px;
}

.myBtnList{
	position: relative;
}

.myBtnList a{
	display: block;
	background-color: #fff;
	border: solid 1px #DDCCBF;
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color:#75442c;
}

.myBtnList a:hover{
	background-color: #EDDCCC;
}

.myBtnList ul{
}

@media only screen and (max-width: 768px) {

	.myBtnList ul{
		margin-bottom: 2%;
	}
}

.myBtnList li{
	float: left;
}

@media only screen and (max-width: 768px) {
	.myBtnList li{
		width: 49%;
	}
}

.myBtnList .next{
	float: right;
}

.myBtnList .list{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	margin: auto;
	width: 130px;
}


@media only screen and (max-width: 768px) {
	.myBtnList .list{
		position: static;
		width: auto;
	}
}