@charset "UTF-8";
/* CSS Document */
/* default setting */
html, body {
  width: 100%;
  height: 100%;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
  background: #f4f6f8;
  color: #7c8e9c;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 !important;
  padding: 0 !important;
}
html { overflow-y: scroll; }
hr { display: none; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, p { text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
}
img, abbr, acronym, fieldset { border: 0; }
img { vertical-align: middle; }
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* common style */
.cl { zoom: 1; }
.cl:after {
  content: "";
  display: block;
  clear: both;
}
a:link {
  text-decoration: none;
  color: #3cbddb;
}
a:visited {
  text-decoration: none;
  color: #3cbddb;
}
a:hover {
  text-decoration: none;
  color: #016880;
}
a:active {
  text-decoration: none;
  color: #3cbddb;
}
a:hover img {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}
a.productBnr {
  display: block;
  width: 720px;
}
a.productBnr img { padding-bottom: 30px; }
a.productBnr.bottom img { padding-bottom: 0; }
.txt_b{
	font-weight: bold;
}
.hr_1px {
  display: block !important;
  border-top: 1px solid #ccc;
}
.imgNoMargin img {
  margin: 0 !important;
  vertical-align: top;
}
.cellSeparate { border-collapse: separate; }
.borderSpace{ border-spacing: 20px; }
/* header */

#bbc_header{
	 margin: -50px 0 30px 0;
}
#header {
	 width: 100%;
	/* background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/header_bg.gif) top left repeat-x #fff; */
	margin: 0;
	background-color: #fff;
	padding: 30px 0;
}
.header_inner {
	position:relative;
	width: 980px;
	margin: 0 auto;
}
#header h1 {
    text-align: left;
    /* float: left; */
    display: inline-block;
     margin: 10px  0;
    /* padding: 0; */
}

#header .header_contact {
	text-align: right;
    position: absolute;
    right: 0;
    font-size: 0.9em;
    line-height: 1.6em;
    color: #a3b3bf;
}

