@charset "UTF-8";

/*---------------------------------------------------------
Theme Name: SIMPLESTER-Ver4
Template: stinger5ver20150505b
Theme URI: http://degitekunote.com/
Description: STINGER5の究極のシンプル子テーマ「シンプレスター」です。
Author: こふす
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 4.0
---------------------------------------------------------*/

/*@import url('../stinger5ver20150505b/style.css');*/

body {
    /*  background-image: url("/wp-content/uploads/2017/07/sitebgimg.jpg");*/
    background-repeat: repeat;
    background-position: left top background-color: #FFF;
}

/*----
[カラー]
テーマ内のメインカラー(デフォルトでは赤色)を変更する時は「#003EA6」、
サブカラー（デフォルトでは青色でトップページのタグの色）を変更する時は「#084EAB」を検索し、
好きな色の値に置換して下さい。複数項目あります。
-----*/

* {
    font-family: "Open Sans", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino kaku gothic Pro W3", "メイリオ", Meiryo, Verdana, Osaka, arial, sans-serif;
    font-weight: 500;
    color: #333;
}


/*wrapper 周り
--------------------*/
.sub-menu #wrapper {
    max-width: 980px;
}

main {
    border-radius: 0px;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
}

#content {
    padding-top: 12px;
    background: #FFF;
    padding: 0 5px;
}


/*header 周り
--------------------*/

.sitename img {
    max-height: 25px;
}

header {
    text-align: center
}

header h1 {
    margin: 0;
}

header .sitename {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    font-size: 12px;
}

header .descr {
    display: inline-block;
    padding: 0;
    float: right;
    line-height: 30px;
}

#headimg {
    padding-top: 10px;
}

#gazou {
    clear: both;
    background: #fff;
}


/*pagetop-btn 周り
--------------------*/

#page-top {
    right: 10px;
}

#page-top a {
    opacity: 1;
    background: none repeat scroll 0% 0% #f6ab00;
    border-radius: 50%;
    padding: 12px;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
}

#page-top a:hover {
    background: none repeat scroll 0% 0% #f6ab00;
    color: #333;
    opacity: 0.4;
}


/*index 周り
--------------------*/


/*#topnews dl:nth-of-type(2n) {flex-direction: row-reverse;-webkit-flex-direction: row-reverse;}
*/

.topnews {
    background: #FFF;
    margin-bottom: 20px;
}

.topnews dl {
    padding: 12px;
    transition: all 0.4s ease;
    /*position: relative;*/
    border-bottom: 2px solid #000066;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px;
    background-color: #FFF;
}

.topnews dl:first-child {
    padding-top: 10px;
}

.topnews dl:last-child {
    border-bottom: 2px solid #000066;
}

.topnews dl p {
    font-size: 85%;
    line-height: 1.4em;
}

.topnews dd {
    padding: 0px;
    /*display:flex;flex-direction:column;display:-webkit-flex;-webkit-flex-direction:column;*/
    margin: 0 25px;
}

.topnews .clearfix dd p {
    margin: 0
}

.topnews dd h3 {
    order: 2;
    -webkit-order: 2;
    display: block;
}

.topnews dd .blog_info {
    order: 1;
    -webkit-order: 1;
    margin-bottom: 5px;
}

.topnews dd .smanone {
    order: 3;
    -webkit-order: 3;
}


/*#topnews dl:before {font-family: FontAwesome;content: "\f004";position: absolute;display: none;margin-left: -20px;margin-top: -20px;background-color: #003EA6;padding: 8px;border-radius: 50%;border:4px solid #fff;font-size:18px;}*/

.topnews dl:hover:before {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
    color: #333;
    display: inherit;
}

.category .topnews {
    background: none;
}

#kanren dd h5 {
    font-size: 15px;
    word-break: break-all;
}

#kanren .clearfix dd p {
    margin: 0
}

a:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8 !important;
    zoom: 1;
}

