/*======================================
Theme Name: Plus
Theme URI: http://inspeedia.com
Description: Child of Rubine Lite
Template: rubine-lite
Version: 1.0.0
Author: A.Lepe
Author URI: http://inspeedia.com
Tags: two-columns, light, red, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, fluid-layout, responsive-layout, one-column, left-sidebar, right-sidebar, three-columns, four-columns, black, blue, silver, white, green, gray
Text Domain: rubine-lite
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/
@import url(plus.css);
body {
    font-family: "Meiryo UI", "MS Gothic UI", "Hiragino Kaku Gothic ProN","メイリオ","Osaka", "Tahoma", "Arial", sans-serif;
    box-sizing: border-box;
}
html {
    /*background: #A90202;*/
}
#wrapper {
    background: white !important;
    border: 1px solid #dcdcdc;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 6px #a0a5aa;
}
body {
    /*background: white !important;*/
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 8px 8px 0 0;
    max-width: 760px;
    margin: auto;
    margin-top: 40px;
    line-height: 1.1;
    color: #444;
}
a, a:link, a:visited {
    color: #09339a;
    text-decoration: underline;
}

#footer-bg {
    background: white;
    border-top: 1px solid #A50000;
}
#footer {
    color: #333;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
#footer #footer-text {
    float: none;
}
#header,
#mainnav,
#mainnav-wrap,
#wrap {
    max-width: 960px;
    margin: auto;
}
#footer-wrap,
#header-wrap {
    background: transparent;
}
#logo {
    float: none;    
    min-height: 55px;
}
#logo .site-description {
    margin-top: 0.8em;
    color: #DDD;
    padding: 0.5em;
    font-size: 0.8em;
    text-align: center;
    box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.4) inset;
}
#logo .site-title {
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 3px 3px black;
}
#logo h1:before {
    content: "";
    width: 150px;
    height: 52px;
    background: url("images/logo.png") no-repeat center;
    vertical-align: bottom;
}
#search h3 {
    display: none;
}
#search {
    position: absolute;
    top: 9px;
    text-align: right;
    width: 960px;
}
#search div {
    background: url("images/icon_search.png") no-repeat scroll 6px center transparent;
    display: inline-block;
    padding-left: 30px;
}
#s {
    padding: 0 0 0 5px;
    font-size: 14px;
}
#search input {
    vertical-align: middle;
}
#s{/* これは検索文字列入力欄 */
    height: 19px;
    padding: 0 4px
    width: 125px;
}
#button, input[type="reset"], input[type="button"], input[type="submit"] {/* これは[検索]ボタン */
    color: buttontext;
    font-size: 0.7em;
    font-weight: normal;
    line-height: normal;
    padding: 0 4px;
    text-align: center;
    text-shadow: none;
    white-space: pre;
}
.page-title {
    display: none;
}
#nav-above {
    border-bottom: 3px double #ddd;
	font-size: 80%;
    height: 1em;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
}
#nav-above .nav-previous {
    left: 0;
    position: absolute;
    width: 50%;
}
#nav-above .nav-next {
    height: 1em;
    margin: 0 0 0 auto;
    text-align: right;
    width: 49%;
}
#nav-below {
    padding: 18px 0 0;
}
#nav-above a, #nav-below a {
    text-decoration: none;
}
.type-post {
    background: #fff;
}
/* ヘッダーコメントのリンクを白*/
 .site-description a {color: #FFF;}

/* Slide Show */
#slideshow {
    margin-top: -1px;
}
div.meteor-slides {
    margin: auto !important;
}
.credit-link {
    display: none;
}

