@charset "utf-8";
/*
Theme Name: kurokonotes
Theme URI: http://kurokodesigns.com/
Description: kurokoknotesテンプレート
Version: 1.0
Author: kurokodesigns
Author URI: http://kurokodesigns.com/

*/

/*リセットcss*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*リセットcssここまで*/

/*基本設定*/

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "font-family: "Arial, Helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
	line-height: 24px;
	text-align: center;
	background: #f9f4ed;
	color: #595757;
}

strong{
	font-weight: bold;
}

img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin: 0 0 20px 10px;
	display: inline;
}

img.alignleft{
	margin: 0 10px 20px 0;
	display: inline;
}

.alignright{
	float: right;
}

.alignleft {
	float: left
}

.center{
	margin: 0px 0px 0px 0px;
	text-align: center;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: underline; 
	color: #595757;
}

a:visited{
	color: #595757;
}

a:hover{
	color: #ed6d1f;
}

br.clear{
	clear: both;
}

a:hover img{
	border: none;
	opacity: 0.8;
	filter: alpha(opacity=70);
}

/*基本設定ここまで*/


/*ヘッダー*/

header {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	background: #ffffff;
	/zoom:1;
}

header:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}

div#head {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	height: 100px;
	text-align: left;
	position: relative;
}

div#head h1 {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}

/*ヘッダーここまで*/

div#wrap {
	margin: 40px auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 960px;
	/zoom: 1;
}

div#wrap:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

div#main {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 730px;
	float: left;
	display: inline;
	/zoom: 1;
}

div#main:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

main article {
	margin: 0 0 60px 0;
	width: 730px;
	/zoom: 1;
}

main article:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

main h2 {
	margin: 0 0 0 0;
	padding: 8px 20px 8px 20px;
	font-size: 2.1rem;
	line-height: 2.4rem;
	border-top: 3px solid #595757;
	border-bottom: 1px dotted #595757;
	background: #ffffff;
	clear: both;
}

main h2 a:link {
	text-decoration: none;
}

main p{
	margin: 0 0 20px 0;
}

div.title_box {
	margin: 0 0 0 0;
	width: 730px;
	/zoom: 1;
}

div.title_box:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

main div.title_area {
	margin: 0 0 0 0;
	width: 650px;
	float: right;
	display: inline;
}

main div.title_area p.postedby {
	margin: 0 0 0 0;
	width: 650px;
	text-align: right;
	line-height: 60px;
}

div.posted_date {
	width: 60px;
	height: 80px;
	border-right: 1px solid #dcdddd;
	border-bottom: 2px solid #b5b5b6;
	background: #ffffff;
	float: left;
	display: inline;
	position: relative;
}

main div.posted_date p.posted_month {
	margin: 0 0 0 0;
	width: 60px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 25px;
	text-align: center;
	background: #e46c8e;
	color: #ffffff;
	border-bottom: 2px solid #cb688e;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

main div.posted_date p.posted_day {
	margin: 0 0 0 0;
	width: 60px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 3.2rem;
	line-height: 55px;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 2;
}

div.contentsarea {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	width: 730px;
	/zoom: 1;
}

div.contentsarea:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

div.contents_eyecatch {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 250px;
	float: left;
	display: inline;
}

div.contents_text {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 680px;
	float: right;
	display: inline;
}

ul.tags {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tags li {
	display: inline-block;
	margin: 0 0 .3em 1em;
	padding: 0;
}

ul.tags li a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em 0 .75em;
	background-color: #595757;
	border-radius: 0 3px 3px 0;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

ul.tags li a::before {
	position: absolute;
	top: 0;
	left: -15px;
	z-index: -1;
	content: '';
	width: 30px;
	height: 30px;
	background-color: #595757;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
}

ul.tags li a::after {
	position: absolute;
	top: 50%;
	left: -6px;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}

ul.tags li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul.tags li a:hover {
	background-color: #e46c8e;
	color: #fff;
}

ul.tags li a:hover::before {
	background-color: #e46c8e;
}

ul.postinfo {
	text-align: right;
}

ul.postinfo li {
	margin: 5px 0;
}

/*コメント*/

div.commentarea {
	width: 730px;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

input.yourName,.wpcf7 input.yourKana,.wpcf7 input.your-postcode{
	width: 50%;
}

input.yourage{
	width: 30%;
}


input[type="submit"] {
	margin: 0 0 0 40%;
	padding: 0.2em 0.4em;
	font-size: 100%;
	width: 20%;
	background: #f3981c;
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #f08437;
}

input[type="submit"]:hover {
	box-shadow: 0 0 5px rgba(234,85,4,.2) inset;
	background: #f6ae54;
}


/*サブメニュー*/

div#submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	float: right;
	display: inline;
	/zoom: 1;
}

div#submenu:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

div.submenu_box {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 200px;
	font-size: 1.2rem;
	line-height: 2.1rem;
	background: #ffffff;
}

div.submenu_box h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	background: #595757;
	color: #ffffff;
}

div.submenu_box ul {
	margin: 0 5px 0 5px;
}

div.submenu_box ul li {
	margin: 0 0 0 0;
	padding: 8px 5px;
	border-bottom: 1px dotted #595757;
}

div.submenu_box ul li:last-child {
	border-bottom: none;
}

/*フッター*/

footer {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	background: #ffffff;
	/zoom:1;
}

footer:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}

div#footinfo {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	height: 260px;
	text-align: left;
	position: relative;
}

div.fb-page {
	width: 500px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}

div#copyright {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	line-height: 40px;
	background: #595757;
	color: #ffffff;
}