@charset "UTF-8";
/*
Theme Name: Komasuya
Theme URI: http://localhost/wordpress/
Author: Your Name
Author URI: http://localhost/
Description: コマスヤアルテック様テンプレート
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*------------------------------------*\
 * Table of Contents
 *
 * 1.0 - リセット
 *   1.1 - テキスト位置
 *   1.2 - フロート
 *   1.3 - クリアフィックス
 * 2.0 - レイアウト
 * 3.0 - ヘッダー
 * 4.0 - ナビゲーション
 *   4.1 - グローバルナビゲーション
 *   4.2 - メニューナビゲーション
 *   4.3 - 投稿ナビゲーション
 *   4.4 - ページネーション
 *   4.5 - パンくず
 * 5.0 - メニューコンテンツ
 *   5.1 - メニューアーカイブ
 *   5.2 - メニュー詳細ページ
 * 6.0 - サイドバーコンテンツ
 * 7.0 - フッター
 * 8.0 - フォームtop
 *   8.1 - 検索フォーム
 *   8.2 - お問い合わせフォーム
 *   8.3 - ボタン
 * 9.0 - 投稿コンテンツ
 *   9.1 - 見出し
 *   9.2 - 段落
 *   9.3 - 定義リスト
 *   9.4 - その他
 *   9.5 - ブログアーカイブ
 *   9.6 - 投稿メタ
 * 10.0 - コメントフォーム
 * 11.0 - WordPress デフォルトスタイル
 * 12.0 - トップページ
 */

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

/**
 * 1.0 - リセット
 *
 * HTML要素デフォルトスタイルを定義
 * normalize.css http://necolas.github.io/normalize.css/
 */

article,aside,details,figcaption,
figure,footer,header,hgroup,main,
nav,section,summary {
    display: block;
    vertical-align: middle;
}

audio,canvas,video {
    display: inline-block;
    vertical-align: middle;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}


html {
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    margin: 0;
    color: #454545;
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #694329;
    background: transparent;
}

a:focus {
    color: #442c1b;
    outline: 0 none;
}

a:active,
a:hover {
    color: #8e5a37;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    display: block;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.8em;
    margin: 0.67em 0;
}

@media screen and (max-width: 640px) {
h2 {
    font-size: 20px;
    margin: 0.67em 0;
}
}
	
abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 2px solid #ccc;
}

mark {
    color: #000;
    background: #ff0;
}

code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    height: auto;
    vertical-align: top;
    border: 0;
    outline: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

