@charset "UTF-8";
/* CSS Document */

aside {
	background-color: #333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.iPhoneHead {
	height: 36px;
	padding: 8px 3px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#cdcdcd));
	background:	-moz-linear-gradient(linear, left top, left bottom, from(#f7f7f7), to(#cdcdcd));
	background:	-o-linear-gradient(linear, left top, left bottom, from(#f7f7f7), to(#cdcdcd));
	backgrounf-color: #A48B78;
}
/*各ページにページ100％表示と非表示、重ならせるためのposition: absolute;の設定*/
.panel {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
}
/*目次パネルのみ表示するためのクラス*/
.active {
	display: block;
}

/*タイトル*/
.iPhoneHead h2 {
	font-size: 80%;
	font-weight: normal;
	color: #333;
	margin: 0px;
	height: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 20px;
}
/*戻るボタン*/
.btnBack {
  background: url(image/index/bg_button_back.png) right center no-repeat;
  padding-right: 5px;
  height: 31px;
  float: left;
  margin-right: 5px;
}
.btnBackInner {
	background: url(image/index/bg_button_back.png) left center no-repeat;
	height: 20px;
	padding-left: 17px;
	padding-top: 11px;
}
.btnBack a {
	color: #333;
	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;
}
