/*
	読み物用CSSファイル
--------------------------------------
妊活        ninkatsu   #fbc373
妊娠・出産  maternity  #f8c3c3
授乳        baby       #97dbc5
産後・育児  child      #a1dae6
その他      others     #a4bbe5
--------------------------------------
*/

/********** ヘッダー **********/
.am-col-header{
	margin-top:20px;
	margin-bottom:20px;
}
.am-col-gm-left{
	width:50%;
	float:left;
}
.am-col-gm-cen{
	width:37%;
	float:left;
	padding-top:12px;
}
.am-col-gm-right{
	width:13%;
	float:left;
}

/* 検索フォーム */
.am-col-search1 input[type="text"]{
	-webkit-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	border:1px solid #777;
	width:360px;
	height:26px;
	font-size:12px;
	padding-left:13px;
	padding-right:13px;
	border-right:none;
}
.am-col-search1 input[type="submit"]{
	-webkit-border-radius: 3px;
	border-radius: 0px 15px 15px 0px ;
	background:#777 url("./images/comm-searchicon.png") no-repeat 45% 50% ;
	border:1px solid #aaa;
	width:30px;
	height:26px;
	/*font-size:12px;*/
	padding-left:10px;
	padding-right:10px;
}
/* 公式SHOP */
.am-col-gm-right a{
	background: none ;
	/*color:#666;*/
	height:40px;
	display:block;
	/*text-align:right;*/
	/*padding-top:4px;*/
	/*padding-right:3px;*/
	/*margin-top:12px;*/
	/*margin-left:18px;*/
	border-left:none;
}
/* メインカルーセル追加CSS */
.col-main-carou-label a.caru_aimg{
	background:#0FB2D3;
	color:#fff;
	display:block;
	width:315px;
	height:300px;
	padding:0 20px;
	letter-spacing:0.1em;
	float:right;
	text-decoration:none;
}
/* カテゴリーBOX */
.caru_aimg .catbox{
	font-size:19px;
	width:148px;
	height:75px;
	border:3px solid #fff;
	border-top:none;
	margin:0 auto;
	text-align:center;
	padding-top:13px;
	-webkit-border-radius: 0px 0px 74px 74px;
	border-radius: 0px 0px 74px 74px;
}
.caru_aimg h2{
	font-size:24px;
	font-weight:bold;
	margin-top: 27px;
	margin-bottom: 18px;
}
.caru_aimg .more{
	padding-top:18px;
	font-size:20px;
	text-align:right;
}