iframe {
    max-width: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

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

/** 1.1 - テキスト位置 **/
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

/** 1.2 - フロート **/
.f-left {
    float: left;
}
.f-right {
    float: right;
}

/** 1.3 - クリアフィックス **/
.clearfix:after,
.container:after,
.header:after {
    display: table;
    content: '';
    clear: both;
}

a img {
    -webkit-transition: opacity ease-in 0.2s;
            transition: opacity ease-in 0.2s;
}

a img:hover {
    opacity: 0.7;
}

table {
    width: 100%;
    border-collapse: collapse;
}
table textarea,
table input[type='text'] {
    width: 100%;
}
table th {
    padding-left: 1em;
    text-align: left;
}
.text-danger{
    color: #ae0000;
}
/**
 * 2.0 - レイアウト
 */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	overflow: hidden;
}
.container2 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 640px) {
    .container {
        float: none;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

/** 2カラム時 **/
.l-two-column {
    padding-bottom: 120px;
}

/** メインカラム **/
.l-main {
    float: left;
    width: 100%;
    max-width: 72.6%;
    padding-top: 24px;
}
.l-main2 {
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
}


@media screen and (max-width: 640px) {
    .l-main {
        float: none;
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
}

/** サイドバー **/
.l-sidebar {
    float: right;
    width: 100%;
    max-width: 25%;
    padding-top: 24px;
}

@media screen and (max-width: 640px) {
    .l-sidebar {
        float: none;
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

/** ワンカラム **/
.l-one-column {
    padding-top: 2em;
    padding-bottom: 2em;
    background: #ffffff;
}
.l-one-column2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
}
.l-one-column .l-main {
    width: 100%;
    max-width: 1100px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.l-one-column .entry-header .entry-title,
.l-one-column .entry-header .blog .archive-title,
.blog .l-one-column .entry-header .archive-title {
}

/**
 * 3.0 - ヘッダー
 */
.header {
    font-size: 14px;
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 2px;
}

.header-logo {
	float: left;
	max-width: 100%;
}

@media screen and (max-width: 640px) {
    .header-logo {
        float: left;
        max-width: 25%;
        text-align: left;
    }
	.l-one-column .l-main {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
}

/**
 * 4.0 - ナビゲーション
 */

/** 4.1 - グローバルナビゲーション **/
.header-navigation {
    position: relative;
    float: right;
    width: 100%;
	padding: 5px;
}

@media screen and (max-width: 640px) {
    .header-navigation {
		display: none;
	}
}

.header-navigation li {
    position: relative;
    display: inline-block;
    vertical-align: midle;
}

.header-navigation li:hover {
    background-color: #f5f5f5;
}

@media screen and (max-width: 640px) {
    .header-navigation li {
        float: none;
        width: 49%;
        text-align: center;
    }
}

.header-navigation span,
.header-navigation a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
    font-weight: 400;
    line-height: 2.8em;
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-transition: background ease-in 0.2s;
            transition: background ease-in 0.2s;
    text-decoration: none;
    letter-spacing: 2.2px;
    color: #686868;
    border-radius: 2px;
}

.header-navigation .sub-menu {
    position: absolute;
    z-index: 99999;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-top: 0;
    background-color: #f5f5f5;
}

.header-navigation .sub-menu li {
    display: block;
    overflow: hidden;
    width: 200px;
    text-align: left;
}

.header-navigation .sub-menu li a {
    display: block;
}

.header-navigation .sub-menu li a:hover {
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .header-navigation .sub-menu {
        float: none;
    }
    .header-navigation .sub-menu li {
        width: 100%;
    }

}

.header-navigation .sub-menu ul {
    top: 0;
    left: 100%;
    width: 100%;
    border-left: 0;
}

.header-navigation li:hover > .sub-menu,
.header-navigation .sub-menu li:hover > .sub-menu,
.header-navigation .focus > .sub-menu {
    overflow: visible;
    clip: inherit;
    width: inherit;
    height: inherit;
}

@media screen and (max-width: 640px) {
    .header-navigation li:hover > .sub-menu,
    .header-navigation .sub-menu li:hover > .sub-menu,
    .header-navigation .focus > .sub-menu {
        width: 100%;
    }
}

/** 4.1 - メニューナビゲーション **/

.menu-navs {
    margin-bottom: 24px;
}

.menu-navs ul {
    overflow: hidden;
}

.menu-navs ul li {
    display: block;
    float: left;
    margin-right: 16px;
}

.menu-navs ul li a {
    line-height: 3em;
    display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
    text-decoration: none;
    color: #454545;
    border: 1px solid #e8e8e8;
}

.menu-navs ul li a:hover {
    background: #e8e8e8;
}

@media screen and (max-width: 640px) {
    .menu-navs ul li {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .menu-navs ul li a {
        padding-right: 8px;
        padding-left: 8px;
    }
}

/** 4.3 投稿ナビゲーション **/
.post-navigation,
.paging-navigation {
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0;
    color: #fff;
    background-color: #fff;
    overflow: hidden;
}

.post-navigation .nav-links,
.paging-navigation .nav-links {
    margin: 0 7px;
}

.post-navigation .nav-links a,
.paging-navigation .nav-links a {
    line-height: 1.7em;
    position: relative;
    display: inline-block;
    width: 214px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #7d5031;
    background-image: -webkit-linear-gradient(224deg, rgba(211, 120, 120, 0.25) 0%, rgba(149, 36, 129, 0.25) 50%, rgba(185, 199, 39, 0.25) 100%);
    background-image:         linear-gradient(-134deg, rgba(211, 120, 120, 0.25) 0%, rgba(149, 36, 129, 0.25) 50%, rgba(185, 199, 39, 0.25) 100%);
}

@media screen and (max-width: 640px) {
    .post-navigation .nav-links a,
    .paging-navigation .nav-links a {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    .post-navigation .nav-next,
    .paging-navigation .nav-next
    .post-navigation .nav-previous,
    .paging-navigation .nav-previous {
        float: none;
    }
}

.post-navigation a[rel='next'] {
    float: right;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .post-navigation a[rel='next'] {
        float: none;
    }
}

.post-navigation .nav-previous,
.paging-navigation .nav-previous {
    float: left;
    padding: 8px;
    border: 1px solid #e8e8e8;
}

.post-navigation .nav-next,
.paging-navigation .nav-next {
    float: right;
    padding: 8px;
    border: 1px solid #e8e8e8;
}


@media screen and (max-width: 640px) {
    .post-navigation .nav-next,
    .paging-navigation .nav-next,
    .post-navigation .nav-previous,
    .paging-navigation .nav-previous {
        float: none;
        margin-bottom: 10px;
    }
}

/** 4.4 - ページネーション **/
.pagination {
    font-weight: bold;
    clear: both;
    overflow: hidden;
    margin: 20px 0 80px 20px;
    text-align: center;
}

.pagination .page-numbers {
    display: inline;
    list-style: none;
}

.pagination a.page-numbers {
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    color: #585858;
    background-color: #f6f6f6;
}

.pagination span.current,
.pagination a.page-numbers:hover {
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    color: #fff;
    background-color: #8b6c6c;
}


/** 4.5 - パンくず */
ul.bread_crumb {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}

ul.bread_crumb li {
    font-size: 0.9em;
    display: inline-block;
}

ul.bread_crumb li.sub:before {
    content:' > ';
}

@media screen and (max-width: 640px) {
    ul.bread_crumb {
        padding-left: 20px;
    }
}

/**
 * 5.0 - メニューコンテンツ
 */

/** 5.1 - メニューアーカイブ **/

.menu-block {
    width: 46.5%;
    margin-right: 12px;
    margin-bottom: 24px;
    margin-left: 12px;
    padding: 16px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    display: inline-block;
}
@media screen and (max-width: 940px) {
    .menu-block {
        float: none;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.menu-block .menu-thumbnail {
    overflow: hidden;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.6em;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
}

.menu-block .menu-desc{
    min-height: 112px
}

.menu-block .menu-more a {
    padding: 2px;
}

.menu-block .menu-more a:hover {
    opacity: 0.8;
    color: #fff;
}

.menu-title {
    font-size: 18px;
}

/** 5.2 - メニュー詳細ページ */
.menu-detail {
    overflow: hidden;
}

.menu-detail .menu-thumbnail {
    float: left;
    width: 256px;
    margin-right: 24px;
    padding: 5px;
    border: 1px solid #e8e8e8;
}

.menu-detail .menu-thumbnail img {
    width: 100%;
}

@media screen and (max-width: 940px) {
    .menu-detail .menu-thumbnail {
        float: none;
        width: 100%;
    }
}

.menu-detail .menu-content {
    float: right;
    width: 431px;
}

.menu-detail .menu-content p {
    margin-bottom: 2em;
}

@media screen and (max-width: 940px) {
    .menu-detail .menu-content {
        float: none;
        width: 100%;
    }
}


/**
 * 6.0 - サイドバーコンテンツ
 */

.widget-title {
	text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
    margin-bottom: 16px;
    color: #454545;
/**    background-image: url(images/common/bg-widget-title.png);
    background-repeat: no-repeat;
    background-position: bottom; */
}

.widget {
    margin-bottom: 0px;
}

.widget_categories ul {
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.widget_categories ul li {
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.widget_categories ul li a {
    font-weight: bold;
    line-height: 3.4em;
    display: block;
    padding-left: 1.7em;
    text-decoration: none;
    color: #454545;
    background-image: url(images/icons/arrow-large.png);
    background-repeat: no-repeat;
    background-position: 220px center;
}

.widget_categories ul li a:hover {
    background-color: #f5f5f5;
}

.widget_categories ul li a:active {
    background-color: #e8e8e8;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
    .widget_categories {
        width: 250px;
        margin-right: auto;
        margin-left: auto;
    }
}

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

.footer {
	background: #237115;
    color: #dfe2de;
}

.footer-logo {
    margin-bottom: 2em;
	float: none;
	padding: 10px;
	margin: auto; 
}

.footer-logo p {
    font-size: 10px;
    color: #eeeeee;
}

.footer-navigation {
	margin: 0;
}

.footer-navigation li {
    display: inline-block;
		float: left;
        width: 50%;
        text-align: left;
}

@media screen and (max-width: 640px) {
	.footer-navigation {
		margin-top: 0;
    	margin-bottom: 0;
	}
    .footer-navigation li a {
        line-height: 4em;
    }
	.footer span{
		text-decoration: none;
		pointer-events: none;
	}
}

.footer-navigation a {
    padding-right: 16px;
    padding-left: 16px;
    text-decoration: none;
	color:#dfe2de; 
    background-image: url(images/icons/arrow-small.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.footer-navigation a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
	
.footer {
	color: #FFF;
    padding-top: 0;
    padding-bottom: 0;
}

   .footer-navigation a {
        display: block;
        width: 100%;
    }
}

.footer-copyright {
    color: white;
	width: 100%;
	text-align: center;
	padding: 2em 0;
	background: #1c5d10;
	font-size: 12px;
}
.footer-copyright p{
	margin: 0;
}

/**
 * 8.0 - フォーム
 */

input[type=text],
input[type=tel],
input[type=search],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
    font-size: 14px;
    line-height: 1.7em;
    vertical-align: middle;
    border: 2px solid #e8e8e8;
}

/** 8.1 - 検索フォーム **/
#searchform #s {
    width: 180px;
    margin-right: -5px;
}
#searchform #searchsubmit {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6em;
    width: 70px;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 3px;
    color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0 5px 5px 0;
    background: #7d5031;
    background-image: -webkit-linear-gradient(224deg, rgba(211, 120, 120, 0.25) 0%, rgba(149, 36, 129, 0.25) 50%, rgba(185, 199, 39, 0.25) 100%);
    background-image:         linear-gradient(-134deg, rgba(211, 120, 120, 0.25) 0%, rgba(149, 36, 129, 0.25) 50%, rgba(185, 199, 39, 0.25) 100%);
    background-image: -webkit-linear-gradient(269deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
    background-image:         linear-gradient(-179deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
}

/** 8.2 - お問い合わせフォーム **/
.entry-content table.contact-form {
    margin-bottom: 2em;
    border: 1px solid #e8e8e8;
}

.entry-content table.contact-form th {
    width: 30%;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding-left: 2.6em;
    text-align: left;
    vertical-align: top;
}

.entry-content table.contact-form td {
    width: 70%;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding-left: 2em;
    text-align: left;
}

.entry-content table.contact-form td textarea,
.entry-content table.contact-form td input {
    width: auto;
    max-width: 94%;
    padding: 2px 5px;
}

.entry-content table.contact-form textarea {
    min-height: 200px;
}

@media screen and (max-width: 640px) {
    .entry-content table.contact-form {
        display: block;
    }
    .entry-content table.contact-form tbody,
    .entry-content table.contact-form thead,
    .entry-content table.contact-form th,
    .entry-content table.contact-form td,
    .entry-content table.contact-form tr {
        display: block;
        width: 100%;
        text-align: left;
    }
    .entry-content table.contact-form th,
    .entry-content table.contact-form td {
        padding-left: 1em;
    }
}

/** 8.3 - ボタン **/
.btn {
text-align: center;
    font-size: 18px;
    color: #fff;
    width: 250px;
    display: inline-block;
    margin: 3px;
    padding: 15px;
    border: 1px solid #fff;
    background-color: #3154E1;
    text-decoration: none;
}

.btn:hover {
    opacity: 0.5;
    color: #fff;
}
.btn-more {
    width: 100%;
    max-width: 222px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-image: url(images/common/bg-btn-more.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.box_seihin{
    padding: 3em 1em;
    overflow: hidden;
    width: 48%;
	float: left;
    text-align: center;
    margin: 10px;
    background: #f4f4f4;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box_seihin p {
	margin: 0 !important;
    padding: 0;
    font-size: 20px;
}
.box_seihin:hover {
    opacity: 0.5;
	background: #e8e8e8;
}
@media screen and (max-width: 640px) {
	.box_seihin{
		width: 100%;
		float: left;
		margin: 5px;
	}
}

/**
 * 9.0  - 投稿コンテンツ
 */

/** 9.1 - 見出し */

/** 投稿タイトル **/
.page-header .entry-title,
.entry-header .entry-title,
.page-header .archive-title,
.page-header .blog .archive-title,
.archive .page-header .archive-title,
.page-header .archive .archive-title,
.archive .page-header .archive-title {
	padding: 10px;
    font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	border-left: 10px solid #005ace; 
	border-bottom: 1px solid #888888; 
	font-weight: bold; 
    background: #A1A1A1;
}

.entry-content h1 {
	padding: 10px;
    font-size: 30px;
	color: #fff;
	border-left: 10px solid #FF9900; 
	border-bottom: 1px solid #888888; 
	font-weight: bold; 
    background: #A1A1A1;
	overflow: hidden;
}

.entry-content h2 {
    font-size: 20px;
	color: #066;
    margin-top: 18px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.entry-content h3 {
	display: table-cell;
	text-align: left;
    font-size: 18px;
    font-weight: 500;
	padding: 5px 5px 0px 5px;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.entry-content h3 {
	display: block;
	}
}
.entry-content h3:before {

}

.entry-content h4 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
	font-weight: 700;
}

.entry-content h5 {
    font-size: 14px;
    font-weight: 700;
}

.entry-content h6 {
    font-size: 14px;
    font-weight: 100;
}


@media screen and (max-width: 640px) {
	.entry-content h2 {
		font-size: 20px;
		color: #066;
		margin-top: 10px;
		margin-bottom: 5px;
		letter-spacing: 3px;
		text-align: center;
	}
}
/** 9.2 - 段落 **/
.entry-content p {
    line-height: 2em;
    margin-top: 0;
    margin-bottom: 8px;
}

/** 9.3 - 定義リスト **/
.entry-content dl dt {
    font-weight: bold;
    display: inline-block;
}

.entry-content dl dd {
;
}

/** 9.4 - その他 **/
.entry-content small {
    font-size: 0.8em;
}

.entry-content strong {
    font-weight: bold;
    color: #905643;
}

.entry-content pre {
    padding: 16px;
    background: #e8e8e8;
}

.entry-content code {
    display: inline;
    padding: 2px 5px;
    background: #e8e8e8;
}

.entry-content table th,
.entry-content table td {
    line-height: 2em;
    text-align: left;
    border: 1px solid #e8e8e8;
	padding: 10px;
}

.entry-content table th {
    font-weight: normal;
    background: #fbfbfb;
	width: 20%;
}
.entry-content table td {
    background: white;
}

.entry-content .thumbnail {
    margin-bottom: 2em;
}

.entry-footer span {
    display: inline-block;
    padding: 2px 16px;
    padding-left: 28px;
    border: 1px solid #e8e8e8;
}

.entry-footer span a {
    text-decoration: none;
}

.entry-footer span.comments-link {
    background-image: url(images/icons/icon-chat.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.entry-footer span.tag-links {
    min-height: 29px;
    vertical-align: bottom;
    background-image: url(images/icons/icon-tag.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

/** 9.5 - ブログアーカイブ **/

.blog .hentry,
.archive .hentry {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 10px;
    border: 1px solid #e8e8e8;
}

.blog .page-header,
.archive .page-header {
    overflow: hidden;
}

.blog .entry-title,
.blog .archive-title,
.archive .entry-title,
.archive .archive-title  {
}

@media screen and (max-width: 640px) {
    .blog .entry-title,
    .blog .archive-title,
    .archive .entry-title,
    .archive .archive-title  {
        float: none;
		font-size: 22px;
    }

}

.blog .entry-title a,
.blog .archive-title a,
.archive .entry-title a,
.archive .archive-title a {
    text-decoration: none;
    color: #694329;
}

.blog .entry-title a:hover,
.blog .archive-title a:hover,
.archive .entry-title a:hover,
.archive .archive-title a:hover {
    color: #8e5a37;
}

.blog .entry-content,
.archive .entry-content {
    overflow: hidden;
}

.blog .entry-content .entry-header,
.archive .entry-content .entry-header {
    display: inline-block;
    width: 100%;
}

.blog .entry-content .thumbnail,
.archive .entry-content .thumbnail {
    float: left;
    margin-right: 16px;
}

/** 9.6 - 投稿メタ **/

.entry-meta {
    margin-bottom: 24px;
    text-align: right;

}

.entry-meta span {
    display: inline-block;
    padding: 2px 16px;
}

.entry-meta .author {
    float: left;
    padding-left: 28px;
    background-image: url(images/icons/icon-author.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

.entry-meta .date {
    padding-left: 28px;
    border: 1px solid #e8e8e8;
    background-image: url(images/icons/icon-date.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.entry-meta .categories-links {
    margin-left: 16px;
    padding-left: 28px;
    border: 1px solid #e8e8e8;
    background-image: url(images/icons/icon-category.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-color: #8b6c6c;
    color: #fff;
}

.entry-meta .categories-links a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.entry-meta .categories-links a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .entry-meta .author {
        float: none;
    }
    .entry-meta span {
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }

    .entry-meta .categories-links {
        margin-right: 0;
        margin-left: 0;
    }
}

/**
 * 10.0 - コメントフォーム
 */

#reply-title {
    margin-top: 0;
    background: none;
}

.comments-area {
    margin-top: 1em;
    padding: 0 16px 16px;
    border: 1px solid #e8e8e8;
}

.comments-area input[type=text],
.comments-area input[type=url],
.comments-area input[type=email] {
    float: right;
    width: 430px;
}

.comments-area label {
    display: inline-block;
    min-width: 230px;
}

.comments-area .form-allowed-tags {
    font-size: 12px;
}

.comments-area .form-submit {
    text-align: center;
}

.comments-area p {
    overflow: hidden;
    margin-bottom: 1em;
}

.comments-area p label {
    float: left;
}

.comments-area p small {
    font-size: 0.8em;
}

.comments-area textarea {
    width: 100%;
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
    .comments-area input[type=text],
    .comments-area input[type=url],
    .comments-area input[type=email],
    .comments-area textarea {
        width: 100%;
    }
}

.comments-area #submit {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#respond h3 {
    clear: both;
}

.comment-author {
    left: 0;
    float: left;
    margin-right: 30px;
}

.commentlist {
    padding-left: 0;
    list-style: none;
}

.commentlist li {
    position: relative;
    margin-bottom: 1em;
}

.commentlist .children {
    margin-left: 1.8em;
}

.commentlist .children .comment-body {
    margin-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
    border-top: 1px solid #e8e8e8;
}

.commentlist .comment-body {
    margin-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
}

.commentlist .comment-reply-link {
    font-size: 0.8em;
    display: inline-block;
    padding-right: 0.5em;
    padding-left: 0.5em;
    text-decoration: none;
    color: #fff;
    border: 1px solid #8e5a37;
    background: #694329;
}

.commentlist .comment-meta {
    display: inline;
}

.visual img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
/**
 * 11.0 WordPress デフォルトスタイル
 */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption .wp-caption-text {
    font-size: 11px;
    font-style: normal;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

/**
 * 12.0 - トップページ
 */

/** 12.1 メインビジュアル **/
.visual .container {
    position: relative;
}
.visual img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 640px) {
    .visual img {
        max-width: 100%;
    }
}
.visual .site-desctiption {
    font-size: 20px;
    font-weight: normal;
    line-height: 2em;
    position: absolute;
    right: 0;
    bottom: 100px;
    display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
    .visual .site-desctiption {
        font-size: 14px;
        position: static;
        float: right;
    }
}

/** 12.2 トップページバナー **/
.home .home2 .l-one-column .l-main{
    width: 100%;
    max-width: 1100px;
}

.home-banner {
    overflow: hidden;
    margin: auto;
    margin-top: 5em;
    margin-bottom: 5em;
}

.home-banner li {
    display: block;
    float: left;
    max-width: 33.3%;
}

@media screen and (max-width: 640px) {
    .home-banner li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2em;
        text-align: center;
        text-align: center;
    }
}


/** 追加CSS **/

/** トップページ上部**/
#head_top {
	position: relative;
    width: 100%;
	height: 40px;
	background-color: #013066;
}
@media screen and (max-width: 640px) {
#head_top {
	position: relative;
    width: 100%;
	height: auto;
}
}
.head_item {
	display: table-cell;
	vertical-align: middle;
	color: white;
	padding: 5px 10px 5px 10px;
}

.head_item a{
	color: white;
	outline: 0 none;
}

.head_item a:hover{
	opacity: 0.7;	
}

@media screen and (max-width: 640px) {
.head_kiyaku{
	float: right;
}
.head_link{
	float: right;
}
.head_map{
	float: right;
}
}

/** トップページヘッダイメージブロック **/
#head_main {
	width: 100%;
}
#head_main:before {
	content: "";
	display: block;
	padding-top: 45%;
}
/** トップページコンテンツエリア **/
.field {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
.field {
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
}
}
/** フッター下部 **/
#foot_und {
	color: #dadada;
	position: relative;
    width: 100%;
	height: auto;
	background-color: black;
	line-height: 1em;
}
.foot_3{
	width: 50%;
	float: left;
	padding: 10px;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.foot_3{
		width:100%;
	}
}

/** トップページヘッダテキストロゴ **/
.head_text {
	position: absolute;
	top: 58%;
	left: 10%;
	bottom: 0;
	right: 0;
	width: 52%;
}
@media screen and (max-width: 640px) {
.head_text {
	position: absolute;
	top: 58%;
	left: 10%;
	bottom: 0;
	right: 0;
	width: 50%;
}
}

/** ヘッダー　メインロゴ **/
#main_logo {
	float: left;
}
#main_logo img{
	padding: 5px;
	width: 260px;
}
@media screen and (max-width: 640px) {
#main_logo {
	max-width: 80%;
}
#main_logo img{
	width: 100%;
}
}
/** トップページコンテンツ　お知らせ **/
.info_block{
	width:100%;
}
.info_block table{
	min-height: 180px;
}
.info_block table th{
	width: 30%;
	height: 100%;
	background-color: #C0C0C0;
	padding: 5px;
}
.info_block table td{
	height: 100%;
	background-color: #E9E9E9;
}
.top_info{
	vertical-align: middle;
	padding: 20px;
}
.top_info li{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.top_info li a{
	font-size: 16px;
	color: black;
}
.info_left{
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	padding-left: 30%;
}
.info_title{
	width: 25%;
}
.top_info a{
	text-decoration: none;
}
.top_info a:hover{
	text-decoration: underline;
}
.info_link{
	width: 75%;
}
@media screen and (max-width: 640px) {
	.info_block table th,.info_block table td{
		width: 100%;
		height: auto;
		display: block;
	}
	.top_info{
		line-height: 1.2em;
	}
	.info_left{
		vertical-align: middle;
		text-align: center;
		font-size: 16px;
		padding: 0 0 0 0;
	}
	.info_title{
		width: 100%;
		text-align: left;
	}
	.top_info li a{
		font-size: 12px;
		color: black;
	}
}

/** トップページコンテンツ　コンテナ **/
.top_4 {
	overflow: hidden;
}
.top_4 li {
	display: table;
	width: 50%;
	height: 300px;
	float: left;
	background-size: cover;
	background-color: rgba(0,0,0,0.2);
}
.top_4 li :hover {
	background-color: rgba(0,0,0,0.4);
}
.top_4 li p{
	color: white;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.top_4 li a{
	color: white;
	text-align: center;
}

.top_4 li a :hover {
	background-color: rgba(255,255,255,10);
	color: black;
}

.link_box{
	display: inline-block;
	font-size: 18px;
	margin: 15px 0 15px 0;
	padding: 5px 50px 5px 50px;
	border: solid 1px white;
}
@media screen and (max-width: 640px) {
.top_4 li {
	display: table;
	width: 100%;
	height: 240px;
	float: left;
	background-size: cover;
	background-color: rgba(0,0,0,0.2);
	border-top: solid 1px #DEDEDE;
}
}

/** 固定ページコンテンツ **/
.cont_title{
	padding: 20px;
}
.title_text{
	font-size: 24px;
	color: black;
	font-weight: 400;
}
.entry-content{
	padding: 10px;
	overflow: hidden;
}
.cont_field {
	width: 80%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
.cont_table{
	padding: 15px;
}
.cont_left{
	padding: 5px;
	float: left;
}
.cont_right{
	padding: 5px;
	float: right;
}
.links{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
.links dl {
	overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #999;
}
.links dt {
	overflow: hidden;
    float: left;
    clear: both;
    padding: 20px 0 20px;
    font-weight: 100 !important;
	border-bottom: none !important;
}
.links dd {
	overflow: hidden;
    margin-left: 320px;
    padding: 20px 0 20px;
}
.links img{
	height: 40px;
}

.cont_products{
	background-color: white;
	padding: 20px;
	overflow: hidden;
}
.cont_products li{
	float: left;
	width: 33%;
	padding: 10px;
	font-size: 18px;
}
@media screen and (max-width: 1024px) {
	.cont_field {
		width: 100%;
		margin: 0 auto;
		padding: 5px;
		overflow: hidden;
	}
	.cont_products li{
		width: 50%;
	}
	@media screen and (max-width: 640px) {
		.cont_title{
			padding: 15px;
		}
		.entry-content{
			padding: 0px;
		}
		.cont_table{
			padding: 0px;
			word-break: break-word;
		}
		.cont_left{
			padding: 5px;
			width: 100%;
		}
		.cont_right{
			padding: 5px;
			width: 100%;
		}
		.links dt {
			padding: 10px 0 10px;
		}
		.links dd {
			margin-left: 0px;
			width: 100%;
			padding: 10px 0 10px;
			float: left;
		}
		.links img{
			height: 20px;
		}
		.cont_products li{
			width: 100%;
		}
	}
}

.left_50{
	padding: 5px;
	float: left;
	width: 50%;
}
.right_50{
	padding: 5px;
	float: left;
	width: 50%;
}

.machine_list td{
	border: none !important;
    border-bottom: 1px dotted #bbbbbb !important;
}

@media screen and (max-width: 640px) {
	.left_50{
		padding: 5px 5px 0px 5px;
		width: 100%;
	}
	.right_50{
		padding: 5px;
		width: 100%;
	}
}

/** 記事ページ　お知らせ **/
.single_title{
    padding: 12px;
    background-color: white;
    border-left: 8px solid #013066;
	margin-bottom: 20px;
}
.single_title h2{
	margin: 0;
	padding: 5px;
}

/** パンくずリスト **/
#breadcrumb li{
	display: inline;
	padding: 3px;
}

/** テーブル定義 **/
@media screen and (min-width: 640px) {
	.products_title{
		width: 100%;
		text-align: center;
	}
}

/** フローティングメニュー **/
#ffMenu{
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding: 0 auto;
}

#ffMenu img{
	max-width: 100%;
}
@media screen and (min-width: 640px) {
	#ffMenu{
		display: none;
	}
}
/** レスポンシブ画像切り替えクラス **/
.switch {
    visibility: hidden;
}
