@charset "UTF-8";
/*
Theme Name: Yamamoto
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 - フォーム
 *   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 - トップページ
 */


/**
 * 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 {
	color: #333;
    padding-top: 2em;
    padding-bottom: 2em;
    background: #fff;
	height: 70px; 
}

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

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

.footer-navigation {
	margin-top: 2em;
    margin-bottom: 2em;
}

.footer-navigation li {
    display: inline-block;
}

@media screen and (max-width: 640px) {
	.footer-navigation {
		margin-top: 0;
    	margin-bottom: 0;
	}
    .footer-navigation li {
		float: left;
        width: 50%;
        text-align: left;
    }
    .footer-navigation li a {
        line-height: 4em;
    }
}

.footer-navigation a {
    padding-right: 16px;
    padding-left: 16px;
    text-decoration: none;
    color: #333;
    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: #aaa;
}

/**
 * 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: 10px;
    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;
}

/**
 * 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: 26px;
	color: #005ace;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 16px;
    letter-spacing: 4px;
}

.entry-content h3 {
	display: table-cell;
	text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
	min-width: 360px;
	padding: 0 20px 0 20px;
    letter-spacing: 0.1em;
	border-left: solid 10px #005ace;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: white;
}
@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: #005ace;
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 16px;
		letter-spacing: 4px;
	}
}
/** 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;
    margin-bottom: 1.14297em;
    border-bottom: 1px dashed #e8e8e8;
}

.entry-content dl dd {
    margin-bottom: 1.14297em;
    margin-left: 1.14297em;
}

/** 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: 50px;
	background-color: #3154E1;
}
@media screen and (max-width: 640px) {
#head_top {
	position: relative;
    width: 100%;
	height: auto;
	background-color: #005ace;
}
}
.head_item {
	display: table-cell;
	vertical-align: middle;
	color: white;
	padding: 5px;
}

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

.head_item a:hover{
	opacity: 0.7;	
}

@media screen and (max-width: 640px) {
.head_tel{
	width: auto;
}
.head_no{
	text-align: right;
	width: auto;
}
.head_mail{
	float: left;
	text-align: right;
	width: 100%
}
}

/** トップページヘッダイメージブロック **/
#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 {
	position: relative;
    width: 100%;
	height: 50px;
	background-color: #005ace;
	line-height: 1em;
}

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

/** ヘッダー　メインロゴ **/
#main_logo {
	float: left;
	max-width: 25%;
}
@media screen and (max-width: 640px) {
#main_logo {
	max-width: 70%;
}
}

/** トップページコンテンツ　コンテナ **/
.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;
}
.cont_field {
	width: 90%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
.message_pic{
	float: right;
	padding: 15px;
	width: 25%;"
}
.cont_table{
	padding: 15px;
}
@media screen and (max-width: 1024px) {
	.cont_field {
		width: 100%;
		margin: 0 auto;
		padding: 5px;
		overflow: hidden;
	}
	@media screen and (max-width: 640px) {
		.cont_title{
			padding: 15px;
		}
		.entry-content{
			padding: 0px;
		}
		.message_pic{
			float: right;
			padding: 10px;
			width: 40%;
		}
		.cont_table{
		padding: 0px;
		}
	}
}

.bg_on{
	background-image: url("/data/bgdata.png");
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.jingishin{
	overflow: hidden;
	text-align: left;
	padding: 20px;
	background-attachment: scroll;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: left top;
}
.jingishin li{
	float: left;
}
.jingishin .left{
	padding: 5px;
	text-align: left;
	width: 60%;
}
.jingishin .right{
	padding: 5px;
	text-align: left;
	width: 40%;
}
.jingishin .right img{
	padding: 2px;
	width: 50%;
}

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

.factory li{
	float: left;
}
.factory .left{
	padding: 10px;
	width: 70%;
}
.factory .right{
		padding: 10px 10px 10px 25px;
	text-align: left;
	width: 30%;
}
.machin_a li{
	padding: 15px;
	float: left;
	width: 33.3%;
}
.machin_a li img{
	width: 100%;
}
.machin_a p{
    line-height: 1.5em;
    margin: 0;
	font-size: 13px !important;
}


@media screen and (max-width: 640px) {
	.jingishin .left{
		padding: 5px;
		width: 100%;
	}
	.jingishin .right{
		padding: 5px;
		width: 100%;
	}
	.left_50{
		padding: 5px 5px 0px 5px;
		width: 100%;
	}
	.right_50{
		padding: 5px;
		width: 100%;
	}
	.factory .left{
		padding: 5px;
		width: 100%;
	}
	.factory .right{
		padding: 5px;
		text-align: left;
		width: 100%;
	}
	.machin_a li{
		padding: 10px;
		float: left;
		width: 50%;
	}
.machin_a p{
	font-size: 10px !important;
	}
}
.supply{
	display: flex;
	flex-wrap: wrap;
}

.supply li{
	float: left;
	padding:0px;
	width: auto;
	height: inherit;
	margin: 10px;
	
}
.supply_list li{
	float: none;
	padding: 5px; 
	border-bottom: dashed 1px #CCC;
	display: table;
	margin: 0px;
}


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

/** テーブル定義 **/

/** フローティングメニュー **/
#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;
	}
}

