@charset "euc-jp";
/* CSS Document */
/* ----------------------
	backno and noteten
---------------------- */
#Dlist {
	letter-spacing: -.40em;
	margin: 0 auto 10px;
}
#Dlist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#Dlist .dbox {
	word-wrap: break-word;
	width: 100%;
	clear: both;
	padding: 15px 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #CCC;
	letter-spacing: normal;
}
#Dlist .photobox {
	background: #FFF;
	display: inline-block;
	/display: inline;  /* IE */
	/zoom: 1;  /* IE */
	vertical-align: top;
	width: 25%;
	margin: 0 0 20px;
	padding: 0 10px;
	z-index: 5;
}
#Dlist .dbox .photobox {
	width: 40%;
	display: block !important;
	float: right !important;
	padding: 0 0 10px 20px;
}
#Dlist .photobox a {
	display: block;
	position: relative;
}
#Dlist .photobox a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	margin:0;
	content:"";
	display:inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/imagelink.png) no-repeat; 
	background-size: contain;
}

#Dlist .dbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ----------------------
	tenpu file
---------------------- */
#tenpu {
	background: #FAEFDA;
	margin: 2em;
	padding: 2em;
	border-radius: 6px;
}
#tenpu p {
	margin: 0;
	line-height: normal;
}

@media screen and (max-width:639px){
#Dlist .photobox {
	width: 33%;
	margin: 0 0 15px;
	padding: 0 5px;
}
#Dlist .dbox .photobox {
	width: 45%;
	display: block !important;
	float: right !important;
	padding: 0 0 10px 10px;
}
#tenpu {
	margin: 1em;
	padding: 1em;
}
}
