@charset "UTF-8";
/*
Theme Name:脱毛レシピ ver1.5
Theme URI:https://datumou-recipe.com/
Author:脱毛レシピ運営事務局
Author URI:https://datumou-recipe.com/
Description:脱毛レシピ専用テンプレート
Version: 1.5
*/
@import url("css/reset.css");
/* =======================================
共通CSS
======================================= */
body{
	font-size:13px;
	line-height:150%;
	font-family:'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	margin:0;
	padding:0;
	color: rgb(51, 51, 51);
	word-wrap: break-word;
}
a img{
	border:0;
} 
a img:hover{
	opacity:0.6;
}
img{
	margin:0;
}
img.size-full{
	display:block;
	width:100%;
	vertical-align:bottom;
	margin:10px auto;
}
img.size-medium{
	width:50%;
	vertical-align:bottom;
	margin:10px auto;
}
img.size-thumbnail{
	width:150px;
	vertical-align:bottom;
	margin:10px auto;
}
p{
	margin-bottom:12px;
}
a:link{
	color:#1a0dab;
	text-decoration:underline;
	font-weight:bold;
}
a:visited{
	color:#1a0dab;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#1a0dab;
	text-decoration:none;
	font-weight:bold;
	opacity:0.6;
}

a:active{
	color:#1a0dab;
	text-decoration:none;
	font-weight:bold;
}

.clear{
	clear:both;
}
.clear hr{
	display:none;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.down{
	display:none;	
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.alignright { 
	float: right;
	margin:10px;
}
.alignleft {
	float: left;
	margin:10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
small{
	font-size:70%;
}
.bigtxt{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}
.down{
	display:none;	
}
.absolute{
	position:absolute !important;
}
.big {
    font-size: 110%;
}

.b {
    font-weight: bold;
}
.aka,
.red {
    color: #db0000;
}
.under_txt,
.wavy-red{
	background: linear-gradient(transparent 60%, #f9e4e5 0%);
} 
table{
	width:100%;
	box-sizing:border-box;
	margin:20px auto;
}
table th,
table td{
	padding:10px;
	vertical-align:middle;
	border:1px solid #ccc;
	line-height:1.2;
}

table td{
	background-color:#fff;
	font-weight:normal;
	color:#333;
}

table th{
	background-color:#efefef;
	font-weight:bold;
	color:#333;
}

table thead th{
	background-color:#3ebddb;
	color:#fff;
	padding:5px 10px;
}

table thead td{
	background-color:#edf8fb;
	font-weight:bold;
	color:#333;
	text-align:center;
}

section.parts{
	padding:30px 0;
	border-bottom:1px dashed #eee;
	margin-bottom:30px;
}

.sorce{
	width:100%;
	box-sizing:border-box;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px;
	margin:20px auto;
}

.sakusei_list{
	width:100%;
	bo-sizing:border-box;
	margin:60px auto 10px;
}

.sakusei_list ul{
	width:32%;
	float:left;
	padding:10px;
	background-color:#fff;
	padding:10px;
	font-size:10px;
	box-sizing:border-box;
	margin-right:1%;
	margin-bottom:10px;
}

.sakusei_list ul li{
	margin-bottom:10px;
	line-height:1.2;
	padding-left: 12px;
	text-indent: -4px;
}

.sakusei_list ul li:nth-of-type(1):before{
	display:none;
}

.sakusei_list ul li:nth-of-type(1){
	font-size:120%;
	font-weight:bold;
}

.sakusei_list ul li:before{
	content:"\f0da";
	font-family:FontAwesome;
	display:inline-block;
	margin-right: 5px;
}

/* SITEMAP
------------------------------------*/
#sitemap {
  margin: 20px 0;
}
#sitemap p {
  background: #F5F5F5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 10px;
}
#sitemap li {
  margin-bottom: 5px;
}
#sitemap li a {
  color: #0066aa;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
}
#sitemap li a:before {
  content: "\f105";
  color: #999;
  font-family: FontAwesome;
  position: absolute;
  left: 1px;
}
#sitemap li a:hover {
  text-decoration: underline;
}
#sitemap .sitemap_cat li a {
  font-weight: bold;
  padding: 0;
}
#sitemap .sitemap_cat li a:before {
  content: none;
}
#sitemap .sitemap_c {
  margin-left: 10px;
}
#sitemap .sitemap_c li a {
  font-weight: normal;
  padding-left: 10px;
}
#sitemap .sitemap_c li a:before {
  content: "\f105";
}


@media screen and (max-width: 640px) {
.sakusei_list ul{
	width:100%;
	float:none;
	margin-bottom:10px;
}
}

/* 2017-07-24追加 */
.youtube iframe {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing:border-box;
}

.youtube iframe img{
	width: 100% !important;
	max-width: 100% !important;
}

.twitter {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing:border-box;
}

@media screen and (max-width: 640px) {
.youtube{
	width:330px;
	margin:0 auto;
}

.youtube iframe.instagram-media{
	width:330px !important;
	display:block;
}
}


/* 2017/08/03 N追加 */
.recipe-box00{
	background: #FFFFFF;
	clear: both;
	padding: 5px;
}

.recipe-box00 .title{
	display: block;
	color: #695647;
	font-size: 17px;
	padding: 5px 5px 5px 30px;
	position: relative;
	line-height: 1.0;
}

.recipe-box00 .title::before{
	content:"\f00c";
	font-family:FontAwesome;
	position: absolute;
	color: #32b9d9;
	display:inline-block;
	margin-right:5px;
	font-size:120%;
	left: 0px;
	top: 50%;
	margin-top: -13px;
}