/* グローバルメニュー */
.am-col-gmenu ul{
	padding: 25px 0;
	display: flex;
	justify-content: center;
}
.am-col-gmenu ul li{
	float:left;
	width: 206px;
	margin-right: 2%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.am-col-gmenu ul li:last-child{
	margin-right: 0;
}
.am-col-gmenu ul li:hover{
	transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
	-webkit-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
	-moz-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
}
.am-col-gmenu ul li:hover a{
	background-color: #fff;
	color: #999;
	border:1px solid #ddd;
}
.am-col-gmenu li a{
	display:flex;
	font-size:13px;
	width: 100%;
	height:54px;
	color:#666;
	float:left;
	text-decoration:none;
	border-radius: 6px;
	-webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* グローバルメニュー サブページ*/
.am-col-gmenu-sub{
	border-top:1px #555 solid;
}
.am-col-gmenu-sub ul{
	padding-top:10px;
	padding-bottom:15px;
}

.gm-ninkatsu{
	background-color: #fbc373;
}
.gm-ninkatsu .inner{
	width: calc(24px + 14px + 26px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gm-ninkatsu .icon-ninkatsu {
	background: url("./images/on_ninkatsu.png") no-repeat;
	width: 24px;
	height: 20px;
}
.gm-ninkatsu a:hover, li.ac-ninkatsu a{
	background-color: #fff;
	color: #999;
	border:1px solid #ddd;
}
.gm-ninkatsu a:hover > .inner .icon-ninkatsu, .ac-ninkatsu .icon-ninkatsu {
	background: url("./images/off_ninkatsu.png") no-repeat;
}

.gm-maternity{
	background-color: #f8c3c3;
}
.gm-maternity .inner{
	width: calc(13px + 14px + 62px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gm-maternity .icon-maternity {
	background: url("./images/on_ninshin.png") no-repeat;
	width: 13px;
	height: 20px;
}
.gm-maternity a:hover, li.ac-maternity a{
	background-color: #fff;
	color: #999;
	border:1px solid #ddd;
}
.gm-maternity a:hover > .inner .icon-maternity, .ac-maternity .icon-maternity {
	background: url("./images/off_ninshin.png") no-repeat;
}

.gm-baby{
	background-color: #97dbc5;
}
.gm-baby .inner{
	width: calc(17px + 14px + 25px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gm-baby .icon-baby {
	background: url("./images/on_jyunyu.png") no-repeat;
	width: 17px;
	height: 20px;
}
.gm-baby a:hover, .ac-baby a{
	background-color: #fff;
	color: #999;
	border:1px solid #ddd;
}
.gm-baby a:hover > .inner .icon-baby, .ac-baby .icon-baby{
	background: url("./images/off_jyunyu.png") no-repeat;
}

.gm-child{
	background-color: #a1dae6;
}
.gm-child .inner{
	width: calc(14px + 14px + 62px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gm-child .icon-child {
	background: url("./images/on_sango.png") no-repeat;
	width: 14px;
	height: 20px;
}
.gm-child a:hover, li.ac-child a{
	background-color: #fff;
	color: #999;
	border:1px solid #ddd;
}
.gm-child a:hover > .inner .icon-child, .ac-child .icon-child{
	background: url("./images/off_sango.png") no-repeat;
}

/********** よみものTOP **********/
.col-post-index{}
.am-col-post-indexlist{
	background:#f6f6f6;
	padding-bottom:15px;
	margin-bottom:40px;
}
.am-col-post-sort{
	text-align:right;
	color:#888;
	padding-top:10px;
}
.am-col-post-sort a{ color:#888; }
.am-col-cattitle{
	text-align:center;
	font-size:34px;
	letter-spacing:0.1em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.catttile-sub{ margin-top: 25px; }

/* よみもの よく検索されるキーワード */
.am-col-cat-toptags{ margin:0px 20px 20px 20px; }
.am-col-cat-toptags .toptags-title{
	font-size:14px;
	font-weight:bold;
	width:23%;
	padding-top:15px;
	float:left;
}
.am-col-cat-toptags .toptags-list{
	width:77%;
	float:left;
}
.am-col-cat-toptags .toptags-list a{
	font-size:14px;
	color: #675338;
	padding:7px 15px;
	margin:5px 7px;
	display:block;
	float:left;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.am-col-cat-toptags .toptags-list a:hover{color:#aaa;}
/* よみもの よく検索されるキーワード カラー*/
.am-col-cat-toptags .toptags-list.ninkatsu-toptags-co a{ background:#fbc373; }
.am-col-cat-toptags .toptags-list.maternity-toptags-co a{ background:#f8c3c3; }
.am-col-cat-toptags .toptags-list.baby-toptags-co a{ background:#97dbc5; }
.am-col-cat-toptags .toptags-list.child-toptags-co a{ background:#E3FAFF; }
.am-col-cat-toptags .toptags-list.others-toptags-co a{ background:#a4bbe5; }


/* よみものTOP記事タイル */
.am-col-posts{
	background: #fff;
	position: relative;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.am-col-posts a{
	display:block;
	text-decoration:none;
	border:1px solid #ddd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.am-col-posts a:hover{
	background:#f1f1f1;
}
.am-col-posts img{
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px ;
	border-radius: 8px 8px 0px 0px;
}
.am-col-posts-cat{
	color:#fff;
	padding:4px 5px;
	position:absolute;
	top:0px;
	right:10px;
}
.posts-cat-ninkatsu{background:#fbc373;}
.posts-cat-maternity{background:#f8c3c3;}
.posts-cat-baby{background:#97dbc5;}
.posts-cat-child{background:#a1dae6;}
.posts-cat-others{background:#a4bbe5;}
.am-col-posts h2{
	color:#675338;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	line-height:1.45em;
}
.am-col-posts p{
	color:#666666;
	margin-left:20px;
	margin-right:20px;
}
.am-col-posts .posts-date{
	font-size:13px;
	color:#cdcdcd;
	padding:20px;
	text-align:right;
}
/**** TOPフッター ****/
.col-top-ft{}
.col-top-ft-left{padding-right:20px;}
.col-top-ft-right{padding-left:20px;}
.col-top-ft a{
	color:#666666;
}
.col-top-ft h3{
	font-size:20px;
	font-weight:bold;
	border-bottom:#eee 3px solid;
	padding-bottom:5px;
	margin-bottom:20px;
}
/* TOPフッターカテゴリー一覧 */
.col-top-ft .top-ft-cat{}
.top-ft-cat a{
	display:block;
	padding:18px;
}
.top-ft-cat a:hover{
	background:#f2f2f2;
	text-decoration:none;
}
.col-top-ft .top-ft-cat li{
	font-size:18px;
	float:left;
	width:50%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	text-align:center;
}
.col-top-ft .top-ft-cat li:nth-child(even){
	border-right:1px solid #ddd;
}
.col-top-ft .top-ft-cat li:nth-child(5),.col-top-ft .top-ft-cat li:nth-child(6){
	border-bottom:1px solid #ddd;
}
/* TOPフッタータグ */
.am-col-index-tag a{
	display:block;
	float:left;
	text-decoration:underline;
	margin:0px 8px 15px 8px;
}
.am-col-index-tag a:hover{
	text-decoration: none;
}


/* TOPフッター検索 */
.am-col-search2{
	margin-top:25px;
	padding-left:20px;
}
.am-col-search2 input[type="text"]{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #777;
	width:390px;
	height:30px;
	font-size:12px;
	padding-left:13px;
	padding-right:13px;
	margin-right:5px;
}
.am-col-search2 input[type="submit"]{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#666 url("./images/comm-searchicon.png") no-repeat 50% 50% ;
	border:1px solid #666;
	width:30px;
	height:30px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}
.am-col-top-about{
	font-size:15px;
	margin-bottom:15px;
	line-height:1.85em;

}
/* TOPフッターＰＡＲＴＮＥＲ */
.am-col-part-list{
	margin-top:50px;
	padding-top:15px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}
.swiper-container{
	padding-bottom:20px;
}
.am-col-part-item{
	padding-left:10px;
	padding-right:10px;
}
.part-item-left{
	width:110px;
	float:left;
}
.part-item-left a{
	color:#675338;
	display:block;
	margin-top:20px;
	text-align:center;
	padding:5px;
	border:#ddd 1px solid;
	text-decoration:none;
}
.part-item-left a:hover{
	background:#eee;
}
.part-item-right{
	width:360px;
	float:right;
}
.part-item-right h4{
	font-size:20px;
	margin-top:0px;
}
.part-item-right h5{
	font-size:24px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	margin-bottom:6px;
}
.part-item-right h5 span{
	font-size:15px;
	font-weight:normal;
	padding-left:7px;
}
.part-item-right .jobtitle{
	font-size:20px;
	margin-bottom:10px;
}
.part-item-right p{
	font-size:17px;
	line-height:1.6em;
	margin-bottom:18px;
}
.am-col-top-part-navi{
	bottom:10px;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
}
.am-col-top-part-navi .swiper-pagination-bullet { margin: 0 5px; }
.am-col-top-part-navi .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}
.am-col-top-part-navi .swiper-pagination-bullet-active {
	opacity: 1;
	background: #96D6C5;
}
/* TOP人気ランキング */
.am-col-index-ranking{
	background:#FBF8F3;
	border: 2px solid #96D6C5;
	margin-top:40px;
	margin-bottom:40px;
}
.am-col-index-ranking h2{
	background: #96D6C5;
	text-align:center;
	padding-top:10px;
	padding-bottom:14px;
	margin-top:0px;
	margin-bottom:0px;
}
.col-ft-rank-trg{
	width: 0;
	height: 0;
	margin:0 auto;
	border: 17px solid transparent;
	border-top: 20px solid #96D6C5;
}
/* TOPランキング商品 */
.col-index-ranking-list{
	margin-top:15px;
}
a.index-ran-item{
	display:block;
	width:150px;
	float:left;
	text-decoration:none;
	margin-left:22px;
}
.index-ran-item .am-col-ran-img{
	position:relative;
	background:#fff;
	padding:10px;
	text-align:center;
}
.index-ran-item .rank-img,.index-ran-item .rank-imgnum{
	position:absolute;
	top:5px;
	left:10px;
}
.index-ran-item .rank-imgnum{
	top:13px;
	left:15px;
}
.index-ran-item .am-col-ran-cat{
	background:#97907E;
	color:#fff;
	text-align:center;
	padding:2px;
}
.index-ran-item h3{
	color:#656462;
	font-size:16px;
	font-weight:bold;
	border-bottom:none;
}
.index-ran-item h4{
	color:#93D7BE;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.03em;
}
a.link-to-plist{
	display:block;
	background: url("images/col-itemmoregr.png") no-repeat #fff 88% 50%;
	width:200px;
	font-size:24px;
	padding:10px 0px 10px 23px;
	margin:10px auto 30px auto;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
}
a.link-to-plist:hover{
	background: url("images/col-itemmoregr.png") no-repeat #f2f2f2 88% 50%;
}

/********** フッター **********/
/* よみものサブ */
.am-col-ft-sub{
	border-top:1px solid #eee;
	margin-top:40px;
	padding-top:40px;
}

.col-ft-left{padding-right:20px;}
.col-ft-right{padding-left:20px;}

.am-col-ftcont-socialbt img{
	padding:0 12px 10px 0;
	width:50px;
}
.am-col-ftcont-socialbt h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px 0 0;
    margin:0 20px 10px 0;
}
.am-col-ftnavi{
	background:#535152;
	text-align:center;
}
.col-ftnavi-list{ padding:0 25px; }
.am-col-ftnavi ul{
	display:table;
	table-layout: fixed;
	width:100%;
}
.am-col-ftnavi li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.am-col-ftnavi li a{
	display:block;
	color:#fff;
	border-left:1px #fff solid;
	padding:0px 20px;
	margin:7px 0;
}
.am-col-ftnavi li a:hover{
	background:#444;
}

/********** 固定ページ（パートナー） **********/

/* PARTNERカスタムフィールドプロフィール */
.am-partnerdetail .col-partnerdetail-itembox{
	padding:30px 0px;
	margin-top:5px;
	margin-bottom:40px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
.am-partnerdetail .col-partnerdetail-itembox .col-partnerdetail-left{
	width:30%;
	float:left;
}
.am-partnerdetail .col-partnerdetail-itembox .col-partnerdetail-left img{ width:100%; }
.am-partnerdetail .col-partnerdetail-itembox .col-partnerdetail-right{
	width:66%;
	float:right;
}
.am-partnerdetail .col-partnerdetail-itembox .col-partnerdetail-right h5{
	font-size:30px;
	font-weight:normal;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:8px;
	border-bottom:1px solid #ddd;
}
.am-partnerdetail .col-partnerdetail-itembox .col-partnerdetail-right h5 span{
	font-size:17px;
	font-weight:normal;
	padding-left:8px;
}
.am-partnerdetail .col-partnerdetail-itembox .col-partnerdetail-right .col-partnerdetail-jobtitle{ margin-bottom:8px; }
.am-partnerdetail .col-partnerdetail-itembox .col-partnerdetail-right p{
	line-height:1.5em;
	margin-bottom:0px;
}
/* PARTNER記事一覧 */
.am-partnerdetail .am-partner-postlist{ margin-top:30px; }
.am-partnerdetail .am-partner-postlist h2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 3px solid #ddd;
}
.am-partnerdetail .am-partner-postlist .am-col-partner-posts{}
.am-partnerdetail .am-partner-postlist .am-col-partner-posts a{
	color:#5C2A29;
	display:block;
	padding:18px 0px;
	border-bottom: 1px dotted #ddd;
}
.am-partnerdetail .am-partner-postlist .am-col-partner-posts a:hover{ color:#9C8483; }
.am-partnerdetail .am-partner-postlist .am-col-partner-posts a .am-col-partner-thumb{
	width:17%;
	float:left;
}
.am-partnerdetail .am-partner-postlist .am-col-partner-posts a .am-col-partner-thumb img{width:100%;}
.am-partnerdetail .am-partner-postlist .am-col-partner-posts a  h2{
	width:78.5%;
	font-size:18px;
	padding:3px 30px 5px 0px;
	margin:0px;
	float:right;
	border:none;
	line-height:1.7em;
}

/********** 投稿詳細ページ **********/
/**** 構造部分 ****/
.am-col-contentsbox{
	float:left;
	width:720px;
}
.am-col-sidenavi{
	float:right;
	width:300px;
}

/**** コンテンツ ****/
/* タイトル */
.am-col-posttitle{
	margin-top:25px;
}
.now-title-ninkatsu{
	background:url("./images/col-ninkatsu-timg.png") no-repeat 100% 10%;
	color:#fbc373;
}
.now-title-maternity{
	background:url("./images/col-ninshu-timg.png") no-repeat 100% 10%;
	color:#f8c3c3;
}
.now-title-baby{
	background:url("./images/col-jyunyu-timg.png") no-repeat 100% 10%;
	color:#97dbc5;
}
.now-title-child{
	background:url("./images/col-sango-timg.png") no-repeat 100% 10%;
	color:#a1dae6;
}
.now-title-others{
	background:url("./images/col-other-timg.png") no-repeat 100% 10%;
	color:#a4bbe5;
}
.now-cat{
	width:100px;
	color:#fff;
	font-size:13px;
	float:left;
	text-align:center;
	padding:6px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right:10px;
}
.now-cat-gd{
	font-size:17px;
	float:left;
	padding-top:4px;
}
.now-cat-ninkatsu{
	background:#fbc373;
}
.now-cat-maternity{
	background:#f8c3c3;
}
.now-cat-baby{
	background:#97dbc5;
}
.now-cat-child{
	background:#a1dae6;
}
.now-cat-others{
	background:#a4bbe5;
}
.am-col-posttitle h1{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN","ＭＳ Ｐ明朝",sans-serif;
	color:#000;
	font-size:36px;
	padding-right: 170px;
	padding-top: 5px;
	padding-bottom: 30px;
	line-height: 1.1em;
	display: block;
}
.now-h2-ninkatsu{
	background:url("./images/col-ninkatsu-tline.png") no-repeat 0% 100%;
}
.now-h2-maternity{
	background:url("./images/col-ninshu-tline.png") no-repeat 0% 100%;
}
.now-h2-baby{
	background:url("./images/col-jyunyu-tline.png") no-repeat 0% 100%;
}
.now-h2-child{
	background:url("./images/col-sango-tline.png") no-repeat 0% 100%;
}
.now-h2-others{
	background:url("./images/col-other-tline.png") no-repeat 0% 100%;
}

/* 日付、タグ */
.am-col-meta{ margin-bottom:30px; }
.am-col-meta-date{
	width:105px;
	font-size:13px;
	float:left;
	padding-top:2px;
}
.am-col-meta-tag{
	width:600px;
	font-size:14px;
	font-weight:bold;
	float:left;
}
.am-col-meta-tag a{
	color:#666;
	text-decoration:underline;
	padding-right:7px;
}

/* ナビ本文構造 */
.am-col-postdetail{}
.am-postdetail-navi{
	float:left;
	width:90px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #eee;
	text-align:center;
	padding:17px 0 0 0;
}
.postdetail-navi-social{
	font-size:12px;
	padding-bottom:8px;
}
.twitter-share-button{
	margin-top:10px;
	margin-bottom:10px;
}
.navi-social-img img{
	padding-bottom:14px;
}
/* 本文 */
.am-postdetail-con{
	float:right;
	width:610px;
}
.am-postdetail-con p{
	font-size:15px;
	line-height:1.85em;
	margin-bottom:17px;
}
#more-content{
	background: url("images/col-readmoregr.png") no-repeat #eee 84% 49%;
	font-size:20px;
	font-weight:bold;
	width:260px;
	margin:30px auto;
	padding:15px 0 15px 57px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #aaa;
}
#more-content:hover{
	background: url("images/col-readmoregr.png") no-repeat #ddd 84% 49%;
	transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
	-webkit-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
	-moz-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
}
/* 編集部おすすめ */
.am-postdetail-recopro{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #F7F2D9;
	padding:15px;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #FFFECE;
}
.am-postdetail-recopro h3{
	background:url("./images/col-osusume-titleleaf.png") no-repeat 0% 0%;
	font-size:20px;
	font-weight:bold;
	padding-top:6px;
	padding-left:31px;
	padding-bottom:10px;
	margin-top:5px;
	margin-bottom:12px;
	border-bottom:dotted 1px #ddd;
}
.pd-recopro-box{}
.recpro-box-left{
	width:95px;
	float:left;
}
.left-price{
	font-size:13px;
	padding-top:5px;
	text-align:right;
}
.recpro-box-right{
	width:470px;
	float:right;
}
.recpro-box-right h4{
	margin-top:5px;
	color:#FF6F6B;
}
.recpro-box-right h3{
	background:none;
	border:none;
	font-size:16px;
	padding-top:7px;
	padding-left:0px;
	padding-bottom:2px;
	margin-bottom: 5px;
}
.recpro-box-right p{
	font-size:14px;
	line-height:1.4em;
}
.recpro-box-right .recpro-link a{
	background: url("images/col-osusume-pagefeed.png") no-repeat hsla(33, 94%, 60%, 0.62) 90% 49%;
	float:center;
	width:300px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	color:#666;
	display:block;
	padding:10px 8px 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ddd;
	text-decoration:none;
}
.recpro-box-right .recpro-link a:hover{ background:url("images/col-osusume-pagefeed.png") no-repeat #f2f2f2 90% 49%; }

/* FBお知らせ */
.bp-article-snsbox-top{
	background:#F8F6F7;
	font-size:18px;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ddd;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom: 25px;
}
.fb-like{ margin-top: 10px; }

/* PARTNER */
.col-detail-item,.col-detail-item2{
	border-top:1px dotted #ccc;
	padding-top:15px;
	margin-bottom:35px;
}
.col-detail-item2{margin-top:40px;}
.col-detail-item-left,.col-detail-item-left2{
	width:125px;
	float:left;
	margin-left:20px;
}
.col-detail-item-left a,.col-detail-item-left2 a{
	font-size:17px;
	color:#675338;
	display:block;
	margin-top:30px;
	text-align:center;
	padding:5px;
	border:#ddd 1px solid;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.col-detail-item-left a:hover,.col-detail-item-left2 a:hover{
	background:#eee;
}
.col-detail-item-right{
	width:520px;
	float:right;
	margin-right:20px;
}

.col-detail-item-right2{
	width:420px;
	float:right;
	margin-right:20px;
}
.col-detail-item-right h4,.col-detail-item-right2 h4{
	font-size:24px;
	margin-top:0px;
}
.col-detail-item-right h5,.col-detail-item-right2 h5{
	font-size:28px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	margin-bottom:6px;
}
.col-detail-item-right h5 span,.col-detail-item-right2 h5 span{
	font-size:17px;
	font-weight:normal;
	padding-left:7px;
}
.col-detail-item-right .col-top-jobtitle,.col-detail-item-right2 .col-top-jobtitle{
	font-size:22px;
	margin-top:6px;
	margin-bottom:8px;
}
.col-detail-item-right p,.col-detail-item-right2 p{
	font-size:14px;
	line-height:1.6em;
	margin-bottom:8px;
}
.col-detail-item-right p.col-partner-link a {
	width: 180px;
	background: url(images/col-amcomm-pagefeed.png) no-repeat 94% 50%;
	color: #666;
	float: right;
	display: block;
	padding: 8px 32px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 25px;
	text-align: left;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px #eee solid;
}
.col-detail-item-right p.col-partner-link a:hover{ background: #f2f2f2 url(images/col-amcomm-pagefeed.png) no-repeat 94% 50%; }
/* あわせて読みたいおすすめの記事 */
.col-detail-rel-post-li {
	padding:0 10px;
}
.col-detail-rel-post h3{
	font-size:17px;
	font-weight:bold;
	border-bottom:3px solid #eee;
	padding-top:0px;
	padding-left:15px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:20px;
}
.col-detail-rel-post li{
	float:left;
	width:49%;
	height:75px;
	border-bottom:1px dotted #ddd;
	padding:0px 10px 15px 10px;
	margin-bottom:15px;
}
.col-detail-rel-post li:nth-child(even){
	float:right;
}
.col-detail-rel-post li a{
	color:#5C2A29;
	font-weight:bold;
}
.col-detail-rel-post li img{
	width:90px;
	float:left;
	padding-right:12px;
}

/**** サイドナビ ****/
.am-col-sidenavi h3{
	font-size:18px;
	font-weight:bold;
	border-bottom:3px solid #eee;
	padding-top:0px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:1px;
}
.col-side-postlist,.am-accerank-list,.am-side-line,am-side-rss{ margin-bottom:10px; }
.am-pagewidgets h4{
	position: relative;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	padding-left:18px;
	margin-bottom: 2px;
}
/* サイド一覧リンク */
.am-pagewidgets h4 a{ color: #666; text-decoration:none; }
.am-pagewidgets h4 a:hover{ color: #aaa; }
.am-pagewidgets h4:before{
	content: "";
	position: absolute;
	background: #0BBACF;
	top: 50%;
	left: 0em;
	margin-top :-5px;
	height: 9px;
	width: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
.link-cat-info-url{ margin-bottom:20px; }
.link-cat-info-url a{
	color:#666;
	display:block;
	padding:4px 7px;
	border:1px solid #ddd;
	float:right;
	text-decoration:none;
}
.link-cat-info-url a:hover{ background:#f5f5f5; }

/* カテゴリー新着色分け */
.am-pw-ninkatsu h4:before{background: #fbc373;}
.am-pw-maternity h4:before{background: #f8c3c3;}
.am-pw-baby h4:before{background: #97dbc5;}
.am-pw-child h4:before{background: #a1dae6;}
.am-pw-others h4:before{background: #a4bbe5;}
.col-side-postlist-info a{
	display:block;
	border-bottom:dotted 1px #ddd;
	padding:14px 10px;
}
.col-side-postlist-info a:hover{ background:#f2f2f2; }
.col-side-postlist-info:last-child a{ border-bottom:none; }

.col-side-postlist-info img{ float:left; }
.info-cont{
	float:right;
	width:180px;
}
.info-cont h5{
	color:#5C2A29;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}
.info-cont p{
	color:#666;
	font-size:12px;
	margin-bottom:0px;
}
/* 人気の記事 */
.am-accerank-list a{
	display:block;
	color:#5C2A29;
	font-size:14px;
	font-weight:bold;
	border-bottom:dotted 1px #ddd;
	padding:13px 10px 13px 42px;
	text-decoration:none;
}
.am-col-rank1 a,.am-col-rank1 a:hover{ background:url("./images/col-siderank1.png") no-repeat 10px 10px;}
.am-col-rank2 a,.am-col-rank2 a:hover{ background:url("./images/col-siderank2.png") no-repeat 10px 10px;}
.am-col-rank3 a,.am-col-rank3 a:hover{ background:url("./images/col-siderank3.png") no-repeat 10px 10px;}
.am-col-rank4 a,.am-col-rank4 a:hover{ background:url("./images/col-siderank4.png") no-repeat 12px 14px;}
.am-col-rank5 a,.am-col-rank5 a:hover{ background:url("./images/col-siderank5.png") no-repeat 12px 14px;}
.am-col-rank6 a,.am-col-rank6 a:hover{ background:url("./images/col-siderank6.png") no-repeat 12px 14px;}
.am-col-rank7 a,.am-col-rank7 a:hover{ background:url("./images/col-siderank7.png") no-repeat 12px 14px;}
.am-col-rank8 a,.am-col-rank8 a:hover{ background:url("./images/col-siderank8.png") no-repeat 12px 14px;}
.am-accerank-list a:hover{ background-color:#f2f2f2; }

/* タグ一覧 */
.side-tag-inner{ margin:10px; }
.am-side-tag a{
	color:#666;
	display:block;
	float:left;
	padding:4px 6px;
	text-decoration:underline;
}
.am-side-tag a:hover {
	text-decoration: none;
}

/* サイド検索追加属性 */
.am-col-search2-side{
	padding-left:0px;
	margin-bottom: 20px;
}
.am-col-search2-side input[type="text"] {
	width: 250px;
	padding-right: 8px;
}
/* @LINE */
.line-qr-code{
	background:#eee;
	margin-top:8px;
	margin-bottom:15px;
	margin-left:10px;
	padding:16px;
}
/* RSS */
.rss-link{
	margin-top:15px;
	margin-left:10px;
}