.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
    font-size: 8px;
}

#projects .topnews {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    display: table;
    width: 100%;
}

#projects .topnews dl {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
}

#projects .topnews dt img {
    width: 150px;
    margin: auto;
}

#projects .topnews dt {
    float: none;
    margin: 0 auto 10px auto;
}

#projects .topnews dd {
    padding-left: 10px;
    margin: 0;
}

#projects .readmore,
#projects .pcone {
    /*display:none;*/
}

.topttl {
    padding: 5px;
    background: #f6ab00;
}

.topttl a {
    color: #FFF;
    font-weight: bold;
    display: block;
    position: relative;
}

.topttl a i {
    color: #FFF;
}

h3.topttl span {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}


/*個別記事 周り
--------------------*/

.post {
    background: url(images/post-bg.png) top left no-repeat;
    background-color: #FFF;
    padding: 0 20px;
}

img.size-full,
img.size-large {
    margin-bottom: 20px;
}

.post img {
    border: none !important;
    display: inline;
}



/*ページネーション　周り
--------------------*/
/*
div.pagenation {
    display: inline-block;
    background: none !important;
    margin-top: 30px;
}

div.pagenation a {
    color: #fff !important;
    margin: 5px !important;
    padding: 0px !important;
    width: 22px;
    height: 22px;
    font-weight: normal !important;
    line-height: 22px;
    text-align: center;
}

div.pagenation a:hover {
    opacity: 0.8
}

div.pagenation span,
div.pagination a {
    background-color: #f6ab00 !important;
    border: 4px solid #fff;
    margin: 5px;
}

div.pagenation span.active {
    background-color: #fefefe !important;
}
*/

/*タイポグラフィ 周り
--------------------*/

.post h3 {
    border-bottom: 2px dotted #003EA6
}

p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px
}

.post a {
    text-decoration: underline;
    /*    border-bottom: 1px dashed */
}

.post a img {
    border: none !important;
}

.post blockquote {
    margin-right: 0;
    border-left: 3px solid #CCC
}

.post ul li {
    font-size: 14px;
    line-height: 27px;
    list-style-type: square
}

.post ol {
    padding-left: 30px
}

.wc_item ul li {
    font-size: 14px;
    line-height: 27px;
    list-style-type: square;
    vertical-align: top;
    width: 33.33%;
    float: left;
    padding-bottom: 2.0em;
}

.wc_item li:nth-of-type(3n+1) {
    clear: both;
}

.post ol {
    padding-left: 30px
}

.wp-caption-text:before {
    content: "■ "
}


/*キャプション文字列の前のアイコン*/

table,
table tr td,
td,
th,
.post table {
    border: none;
}

.post table tr:nth-child(even) {
    background: none;
}

.post table tbody {
    vertical-align: top;
}


/*index メタ周り
--------------------*/

#topnews .clearfix dd .blog_info p {
    font-size: 10px;
}

.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
    background-color: #f6ab00;
    padding: 1px 5px;
    border-radius: 2px;
    color: #333;
    white-space: nowrap;
    opacity: 1;
    color: #fff;
}

.blog_info p a[rel="tag"] {
    background-color: #f6ab00;
    padding: 1px 5px;
    border-radius: 2px;
    color: #333;
    white-space: nowrap;
    opacity: 1;
}

.blog_info p a:hover {
    color: #fff;
    opacity: 0.8;
}

.pcone {
    color: #fff
}


/*tagのコンマを消すため*/


/*icon font 基本宣言
--------------------*/

.blog_info p .fa {
    color: #666
}

.tagst .fa-tags {
    color: #000
}


/*navigatin 周り
-----------------------------*/

nav li {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69eaa+0,fcecfc+50,f69eaa+100 */
    background: #f69eaa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #fff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
    /* IE6-9 */
}

nav li a {
    color: #FFF !important;
    width: 100%;
    display: block;
}

