/* ==========================================================================
   Combined Blog Stylesheet
   - MT4 Base Theme (blog.css)
   - Theme Overrides (kougyou_a1 reconstruction)
   ========================================================================== */


/* ==========================================================================
   MT4 Base Theme (blog.css)
   ========================================================================== */

/* Reset ------------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */

.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/* ==========================================================================
   Theme: kougyou_a1 (Industrial Theme - Reconstructed)
   Matches main site dark design (osaka-touki.com/style.css)
   ========================================================================== */

/* Global theme overrides */
body {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 75%;
    line-height: 2;
    color: #ffffff;
    background: #2e2e2e;
}

a:link, a:visited {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #ad0a17;
    background: #000000;
}

.clear {
    clear: both;
}

.redbox {
    color: #a90310;
}


/* Container */
#container {
    background: #2e2e2e;
    text-align: left;
    margin: 0 auto;
}

#container-inner {
    width: 760px;
    margin: 0 auto;
}


/* Header Module */
#header-module {
    background: #1a1a1a;
    border-bottom: 2px solid #a90310;
    padding: 0;
}

#header-module-inner {
    padding: 15px 20px;
}

#header-description {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 10px;
}

#header-contents {
    position: relative;
}

#header-contents .left {
    float: left;
    width: 60%;
}

#header-contents .right {
    float: right;
    text-align: right;
    width: 38%;
}

#header-name {
    margin-bottom: 5px;
}

#header-name a,
#header-name h2 a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

#header-name a:hover,
#header-name h2 a:hover {
    color: #ad0a17;
    background: transparent;
}

#header-name h2 {
    margin-bottom: 0;
}

.sub-contents {
    font-size: 11px;
    margin-bottom: 8px;
}

.sub-contents a {
    color: #cccccc;
    text-decoration: none;
}

.sub-contents a:hover {
    color: #ad0a17;
    background: transparent;
}


/* Search Widget */
.widget-header-search {
    margin-top: 5px;
}

.search-content {
    text-align: right;
}

.search-content label {
    font-size: 11px;
    color: #cccccc;
    margin-right: 5px;
}

.search-content input.box {
    background: #3a3a3a;
    border: 1px solid #555555;
    color: #ffffff;
    padding: 3px 5px;
    font-size: 12px;
}

.search-content input.submit {
    background: #3c0005;
    border: 1px solid #555555;
    color: #ffffff;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 12px;
}

.search-content input.submit:hover {
    background: #520007;
}


/* Head Main (Main Image Area) */
#head-main {
    margin: 0;
    padding: 0;
}

#head-main-inner {
    padding: 0;
}

.main_image {
    margin-bottom: 10px;
}

.main_image img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Content Area */
#content {
    background: #2e2e2e;
}

#content-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Alpha (Main Column) */
.layout-wt #alpha {
    width: 520px;
}

#alpha-inner {
    padding: 0 15px;
}


/* Breadcrumb Navigation */
.navi {
    font-size: 11px;
    color: #999999;
    margin-bottom: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #444444;
}

.navi a {
    color: #cccccc;
}

.navi a:hover {
    color: #ad0a17;
    background: transparent;
}


/* Welcome Message */
#welcome_message {
    background: #1a1a1a;
    border: 1px solid #444444;
    margin-bottom: 20px;
    padding: 15px;
}

#welcome_message h3.title {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 8px 15px;
    margin: -15px -15px 15px -15px;
    line-height: 1.6;
}

#welcome_message .content {
    font-size: 12px;
    line-height: 1.8;
    color: #cccccc;
}


/* Top News */
#top-news {
    margin-bottom: 20px;
}

#top-news h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 6px 15px;
    margin-bottom: 10px;
}

#top-news .news {
    padding: 5px 10px;
    border-bottom: 1px dotted #444444;
}

#top-news .news .day {
    float: left;
    width: 90px;
    font-size: 11px;
    color: #999999;
}

#top-news .news .title {
    margin-left: 100px;
    font-size: 12px;
}

#top-news .news .title a {
    color: #ffffff;
}

#top-news .news .title a:hover {
    color: #ad0a17;
    background: transparent;
}


/* Top Entry */
#top-entry {
    background: #1a1a1a;
    border: 1px solid #444444;
    margin-bottom: 20px;
    padding: 15px;
}

#top-entry h3.title {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 6px 15px;
    margin: -15px -15px 15px -15px;
}

#top-entry .content {
    font-size: 12px;
    line-height: 1.8;
    color: #cccccc;
}


/* Page/Post Assets */
.page-asset,
.asset {
    margin-bottom: 20px;
}

.asset-header {
    margin-bottom: 15px;
}

h1.archive-title,
.asset-name {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 8px 15px;
}

.asset-body {
    font-size: 12px;
    line-height: 1.8;
    color: #cccccc;
    padding: 10px 0;
}

