@charset "utf-8";
/*==================================

    フラワーバレンタイン PC　CSS

==================================*/

/* 共通部分
--------------------------------------------------*/
/* リセット */
 .comTop {
    background: none;
}
#pagePath {
    padding-bottom: 0;
}
/* 見出しカウント設定 */
body {
  counter-reset: chapter;
  counter-reset: section;
}

/* サイドナビ */
#LI div .title {
    margin-bottom: 10px;
}
#LI #lifestyleNaviBox li {
    height: 75px;
    margin-bottom: 10px;
}

/* タイトル */
#HtmlBody #MainBody #MB .articleTitle {
    margin: 0 0 23px 2px;
    padding-bottom: 17px;
    font-size: 2.7em;
    font-weight: normal;
    line-height: 1.2;
    border-bottom: 1px solid #DEDEDE;
}
#HtmlBody #MainBody #MB .articleTitle a {
    text-decoration: none;
    color: #000;
}
#HtmlBody #MainBody #MB .articleTitle a:hover {
    text-decoration: underline;
}
/* メイン画像 */
#lifestyle_heading01 {
    margin-bottom: 15px;
}
/* 段落 */
#MB .lifestyle_text {
    line-height: 1.75;
    margin: 0 0 29px 4px;
}

/* リンク */
.listLink {
    font-size: 1.4em;
    color: #cf4753;
    text-align: right;
}
.listLink a {
    color: #cf4753!important;
}
#MB p a {
    text-decoration: none!important;
}
#MB p a span.articleLink {
    font-weight: bold;
    color: #cf4753;
}


/* 関連記事・関連特集 */
.lifestyle_heading_related {
    padding: 8px 10px 8px 15px;
}
.lifestyle_heading_related.rArticle {
    background-color: #fbe3e1;
}
.lifestyle_heading_related.rSpecial {
    background-color: #e5e5e5;
}
#MB .comGood.rArticle li {
      width: 706px!important;
      border-right: none;
}
/* ソーシャルボタン */

.btnSocialBox {
    position: relative;
    height: 33px;
    margin-top: -10px;
}
.btnSocial {
    /*width: 235px;*/
    /*margin: 0 0 0 490px;*/
    position: absolute;
    /*top: 18px;*/
    right: 0;
}
.btnSocial li {
    float: left;
    margin-right: 10px;
}
.btnSocial li:last-child {
  margin-right: 0;
}
.btnSocial li iframe {
    overflow: hidden !important;
    border: none !important;
}
.btnSocial li.facebook, .btnSocial li.facebook iframe {
    width: 70px !important;
}
.btnSocial li.twitter, .btnSocial li.twitter iframe {
    width: 68px !important;
}
.btnSocial li.hatena, .btnSocial li.hatena iframe {
    width: 80px !important;
}
.btnSocial li.gplus, .btnSocial li.gplus iframe {
    width: 32px !important;
    height: 20px !important;
}

/* PR */
.prBox {
    height: 200px;
    margin: 20px 0;
    background-color: #ccc;
}
/* イベント別メッセージ文例一覧 */
.messageEventList {
    margin: 0 0 22px 2px;
    clear: both;
    border-left: 1px solid #DEDEDE;
    /*margin-bottom: 22px;*/
}
.messageEventList > li {
    padding: 8px 13px 3px 13px;
    width: 217px;
    word-break : break-all;
    float: left;
    border-right: 1px solid #DEDEDE;
}
@media (max-width: 768px) {
	.messageEventList li {
		width: 100%;
	}
}
.messageEventList li ul li {
    padding: 0 0 10px 0;
    float: none;
    border-right: none;
}
.messageEventList li ul li a {
    padding-left: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left 5px;
}

/* 個別記事ページ
--------------------------------------------------*/

/* 見出し2 */
.lifestyle_heading02 {
    padding: 5px 10px;
    line-height: 1;
    color: #cf4753;
    border-left: 5px solid #cf4753;
    margin-bottom: 20px;
    clear: both;
}
/* 見出し3 */
.lifestyle_heading03 {
    font-size: 1.5em;
}
/* 見出しカウント */
.lifestyle_heading02.chapter:before {
    content: counter(chapter) ". ";
}
.lifestyle_heading02.chapter {
    counter-increment: chapter;
    counter-reset: section;
}
.lifestyle_heading03.section:before {
    content: counter(section) ". ";
}
.lifestyle_heading03.section {
    counter-increment: section;
    /*counter-reset: section;*/
}
/* サブ画像 */
.lifestyle_subImg {
    width: 100%;
    margin: 0 auto 20px;
}
/* 順序リスト */
.lifestyle_orderList {
    font-size: 1.4em;
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0 0 29px 4px;
}
/* 順序なしリスト */
.lifestyle_unorderList {
    font-size: 1.4em;
    list-style-position: inside;
    margin: 0 0 29px 4px;
    list-style-type: disc;
}
p .highlight {
    background-color: #ffff66;
}

/* ボタン */

#MainBody .preserved_btn a {
    display: block;
    width: 350px;
    margin: 20px auto 40px;
    background-color: #c41f1f;
    font-size: 1.4em;
    padding: 15px;
    color: #fff;
    text-align: center;
}

#MainBody .preserved_btn a:hover { background-color: #da4343 }

#MainBody .preserved_btn a span {
    display: block;
    background: url(../img/ico_arrow_02.png) no-repeat right center;
}

/* トップページ
--------------------------------------------------*/

/* 記事リスト */
.lifestyle_list {
    margin-bottom: 20px;
}
.lifestyle_list li {
    padding: 15px 0;
    display: block;
    border-top: solid 1px #dedede;
}
.lifestyle_list li:last-child {
    border-bottom: solid 1px #dedede;
}
.lifestyle_list li .imgBox {
    width: 250px;
    float: left;
    margin-right: 15px;
}
.lifestyle_list li .imgBox img {
    width: 250px;
    height: 124px;
}
.lifestyle_list li .textBox {
    width: 470px;
    float: right;
}
.lifestyle_list li .article .textBox h3 {
    font-size: 1.8em;
    line-height: 1.4;
}
#MainBody #MB .lifestyle_list li .article.clearfix .textBox h3 a {
    color: #000;
}
.lifestyle_list li .article .textBox p {
    margin-bottom: 0px!important;
}


/* -------------------------------------------------------------------
　カテゴリTOP専用(PC版)　#lifestyle-index（追記2015/11/13最終）
------------------------------------------------------------------- */
#lifestyle-index  a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

#lifestyle-index .lifestyle-intro{
    overflow: hidden;
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 15px;
}

#lifestyle-index h2{
    font-size: 2.9em;
    border-bottom: 3px solid #C93A4E;
    font-weight: normal;
}

#lifestyle-index .lifestyle_list li.border-none {
    border-top: none;
}


#lifestyle-index .season-nav {
    overflow: hidden;
    margin-right:-10px;
}


#lifestyle-index .season-nav li {
    float: left;
    width: 176px;
    height: 129px;
    margin-right:10px;
}

#lifestyle-index .column-nav {
    overflow: hidden;
    margin-right:-22px;
    margin-bottom:50px;
}

#lifestyle-index .column-nav li {
    float: left;
    width: 230px;
    height: 180px;
    margin:0 22px 22px 0;
}