nav li a,
nav li a:hover {
    text-decoration: none;
}

nav li:hover,
nav li.current-menu-item {
    box-shadow: inset 0px -4px 0 0 #003EA6;
    color: #003EA6 !important;
}

nav li.current-menu-item a {
    color: #003EA6 !important;
}

nav li:hover>a {
    color: #003EA6 !important;
}

nav li li {
    padding: 10px;
}

.acordion_tree li a {
    color: #F00 !important;
    margin: 5px;
    padding: 5px;
    display: inline-table;
}

.acordion_tree li {
    border: none;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    margin-bottom: 5px;
    padding: 0px 5px;
}

.acordion_tree li li {
    float: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.sub-menu {
    background: none;
    top: 100%;
}

nav li {
    background-color: #333;
}

nav li:hover>.sub-menu {
    display: flex !important
}

.sub-menu {
    /*position: absolute; background: #fff;*/
    display: none;
    z-index: 10;
    flex-direction: column;
    width: inherit;
    /*border-bottom: 2px solid #003EA6;*/
    border-top: 1px solid #003EA6;
}

.sub-menu:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(186, 213, 155, 0);
    border-bottom-color: #f9f9f9;
    border-width: 5px;
    margin-left: -5px;
}

.sub-menu li {
    margin: 0px;
}

.sub-menu li:hover {
    box-shadow: 2px 0px 0px 0px #003EA6 inset;
}

.menu-item-has-children li:hover {
    padding: 5px 0px 5px 10px !important;
    box-shadow: none !important;
}

.menu-item-166 {
    background: #87CEFA !important;
}

.menu-item-169 {
    background: #FF69B4 !important;
}

/*artical メタ周り
--------------------*/

div#breadcrumb {
    color: #000;
}

#breadcrumb div a,
div#breadcrumb a,
.tagst a {
    text-decoration: none;
    padding: 4px 7px;
    border-radius: 2px;
    margin-right: 5px;
    color: #818181;
    background-color: #f9f9f9;
    transition: all 0.4s ease;
    border-bottom: 2px solid #f6ab00;
    font-size: 12px;
    white-space: nowrap;
}

#breadcrumb div a:hover,
div#breadcrumb a:hover,
.tagst a:hover {
    background-color: #f6ab00;
    color: #fff;
}

.blogbox {
    background-color: #f8f8f8 !important;
    border-left: 5px solid #ccc !important;
    border-top: none;
    border-bottom: none;
    padding: 10px;
}

div#breadcrumb {
    padding: 0 0 5px;
    margin-bottom: 20px;
}

.tagst {
    color: #fff
}


/*artical 周り
--------------------*/

.entry-title {
    margin-bottom: 10px;
    padding: 10px;
    color: #DB5C35;
    background: #f6ab00;
    border-top: #DB5C35 3px solid;
}


/*page 周り
--------------------*/

.contentsbox {
    font-size: 13px;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #eee;
    position: relative;
}

.contentsbox--:before {
    font-family: FontAwesome;
    content: "\f129";
    position: absolute;
    left: 0;
    margin-top: -20px;
    background-color: #084EAB;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: -15px;
    border-radius: 50%;
    color: #333;
    border: 3px solid #fff;
}

.contentsbox p {
    margin: 0;
    font-size: 12px;
    color: #555
}


/*サイドバー
--------------------*/

#side aside {
    float: left;
}

.sub-menu {
    display: none;
}

/*サイドバー メニュー
--------------------*/

#menu-menu1-1 li a {
    color: #FFF !important;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#menu-menu1-1 li a span {
    font-size: 9px;
}

#menu-menu1-1 li {
    line-height: 36px;
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    border: 1px solid #333;
    /*border-bottom: 2px solid #003EA6;*/
}

#menu-menu1-1 li:hover,
.current-menu-item {
    padding-left: 15px;
    box-shadow: inset 5px 0 0 #9057FF;
}

