@charset "utf-8";

#main{
	padding:180px 0 70px 0;
}

#blog{
	position:relative;
	width:520px;
	margin-right: 30px;
}


.blog-flex{
	display: flex;
	justify-content:space-between;
}
@media all and (max-width: 980px) {
	#blog{
		width:100%;
		margin-right: 0px;
	}
	.entry h2{
		max-width:100%;
	}

	.blog-flex{
		display: block;
	}
	#blog p img{
		width: 100%;
		height: auto;
	}
}

	.entry{
		position:relative;
		margin:0 0 100px 0;
	}
	.entry h2{
		margin:0 0 5px 0;
		padding:0 0 5px 0;
		max-width:520px;
		font-weight:normal;
		border-bottom:1px solid #aaaaaa;
		font-size:16px;
	}


@media all and (max-width: 620px) {
	.entry h2{
	  font-size: 20px;
	  line-height: 150%;
	}
	.entry h2 a{
	font-size: 20px;
	  line-height: 150%;
	}
  }

	.date{
		margin:0 0 5px 0;
		font-size:80%;
		line-height:1em;
	}
	.category{
		font-size:80%;
		line-height:1em;
	}
	.category a{
		line-height:1em;
	}
	.entryFooter p{
		margin:0;
		padding:5px 0 0 0;
		font-size:80%;
		text-align:right;
		border-top:1px solid #aaaaaa;
	}


#sub{
	width:180px;
	font-size:16px;
}

@media all and (max-width: 700px) {
	.inner-blog{
		padding: 0 15px;
	}
	.entry h2{
		max-width: 100%;
	}
	#sub select{
		width:100% !important;
		height: 45px;
	}
	#sub{
		width:100%;
		margin-top: 60px;
	}
}

	#sub h2{
		margin:0 0 15px 0;
		color: #8BABBC;
		font-size:16px;
	}
	#sub ul{
		margin:0 0 50px 0;
	}
	#sub li{
		margin:0 0 15px 0;
		background:url(/blog/img/listMark.gif) no-repeat 0 50%;
		padding:0 0 0 12px;
		line-height:1em;
		font-size:12px;
	}
	#sub li a{
		line-height:1em;
	}
	#sub select{
		width:130px;
		margin:0 0 40px 0;
		padding:0 10px;
		height: 35px;
		background: #fff;
		border: 1px solid #aaa;
		font-size:12px;
	}

	#sub li a:link,
	#sub li a:visited {
		color:#111111;
		text-decoration:none;
	}
	
	#sub li a:hover,
	#sub li a:active {
		color:#cf121c;
		text-decoration:none;
	}

ul#pageLink{
	display:block;
	width:100%;
}
li#new{
	float:left;
}
li#old{
	float:right;
}

p#rss{
	padding:0 0 0 10px;
}


.comment{
	margin:0 0 30px 0;
	border-bottom:1px solid #aaaaaa;
}

.comment p{
	line-height:1.6em;
	margin:0 0 20px 0;
}

p.commentFooter{
	text-align:right;
	font-size:80%;
	margin:-10px 0 0 0;
}

ul#entryLink{
	position:static;
	margin:0;
	display:block;
	height:75px;
	width:100%;
	background:url(/txt/img/dotLine.gif) repeat-x 0 100%;
}
	li#prev{
		display:block;
		height:17px;
		width:65px;
		float:left;
		background:url(/txt/img/btnPrev.gif) no-repeat 0 0;
		margin:45px 0 0 0;
		padding:0;
	}
	li#next{
		display:block;
		height:17px;
		width:65px;
		float:right;
		background:url(/txt/img/btnNext.gif) no-repeat 0 0;
		margin:45px 0 0 0;
		padding:0;
	}

#commentArea{
border:1px solid #ff0000;
}

#commentArea h2{
	margin:0 0 20px 0;
}

.formsizeS{
	width:300px;
	padding:2px 2px;
	border:1px solid #cccccc;
}
.formsizeL{
	width:380px;
	padding:1px 2px;
	border:1px solid #cccccc;
}

dl{
	position:relative;
	margin:0 0 20px 0;
	padding:0;
	width:520px;
	text-align:left;
}
dt{
	width:80px;
	float:left;
	margin:0;
	line-height:1em;
}
dt#infoCheck{
	width:440px;
	padding:10px 0;
	text-align:left;
}
dt#infoCheck input{
	vertical-align:middle;
	margin:0 7px 0 0;
}
dd{
	width:550px;
	float:right;
	margin:0 0 10px 0;
	line-height:1.4em;
}
p#sendBtn{
	padding:0 0 0 130px;
}

#LatestComments li{
	background:url(/blog/img/listMark03.gif) no-repeat 0 1em;
}

