@charset "utf-8";
/* CSS Document */


#crawns {
	margin: 0 0 15px 0;
	/*padding: 15px;
	background-color: #f2fcfe;
	box-shadow: 0 0 4px #ccc inset;
	border-radius: 6px;*/
}

#crawns .oneThird {
	position: relative;
	padding-bottom: 1.0rem;
	padding-top: 1.5rem;
}

#crawns .oneThird:last-child {
	margin-bottom: 2.0rem;
	padding-bottom: 0;
}

#crawns .oneThird:first-child {
	padding-top: .5rem;
}

#crawns .oneThird p,
#crawns .oneThird h3 {
	font-size: 1.8rem;
	padding: 2px;
	margin: 0;

}

#crawns .oneThird h3 {
	line-height: 1.1;
	/*border-bottom: 1px solid #ccc;*/
	text-align: center;
	text-shadow: 0 1px 0 #fff;

}

#crawns .oneThird .author {
	margin-bottom: 1.0rem;	
}

#crawns .oneThird .comment,
#crawns .oneThird h4 {
	font-size: 1.2rem;
	padding: 0;
	margin: 0 0 .5rem;

}

#crawns .oneThird p.pict img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 3px #666;
	margin-bottom: .5rem;
}

#crawns .oneThird p.pict {
	margin: 0 0 2.0rem 0;
	padding: 0;
}

#crawns .oneThird .crawn {
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 53px;
	width: 75px;
	height: 53px;
	padding: 10px 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -2px;
	text-shadow: 1px -1px 0 #333;
	background: url(/smahoto/photolife/contest/images/index/bg_crawn_SP.png) no-repeat top left;
	background-size: 75px;	
}

#crawns .oneThird .crawn:first-letter {
	font-size: 2.2rem;
}

#crawns .oneThird .icoIine {
	font-size: 1.8rem;
}

#crawns .oneThird .icoSmahoto {
	font-size: 1.8rem;
}



#crawns .oneThird .author {
	line-height: 33px;	
}

#crawns .oneThird .author img {
	vertical-align: middle;

}
#crawns .oneThird .author .name {
	line-height: 1.1;
	margin-left: 3px;
}

.theme {
	position: relative;
	/*width: 300px;*/
	width: 100%;
	margin: 0 auto 6px auto;	
}

.theme a {
	text-decoration: none;	
}

.theme p {
	margin: 0;	
}

.theme img {
	display: block;
	/*width: 300px;
	height: 94px;*/
	width: 100%;
	height: auto;
}


.theme .themeContinue {
	position: absolute;
	right: 2px;
	bottom: 2px;
	
	margin: 0;
	padding: 4px 15px 4px 4px;
	font-size: 8px;
	color: #fff;
	background: url(/smahoto/photolife/contest/images/index/ico_blank.gif) no-repeat right center #000;
}


.themeDate {
	display: block;
	text-align: right;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}




#themeNext {
	/*
	float: right;
	width: 362px;
	padding: 5px;
	border: 1px dotted #ccc;
	*/
	margin-bottom: 24px;
}

#themeNext .themeNextDate {
	margin: 0 6px 4px 6px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

#themeNext .themeNextTitle {
	position: relative;
	line-height: 36px;
	margin: 0 6px 4px 6px;
	padding: 12px;
	/*
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	*/
	font-size: 30px;
	color: #ea528f;
	text-align: center;
}





.desc.flow {
	border-bottom: 1px dotted #ccc;	
}

@media screen and (max-width: 1023px) {
		
	#crawns .oneThird {
		border-bottom: 1px solid #ccc;
	}
	
	#crawns .oneThird:last-child {
		border-bottom: none;
	}

}

@media screen and (min-width: 1024px) {
	#crawns .oneThird {
		box-sizing: border-box;
		clear: both;
		min-height: 350px;
		margin-bottom: 3.0rem;
		padding: 3.0rem;
		border-bottom: 1px dotted #ccc;
	}
	
	#crawns .oneThird:last-child {
		border-bottom: none;	
	}
	
	#crawns .oneThird .icoIine,
	#crawns .oneThird .icoSmahoto {
		position: absolute;
		top: 1.0rem;
		right: 1.0rem;	
	}
	
	#crawns .oneThird .author,
	#crawns .oneThird .comment,
	#crawns .oneThird h3,
	#crawns .oneThird h4 {
		clear: right;
		float: right;
		width: 62%;
	}
	
	#crawns .oneThird .pict {
		position: absolute;
		top: 50%;
		left: 2.0rem;
		transform: translateY(-50%);
		width: 33%;		
	}
	
	#crawns .oneThird .icoIine,
	#crawns .oneThird .icoSmahoto {
		text-align: right;	
	}
		
	#crawns .oneThird h3 {
		text-align: left;
		margin-top: 5rem;
		margin-bottom: .5rem;
		padding-bottom: .5rem;
		border-bottom: 1px solid #535353;
		font-size: 2.4rem;
		font-weight: normal;	
	}
	
	#crawns .oneThird .author {
		margin-bottom: 5.0rem;	
	}
	
	#crawns .oneThird:after {
		content: '.';
		display: block;
		height: 0px;
		clear: both;
		visibility: hidden;
	}
}


.author:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility:hidden;
}