#menu-menu1-1 li {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febbbb+0,fe9090+45,ff5c5c+100;Red+3D+%231 */
    background: #febbbb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#febbbb', endColorstr='#ff5c5c', GradientType=0);
    /* IE6-9 */
}

.screen-reader-text {
    display: none;
}


/*サイドバーRSS周り
--------------------*/

.rssbox a {
    background-color: #f6ab00 !important;
    padding: 7px 10px
}

.rssbox a i {
    color: #FFF;
}

.fa-rss-square {
    margin-right: 5px;
}


/*サイドバー検索周り
--------------------*/

#s {
    padding: 5px 65px 5px 10px;
    background: none repeat scroll 0% 0% #f8f8f8 !important;
    border: 1px solid #e1e1e1;
}


/*サイドバー（NEWPOST）周り
--------------------*/

#kanren dl {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #F9F9F9;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    position: relative;
}

#kanren dl:hover {
    box-shadow: inset 0px -5px 0 0 #000066;
}

#side #kanren dl {
    padding: 10px;
}

#side #kanren dl:last-child {
    padding-bottom: 0;
}

#side #kanren dd {
    padding-left: 0;
}


/*サイドバー タイトル
--------------------*/

#side aside h4 {
    border-bottom: 2px solid #000;
    padding: 5px 10px;
    margin: 20px 0px 10px 0px;
    color: #000;
}


/*#side aside h4:before{font-family: FontAwesome;margin-right:5px;content:"\f067";}*/


/*サイドバー カテゴリー
--------------------*/

aside #mybox ul li ul li a {
    color: #333;
    text-decoration: none;
}

aside #mybox ul li ul li {
    font-size: 14px;
    line-height: 27px;
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    border-bottom: 2px solid #000066;
}

aside #mybox ul li ul li:hover {
    padding-left: 15px;
    box-shadow: inset 5px 0 0 #000066;
}


/*サイドバー tagクラウド
--------------------*/

aside ul li .tagcloud a {
    text-decoration: none;
    color: #333;
    padding: 3px;
    border-radius: 2px;
    white-space: nowrap;
    transition: all 0.4s ease;
}

aside ul li .tagcloud a:hover {
    background-color: #003EA6;
    color: #fff
}


/*sns btn 周り
--------------------*/

.sns {
    position: relative;
    /*display: flex;justify-content: center;*/
}

.snsb {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    text-align: center;
    padding: 15px 0px 10px;
    padding: 10px;
    background-color: #333;
    border: 1px solid #eee;
    border-bottom: 2px solid #003EA6;
}

.sns .snsb li {
    margin: 0 10px;
}

.post .sns .snsb.clearfix {
    background-color: #fff;
}


/*記事下の関連記事 周り
--------------------*/

#kanren a {
    border: none;
}


/*footer 周り
--------------------*/

#footer h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

footer {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding: 30px 0px;
}

#footer .copy {
    font-size: 12px;
    color: #999;
    line-height: 15px;
    opacity: 0.5;
    margin: 0;
    color: #000;
}


/*プラグイン 修正
--------------------*/


/*Key Shortcut Formatter*/

.key {
    padding: 2px 6px !important;
    margin: 0px 3px;
}


/*toc*/

div#toc_container a {
    border: none
}

div#toc_container {
    background-color: #f9f9f9 !important;
    padding: 20px;
    border: none;
}


/*SNSボタン統一
----------------------------------------------------*/

.sns {
    margin-bottom: 20px
}

.snstext {
    font-size: 13px;
    vertical-align: middle
}

.post .sns ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.sns li {
    float: left;
    padding: 5px;
    text-aligh: center;
    list-style: none !important
}

.sns li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    border: 0
}

.sns li a i {
    color: #fff;
}

.sns .twitter a {
    background: #55acee
}

.sns .twitter a:hover {
    background: #4892cb
}

.sns .twitter .snstext {
    border-left: 1px solid #9acff4;
    padding-left: 10px;
    margin-left: 10px
}

