@charset "utf-8";

/* ------------------------------------------

DIYレッスン

------------------------------------------ */

/* import
--------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* html, body
--------------------------------------------------*/
body {
	color:#000;
	line-height: 1.8;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#content {
	padding-top: 110px;
}

.mmbrSts-org ~ #content,
.mmbrSts-org_pre ~ #content,
.mmbrSts-hataraki ~ #content {
	padding-top: 183px;
}
#content img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
#prdList #toTop {
    background: #122546 none repeat scroll 0 0;
}
#prdList #toTop img {
	width:47%;
}
#content .wrap{
	margin:0 10px;
}

/* トップページ
--------------------------------------------------*/
#diy-index-mainvisual {
	margin-bottom: 35px;
}
#diy-index-mainvisual h1{
	margin-bottom: 10px;
}
#diy-index-mainvisual h2{
	padding: 0 45px;
	margin-bottom: 25px;
}


/* lesson */
#diy-index-bnr{
	margin-bottom: 60px;
}
#diy-index-bnr .lesson{
	padding: 35px 0;
	border-bottom:dashed 2px #000;
	position: relative;
}
#diy-index-bnr .lesson:first-child{
	border-top:dashed 2px #000;
}
#diy-index-bnr .lesson+.lesson{
	margin-top: 20px;
}
#diy-index-bnr .lesson .enTitle{
	position: absolute;
	top: 35px;
	left: 5px;
	width: 180px;
	height: auto;
	z-index: 1;
}
#diy-index-bnr .lesson .title{
	float: right;
	margin-right: 30px;
	font-size: 20px;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
#diy-index-bnr .lesson .title span{
	font-weight: bold;
	background:url(../images/bg.png);
	background-size: auto 15px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0 2px 2px;
}
#diy-index-bnr .lesson .img{
	position: relative;
	margin-bottom: 20px;
}
#diy-index-bnr .lesson .img .new{
	position: absolute;
	top:40px;
	left: -5px;
}
#diy-index-bnr .lesson .img .new img{
	width: 40px;
	height: auto;
}

#diy-index-bnr .lesson .txtArea{
	display: table;
}
#diy-index-bnr .lesson .txt{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
#diy-index-bnr .lesson .txtArea .timeArea+.txt{
	padding-left: 15px;
}
#diy-index-bnr .lesson .txtArea .timeArea{
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px #000;
	width: 25%;
	padding-right: 15px;
	text-align: center;
}
#diy-index-bnr .lesson .txtArea .timeArea dt{
	padding-left: 15px;
	background: url(../images/icon-time.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px auto;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 6px;
	display: inline-block;
}
#diy-index-bnr .lesson .txtArea .timeArea dd img{
	max-height:15px;
	width:auto;
}
#diy-index-bnr .lesson .btn{
	position: absolute;
	bottom: -16px;
	right: 3px;
	z-index: 2;
}
#diy-index-bnr .lesson .btn a{
	padding: 8px 40px 8px 10px;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	border: solid 1px #000;
	position: relative;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#diy-index-bnr .lesson .btn a:hover{
	background: #f3e149;
	text-decoration: none;
}
#diy-index-bnr .lesson .btn a.off:hover{
	background: #fff;
}
#diy-index-bnr .lesson .btn a:before{
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	width: 100%;
	height:100%;
	top: 3px;
	left: 3px;
	border: solid 1px #000;
	background: #fff;
}
#diy-index-bnr .lesson .btn a p{
	padding-left: 14px;
	font-weight: bold;
	position: relative;
}
#diy-index-bnr .lesson .btn a p:before{
	position: absolute;
	content: '';
	display: block;
	width: 4px;
	height:4px;
	border: solid 1px #000;
	border-radius: 4px;
	top: 50%;
	margin-top: -4px;
	left: 0px;
}
#diy-index-bnr .lesson .btn a span{
	position: absolute;
	display: block;
	width: 7px;
	height:7px;
	background: url(../images/arw.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	right: 15px;
	top:50%;
	margin-top: -4px;
}