/* 投稿表示カスタマイズ*/
#Front_Main-TypeA,
#Front_Main-TypeB,
#Front_Main-TypeC {
    padding: 10px;
}
#Front_Main-TypeC .entry-head th {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}
.Main-TypeC_entry-title.Main_entry-title {
    margin-bottom: 6px;
}
.Main-TypeC_entry-date.Main_entry-date,
.Main-TypeC_category.Main_category {
    font-size: 80%;
}
#nav-above {
    border-bottom: 3px double #ddd;
    height: 1em;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
}
.nav-previous, .nav-previous a {

    line-height: 1;
    text-decoration: none;
}
.entry-thmb {
    border: 1px solid #ddd;
    float: left;
    overflow: hidden;

}
.entry-head {
    border-bottom: 1px solid #a90202;
    border-top: 1px solid #a90202;
    height: 88px;
    margin-left: 93px;
    
}
.entry {
    padding: 0;
}
body.single .entry-head table {
    border-collapse: collapse;
    height: 64px;
    margin: 0 0 0 10px;
    width: 395px;
}
.entry-head.entry-head th {
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
 .entry-head td {
    height: 26px;
    padding: 0 4px;
    vertical-align: middle;
}
h2.entry-title {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2em;
}
h2.entry-title > a {
    font-size: 90%;
    margin-left: 10px;
}    
.entry-date {
    font-size: 85%;
    color: #666;
    margin: 2px 10px;
    border-bottom: 1px dashed #d6b9b9;
    padding: 0 0 8px;
}
abbr, acronym {
    border-bottom: none;
}
.entry-content {
    border-top: 1px dashed #aaa;
    font-size: 100%;
    color: #333;
    line-height: 2;
    margin-top: 16px;
    padding-top: 16px;
}
.post-content {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px !important;
}

.entry-content img {
    height: auto;
    max-width: 100%;
}

/* Small screens */
@media only screen and (max-width: 70em) {
}
/* Smaller screens */
@media only screen and (max-width: 65em) {
}

/* Tablets (landscape) */
@media only screen and (max-width: 60em) {
    body {
        box-shadow: none;
    }
    #header-wrap {
        background-color: #A90202;
        padding-bottom: 9px;
    }
    #logo .site-title {
        color: white !important;
    }
    #custom-header-image {
        display: none !important;
    }
    #header {
        padding-bottom: 0;
        padding-top: 0.5em;
    }
	#content {
		padding: 0;
	}
    #sidebar-left,
	#sidebar {
		margin: 1em 0 0;
	}
    input, textarea, select {
        max-width: 360px;
    }
    #search {
        width: 100% !important;
    }
}
/* Tablets (portrait) */
@media only screen and (max-width: 50em) {
}
/* Phablets (landscape) */
@media only screen and (max-width: 40em) {
    #logo h1:before {
        display: block;
        margin: -0.25em auto 0.25em auto;
        border-bottom: 1px solid rgb(242, 103, 103);
    }
    #logo h1.site-title {
        padding-top: 0.1em;
        margin-top: -0.1em;
        margin-bottom: 0.5em;
    }
    #logo .site-description span {
        display: block;
        text-align: center;
    }
    input, textarea, select {
        max-width: 260px;
    }
}
/* Phablets (portrait) */
@media only screen and (max-width: 34em) {
}
/* Smartphones */
@media only screen and (max-width: 30em) {
}
/* Smartphones */
@media only screen and (max-width: 28em) {
    #logo img {
        display: block;
    }
    #logo .site-title {
        font-size: 1.4em;
    }
    #sidebar-left {
        margin: 0;
        display: none;
    }
    #content img {
        max-width: 100%;
        height: auto !important;
    }
    #content table {
        max-width: 100%;
        width: 100% !important;
    }
    #content tr,
    #content th, #content td {
        display: block;
        width: 100% !important;
        max-width: 100%;
    }
    #content tr:first-child th:not(:first-child),
    #content tr:first-child td:not(:first-child) {
        border-top: 0 !important;
    }
    #content tr:not(:first-child) th,
    #content tr:not(:first-child) td {
        border-top: 0 !important;
    }
    #content table {
        table-layout: fixed;
    }
    textarea, input, select {
        max-width: 100%;
    }
    textarea, select {
        width: 100%;
    }
    #wrap {
        padding: 0;
    }
    #header {
        padding: 0;
    }
}
/* Tablets & Screens */
@media only screen and (min-width: 40em) {
    #logo {
        margin-bottom: 0;
    }
    #logo h1:before {
        display: inline-block;
        position: relative;
        top: 0.25em;
        margin-top: -2em;
    }
    #logo .site-description span {
        padding: 0 5px;
    }
  }
