@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
a img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}


#headerInner{
    overflow: hidden;
}
.footerBnr{ 
    width: 100px;
    float: right;
    margin: 0px auto 10px;
}
/*** link ***/
.link ul li{
	list-style: none;
}

#topPr p a {line-height: 1.6;}

/*** 診療時間表 ***/
/*** 病気について-症状リスト ***/
ul.list-symptoms ,
ul.time{
  border: solid 2px #b3ea54;
  padding: 0 0.5em;
  position: relative;
}

ul.list-symptoms li ,
ul.time li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul.list-symptoms li:before {
  font-family: FontAwesome;
  content: "\f00c";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #b3ea54; /*アイコン色*/
}

ul.list-symptoms li.last-li ,
.content ul.time li.last-li {
  border-bottom: none;
}
.content ul.list-symptoms ,
.content ul.time {
    margin: 0px;
}

.content ul.list-symptoms li ,
.content ul.time li{
    margin-bottom: 0px;
}
/**********/

#main #container {
	overflow: hidden;
}

.custom-html-widget {
    text-align: center;
	margin-bottom: 20px;
}

.square_btn{
    display: inline-block;
    padding: 0.8em 1.2em;
	margin: 0 auto;
    text-decoration: none;
    background: #83cc08;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #73b207;
    border-radius: 20px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}