/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

body{ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #555566; }

/* --- Sidebar Starts --- */
.fl-sidebar {
  font-size: 14px;
  margin-bottom: 54px;
}
.fl-sidebar img {
  max-width: 100%;
  height: auto;
}
.fl-sidebar select {
  max-width: 100%;
  margin-top: 12px;
margin-bottom: 12px;
}
.fl-sidebar .tagcloud a {
padding: 5px 7px 5px 7px;
border: 1px solid #cfcfcf;
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
transition: all .4s;
background: #dfdfdf;
color: #000;
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07 );
border-radius: 1px;

}
.fl-sidebar .tagcloud a:hover {
  background: #1EB48A;
  color: #fff;
  border: 1px solid #1EB48A;
}
.fl-sidebar .menu ul li a, .footer .menu ul li a {
  padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
display: block;
font-size: 14px;
}
.fl-sidebar .menu ul {
  float: none;
}
 .fl-sidebar .menu ul li,  .footer .menu ul li {
  height: auto;
 }
 .fl-sidebar .menu ul li:after, .footer .menu ul li:after {
content: "";
color: #fff;
}
 .fl-sidebar ul li {
  margin-bottom: 15px;
  
  padding-left: 26px;
    padding: 5px 0;
  border-bottom: 1px solid #ecf0f1;
 }
 
 .fl-sidebar ul li a:hover, .sidebar a.rsswidget:hover {
  color: #1EB48A;
}
 .fl-sidebar ul li a, .sidebar a.rsswidget {
  color: #222;
}
.fl-sidebar h4, .sidebar h3 {
	margin-bottom: 9px;
	padding-bottom: 5px;
	text-transform: uppercase;
	background-color: #E9E9E9;
	width: auto;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 4px;
    color: #555566;
}
.fl-sidebar ul.children, .sidebar ul.sub-menu {
  margin-top: 14px;
}
/* -- sidebar search widget --*/
.fl-sidebar #search, .sidebar #s {
  border: 1px solid #1EB48A;
  border-radius: 4px;
  padding: 7px 10px 7px 32px;
  width: 100%;
 
  margin-bottom: 15px;
  line-height: 20px;
}
.fl-sidebar .searchform div input[type=submit] {
position: absolute;
top: 1px;
right: 1px;
background: #1EB48A url(../images/pattern-submit.png);
border-top-right-radius: 4px;
padding: 6px 13px 7px 13px;
border-bottom-right-radius: 4px;
border: 0px;
border-top: 1px solid #1EB48A;
border-left: 1px solid #1EB48A;
color: #fff;
width: auto;
height: inherit;
line-height: 20px;
}
.screen-reader-text {
	display: none;
}
.fl-sidebar ol, .footer ol, .sidebar ul, .footer ul {
	list-style: none;
}

.fl-sidebar h3:before {
    position: absolute;
    content: "";
    height: 4px;
    background: #1EB48A;
    width: 90px;
    bottom: -4px;
    left: 0px;
}

.fl-sidebar h3 {
    border-bottom: 4px solid #E5E5E5;
position: relative;
}



.fl-content h3 {
    border-bottom: 4px solid #E5308E;
position: relative;
}

.fl-content h3{
border-bottom: solid 3px #441d18;
position: relative;
}

.fl-content h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #441d18;
bottom: -3px;
width: 30%;
}


.fl-content h4{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #441d18;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/

}


.fl-content h5{
position: relative;
color: #333333;
text-shadow: 0 0 2px white;
background: #e0f3ff;
z-index: -4;
border-radius: 0 10px 10px;

}

.fl-content h5:before {
content: "";
position: absolute;
background: #9de5ff;
width: 50px;
height: 50px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}

.fl-content h6 {
color: #2db789;/*文字色*/
border-bottom: dashed 2px #eed4a2;
/*線の種類（点線）2px 線色*/
}


/* --- Sidebar Ends --- */



