/*
Theme Name: hokutitude
Theme URI: http://www.hokutitude.com/
Author: 6666666
Author URI: http://www.6666666.jp/
Description: hokutitude.com original theme.
Version: 1
Tags: original
Text Domain: hokutitude
*/

@import "reset.css";


/* -----------------------------------------
common
------------------------------------------*/

body {
	background: #fff;
	color: #666;
	line-height: 1.5;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.alpha {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.alpha:hover {
	opacity: 0.6;
}


/* -----------------------------------------
clearfix
------------------------------------------*/

.clearfix:after,
header:after,
div.post div.title:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.clearfix,
header,
div.post div.title {
	display: inline-block;
}

.clearfix,
header,
div.post div.title {
	display: block;
}


/* -----------------------------------------
header
------------------------------------------*/

header {
	min-width: 290px;
	margin: 50px 15px;
}

	header h1 {
		float: left;
		padding-top: 8px;
	}
	
	header ul {
		float: right;
	}
	
	header ul li {
		float: left;
		padding-left: 5px;
	}



/* -----------------------------------------
contents
------------------------------------------*/

#main {
	margin: 0 0 0 15px;
}

#content {
	margin: 0 auto;
	position: relative;
}

div.post {
	margin: 0 15px 15px 0;
	float: left;
	width: 288px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #fff;
}

div.first {
	width: 898px;
}

	div.post figure {
		margin: 9px;
		text-align: center;
	}
	
	div.post div.content {
		margin: 9px;
	}
	
	div.post div.title {
		background: #eee;
		padding: 9px;
	}
	
		div.post div.title h2 {
			float: left;
		}
		
		div.post div.title p {
			float: right;
		}
	
#pagenav {
	margin: 0 15px 15px 0;
}

	#pagenav .next a {
		display:block;
		background: #eee;
		text-align: center;
		padding: 10px;
	}
	
#infscr-loading {
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 0;
}

#comment-block {
	margin: 0 15px 0 0;
}

#comment-block span, #comment-block iframe, #comment-block .fb_iframe_widget { width: 100% !important; }


@media screen and (min-width: 625px) and (max-width: 929px) {
	div.first {
		width: 593px;
	}
	
	div.first figure img {
		width: 575px;
	}
}

@media screen and (max-width: 624px){
	div.first {
		width: 288px;
	}
	
	div.first figure img {
		width: 270px;
	}
}
