@charset "UTF-8" ;

/********************************************************************************

	SYNCER ? 知識、感動をみんなと同期(Sync)するブログ

	* 配布場所
	https://syncer.jp/accordion-content

	* 最終更新日時
	2015/08/14 17:41

	* 作者
	あらゆ

	** 連絡先
	Twitter: https://twitter.com/arayutw
	Facebook: https://www.facebook.com/arayutw
	Google+: https://plus.google.com/114918692417332410369/
	E-mail: info@syncer.jp

	※ バグ、不具合の報告、提案、ご要望など、お待ちしております。
	※ 申し訳ありませんが、ご利用者様、個々の環境における問題はサポートしていません。

********************************************************************************/


/******************************

	Q&A形式

******************************/
.accordion6 {
	text-align: left;
}
.accordion6 .inner {
	display: none;
}
.accordion6 p{
	cursor: pointer;
	padding: 0px;
	font-weight: 700 ;
}

.accordion6 .inner li{
	padding: 0px 0 1.5em 2.5em ;
	margin-right: 50px;
	position: relative;
}
.accordion6 .inner li .close{
	padding: 1px 1px ;
	background: #fff;
	border:1px solid #B3B3B3; 
	border-radius: 5px;
	cursor: pointer;
}
