@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright c　Neutral STYLE allright reserved 

HTML CSS Selectors coupon

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

#contents-wrapper .header {
	padding-top: 35px;
	padding-bottom: 13px;
	margin-bottom: 80px;
}

#contents-wrapper .header h1 {
	width: 346px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C0B9B9;
	margin-left: auto;
	margin-right: auto;
	font-size: 38px;
	line-height: 1;
	text-align: center;
    font-family: 'function_LH_italic';
}
#contents-wrapper .header p {
	padding-top: 7px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',serif;
}

#contents-wrapper article {
	width: 760px;
	padding: 30px 20px 10px;
	border: 10px solid #FDE3E3;
	margin: 0 auto 50px;
	position: relative;
}

article header {
	width: 325px;
	padding-top: 135px;
	padding-right: 25px;
	float: right;
	position: relative;
}

article header h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 15px;
}
article header .date {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 105px;
	left: 0;
}
article header .period {
	font-size: 15px;
	font-weight: bold;
}

article .photo {
	width: 300px;
	float: left;	
}
article .photo img {
	width: 290px;
	border-radius: 145px;
	border: 5px solid #F4D9D0;	
}

article .detail {
	width: 700px;
	clear: both;
	padding-bottom: 50px;
	position: relative;
}

article .detail .inner {
	padding-top: 50px;
	display: none;
}
article .detail .inner p {
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 1.5em;
}
article .detail .inner img {
	max-width: 100%;
	height: auto;
}

article .detail .accordion_btn {
	cursor: pointer;
	width: 700px;
	/*height: 15px;*/
	text-align: center;
	font-size: 15px;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 35px;
	background-image: url(../img/coupon/icon_arrow_open.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
article .detail .accordion_btn:before {
	content:"詳細を見る";
}

article .detail .accordion_btn.selected {
	padding-top: 35px;
	padding-bottom: 0px;
	background-image: url(../img/coupon/icon_arrow_close.png);
	background-position: center top;
}
article .detail .accordion_btn.selected:before  {
	content:"閉じる";
}


#access_wrap.shadow:before {
	display: none;
}







