/* カスタム CSS をここに入力してください */
/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* 見出し入れ替え２と４*/

.entry h1 {
	font-size: 138.5%;
	border-bottom: 6px double;
}
.entry h2 {
	font-size: x-large !important;
	border-left: 5px solid !important;
	border-bottom: 1px solid !important;
	padding: 4px 0 0 7px !important;
}
.entry h3 {
    font-size: 120% !important;
    border-bottom: 1px solid !important;
}

.entry h4 {
	font-size: 100% !important;
	padding: 0 !important;
	border-left: 0 solid !important;
	/* border-bottom: 2px solid !important; */
}

.entry h5 {
	font-size: 123.1% !important;
	border-bottom: 1px solid !important;
}

.entry h6 {
	font-size: 108% !important;
	border-bottom: 1px dotted !important;
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
	border-color: #03B9CA !important;
  margin: 5px 0 12px 0 !important;
}

.entry img{
    margin: 0px auto 0px 0 !important;
    padding: 0px !important;
    border: none !important;
}

#hd_right_free strong {
    font-weight: normal;
}

#main_menu_ul a:hover {
    color: white;
    /* font-weight: normal; */
    text-shadow: none;
}

#main_menu_ul a:hover + p.menu-caption {
    color: white;
    /* font-weight: normal; */
    text-shadow: none;
}

/* gototop */
@media only screen and (min-width:0) and (max-width:960px) {
    div#gototop {
        right: 20px;
        bottom: 80px !important;
    }
}

/* contactform7 */
.form-width  { max-width: 90%;}

/* wp social bookmaring light */
.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 10px 0 20px 0 !important;
    margin: 0 !important;
}
.wp_social_bookmarking_light div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}
.wsbl_pinterest a{
    border: 0px !important;
}



/* 目次（Table of contents Plus） を挿入する際の三角マークを非表示にする */
.entry ul li:before,.icon-triangle-right:before {
    display: none!important;
}

.entry ul li, .entry ol li {
    list-style-type: disc;
}
