@charset "UTF-8";
html,body {
	height: 100%;
}
body {
	margin: 0 auto;
	background: #FFF;
}
p,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}


#wrap {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	border: solid 10px #FFF;
	background: #3d89bd url(../images/yamagirl/yamagirl_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#page-title {
	text-align: center;
	font-size: 0;
	line-height: 1;
}

.entry {
	float: left;
	width: 50%;
	padding: 25px;
	overflow: hidden;
	box-sizing: border-box;
	color: #FFF;
	/*background: url(../images/yamagirl/comment_bg.png) repeat left top;
	border-radius: 3px;*/
}
.wide {
	width: 100%;
	/*background: url(../images/yamagirl/bg_wt15.png) repeat left top;*/
	/*border-top: solid 3px #FFF;*/
	margin-bottom: 35px;
	padding-top: 50px;
	background: url(../images/yamagirl/line_dots.png) repeat-x left top;
}
.entry:nth-child(odd) {
	clear: both;
}
.entry .entry-name {
	font-size: 28px;
	font-weight: 400;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-bottom: 15px;
}
.entry .entry-name img {
	width: 100%;
}
.entry .entry-name span {
	color: #FFF;
	font-size: 16px;
	margin-left: 8px;
}
.entry-thumb {
	width: 120px;
	font-size: 0;
	line-height: 1;
}
.entry-thumb {
	float: left;
}
.entry-thumb img {
	width: 100%;
	border-radius: 3px;
}
.floatL .entry-text {
	/*width: 630px;
	float: right;*/
}
.floatR .entry-text {
	/*width: 630px;
	float: left;
	padding-left: 20px;
	color: #242424;*/
}
.entry-text .etnry-name {
	margin-bottom: 28px;
	font-size: 0;
	line-height: 1;
}
.entry-text p {
	line-height: 1.7em;
	font-size: 14px;
	padding-left: 2px;
}
.entry p {
	margin-left: 135px;
}
.floatR p {
	margin-right: 135px;
}
.entry-text p.noimage {
	margin-left: 0px;
}

@media screen and (max-width: 640px) {
	#wrap {
		width: 100%;
		min-width: inherit;
		background: #3d89bd;
	}
	#main {
		width: 100%;
	}
	#page-title img {
		width: 100%;
	}
	.entry {
		float: left;
		width: 100%;
		padding: 15px;
		overflow: hidden;
		box-sizing: border-box;
	}
	.entry:nth-child(odd) {
		clear: none;
	}
	.entry .entry-name {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 10px;
	}
	.entry .entry-name span {
		display: block;
		font-size: 12px;
		padding-top: 1px;
		text-indent: -12px;
	}
	.entry-thumb {
		width: 80px;
	}
	.entry p {
		margin-left: 90px;
	}
	.wide {
		/*background: url(../images/yamagirl/bg_wt15.png) repeat left top;
		border-top: none;*/
		padding-top: 30px;
		margin-bottom: 0;
	}
}