@charset "utf-8";


/*  .article
----------------------------------------*/
#contents {
	padding-bottom:25px;
}
#contents .article {
	margin: 0 10px;
	background: #ffffff;
	border-top: 2px solid #a91078;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
#contents .article .section h1 {
	padding: 11px 8px 11px 20px;
	font-size: 13px;
	font-weight: normal;
	background: url(/sp/common_sp/img/share/icon-title.png) no-repeat 7px center;
	background-size: 9px auto;
	border-bottom: 1px solid #c1c1c1;
}
#contents .article .section .message {
	padding: 0 15px 17px 14px;
	background: url(../img/bg-rinen.gif) top repeat-x;
	background-size:100%;
}
#contents .article .section .message p{
	padding: 3px 0 11px 0;
	line-height:1.4;
}
#contents .article .section .message p.img{
	padding:0 0 25px;
	text-align:center;
}
