@charset "utf-8";
/*
Theme Name: biz-vektor-child
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: 
Tags: 
Version: 0.1.0
*/

/*-----基本事項-----*/
body {
}

#header{
	padding-top: 0px;
}

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

/*リンク画像の輝度を調整してロールオーバーを再現*/
a:hover img{
	opacity:0.8;/*不透明度を80%に*/
	filter:alpha(opacity=80);/*IE用*/
}

/*リンク画像の輝度を調整してロールオーバーを再現*/
area:hover{
	opacity:0.8;/*不透明度を80%に*/
	filter:alpha(opacity=80);/*IE用*/
}

/*ロールオーバー画像があるリンク画像は輝度調整を無効に*/
a:hover img.swap{
    opacity:1;
    filter:alpha(opacity=100);
}

/*輝度調整を無効にする*/
a:hover img.noOpacity{
    opacity:1;
    filter:alpha(opacity=100);
}

/*メインビジュアル*/
#topMainBnr {
    background: url("https://lus.company/wp-content/uploads/2014/09/bg_mainvisual.png");
    border-bottom: 2px solid #fff;
    box-shadow: 1px 1px 3px 3px #ccc;
}

/*LikeBox*/
._4s7c {
    background: #fff;
}

/*グローバルナビ*/
#gMenu {
    background: #fcfcfc; 
    box-shadow: 0 2px 3px 1px #ccc;
}

#gMenu .menu li a {
    border-bottom: 3px solid #fcfcfc;
    padding-bottom: 6px;
}

#gMenu .menu li.current_page_item a{
    border-bottom: 3px solid #f5f5f5;
}

#gMenu .menu li a:hover {
    background-color: #f5f5f5;
    border-bottom: 3px solid #ff4095;
}

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

/*運営サイト*/
ul#side-bnr {
    border: 2px solid #ccc;
    background: #fff;
}

#sideTower .sideWidget h3 {
    background: url("https://lus.company/wp-content/uploads/2014/09/midashi.png") no-repeat left;
    border: none;
    padding:0 0 0 25px;
    margin-bottom: 10px;
}

#sideTower .sideWidget li a:hover {
    background-image: url("images/icon_arrow1_pink.gif") no-repeat scroll 10px 50% rgba(0, 0, 0, 0);
    background-color: #efefef;
}

#sideTower .sideWidget .textwidget {
    padding-top: 0px;
}

#sideTower .sideWidget #side-bnr li:last-child{
    border-bottom: none;
}

#sideTower .sideWidget #side-bnr li a {
    padding:0;
    background: none;
}

#sideTower .sideWidget #side-bnr li a img {
    display: block;
    margin: 0 auto;
}

form#searchform {
    background: none;
}

#sideTower .sideWidget .textwidget a {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 220px;
    margin: 0 auto;
}


/*フッター*/
#pagetop a {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
}

#pagetop a:hover {
    color: #ff4095;
}

#footMenu {
    background: #ddd;
    padding: 0;
}

#footMenu .innerBox {
    border-bottom: none;
}

#footMenu .menu {
    border-left: none;
}

#footMenu .menu li {
    line-height: 150%;
}

#footMenu .menu li a {
    background: url("images/icon_arrow1_gray.gif") no-repeat scroll left 50% rgba(0, 0, 0, 0);
    border-right: none;
}

#footMenu .menu li a:hover {
    color: #ff4095;
    background: url("images/icon_arrow1_pink.gif") no-repeat scroll left 50% rgba(0, 0, 0, 0);
}

#footerSiteMap .menu li a:hover {
    background-image: url("images/icon_arrow1_pink.gif");
    color: #ff4095;
}

#footerSiteMap .menu li li a:hover {
    background-image: url("images/icon_arrow2_pink.gif");
}

#footer {
    background: #333;
}

#footer dl#footerOutline {
    color: #ccc;
}

#siteBottom {
    background: #333;
    padding: 0 0 10px;
}

/*--------共通要素--------*/

/*お問い合わせボタン*/
#sideTower li#sideContact.sideBnr a:hover {
    background-color: #ff4095;
}

#main #container {
    padding-top: 15px;
}

/*パンくず*/
#panList #panListInner {
    border-bottom: none;
}