.sns .facebook a {
    background: #3b5998
}

.sns .facebook a:hover {
    background: #324c81
}

.sns .facebook .snstext {
    border-left: 1px solid #607bb2;
    padding-left: 10px;
    margin-left: 5px
}

.sns .googleplus a {
    background: #dc4e41
}

.sns .googleplus a:hover {
    background: #bb4237
}

.sns .googleplus .snstext {
    border-left: 1px solid #e0776d;
    padding-left: 10px;
    margin-left: 5px
}

.sns .hatebu a {
    background: #00a5de
}

.sns .hatebu a:hover {
    background: #008cbd
}

.sns .hatebu .snstext {
    border-left: 1px solid #48b6db;
    padding-left: 10px;
    margin-left: 3px
}

.sns .line a {
    background: #25af00
}

.sns .line a:hover {
    background: #219900
}

.sns .pocket a {
    background: #f03e51
}

.sns .pocket .snstext {
    border-left: 1px solid #f27985;
    padding-left: 10px;
    margin-left: 5px
}

.sns .pocket a:hover {
    background: #c0392b
}


/*コンタクトフォーム
-------------------------*/

.wpcf7-form .c1 {
    background: #E2E2E2;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #595858;
    display: block;
    line-height: 50px;
}

.wpcf7-form .c2 {
    background: #E8EEF9;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #595858;
    line-height: 50px;
}

.wpcf7-form p.c1,
p.c2 {
    margin: 0
}

.wpcf7-form .c1:hover,
.c2:hover {
    background: #FFEEEE
}

.wpcf7-form .c1.last,
.c2.last {
    border-bottom: none
}

.wpcf7-form .m-alert {
    padding: 5px;
    background: #ff8080;
    color: #333;
    margin: 5px;
    font-weight: normal;
}

.wpcf7-form input[type=text],
input[type=tel],
input[type=email] {
    font-size: 15px
}

.wpcf7-form .c1 textarea,
.c2 textarea {
    font-size: 13px;
    width: 100%;
}

.wpcf7-form .file {
    margin: 10px;
    display: block;
}

.wpcf7-form span.wpcf7-list-item {
    display: block
}

.wpcf7-form input[type=text],
input[type=email],
input[type=tel] {
    width: 100%
}

.wpcf7-form input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
    border: solid 1px #20b2aa
}

.wpcf7-form input[type=text],
select,
input[type=email],
input[type=tel] {
    outline: none
}

.wpcf7-form .contact_right textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 0 3px;
}

.wpcf7-form .contact_right textarea:focus {
    border: solid 1px #20b2aa
}

.wpcf7-form .contact_right textarea {
    outline: none;
    width: 100%;
}

.wpcf7-form .contact_form input[type=submit] {
    width: 50%
}

.wpcf7-form .contact_form input[type=text],
.contact_form input[type=email] {
    height: 50px;
    font-size: 1.5em;
}

.wpcf7-form input[type="radio"] {
    margin: 0 0 4px 0 !important;
}

.wpcf7-form input[type=text],
input[type=tel],
input[type=email] {
    line-height: 2.5em;
    padding: 0 15px;
    width: 95%;
}

.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form .captcha {
    text-align: center;
    display: block;
    width: 35%;
    margin: auto;
}

.captcha input[type=text] {
    float: left;
    width: 25%;
}

.captcha img {
    float: left;
    margin-right: 20px;
}

.wpcf7-form .captcha:after {
    content: "";
    clear: both;
}

input[type=submit],
input[type=button] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 40%;
    height: 50px;
    font-size: 20px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
}

input[type=submit].delButton {
    font-size: 12px;
}


/*カスタム地図
--------------------*/

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}


/*画像回り込み  周り
--------------------*/

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

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 0 4px;
    margin: 0 0 0 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}


/*画像に枠を付ける
---------------------------------*/

