@charset "utf-8";
/*==================================

	フラワーバレンタイン SP CSS

==================================*/
/* リセット */

.guide_body p, .guide_body ul {
	margin-bottom: 0;
}
nav {
	margin-bottom: 10px;
}

/* 共通部分
--------------------------------------------------*/
/* 見出しカウント設定 */
body {
  counter-reset: chapter;
  counter-reset: section;
}
/* 見出し1 */

.lifestyle_heading01 {
	margin: 0 10px 15px;
	font-size: 17px;
	line-height: 1.4;
	padding-bottom: 5px;
	border-bottom: solid 1px #dedede;
}
.lifestyle_heading01 a {
	text-decoration: none;
	color: #000;
}

/* 見出し2 */
.lifestyle_heading02 {
	margin: 0 0 15px 10px;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.4;
	color: #cf4753;
	border-left: 5px solid #cf4753;
}
/* 見出し3 */
.lifestyle_heading03 {
	margin: 0 10px 1em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

/* 見出しカウント */
.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_img {
	margin: 0 10px 10px;
}
.lifestyle_img img {
	width: 100%;
	height: auto;
}
/* 段落 */
p {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.4;
}

/* メニュー */
.mod_h2_01.title {
	margin-bottom: 0px;
	font-size: 14px;
}
.mod_h2_01.title.relatedSp {
	background-color: #e5e5e5;
}
.mod_link_list {
  margin-bottom: 0;
}
.ac_menu.bottomBorder {
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 10px;
}
/* ソーシャルボタン */
.btnSocial {
	overflow: hidden !important;
	width: 231px;
	height: 52px;
	margin: 16px auto 16px;
}
.btnSocial li {
	float: left;
	margin-right: 5px;
	margin-bottom: 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: 71px !important;
	height: 20px!important;
}
.btnSocial li.twitter, .btnSocial li.twitter iframe {
	width: 65px !important;
}
.btnSocial li.hatena, .btnSocial li.hatena iframe {
	width: 80px !important;
}
.btnSocial li.line {
	width: 82px !important;
}
.btnSocial li.gplus {
	width: 32px !important;
}


/* PR */
.prBox {
	margin: 10px;
}
.prBox p {
	line-height: 1.5;
	font-size: 12px;
	margin-bottom: 0px;
}
.prBox img {
	width: 100%;
	height: auto;
}

.likeBox {
	margin: 10px;
}


/* 個別記事ページ
--------------------------------------------------*/

/* サブ画像 */
.lifestyle_subImg {
	text-align: center;
	margin-bottom: 10px;
}
.lifestyle_subImg img {
	text-align: center;
}
/* 順序リスト */
.lifestyle_orderList {
	margin: 0 10px 24px;
	font-size: 14px;
	line-height: 1.4;
	list-style-type: decimal;
	list-style-position: inside;
}
/* 順序なしリスト */
.lifestyle_unorderList {
	margin: 0 10px 24px;
	font-size: 14px;
	line-height: 1.4;
	list-style-type: disc;
	list-style-position: inside;
}
.lifestyle_unorderList li {
	text-indent: -1em;
	padding-left: 1em;
}
/* ハイライト */
p .highlight {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* ボタン */

.preserved_btn {
    width: 80%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.preserved_btn a {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    background-color: #c41f1f;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.preserved_btn a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);}

/* トップページ
--------------------------------------------------*/

/* 記事リスト */
.lifestyle_list li {
	display: table;
	padding: 10px;
	border-top: solid 1px #dedede;
}
.lifestyle_list li .textBox,
.lifestyle_list li .imgBox {
	display: table-cell;
	vertical-align: middle;
}
.lifestyle_list li .imgBox {
	width: 100px;
	margin-right: 10px;
}
.lifestyle_list li .imgBox img {
	width: 100px;
	height: auto;
}
.lifestyle_list li .textBox h3 {
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
}
/* リンク */
p a {
	text-decoration: none!important;
}
p a .articleLink {
	font-weight: bold;
	color: #cf4753;
}

/* -------------------------------------------------------------------
　カテゴリTOP専用(SP版)　#lifestyle-index（追記2015/09/11最終）
------------------------------------------------------------------- */
#lifestyle-index{
	color: #333;
	padding-bottom:40px;
}

#lifestyle-index .lifestyle-intro{
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 10px 0;
}

#lifestyle-index h2{
    font-size: 20px;
	border-bottom:solid #c93a4e 4px; 
    font-weight: bold;
	padding:0 10px 6px;
    margin: 20px 0 15px;
}

/* 「イチ押しトピックス」と「人気記事リスト」
--------------------------------------------------*/
#lifestyle-index .lifestyle-list li {
    border-top: 1px solid #c3c3c3;
    font-size: 15px;
	padding: 5px 10px;
    vertical-align: middle;
}

#lifestyle-index .lifestyle-list li.border-none {
    border-top: none;
}

#lifestyle-index .lifestyle-list li .textBox,
#lifestyle-index .lifestyle-list li .imgBox {
    display: table-cell;
    vertical-align: middle;
}

#lifestyle-index .lifestyle-list li .imgBox img{
    margin-right: 10px;
    height: auto;
    width: 150px;
}

#lifestyle-index .lifestyle-list li .textBox h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 0;
}

/* 季節のコラム
--------------------------------------------------*/
#section-season {
    overflow: hidden;
	padding:0 4px;
}

#section-season li{
    float: left;
    width: 25%;
}

#section-season li a {
    display: block;
    margin: 4px;
    padding: 0;
}

#section-season li img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

/* 用途別コラム
--------------------------------------------------*/
#section-column {
    overflow: hidden;
	padding:0 4px;
}

#section-column li{
    float: left;
    width: 50%;
}

#section-column li a {
    display: block;
    margin: 4px;
    padding: 0;
}

#section-column li img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}











