/* ▼トップページ上部3枠（左側：category-posts-2-internal）デザイン調整用 Start */

#category-posts-2-internal .cat-post-title {
    font-size: 13px;
}

/* ▲トップページ上部3枠（左側：category-posts-2-internal）デザイン調整用 End */


/* ▼トップページ上部3枠（中央:custom_html-2）（右側:custom_html-3）デザイン調整用 Start */

#custom_html-3 .alignleft, .left-cus {
    float: left;
    margin: 0;
}

#custom_html-3 .textwidget .desc-cus {
    width: 190px;
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    letter-spacing: 0.1px;
    font-family: 'Open Sans','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#custom_html-3 .alignright, .right-cus {
    float: right;
    margin: 0;
}

#custom_html-2 .textwidget p,
#custom_html-3 .textwidget p {
    font-size: 13px;
}

#custom_html-2 .textwidget b,
#custom_html-3 .textwidget b {
    margin-top: 8px;
    font-size: 14px;
}

#custom_html-2 .textwidget a,
#custom_html-3 .textwidget a {
    color: #D31C30;
}

#custom_html-3 li {
    float: left;
	  margin: 0 4px;
    padding: 3px 0px 2px 0px;
    list-style: none;
    border: none;
}

#custom_html-3 .textwidget ul li:first-child {
    margin-left: 9px!important;
}

#custom_html-3 li a {
    font-size: 12px;
    color: #444;
    margin: 0 0 0 0;
    padding: 3px 0px 2px 0px;
    list-style: none;
    -webkit-transition: 0.5s;
    display: inline-block;
}

#custom_html-3 .textwidget .text-wrap {
    clear: both;
}

#custom_html-2 .center{
    margin: 0 0 10px 0;
}

/* ▲トップページ上部3枠（中央:custom_html-2）（右側:custom_html-3）デザイン調整用 End */


/* ▼リンクデザイン調整用 Start */

p a {
    color: #d31c30;
    text-decoration: none;
}

/*
a {
    color: #d31c30;
    text-decoration: none;
}
*/

/*
li a {
    color: #d31c30;
    text-decoration: none;
}
*/

/* ▲リンクデザイン調整用 End */


/* ▼フッターデザイン調整用 Start */
#footer-sociallink {
    text-align: center;
}

#footer-sociallink li {
    display: inline;
    margin: 0 4px;
    list-style: none;
	  border: none;
}

.footerbox .widget {
    margin: 0 0 0 0;
    padding: 50px 0 30px 0;
}


/*前回より移植 */
#footer {
	background-color: #ffffff;
	background-image: url("https://nathaliesbeautybook.com/wp-content/uploads/2018/11/footer_1107.png");
	background-position: top;
	background-repeat: no-repeat;
}

/*前回より移植 */
@media screen and (max-width: 480px) {
	#footer {
		background-color: #ffffff;
		background-image: url("https://nathaliesbeautybook.com/wp-content/uploads/2018/11/footer_1107_sp.png");
		background-position: top;
		background-repeat: no-repeat;
	}
}

/* ▲フッターデザイン調整用 End */


/* ▼Profileページのデザイン調整用 Start*/
.profile-page{
    overflow:hidden;
    clear: both;
    position: relative;
    top:-25px;
    padding-top:20px;
    padding-bottom:10px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

.profile-page .image{
    width: 250px;
    display: table-cell;
    vertical-align: middle;
}

.profile-page .desc{
    display: table-cell;
    height: 351px;
    padding-left: 25px;
    vertical-align: middle;
    font-size: 12px;
    color:#989898;
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.profile-page .desc a{
    color:#2b9892;
}

.profile-page .desc b{
    display: block;
    margin-top:8px;
    font-size: 22px;
    letter-spacing: 1px;
    color:#333333;
    -webkit-font-smoothing: antialiased;
}

.profile-page .desc span.title{
    font-size: 14px;
    color:#989898;
}

.profile-page ul{
    list-style: none;
    margin:0 -4px!important;
    margin-left:10px!important;
    padding:0;
    position: relative;
    top:-10px;
    left: -19px;
}

.profile-page ul li{
    float: left;
    border:none!important;
    margin:0 4px!important;
}

.profile-page ul li:first-child{
    margin-left: 9px!important;
}

.visible-xs{
    display: none;
}

@media screen and (max-width: 767px){
    .visible-xs{
        display: block;
    }
    .profile-page .desc span.title{
        font-size:14px;
    }
    .profile-page .image{
        width: auto;
        margin:0 auto;
    }
    .profile-page .desc{
        padding:0;
        display: block;
        width: 100%;
        height: auto;
    }
    .profile-page ul{
        top:-20px;
    }
}

/* ▲Profileページのデザイン調整用 End*/


/* ▼投稿ページのタブ非表示 Start*/

.blog-foot {
    display: none;
}

/* ▲投稿ページのタブ非表示 End*/

/* ▼投稿ページのタブ非表示 Start*/

.blog-foot {
    display: none;
}

/* ▲投稿ページのタブ非表示 End*/

/* ▼文字・行間の変更 Start*/
p {
    font-size: 14px;
    line-height: 171%;
}

@media only screen and (max-width: 767px){
p {
    font-size: 15px;
    line-height: 160%;
}
}

/* ▲文字・行間の変更 End*/

/* ▼スマホ表示時の改行復活 Start*/
@media only screen and (max-width: 767px){
.single-contents br {
    display: block;
}
}

/* ▲スマホ表示時の改行復活  End*/

/* ▼コンタクトフォーム7 ラジオボタンの改行 Start*/

span.wpcf7-list-item {
	display: block;
}

/* ▲コンタクトフォーム7 ラジオボタンの改行 End*/
