/*  
Theme Name: blog_inmycab007
Theme URI: http://www.inmycab.com
Description: 
Version: 1.0
Author: k.mitsuno
Author URI: http://www.inmycab.com
*/

@font-face {
	font-family: "wof";
	src: url("webfont/SourceHanSans-Regular.woff") format('woff');
	font-feature-settings: 'palt' 1;
}

@font-face {
	font-family: "wofb";
	src: url("webfont/SourceHanSans-Bold.woff") format('woff');
	font-feature-settings: 'palt' 1;
}


/************************************************************************************ body */

body {
	background: #FFF url(images/main-bg.gif);
	color: #333;
	font: 105%/145% "wof";
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0 0 30px;
	line-break: strict;
}
#page {
	background: #FFF url(images/content-bg.jpg) repeat-y;
	margin: 0 auto;
	width: 970px;
}
a {
	color: #f60;
	text-decoration: none;
}
a:visited {
	color: #C63;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0 0 15px;
}

/* -----------　ブログタイトル　----------------*/
h1 {
	background: url(images/header-icon.gif) no-repeat;
	color: #fff;
	font: bold 10px/100% "wofb";
	height: 60px;
	margin: 0;
	padding-left: 70px;
}
h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #fff;
	text-decoration: none;
}

/* -----------　記事タイトル　----------------*/
h2 {
	border-bottom: 1px dotted #CCC;
	color: #59770e;
	font: bold 140%/120% "wofb";
	letter-spacing: 0.03em;
	margin: 0 0 2px;
	padding-bottom: 3px;
}


h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #f60;
	text-decoration: none;
}



h3{
    position: relative;
    margin: 0 0 1.5em;/* 上マージン0、右マージン0、下マージン30px、左マージン0 */
    padding: 0.8em 0 0.8em 1.5em;
    background: #f3f3f3;
    color: #000;
	font: 100%/100% "wofb";
    font-weight: bold;
}
h3:before{
    content: "";
    position: absolute;
    background: #708090;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}



h4 {
	color: #000;
	font: normal 100%/115% "wof";
	margin: 10px 0 5px;
}
h5, td.h5 {
	color: #000;
	font: 85%/150% "wof";
}

h5 a {
	color: #f24d0c;
}


h6 {
	color: #59770e;
	font: 75%/150% "wof";
	line-height: 1.2;
}
	

	
/* -----------　side記事タイトル　----------------*/
h7 {
	color: #59770e;
	font: 90% "wof";
	letter-spacing: 0.02em;
	margin: 0 0 5px;
	padding-bottom: 0px;
}

h7 a, h7 a:visited {
	color: #59770e;
}

form {
	margin: 0;
	padding: 0;
}

/************************************************************************************ header */
#header {
	background: #fff url(images/header-bg.jpg) no-repeat;
	height: 268px;
	position: relative;
}
#headerimg {
	height: 60px;
	padding: 30px 0 0 40px;
	position: relative;
}
#headerimg .description {
	bottom: 3px;
	color: #fff;
	font-size: 14px;
	left: 110px;
	position: absolute;
}

/*****************************************************************************post content */
#content {
	float: left;
	overflow: hidden;
	padding: 15px 0 20px 45px;
	width: 590px;
	list-style-type:none;
}

#content h2 {
text-shadow: 3px 3px 3px #CCCCCC;
}



#fullwidth-content {
	float: left;
	overflow: hidden;
	padding: 15px 0 20px 45px;
	width: 890px;
	list-style-type:none;
}

#fullwidth-content h2 {
text-shadow: 3px 3px 3px #CCCCCC;
}




.post {
	clear: both;
	margin-top: -5px;
	padding-top: 0px;
	list-style-type:none;
}