/*コンテンツ説明文の行間調整*/
#content .child_page_block p {
    line-height: 140%;
}

/*お問い合わせボックス*/
#content .mainFoot .mainFootInner {
    border: 1px solid #ccc;
    padding: 20px 15px;
    background:#fcfcfc;
}


/*コンテンツ見出し*/
#content h2 {
    position: relative;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    padding: 0.5em;
    border-left: 7px solid #FF4095;
    background: #333;
    border-top: none;
    border-bottom: none;
    box-shadow: 1px 1px 5px 2px #ccc;
}

/*RSS*/
#content .infoList .rssBtn {
    margin-top: -28px;
}

#content h3 {
    border-bottom: 1px solid #333;
    color: #333;
    padding: 2px 0 5px 10px;
    margin: 10px 0;
}

#content h4 {
    margin: 0px 0 10px;
    font-size: 14px;
    border-bottom: 1px dashed #333;
}

#content dl.dl-list_01 dt{
    color: #333;
    margin-bottom: 0;
    font-weight: normal; 
}

div#content dl.dl-list_01 dd a{
    text-decoration: none;
}

div#content dl.dl-list_01 dd a:hover{
    text-decoration: underline;
}

/*-------リンク------*/
a {
    color: #333;
}

a:hover {
    color: #ff4095;
}

#sideTower .localHead a {
    /*color: #333;*/
}

#sideTower .sideWidget li a {
    color: #333;
}

#sideTower .sideWidget li a:hover {
    color: #ff4095;
}

#content .child_page_block p a {
    color: #333;
}

#content .child_page_block p a:hover {
    color: #ff4095;
}

#content .child_page_block p a:hover {
    color: #333;
}

#footerSiteMap .menu li a {
    color: #ccc;
}

.navigation a:link,
.navigation a:visited { color: #ff4095; text-decoration: underline; }
.navigation a:active,
.navigation a:hover { color: #ff90ad; text-decoration: none; }

/*ページタイトル*/
#pageTitBnr #pageTitInner #pageTit {
    border-left: 7px solid #ff4095;
    padding: 5px 0 5px 10px;
}


/*詳細リンクボタン*/
.moreLink a {
    background: none repeat scroll 0 0 #ddd;
    color: #666;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.moreLink a:hover {
    background-color: #ff4095;
    color: #fff;
}

/*トップコンテンツボックス*/
#topPr h3 {
    padding-left: 0;
}

#content h3 {
    border-left: none;
}

/*スマホ版ナビゲーション*/
#gMenu .assistive-text {
    background-color: #666;
}

#gMenu .assistive-text span {
    color: #fff;
}


/*お知らせ*/
.page #content .infoList {
    border-top: none;
}

#content .infoList .infoDate {
    color: #333;
    font-weight: bold;
}

#content .infoList ul li .infoTxt a {
    background: url(images/icon_arrow2_gray.gif) left 7px no-repeat;
    color: #ff4095;
    text-decoration: underline;
}

#content .infoList ul li .infoTxt a:hover {
    color: #ff90ad;
    text-decoration: none;
    background: url(images/icon_arrow2_pink.gif) left 7px no-repeat;
}

/*ブログ*/
#content #topBlog {
    margin-bottom: 0;
}

/*RSSボタン*/
#content .infoList .rssBtn a {
    background-color: #ff9100;
    margin-right: 10px;
    padding: 0 6px;
    color: #fff;
}

#content .infoList .rssBtn a:hover {
    background-color: #ffc194;
}

/*子ページリンクボックス*/
#content .childPageBox {
    background: #fcfcfc;
}

#content .childPageBox ul li.current_page_item a {
    text-decoration: none;
}

#content .childPageBox ul li.current_page_item a:hover {
    text-decoration:underline;
}

#content .childPageBox ul li a:hover, #content .childPageBox ul li.current_page_item a {
    background-image:url("https://lus.company/wp-content/uploads/2014/09/icon_arrow1_pink.gif");
    color:#ff4095;
}

/*会社概要*/
#company-table tr td {
    background: #fcfcfc;
}

/*募集要項*/
#content table.bosyu-table tr td {
    background: #fcfcfc;
}

#content table.bosyu-table dl dt {
    color: #333;
    margin-bottom: 0;
}

