/*
Theme Name: 柴原モータース
Theme URI: http://www.sbhr.mobi/
Description: 株式会社　柴原モータース SHIBAHARA MOTORS CO
Author: DOSANITE
Author URI: http://www.dosanite.co.jp/
*/

.size-full {
    max-width: 100%;
}

/* standard helper classes */
.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* base element */
html {
	margin:0;
	padding:0;
}
h1 ,
h2 ,
h3 {
	margin:0;
}
a {
	text-decoration:none;
	color: #E89800;
}
a:visited ,
a:active ,
a:hover {
	color: #CF001B;
}
label {
	display: inline;
}

/* layout define */
html {
	color: #2B2B2B;
	background: url('images/bg.png');
	overflow: hidden;
	height: 100%;
}
body {
	overflow: auto;
	height: 100%;
}
#container {
	width: 825px;
	margin:10px auto 0;
	background: #fff;
	border: 10px solid #5b1;
}
#container-inner {
	padding: 5px;
}

#banner {
	background: #4CAF14 url('images/banner-bg.png') repeat-x;
	height: 150px;
}
#banner-header {
	float: left;
	width: 455px;
}
#banner-description {
	margin:5px;
	width: 350px;
	float: left;
	background: #fff;
	_display: inline; /* for IE6 */
}
#banner-description img{
	margin:3px;
}

#pagebody {
}

#alpha ,
#beta ,
#gamma {
	float: right;
}
#alpha {
	margin-left:5px;
	width: 600px;
}
#beta {
	width: 210px;
}
/* other box */
.date-header {
	display:none;
}
.entry ,
.individual-entry-archive #alpha-inner {
	background: url('images/entry-border.png') 0 repeat-y;
	border-bottom: 3px #514E49 solid;
}
*+html .entry {
	margin-bottom: 5px;
}
.entry-body p {
	margin-top: .5em;
	margin-left: .5em;
}

.individual-entry-archive .entry {
	background: #fff;
	margin: 0 10px;
	border-bottom: none;
}
.entry-header ,
.individual-entry-archive #archive-title {
	border-top: 5px #fff solid;
	padding:0 15px;
	color: #fff;
	font-size:18px;
	line-height:1.67em;
	background: url('images/entry-header-bg.png') top left no-repeat;
}
.entry-header a {
	color: #fff;
}
.entry-content ,
.entry-footer ,
.comments {
	margin: 10px;
	_margin: 5px;/* for IE6 */
}
.individual-entry-archive .entry-content {
	margin: 10px 0;
}
.entry-footer-column {
	margin: 0 -10px 0 5px;
	text-align: center;
	color: #fff;
	height:30px;
}
.entry-footer-column li {
	margin-right: 10px;
	list-style: none;
	float:left;
}
.entry-footer-column li a ,
.entry-footer-column li del{
	display: block;
	background: #55BB11;
	width: 183px;
	height:1.6em;
	color: #fff !important;
}
.entry-footer-column li a:hover {
	background: #DF6108;
}
.entry-footer-column li del{
	text-decoration: line-through;
	text-indent:-9999px;
}
.post-date {
	padding-right: 6px;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	border-bottom: 3px #2B2B2B dashed;
}

.comments-open-content {
}
.comments-open-content p {
	margin-bottom: 5px;
}
#comments-open-data {
	margin-right: 50px;
	text-align: right;
}
#comments-open-data input {
	width: 380px;
	text-align: left;
}
input#comment-bake-cookie {
	width: auto;
}
#comments-open-text {
	margin-left: 30px;
}
textarea#comment-text {
	width:500px;
}
.comments-open-footer {
	margin-right: 48px;
	text-align: right;
}

