@charset "utf-8";
@import url(reset.css);

/* body
--------------------------------------------------*/
	html, body {
		height: 100%;
	}
	body {
		background: #fff;
		color: #333;
		font-size: 13px;
		line-height: 1.5;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}

/* style
--------------------------------------------------*/
/* a */
	a, a:hover {
		color: #666;
		text-decoration: underline;
		-moz-transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	}
	a:hover {
		color: #ff9900;
		text-decoration: none;
	}

/* wrapper
--------------------------------------------------*/
	#wrapper {}

/* header
--------------------------------------------------*/
	#header {
		height: 150px;
		padding: 50px 50px 0 300px;
	}
	#hdrLink li {
		float: right;
		margin-left: 20px;
	}
	#hdrLink a {
		display: block;
		overflow: hidden;
		height: 75px;
		text-indent: -5260px;
		background-color: #eee;
	}
	#hdrLink a#rss {
		width: 75px;
		background-image: url(../imgs/rss.png);
	}
	#hdrLink a#rss:hover {
		background-color: #ff9900;
	}
	#hdrLink a#twitter {
		width: 60px;
		background-image: url(../imgs/twitter.png);
	}
	#header a#twitter:hover {
		background-color: #16a8e7;
	}
	#hdrLink a#facebook {
		width: 40px;
		background-image: url(../imgs/facebook.png);
	}
	#header a#facebook:hover {
		background-color: #3b5998;
	}
	#header h1 {
		margin-bottom: 20px;
	}
	#header h1 a {
		color:#ccc;
		font-family: 'Nunito';
		font-size: 50px;
		font-weight: bold;
		text-decoration: none;
		text-shadow: -1px -1px 0px #999, 1px 1px 0px #fff;
	}
	#header h1 a:hover {
		color:#ff9900;
	}
	#header #pageTitle {
		color: #999;
		font-size: 20px;
		font-weight: bold;
		font-family: 'Nunito';
	}

/* content
--------------------------------------------------*/
	#content {
		overflow-x: hidden;
		width: 100%;
		padding-bottom: 100px;
	}
/* entry */
	.loading {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		width: 50px;
		height: 50px;
		background: url(../imgs/loading.gif) repeat center center;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
/* entry */
	.entry {
		padding: 50px 20px 50px 300px;
	}
	.entry.list {
		-moz-transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	}
	.entry.list:hover {
		background: #eee;
		text-shadow: 1px 1px 0px #fff;
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		box-shadow: 0 0px 5px #ccc;
		-moz-box-shadow: 0 0px 5px #ccc;
		-webkit-box-shadow: 0 0px 5px #ccc;
		-o-box-shadow: 0 0px 5px #ccc;
		-ms-box-shadow: 0 0px 5px #ccc;
		behavior: url(/wp-content/themes/kojilow/css/PIE.htc);
	}
	.entry.single {
		background: #eee;
		text-shadow: 1px 1px 0px #fff;
	}
	.entry .header {
		max-width: 640px;
		margin-bottom: 15px;
	}
	.entry .header .date {
		float: left;
		width: 4em;
		margin-left: -4em;
		color: #ddd;
		font-size: 16px;
		font-family: 'Nunito';
		line-height: 1.2;
		text-align: center;
		text-shadow: -1px -1px 0px #999, 1px 1px 0px #fff !important;
	}
	.entry .header .date span {
		display: block;
	}
	.entry .header .date span.year {
		font-size: 14px;
	}
	.entry .header h2 {
		font-size: 16px;
		font-weight: bold;
	}
	.entry.single .header h2 {
		font-size: 20px;
	}
	.entry .header h2 a {
		color: #333;
		text-decoration: none;
	}
	.entry .header h2 a:hover {
		color: #ff9900;
	}
	.entry .body {
		zoom: 1;
		max-width: 640px;
	}
	.entry .body:after {
		display: block;
		clear: both;
		height: 0;
		content: "";
	}
	/* format */
		.entry .body h3 {
			margin: 2.5em 0 1em;
			padding-bottom: 2px;
			border-bottom: #ddd solid 1px;
			font-size: 16px;
			font-weight: bold;
		}
		.entry .body h4 {
			margin: 2em 0 0.7em;
			font-size: 14px;
			font-weight: bold;
		}
		.entry .body p {
			margin-bottom: 1.5em;
		}
		.entry .body ul,
		.entry .body ol {
			margin-bottom: 1.5em;
			padding-left: 1.5em;
		}
		.entry .body li {
			margin-bottom: 0.5em;
		}
		.entry .body ul li {
			list-style: circle outside;
		}
		.entry .body ol li {
			list-style: decimal outside;
		}
		.entry .body blockquote {
			margin-bottom: 1.5em;
			padding: 1em;
			background: #ddd;
		}
		.entry .body blockquote p {
			margin-bottom: 0;
		}
		.entry .body a img {
			-moz-transition: all 0.2s ease-out;
			-webkit-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
		}
		.entry .body a:hover img {
			opacity: 0.6;
			filter: alpha(opacity=60);
		}
		/* snippet-container */
		.entry .body .snippet-container {
			margin-bottom: 1.5em;
		}
		.entry .body .snippet-container p,
		.entry .body .snippet-container li {
			margin: 0;
		}
		.entry .body .snippet-container ol {
			margin-bottom: 0;
		}
	
	.entry .footer {
		max-width: 640px;
	}
	.entry.single .footer {
		margin-top: 40px;
	}
	.entry .footer .tags {
		color: #666;
		font-size: 12px;
	}
	.entry .footer .snsBtn {
		height: 21px;
		margin-top: 20px;
	}
	.entry .footer .snsBtn li {
		float: left;
	}
	/* comment */
	.entry .footer #comments h3 {
		margin-bottom: 0.5em;
		font-size: 16px;
		font-family: 'Nunito';
	}
	#commentList {
		margin-top: 40px;
	}
	#commentList ol li {
		margin-bottom: 10px;
		padding: 20px;
		border-radius: 10px;
		background: #fff;
	}
	#commentList ol li .date {
		float: right;
		color: #666;
		font-size: 12px;
	}
	#commentList ol li .author {
		margin-bottom: 0.5em;
		font-size: 14px;
		font-weight: bold;
	}
	#respond {
		margin-top: 40px;
	}
	#respond dt {
		float: left;
		width: 5em;
		padding-top: 2px;
		font-family: 'Nunito';
		text-align: right;
	}
	#respond dd {
		margin: 0 0 15px 7em;
	}
	#respond dd input,
	#respond dd textarea {
		width: 90%;
		padding: 5px 2px;
		border: none;
		-moz-border-radius: 5px / 10px;
		-webkit-border-radius: 5px / 10px;
		-o-border-radius: 5px / 10px;
		background: #fff;
		-moz-transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		behavior: url(/wp-content/themes/kojilow/css/PIE.htc);
	}
	#respond dd input:focus,
	#respond dd textarea:focus {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}
	#respond .form-submit {
		margin-left: 7em;
	}

