@charset "euc-jp";
/* CSS Document */

/* 
.contents h1 {
	font-size: 3.2rem;
	line-height: 1.2;
}
.contents#info h2 {
	text-align: left;
}
#info #Dlist .dbox strong {
	color: #933;
}
*/

.listthumb {
	background: #EFEFEF url(../images/minsa.png) repeat left top/344px;
}

.date {
	text-align: right;
	color: #666;
	margin: 0 0 1em !important;
	font-size: 12px;
	font-size: 1.2rem;
}

#Dlist {
	letter-spacing: -.50em;
}
#Dlist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#Dlist .dbox {
	word-wrap: break-word;
	width: 100%;
	clear: both;
	border-top: dashed 1px #CCC;
	margin: 1.5em 0;
	padding: 1.5em 10px 0;
	letter-spacing: normal;
}
#Dlist .dbox:first-child {
	border: none;
	padding-top: 1em !important;
}

#Dlist .dbox p {
	margin-top: 0;
}
#Dlist .photobox {
	display: inline-block;
	/display: inline;  /* IE */
	/zoom: 1;  /* IE */
	vertical-align: top;
	width: 24.75%;
	margin: 0 0 1em;
	padding: 0 10px;
	z-index: 5;
	letter-spacing: normal;
}
#Dlist .dbox .photobox {
	width: 45%;
	max-width: 510px;
	display: block !important;
	float: right !important;
	text-align: center;
	padding: 0 0 0 1.5em;
	z-index: 10;
}

#Dlist .photobox a {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 0.5em;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#Dlist .photobox a:after {
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0;
	content:"";
	display:inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/zoom.png) no-repeat; 
	background-size: contain;
}
.phototxt {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #444;
	word-break: break-all;
}

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

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



/* ----------------------
	youtube
---------------------- */
.movie {
	text-align: center;
	margin: 0 1em 1em;
}

#itemfooter {
	margin-bottom: 2em;
}

@media screen and (min-width: 1300px){
.contents h1 {
	font-size: 3.6rem;
}
}

@media screen and (max-width:979px){
.contents h1 {
	font-size: 2.6rem;
}
#Dlist .dbox {
	background-size: auto 8px;
}
#info #Dlist .dbox {
	background-size: auto 10px;
}
#Dlist .photobox {
	padding: 0 5px;
}

/* ----------------------
	youtube
---------------------- */
.movie {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

@media screen and (max-width:639px){
.contents h1 {
	font-size: 2.2rem;
}
#Dlist .dbox {
	background-size: auto 6px;
}
#info #Dlist .dbox {
	background-size: auto 8px;
}
#Dlist .photobox {
	width: 49.5%;
}
#Dlist .dbox .photobox {
	width: 45%;
	display: block !important;
	float: right !important;
	padding: 0 0 0 10px;
}

#tenpu {
	margin: 1em;
	padding: 1em;
}
}

@media screen and (max-width:399px){
.contents h1 {
	font-size: 2rem;
}
#Dlist .dbox .photobox {
	width: 100%;
	float: none;
	padding: 0 0;
}
}
