﻿/* ----------------------------------------------------*/
/* font color */

/* for IE */
.ie6 body {
	font-size: 75%;
}
.ie6 table {
	font-size: 100%;
	line-height: 1.5;
}
.ie6 input,.ie6 textarea,.ie6 select {
	font-family: "ＭＳ Ｐゴシック","MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}
.ie7 body {
	font-size: 70%;
}

/* ----------------------------------------------------*/
/* normal sections */

.body li {
	display: block;
	float: left;
}
article.clearfix{
	display: block;
	cursor: pointer;
}
.titlethumb {
	margin-bottom: 5px;
}

h3.titletit {
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 3px;
}

.titlemeta {
	font-size: 10px;
	color: #000;
	letter-spacing: 0;
	line-height: 1.6em;
	opacity:0;
}
.box h2 {
	padding: 20px 0 10px;
}


/* ----------------------------------------------------*/
/* list */

#list h2 {
	padding: 10px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	-webkit-text-shadow: 0px 1px 0px #111;
	text-shadow: 0px 1px 0px #111;
}

#list ul {
	margin-right: -20px;
	padding-bottom: 30px;
}

#list li {
	padding-right: 20px;
	width: 25%;
	*width: 24.9%;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#list li article {
	display: block;
	position: relative;
	overflow: hidden;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#list .titlethumb img {
	width:99%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #222;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
}

.form img {
	-webkit-drop-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
	-moz-drop-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
	-ms-drop-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
	drop-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}
.titletit {
	position: absolute;
	top: 5px;
	right: 100%;
	z-index: 5;
	padding:5px;
	width:99%;
	height: auto;
	background: rgba(169,25,34,0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.titlemeta {
	position: absolute;
	bottom: 35px;
	left: 2px;
	z-index: 6;
	padding:5px;
	width:98%;
	height: auto;
	background: rgba(255,255,255,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------------------*/
/* for note/tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.body {
		padding: 0 20px;
	}

}

/* ----------------------------------------------------*/
/* for phone */
@media only screen and (max-width: 767px) {

	.body {
		overflow-x: hidden;
		padding: 0 10px;
	}

	#list ul {
		margin-right: 0;
		padding-bottom: 0;
		border-bottom: 1px dotted #cecece;
		margin-bottom: 20px;
	}

	#list li {
		width: 100%;
		border-top: 1px dotted #cecece;
		margin-bottom: 0;
		padding-right:0;
	}

	#list li article {
		position: relative;
		padding: 10px 0;
	}

	#list .titlethumb {
		float: left;
		width: 27.5%;
		padding-right: 10px;
		margin-bottom: 0;
	}

	#list .titletit {
		position: absolute;
		top: 30%;
		left: 27.5%;
		padding-left: 10px;
		margin-top: -17px;
		background: none;
		width:72%;
	}

	#list .titlemeta {
		position: absolute;
		top: 60%;
		left: 27.5%;
		width:68%;
		background: none;
		color: #ccc;
		padding-left: 10px;
		line-height: 1.2em;
		opacity:1;
		filter: alpha(opacity=1);
		-ms-filter: "alpha(opacity=1)";
		-moz-opacity:1;
		-khtml-opacity: 1;
	}
	#list .form {
		position: absolute;
		bottom: 0;
		right: 5px;
	}

	#list .itembody{
		display: none;
	}
}