.sumbox img {
    border: solid 1px #ccc;
    padding: 3px;
}

.post img {
    border: solid 1px #ccc;
    padding: 3px;
}

img.attachment-60x60 {
    border: none;
}


/*商品一覧  周り
--------------------*/

.table-ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    padding: 0 !important;
}

.table-ul li {
    display: table-cell;
    vertical-align: middle;
}


/*media Queries PCサイズ（最低1150pxのサイズ）
----------------------------------------------------*/

@media only screen and (min-width: 1150px) {
    .snsb:before {
        font-family: FontAwesome;
        content: "\f164";
        height: 17px;
        background-color: #003EA6;
        padding: 9px;
        border: 5px solid #fff;
        line-height: 17px;
        font-size: 17px;
        color: #333;
        width: 17px;
        border-radius: 50%;
        margin-left: -70px;
        margin-top: 10px;
        position: absolute;
        box-shadow: 0px 1px 1px #003EA6;
    }

    #topnews {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }

    div.post #kanren {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    div.post #kanren dl {
        width: 43%
    }

    #kanren dl:last-child {
        margin-bottom: 10px;
        border: 1px solid #EEE;
    }

    .post aside>div:first-child {
        display: flex;
        justify-content: space-between;
    }

    .post .smanone {
        padding-top: 0 !important;
    }
}


/*media Queries PCサイズ（最低780pxのサイズ）
----------------------------------------------------*/

@media only screen and (min-width: 780px) {
    nav ul {
        display: -webkit-box;
        /* Android 2~4 */
        -webkit-box-pack: justify;
        /* Android 2~4 */
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        /*フレキシブルボックス*/
        text-align: center !important;
        /*センタリングは好みで*/
    }

    nav ul li {
        width: 200px;
        /*幅は大きめに調節する*/
        -webkit-box-flex: 1;
        /* Android 2~4 */
        text-align: center;
    }

    #side aside {
        width: 190px;
    }

    #contentInner {
        margin-right: -200px;
        float: right;
    }

    main {
        margin-right: 200px;
    }

    #topnews dd {
        padding: 0
    }

    .sub-menu {
        /*width: -moz-max-content; width: -webkit-max-content; width: max-content;*/
    }

    /*サイドバー企業情報
--------------------*/
    #side div.company p {
        font-size: 12px;
        line-height: 18px;
        color: #333;
    }

    #side div.company h5 {
        font-size: 12px;
        color: #333;
    }
}


/*media Queries タブレットサイズ（最高780pxのサイズ）
----------------------------------------------------*/

@media only screen and (max-width: 780px) {
    #topnews dd {
        padding: 0
    }

    .sub-menu {
        position: relative;
        background: none repeat scroll 0% 0%;
        box-shadow: none;
        display: inline;
        z-index: inherit;
    }

    nav li:hover>.sub-menu {
        display: inline !important;
    }

    nav li:hover {
        box-shadow: none;
    }

    img {
        max-width: 97%;
        height: auto;
        display: block !important;
        float: none !important;
    }

    #gazou {
        display: block !important;
    }

    #gazou img {
        max-width: 100%;
        ;
    }

    header .sitename {
        display: none
    }

    header .descr {
        display: none;
    }

    #projects .topnews dl {
        width: 40%;
    }

    #projects .topnews dd {
        margin: 0;
        padding: 0;
    }

    div.company h5,
    div.company p {
        color: #333;
    }
}


/*media Queries タブレットサイズ（最低380pxのサイズ）
----------------------------------------------------*/

