@charset "UTF-8";
/*
Theme Name: Corp_them
Theme URI: http://localhost/wordpress/
Author: まちづくり新潟
Author URI: http://localhost/
Description: 勤怠管理テンプレート(DEMO)
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 - 段落he
 *   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%;
	min-width: 1024px;
}
@media screen and (max-width: 640px) {
	html {
		min-width: inherit;
		width: 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;
    background: white;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

a:focus {
    outline: 0 none;
}

a:active,
a:hover {
	opacity: 0.8;
    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: 2em 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #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%;
    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: 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 {
    margin-top: 60px;
    padding-bottom: 0px;
    background: #e6e6e6;
}
@media screen and (max-width: 640px) {
	.l-one-column {
		margin-top: 120px;
		width: 100%;
	}
}

.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;
}

.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: 0;
}

@media screen and (max-width: 640px) {
    .header-navigation {
		display: none;
	}
}
.header-navigation ul {
	display: table;
	table-layout: fixed;
}
.header-navigation li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	padding: 10px 0;
}
.header-navigation ul li a span{
	font-size: 10px;
}

.header-navigation li:hover {
}
.header-navigation .current-menu-item a,.header-navigation .current-page-ancestor a{
}

@media screen and (max-width: 640px) {
    .header-navigation li {
        float: none;
        width: 49%;
        text-align: center;
    }
}
.header-navigation a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: background ease-in 0.2s;
            transition: background ease-in 0.2s;
    text-decoration: none;
    letter-spacing: 2.0px;
    color: white;
    border-radius: 2px;
	line-height: 1.2em;
}

.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 {
    clear: both;
    overflow: hidden;
    margin: 40px 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: #217792;
    background-color: #f6f6f6;
}

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


/** 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-color: #285c89;
	color: white;
}

.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;
}

@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;
    background-image: url(images/icons/arrow-small.png);
    background-repeat: no-repeat;
    background-position: 5px center;
	color: white;
}

.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 {
		color: #FFF;
        display: block;
        width: 100%;
    }
}

.footer-copyright {
    color: white;
	width: 100%;
	text-align: center;
	padding: 1.5em 0;
	background-color: #1d4a70;
	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],
input[type=date],
input[type=time],
input[type=number],
select,
textarea {
	width: 100%;
    line-height: 1.7em;
    vertical-align: middle;
    border: 2px solid #e8e8e8;
	font-size: 1.1em;
	padding: 2px;
}

/** 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 {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e8e8e8;
    background: #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;
}
.my_submit_btn{
	margin-top: 20px;
}
/**
 * 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-weight: normal;
    font-size: 15px;
    color: #777;
    border-bottom: 1px solid #777;
    margin: 0 0 12px 0 !important;
    padding-bottom: 1px;
}
.entry-content h2:first-child{
    margin-top: 30px;
}

.entry-content h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 0 5px 0;
    margin: 0;
    color: #c42121;
}

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

.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: 18px;
		padding-left: 38px;
		margin-top: 40px;
		margin-bottom: 20px;
		background-size: auto 18px;
	}
}
/** 9.2 - 段落 **/
.entry-content p {
    line-height: 1.6em;
    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;
}

.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 - トップページ
 */


/**　コンタクトフォーム **/
.cform_none{
	display: none;
}

/** トップページ上部**/
#head_top {
    width: 100%;
	height: 60px;
	background-color: #285c89;
	z-index: -10;
    transition: all 0.5s ease;
	position: fixed;
	top: 0;
}
header h1 {
    width: 380px;
    height: 60px;
	padding-left: 10px;
    position: relative;
    float: left;
}
header h1 a{
	color: white;
	text-decoration: none;
	font-size: 15px;
}
.head_navi{
	display: table-cell;
    vertical-align: middle;
    float: right;
    max-width: 60%;
}
@media screen and (max-width: 1024px) {
	.head_navi{
		max-width: 100%;
	}
	@media screen and (max-width: 640px) {
		header h1 {
			width: 100%;
		}
		header h1:before{
			display: none;
		}
		#head_top {
			width: 100%;
			height: 120px;
		}
		.head_navi{
			display: none;
		}
	}
}
/** トップページヘッダブロック **/
.user_name{
	padding: 10px;
    display: block;
    width: fit-content;
    overflow: hidden;
}
.user_name span{
    color: white;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 5px 5px;
    display: block;
    float: left;
	font-size: 18px;
}
.user_name a{
}
.user_name img{
	height: 36px;
    padding: 6px 12px;
}
@media screen and (max-width: 640px) {
	.user_name{
		width: 100%;
	}
	.user_name img{
		float: right;
	}
}
/** トップページコンテンツエリア **/
.field {
	width: 80%;
	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;
	margin: auto;
    top: 0;
    bottom: 0;
	left: 0;
    right: 0;
    width: 40%;
}
@media screen and (max-width: 640px) {
	.head_text {
		position: absolute;
		width: 40%;
	}
}

