@charset "UTF-8";

/* メインカラー設定
*****************************************************/
.post .link_btn a{
  background-color: #;
}
.post strong{
  color: #;
}
#hinfo a,
#copyright,
.bs-main:before{
  background-color: #  !important;
}
.btn_area a::after{
  border-left: 7px solid #;
}
.post h3,
.news p{
  border-bottom:1px dotted #;
}
.post h4{
  color: #;
}
.newsTitle,
#mainNav,
section h2{
  border-bottom:2px solid #;
}
.memo01 {
  border:1px solid #;
}
.post ul.check li::before{
  border-right:5px solid #;
  border-bottom:5px solid #;
}
.widgetInfo + .list a,
nav#mainNav li.current-menu-item a::after,
nav#mainNav li a:hover::after,
nav#mainNav li.current-menu-parent a::after{
  background-color: #;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
p.readon a{
  background-color:#;
}
@media only screen and (min-width: 960px){
  nav#mainNav li a {
    color: #;    
  }
}
@media only screen and (max-width:1024px){
  nav#mainNav a.menu{
    background-color:#;
  }
  nav#mainNav a.menuOpen{
    background-color:#;
  }
}

/* サブカラー設定
*****************************************************/
#pankuzu,
#footer #f_nav,
.post table th{
  background-color: #;
}

/* リンクカラー設定
*****************************************************/
.post table th,
body a {
  color: #;
}




/* サイドメニュー位置
*****************************************************/

	#content{ float:right; }
	#sidebar{ float:left; }
@media only screen and (max-width:1024px){
	#content{ float:none; }
	#sidebar{ float:none; }
}