@charset "UTF-8";
/* CSS Document */

aside {
	background-color: #FDEEE9;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.iPhoneHead {
	height: 36px;
	padding: 3px 3px 0;
	border-top: 1px solid #cdd5df;
	border-bottom: 1px solid #2d3642;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2));
	backgrounf-color: #b0bccd;
}
/*各ページにページ100％表示と非表示、重ならせるためのposition: absolute;の設定*/
.panel {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
}
/*目次パネルのみ表示するためのクラス*/
.active {
	display: block;
}

/*
戻るボタン
*/
.btnBack {
	background: url(../image/bg_button_back.jpg) right top no-repeat;
	padding-right: 5px;
	height: 36px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.btnBackInner {
	background: url(../image/bg_button_back.jpg) left top no-repeat;
	height: 36px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.btnBack a {
	color: #FFF;
	line-height:36px;
	font-size: 80%;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	display: block;
}
/*
ホームボタン
*/
.home_btn {
	margin: 0px;
	float: right;
	height: 31px;
	width: 31px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.iPhoneHead-t1 {
	font-size: 94%;
	line-height: 36px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}