.post-date {
	background: url(images/date-bg.gif) no-repeat;
	float: left;
	height: 49px;
	margin-top: 2px;
	width: 45px;
}
.post-title-date {
	color: #999;
	font-size: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
.post-year {
	color: #999;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-left: 8px;
	padding-top: 0;
	text-align: left;
}
.post-month {
	color: #FFF;
	display: block;
	font-size: 11px;
	line-height: 11px;
	margin-left: -3px;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
}
.post-day {
	color: #999;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-left: -3px;
	padding-top: 7px;
	text-align: center;
	text-transform: uppercase;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 520px;
}


.post-title  h2{
text-shadow: 3px 3px 3px #CCCCCC;
}



.entry {
	clear: both;
	padding-top: 10px;
	list-style-type:none;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	color: #999;
	float: left;
	font-size: 85%;
	padding-left: 20px;
	list-style-type:none;
}




.postend-cat {
	background: url(images/mini-category.gif) no-repeat;
	color: #999;
	float: right;
	font-size: 85%;
	padding-left: 20px;
	list-style-type:none;
	border-top: 1px dotted #CCC;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	float: right;
	font-size: 85%;
	padding-left: 20px;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	color: #999;
	float: right;
	font-size: 95%;
	padding-left: 20px;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	float: right;
	padding-left: 18px;
}
.navigation {
	clear: both;
	padding: 10px 0;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	background: url(images/mini-nav-left.gif) no-repeat left center;
	float: left;
	padding-left: 18px;
}
.next-entries a {
	background: url(images/mini-nav-right.gif) no-repeat right center;
	float: right;
	padding-right: 18px;
}


.ad-cont {
	float: left;
	margin-left: 50px;
	width: 520px;
}





/************************************************************************************ comment */
.commentlist {
	line-height: 110%;
	margin: 10px 0;
	padding-left: 20px;
}
.commentlist li {
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	color: #f60;
	font-size:87%;
	font-style: normal;
	font-weight: bold;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #f60;
}
.commentlist small {
	display: block;
	font-size: 87%;
	margin-bottom: 5px;
}
#commentform {
	font: 90% Meiryo,"MS PGothic",arial;
	margin-top: 10px;
}
#commentform p {
	margin: 0;
	padding: 6px 0;
}
#commentform label {
	color: #787878;
	font-size: 87%;
}
#commentform input {
	background: #f1fedb;
	border: 1px solid #bdd77f;
	margin-top: 3px;
	padding: 3px;
	width: 200px;
}
#commentform textarea {
	background: #f1fedb;
	border: 1px solid #bdd77f;
	height: 115px;
	margin-top: 3px;
	padding: 2px;
	width: 570px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
}
#commentform #submit {
	background: url(images/btn-bg.gif) no-repeat;
	border: none;
	color: #FFF;
	cursor: pointer;
	float: right;
	font: bold 12px Meiryo,"MS PGothic",arial;
	height: 28px;
	width: 144px;
}

/************************************************************************************ sidebar */
#sidebar {
	color: #000;
	float: right;
	margin-right: 10px;
	padding: 10px 35px 20px 0;
	width: 290px;
	font: 90%/110% "wof";
	list-style-type:none;
}



#coltwo {
	color: #000;
	float: left;
	padding: 0 0 20px 30px;
	width: 280px;
}



.side-title{
	width:265px; 
	padding-left: 5px;
	padding-top: 5px;
}

.side-title  h7{
	text-shadow: 3px 3px 3px #CCCCCC;
}

.side-title  h7 a:hover {
	color: #f60;
	text-decoration: none;
}

/************************************************************************ recent Post sidebar */

.recent-title{
	float: left;
	width:185px; 
	padding-left: 5px;
	padding-top: 0px;
}

.recent-title  h7{
	text-shadow: 3px 3px 3px #CCCCCC;
}

.recent-title  h7 a:hover {
	color: #f60;
	text-decoration: none;
}


/******* 画像の切り抜き表示 */

.recent-fig {
	float: left;
	width:67px;
	height:67px;
	position:relative;
	overflow:hidden;
}
.recent-fig img {
	position:relative;
	left:-20px;
	top:-10px;
}



/******************************************************************sidebar / coltwo element */

#coltwo a, #coltwo a:visited {
	color: #4a8b2c;
	font-weight: bold; 
	font: 90% "wof";
}

#coltwo a:hover {
	color: #f60;
	text-decoration: none;
}
#coltwo ul {
	margin: 0;
	padding: 0px;
}
#coltwo ul li {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#coltwo ul li ul {
	margin: 0;
	padding: 0;
}
#coltwo ul li ul li {
	border-bottom: 1px solid #dceeb7;
	padding: 2px 0;
}
#coltwo ul li ul li ul li {
	border: none;
	padding: 1px 0 1px 10px;
}




/********************************************************************************col other element */
ul.list-blogroll li {
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 20px !important;
}

ul.list-cat li, li.widget_categories li {
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
	font: 90% "wof";
	text-decoration: none;
	list-style-type:none;
}
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}





ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat !important;
	font: 90% "wof";
	text-decoration: none;
	padding-bottom: 0px !important;
	padding-left: 20px !important;
	list-style-type:none;
}
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}

.list-page {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}