/* 共通SNS
--------------------------------------------------*/
#content .diy-snsBtnLeft .hatena img {
    width: 20px ;
    height: 20px ;
}
#content .diy-snsBtnLeft .line img {
    width: 82px ;
    height: 20px ;
}
.diy-snsBtnLeft ul li {
	float:left;
	margin-right:15px;
}
.diy-snsBtnLeft ul li:last-child {
	margin-right:0;
}
.diy-snsBtnLeft {
	margin:0 20px 20px 20px ;
}
.diy-snsBtnLeft ul {
	float:left;
}




/* 下層
--------------------------------------------------*/
/* 共通 */
#diy-wrapper {
	font-size: 12px;
}
#diy-wrapper p {
	font-size: 12px;
	line-height:1.8em;
}
.bg{
	position: relative;
}
.bg:before{
	position: absolute;
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	bottom:-10px;
	z-index: -1;
}
.bg01:before{
	background:url(../images/bg01.png);
}
.bg02:before{
	background:url(../images/bg02.png);
}
.center{
	text-align: center;
}
.indent{
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.al{
	text-align: left !important;
}

/* h2 */
#diy-wrapper .lessonTtl{
	border-top: dashed 2px #000;
	border-bottom: dashed 2px #000;
	padding: 15px 0px 18px;
	margin-bottom: 25px;
	text-align: center;
}
#diy-wrapper .lessonTtl .lesson{
	display: block;
	margin-bottom: 10px;
}
#diy-wrapper .lessonTtl .lesson img{
	height: 19px;
	width: auto;
}
#diy-wrapper .lessonTtl .y-line{
	font-size: 20px;
	font-weight: bold;
}
#diy-wrapper .lessonTtl .y-line .small{
	font-weight: bold;
	font-size: 12px;
}
/* 黄色ボーダー背景 */
#diy-wrapper .y-line{
	background:url(../images/bg.png);
	background-size: auto 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0 2px 2px;
}
/* h3 */
#diy-wrapper .secTtl{
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 2px #000;
	display: inline-block;
	margin-bottom: 15px;
}
/* diy-section */
#diy-wrapper .diy-section+.diy-section{
	margin-top:60px;
}
/* section */
#diy-wrapper .section+.section{
	margin-top: 30px;
}
#diy-wrapper .section p+p{
	margin-top: 10px;
}
#diy-wrapper .section .img{
	margin-bottom: 20px;
}
#diy-wrapper .section p strong{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	font-size:14px;
}
#diy-wrapper .section.boder{
	padding-top:30px;
	border-top:2px solid #d9d9d9;
}



/* mainImg */
#diy-wrapper .mainImg{
	position: relative;
	padding-bottom: 35%;
}
#diy-wrapper .mainImg .logo{
	position: absolute;
	top: 50%;
	width: 100%;
}


/* postHead */
#diy-wrapper .postHead{
	margin-bottom: 40px;
}
#diy-wrapper .postHead .head{
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 10px 0;
	margin-bottom: 20px;
}
#diy-wrapper .postHead .head .tag{
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
	line-height: 1;
	background: #f3e149;
	display: inline-block;
	float: left;
}
#diy-wrapper .postHead .head .timeArea{
	float: right;
	border-left:solid 1px #dfdfdf;
	padding-left: 15px;
}
#diy-wrapper .postHead .head .timeArea dt{
	float: left;
	font-size: 10px;
	line-height:1.6;
}
#diy-wrapper .postHead .head .timeArea dd{
	float: left;
	line-height:1;
}
#diy-wrapper .postHead .head .timeArea dd img{
	height: 12px;
	width: auto;
}
#diy-wrapper .postHead .subTtl{
	text-align: center;
	font-size: 13px;
	margin-bottom: 0px;
}
#diy-wrapper .postHead h1{
	font-size: 25px;
	line-height: 1.3;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#diy-wrapper .postHead .read{
	font-size: 14px;
	line-height: 2;
}