#content table.bosyu-table dl dd {
    margin-bottom: 15px;
}

/*エントリーボックス*/
.entry-box {
    background: #fffaf2;
    width: 80%;
    padding: 10px;
    border: solid 2px #ccc;
    margin: 0 auto 30px;
}

.entry-box p {
    font-weight: bold;
    margin-bottom: 0px !important;
}

/*エントリーボタン*/
body #content p.entry-btn {
    margin: 40px auto;
}

p.entry-btn a {
    /*background: -moz-linear-gradient(center top , #fbc357 0%, #ea8615) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fbc357), to(#ea8615));*/
    background-color: #FF9100;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    padding: 15px 20px;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

p.entry-btn a:hover {
    background-color: orange;
}


/*会社沿革*/
#history-table th {
    font-weight: bold;
    font-size: 16px;
    width: 50px;
}
#history-table td {
    background: #fcfcfc; 
}

#history-table dl dt {
    float: left;
    width: 40px;
    margin-right: 10px;
    color: #333;
    clear: both;
    margin-bottom: 0;
}
#history-table dl dd {
    margin: 0 0 20px;
    float: left;
    width: 90%;
}

#history-table dl dd:last-child {
    margin-bottom: 0;
}

/*運営サイト*/
section.site-box {
    overflow: hidden;
}

section.site-box a {
    text-decoration: none;
}

section.site-box a:hover {
    text-decoration: underline;
}


section.site-box p.site-img {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
}

#content section.site-box p.url-txt {
    margin: 3px 0 10px 143px;
}

#content section.site-box p.url-txt a {
    color: #ff4095;
    text-decoration: underline;
}

#content section.site-box p.url-txt a:hover {
    color: #ff90ad;
    text-decoration: none;
}


#content section.site-box p.site-txt {
    margin: 7px 0 0 143px;
    text-align: justify;

}

/*お問い合わせフォーム*/
#content .wpcf7 {
    margin-top: 0;
}

#content .wpcf7 p{
    font-weight: bold;
}

span.hissu {
    font-size:0.8em;
    color: red;
}

/*送信ボタン*/
#searchform input[type="submit"], p.form-submit input[type="submit"], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input {
    background: #ddd;
}

/*エラー*/
#content form div.wpcf7-validation-errors, #content form span.wpcf7-not-valid-tip {
    background-color: #ff4095;
}

#content form div.wpcf7-validation-errors:after, #content form span.wpcf7-not-valid-tip:after {
    border-color: transparent transparent #ff4095;
}

#content form input[type="tel"] {
    margin: 5px 5px 5px 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    width: 90%;
}

input[type="tel"], textarea {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 12px;
    padding: 2px;
}

/*送信完了メッセージ*/
div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #d6faff;
    border: 2px solid #349ada;
    padding: 10px;
}

/*---サイトマップ---*/
#content ul.linkList li a:hover {
    background-image: url("images/icon_arrow1_pink.gif");
    color: #ff4095;
}

#content ul.linkList li li a:hover {
    background-image: url("images/icon_arrow2_pink.gif");
}

/*contact form7*/
#content form span.wpcf7-form-control-wrap {
    display: inline;
}
#content form span.wpcf7-form-control-wrap .wpcf7-list-item, #content form span.wpcf7-form-control-wrap .wpcf7-list-item label {
    display: inline;
    float: none;
}

select {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 12px;
    padding: 2px 10px;

}


/*csr*/
#content .csr-list li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 0;
}

div#content .csr-list li a {
    color: #ff4095;
}

div#content .csr-list li a:hover {
    color: #ff90ad;
    text-decoration: none;
}

#content ul.csr-list {
    margin: -20px 0 0;
    padding: 0 5px;
}

#content .csr-list li i {
    margin-right: 5px;
}

/*企業情報*/
div#content section#president-prof {
  padding: 15px 10px;
  overflow: hidden;
  border: dashed #666;
  border-width: 1px 0;
}

div#content section#president-prof p {
  margin-bottom: 0px;
}


section#president-prof #president-prof-pic {
  float: left;
}

section#president-prof #president-prof-carrier {
  margin-left: 180px;
}



/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 770px) {
    #footerSiteMap .menu li {
        width: 200px;
    }
}





