/*
Theme Name: kobayashi -blog
Theme URI: http://****.com/
Description: とり鉄社長ブログ
Version: 1.0 
Author: M.S
Author URI: 
*/

/* 基本設定
------------------------------------------------------------------*/

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ','Meiriyo','ＭＳ Ｐゴシック';
	font-size: 100%;
	margin: 0;
    padding: 0;
	background:#000;
	font-size:12px;
}

div, p, pre, blockquote, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
iframe, object, embed, table {
        margin: 0;
        padding: 0;
        border: none;
        color: #333;  
}

ul ,li {
	list-style: none;
}

img {
	border: 0;
}

a { 
	color: #333; 
	text-decoration: none;
}

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

a img {
         border: 0; 
}

a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.clr {
	clear: both;
}

/* レイアウト
------------------------------------------------------------------*/

header {
	width: 100%;
	height: 375px;
	background: #000;
	margin: 0px auto;
	clear: both;
	text-align: center;
}
header h1{ font-size:100%; color:#fff;}
footer {
	width: 100%;
	margin: 0px auto 20px auto;
	clear: both;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	clear: both;
}

.widget-area {
	overflow: hidden;
}

/* ヘッダー
------------------------------------------------------------------*/

#header_cont {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#header_cont a.title {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height:15px;
	}
#header_cont .main_ttl{
	height: 0;
	padding-top: 35%;
	background-size: contain;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(img/main_img.jpg);
	background-repeat: no-repeat;
}

/* ナビゲーション */


nav{ background:#333; color:#fff; overflow: hidden;}

.menu {
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 30px 200px;
}

.menu li{
	float: left;
	line-height: 13px;
	border-right: 1px solid #FFFFFF;
	margin:0 10px;
	padding:0 15px 0 0;
}

.menu a, .menu a:visited{
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/* フッター
------------------------------------------------------------------*/

#footer_cont {
	width: 1000px;
	text-align: right;
	margin: 0 auto;
	padding: 10px 0;
}

#catchPhrase {
	font-weight: bold;
}

#copy {
	font-size: 11px;
	float: right;
	color:#fff;
}

/* メイン
------------------------------------------------------------------*/

#contents {
	padding-top: 0px;
	padding-left: 13px;
	float: left;
	background:#fff;

}

#main {
	margin:0 0 10px 0;
	padding-right: 13px;
	float: left;
	overflow: hidden;
}

.main {
	width:480px;
	padding:10px;
}

.page {
	width:750px;
}

#main h2.h2_single{
	margin: 5px 0;
	padding-top: 5px;
	font-size: 18px;
	color: #000;
}

#main h2.h2_archive{
	font-size: 15px;
	color: #000;
	padding-left: 10px;
	border-bottom: 1px solid #000;
}

#main h3.h3_title a{
	font-size: 13px;
	color: #000;
}

#main h4.h4_single{
	margin: 5px 0;
	padding-left: 10px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #000;
}

ul.SBM{
	margin: 0;
	padding: 0;
	clear: both;
}

ul.SBM01 li{
	float: left;
}

ul.SBM02 li{
	float: left;
}

ul.SBM .tweetButton {
	width: 100px;
}

ul.SBM .likeButton {
	width: 130px;
}

ul.SBM .plusButton {
	width: 75px;
}

.textwidget {
	font-size: 12px;
}

.textwidget li a{

}

/* サイドバー（左）
------------------------------------------------------------------*/

#side_l {
	position: relative;
	width: 210px;
	margin-right: 10px;
	float: left;

}
#side_l img{ max-width:100%; height:auto;}

#side_l .h3_name {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
}

#side_l .h3_sm {
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	background: #BCBBB7;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

#side_l .h3_left {
	margin: 15px 0 10px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background:#E73B17;
	padding:10px;
}

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

#side_l ul li{
	font-size: 11px;
	color:#fff;
	line-height:220%;
}