/** プロジェクト管理 **/
.archive_project{
	padding: 50px;
	overflow: hidden;
}
.cont_project{
	overflow: hidden;
	width: 1000px;
	max-width: 100%;
	padding: 50px;
	margin: 0 auto;
}
.cont_project h2{
	font-size: 1.5em;
    text-align: center;
}
.cont_project h3{
	text-align: center;
}
.cont_project table{
	padding: 10px;
}
.cont_project table th{
	border: 1px solid #bbb;
	font-soze: 10x;
	padding: 0;
	font-weight: normal;
	text-align: center;
}
.cont_project table td{
	border: 1px solid #bbb;
	font-soze: 10px;
	padding: 0;
	color: red;
	text-align: center;
}

@charset "UTF-8";

/** トップページコンテンツ**/
.top_page{
	padding: 60px;
}
.top_login{
    display: block;
    margin: 0 auto;
    width: 600px;
    padding: 30px;
    border: 1px solid #e6e6e6;
}
.main_cont{
	width: 90%;
	padding: 20px 50px 50px 50px;
	max-width: 1000px;
	overflow: hidden;
	min-height: 400px;
}
.front_menu li{
	float: left;
	padding: 20px;
	width: 50%;
	text-align: center;
}
.front_menu li a{
	display: block;
    padding: 50px;
    font-size: 20px;
    text-decoration: none;
	background-color: #7a8edc;
	box-shadow: 2px 2px 5px #969595;
	color: white;
}
.front_menu li a:hover{
    background-color: #93beff;
	color: white;
}

@media screen and (max-width: 1024px) {
	@media screen and (max-width: 640px) {
		.top_login{
			width: 100%;
			padding: 20px;
		}
	}
}
/** トップページ上部**/
.header_m{
    font-size: 14px;
	width: 100%;
	height: 60px;
}
#head_top_m {
    width: 100%;
	height: 60px;
	background-color: #fff0;
	z-index: -10;
    transition: all 0.5s ease;
	position: fixed;
	background-color: #3154E1;
	top: 0;
}
.admin-bar #head_top_m {
	top: 32px !important;
}

#head_top_m h1 {
    width: 380px;
    height: 60px;
	padding: 10px;
    position: relative;
    float: left;
	color: white;
	text-decoration: none;
	font-size: 18px;
}
#head_top_m .head_navi{
	display: table-cell;
    vertical-align: middle;
    float: right;
    max-width: 60%;
}
@media screen and (max-width: 1024px) {
	#head_top_m .head_navi{
		max-width: 100%;
	}
	@media screen and (max-width: 640px) {
		.admin-bar #head_top_m {
			top: 46px !important;
		}
		.header_m{
			height: 120px;
		}
		#head_top_m h1 {
			width: 100%;
		}
		#head_top_m h1:before{
			display: none;
		}
		#head_top_m {
			width: 100%;
			height: 120px;
		}
		#head_top_m .head_navi{
			display: none;
		}
	}
}


/** トップページヘッダブロック **/
.user_name{
    padding: 10px;
    display: block;
    float: right;
}
.user_name span{
	color: white;
    padding: 3px 8px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px 5px;
}