/** ヘッダー　メインロゴ **/
#main_logo {
	float: left;
	max-width: 25%;
}
@media screen and (max-width: 640px) {
	#main_logo {
		max-width: 70%;
	}
}
/** トップページコンテンツ**/
.top_page{
	padding: 60px;
}
.top_login{
    display: block;
    margin: 0 auto;
    width: 600px;
    padding: 30px;
    border: 1px solid #e6e6e6;
	background-color: white;
}
.main_cont{
	padding: 30px;
	max-width: 1200px;
	min-height: 500px;
	overflow: hidden;
}
.main_menu li{
	float: left;
	padding: 20px;
	width: 25%;
	text-align: center;
}
.main_menu li a{
	display: block;
    padding: 40px;
    border: 1px solid #bbb;
    border-radius: 20px;
    font-size: 18px;
    text-decoration: none;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 5px #ccc;
}
.main_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;
		}
		.main_cont{
			max-width: 100%;
			width: 100%;
			padding: 15px;
		}
		.main_menu li{
			width: 100%;
		}

	}
}
/** メインサイドバー**/
.main_sidebar{
    width: 20%;
	margin: 0;
	padding: 0;
    background-color: #f1f0f0;
	font-weight: normal;
	vertical-align: top;
	float: left;
}
.main_sidebar li{
    border-bottom: 1px dotted #bbb;
}
.main_sidebar li a{
	display: block;
    padding: 12px;
    font-size: 16px;
    text-decoration: none;
}
.main_sidebar li a:hover{
	color: white;
	background-color:#868686;
}
@media screen and (max-width: 1024px) {
	@media screen and (max-width: 640px) {
		.main_sidebar{
			display: none;
		}
	}
}
/** メインコンテンツ**/
.main_contents{
	background-color: #F7F7F7;
	vertical-align: top;
	overflow: hidden;
}

