@charset "UTF-8";

/* *******************************************************************************************
* 
*	ママのためのデジカメ講座 PC
*
******************************************************************************************* */
.kidsContents {
  padding-bottom: 85px;
}

/* -------------------------------------------------------------------------------------------
*
* 共通パーツ 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- cat_ttl  ----------------------------- */
.cat_ttl {
  width: 980px;
  text-align: right;
  padding: 60px 0 0;
  margin: 0 auto 8px;
  line-height: 1;
}

.cat_ttl_inner {
  font-size: 18px;
  display: inline-block;
  color: #0b86de;
  background: url(../image/title_bg_pc.png) no-repeat center bottom;
  padding: 0 0 20px;
}

/* ----------------------------- attention ----------------------------- */
.attention {
  width: 980px;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto 70px;
  position: relative;
  z-index: 100;
  clear: both;
}

.attention .attention-detailPage {
  margin-bottom: 70px;
}

/* -------------------------------------------------------------------------------------------
*
* トップ
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- toplMain ----------------------------- */
.topMain {
  width: 980px;
  margin: 0 auto 53px;
  padding-top: 78px;
  text-align: center;
}

.topMain_subTtl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #2294e6;
}

.topMain_ttl {
  color: #2294e6;
  font-weight: bold;
  font-size: 44px;
  padding: 0 4px 22px;
  margin-bottom: 12px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  background: url(../image/top_title_bg_pc.png) no-repeat center bottom;
}