/** メインコンテンツ**/
.top_management{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.top_management .guide li{
	display: table-cell;
    padding-right: 5px;
}
.top_management h1{
	font-size: 14px;
	padding-left: 20px;
	color: #4f7c7d;
}
/** メインサイドバー**/
.main_sidebar{
    width: 200px;
	margin: 0;
	padding: 0;
    background-color: #f1f0f0;
	font-weight: normal;
	vertical-align: top;
}
.main_sidebar li{
    border-bottom: 1px solid #ddd;
}
.main_sidebar li a{
	display: block;
    padding: 15px;
    font-size: 15px;
	text-decoration: none;
}
.main_sidebar li a:hover{
	color: white;
	background-color:#868686;
}
.main_sidebar .current_page_item,
.main_sidebar .current-page-ancestor{
	background-color: white;
}

/** プロジェクト一覧 **/
.project_list .add_btn{
	color: white;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px 5px;
    margin-bottom: 20px;
    background-color: #7a8edc;
	transition: .4s;
    border: 1px solid white;
	text-decoration: none;
	font-size: 13px;
}
.project_list .add_btn:hover{
    color: #7a8edc;
    border: 1px solid #7a8edc;
    background-color: #f2ffff;
	box-sizing: border-box;
	text-decoration: none;

}
.project_list table th{
    font-weight: 500;
    text-align: left;
    color: #718d8e;
    padding: 2px 5px;
    border: 1px solid #e1e1e1;
	background: #ebfffe;
}
.project_list table td{
    padding: 2px 5px;
    border: 1px solid #e1e1e1;
}
.project_list a{
	text-decoration: none;
}
.project_list a:hover{
	text-decoration: underline;
}

/** プロジェクト編集 **/
input[type=number]{
    font-size: 14px;
    line-height: 1.7em;
    vertical-align: middle;
    border: 2px solid #e8e8e8;
	text-align: center;
	width: 50px;
}
.project_edit{
    background-color: #f9f9f9;
    border: 1px solid #dedede;
}
.project_edit h2{
	font-size: 1.2em;
}
.project_edit th{
    font-size: 16px;
	font-weight: 500;
}
.project_edit td{
	font-size: 15px;
}
.project_edit button,
.project_edit .cancel_btn,
.cont_project .cancel_btn{
	font-size: 15px;
    margin: 50px auto 0 auto;;
    display: block;
    clear: both;
    padding: 10px;
    border-color: white;
    text-align: center;
    width: 200px;
    color: white;
    background-color: #e4933f;
    border-radius: 8px;
	text-decoration: none;
}
.project_edit .cancel_btn {
    background-color: #3f7edc;
    box-shadow: 1px 1px 1px #afa7a7;
	margin-top: 30px;
	text-decoration: none;
}
.project_edit button:hover {
	background-color: #ff8f64;
}
.project_edit .cancel_btn:hover{
	background-color: #8cafe2;
}
.cont_project .cancel_btn:hover{
	opacity: .5;
}
.project_edit dt{
	margin: 0;
    background-color: #7a8edc;
    color: white;
    padding: 20px;
    font-size: 15px;
}
.project_edit dd{
	margin: 0;
	padding: 30px;
}
.project_edit hr{
	display: block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    height: 1px;
    margin: 4em 0;
    padding: 0;
    border: 0;
    border-top: #d0d3e2 dotted;
}
.project_edit .main_form th{
    padding: 10px 20px;
    text-align: right;
    width: 180px;
}
.project_edit .main_form td{
	padding-right: 20px;
}
.project_edit .sub_form th{
    padding: 5px;
    text-align: center;
    color: #7a8edc;
    font-size: 14px;
	border-bottom: 1px solid #7a8edc;
}
.project_edit .sub_form td{
	padding: 8px;
	text-align: center;
}
/** プロジェクトデータ表示 **/
.project_data{
	padding: 50px;
}
.project_data h2{
	font-size: 1.2em;
}
.project_data th{
    font-size: 15px;
	font-weight: 500;
}
.project_data td{
	font-size: 15px;
}
.project_data .project_btn{
	font-size: 15px;
    margin: 50px auto 0 auto;;
    display: block;
    clear: both;
    padding: 10px;
    border-color: white;
    text-align: center;
    width: 200px;
    color: white;
    background-color: #7a8edc;
    border-radius: 8px;
	text-decoration: none;
}
.project_data{
	max-width: 1000px;
    box-sizing: content-box;
    overflow: hidden;
}
.project_data .main_form th{
	padding: 0;
    text-align: left;
    width: 120px;
}
.project_data .main_form td{
	padding-right: 20px;
}
.project_data .sub_form th{
    padding: 5px;
    text-align: center;
    color: #7a8edc;
    font-size: 14px;
	border: 1px solid #7a8edc;
	width: 200px;
}
.project_data .sub_form td{
	padding: 2px;
	text-align: center;
	border: 1px solid #bbb;
}

.project_data hr{
	clear: both;
}
.project_data .project_left{
	float: left;
	width: 750px;
	overflow: hidden;
}
.project_data .project_right{
	float: right;
	width: 250px;
	height: 450px;
	overflow: hidden;
	padding: 10px;
}
.project_data .center{
	border-left: 0 !important;
	border-right: 0 !important;
	width: 100px;
}
.project_data .left{
	border-right: 0 !important;
	text-align: right !important;
	width: 50px;
}
.project_data .right{
	border-left: 0 !important;
	text-align: left !important;
	width: 50px;
}

.project_data .main_left{
	float: left;
}
.project_data .menu_right{
	float: right;
}
.project_data .menu_right a img{
	display: block;
	padding: 5px;
	width: 50px;
}
.project_out{
	clear: both;
}
.project_out h2{
	background-color: #7a8edc;
    color: white;
    padding: 10px;
}
.upload_data{
	margin-top: 30px;
	overflow: hidden;
}
.upload_data ul li{
	padding: 10px;
	float:left;
	width: 25%;
}
.upload_data dt{
	background-color: #8c8c8c;
	color: white;
}
.upload_data dt,
.upload_data dd
{
	margin: 0;
	padding: 10px;
	border: 1px solid #8c8c8c;
}
/** フッター **/
.footer-copyright_m{
    width: 100%;
    text-align: center;
    padding: 1em 0;
    background: #3154E1;
    font-size: 12px;
	color: white;
}
.footer-copyright_m p{
	margin: 0;
}
/** 印刷時 **/
@media print {
	.print_none {display:none}
}
.print_btn img{
	width: 60px;
    padding: 5px;
}
/** トップページコンテンツ　お知らせ **/
.top_info{
    vertical-align: middle;
    padding: 10px;
    border: 3px double #bbb;
    border-radius: 3px 3px;
}
.top_info li{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.top_info li a{
	font-size: 14px;
	color: black;
}
.info_left{
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	padding-left: 30%;
}
.info_title{
	width: 120px;
}
@media screen and (max-width: 640px) {
.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;
}
}