/** 固定ページコンテンツ **/
.cont_title{
	padding: 10px;
}
.title_text{
	text-align: left;
    font-size: 20px;
    color: white;
    text-shadow: #173f4c 1px 1px 2px;
    margin: 0.2em;
}
.entry-content{
	padding: 0px;
}
.cont_field {
	max-width: 80%;
    background-color: white;
    margin: 0 auto;
    padding: 60px;
    overflow: hidden;
	margin-bottom: 60px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
.cont_table{
	padding: 15px;
}
.contactform{
	margin: 0 auto;
	width: 80%;
}

.cont_box{
	padding: 40px;
	overflow: hidden;
}
.page_back{
	width: 100%;
	text-align: center;
	clear: both;
	padding: 60px 0 40px 0;
}
.page_back li{
	list-style: none;
    padding: 10px;
    float: left;
}
.page_back a{
	padding: 0.5em 1em;
    background-color: #186780;
    color: white;
    text-decoration: none;
    border-radius: 0.2em;
}
.link_select{
    padding: 8px 10px;
    text-decoration: none;
    font-size: 12px;
    background-color: #6c6c6c;
    color: white;
    border-radius: 3px;	
}
@media screen and (max-width: 1024px) {
	.cont_field {
		width: 100%;
		padding: 20px;
		overflow: hidden;
	}
	@media screen and (max-width: 640px) {
		.cont_field {
			max-width: 100%;
		}
		.cont_box{
			padding: 0;
		}
		.cont_title{
			padding: 5px;
		}
		.entry-content{
			padding: 0px;
		}
		.cont_table{
		padding: 0px;
		}
	}
}
/* 日報管理 */
.unapproved_list{
}
.unapproved_list table th{
	border: 1px solid #adadad;
	background-color: #bbbbbb73;
	padding: 8px;
	font-weight: normal;
	max-width: 200px;
}
.unapproved_list table td{
	border: 1px solid #bbb;
	padding: 8px;
	line-height: 1.3em;
    vertical-align: bottom;
    background-color: white;
	max-width: 200px;
}
.unapproved_list .daytime{
	color: #db3c0c;
}
.unapproved_list .nighttime{
	color: #103695;
}
@media screen and (max-width: 640px) {
	.unapproved_list{
		width: 100%;
		overflow: auto;
	}
	.unapproved_list table{
	    overflow: auto;
		width: 1200px;
	}
}

/* 作業員ページ */
.worker_main{
	width: 100%;
}
.worker_main table th{
	border: 1px solid #adadad;
	background-color: #bbbbbb73;
	padding: 8px;
	font-weight: normal;
	max-width: 200px;
}
.worker_main table td{
	border: 1px solid #bbb;
	padding: 8px;
	line-height: 1.3em;
    vertical-align: bottom;
    background-color: white;
	max-width: 200px;
}
.worker_main .daytime{
	color: #db3c0c;
}
.worker_main .nighttime{
	color: #103695;
}
.worker_info{
}
.worker_states{
    display: block !important;
    margin-bottom: 20px;
}
.worker_display{
    max-width: 100%;
    width: 860px;
	float: left;
}
.worker_display table th{
	background-color: #ced9fa;
	padding: 2px 8px;
}
.worker_display table td{
	min-width: 60px;
}
.worker_menu{
	float: left;
    padding: 0 10px;
}
.worker_menu li{
	width: 40px;
    margin-right: 10px;
}
.worker_menu li img{
	width: 100%;
}
.worker_display .cont_left{
	width: 40%;
	float: left;
}
.worker_display .cont_right{
	width: 60%;
	float: right;
}

.worker_display .personal_data{
}
.worker_display .personal_data th{
	background-color: #ffd75b;
}
.worker_display .personal_data .head{
	background-color: #E99303
}

@media screen and (max-width: 640px) {
	.worker_menu{
		float: right;
	}
	.worker_display .cont_left{
		width: 100%;
	}
	.worker_display .cont_right{
		width: 100%;
	}
	.worker_display .personal_data tr{
		display: flex;
		flex-wrap: wrap;
	}
	.worker_display .personal_data th{
		display: block;
		width: 25%;
	}
	.worker_display .personal_data td{
		display: block;
		width: 25%;
	}
	.worker_display .personal_data .head{
		display: block;
		width: 100%;
		max-width: 100%;
	}
}
.worker_activity{
}

.month_select{
	float: left;
}
.month_select select{
	width: inherit;
}
.worker_info .top_info{
	display: block;
    float: right;
    padding: 5px;
    font-size: 1.1em;
}
.worker_info .top_info .work_day{
}
.worker_info .top_info .work_night{
}
.worker_info .top_info .work_over{
	color: #009681;
}
.worker_main .another_day{
	background-color: #feffe3;
}
.approval_wait{
	font-size: inherit !important;
    border: 1.5px solid green;
    padding: 1px 6px;
    display: block;
    width: fit-content;
    border-radius: 4px;
	font-size: inherit !important;
	color: green;
	background-color: white;
}
.approval_ok{
	font-size: inherit !important;
    border: 1.5px solid black;
    padding: 1px 6px;
    display: block;
    width: fit-content;
    border-radius: 4px;
	font-size: inherit !important;
	color: black;
	background-color: white;
}
.approval_return{
	font-size: inherit !important;
    border: 1.5px solid red;
    padding: 1px 6px;
    display: block;
    width: fit-content;
    border-radius: 4px;
	font-size: inherit !important;
	color: red;
	background-color: white;
}

@media screen and (max-width: 640px) {
	.worker_info{
		displya: block;
		overflow: hidden;
	}
	.worker_display{
		width: 100%;;
	}
	.responsive{
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.responsive tr{
		display: flex;
		flex-wrap: wrap;
	}
	.responsive th{
		flex-basis: 25%;
	}
	.responsive td{
		flex-basis: 25%;
	}

	.worker_activity{
		width: 100%;
		overflow: auto;
	}
	.worker_activity table{
		overflow: auto;
		width: 1200px;
	}

}

/* 固定ページ 作業員一覧 */
.worker_list{
	max-width: 100%;
	width: 800px;
}
.worker_list table th{
	border: 1px solid #adadad;
	background-color: #bbbbbb73;
	padding: 8px;
	font-weight: normal;
}
.worker_list table td{
	border: 1px solid #bbb;
	padding: 8px;
	line-height: 1.3em;
    vertical-align: bottom;
    background-color: white;
}
.worker_list tr span{
	font-size: 9px;
}
.delete_icon{
}
.delete_icon img{
	height: 20px;
	float: right;
}

/* 固定ページ 顧客一覧 */
.work_list{
	max-width: 100%;
	width: 800px;
}
.work_list table th{
	border: 1px solid #adadad;
	background-color: #bbbbbb73;
	padding: 8px;
	font-weight: normal;
}
.work_list table td{
	border: 1px solid #bbb;
	padding: 8px;
	line-height: 1.3em;
    vertical-align: bottom;
    background-color: white;
}
.work_list tr span{
	font-size: 9px;
}

/* 固定ページ 勤務状況月次データ */
.worker_monthly{
	width: 100%;
}
.worker_monthly table th{
	border: 1px solid #adadad;
	background-color: #bbbbbb73;
	padding: 8px;
	font-weight: normal;
}
.worker_monthly table td{
	border: 1px solid #bbb;
	padding: 8px;
	line-height: 1.3em;
    vertical-align: bottom;
    background-color: white;
}
.worker_monthly tr span{
	font-size: 9px;
}
/* カスタム投稿 顧客管理 */
.page_work{
	float: left;
	width: 480px;
	border: 1px solid #bbb;
	padding:10px;
	background: #fff;
}
.page_work .size_up{
	font-size: 16px;
}
.page_work table th,.page_work table td{
	border: none;
    padding: 5px 10px;
    line-height: 1.3em;
	vertical-align: bottom;
}
.page_work table tr span{
	font-size: 10px;
}
.work_menu{
	overflow: hidden;
	float: right;
}
.work_menu a{
    display: block;
}
.work_menu a img{
    width: 24px;
}


/* カスタム投稿 現場管理 */
.page_place{
	width: 60%;
	float: left;
	border: 1px solid #bbb;
	padding:15px;
	background: #fff;
}
.page_place h2{
	border: none;
    font-size: 1.2em;
    font-weight: 600;
    color: #707070;
}
.page_place .map_pin{
	background-image: URL(images/map_pin.png);
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: 0;
	padding-left: 1.1em;
	font-size: 1.1em;
    margin: 10px 0;
}
.page_place table th{
	border: 1px solid #c6c4b8;
    padding: 5px 10px;
    line-height: 1.3em;
	vertical-align: top;
	width: 30%;
}
.page_place table td{
	border: 1px solid #c6c4b8;
    padding: 5px 10px;
    line-height: 1.3em;
	vertical-align: top;
}

.page_place_cont{
	width: 40%;
    padding: 10px;
    float: left;
}
.page_place_cont .activity_new{
	float: right;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    color: #3a92ae;
}
.page_place_cont .activity_list{
	background: #ececec;
    width: 100%;
    overflow: auto;
    min-height: 100px;
	padding: 10px;
}
.page_place_cont .activity_list li{
	width: 100%;
    text-align: left;
    padding: 0;
	margin-bottom: 5px;
	clear: both;
    border-bottom: 1px dotted #bbb;
}
.page_place_cont .activity_list li a{
    text-decoration: none;
	color: #186780;
}
.page_place_cont .activity_list li span{
	float: right;
}
.place_info{
	vertical-align: middle;
    padding: 10px;
    border: 3px double #267474;
    border-radius: 3px 3px;
    margin-top: 10px;
    background: white;
	width: 800px;
	max-width: 100%;
}
.place_info h4{
	color: #267474;
}
.place_info ul li{
    clear: both;
    line-height: 1.2em;
    overflow: hidden;
    border-bottom: 1px dotted #bbb;
    margin: 10px 0;
}
.place_info ul li span{
	padding: 2px;
	display: block;
	color: #004080;
	width: 10em;
	float: left;
}
.info_entry{
    overflow: hidden;
    width: 100%;
    padding: 10px;
    background: #ecf6f9;
}
.info_delete{
	display: block;
    float: right;
    border: none;
    background: no-repeat;
}
.info_delete:hover{
	text-decoration: underline;
	opacity: 0.7;
}
.place_hundle{
	float: left;
	width: 50%;
	padding: 10px;
}
.place_hundle dl{
	margin: 0!important;
}
.place_hundle dt{
    font-weight: normal!important;
    margin-bottom: 0 !important;
    width: 100%;
    border-bottom: 1px dotted #1092d3!important;
}
.place_hundle dd{
	margin: 0!important;
}
.place_hundle dd li{
	list-style: none;
}

@media screen and (max-width: 640px) {
	.page_place{
		width: 100%;
	}
	.place_hundle{
		width: 100%;
	}
}
/* 入力フォーム共通*/
.input_long{
	width: 600px;
	max-width: 100%;
}
.input_middle{
	width: 360px;
	float: left;
	padding-right: 20px;
	max-width: 100%;
}
.input_short{
	width: 200px;
	float: left;
	padding-right: 20px;
}
.input_mini{
	width: 100px;
	float: left;
	padding-right: 10px;
}
.input_reset{
	clear: both;
}
::placeholder {
  color: #ddd;
}
.add_btn{
	padding: 0.2em 0.8em;
    font-size: 1em;
    color: white;
    background: #ed4646;
    border-radius: 0.2em;
    border: 0.1em solid #d30505;
}
@media screen and (max-width: 640px) {
	.input_short{
		max-width: 50%;
	}
}

/* カスタム投稿 取引先登録フォーム */
.work_entry{
    background: white;
    border: 1px solid #ececec;
	max-width: 100%;
	width: 800px;
	overflow: hidden;
}
.work_entry form{
    padding: 20px;
	overflow: hidden;
}
.work_entry section{
	clear: both;
	overflow: hidden;
}
.work_entry h2{
	margin: 0;
    padding: 15px 20px;
    background: #6459ad;
    color: white;
    font-size: 1.2em;
}
.work_entry h3{
	margin: 15px 0;
    color: #e519d1;
    font-size: 1.2em;
    border-bottom: 2px double #e519d1;
    width: fit-content;
}
.work_entry label{
	display: block;
	margin-top: 10px;
}
.work_entry .inline{
	display: inline-block;
}
.work_entry select{
	padding: .28em;
}
.work_entry .submit_btn{
	margin-top: 40px;
	display: block;
	clear: both;
	float: left;
}
@media screen and (max-width: 640px) {
	.work_entry .submit_btn{
		margin-top: 40px;
		display: block;
		clear: both;
		float: left;
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
}

.work_entry p{
    color: #936811;
    font-size: .9em;
    margin: 10px 0;
}
/* カスタム投稿 現場登録フォーム */
.work_entry .input_floor{
	margin-top: 20px;
}
.work_entry .input_floor label{
	float: left;
	margin-right: 10px;
}

/* カスタム投稿 日報登録フォーム */
.activity_info{
    background: white;
    padding: 20px;
    border: 1px solid #bbb;
	width: 800px;
    max-width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.activity_info td{
	font-size: 1.2em;
}
.activity_info td span{
	display: block;
    font-size: .7em;
    font-weight: normal;
}
.activity_info .activity_day{
	color: #0078ff;
	font-size: 1.5em;
    padding: 10px 0;
}
.activity_info .activity_day span{
   color: #db4208;
}
.activity_entry{
    background: white;
    border: 1px solid #ececec;
	max-width: 100%;
	width: 960px;
	overflow: hidden;
}
.activity_work{
    display: block;
    margin: 0;
    padding: 1em;
	padding-top: 2.4em;
    border-radius: .4em;
	position: relative;
	margin-bottom: 2em;
	transition: .5s;
}
.activity_work h4{
	margin: 0;
    color: white;
    display: block;
    width: 100%;
    padding: .5em 1em;
    position: absolute;
    top: 0;
	left: 0;
}

@media screen and (max-width: 640px) {
	.activity_info{
		width: 100%;
		max-width: 100%;
	}
	.activity_entry{
		width: 100%;
		max-width: 100%;
	}
}
.activity_entry form{
    padding: 20px;
	overflow: hidden;
}
.activity_entry section{
	clear: both;
	overflow: hidden;
}
.activity_entry h2{
	margin: 0;
    padding: 15px 20px;
    background: #be5893;
    color: white;
    font-size: 1.2em;
}
.activity_entry h3{
    margin: 0 0 15px 0;
    color: #108dce;
    font-size: 1.2em;
    border-bottom: 2px dotted #a9c5d4;
}
.activity_entry label{
	display: block;
	margin-top: 10px;
}
.activity_entry span{
	display: inline-block;
    margin: 0 0.5em;
    color: #9a3cd0;
	font-size: .6em;
}
.activity_entry .inline{
	display: inline-block;
}
.activity_entry select{
	padding: .28em;
}
.activity_entry .submit_btn{
	margin-top: 40px;
	display: block;
	clear: both;
	float: left;
}
@media screen and (max-width: 640px) {
	.activity_entry .submit_btn{
		margin-top: 40px;
		display: block;
		clear: both;
		float: left;
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
}
.activity_entry .input_floor label{
	float: left;
	margin-right: 10px;
}
.activity_info .activity_date{
}
.activity_info .activity_time{
	font-size: 1.2em;
    padding: .5em;
    border: 1px solid #2f9426;
    margin-bottom: 12px;
}
.activity_info .activity_time span{
	color: #f40033;
    padding-right: 10px;
}

/* 作業日報ページ */
.page_activity{
    max-width: 100%;
}
.activity_table{
	width: 600px;
    max-width: 100%;
}
.activity_table h2{
    background: white;
    border-left: 5px solid #186780;
    padding: 5px 10px;
}
.activity_table th{
	font-weight: normal;
    background: #e5e6fa;
    color: #888;
	border: 1px solid #a5a9ed;
	padding: 6px;
	width: 10em;
}
.activity_table td{
    margin: 0;
    background-color: white;
	max-width: 12em;
	border: 1px solid #a5a9ed;
	padding: 6px;
	font-size: 1.1em;
}
.activity_table .activity_date{
}
.activity_table .activity_time{
}
.activity_menu{
	overflow: hidden;
    text-align: right;
    padding: 10px;
    float: right;
}
.activity_menu span{
    color: #0075c1;
    padding: 0 5px;
}
.activity_menu a{
	float: right;
    display: block;
}
.activity_menu a img{
    width: 24px;
}

.activity_approval{
	margin-top: 20px;
	background: white;
    border: 1px solid #ececec;
	max-width: 100%;
	width: 800px;
	overflow: hidden;
}
.activity_approval h2{
	margin: 0;
    padding: 15px 20px;
    background: #5171c0;
    color: white;
    font-size: 1.2em;
}
.activity_approval form{
    padding: 20px;
    overflow: hidden;
}
.activity_approval section{
    clear: both;
    overflow: hidden;
}
.activity_approval .form_label{
	font-size: 1.1em;
    padding-bottom: 5px;
    color: #1b9892;
    display: block;
    text-shadow: 1px 1px 1px #ddd;
}
.cont_approval_ok{
	display: block;
    padding: 20px 0;
}
.cont_approval_return{
	display: none;
    padding: 20px 0;
}

.activity_approval .submit_btn{
	margin-top: 30px;
    background-color: #5171c0;
    border: none;
    padding: 4px 16px;
    color: white;
    border-radius: 2px;
}
@media screen and (max-width: 640px) {
	.activity_approval .submit_btn{
		margin-top: 40px;
		display: block;
		clear: both;
		float: left;
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
}
.activity_approval .return_btn{
	float: left;
    margin: 30px 20px 0 0;
    padding: 0.2em 12px;
    text-decoration: none;
    font-size: 13px;
    background-color: #a67c3d;
    color: white;
    border-radius: 2px;
}
.activity_approval .submit_btn:hover{
	opacity: 0.7;
}
.activity_approval table{
	width: fit-content;
	margin-bottom: 20px;
}
.activity_approval table th{
	padding: 0;
    font-weight: 500;
    color: #5171c0;
}
.activity_approval table td{
	padding-right: 1em;
}
.activity_delete{
	float: right;
    color: red;
    font-size: .8em;
	padding-left: 10px;
}
.activity_reset{
    width: 100%;
    display: block;
    font-size: .8em;
    text-align: right;
}


/* 各種項目削除ページ */
.page_delete{
	padding: 20px;
}
.page_delete table{
}
.page_delete table th{
    padding: 5px 10px;
    margin: 0;
    font-weight: normal;
    border: 1px solid #bbb;
    background-color: #f0edff;
    width: 12em;
}
.page_delete table td{
    padding: 5px 10px;
    margin: 0;
    font-weight: normal;
    border: 1px solid #bbb;
}
.page_delete .map_pin{
	background-image: URL(images/map_pin.png);
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: 0;
	padding-left: 1.1em;
	font-size: 1.1em;
    margin: 10px 0;
}
.attention{
	color: red !important;
    font-size: .9em;
	padding: 20px;
    margin: 0;
}

/*レポートページ*/

.report_table{
}
.report_data h3{
	margin: 10px 0 0 0;
    font-size: 1em;
    letter-spacing: inherit;
    color: #717171;
}
.report_table th{
	font-weight: normal;
    background: #e5e6fa;
    color: #888;
	border: 1px solid #a5a9ed;
	padding: 2px;
}
.report_table td{
	font-size: .9em;
    margin: 0;
    background-color: white;
	max-width: 12em;
	border: 1px solid #a5a9ed;
	padding: 2px;
}
.report_table .table_set{
	line-height: 1.1em;
    text-align: center;
    font-size: .9em;
}
.report_table .activity_date{
}
.report_table .activity_time{
}
.report_menu{
	float: right;
}
.report_menu a{
    display: block;
    padding: 4px 10px;
    background: white;
    border: 1px solid #2a766a;
    text-decoration: none;
    border-radius: 2px;
    color: #2a766a;
}
.report_on{
	text-align: center;
    background-color: #4461ee;
    color: white;
    padding: 0.5em 2em;
    border: none;
    border-radius: 0.2em;
    text-decoration: none;
    margin: 30px auto;
    width: 15em;
    display: block;
    font-size: 1.1em;
}
/* 常傭日報承認ページ */
.page_report_add{
	padding: 20px;
    max-width: 800px;
    background: white;
}
.page_report_add .approval{
	text-align: left;
    color: white;
    background-color: #2a9a8f;
    padding: 5px 10px;
}
.report_add h2{
	text-align: center;
    font-size: 2em;
    margin: 0.8em;
}
.report_add .date_info{
	float: left;
	font-size: 1.2em;
}
.report_add .company_info{
	float: right;
	width: 360px;;
	display: block;
}
.report_add .company_info th{
	text-align: center;
    font-size: 1.1em;
    font-weight: 500;
	padding: 0;
}
.report_add .company_info td{
	text-align: left;
	width: 50%;
}
.report_add .head{
    width: 50%;
    font-size: 1.3em;
    padding: 10px;
    text-align: center;
}
.report_add .head span{
	display: block;
    text-align: left;
    font-size: .7em;
    margin: 0;
    padding: 0;
    line-height: 0.8em;
}
.report_add_main{
	overflow: hidden;
	width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.report_add_main table th{
	padding: 0px;
    text-align: center;
    border: 1px solid #bbb;
    font-weight: 500;
}
.report_add_main table td{
	padding: 4px;
    border: 1px solid #bbb;
}
.report_add_option{
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
    clear: both;
}
.report_add_option th{
	padding: 0px;
    text-align: center;
	padding: 4px;
    border: 1px solid #bbb;
    font-weight: 500;
	width: 15%;
}
.report_add_option td{
	padding: 4px;
    border: 1px solid #bbb;
	text-align: right;
}
.sign_area{
	margin-top: 20px;
}
.sign_area #canvas{
    background-color: #ffffee;
    border: 3px double #bbb;
}
.sign_area h4{
	margin: 0;
}
#sign_add{
	display: none;
    border: 3px double #bbb;
}
.sign_img{
	width: 460px;
	max-width: 100%;
}
.sign_img span{

}
.sign_img img{
	display: block;
	width: 100%;
	border: 1px solid #bbb;
}

#report_approval{
	display: none;
    margin: 30px auto;
    text-align: center;
    background-color: #4461ee;
    color: white;
    padding: 5px 30px;
    border: none;
    border-radius: 4px;
}
.report_print{
	text-align: right;
}
.report_print a{
    color: white;
    background-color: #5ba9c1;
    border: 1px solid #5ba9c1;
    padding: 5px;
    border-radius: 4px;
    text-decoration: none;
}
.page-activity{
	font-family: "Yu Mincho、游明朝", "MS PMincho", sans-serif;
    width: 100%;
    min-width: 1200px;
    overflow: auto;
    padding: 60px;
    background: white;
	font-size: 16px;
}
.page-activity h1, .page-activity h2, .page-activity h3{
	font-family:"Yu Mincho、游明朝", "MS PMincho", sans-serif;
}

/*請求書作成*/
.invoice_entry{
    background: white;
    border: 1px solid #ececec;
	width: 100%;
	overflow: hidden;
	font-family :
		YuMincho,    /* Mac用 */
		'Yu Mincho', /* Windows用 */
		serif;
}
.invoice_main{
	overflow: hidden;
	padding:20px;
}
@media screen and (max-width: 640px) {
	.invoice_entry{
		width: 100%;
		max-width: 100%;
	}
}
.invoice_entry section{
	clear: both;
	overflow: hidden;
}
.invoice_entry h2{
	margin: 0;
    padding: 15px 20px;
    background: #be5893;
    color: white;
	font-size: 1.2em;
}
.invoice_entry .company_info{
	float: right;
	width: 30%;;
	display: block;
}
.invoice_entry .company_info th{
	text-align: center;
    font-size: 1.1em;
    font-weight: 500;
	padding: 0;
}
.invoice_entry .company_info td{
	text-align: left;
}
.invoice_entry .today_info{
	float: right;
}
.invoice_entry .work_info{
	float: left;
	width: 70%;;
	display: block;
	text-align: left;
}
.invoice_entry h3{
    font-size: 1.8em;
    text-align: center;
    margin: 2em;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
.invoice_entry h4{
    margin: 0.5em 0;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

.invoice_entry .work_info h3{
	text-align: left;
    margin: 0.8em 0;
    font-size: 1.6em;
	font-family :
		YuMincho,    /* Mac用 */
		'Yu Mincho', /* Windows用 */
		serif;
}
.invoice_entry .work_info h4{
	font-size: 1.4em;
    margin: 1em 0;
	font-family :
		YuMincho,    /* Mac用 */
		'Yu Mincho', /* Windows用 */
		serif;
}
.invoice_entry .work_info h4 span{
	font-weight: bold;
	min-width: 5em;
	text-align: right;
	display: inline-block;
}
.invoice_table{
	clear: both;
}
.invoice_table th{
	border: 1px solid #bbb;
    padding: 2px 5px;
    font-weight: normal;
    background: #eee;
}
.invoice_table td{
    border: 1px solid #bbb;
    padding: 2px 5px;
}

/*画像アップロード*/
.document_list{
	width: 50%;
	max-width: 100%;
	float: left;
}
.document_list li{
	width: 100%;
	padding: 10px;
}
.document_list li img{
	width: 100%;
}
.document_upload{
    overflow: hidden;
    display: block;
    padding: 10px;
    background-color: #f9fff8;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #90c386;
}
.document_upload h2{
	font-size: 1.1em;
    border-bottom: 3px double #7b8a78;
    color: #7b8a78;
    margin: 10px 0;
}
.document_upload .submit_btn{
    margin-top: 20px;
    float: right;
    padding: 2px 12px;
}

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

/** contact-form **/
.required{
	color: red;
    margin-left: 5px;
    font-weight: bold;
}
.input_first{
	width:180px;
	max-width: 50%;
	float:left;
	padding-right:5px;
	clear: both;	
}
.input_after{
	width:180px;
	max-width: 50%;
	float:left;
	padding-left: 5pxpx;	
}
.form_left,.form_right{
	float: left;
	display: block;
	max-width: 50%;
	padding-right: 10px;
}
.input_action_type{
	margin-top: 1px;
    padding: 1px;
    border: 2px solid #e8e8e8;
}
.input_action_date{
    font-size: 14px !important;
    line-height: 1.2em !important;
}
.input_action_cont{
	height: 100px;
}
.action_submit{
	display: block;
	float: right;
	margin: 5px 0;
}
@media screen and (max-width: 640px) {
	z.nippou{
		padding: 20px;
		border: 2px solid #dcdcdc;
		margin: 10px 0;
	}
	.nippou table{
		padding: 20px 0;
		display: block;
		overflow: hidden;
	}
	.nippou table th{
		font-weight: normal;
	}
}
.admin_menu{
	display: block;
    padding: 10px;
    font-size: 16px;
    color: white;
    background: #686868;
	display: block;
}
.new_btn{
	display: block;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.new_btn a{
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    color: white;
    background: #399bb9;
    width: fit-content;
    border-radius: 3px;
}
.new_btn a:hover{
	opacity: 0.7;
}
.switch_btn{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	float: right;
}
.switch_btn a{
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    color: white;
    background: #565d72;
    width: fit-content;
    border-radius: 3px;
}
.switch_btn a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.new_btn{
		float: none;
	}
	.new_btn a{
		padding: 15px 10px;
		font-size: 20px;
		text-decoration: none;
		display: block;
		color: white;
		background: #399bb9;
		width: 100%;
		border-radius: 5px;
		margin: 20px 0;
		text-align: center;
	}
	.admin_menu{
		padding: 10px;
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
.admin-bar #head_top{
	margin-top: 32px;
}
.reset_btn{
	margin: 40px 0 0 20px;
    display: block;
    float: left;
}
.reset_btn a{
	border: 1px solid #5a5a5a;
    border-radius: 2px;
    padding-inline: 6px;
    text-decoration: none;
    padding-block: 3px;
    border-style: outset;
    background-color: #fff5fb;
}

.back_btn{
	width: 100%;
	margin: 20px 0;
}
.back_btn a{
	color: white;
    text-decoration: none;
    background: #be5893;
    padding: 0.4em 1em;
    border: 2px solid white;
    width: fit-content;
	display: block;
    margin: 0 auto;
}
.back_btn a:hover{
}
.place_under{
    clear: both;
    overflow: hidden;
    margin: 20px 0;
    width: 800px;
    max-width: 100%;
	border: 1px solid #bbb;
}
.place_under dt{
    padding: 10px 20px;
    background-color: #fff59d;
    border-bottom: 1px solid #bbb;
    font-size: 1.2em;
    font-weight: bold;
    color: #605b34;
}
.place_under dd{
	overflow: hidden;
    padding: 20px;
    background-color: #f7f6ed;
	margin: 0;
}

.place_under table th{
	background-color: #e2faf6;
	border: 1px solid #bbb;
    padding: 2px 4px;
    font-weight: normal;
    text-align: center;
	width: 12em;
	
}
.place_under table td{
	background-color: white;
	border: 1px solid #bbb;
    padding: 2px 4px;
    font-weight: normal;
    text-align: left;
	width: auto;
}

.place_under select{
	width: fit-content;
}
.place_under .today{
	background-color: #fffcdc;
}

/** カレンダー **/
.top_calendar{
}
.top_calendar h2{
	font-size: 1.2em;
    color: #f08686;
    letter-spacing: 3px;
    position: relative;
    text-align: left;
    margin: 0 0 10px 0;
}
.top_calendar select{
    padding: 2px;
    margin: 0 5px;
    border: 1px solid #ccc;
}
.top_calendar input{
    margin: 0 5px;
}
.top_calendar th{
	font-size: 1em;
    color: #747474;
    width: 14.2%;
    padding: 5px !important;
    text-align: center;
    border: 1px solid #e8e8e8;
    line-height: 2em;
}
.top_calendar td{
	padding: 5px !important;
    text-align: right;
    border: 1px solid #e8e8e8;
    background-color: white;
    letter-spacing: 0em;
    line-height: 1em !important;
    vertical-align: top !important;
    font-size: 14px;
    height: 8em;
}
.top_calendar td ul{
}
.top_calendar td ul li{
	text-align: center;
	padding: 2px 0;
}
.top_calendar .days{
	text-align: right;
}
.cal_cont{
	text-align: left; 
	line-height: 1.2em;
    margin: 5px 0;
}
.cal_data{
	margin-bottom: 10px;
}
.cal_cont p{
	margin: 2px; 
}
.cal_cont a{
	font-size: 10px;
	text-decoration: none; 
}
.top_calendar .today{
	border: 3px double #bf9b17;
}
.top_calendar .sat{
	background-color: #e8faff;
}
.top_calendar .sun{
	background-color: #fdeded;
}

.top_calendar .daytime_cal{
    background-color: #ff7b0a !important;
}
.top_calendar .nighttime_cal{
    background-color: ##0600a9 !important;
}
.top_calendar .cal_type{
    background-color: #b60000;
    color: white;
    padding: 5px;
    border-radius: 5px;
	overflow: hidden;
}
.top_calendar .type_label{
	text-decoration: underline;
    font-size: 14px;
}
.top_calendar .cal_type a{
	color: inherit;
}
.top_calendar .cal_type:visited{
	color: inherit;
}
.top_calendar .cal_type span{
	float: right;
    border: 1px solid #bbb;
}
.top_calendar .cal_place{
    clear: both;
    margin-top: 10px;
	font-size: .9em;
}
.top_calendar .holiday{
	text-align: center;
}
.top_calendar .holiday span{
    width: 80%;
    margin: 0 auto;
    border: 3px double;
    padding: .2em 1em;
    background-color: red;
    color: white;
    display: block;
}
.top_calendar .payoff span{
    width: 80%;
    margin: 0 auto;
    border: 3px double;
    padding: .2em 1em;
    background-color: red;
    color: white;
    display: block;
}
@media screen and (max-width: 640px) {
	.top_calendar{
		padding: 10px;
	}
	.top_calendar{
		width: 100%;
		overflow: auto;
	}
	.top_calendar th{
		font-size: 8px;
	}
	.top_calendar td{
		font-size: 8px;
	}
	.top_calendar .cal_place{
		display: none;
	}
	.top_calendar .cal_type span{
		display: block;
		margin: 5px auto;
	}
	.top_calendar ul li{
	}
	.top_calendar .holiday span{
		border: 1px solid;
		padding: 2px;
		background-color: red;
		width: 100%;
		font-size: .8em;
	}
	.top_calendar .payoff span{
		border: 1px solid;
		padding: 2px;
		background-color: red;
		width: 100%;
		font-size: .8em;
	}

}
@page retirement{
	size: A4 landscape;
}
.page_retirement{
	font-family:"Yu Mincho、游明朝", "MS PMincho", sans-serif;
	width: 100%;
	min-width: 1200px;
	overflow: auto;
	padding: 60px;
    background: white;
	page: retirement;
}
.page_retirement h3{
	font-family:"Yu Mincho、游明朝", "MS PMincho", sans-serif;
}
.page_retirement .ktk_title{
	width: 75%;
	float: left;
	text-align: center;
}
.page_retirement .ktk_title h1{
	font-family:"Yu Mincho、游明朝", "MS PMincho", sans-serif;
    font-size: 2.5em;
    margin: 0;
}
.page_retirement .signature{
	width: 25%;
	float: right;
}
.page_retirement .signature dl{
	margin: 0;
}
.page_retirement .signature dl dt{
	margin: 0;
    text-align: center;
    border: 1px solid #000;
	letter-spacing: .6em;
}
.page_retirement .signature dl dd{
	margin: 0;
    text-align: center;
    border: 1px solid #000;
    border-top: none;
    height: 5em;
}
.page_retirement .destination{
	width: 60%;
	float: left;
}
.page_retirement .destination h2{
	font-family:"Yu Mincho、游明朝", "MS PMincho", sans-serif;
	margin: 0;
	padding-top: 20px;
	font-size: 2em;
}
.page_retirement .destination h2 span{
	font-size: 0.8em;
    margin-top: 0.5em;
    display: block;
}
.page_retirement .company_info{
	width: 40%;
	float: left;
	padding-top: 20px;
}
.page_retirement .company_info table{
}
.page_retirement .company_info table th{
    border: none;
    width: 30%;
    font-size: 1.4em;
	padding; .5em;
}
.page_retirement .company_info table td{
	border: none;
    width: 70%;
    font-size: 1.4em;
	padding; .5em;
}
.page_retirement table{
}
.page_retirement table th{
	font-family:"Yu Mincho、游明朝", "MS PMincho", sans-serif;
	padding: 5px;
	background-color: white;
	border: 1px solid #bbb;
}
.page_retirement table td{
	font-family:"Yu Mincho、游明朝", "MS PMincho", sans-serif;
	padding: 5px;
	background-color: white;
	border: 1px solid #bbb;

}
.print_btn{
    width: 50px;
    padding: 10px;
    display: block;
    float: left;
}
.print_btn img{
	width: 100%;
}
.print_area{
	width: 100%;
	background: white;
	padding: 60px;
}

/*システム設定*/
.system_holiday{
	display: block;
}
.system_holiday li{
	float: left;
	margin-right: 10px;
}
.system_holiday li{
	display: inline;
}
.holiday_btn{
	padding: .5em .6em;
    margin: 15px 0;
    background-color: #35a5ac;
    color: white;
    text-decoration: none;
    font-size: .9em;
    border-radius: .5em;
}


.worker_info{
	width: 860px;
	max-width: 100%;
	padding: 10px 0;
}
.worker_info li{
    padding: 5px;
    background-color: red;
}
.worker_info li a{
	color: white;
}
.worker_info li a:visited{
	color: inherit;
}

.select_switch{
    display: block;
    float: right;
    padding-bottom: 10px;
}
.select_switch li{
	display: inline-block;
}

@media print {
	.print_none {
		display:none;
	}
	.print_back {
		background-color: white;
		padding: 0;
		margin: 0;
		width: 100%;
		overflow: hidden;
		max-height: 1000px;
	}
	html,body{
	height: auto !important;
	overflow: hidden !important;
	}
}