/* header_menu */
#header_menu {
    /* float: right; */
    position: absolute;
    right: 0;
    top: 50px;
    font-weight: bold;
    /* padding: 8px 0 0 0; */
    text-align: right;
}
#header_menu li {
	float: left;
	border-right: solid 1px;
	/* margin: 0 20px; */
	padding: 0 14px;
}
#header_menu li:last-child {
	border-right: none;
	padding-right: 0;
}
#header_menu a:link { color: #7c8e9c; }
#header_menu a:visited { color: #7c8e9c; }
#header_menu a:hover { color: #26aac9; }
/* gNavi */
#gNavi {
  width: 100%;
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/gNavi_bg.png) top left;
}
.gNavi_inner {
  width: 980px;
  margin: 0 auto;
  padding: 9px 0;
}
#gNavi li {
  float: left;
  width: 188px;
  margin-right: 9px;
}
#gNavi li.gNavi_menu03, #gNavi li.gNavi_menu04 { margin-right: 10px; }
#gNavi li.gNavi_menu05 { margin: 0; }
#gNavi li.gNavi_menu06 { margin-top: 5px; }
#gNavi li.gNavi_menuEnd { margin: 5px 0 0; }
/* header_bnr */
#header_bnr {
  padding-top: 13px;
  width: 980px;
  margin: 0 auto;
}
#header_bnr a:first-child { margin-right: 10px; }
/* sideNavi */
#bbc_sideNavi {
    margin-left: 20px;
    margin-right: 10px;
}
.container #bbc_sideNavi {
  margin: 0 0 0 -7px;
  float: left;
}
#sideNavi {
  width: 230px;
  /*padding-left: 7px;*/
}
/* side_bnr */
.side_bnr { }
.side_bnr li { padding-bottom: 10px; }
.side_bnr .side_bnr03 { margin-left: -7px; }
/* side_listmenu */
.side_listmenu { margin-top: 23px; }
.side_listmenu ul {
  background: #fff;
  border-radius: 0 0 10px 10px
}
.side_listmenu li {
  border-bottom: 1px solid #eceeef;
  padding: 0 12px;
}
.side_listmenu li.last { border: none; }
.side_listmenu li a {
  display: block;
  padding: 7px 0 7px 10px;
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/arrow_aqua.png) left no-repeat;
}
/* side_brand */
.side_brand {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 0 5px 0;
  font-size: 12px;
}
.side_brand a {
  color: #7c8e9c;
  display: block;
  width: 199px;
  margin: 0 auto;
}
.side_brand a:hover { color: #016880; }
.side_brand div { padding: 5px 0 10px 0; }
/* side_rec */
.side_rec {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.side_rec a {
  display: block;
  border-bottom: 1px solid #f0f2f4;
  padding: 10px 8px 10px 15px;
}
.side_rec a img {
  width: 65px;
  height: 65px;
  float: left;
}
.side_rec a p {
  float: right;
  width: 130px;
}
.side_rec a span {
  display: block;
  font-weight: bold;
  color: #a3b3bf;
}
/* side_sns */
.side_sns {
  display: block;
  font-size: 12px;
  margin: 23px 0;
  line-height: 1.4em;
}
.side_sns img { float: left; }
.side_sns p {
  float: right;
  width: 163px;
  color: #7c8e9c;
}
.side_sns p span {
  display: block;
  color: #3cbddb;
}
a:hover.side_sns p, a:hover.side_sns span { color: #016880; }

table.calbase_rakuten{margin-left:20px;}
/* guide */
#footer_guide {
  background: #e5eaf0;
  width: 100%;
  padding-top: 20px;
}
.footer_guide_inner {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 30px 0;
}
#footer_guide .guide_left {
  width: 48%;
  float: left;
}
#footer_guide .guide_right {
  width: 48%;
  float: right;
}
#footer_guide h2 {
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#footer_guide h3 {
  border-bottom: 1px solid #bbc9d2;
  padding: 0 0 4px 0;
}
#footer_guide p { padding: 7px 0 23px 0; }
#footer_guide span {
  border: 2px solid #fff;
  border-radius: 7px;
  display: block;
  padding: 10px;
  margin-top: 10px;
}
#footer_guide span.last { margin: 0; }
#footer_guide strong { display: block; }
.copy_wrap {
  background: #fff;
  width: 100%;
}
.copy_wrap p {
  padding: 10px 0;
  font-size: 12px;
  margin: 0 auto;
  width: 980px;
}
/* goTop */
#goTop {
  width: 100%;
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/gotoTop_bg.gif) repeat-x;
}
.goTop_inner {
  width: 980px;
  margin: 0 auto;
  text-align: right;
}
/* footer */
#bbc_footer { margin-top: 30px; }
#footer { }
/* pankuz */
.breadcrumbs_list {
  color: #7c8e9c !important;
  font-size: 12px !important;
}
.breadcrumbs_list a { color: #3cbddb !important; }
.breadcrumbs_list a:hover { color: #016880 !important; }

/* 18.09.01 list_marl */

div.marl_list {
	width:720px;
}
div.marl_list img.marl-series {
	margin:0 0 20px 0;
}
div.marl_list ul {
    width:720px;
}
div.marl_list ul:after {
    content:" ";
    display:block;
    clear:both;
}
div.marl_list li {
    float:left;
	margin:0 12px 12px 0;
}
div.marl_list li.last-child {
	margin-right:0;
}

/* list */
.all_product_ttl {
  clear: both;
  border-top: 1px solid #e9edf2;
  padding-top: 20px;
  margin-top: 40px;
}
#list_unit { margin-top: 10px; }
.product_list { width: 720px; }
.product_list.goldpage {
  clear: both;
  margin: 40px 0;
}
.product_list .list_ttl_alo {
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/list_alo_sttl.png) top left no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  height: 30px;
  width: 720px;
}
.product_list .list_ttl_marl {
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/list_marl_sttl.png) top left no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  height: 30px;
  width: 720px;
}
.product_list .list_ttl_all {
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/list_bbc_sttl.png) top left no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  height: 30px;
  width: 720px;
}
.product_list .product_list_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px 15px;
}
.product_list td {
  width: 180px;
  vertical-align: top;
  font-size: 12px !important;
}
.product_list td a {
  width: 140px;
  display: block;
  margin: 0 auto;
}
.product_list td img {
  width: 138px;
  height: 138px;
  border: 1px solid #bbc9d2;
}
.product_list td p {
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 0;
}
.product_list td span {
  color: #7b8e9c;
  font-weight: normal;
}
/* list alobaby */

