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

.listthumb {
	background: #EFFAFA url(../images/minsa.png) repeat left top/344px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}

/* ----------------
     SETTING
----------------- */
.date {
	text-align: right;
	color: #666;
	margin: 0 0 1em !important;
	font-size: 1.4rem;
}

.itemContainer {
	margin-bottom: 2em;
}
.itemContainer::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.itemContainer .photobox {
	width: 45%;
	max-width: 510px;
	display: block !important;
	float: right !important;
	text-align: center;
	margin: 0 0 1em 1.5em;
	z-index: 10;
}

#basicblog a.photo {
	display: block;
	position: relative;
	margin-bottom: 0.5em;
}
#basicblog a.photo::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: 1.4rem;
	color: #444;
	word-break: break-all;
}
#basicblog .boxcontainer {
	margin-bottom: 2em;
}

/* simplephoto */
.simplephcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
.sbox {
	width: 24%;
	margin-bottom: 1.5em;
}
.sbox.hidden {
}
.sbox.hidden hr {
	display: none;
}

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



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

#itemfooter {
	margin-bottom: 2em;
}

/* --------------------------------
     CUSTUM
--------------------------------- */


@media screen and (max-width:979px){
.sbox {
	width: 23%;
}

/* ----------------------
	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:699px){
.itemContainer .photobox {
	margin: 0 0 10px 1em;
}
.sbox {
	width: 48%;
}
.tenpu {
	margin: 1em;
	padding: 1em;
}
}

@media screen and (max-width:449px){
.itemContainer .photobox {
	width: 100%;
	float: none;
	margin: 0 0 1em;
}
.sbox {
	width: 48%;
}
}
