﻿/* base */
html {
    font-size: 62.5%;
}
body {
	color: #333333;
	font-size: 16px;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
p {
	font-size: 14px;
}
img {
	border: medium none;
	vertical-align: bottom;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

figure a:hover,
.banner a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


/* ==================== category color ==================== */

.category_maternity 	{ background: #49a2e6; }
.category_newborn 		{ background: #f59300; }
.category_one 			{ background: #2fc0a9; }
.category_two-three 	{ background: #f77ca1; }
.category_overfour 		{ background: #af78e3; }
.category_feature 		{ background: #f35244; }

.category_text_maternity{ color: #49a2e6; }
.category_text_newborn 	{ color: #f59300; }
.category_text_one 		{ color: #2fc0a9; }
.category_text_two-three{ color: #f77ca1; }
.category_text_overfour { color: #af78e3; }
.category_text_feature 	{ color: #f35244; }


/* ==================== util ==================== */

.clearfix:after,
header#top:after,
#headerBanner ul:after,
nav#globalNavi ul:after,
#bar:after,
.sns ul:after,
section#articleRecent:after,
aside#pickup ul li:after,
aside#footerBanner ul:after,
section#articleList article:after,
#articleRelated #related article:after,
#articleFooterBanner ul:after {
	content: "";
	clear: both;
	display: block;
}

/* ==================== layout ==================== */
#cetimes {
	background: url("../images/bg.gif") ;
}
#cetimes .inner {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

/* ==================== header ==================== */
header#cetimes-header {
	background: #fff;
	padding: 22px 0 10px 0;
}

/* ----- top ----- */
header#top {
	margin: 0 0 40px;
}
/* logo */
#logo {
	float: left;
	width: 503px;
}
#logo #logoImage {
	margin: 4px 0 8px;
	padding: 0;
}
#lead {
	font-size: 13px;
}
/* banner */
#headerBanner {
	float: left;
	width: 278px;
}
#headerBanner ul li:first-child {
	margin: 0 53px 0 47px;
}
#headerBanner ul li:nth-child(2){
	float: left;
}
#headerBanner ul li:last-child {
	float: right;
}

/* search */
#search {
	float: right;
	width: 182px;
	margin-top: 25px;
}

#search form {
	border: 1px solid #c9c9c9;
	width: 180px;
	height: 30px;
}
#search form input[type="text"] {
	width: 145px;
	height: 28px;
	line-height: 28px;
	border: none;
	margin-left: 8px;
}
#search form input[type="submit"] {
	background: url("../images/search.png") right center no-repeat;
	width: 16px;
	height: 28px;
	border: none;
	cursor: pointer;
}


/* ==================== navi ==================== */
.gnavwf ul li {
	font-size: 16px;
}
nav#globalNavi ul {
	height: 27px;
}
nav#globalNavi ul li {
	float: left;
	position: relative;
	height: 27px;
}
nav#globalNavi ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	height: 27px;
	content: "";
	display: block;
	background: url("../images/navi_sep.png") left top no-repeat;
}
nav#globalNavi ul li#navi-maternity:before {
	display: none;
}
nav#globalNavi ul li a {
	display: block;
	height: 27px;
}
nav#globalNavi ul li#navi-maternity a {
	padding: 0 38px 0 32px;
}
nav#globalNavi ul li#navi-newborn a {
	padding: 0 39px 0 36px;
}
nav#globalNavi ul li#navi-one a {
	padding: 0 38px 0 36px;
}
nav#globalNavi ul li#navi-two-three a {
	padding: 0 40px 0 36px;
}
nav#globalNavi ul li#navi-overfour a {
	padding: 0 39px 0 36px;
}
nav#globalNavi ul li#navi-feature a {
	padding: 0 41px 0 41px;
}

/* ==================== bar ==================== */
#bar {
	background: #dbf3fd;
	padding: 7px 0;
}

/* ==================== breadcrumb ==================== */
#breadcrumb {
	float: left;
	width: 830px;
	margin: 5px 0;
}
#breadcrumb ul li {
	display: inline;
}
#breadcrumb ul li:after {
	content: ">";
	padding: 0 2px 0 7px;
}
#breadcrumb ul li:last-child:after {
	display: none;
}

/* ==================== sns ==================== */
.sns {
	float: right;
	width: 140px;
}
.sns ul li {
	margin: 0 2px;
	float: left;
}
.sns ul li:first-child {
	margin-left: 0;
}
.sns ul li:last-child {
	margin-right: 0;
}
.sns ul li .line-it-button {
	border-radius: 30px;
}