/* sidebar
--------------------------------------------------*/
	#sidebar {
		position: fixed;
		top: 0;
		left: -400px;
		width: 600px;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(255,255,255,0.8), rgba(255,255,255,0.8) 90%, rgba(255,255,255,0));
		background: -webkit-gradient(linear, left center, right center, color-stop(90%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0)));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr=#ddffffff, EndColorStr=#ddffffff);
	}
	#sidebar #nav {
		float: right;
		width: 160px;
		padding-top: 200px;
		padding-left: 40px;
		font-size: 16px;
		line-height: 2;
		font-family: 'Nunito';
	}
	#sidebar #nav a {
		color: #333;
		text-decoration: none;
	}
	#sidebar #nav a.close {
		display: none;
		position: absolute;
		top: 0;
		right: 60px;
		overflow: hidden;
		color: #ccc;
		font-size: 200px;
		line-height: 1;
		font-family: 'Nunito';
		text-decoration: none;
	}
	#sidebar #nav a.current,
	#sidebar #nav a:hover {
		padding-left: 5px;
		color:#ff9900;
	}
	#sidebar .widget {
		display: none;
		width: 320px;
		padding: 160px 40px 0;
		font-size: 14px;
	}
	#sidebar .widget.current {
		display: block;
	}
	#sidebar .widget h3 {
		height: 40px;
		font-size: 20px;
		font-family: 'Nunito';
	}
	/* about */
	.widget#about img.profImg {
		float: left;
		margin-right: 20px;
	}
	/* archives */
	.widget#archives ul li {
		margin-bottom: 0.3em;
		font-size: 12px;
		font-family: 'Nunito';
	}
	.widget#archives ul li a,
	.widget#archives ul li span,
	.widget#archives ul li strong {
		margin-right: 2px;
	}
	/* links */
	.widget#links ul {
		padding-left: 1.5em;
	}
	.widget#links ul li {
		margin-bottom: 0.3em;
		list-style: circle outside;
	}
	/* contact */
	#contactForm {
		margin-bottom: 20px;
	}
	#contactForm dt {
		margin-bottom: 5px;
		font-family: 'Nunito';
	}
	#contactForm dd {
		margin-bottom: 10px;
	}
	#contactForm dd input,
	#contactForm dd textarea {
		width: 90%;
		padding: 5px 2px;
		border: none;
		border-radius: 5px / 10px;
		-moz-border-radius: 5px / 10px;
		-webkit-border-radius: 5px / 10px;
		-o-border-radius: 5px / 10px;
		background: rgba(0, 0, 0, 0.2);
		-moz-transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		behavior: url(/wp-content/themes/kojilow/css/PIE.htc);
	}
	#contactForm dd input:focus,
	#contactForm dd textarea:focus {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}

/* footer
--------------------------------------------------*/
	#footer {
		font-family: 'Nunito';
	}
	#footer a#pageTop {
		display: none;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	#footer address {
		position: fixed;
		bottom: 10px;
		left: 10px;
		font-size: 12px;
	}


/* clearfix
--------------------------------------------------*/
	.cf {
	}
	.cf:after {
		display: block;
		clear: both;
		height: 0;
		content: "";
	}