@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
お部屋を探してもらう /sp/request/
----------------------------------------------------*/
.pageRequest .mainimg{
	width:100%;
	text-align:center;
	background-color:#fdb57b;
}
/*-----------------*/
.pageRequest .boxRead{
	padding:10px 10px 15px 10px;
	line-height: 1.8rem;
}
.pageRequest .boxRead .img01{
	float:left;
	padding:0 10px 5px 0;
}
.pageRequest .boxRead .txt01{
	display:inline;
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
}
.pageRequest .boxRead .ico01{
	float:left;
	margin-right:3px;
}
.pageRequest .ico02{
	width:64px;
	margin:10px auto 10px auto;
}
.pageRequest .boxBnrs01{
	clear:both;
	overflow:hidden;
	border-top:dotted 2px #c6c6c6;
}
.pageRequest .cmnBtn004{
	padding:15px 30px;
	background:url(/sp/common/img/bg_pattern01.gif);
	background-size:4px;
	border-top:solid 2px #c1c1c1;
	border-bottom:solid 1px #c1c1c1;
	margin-bottom:15px;
}
.pageRequest .cmnBtn004 .txt02{
	font-size:110%;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
  line-height: 1.8rem;
}
.pageRequest .cmnBtn0004{
	display:block;
	padding:13px 0;
	border:solid 1px #e93164;
	border-radius:5px;
	box-shadow:0 0 4px #fff inset;
	text-align:center;
	margin:0 30px;
	background:-webkid-linear-gradient(top,
	#fa7ba2 0%,
	#f86c97 49%,
	#e34575 51%,
	#d92f63 100%);
	background:linear-gradient(to bottom,
	#fa7ba2 0%,
	#f86c97 49%,
	#e34575 51%,
	#d92f63 100%);
}
.pageRequest .btn004{
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	font-weight:bold;
	font-size:16px;
	text-align:center;
	letter-spacing:1.2;
}

/*----------------------------------------------------
レシピ紹介/sp/help/woman/recipe/
----------------------------------------------------*/
.pageRecipe .mainimg{
	max-width: 100%;
	text-align:center;
	height:auto;
}
.pageRecipe .listMaterial01{
	padding:5px 0 0 10px;
	margin:0 10px 5px 10px;
}
.pageRecipe .listMaterial02{
	overflow:hidden;
	padding:5px 0 0 10px;
	border-top:dotted 2px #c6c6c6;
  margin:0 10px;
}
.pageRecipe .listRight01{
	list-style-type: disc;
	list-style-position : inside;
	margin-left: 1em;
}
.pageRecipe .listTit01{
	font-weight: bold;
	font-size: 110%;
	color: #ee6871;
}
.pageRecipe .student01{
	background-color: #fed6d6;
	border-radius: 4px;
	margin: 18px auto;
	padding: 15px 10px;
	width: 280px;
	height: auto;
	overflow: hidden;
}
.pageRecipe .student01 .img01{
	float:right;
	margin-top: -20px;
}
.pageRecipe .student01 .tit01{
	background-color:#ee6871;
	color:#fff;
	padding: 5px 9px;
	border-radius: 3px;
	width:8em;
	font-weight:bold;
}
.pageRecipe .student01 .name01{
	float:left;
	width: 140px;
	margin-top: 10px;
}
/*-----------------*/
.pageRecipe .boxRead01{
	padding:10px 0 15px 0;
	margin:5px 10px 10px 10px;
}
.pageRecipe .boxRead02{
	padding:10px 0 15px 0;
	margin:5px 10px 10px 10px;
	border-top:dotted 2px #c6c6c6;
}
.pageRecipe .boxRead01 .pic01,
.pageRecipe .boxRead02 .pic01{
	float:left;
	margin:0 10px 10px 10px;
}
.pageRecipe .boxRead01 .txt01,
.pageRecipe .boxRead02 .txt01{
	display:inline;
}
.pageRecipe .boxRead01 .txt01 .num,
.pageRecipe .boxRead02 .txt01 .num{
	font-weight:bold;
	font-size:120%;
	color:#ee6871;
}
.pageRecipe .boxRead01 .txt01 .advice,
.pageRecipe .boxRead02 .txt01 .advice{
	color:#e25151;
}
/*-----------------*/
.pageRecipe .hint01{
	background-color:#d9ef9e;
	border-radius:4px;
	margin:10px;
	padding:10px;
	min-width: 280px;
}
.pageRecipe .hint01 .tit02{
	position: relative;
	width: 12em;
	height: 1em;
	background-color:#faaa25;
	color:#5e222c;
	font-weight:bold;
	text-align: center;
	border-radius:15px;
	padding:5px;
	margin-bottom:10px;
}
.pageRecipe .hint01 .tit02:before{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #faaa25;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.pageRecipe .hint01 .head01{
	color:#e3242f;
	font-weight:bold;
	font-size:110%;
    margin-top:20px;
}
/*-----------------*/
.pageRecipe .shop01{
	background-color:#faf0e6;
    border-radius:4px;
	margin:10px;
	padding:10px;
	min-width: 280px;
}
.pageRecipe .shop01 .tit03{
	position: relative;
	width: 6em;
	height: 1em;
	background-color:#f2757c;
	color:#fff;
	font-weight:bold;
	text-align: center;
	border-radius:15px;
	padding:5px;
	margin-bottom:10px;
}
.pageRecipe .shop01 .tit03:before{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 9px solid #f2757c;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.pageRecipe .shop01 .pic02{
	margin: 20px 0;
	text-align: center;
}
.pageRecipe .shop01 .head02{
	color:#e3242f;
	font-weight:bold;
	font-size:110%;
	margin:10px 0 0 10px;
}
/*-----------------*/
.pageRecipe .univ01{
	background-color:#d03032;
	border-radius:4px;
	margin:10px;
	padding:10px;
	min-width: 280px;
	color:#fff;
}
.pageRecipe .univ01 .tit04{
	position: relative;
	width: 13em;
	height: 1em;
	background-color:#fff;
	color:#d03032;
	font-weight:bold;
	text-align: center;
	border-radius:15px;
	padding:5px;
	margin-bottom:10px;
}
.pageRecipe .univ01 .tit04:before{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.pageRecipe .univ01 ul{
	margin-top:10px;
}
.pageRecipe .univ01 li{
	display: inline-block;
	font-size:90%;
	padding:0 0 10px 10px;
}
.pageRecipe .univ01 a:link{
	color:#fff;
	text-decoration: none;
}
.pageRecipe .univ01 a:hover{
	color:#fff;
	text-decoration: underline;
}
.pageRecipe .univ01 a:visited{
	color:#fff;
}
.pageRecipe .univ01 li img{
	margin:-20px 0 0 5px;
}
/*----------------------------------------------------
レシピ紹介一覧ページ/sp/help/woman/recipe/
----------------------------------------------------*/
.pageRecipe .mainimg{
	background-color:#ff7c7d;
}
.pageRecipe .mainimgroom{
	background-color:#f9f7e0;
}
.pageRecipe .boxRead .txt01{
	margin:10px;
}
.pageRecipe .sec01{
	background-color:#fafad2;
    padding:5px 0;
}
.pageRacipe .sec01 .box01 .listTit02{
	background-color:red;
}
.pageRecipe .sec01 a{
	-webkit-tap-highlight-color: rgba(225,225,225,.3);
}
.pageRecipe .sec01 a:link{
	text-decoration:none;
}
.pageRecipe .sec01 a:visited{
	text-decoration:none;
}
.pageRecipe .sec01 a:hover{
	text-decoration:none;
}
.pageRecipe .sec01 .listTit02{
	color:#fff;
	font-size:120%;
    font-weight:bold;
	padding:5px 8px 5px 26px;
	background:url(/sp/help/woman/recipe/img/ico_recipe02.png) no-repeat 5px 5px #e4731d;
	background-size:20px 20px;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
}
.pageRecipe .sec01 .listTit03{
	color:#fff;
	font-size:120%;
    font-weight:bold;
	padding:5px 8px 5px 26px;
	background:url(/sp/help/woman/recipe/img/ico_recipe02.png) no-repeat 5px 5px #e4731d;
	background-size:20px 20px;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
}
.pageRecipe .sec01 .box01{
	padding:0px;
	margin:10px;
	clear:both;
	overflow:hidden;
	border:solid 1px #ccc;
	border-radius:4px;
	background-color:#fff;
}
.pageRecipe .sec01 .box01 .listImg01{
	margin:10px 10px;
	width:85px;
	float:left;
}
.pageRecipe .sec01 .box01 .txt02{
	display:block;
	overflow: hidden;
	padding:10px 5px 10px 0px;
}
.pageRecipe .sec01 .listTit04{
	color:#fff;
	font-size:120%;
    font-weight:bold;
	padding:5px 8px 5px 26px;
	background:url(/sp/help/woman/recipe/img/ico_recipe02.png) no-repeat 5px 5px #e4731d;
	background-size:20px 20px;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
}

/*----------------------------------------------------
株式会社同志社エンタープライズ /sp/help/doshisha_e/
----------------------------------------------------*/
.pageDoshisha_e .bold{font-weight:bold;}
.pageDoshisha_e .txtPpl{color:#5a14b0;}
.pageDoshisha_e .txtRed{color:#f1000d;}
/*-----------------*/
.pageDoshisha_e .mainimg {
	width: 100%;
	text-align: center;
}
/*-----------------*/
.pageDoshisha_e h3{
	margin-bottom:15px;
}
.pageDoshisha_e h3 a{
	color: #4c4c4c;
}
.pageDoshisha_e .listReason01{
	margin-bottom:15px;
    padding: 0 10px;
}
.pageDoshisha_e .listReason01 a{
	text-decoration:none;
}
.pageDoshisha_e .listReason01 li{
	overflow:hidden;
}
.pageDoshisha_e .listReason01 .pic{
	float:left;
	padding:0 10px 5px 0;
}
.pageDoshisha_e .listReason01 .txt01{
	display:inline;
	line-height: 1.8;
}
/*----------------------------------
京都ガイドブックプレゼント！　151127
-----------------------------------*/
.pageReason .nlsp_112715{
	background:url(/sp/campaign/folder/img/bc.gif) repeat-x;
	width:100%;
	height:auto;
}
.pageReason .nlsp_btn{
	padding:0 10px;
	margin-bottom:20px;
}
.pageReason .nlsp_bottom{
	width:100%;
	margin-top:30px;
	height:auto;
}
.pageReason .nlsp_bottom_bc{
	background:url(/sp/campaign/folder/img/bottom_bc.png) repeat-x center bottom;
	width:100%;
	height:86px;
	margin-top:20px;
}

/*----------------------------------------------------
レシピ作り方　カードUI
----------------------------------------------------*/
.card:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.card .box {
  float: left;
  width: 43%;
  background: #fffafa;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px 0 #e0e0e0;
}
.card .box img {
  max-width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
/* theme-card */
.theme-card .box {
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top:15px;
}
.theme-card .inner {
  padding: 5px;
}
.theme-card .title {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
}
.theme-card .comment {
  color: #757575;
  font-size: 12px;
  margin-top: 5px;
}
.theme-card .more {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.theme-card .more a {
  color: #e65100;
}