/* list bbc */

/* list all-product鐃緒申鐃緒申鐃縮ﾜﾯ申鐃縮ﾯ申鐃緒申鐃宿ﾯ申 */
td.lossleader_item_name { padding: 0 9px; }
a.lossleader_item_name {
  font-size: 12px;
  color: #3cbddb !important;
  padding-top: 5px;
  display: inline-block;
}
a:hover.lossleader_item_name { color: #016880 !important; }
.lossleader_price1 {
  font-size: 12px;
  font-weight: normal !important;
  margin-bottom: 15px;
  display: inline-block;
  color: #7b8e9c !important;
}
.lossleader_price2 {
  font-size: 12px;
  font-weight: normal !important;
  margin-bottom: 15px;
  display: inline-block;
  color: #7b8e9c !important;
}
/* list category */
#risFil {
  background: #fff;
  width: 660px;
  border-radius: 10px;
  padding: 30px 30px 0 30px;
}
#risFil td { 
	vertical-align: top !important;
}
#risFil td .risfHeadFootWrap { 
	margin-bottom:30px; 
}
#risFil a.category_itemnamelink {
  color: #3cbddb;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  width: 180px;
  text-align: left;
}
#risFil a:hover.category_itemnamelink {
  text-decoration: none;
  color: #016880;
}
#risFil .category_itemprice, #risFil .category_itemtaxpostage {
  color: #7c8e9c;
  font-size: 12px;
}
#risFil p {
  color: #7c8e9c;
  font-size: 14px;
  margin-bottom:20px;
}
#risFil img {
  /*padding-bottom:30px;*/
  display: inline;
}

#risFil img.padding_b0 {
  padding-bottom:0;
}

/* ranking */
.ranking { width: 720px; }
.ranking .ranking_ttl {
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/ttl_bg01.png) no-repeat;
  font-size: 18px;
  padding: 16px 0 13px 30px;
  font-weight: bold;
  margin-bottom: 20px;
  clear: both;
}
.ranking .ranking_unit { display: table; }
.ranking .ranking_unit li {
  display: table-cell;
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/ranking_bg.png) no-repeat bottom left;
  width: 207px !important;
}
.ranking .ranking_unit.normal_set li {
  border-radius: 10px;
  padding-top: 8px;
}
.ranking .ranking_unit li a {
  display: block;
  padding: 32px 8px 8px 8px;
  width: 208px;
  margin-right: 24px;
}
.ranking .ranking_unit .ranking1 { background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/ranking_icon1.png) top no-repeat; }
.ranking .ranking_unit .ranking2 { background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/ranking_icon2.png) top no-repeat; }
.ranking .ranking_unit .ranking3 {
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/ranking_icon3.png) top no-repeat;
  margin-right: 0;
}
.ranking .ranking_unit li img {
  width: 197px;
  height: 197px;
  display: block;
  margin: 0 auto 10px auto;
}
.ranking .ranking_unit li p {
  font-weight: bold;
  margin: 0 auto;
  width: 197px;
}
.ranking .ranking_unit li span {
  color: #7b8e9c;
  display: block;
  margin: 0 auto;
  width: 197px;
}
/* pickupItem */
.pickupItem { width: 720px; }
.pickupItem .pickupItem_ttl {
  background-color: #e9edf2;
  font-size: 18px;
  padding: 16px 0 13px 0;
  font-weight: bold;
  margin-bottom: 20px;
  clear: both;
  text-align: center;
}
.pickupItem .pickupItem_unit { display: table; }
.pickupItem .pickupItem_unit li {
  border-radius: 10px;
  background-color: #FFF;
  margin: 0 20px 20px 0;
  float: left;
}
.pickupItem .pickupItem_unit li.lastBox { margin: 0 0 20px 0; }
.pickupItem .pickupItem_unit.normal_set li {
  border-radius: 10px;
  padding-top: 8px;
}
.pickupItem .pickupItem_unit li a {
  display: block;
  padding: 18px 14px 10px 14px;
}
.pickupItem .pickupItem_unit li img {
  display: block;
  margin: 0 auto 5px 0;
}
.pickupItem .pickupItem_unit li p {
  font-weight: bold;
  margin: 0 auto;
  width: 197px;
}
.pickupItem .pickupItem_unit li span {
  color: #7b8e9c;
  display: block;
  margin: 0 auto;
}
.pickupItem .pickupItem_unit img {
  width: 192px;
  height: 192px;
}
/* btn */
a.btn {
  display: block;
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/btn_bg.png) bottom left repeat-x #3cbddb;
  box-shadow: 0 1px 3px #999;
  border: 1px solid #1f9dba;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