.topMain_lead {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------- sapa_list ----------------------------- */
.top_list {
  width: 1011px;
  margin: -31px 0 0 -31px;
  overflow: hidden;
  padding-bottom: 40px;
}

.top_list_item {
  width: 306px;
  float: left;
  margin: 31px 0 0 31px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
}

.top_list_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.top_list_item_img {
  width: 100%;
  border-radius: 11px 11px 0 0;
  overflow: hidden;
}

.top_list_item_inner {
  height: 222px;
}

.top_list_item_label {
  width: 100%;
  height: 43px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 7px;
  box-sizing: border-box;
  background: url(../image/label_bg_pc.png) no-repeat;
}

.top_list_item_ttl {
  padding: 13px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.top_list_item_text {
  font-size: 16px;
  padding: 0 30px;
}

/* -------------------------------------------------------------------------------------------
*
* 各記事詳細
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- detailMain ----------------------------- */
.detailMain {
  width: 980px;
  background: #d9ecfa;
  border-radius: 20px;
  padding: 32px 32px 56px;
  margin: 0 auto 64px;
  box-sizing: border-box;
  position: relative;
}

.detailMain_clm-L {
  width: 442px;
  float: left;
}

.detailMain_vol {
  background: url(../image/balloon.png) no-repeat center top;
  background-size: 100% auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 96px;
  height: 43px;
  padding-top: 9px;
  margin: 0 0 15px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.detailMain_ttl {
  font-size: 44px;
  color: #0b86de;
  margin-bottom: 15px;
  line-height: 1.4;
  display: block;
}

.detailMain_ttl_sub {
  font-size: 16px;
  display: inline-block;
  background: url(../image/title_sub_bg_left.png) no-repeat left bottom,
    url(../image/title_sub_bg_right.png) no-repeat right bottom;
  background-size: auto 18px;
  line-height: 18px;
  padding: 0 19px;
  color: #0b86de;
  font-weight: bold;
}

.detailMain_lead {
  font-size: 18px;
  line-height: 1.8;
}

.detailMain_img {
  width: 442px;
  float: right;
  border-radius: 12px;
  overflow: hidden;
}

.detailMain_time {
  width: 100px;
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -50px;
}

.detailMain_note {
  position: absolute;
  bottom: -26px;
  right: 0;
  font-size: 14px;
  color: #666;
}

/* ----------------------------- detailContents ----------------------------- */
.detailContents {
  width: 980px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 100;
}

/* ----------------------------- material ----------------------------- */
.material {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 46px 32px 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 64px;
}

.material:before {
  content: "";
  width: 90.6%;
  height: 20px;
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -45.3%;
  background: url(../image/material_ring.png) repeat-x;
  background-size: 35px 20px;
}

.material_ttl {
  padding: 0 0 24px;
  background: url(../image/line_dot_blue_x.png) repeat-x left bottom;
  background-size: auto 4px;
  line-height: 1;
  margin-bottom: 26px;
  font-size: 24px;
  text-align: center;
  color: #0b86de;
  font-weight: bold;
}

.material_foodName {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0b86de;
}

.material_list {
  width: 100%;
  margin-bottom: 30px;
}

.material_list:last-of-type {
  margin-bottom: 0;
}

.material_list_item {
	width: 292px;
	margin: 0 19px 12px 0;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 3px 0 12px 32px;
  background: url(../image/ic_hat.png) no-repeat 0 3px;
  background-size: 21px auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
}

.material_list_item:nth-child(3n) {
  margin-right: 0;
}

.material_list_item-boaderNone {
  padding-bottom: 2px;
  border: none;
  margin-bottom: 0;
}

.material_list_item_num {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: normal;
  text-align: right;
}

.material_note {
  font-size: 14px;
  margin-top: 30px;
}

/* ----------------------------- return_btn ----------------------------- */
.return_btn {
  margin: 0 auto 70px;
  position: relative;
  z-index: 100;
  text-align: center;
}

.return_btn a {
  height: 64px;
  border-radius: 64px;
  display: inline-block;
  background: #2294e6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 19px 74px 19px 54px;
  box-sizing: border-box;
  font-size: 18px;
}

.return_btn span {
  display: inline-block;
  background: url(/kids/common/image/ic_arr_wt_return.png) no-repeat left center;
  background-size: 24px 22px;
  padding-left: 40px;
}

/* ----------------------------- step ----------------------------- */
.step {
  width: 100%;
  margin-bottom: 64px;
}

.step_ttl {
  border-top: 4px solid #2294e6;
  padding: 29px 0 32px;
  background: url(../image/line_dot_blue_x.png) repeat-x left bottom;
  background-size: auto 4px;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  color: #0b86de;
}

.step_list_item {
  width: 100%;
  margin-bottom: 40px;
}

.step_list_item:last-of-type {
  margin-bottom: 0;
}

.step_list_item_clm-L {
  width: 474px;
  float: left;
  position: relative;
}

.step_list_item_clm-R {
  width: 474px;
  float: right;
}

.step_list_item_img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.step_list_item_no {
  position: absolute;
  top: -3px;
  left: 32px;
  width: 68px;
}

.step_list_item_text {
  font-size: 18px;
  line-height: 1.8;
}

.step_list_item_advice {
  width: 100%;
  border-radius: 20px;
  background: #fff1d1;
  padding: 23px 32px;
  position: relative;
  margin-top: 58px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
}

.step_list_item_advice:before {
  content: "";
  width: 84px;
  height: 46px;
  background: url(../image/ic_advice.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -42px;
}

.step_list_item_comment {
  width: 100%;
  border-radius: 20px;
  background: #fff1d1;
  padding: 23px 32px;
  position: relative;
  margin-top: 32px;
  box-sizing: border-box;
}

/* check */
.check {
  width: 100%;
  border-radius: 20px;
  background: #fff1d1;
  padding: 23px 32px;
  position: relative;
  margin-top: 58px;
  box-sizing: border-box;
}

.check_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #ff9500;
}

.check_text {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------- memo ----------------------------- */
.memo {
  width: 474px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #ffaa00;
  border-radius: 20px;
  overflow: hidden;
}

.memo_ttl {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #ffaa00;
  text-align: center;
}

.memo_ttl_inner {
  line-height: 48px;
  display: inline-block;
  padding: 0 10px 0 42px;
  background: url(../image/ic_pen.png) no-repeat left center;
  background-size: 30px 30px;
  margin: 0 auto;
}

.memo_inner {
  width: 100%;
  padding: 31px;
  box-sizing: border-box;
}

.memo_img {
  width: 100%;
  margin-bottom: 24px;
}

.memo_text {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------- idea ----------------------------- */
.idea {
  width: 474px;
  float: right;
  box-sizing: border-box;
  border: 1px solid #f2619d;
  border-radius: 20px;
  overflow: hidden;
}

.idea_ttl {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #f2619d;
  text-align: center;
}

.idea_ttl_inner {
  line-height: 48px;
  display: inline-block;
  padding: 0 10px 0 37px;
  background: url(../image/ic_box.png) no-repeat left center;
  background-size: 22px 32px;
  margin: 0 auto;
}

.idea_inner {
  width: 100%;
  padding: 31px;
  box-sizing: border-box;
}

.idea_img {
  margin-bottom: 24px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.idea_text {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------- profile ----------------------------- */
.profile {
  width: 980px;
  border: 4px dotted #2294e6;
  border-radius: 12px;
  padding: 28px;
  box-sizing: border-box;
  margin: 0 auto 25px;
  position: relative;
  z-index: 100;
  background: #fff;
  margin-bottom: 80px;
  clear: both;
}

.profile_ttl {
  width: 70px;
  margin-left: -35px;
  position: absolute;
  top: -49px;
  left: 50%;
}

.profile_photo {
  width: 214px;
  float: left;
  border-radius: 12px;
  overflow: hidden;
}

.profile_name {
  margin: 15px 0 20px 245px;
  color: #0b86de;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.profile_about {
  margin: 0 0 0 245px;
  font-size: 18px;
  line-height: 1.8;
}

.preparation {
	background: #d9ecfa;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 30px 25px;
}

.prep_ttl {
	color: #0b86de;
	font-weight: bold;
	padding-right: 5px;
}

.superviser {
	text-align: right;
	padding-top: 10px;
}

/* ----------------------------- delishkitchen ----------------------------- */
@media print, screen and (min-width: 769px) {
  .delishkitchen {
    margin: -25px auto 40px;
    width: 840px;
    height: auto;
  }

  .pc_none {
    display: none;
  }
}

/* -------------------------------------------------------------------------------------------
*
* *** 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- *** ----------------------------- */
/* ----------------------------- *** ----------------------------- */
/* ----------------------------- *** ----------------------------- */