<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
	Site Name: キラキラ☆プリキュアアラモード！【おたのしみ】
	Version: 
	Author: 
*/

.enjoyment_btns ul{
  height: 81px;
  padding-top: 10px;
  margin: 35px auto 15px;
  background: url(../img/common/links_bg.png) no-repeat;
  background-position: center;
  text-align: center;
  width: 1180px;
}
.enjoyment_btns ul li{
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}
#enjoyment_main .btn,
#enjoyment_main h2{
  text-align: center;
}
#enjoyment_main .btn{
  margin-top: 35px;
}

#enjoyment_main .list{
  width: 1060px;
  margin: 30px auto 0;
}
#enjoyment_main .list li{
  display: inline-block;
  vertical-align: middle;
  width: 510px;
  height: 120px;
  margin-bottom: 20px;
}
#enjoyment_main .list li:nth-child(odd){
  margin-right: 25px;
}
#enjoyment_main .list li span,
#enjoyment_main .list li a{
  display: block;
}
#enjoyment_main .list li img{
  float:left;
}
#enjoyment_main .list li .date{
  font-size: 85%;
  color:#854B29;
}
#enjoyment_main .list li .name{
  font-size: 116%;
  line-height: 1.4;
}
#enjoyment_main .list li .detail{
  text-align: left;
  margin-left: 170px;
/*  padding-top: 15px;*/
  padding-top: 20px;
  padding-right: 82px;
  line-height: 2.1;
  font-weight: bold;
}

/* レシピが長い場合 */
#enjoyment_main .list li .long{
  text-align: left;
  margin-left: 170px;
  padding-top: 15px;
  padding-right: 82px;
  line-height: 1.5;
  font-weight: bold;
}

#enjoyment_main .list li a{
  background: url(../img/enjoyment/recipe/bkn_list_off.jpg) no-repeat;
  height: 120px;
  text-decoration: none;
}
#enjoyment_main .list li a:hover{
  background: url(../img/enjoyment/recipe/bkn_list_on.jpg) no-repeat;
  text-decoration: none;
}
#enjoyment_main .list li a:hover span{ text-decoration: none;}
#enjoyment_main .list li a:hover span.date {
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;}

/* イベントコーナー */
.wrap_event {
	background-color: #fef1c7;
	border: 1px solid #d2a73f;
	-moz-box-shadow: 0px 0px 3px #e7c578;
	-webkit-box-shadow: 0px 0px 3px #e7c578;
	box-shadow: 0px 0px 3px #e7c578;
	
	margin: 40px auto 0;
  width: 880px;
	padding: 5px;
}
.wrap_event dl {
	background-color: #fffdf7;
	border: 1px solid #d2a73f;
	
	margin: 0 auto;
  width: 100%;
	padding: 30px;
}

.wrap_event.instagram20170916 dl{
	background: url(../img/news/20170916_instagram/comment.png) 25px 48px no-repeat #fffdf7;
}

.wrap_event dl dt {
	position: relative;
	background: url(../img/news/20170916_instagram/title_pc.png) 0 0 no-repeat transparent;
	width: 603px;
  height: 75px;
	margin: 0 auto 10px;
	
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 line-height: 1.0;
}
.wrap_event dl dd { text-align: center;}

.wrap_event dl dd.period {
  margin: 0 auto 10px;
  padding: 8px;
	background: url(../img/common/bk_diamond.gif) 0 0 repeat #ffe66a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 400px;
	
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.wrap_event dl dd.detail { line-height: 1.8;}
.wrap_event dl dd.detail p { text-align: center; margin-top: 10px;}

/* -- btn pink -- */
a.bt_pink{
	display: inline-block;
	padding: 10px 40px 8px 12px;
	color: #fff44c;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	
	background: url(../img/common/bt_arow.png) 96% 12px no-repeat #e40072;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff596;
	
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
a.bt_pink:hover {
	background: url(../img/common/bt_arow.png) 97% 12px no-repeat #ec4c9b;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}</pre></body></html>