a:hover.btn { opacity: 0.7; }
a.btn span {
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/btn_icon.png) no-repeat;
  display: inline-block;
  height: 24px;
  padding: 0 7px 0 33px;
  margin: 7px 0 5px 7px;
}
a.btn .review { background-position: 0 0; }
a.btn .send_mail { background-position: 0 -55px; }
/* freepage .sideNavi_wrapper */
.container {
  width: 980px;
  margin: 30px auto 0 auto;
}
.container #sideNavi { float: left; }
.container .contents {
  width: 720px;
  float: right;
}
/* list - mark disc */
.mark_list { padding-left: 22px; }
.mark_list li { list-style: disc; }
/* notice unit */
.notice_unit {
  border: 2px solid #ffcc00;
  border-radius: 10px;
  padding: 10px 15px 15px 15px;
  margin: 0 30px;
}
.notice_unit .notice_ttl {
  background: url(https://www.rakuten.ne.jp/gold/babycresco/images/common/notice_icon.png) 0 0 no-repeat;
  border-bottom: 1px solid #d9dfe7;
  padding: 7px 10px 10px 45px;
  font-size: 16px;
  margin-bottom: 15px;
}
.notice_unit li { padding: 2px 0; }
/* space */
.mb0 { margin-bottom: 0 !important; }
.mb30 { margin-bottom: 30px !important; }
/* others */
.subcategory_list { display: none; }
table td[width="630"] { width: 720px !important; }
table td[width="20"] { width: 0px !important; }
/*----------------------------------------------------
.commonNoticeUnit (鐃緒申鐃塾らせ)
----------------------------------------------------*/
.commonNoticeUnit {
  border: 1px #3cbddb dashed;
  padding: 15px;
  color: #666;
  border-radius: 10px;
  clear: both;
  font-size: 13px;
  background: #fff;
  margin-bottom: 30px;
}
.commonNoticeUnit .ttl {
  font-weight: bold;
  font-size: 17px;
  color: #3cbddb;
  padding-bottom: 15px;
}
.commonNoticeUnit .sttl {
  font-weight: bold;
  font-size: 14px;
  color: #3cbddb;
  padding-bottom: 7px;
  padding-top: 15px;
}
.commonNoticeUnitTxt { color: #637787; }
.commonNoticeUnitTxt strong{ color: #637787; }
.commonNoticeUnit .indentTxt {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.commonNoticeUnit ul{
	color: #637787;
	margin-bottom:15px;
}
.commonNoticeUnit li.sttl{
	list-style: none;
	text-indent: -1.5em;
}
.commonNoticeUnit li{
	list-style:disc;
	margin-left:1.5em;
}

/*----------------------------------------------------
.attention
----------------------------------------------------*/
.attention{
	padding: 30px;
    margin-bottom: 20px;
    border: #000 solid 1px;
	color: #7c8e9c;
}
span.sale_desc div.attention{
	font-size:80%;
}
.attention span.ttl{
	color:#637787;
	display: block;
    text-align: center;
    margin-bottom: 1em;
	font-weight: bold;
}

.attention div.detail{
	padding:1em 0;
	text-align: left;
	border:dashed 1px;
	border-width:1px 0px 1px 0px;
}
/*----------------------------------------------------
henpin
----------------------------------------------------*/
#risFil.cancel{
    color:#7c8e9c;
	padding-bottom:20px;
}
#risFil.cancel h1{
	font-size: 1.8rem;
}
#risFil.cancel h2{
	font-size: 1.5rem;
    font-weight: bold;
	margin: 2rem 0 4rem 0;
}
#risFil.cancel h3{
	font-size: 1rem;
    font-weight: normal;
    margin: 0 0 1rem;
    padding: 0.7rem 0 0.5rem 1rem;
    background-color: #3cbddb;
    color: #ffffff;
}
#risFil.cancel section{
  margin: 0rem 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 4.5rem;
  display: block;
  margin-top: -4.5rem;
}
#risFil.cancel p.indent{
	margin-bottom: 0;
	text-indent: -1.5em;
    padding-left: 2em;
}
#risFil.cancel section ul{
	margin: 1rem 0;
    padding-left: 2rem;
}
#risFil.cancel section li{
	list-style: disc;
}
#risFil.cancel section span.line{
	text-decoration: underline;
	font-weight:bold;
	}
