@charset "utf-8";

/* ================================================================

CSS Information

 File name:      comics.css
 Summary:        for comics index & detail
 Last update:    2010-05-06

================================================================ */

#container > .WrapInner .WrapInner {
	display: -moz-box;
	display: -webkit-box;
}
	
#container > .WrapInner .WrapInner > div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
	position: relative;
}

#column1 {
	margin-left: 20px;
	width: 240px;
}
#column2 {
	margin: 0 10px 0 40px;
	width: 680px;
}

/* @group #column1 */

#column1 > section {
	display: block;
	padding-bottom: 30px;
}

/* @group #new4coma */

#new4coma {
	display: block;
}

body.category-comics #new4coma header {
	display: block;
}

#new4coma footer {
	display: block;
	padding: 10px 0 ;
}
#new4coma a#Link4comaLasted {
	display: block;
	position: relative;
}
body.category-comics #new4coma a#Link4comaLasted:after {
	display: none;
	position: absolute;
	top: -15px; left:-15px;
	content: '';
}

/* @end */

/* @group #ranking */
#ranking {
}

.ListRanking {
}

.ListRanking li {
}

/* @end */

/* @group #newComments */

#newComments {
	clear: both;
}
#newComments h2 {
	margin-bottom: 5px;
}

#newComments article {
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#newComments article:last-child {
	border-bottom: 0;
}
	#newComments article {
		display: block;
		margin-bottom: 5px;
		margin-right: 10px;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}
		#newComments article a {
			display: inline;
			font-size: 1.4em;
			font-weight: bold;
			background-color: rgba(255,255,255,0.5)

		}
			#newComments article a span.CommicNo{
				font-size: 12px;
				font-weight: normal;
			}
			
		#newComments article footer {
			display: block;
			text-align: right;
			color: #999;
			font-size: 0.88em;
		}
		
/* @end */

/* @end */


/* @group #column2 */

/* @group #comic4coma */

/* コミット詳細（単体ページ） */
#comic4coma {
	display: block;
	padding-top: 20px;
}

	#comic4coma header h2 {
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
		border-bottom: 1px dotted #ccc;
		font-size: 1.4em;
	}
	#comic4coma header time {
		position: relative;
		margin-top: -40px;
		display: block;
		text-align: right;
	}

#comic4coma .Content {
	padding: 30px 0 0 0;
	text-align: center;
}
.category-comics .Thumbnail {
	padding-bottom: 30px;
}
.category-comics p img {
	margin-bottom: 20px;
}

#comic4coma footer {
	position: relative;
	display: block;
	padding: 10px;
	text-align: center;
}



#comic4coma div.post-ratings {
	font-size: 1.6em;
}
#comic4coma div.post-ratings img {
	width: 24px; height: 24px;
}



/* @end */