.asset-body p {
    margin-bottom: 1em;
}


/* Trackbacks */
#trackbacks {
    margin-bottom: 20px;
    border-top: 1px solid #444444;
    padding-top: 15px;
}

.trackbacks-header {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 6px 15px;
    margin-bottom: 10px;
}

.trackbacks-info {
    font-size: 12px;
    color: #cccccc;
    padding: 0 10px;
}

#trackbacks-link {
    color: #999999;
    font-size: 11px;
}


/* Comments */
#comments {
    margin-bottom: 20px;
    border-top: 1px solid #444444;
    padding-top: 15px;
}

.comments-open-header {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 6px 15px;
    margin-bottom: 15px;
}

.comments-open-content {
    padding: 0 10px;
}

#comment-form-external-auth {
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 15px;
}

.comments-open label {
    font-size: 12px;
    color: #cccccc;
    display: block;
    margin-bottom: 3px;
}

#comment-author,
#comment-email,
#comment-url {
    background: #3a3a3a;
    border: 1px solid #555555;
    color: #ffffff;
    padding: 4px 6px;
    width: 250px;
    font-size: 12px;
}

#comment-text {
    background: #3a3a3a;
    border: 1px solid #555555;
    color: #ffffff;
    padding: 4px 6px;
    width: 95%;
    font-size: 12px;
}

#comment-form-remember-me {
    font-size: 12px;
    color: #cccccc;
}

#comment-preview,
#comment-submit {
    background: #3c0005;
    border: 1px solid #555555;
    color: #ffffff;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 12px;
    margin-right: 5px;
}

#comment-preview:hover,
#comment-submit:hover {
    background: #520007;
}


/* Go to Top */
#gotop {
    text-align: right;
    margin: 15px 0;
    padding-top: 10px;
    border-top: 1px solid #444444;
    font-size: 11px;
}

#gotop a {
    color: #999999;
    text-decoration: none;
}

#gotop a:hover {
    color: #ad0a17;
    background: transparent;
}


/* Beta (Sidebar) */
.layout-wt #beta {
    width: 220px;
}

#beta {
    color: #cccccc;
}

#beta-inner {
    padding: 0 10px;
}


/* RSS */
.rss {
    margin-bottom: 15px;
}

.rss-content {
    background: #3c0005;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
}

.rss-content a {
    color: #ffffff;
    text-decoration: none;
}

.rss-content a:hover {
    color: #ad0a17;
    background: transparent;
}


/* Calendar Widget */
.widget-calendar {
    margin-bottom: 15px;
}

.widget-calendar .widget-header {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 0;
}

.widget-calendar .widget-content {
    margin-top: 0;
}

.widget-calendar table {
    width: 100%;
    background: #1a1a1a;
    border-collapse: collapse;
    font-size: 11px;
}

.widget-calendar th {
    background: #333333;
    color: #999999;
    padding: 4px 2px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #444444;
}

.widget-calendar td {
    padding: 3px 2px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #333333;
}

.widget-calendar td a {
    color: #ffffff;
    font-weight: bold;
}

.widget-calendar td a:hover {
    color: #ad0a17;
    background: transparent;
}


/* Main Menu Widget */
.widget-main-menu {
    margin-bottom: 15px;
}

.menu-content a {
    display: block;
    background: #240003;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    padding: 5px 10px;
    color: #b0b0b0;
    font-size: 12px;
}

.menu-content a:hover {
    background: #520007;
    color: #ffffff;
}


/* Company Widget */
.widget-company {
    margin-bottom: 15px;
    background: #1a1a1a;
    border: 1px solid #444444;
    padding: 10px;
}

.widget-company .widget-content {
    font-size: 12px;
    line-height: 1.8;
    color: #cccccc;
    margin: 0;
}


/* Free Content (Sidebar Links) */
.free-content4 {
    font-size: 12px;
    line-height: 2;
    color: #cccccc;
    margin-bottom: 15px;
    padding: 0 5px;
}

.free-content4 a {
    color: #cccccc;
    text-decoration: none;
}

.free-content4 a:hover {
    color: #ad0a17;
    background: transparent;
}

.free-content4 hr {
    border: 0;
    height: 1px;
    background: #444444;
    margin: 8px 0;
}


/* Footer */
#footer {
    clear: both;
    background: #1a1a1a;
    border-top: 2px solid #a90310;
    padding: 0;
}

#footer-inner {
    padding: 15px 20px;
}

#widget-copyright {
    text-align: center;
}

.copyright-content {
    font-size: 11px;
    color: #999999;
}


/* Sitemap page */
.archive h3.archive-header {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #3c0005;
    padding: 6px 15px;
    margin-bottom: 10px;
}

.archive-content {
    padding: 0 10px;
    font-size: 12px;
}

.archive-content a {
    color: #cccccc;
}

.archive-content a:hover {
    color: #ad0a17;
    background: transparent;
}