#side_l p{
	color:#fff;
}
#side_l a:link,#side_l a:visited,#side_l a:hover,#side_r a:link,#side_r a:visited,#side_r a:hover{
	color:#fff;
	text-decoration:underline;
}
#side_l a:hover{
	text-decoration:none;
}
#side_r a:hover{
	text-decoration:none;
}
/* サイドバー（右）
------------------------------------------------------------------*/

#side_r {
	position: relative;
	width: 210px;
	float: right;
	padding: 0 10px;
	overflow: hidden;
	background:#000;
	color:#fff;
	min-height:1500px;
	padding-top:20px;
}

#side_r span{
	font-size:120%;
	color:#FF0;
	font-weight:bold;
}

#side_r p{
	color:#fff;
}
#side_r img{
	max-width:90%;
	height:auto;

}

#side_r .h3_sm {
	margin: 15px 0 10px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background:#E73B17;
	padding:10px;
}

#side_r .h3_right {
	margin: 15px 0 10px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background:#E73B17;
	padding:10px;
}

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

#side_r ul li{
	font-size: 11px;
	color:#fff;
}


/* 記事一覧
------------------------------------------------------------------*/

#post {
	position: relative;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #999999;	
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 530px;
	overflow: hidden;
}

#post .post_thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 76px;
}

#post .post_thumb img{
	border: 2px solid #999999;
}

#post .post_sum {
	margin-bottom: 10px;
	width: 440px;
	float: right;
	overflow: hidden;
}

#post .post_sum .post{ width:400px;}

#post .blog_info ul li,#post .blog_info ul li a{
	margin: 0 1px;
	float: left;
	font-size: 11px;
	color: #999999;
}

a.more-link{
	position: absolute;
	bottom: 13px;
	margin: 0 0 0 300px;
	width: 80px;
	font-size: 10px;
	text-align: center;
	padding: 5px 0px;
	display: block;
	background: #000;
	color: #FFFFFF;
	clear: both;
}


/* 記事
------------------------------------------------------------------*/

#single {
	position: relative;
	margin: 10px 0;
	border-bottom: 1px solid #999999;	
	font-size: 12px;
	padding-bottom: 10px;
	overflow: hidden;
}

.single_cont {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #999999;
}


#single .single_thumb {
	float: left;
	position: relative;
	margin-right: 10px;
	padding-bottom: 10px;
}

#single .single_thumb img{
	border: 2px solid #999999;
}

#single .single_sum {
	width: 306px;
	float: right;
	position: relative;
}

#single .blog_info_single ul li,#single .blog_info_single ul li a{
	margin: 0 1px;
	font-size: 13px;
	color: #666666;
	float: left;
}

.single_cont p {
	margin: 2px 0;
}

#main .recommend {
	text-align: center;
	width: 85px;
	display: block;
	float: left;
	font-size: 11px;
	margin: 5px 0 15px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#main .recommend img{
	margin: 0 auto;
	padding: 0;
	border: 2px solid #999;
}

#main .recommend span{
	font-size: 10px;
	color: #999999;

}

/* ページネーション
------------------------------------------------------------------*/

.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	font-size: 12px;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #000;
}

.tablenav .current {
	color: white;
	background: #000;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


  




/* カレンダー
------------------------------------------------------------------*/

#calendar_wrap{
	width: 100%;
	border: 1px solid #fff;
	margin-top:20px;
}

#wp-calendar{
	width: 100%;
	margin: 0 auto;
	background:#fff;
	color:#000;

}

#wp-calendar caption{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
	background:#fff;
	padding:5px 0;
}

#wp-calendar thead{
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
}

#wp-calendar tbody tr td{
	font-size: 13px;
	text-align: center;
	c
}

#wp-calendar tbody tr td a{
	color: #000;
	text-decoration: underline;	
}

#wp-calendar tbody tr td a:hover{
	color: #333333;
	text-decoration: underline;	
}

#wp-calendar tfoot{
	font-size: 13px;
}

#wp-calendar tfoot #prev{
	text-align: left;
}