ul.recent_comments_box li {
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
li.widget_recent_comments_box li {
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
li.widget_calendar td {
	padding: 1px 7px;
}
.textwidget {
	padding-top: 5px;
}
#searchform {
	margin: 0 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	background: #fff;
	border: 1px solid #bed881;
	color: #000;
	font-weight: normal;
	height: 22px;
	margin-left: 0px;
	padding: 4px 5px 0 5px;
	width: 150px;
}
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	color: #FFF;
	font: bold 12px "wof";
	height: 26px;
	vertical-align: middle;
	width: 67px;
}

/************************************************************************************ footer */
#footer {
	background: #fff url(images/endfooter_bg.jpg) no-repeat;
	clear: both;
	color: #fff;
	height: 530px;
	position: relative;
	list-style-type:none;
}
div#footer #footer_text {
	color: #fff;
	font: 90% "wof";
	line-height: 20px;
	padding-top: 30px;
	text-align: center;
}


/******************* footer category*/

#footer .catbox {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding: 10px 0 0 30px;
	width: 950px;
}

#footer .cat_col {
	width:225px;
	float:left;
	display:block;
	padding:0;
	margin:0 10px 0 0;
	overflow:hidden;
}


#footer .cat_col li {
		clear:left;
		display:block;
		padding:0px;
		margin:1px 0 0 0;
		width:225px;
}

/******************* footer secondary col*/

#footer .left-col {
	float: left;
	height: 180px;
	margin-right: 5px;
	overflow: hidden;
	padding: 10px 0 0 30px;
	width: 300px;
}
#footer .center-col {
	float: left;
	height: 180px;
	margin-right: 5px;
	overflow: hidden;
	padding: 10px 0 0 15px;
	width: 300px;
}
#footer .right-col {
	float: right;
	height: 180px;
	overflow: hidden;
	padding: 10px 20px 0 0;
	width: 280px;
}
#footer h2, #footer .footertitle {
	color: #fff;
	border-bottom: none;
	font: bold 150%/90% "wof";
	letter-spacing: 0.02em;
	margin: 16px 0 2px 10px;
}

#footer a {
	color: #E2A933;
	font: normal 90%/100% "wof";
	text-decoration: none;
}
#footer h4 {
	border: 0;
	color: #fff;
	font: normal 146%/100% "wof";
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 0 20px;
}
ul.list-footer li {
	background: url(images/mini-page.gif) no-repeat;
	padding-left: 20px;
	list-style-type:none;
}
ul.list-footer li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat;
	padding-left: 10px;
	list-style-type:none;
}
ul.list-footerlink li {
	background: url(images/mini-blogroll.gif) no-repeat;
	padding-left: 20px;
	list-style-type:none;
}
#title-cat23 {
	background: url(http://ja.wordpress.org/wordpress/wp-content/uploads/Image/works_image/tokou.gif) no-repeat;
	clear: both;
	float: left;
	padding-left: 16px;
	z-index: 2;
}

/************************************************************************************ credit */
#credits {
	clear: both;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
	margin: 0 auto;
	width: 900px;
}
#credits a, #credit a:visited {
	color: #fff;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	margin-left: 8px;
	padding-bottom: 2px;
	padding-left: 18px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	margin-left: 8px;
	padding-bottom: 2px;
	padding-left: 18px;
}