#risFil.cancel section a:link{
    text-decoration: underline;
}

#risFil section .TotalPay{
    border: dashed 1px #e5eaf0;
    padding: 1rem;
    margin-top: 1rem;
}
#risFil section .TotalPay span{
    margin-bottom: 1rem;
	padding: 0.2rem 0;
    border-bottom: solid 1px #7c8e9c;
    display: inline-block;
}
#risFil section .TotalPay .ex{
    margin-bottom: 0.5rem;
}

#risFil .introText {
  margin: -20px 0 ;
}

#risFil .linkbtn {
  margin-top: 20px;
  margin-left: 226px;
}

#anchorArea {
  padding-top: -60px;
}

#anchorArea img {
  padding-left: 4px;
}

#section_01 img {
  padding-bottom: 0px;
  margin: 5px 0;
}

#section_01 .sectiontitle {
  margin-top: -20px;
}

#section_02 img {
  padding-bottom: 0px;
  margin: 5px 0;
}

#section_03 img {
  padding-bottom: 0px;
  margin: 10px 0;
}

#section_03 #teiki_ranking_no1 {
  position: relative;
}
#section_03 #teiki_ranking_no1 .detailbtn {
  position: absolute;
  left: 42px;
  bottom: -23px;
  padding-left: 0;
}
#section_03 #teiki_ranking_no23 {
  display: flex;
}
#section_03 #teiki_ranking_no23 .teiki_ranking_no2 {
  position: relative;
}
#section_03 #teiki_ranking_no23 .teiki_ranking_no2 .detailbtn {
  position: absolute;
  bottom: 18px;
  left: 39px;
  padding-left: 0;
}
#section_03 #teiki_ranking_no23 .teiki_ranking_no3 {
  position: relative;
}
#section_03 #teiki_ranking_no23 .teiki_ranking_no3 .detailbtn {
  position: absolute;
  bottom: 18px;
  left: 42px;
  padding-left: 0;
}

#section_03 .sectiontitle {
  margin-top:-50px;
}

#section_03 .detailbtn {
  padding-left: 420px;
  margin-top:-12px;
}

#brandichiran img {
  padding-left: 12px;
}

#section_04 .sectiontitle {
  margin-bottom: 30px;
}


#section_04 img {
  padding-bottom: 0px;
}

#section_04 .mb-20 {
  margin-bottom: 20px;
}

#section_04 .mb-10 {
  margin-bottom: 10px;
}

#faq img {
  padding-bottom: 0px;
}