#wp-calendar tfoot #next{
	text-align: right;
}

#wp-calendar a:link{ color:#333;}
#wp-calendar a:visited{ color:#333;}



/*ACCORDION*/
div.accordion {
	width: 100%;
}
div.accordion > ul > li > a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: #666;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 10px 12px;
	position: relative;
}
div.accordion > ul > li > a:hover{
	background-color: #666;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size: 12px;
	position: absolute;
	right: 12px;
	top: 16px;
	color: #fff;
}
div.accordion > ul > li > a:after{
	content: "▼";
}
div.accordion > ul > li > a.active:after{
	content: "▲";
}
div.accordion > ul > li > ul {
	display: none;
}
div.accordion > ul > li > ul > li > a{
	display: block;
	color: #fff;
	font-size: 14px;
	background-color: #888;
	border-bottom: 1px solid #fff;
	padding: 6px 12px;
	position: relative;
}
div.accordion > ul > li > ul > li > a:hover{
	background-color: #888;
}




@media screen and (max-width: 768px) {

body {
	background:#000;
}

header {
	width: 100%;
	height: auto;
}

footer {
	width: 100%;
	text-align:center;
}

#wrapper {
	width: 100%;
}

.widget-area {
	overflow: hidden;
	color:#fff;
}

/* ヘッダー
------------------------------------------------------------------*/

#header_cont {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
#header_cont img{
	width: 100%;
	height:auto;
}

/* フッター
------------------------------------------------------------------*/

#footer_cont {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
#copy {
	color:#333;
	text-align:center;
}

/* メイン
------------------------------------------------------------------*/

#contents {
	padding-top: 10px;
	padding-left: 0px;
	width:100%;
	margin:0 auto;
	float: none;
	border: none;
	width:100%;
}

#main {
	padding-right: 0px;
	float: none;
	width:95%;
}


.page {
	width:100%;
}

#main h2.h2_single{
	margin: 5px 0;
	padding-top: 5px;
	font-size: 120%;
	color: #000;
}

#main h2.h2_archive{
	font-size: 120%;
	color: #000;
	padding-left: 0px;
	border-bottom: 1px solid #000;
}

#main h3.h3_title a{
	font-size:  120%;
	color: #000;
}

#main h4.h4_single{
	margin: 5px 0;
	padding-left: 0px;
	font-size:  120%;
	color: #000;
	border-bottom: 1px solid #000;
}

ul.SBM{
	margin: 0;
	padding: 0;
	clear: both;
}

ul.SBM01 li{
	float: left;
}

ul.SBM02 li{
	float: left;
}

ul.SBM .tweetButton {
	width: 100px;
}

ul.SBM .likeButton {
	width: 130px;
}

ul.SBM .plusButton {
	width: 75px;
}

.textwidget {
	font-size: 12px;
}

.textwidget li a{

}

/* サイドバー（左）
------------------------------------------------------------------*/

#side_l {
	padding-top: 0px;
	position: relative;
	width: 100%;
	margin:0 auto;
	float:none;
	background:#000;
	
}
#side_l p{
	color:#fff;
	padding:5px 10px;
	
}
#side_l a:link,#side_l a:visited{
	color: #900;
	
}
#side_l .h3_name {
	height: 30px;
	line-height: 30px;
	font-size:  120%;
	font-weight: bold;
}

#side_l .h3_sm {
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	background: #BCBBB7;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

#side_l .h3_left {
	margin: 0px;
	border-bottom:bibe;
	line-height: 15px;
	font-size: 100%;
	font-weight: bold;

}

#side_l ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	color:#fff;
	padding:10px 0;
}
#side_l p {
	margin: 0 0 10px 0;
	color:#fff;
}
#side_l ul li{
	font-size: 100%;
	color: #fff;
}
#side_l a { 
	color: #fff; 
	text-decoration: none;
}

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

/* サイドバー（右）
------------------------------------------------------------------*/

