@charset "UTF-8";
/*
Theme Name:		sato-kaikei Ono
Theme URI:		http://www.due-motore.com/
Description:	for satokaikei-ono.jp
Author:			Due motore
Author URI:		http://www.due-motore.com/
Version:		1.0
License:
License URI:
*/
/****************************
  required WordPress class
*****************************/
/*
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {}
p {
	margin: 1em 0;
}
*/

.screen-reader-text {
	display: none;
}

/* for img float */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

/* for fancybox-for-wordpress */
#fancybox-wrap, 
#fancybox-content {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

/****************************
  global
*****************************/

* {
	margin:  0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	margin:  0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: 'Helvetica Neue', arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%; /* for iPhone */
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	body {
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}
}

ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }
a, a:focus, *:focus { outline: none; }

a:link {
	text-decoration: none;
	color: #39f;
}
a:visited {
	text-decoration: none;
	color: #39c;
}
a:hover, 
a:active {
	text-decoration: underline;
}

#header {
	width: 100%;
	margin:  0;
	padding: 0;
	background-color: rgba(255, 255, 255, .9);
}

h1.h1_header {
	margin:  0;
	padding: 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}

#logo > a {
	display: block;
	height: 52px;
	margin:  0;
	padding: 0 0 0 58px;
	background: url(/assets/images/logo.png) no-repeat left top;
	background-size: 50px 50px;
	font-family: 'Hiragino Mincho ProN', '游明朝', 'ＭＳ Ｐ明朝', serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
}
#logo > a:link, 
#logo > a:visited, 
#logo > a:hover, 
#logo > a:active {
	color: #000;
	text-decoration: none;
}
#logo > a > div {
	margin:  0;
	padding: .3em 0 .4em 0em;
	font-family: 'Helvetica Neue', arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}
#logo > a > span {
	padding-left: .2em;
}

#footer {
	width: 100%;
	margin:  40px 0 0;
	padding: 1.3em 0;
	border-top: 1px solid #ccc;
	background-color: #f6f6f6;
	text-align: center;
	color: #999;
	font-size: 12px;
}
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #999;
}

/****************************
  bread_crumb
*****************************/

#bread_crumb {
	clear: both;
	margin:  12px 0 0;
	padding: .9em 0;
	border-top: 1px solid #ccc;
	background-color: #f6f6f6;
}
#bread_crumb a:link, 
#bread_crumb a:visited {
	text-decoration: none;
	color: #666;
	font-size: .9em;
}
#bread_crumb a:hover, 
#bread_crumb a:active {
	text-decoration: underline;
	color: #06c;
}
#bread_crumb .fa {
	padding-right: .2em;
	padding-left:  .2em;
}

/****************************
  layout
*****************************/

#main {
	margin:  0;
	padding: 30px 0 0;
}

.entry-list {
	float: left;
	width: 80%;
	margin:  0;
	padding: 0 20px 0 0;
	text-align: left;
}

h2.entry-title {
	margin:  0;
	padding: 0px 0 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
}
h2.entry-title, 
h2.entry-title a {
	color: #444;
}

.post-meta {
	margin:  0;
	padding: 5px 0 15px;
	font-size: 13px;
	line-height: 1.2;
}
.post-meta, 
.post-meta a {
	color: #888;
}

.entry-content p {
	color: #666;
	font-size: 1em;
	line-height: 2;
}

.entry-footer {
	padding: 0 0 30px;
}

#sub {
	float: right;
	width: 20%;
	margin:  0;
	padding: 0;
	text-align: left;
}

#sub h2.widget-title {
	margin:  0;
	padding: 30px 0 0px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
}

#sub ul {
	padding-top: 5px;
}
#sub ul li {
	padding-top: 8px;
}

.form-group-sm .form-control {
	height: auto;
	margin:  0 4px 3px 0;
	padding: 3px 3px;
}
.btn-sm {
	height: auto;
	margin:  0 0 3px;
	padding: 3px 5px;
}

@media (max-width: 768px) { /* <= 768px */
	main {
		padding-top: 30px;
	}
	.entry-list, #sub {
		float: none;
		width: 100%;
		padding: 0;
	}
	#sub {
		padding: 20px 0 0;
		border-top: 1px solid #999;
	}
	.form-group {
		display: inline-block;
	}
	.form-control {
		width: 250px;
	}
}

/****************************
  calendar
*****************************/

#wp-calendar {
	min-width: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#wp-calendar caption {
	margin:  0;
	padding: 30px 0 10px;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	color: #333;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	padding: 0 0 8px;
	text-align: center;
	color: #666;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 5px 0px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #fff;
}
#wp-calendar tbody td a {
	display: block;
	color: #000;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar tfoot td a {
	display: block;
	padding-top: .5em;
	font-size: 1em;
	color: #666;
}
#wp-calendar tfoot td a:hover {
	color: #000;
	text-decoration: none;
}

@media (max-width: 768px) { /* <= 768px */
	#wp-calendar {
		min-width: 220px;
	}
}

/****************************
  comment
*****************************/

h3.comment-reply-title {
	padding-top: 1.2em;
	border-top: 1px solid #999;
	color: #777;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
h3.comment-reply-title small {
	font-size: 12px;
}

.comment-notes {
	color: #888;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 12px;
}

.comment-notes .required {
	vertical-align: top;
	font-weight: normal;
	font-size: 2em;
	line-height: 1;
}

.comment-form label {
	width: 9em;
	padding-right: 1em;
	vertical-align: top;
	text-align: right;
	color: #888;
	font-weight: normal;
	font-size: 13px;
	line-height: 2.3;
}

form.comment-form input, 
form.comment-form textarea {
	margin:  0;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
	line-height: 20px;
}
form.comment-form textarea {
	max-width: 100%;
	line-height: 16px;
}

form.comment-form .form-submit {
	margin:  0;
	padding: 0 0 0 9.3em;
	font-size: 13px;
}

.submit {
	display: inline-block;
	height:      2.2em;
	line-height: 2.2em;
	font-size:     1em;
	margin: 0;
	padding: 0 10px;
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	color: #555;
	background: #f7f7f7;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
}
.submit:hover,
.submit:focus {
	background: #fafafa;
	border-color: #999;
	color: #222;
}
.submit:active,
.submit:focus {
	outline: none;
}
.submit:focus {
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	        box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}
.submit:active {
	background: #eee;
	border-color: #999;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	color: #333;
}

#comment h3 {
/*
	border-top: 1px solid #ccc;
	padding: 30px 0 0 0;
	line-height: 1.3
*/

	margin:  0;
	padding: 1em 0 .5em;
	border-top: 1px solid #fff;
	color: #777;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.2;
}

.comment-metadata {
	margin:  0;
	padding: 8px 0;
	font-size: 12px;
	line-height: 1.2;
}
.comment-metadata, 
.comment-metadata a {
	color: #888;
}

ol.comment-list li {
	margin:  0;
	padding: 30px 0 0;
	font-size: 13px;
}
ol.comment-list li:first-child {
	padding-top: 10px;
}

.comment-author {
	font-size: 13px;
}

hr {
	border-top: 1px solid #ccc;
}

@media (max-width: 767px) { /* <= 767px iPad含まない */
	.comment-form label {
		display: block;
		width: auto;
		padding-top: 10px;
		padding-right: 0;
		text-align: left;
		line-height: 1.7;
	}
	form.comment-form .form-submit {
		padding-left: 0;
	}
}