/* ==================== sns article ==================== */
#article .sns {
	margin: 30px auto 0;
	float: none;
}

/* ==================== page title ==================== */
h1#pageTitle {
	font-size: 24px;
	margin: 0 0 20px;
}

/* ==================== container ==================== */
div#container {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 0;
}

/* ==================== side ==================== */
section#side {
	width: 280px;
	float: right;
}

/* ==================== side item ==================== */
.side_item {
	background: #f8f8f4;
	border: 4px solid #fff;
	border-radius: 8px;
	margin: 0 0 10px;
}

/* ==================== ranking ==================== */
aside#ranking h2 img {
	margin: 5px 0 0 -5px;
}
aside#ranking ol {
	margin: 0 16px 7px;
}
aside#ranking ol li {
	background: url("../images/rank_line.png") right bottom no-repeat;
	position: relative;
	padding: 0 0 0 38px;
	line-height: 20px;
}
aside#ranking ol li:last-child {
	background: none;
}
aside#ranking ol li a {
	margin: 14px 0;
	display: inline-block;
}
aside#ranking ol li:before {
	position: absolute;
	left: -3px;
	top: 3px;
	bottom: 0;
	width: 34px;
	display: block;
	content: "";
}
aside#ranking ol li:nth-child(1):before {
	background: url("../images/rank/rank1.png") center center no-repeat;
}
aside#ranking ol li:nth-child(2):before {
	background: url("../images/rank/rank2.png") center center no-repeat;
}
aside#ranking ol li:nth-child(3):before {
	background: url("../images/rank/rank3.png") center center no-repeat;
}
aside#ranking ol li:nth-child(4):before {
	background: url("../images/rank/rank4.png") center center no-repeat;
}
aside#ranking ol li:nth-child(5):before {
	background: url("../images/rank/rank5.png") center center no-repeat;
}
aside#ranking ol li:nth-child(6):before {
	background: url("../images/rank/rank6.png") center center no-repeat;
}
aside#ranking ol li:nth-child(7):before {
	background: url("../images/rank/rank7.png") center center no-repeat;
}
aside#ranking ol li:nth-child(8):before {
	background: url("../images/rank/rank8.png") center center no-repeat;
}
aside#ranking ol li:nth-child(9):before {
	background: url("../images/rank/rank9.png") center center no-repeat;
}
aside#ranking ol li:nth-child(10):before {
	background: url("../images/rank/rank10.png") center center no-repeat;
}

/* ==================== pickup ==================== */
aside#pickup h2 img {
	margin: 5px 0 0 -5px;
}
aside#pickup ul {
	margin: 0 16px 7px;
}
aside#pickup ul li {
	background: url("../images/pickup_line.png") right bottom no-repeat;
	line-height: 20px;
	padding: 19px 0;
}
aside#pickup ul li:last-child {
	background: none;
}
aside#pickup ul li h3 {
	float: right;
	width: 155px;
	font-weight: normal;
}
aside#pickup ul li figure {
	float: left;
	width: 73px;
}
aside#pickup ul li figure img {
	border-radius: 73px;
}

/* ==================== category ==================== */
nav#category {
	background: #fff;
	border: 4px solid #e8e5dd;
	border-radius: 8px;
	margin: 0 0 10px;
}
nav#category h2 img {
	margin: 8px 0 0 -5px;
}
nav#category > ul {
	margin: 7px 16px 30px;
}
nav#category > ul > li {
	margin-bottom: 20px;
}
nav#category > ul > li > a {
	color: #fff;
	display: block;
	border-radius: 20px;
	padding: 5px 20px;
}
nav#category > ul > li > ul {
	margin: 15px 0 15px 20px;
}
nav#category > ul > li > ul > li {
	display: inline;
	margin: 0 10px 0 0;
}

/* ==================== banner ==================== */
aside.banner {
	margin: 0 0 10px;
}
aside.banner ul li {
	margin: 0 0 10px;
}

/* ==================== contents ==================== */
section#contents {
	width: 690px;
	float: left;
}
/* ==================== top article list ==================== */
section#articleRecent {
	width: 690px;
	position: relative;
}
section#articleRecent article {
	width: 340px;
	position: absolute;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