/* 必要なもの */
.needArea{
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 30px 0 30px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.needArea.borderNone{
	border-top: none;
	padding: 0 0 30px;
	margin-top: 0;
}


.needArea .img{
	margin-bottom: 30px;
}
.needArea .section{
	text-align: center;
}
.needArea .section+.section{
	border-top: solid 1px #d9d9d9;
	padding-top: 25px;
}
.needArea .section .list{
	text-align: left;
}
.needArea .section .list li+li{
	margin-top: 5px;
}


/* 作り方 */
.making{
	text-align: center;
}
.making .makingStep{
	text-align: left;
}
.making .makingStep li{
	position: relative;
	padding-bottom: 50px;
}
.making .makingStep li:before{
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
	width: 33px;
	height: 38px;
	bottom:0;
	background: url(../images/step_arw01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	left: 50%;
}
.making .makingStep li.even:before{
	background: url(../images/step_arw02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	left: 42%;
}
.making .makingStep li.finish:before{
	display: none;
}
.making.stepNone .makingStep li{
	padding-bottom: 20px;
}
.making.stepNone .makingStep li:before{
	display: none;
}




.making .makingStep li+li{
	margin-top: 15px;
}
.making .makingStep li .img{
	margin-bottom: 30px;
}
.making .makingStep li .step{
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.making .makingStep li .step:before{
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	top: 50%;
	border-top:dashed 1px #000;
}
.making .makingStep li .step span{
	display: inline-block;
	background: #fff;
	padding:0 10px;
	z-index: 1;
	position: relative;
}
.making .makingStep li .step span img{
	height: 13px !important;
	width: auto !important;
}


#diy-wrapper .checkArea{
	padding: 10px;
	background:#f8f8ec;
	margin-top: 15px;
}
#diy-wrapper .checkArea .ttl{
	margin-bottom: 8px;
}
#diy-wrapper .checkArea .ttl img{
	height: 11px !important;
	width: auto !important;
}
#diy-wrapper .checkArea .imageArea{
	margin-bottom: 10px;
}

.summary{
	padding: 40px 0;
	background: #f8f8ec;
}
.summary h2,
.section h2{
	text-align: center;
	font-size: 22px;
	margin-bottom: 25px;
}
.summary h2 span,
.section h2 span{
	font-weight: bold;
}
.summary .img{
	margin-bottom: 15px;
}




/*

	table

*/
table tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.table{
	width: 100%;
	display: block;
	position: relative;
}
.table,
.table td,
.table th{
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
}
.table{
	border:none;
}
.table td,
.table th{
	padding: 10px 12px;
/*	width: 30px;
	height: 25px;*/
}
.table th {
	font-weight: bold;
	background: #f3e149;
}
.table th.cat{
	min-width: 180px;
}
.table th.price{
	min-width: 150px;
}




/*

	pageNav

*/
.pageNav{
	padding: 40px 0 40px;
	position: relative;
}
.pageNav ul{
	box-sizing: border-box;
}
.pageNav ul li{
	display:block;
}
.pageNav ul li+li{
	margin-top: 20px;
}
.pageNav ul li a{
	display: block;
	padding: 3%;
	border: 1px solid #000;
	position: relative;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pageNav ul li a:before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	top: 4px;
	left: 4px;
	z-index: -1;
}
.pageNav ul li a span{
	position: absolute;
	display: block;
	width: 7px;
	height:6px;
	background: url(../images/arw.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	right: 15px;
	top:50%;
	margin-top: -2px;
	z-index: 10;
}
.pageNav ul li a .img{
	width: 25%;
	float: left;
	margin-right: 3%;
	background: #ccc;
}
.pageNav ul li a .img img{
	max-width: 100%;
	height: auto;
}
.pageNav ul li a .txtArea{
	width: 67%;
	float: left;
}
.pageNav ul li a .txtArea .tag{
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
	line-height: 1;
	background: #f3e149;
	display: inline-block;
	margin-bottom: 5px;
}
.pageNav ul li a .txtArea .ttl{
	font-size: 12px;
	font-weight: bold;
}
.pageNav ul li a:hover{
	color: #000;
	background: #f3e149;
}













/*  breadcrumbs  */
#breadcrumbs {
	padding: 9px 0 9px 0;
}
#breadcrumbs ul {
}
#breadcrumbs ul li {
/*	float: left !important;*/
	display: inline-block;
}
#breadcrumbs ul li a {
}
#breadcrumbs ul li span {
	margin: 0 2px 0 5px;
	font-size: 72% !important;
}