@media only screen and (max-width: 380px) {
    #headimg {
        margin-bottom: 10px !important;
    }

    #topnews dd {
        padding: 0
    }

    #topnews dt {
        min-width: 100px
    }

    #topnews dd h3 {
        font-size: 100%;
        word-break: break-all;
        line-height: 22px;
    }

    #topnews .clearfix dd p {
        line-height: 18px;
    }

    #breadcrumb div a,
    div#breadcrumb a,
    .tagst a {
        line-height: 30px;
    }

    img {
        max-width: 97%;
        height: auto;
    }

    #topnews .smamnone {
        display: block !important;
    }

    #projects .topnews dl {
        width: 97%;
    }

    table {
        width: 95%;
    }

    .wc_item ul li {
        width: 100%;
    }

    .table-ul li {
        display: block;
    }
}



.smanone {
    background: #EEEEEE;
}

#side aside #mybox ul {
    margin-bottom: 0px;
}


.company table,
.company tr,
.company td,
.company th {
    border: 1px solid #888;
}



/*投稿時のテーブル用クラス*/
.table-border table,
.table-border tr,
.table-border td,
.table-border th {
    border: 1px solid #888;
}

/*投稿一覧の記事内容 背景色*/
.smanone p {
    background: #FFF;
}

/* フッター部 2行目 */
#footer p {
    color: #000;
}

/*関連投稿記事の背景色*/
#kanren .clearfix dd .smanone p {
    background: #F9F9F9;
}

/*メニューボタン部*/
#side aside #mybox img.size-full,
#side aside #mybox img.size-large {
    margin-bottom: 0px;
}

#recr tr {
    border-bottom: 1px #A16EFF solid;
}

form #content {
    background: #FFF;
}

header .smanone {
    background: #FFFFFF;
}

#kanren dl dd .smanone {
    background: #F9F9F9;
}

#breadcrumb div a span,
div#breadcrumb a span {
    color: #333;
}

#breadcrumb div a:hover span,
div#breadcrumb a:hover span {
    color: #fff;
}

.post .tagst {
    color: #000;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* カート機能用のスタイル カート機能を使う場合は追加して下さいね */

/* カート用のウィジェット表示用 */
aside #mybox ul li .textwidget ul li {
    background-color: #800000;
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-bottom: 2px solid #333;
    box-sizing: border-box;
}

aside #mybox ul li .textwidget ul li a {
    display: block;
    font-size: 1.4em;
    line-height: 1.6em;
    color: #fff;
    text-decoration: none;
}

aside #mybox ul li .textwidget ul li a i {
    color: #fff;
}

aside #mybox ul li .textwidget ul li:hover {
    padding-left: 15px;
    box-shadow: inset 5px 0 0 #333;
}

/* SKUが複数ある場合のSKU毎の商品名 */
.sku_title {
    background: #eee;
    font-weight: bold;
    font-size: 1.1em;
}

#memberpages #memberinfo li {
    list-style: none;
    margin-top: 1em !important;
    text-align: right;
}

#memberpages #memberinfo li a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 40%;
    height: 50px;
    font-size: 20px;
    padding: 3px;
    margin: 5px;
    cursor: pointer;
    font-weight: bold;
    background: #80000A !important;
    text-shadow: none !important;
    color: #FFF !important;
    text-decoration: none;
}

#memberinfo .history-area {
    height: auto !important;
}

.loginbox input[type=submit],
.loginbox input[type=button] {
    width: 100% !important;
    font-size: 1.2em !important;
}

#comments #respond {
    width: 100%;
}

.post table tr td a img {
    width: 200px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

div.pagination {
    text-align: center;
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 1.0em;
    line-height: 1.3em;
}

div.pagination span,
div.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

div.pagination a:hover {
    color: #fff;
    background: #f6ab00;
}

div.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #f6ab00;
    color: #fff;
}

#footer,
#footer .copy {
    color: #2A2A2A;
}

header .sitename a {
    color: #2A2A2A;
}

header .descr {
    color: #2A2A2A;
}

h2 {
    background: #f6ab00 !important;
    color: #fff;
}

h2:after {
    border-top: 10px solid #f6ab00 !important;
}

h2:before {
    border-top: 10px solid #f6ab00 !important;
}

#searchsubmit {
    background: #f6ab00;
}