.comments-open-header {
	width: 200px;
	background: #55BB11;
	line-height: 1.6em;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
div.entry-tags h4.entry-tags-header,
div.entry-tags ul.entry-tags-list,
div.entry-tags ul.entry-tags-list li.entry-tag{
	display: inline;
}

.content-nav ,
.widget_categories .module-header ,
.widget_mycategoryorder .module-header ,
.category-archive #archive-title {
	display: none;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: .2em 1em;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    text-align: center;
}
.wp-caption-text {
    padding: 1em 0;
}

.module {
	margin-bottom: 5px;
	font-size:12px;
	border: 3px solid #99cc22;
	padding: 2px;
}

.module-header-center {
	margin: 0 auto;
	text-align: center;
}

.widget_categories ,
.widget_mycategoryorder{
	border: none;
	padding: 0;
}
.widget_categories ul ,
.widget_mycategoryorder ul {
	margin:0;
}
.widget_categories li ,
.widget_mycategoryorder li{
	border-top: 5px solid #fff;
	list-style: none;
	text-indent: 10px;
	_line-height: 0; /* for IE6 */
}
.widget_categories li a ,
.widget_mycategoryorder li a {
	display: block;
	background: #99CC22;
	line-height: 1.67em;
	color: #fff !important;
	font-size: 18px;
}
.widget_categories li.current-cat a ,
.widget_categories li a:hover ,
.widget_mycategoryorder li.current-cat a ,
.widget_mycategoryorder li a:hover {
	background: #DF6108;
}
.widget_categories li.current-cat li a ,
.widget_mycategoryorder li.current-cat li a {
	background: #99CC22;
}
.widget_categories li ul.children li ,
.widget_mycategoryorder li ul.children li {
}
.widget_categories li ul.children li a ,
.widget_mycategoryorder li ul.children li a {
	padding-left:1em;
	background-image: url('images/navi-marker.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.widget_categories li.current-cat ul.children li a,
.widget_categories li ul.children li.current-cat a,
.widget_categories li ul.children li a:hover ,
.widget_mycategoryorder li.current-cat ul.children li a,
.widget_mycategoryorder li ul.children li.current-cat a,
.widget_mycategoryorder li ul.children li a:hover {
	background-image: url('images/navi-marker-orange.gif');
}
.widget_categories li.current-cat ul.children li a ,
.widget_mycategoryorder li.current-cat ul.children li a {
	background-image: url('images/navi-marker.gif');
}
.widget_categories li ul.children li li a ,
.widget_mycategoryorder li ul.children li li a {
	padding-left:2em;
	background-position: 28px 50%;
}
.widget_categories li ul.children li li li a ,
.widget_mycategoryorder li ul.children li li li a {
	padding-left:3em;
	background-position: 38px 50%;
}
.widget_categories li ul.children li li li li a ,
.widget_mycategoryorder li ul.children li li li li a {
	padding-left:4em;
	background-position: 48px 50%;
}

#recent-comments-3 .module-header {
	margin: 15px auto;
	text-align: center;
}
#recentcomments {
	margin: 0;
}
#recentcomments .recentcomments {
	list-style: none outside none;
}

#powered {
	margin: 1em 0;
}

#mobile-sbhr {
	margin: 1em auto;
	text-align: center;
}

#searchform #s {
	width: 12em;
}
#searchform label {
	display: none;
}

.wp-pagenavi {
	margin: 10px 5px 5px;
}
.wp-pagenavi a, .wp-pagenavi a:visited {
	color: #E89800;
}
.wp-pagenavi a:hover {
	border-color: #CF001B;
	color: #CF001B;
}
.wp-pagenavi .current, .wp-pagenavi .page {
	margin: 0 3px;
	border: 1px solid #E89800;
	padding: 3px 5px;
}
.wp-pagenavi .current {
	border-color: #99CC22;
	background-color: #99CC22;
	color: #fff;
}
#wp-calendar caption {
	font-size: 16px;
	padding-top: 0.5em;
}
#calendar_wrap th ,
#calendar_wrap td {
	width: 16px;
	height: 14px;
	font-size: 14px;
	border: none;
	text-align: center;
	padding: 2px 6px;
}