/******************************************************************************* alignments */
.center, .aligncenter {
	display: block;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
}
.alignleft, .left {
	float: left;
	margin: 4px 10px 5px 0;
	padding: 3px;
}
.alignright, .right {
	border: 0;
	float: right;
	margin: 4px 10px 5px 0;
	padding: 3px;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0;
}
img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0 5px 10px;
}
.clear {
	clear: both;
}
hr.clear {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.arc-list {
	background: url(images/mini-page.gif) no-repeat !important;
	border-bottom: 1px dotted #CCC;
	color: #59770e;
	font: normal 150%/110% "wof";
	letter-spacing: -1px;
	margin: 0 0 2px;
	padding-bottom: 3px;
	padding-left: 20px !important;
}
h2.pagetitle {
	font: normal 100%/110% "wof";
	margin-top: 20px;
	text-align: center;
}

/************************************************************************************ Icon_Slide_Out_Navigation */
.m_navi {
	margin: 0 auto;
	position: relative;
	width: 650px;
}
ul.menu {
	border-top: 1px solid #bebebe;
	float: left;
	font-family: "Verdana", sans-serif;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	background: url('Slide_Out_Navigation/bgmenu.png') repeat-x scroll left top #7e7e7e;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #a1a1a1;
	color: #333;
	float: left;
	font-size: 13px;
	font-weight: bold;
	-moz-box-shadow: 0 1px 3px #555;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	width: 128px;
}
ul.menu li a.first {
	border-left: medium none;
	-moz-border-radius: 0 0 0 10px;
}
ul.menu li a.last {
	-moz-border-radius: 0 0 10px;
}
ul.menu li span {
	cursor: pointer;
	height: 120px;
	position: absolute;
	top: 80px;
	width: 110px;
	z-index: -1;
	background: transparent no-repeat;
}
ul.menu li span.m_home {
	left: 3px;
	background: url('Slide_Out_Navigation/m_home.png');
}
ul.menu li span.m_kangoo {
	left: 138px;
	background: url('Slide_Out_Navigation/m_kangoo.png');
}
ul.menu li span.m_xr200r {
	left: 268px;
	background: url('Slide_Out_Navigation/m_xr200r.png');
}
ul.menu li span.m_monkyrt {
	left: 398px;
	background: url('Slide_Out_Navigation/m_monkyrt.png');
}
ul.menu li span.m_aboutme {
	left: 528px;
	background: url('Slide_Out_Navigation/m_aboutme.png');
}

/********************************************************* weetbacks */
#tweetbacks {
font-size:12px;
}
#tweetbacks li {
padding-bottom:5px;
} 

/********************************************************* Twitter widget pro */
.from-meta {display: none;}
.time-meta {display: none;}

/********************************************************* amazon List */
.amazonlist {
	font: 85%/150% "wof";
	color: #ffffff;
	background-color: #760000;
	margin: 0px;
	padding: 10px 10px 20px;
}
.amazonlist3 {
	background: #fff url(images/mini-post.jpg) no-repeat;
	clear: both;
	font: 75%/150% "wof";
	font-weight: bold;
	color: #fff;
	background-color: #e93526;
	margin: 0px;
	padding: 10px 10px 20px;
}

.amazonlist3 a{
	background:url(images/mini-post.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
}

/********************************************************* yarpp-template */

#yarp ol{
 margin: 0;
 padding: 0;
 list-style: none;
}

#yarp ol li a{
 text-align: center;
 width: 400px;
 height: 210px;
 display: block;
 margin: 0 11px;
 float: left;
 font-size: 10px;
 line-height: 1.2;
 text-decoration: none;
 border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */
}
#yarp ol li a:hover{
 background-color: #eee;
}
#yarp ol li img{
 margin: 10px 15px;
}


/********************************************************* in relatepost */

.relatepost{
 border: 1px solid #c0c0c0;
 background-color: #f9f9f9;
 padding: 8px;
 box-shadow: 1px 1px 3px 0px #ddd inset;
 overflow: hidden;
 border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */
 margin-top: 0px;
 margin-bottom: 5px;
}

.relatepost dt{
 color: #ff6664;
}
 
.relatepost dd{
}

.relatepost ul li a {
 color: #758d38;
 font: normal 80%/90% "wof";
 line-height:1.0;
}


.relatepost h3{
 margin-top: 0px;
 margin-bottom: 0px;
}




.where {
	clear: both;
	padding-bottom: 10px;
	list-style-type:none;
	margin-bottom: 10px;
}

.where-page {
	background: url(images/mini-page.gif) no-repeat;
	color: #999;
	float: left;
	font-size: 80%;
	padding-left: 20px;
	list-style-type:none;
}


.timesale{
	margin: 0 auto;
	width: 210px;
}

.nightsale{
	margin: 0 auto;
	width: 470px;
}

/********************************************************* ロールオーバー*/
a:hover{
	position : relative;top:2px;left:2px;
}

/********************************************************* BM Shots */
.img_link {
/* スクリーンショットの画像周りにボーダーを表示 */
	border: 1px dotted #cccccc;
}

/********************************************************* youtubeaudio */
.youtubeaudio{
 border: 1px solid #e2e2e2;
 background-color: #1b1b1b;
 color: #fff;
 padding: 8px;
 box-shadow: 1px 1px 3px 0px #f2f2f2 inset;
 overflow: hidden;
 border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */
 margin-top: 0px;
 margin-bottom: 5px;
}

.youtubeaudio dt{
 color: #fd0603;
}
 
.youtubeaudio dd{
}

.youtubeaudio ul li a {
 color: #fff;
 font: normal 80%/90% "wof";
 line-height:1.0;
}

