@charset "shift_jis";
/*******************************************/
/*　　　　　アコーディオン専用CSS　　　　　*/
/*******************************************/

/***アコーディオン全体***/
ul.accordion {
	margin:16px 0 0 0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/***折り畳み部分を隠す***/
ul.accordion ul {
	display:none;
}
/***1段目の背景***/
ul.accordion li {
	margin:16px 0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/***動画タイトル***/
ul.accordion div.movie {
	margin:0;
	padding:16px 12px;
	font-size:18px;
	line-height:1.1;
	font-weight:bold;
	color:#FFF;
	background:-moz-linear-gradient(top, #C5B07B 0%, #B1954F 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5B07B), color-stop(100%, #B1954F));
	background-color:#B1954F;
	border:outset 2px #B1954F;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/***動画リンク***/
ul.accordion li.program {
	margin:0 5px;
	padding:0;
	background:#FFF;
	border:solid 1px #B1954F;
	border-top:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.accordion li.program a {
	margin:0;
	padding:12px 16px 12px 8px;
	display:block;
	text-decoration:none;
	background:url(img/arrow.png) right center no-repeat;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/***動画リンク内の文字色***/
ul.accordion li.program span {
	font-size:12px;
	color:#666;
}
/***その他リンク***/
ul.accordion li.other {
	margin:0 5px;
	padding:0;
	background-color:rgba(177,149,79,0.1);
	border:solid 1px #B1954F;
	border-top:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.accordion li.other a {
	margin:0;
	padding:10px 8px;
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:1.0;
	text-align:right;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/***閉じているときのアイコン***/
ul.accordion div.movie p,
ul.accordion div.machine p {
	margin:0;
	padding:0 16px 0 0;
	min-height:16px;
	background-image:url(img/arrow_on.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:16px 16px;
}
/***開いているときのアイコン***/
ul.accordion div.movie p.open,
ul.accordion div.machine p.open {
	margin:0;
	padding:0 16px 0 0;
	min-height:16px;
	background-image:url(img/arrow_off.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:16px 16px;
}

/***収支手帳部門・機種別ランキング用***/
ul.accordion div.machine {
	margin:0 auto;
	padding:16px 12px;
	width:90%;
	font-size:18px;
	line-height:1.1;
	font-weight:bold;
	color:#FFF;
	background:-moz-linear-gradient(top, #C5B07B 0%, #B1954F 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5B07B), color-stop(100%, #B1954F));
	background-color:#B1954F;
	border:outset 2px #B1954F;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/***開いた部分(リンク)***/
ul.accordion div.machine + ul {
	margin:0 auto;
	padding:0;
	width:90%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.accordion li.item {
	margin:0 5px;
	padding:0;
	background:#B1954F;
	border-top:solid 1px #FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.accordion li.item a {
	margin:0;
	padding:12px 16px 12px 8px;
	display:block;
	text-decoration:none;
	line-height:1.0;
	font-weight:bold;
	color:#FFF;
	background:url(img/arrow.png) right center no-repeat;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/***リンク内の文字色***/
ul.accordion div.machine span {
	font-size:14px;
	line-height:1.25;
	font-weight:normal;
	color:#333;
}
