/*
Theme Name:     カーライフファン（新）
Template:       twentythirteen
*/

@import url('../twentythirteen/style.css');

body {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.site-title {
  padding:10px 0 10px;
}
.site-description {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
font-style:normal;
font-size:90%;
}
h1, h2, h3, h4, h5, h6 {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height:1.3;
}
h1 {
font-size:160%;
}
h2, h3, h4, h5, h6 {
font-size:130%;
}
.format-gallery .entry-title, .format-video .entry-title {
font-size:2em;
}
.site-header .home-link {
  display:block;
  margin:0 auto;
  min-height:100px;
  padding:0 20px;
  text-decoration:none;
  width:100%;
}
.entry-thumbnail {
}
.entry-thumbnail img {
width:300px;
margin-right:20px;
float:left;
}
.entry-content blockquote {
  font-size:100%;
}
blockquote {
  background-color:#EFEFEF;
  border:1px dashed #999999;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:#CCCCCC 2px 2px 3px;
  font-size:18px;
  font-weight:300;
  margin:24px 10px;
  padding:10px;
font-style:normal;
}
p {
  letter-spacing:0.1em;
  margin:0 0 24px;
}
.related-posts {
margin-bottom:40px;
  max-width:1040px;
  padding:0 376px 0 60px;
margin:0 auto;
}
.related-posts ul{list-style:none;margin:0 0 30px;}
.related-posts li{height:200px;margin:0 10px 20px 0;width:130px;float:left;}
.related-posts h4{font-weight:normal;font-size:1em;}

ul.wpp-list {
list-style:none;
margin:0;
}
ul.wpp-list li {
clear:both;
min-height:85px;
}
ul.wpp-list li img {
float:left;
margin-right:10px;
}
.sidebar .top-box {
  max-width:1040px;
  padding:40px 376px 0 60px;
}
.top-box {
margin:0 auto;
  max-width:604px;
  width:100%;
}
.sidebar .bottom-box .top-box {
  padding:10px 376px 10px 60px;
min-height:270px;
}
@media (max-width: 999px) {
.sidebar .top-box, .related-posts {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
}
.sidebar .bottom-box .top-box {
  padding:0 20px;
}
}
@media (max-width: 643px) {
.sidebar .top-box, .related-posts {
		padding-left: 20px;
		padding-right: 20px;
}
.sidebar .bottom-ad {
		padding-left: 20px;
		padding-right: 20px;
}
.box-ad {
display:block;
  clear:both;
  margin:auto;
  min-width:300px;
text-align:center;
}
.second-box {
  display:block;
  min-width:auto;
clear:both;
}
.sidebar .bottom-box .top-box {
  padding:0 20px;
}
}
.single	.top-box{margin:20px 0;}
.single	.ad_2{margin:0;text-align:center;}
.single	.ad_2 span{font-size:90%;display:block;text-align:left;}
.top-box p{margin:1em 0 0 0;font-size:90%;}

.post-navigation {
  color:#CA3C08;
  font-size:100%;
  font-style:normal;
  font-weight:300;
}

/* --------------------------------------------------------------
 * = タブメニュー用CSS
 * ----------------------------------------------------------- */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 95%;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../carlifefan-2/js/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border: 1px solid #97a5b0;
    padding: 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
#ui-tab p {margin:10px 0 0;}

.ex_article {
	clear: both;
	margin-top:20px;
}
.m-b {
margin-bottom:40px;
}
.box-ad {
display:inline;
  float:left;
  margin-right:20px;
  min-width:300px;
}
#sidebar-ad {padding:0;
}
.second-box {
background-color:rgba(247, 245, 231, 0.701961);
  display:table;
  min-width:auto;
padding:10px;
}
.second-box ul, .related-posts .second-box ul {
  list-style:disc inside;
  margin:0 0 0 10px;
  padding:0;
}
.second-box ul li {
height:auto;
width:auto;
}
.bottom-box{
background-color:#FBCA3C;
}
.bottom-box h3, .second-box h3 {
  font-size:100%;
  margin:10px 0;
}
ul.wpp-list {
list-style:none;
margin:0;
}
ul.wpp-list li {
clear:both;
min-height:85px;
}
ul.wpp-list li img {
float:left;
margin-right:10px;
}

.cat-list {
list-style-type:none;
padding:0;
margin-right:5px;
}
.cat-item {
float:left;
}
div.sharedaddy, div.sharedaddy .sd-block, div.sharedaddy ul {
  margin-bottom:20px;
}
.clear {
clear:both;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
background-color:rgba(247, 245, 231, 0.701961);
font-style:normal;
}