section#articleRecent article.disp_em {
	width: 690px;
}
section#articleRecent article figure.thumbnail {
	margin: 0 -20px 13px;
}
section#articleRecent article p.summary {
	font-size: 12px;
	color: #666;
}
section#articleRecent article p.info_category {
	float: left;
	display: inline-block;
	font-size: 12px;
}
section#articleRecent article p.info_category a {
	color: #fff;
	display: block;
	border-radius: 20px;
	padding: 3px 0;
	width: 110px;
	text-align: center;
}
section#articleRecent article p.info_date {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #666;
	margin: 3px 0;
}
section#articleRecent article h2 {
	margin: 15px 0;
	font-size: 18px;
}
section#articleRecent article.new:after {
	position: absolute;
	left: 3px;
	top: 4px;
	width: 112px;
	height: 86px;
	display: block;
	content: "";
	background: url("../images/new.png") 0 0 no-repeat;
}

/* ==================== top article list ==================== */
section#articleList article {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 10px;
}
section#articleList article figure.thumbnail {
	float: left;
	width: 190px;
}
section#articleList article div.article_data {
	float: right;
	width: 445px;
}
section#articleList article p.summary {
	font-size: 12px;
	color: #666;
}
section#articleList article p.info_category {
	float: left;
	display: inline-block;
	font-size: 12px;
}
section#articleList article p.info_category a {
	color: #fff;
	display: block;
	border-radius: 20px;
	padding: 3px 0;
	width: 110px;
	text-align: center;
}
section#articleList article p.info_date {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #666;
	margin: 3px 0;
}
section#articleList article h2 {
	margin: 10px 0;
	font-size: 18px;
}

/* ==================== pagenation ==================== */
#pagenation ul {
	text-align: center;
	height: 26px;
	margin: 20px 0 0;
}
#pagenation ul li {
	display: inline-block;
	margin: 0 5px;
	height: 26px;
	vertical-align: bottom;
}
#pagenation ul li a {
	min-width: 27px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	text-decoration: underline;
}
#pagenation ul li.next,
#pagenation ul li.prev,
#pagenation ul li.current_page a,
#pagenation ul li a:hover {
	text-decoration: none;
}

/* ==================== article ==================== */
article#article {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
}
article#article p.info_category {
	float: left;
	display: inline-block;
	font-size: 12px;
}
article#article p.info_category a {
	color: #fff;
	display: block;
	border-radius: 20px;
	padding: 3px 0;
	width: 110px;
	text-align: center;
}
article#article p.info_date {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #666;
	margin: 3px 0;
}
article#article h2 {
	margin: 20px 0;
	font-size: 28px;
	line-height: 40px;
}
#articleContents h3 {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 30px;
}
#articleContents h4 {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 20px;
}
#articleContents .bold {
	font-weight: bold;
}
#articleContents .through {
	text-decoration: line-through;
}
#articleContents p {
	line-height: 180%;
	margin: 0 0 20px;
}
#articleContents img {
	max-width: 100%;
}

#articleFooterBanner {
	margin: 20px 0;
}
#articleFooterBanner ul li.banner_sample {
	padding-top: 14px;
}
#articleFooterBanner ul li {
	float: left;
	width: 320px;
}
#articleFooterBanner ul li a {
	display: block;
	width: 320px;
}

/* ==================== related ==================== */
#articleRelated {
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px 0;
	border: 2px solid #afe7ff;
	margin-bottom: 10px;
}
#articleRelated h2 {
	text-align: center;
}
#articleRelated #related {
	margin: 20px 0 0;
	background: url("../images/related_line.png") center top no-repeat;
}
#articleRelated #related article {
	padding: 20px 0;
	background: url("../images/related_line.png") center bottom no-repeat;
}
#articleRelated #related article:last-child {
	background: none;
}
#articleRelated #related article .article_data {
	display: table;
	float: right;
	width: 500px;
	height: 87px;
}
#articleRelated #related article .article_data h3 {
	display: table-cell;
	vertical-align: middle;
	min-height: 87px;
}
#articleRelated #related article figure {
	float: left;
	width: 130px;
}

/* ==================== overview ==================== */
aside#overview {
	background: url("../images/cetimes_bg.gif");
	padding: 54px 0 46px;
}
aside#overview #overviewContents {
	background: url("../images/cetimes_text_bg.png");
	padding: 50px 70px 30px;
	position: relative;
	border-radius: 10px;
	font-size: 12px;
	margin-top: 20px;
}
aside#overview #overviewContents h2 {
	position: absolute;
	top: 0;
	left: 30px;
}

/* ==================== footerBanner ==================== */
aside#footerBanner {
	background: #fff;
	padding: 16px 0 35px;
}