#side_r {
	position: relative;
	width: 95%;
	float: none;
	padding: 0;
	overflow: hidden;
	background:#000;
	margin:0 auto;
	min-height:0;
	color:#fff;
}
#side_r span{ color:#C00;padding:5px 10px;}
#side_r p{	padding:5px 10px; color:#fff;}
#side_r a:link,#side_r a:visited{ color:#fff;}
#side_r .h3_right {
	margin: 0px;
	border-bottom:bibe;
	line-height: 15px;
	font-size: 100%;
	font-weight: bold;
}

#side_r ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	color:#000;
}

#side_r ul li{
	font-size: 100%;
}

#side_r p{
	color:#fff;
}
#side_r ul{
	padding:5px 10px;
}
#side_r ul li{
	font-size: 100%;
	color: #fff;
}
#side_r a { 
	color: #fff; 
	text-decoration: none;
}

#side_r a:hover { 
	color: #fff;
	text-decoration: underline;
}
/* 記事一覧
------------------------------------------------------------------*/

#post {
	position: relative;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #999999;	
	font-size: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	width:100%;
	overflow: hidden;
}

#post .post_thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 30%;
}

#post .post_thumb img{
	border: 2px solid #999999;
}

#post .post_sum {
	margin-bottom: 10px;
	width: 65%;
	float: right;
	overflow: hidden;
}
#post .post_sum .post{ width:90%;}

#post .blog_info ul li,#post .blog_info ul li a{
	margin: 0 1px;
	float: none;
	font-size: 11px;
	color: #999999;
}

a.more-link{
	position: absolute;
	bottom: 13px;
	margin: 0 0 0 0px;
	width: 80px;
	font-size: 10px;
	text-align: center;
	padding: 5px 0px;
	display: block;
	background: #000;
	color: #FFFFFF;
	clear: both;
}


/* 記事
------------------------------------------------------------------*/

#single {
	position: relative;
	margin: 10px 0;
	border-bottom: 1px solid #999999;	
	font-size: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

.single_cont {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #999999;
}


#single .single_thumb {
	float: none;
	position: relative;
	margin-right: 10px;
	padding-bottom: 10px;
}

#single .single_thumb img{
	border: 2px solid #999999;
}

#single .single_sum {
	width: 30%;
	float: none;
	position: relative;
}

#single .blog_info_single ul li,#single .blog_info_single ul li a{
	margin: 0 1px;
	font-size: 100%;
	color: #666666;
	float: left;
}

.single_cont p {
	margin: 2px 0;
}

#main .recommend {
	text-align: center;
	width: 85px;
	display: block;
	float: left;
	font-size: 11px;
	margin: 5px 0 15px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#main .recommend img{
	margin: 0 auto;
	padding: 0;
	border: 2px solid #999;
}

#main .recommend span{
	font-size: 10px;
	color: #999999;

}

/* ページネーション
------------------------------------------------------------------*/

.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	font-size: 12px;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #000;
}

.tablenav .current {
	color: white;
	background: #000;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


  




/* カレンダー
------------------------------------------------------------------*/

#calendar_wrap{
	width: 100%;
	border: 1px solid #cecece;
	margin: 0 auto;
}

#wp-calendar{
	width: 100%;
	margin: 0 auto;
}

#wp-calendar caption{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
}

#wp-calendar thead{
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
}

#wp-calendar tbody tr td{
	font-size: 100%;
	text-align: center;
}

#wp-calendar tbody tr td a{
	color: #000;
	text-decoration: underline;	
}
#wp-calendar tbody tr td a:visited{
	color: #000;
	text-decoration: underline;	
}

#wp-calendar tbody tr td a:hover{
	color: #333333;
	text-decoration: underline;	
}
#wp-calendar a:link{ color:#333;}
#wp-calendar a:visited{ color:#333;}
#wp-calendar tfoot{
	font-size: 13px;
}

#wp-calendar tfoot #prev{
	text-align: left;
}

#wp-calendar tfoot #next{
	text-align: right;
}

#post .post_sum .post{ width:90%;}
}
