@charset "utf-8";
/*
Theme Name: BizVektor
Theme URI: http://bizvektor.com
Description: BizVektor theme will allow you to build a high-quality web site. It is possible to change the color, to switch to a completely different design. In addition, it is also possible to increase the number of designs by plug-ins.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Version: 1.9.14

Tags: white, red, blue, black, green, orange, purple, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style,theme-options
Text Domain: biz-vektor
License: GNU General Public License
License URI: license.txt


BizVektor WordPress theme, Copyright (C) 2016 Vektor,Inc.
BizVektor WordPress theme is licensed under the GPL.
*/

.sticky {}
.bypostauthor {}

body {
    background-color: #fff;
}

#content h2{
  border: 0px solid #c1008f;
  background:#e835bb;
  color:#eee;
  font-size: 26px;
}

#content h3{
  font-size: 23px;
  padding:6px;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #ffc0cb 25%, #ffd8e8 50%,
    #fff 50%, #fff 75%,
    #ffd8e8 75%, #ffd8e8
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}

.content h4 {
  color: #000!important;
  font-size: 20px;
}


.content h5 {
  border-bottom: 1px dotted #c1008f;
  font-size: 20px;
}

#content strong, #content em{
  color:#ff5555;
}

#content .contentBox{
  padding:10px;
  border: 2px dashed #666;
  background:#eee;
  margin: 20px 0 20px 0;
}

#toc_container a {
  color:#222;
}

#pageTitBnr {
    display:none;
}
#gMenu, #gMenu .menu > li > a{
  background:#fff!important;
  border-top: 2px solid #ccc;
}

#gMenu .menu > li > a:hover{
  background: #c1008f!important;
  color:#222;
  border-top: 2px solid #c1008f;
}
.sideTower .localHead, #content h1.entryPostTitle{
  background:#fff;
  border: 0px solid #c1008f;
  border-left: 6px solid #c1008f; 
}

#header #site-title a img {
max-height: 100px;
}

#content em, #content strong {
font-style:normal;
color: #951150;
font-weight:bold;
}

#content{
  font-size: 16px;
}

.content h6 {
    font-size: 20px;
}

#gMenu .menu > li.current_page_item > a span, #gMenu .menu > li.current-menu-item > a span{
color: #555;
}

#gMenu .menu li a strong{
color:#111;
}

#topMainBnr {
    background-color: #eee;
}

.moreLink a{
  background-color: #c1008f;
}

.moreLink a:hover{
  background-color: #111;
}

.textwidget div.bnrlink{
  color:#fff;
  background-color: #c1008f;
  border-radius:6px;
  padding:6px;
  font-size:16px;
  text-decoration: none!important;
}

.textwidget div.bnrlink a{
  font-size:16px;
  text-decoration: none!important;
}

.textwidget div.bnrlink:hover{
  background-color: #A52A2A;
}

.textwidget a{
  text-decoration: none;
}

#gMenu .menu > li{
  background: -moz-linear-gradient(#fff, #fff);
}

#gMenu .menu li{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;    
}

#gMenu .menu li a, #gMenu .menu > li > a{
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-top: 0px solid #ccc; 
  font-weight:800;
}

#headerNav {
    position: absolute;
    top: 0;
    right: 0;
    width: 355px;
    height: 35px;
    background-color: #c1008f;
}

#headerNav li#hnav-contact {
    padding-right: 1px;
    background: url(https://www.mamakoko-osaka.com/womansworklife/wp-content/uploads/2018/03/hnav-sp.png) right center no-repeat;
}

#headerNav li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 0px;
}

#headerNav li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    height: 20px;
    padding: 10px 10px 5px 25px;
    background-color: #c1008f;
    background-repeat: no-repeat;
    background-position: 10px 12px;
    background-image: url(https://www.mamakoko-osaka.com/womansworklife/wp-content/uploads/2018/03/arrow.png);
}
#companyBtn {
    position: absolute;
    top: 10px;
    right: 380px;
    font-size: 13px;
}
#companyBtn a {
    color: #000000;
    text-decoration: none;
    padding: 0 0 0 20px;
    background: url(https://www.mamakoko-osaka.com/womansworklife/wp-content/uploads/2018/03/arrow-link.png) 0 50% no-repeat;
}