aside#footerBanner ul li {
	float: left;
}
aside#footerBanner ul li:first-child {
	margin-right: 20px;
}
aside#footerBanner ul li:last-child {
	margin-left: 20px;
}

/* ==================== footer ==================== */
.copyright__item {
	font-size: 12px;
}
#renewfooter {
	height: auto !important;
}
footer#footer *,
#renewfooter * {
	box-sizing: content-box;
}
.footer__sitemap ul.nav:first-child {
    font-size: 16px;
}

.footer__sitemap ul.nav p {
    font-size: 16px;
}

.footer__nav .nav__item a::before {
    background: rgba(0, 0, 0, 0) url("../images/arw_r_orage_s.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 6px;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
    width: 6px;
}
.footer__nav .nav__item a::before {
    background: rgba(0, 0, 0, 0) url("../images/arw_r_orage_s.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 6px;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
    width: 6px;
}
#renewfooter .footer__nav .nav__item a {
    color: #333;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
#renewfooter .footer__nav .nav__item a:hover {
    opacity: 0.6;
}

.footer__block--03 {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 2px solid #e1e1e1;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    padding: 40px 0 50px;
    text-align: center;
}
.footer__block--03 p {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
}

.footer__block--03 .btn.is-pagetop {
    position: absolute;
    right: 0;
    top: -70px;
}
.is-pagetop {
    clear: both;
    height: 53px;
    margin: 0 auto -70px;
    text-align: right;
    width: 1000px;
}
.is-pagetop {
    text-align: right;
}

.footer__block--03 .copyright {
    padding: 10px 0 0;
}

.footer__block--03 .footer__logo {
    padding: 10px 0 0;
}

.footer__block--03 .inner {
    position: relative;
}
.footer__block--03 .inner #copy_d {
	position: absolute;
	left: 850px;
	right: 5px;
	top: -100px;
	text-align: right;
	color: #212322;
	font-size: 12px;
}

/* ==================== banner link ==================== */
.linkarea {
	background: #fff;
	padding: 0 20px 0;
	margin-bottom: 20px;
}

/* system */
.linkarea .link_system {
    background: url("../images/banner/system/system_img.jpg") 254px 30px no-repeat;
    background-size: 241px 134px;
    padding: 34px 0 36px;
}
.linkarea .section__contents {
    float: left;
    width: 244px;
}
.linkarea .section__txt {
    font-size: 16px;
    line-height: 1.375;
}
.linkarea .btn {
    margin: 17px 0 0 60px;
}
.linkarea .system__mov__thumb {
    margin: 3px 0 0 11px;
}
.linkarea .system__mov__btn {
    margin: 6px 0 0 29px;
}
.linkarea .system__mov {
    float: right;
    width: 146px;
}

/* system article */

.linkarea.linkarea-article .link_system {
    background: url("../images/banner/system/system_img.jpg") 364px 43px no-repeat;
    background-size: 345px 191px;
    padding: 49px 0 51px;
}
.linkarea.linkarea-article .section__contents {
    width: 349px;
}
.linkarea.linkarea-article .btn {
    margin: 24px 0 0 85px;
}
.linkarea.linkarea-article .system__mov__thumb {
    margin: 4px 0 0 15px;
}
.linkarea.linkarea-article .system__mov__btn {
    margin: 8px 0 0 41px;
}
.linkarea.linkarea-article .system__mov {
    width: 208px;
}

/* entry */

.linkarea .link_entry {
	padding-bottom: 20px;
}
.linkarea .link_entry .section__sample {
    float: left;
    margin-left: 30px;
    width: 280px;
}

.linkarea .link_entry .section__sample .btn {
    margin-left: 12px;
    position: relative;
    text-align: left;
}

.linkarea .link_entry .section__taiken {
    float: left;
    margin-left: 50px;
    width: 289px;
}
.linkarea .link_entry .section__h {
    text-align: center;
}

.linkarea .link_entry .section__sample .section__h {
    text-align: left;
}
.linkarea .link_entry .section__taiken .btn {
    margin-left: 15px;
    text-align: left;
}

/* ==================== text link ==================== */
#articleFooterLink {
	margin: 30px 0;
}
#articleFooterLink ul li {
	text-align: center;
	margin: 15px 0;
}
#articleFooterLink ul li a {
	font-size: 16px;
	color: #0070c0;
	text-decoration: underline;
}
#articleFooterLink ul li a:hover {
	color: #57a6de;
}