/* Big Screens */
@media only screen and (min-width: 60em) {
    #content {
    width: 500px;
    padding: 0px;
    margin: 0 auto;
    float: none;
    }
    #logo .site-title {
        color: #D00;
    }
    .type-post, .type-page, .type-attachment,
    .widget {
        border:0;
        padding: 0;
        font-size: 85%;
    }
    .widget ul {
        margin-left: 10px;
    } 
    .widgettitle {
        margin: 0;
    }
    .container {
        width: auto;
    }
    #sidebar {
        width: 220px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sidebar-left {
        display: none;
        float: left;
        width: 220px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #header {
        padding: 0;
    }
    #wrap {
        padding: 1em 0 0;
    }
    #logo:not(.no) {
        display: none !important;
    }
    #logo img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
    }
    #mainnav-menu li.menu-item:hover a,
   #mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a,
   #mainnav-menu ul a:link, #mainnav-menu ul a:visited
 {
        background: linear-gradient(#6D6D6D,#0A0A0A);
    }
    #mainnav-menu li, .menu-item:hover ul a:hover,
    #mainnav-menu ul a:hover,
    #mainnav-menu a:hover {
        color: red !important;
    }
    #mainnav-menu li.menu-item:hover ul.sub-menu li a {
        background: linear-gradient(#6D6D6D,#0A0A0A);
        border-radius:8px;
        color: #EEE;
    }
    #mainnav-menu ul.sub-menu,
    #mainnav-menu ul li,
    #mainnav-menu ul.children,
    #mainnav-menu ul li {
        border:0;
        background-color: #555454;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    }
    #mainnav-menu ul a:link, #mainnav-menu ul a:visited {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
   }
   #mainnav-menu li ul ul {
    margin: -2px 0 0 14rem;
}
.itembox p.comment {
    line-height: 1;
    font-size: 90%;
    margin-top: 0;
    display: block;
   float: right;
    width: 50%;
}


	

    /* Custom Header Image */
    #custom-header-image {
        padding-top: 0;
    }
    #custom-header-image img {
        padding: 0;
        /*padding-top: 5px;*/
        border: 0; 
    }

    #mainnav-wrap {
        background: #4A4A4A;
        border-bottom: 1px solid #e5e5e5;
    }
    #mainnav-menu {
        float: left;
        list-style-type: none;
        list-style-position: outside;
        position: relative;
    }
    #mainnav-menu li{
        float:left;
        position:relative;
        margin: 0x;
        border:0;
        padding: 5px 3px 0 3px;
        border-bottom: 1px solid #A90202;
    }
    #mainnav-menu a ,#mainnav-menu li.current_page_item a:hover{
        display: block;
        padding: 1.2em;
        text-decoration: none;
        font-size: 0.7em;
        background: linear-gradient(#6D6D6D,#0A0A0A);
        border-radius: 8px 8px 0 0;
        box-shadow: 0 0 3px rgba(0,0,0,0.5);
    }
     #mainnav-menu a:hover {
        background: linear-gradient(#6D6D6D,#0A0A0A);
        color: #555454;    
    }
    #mainnav-menu a:link, #mainnav-menu a:visited {
        color: #E0E0E0;
        background; #560000 !important;
    }

    #mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
        text-decoration: none;
        background: linear-gradient(#DA0203,#AC0203);
    }
    #mainnav-menu li.menu-item:hover a {
       color: red;
    }
	#mainnav-menu ul a {
		box-sizing: border-box;
		float: left;
		font-weight: normal;
		padding: 0.8em;
		width: 14rem;
	}
    h2.LC_PageTitle {
        background: #560000; /* Old browsers */
        background: -moz-linear-gradient(left,  #560000 0%, #8f0222 44%, #a90202 99%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#560000), color-stop(44%,#8f0222), color-stop(99%,#a90202)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #560000 0%,#8f0222 44%,#a90202 99%); /* 	Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #560000 0%,#8f0222 44%,#a90202 99%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #560000 0%,#8f0222 44%,#a90202 99%); /* IE10+ */
        background: linear-gradient(to right,  #560000 0%,#8f0222 44%,#a90202 99%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#560000', 	endColorstr='#a90202',GradientType=1 ); /* IE6-9 */
        color: #fff;
        font-size: 150%;
        margin: 0 0 12px;
        padding: 5px;
    }
    h3.LC_PageTitle {
        border-bottom: 1px dotted #a90202;
        border-left: 20px solid #a90202;
        clear: both;
        display: block;
        font-size: 1.2em;
        height: auto;
        line-height: 22px;
        margin: 12px 0 5px;
        padding: 0 0 0 12px;
        text-indent: 0;
        width: auto;
    }
    .hentry table th, .hentry table tr, .hentry table td {
        vertical-align: top;
    }
    .entry tr th, .entry thead th {
        border-top: 1px solid #ddd;
        background: none repeat scroll 0 0 #efefef;
    }
    h2.widgettitle {
        background: linear-gradient(#A50000,#d80000);
        color: white;
        padding: 5px;
        border-radius: 8px;
        border: 0;
    }
    input, textarea, select {
        max-width: 360px;
    }

}	
