/* encode UTF-8 */
/* アクエリオン専用のCSS */


html {
	/* ページの一番下の背景色 */
	background-color: #0099FF;
	/* 背景画像、背景色の変更 */
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color: #0099FF;
	color: #000;
	/* 背景画像、背景色の変更 */
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}


.iPhoneBody {
	background-color:transparent;
}


.iPhoneULIndex li {
	/* リスト部分のボーダー色の変更 */
	padding: 0 10px;
	border-bottom: solid 1px #d9d9d9;
	overflow: hidden;
	background-color: transparent;
}


.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
	/* リスト部分の「>」この画像の変更 */
	text-decoration: none;
	color: #0033CC;
	/*-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);*/
	display: block;
	padding: 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}

.iPhoneUL a:link,
.iPhoneDL a:link,
.iPhoneULIndex a:link {
	text-decoration:none;
	color:#0033CC;
	display:block;
	padding: 15px 0;
	background:url(img/trainav.png) right center no-repeat;
}
.iPhoneUL a:visited,
.iPhoneDL a:visited,
.iPhoneULIndex a:visited {
	text-decoration:none;
	color:#030;
	display:block;
	padding: 15px 0;
	background:url(img/trainav.png) right center no-repeat;
}


/* 項目のdiv */
.sectionTitle {
	background-color: transparent;
	padding: 0;
	color: #FFF;
	font-size: 22px;
	text-align: left;
	border-bottom: solid 1px #d9d9d9;
	clear: both;
}


/* 機種TOP仕切り */
.topsec {
	/*background-color: #008000;*/
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	/* 背景色を半透明に */
	background-color: rgba(0, 128, 0, 0.8);
}


#topsec {
	/* 背景色を半透明に */
	background-color: rgba(0, 128, 0, 0.15);
}


.panel {
	display: none;
	position: absolute;
	width: 100%;
}


.active {
  display: block;
}


.content {
  /*margin: 10px;*/
  color: #FFF;
  background-color: transparent;
  border-radius: non;
  -webkit-border-radius: non;
  padding: 0 10px;
  
}


/* コンテンツ内の項目 */
.contTitle {
	margin-top: 1em;
	padding: 3px 0 0 0;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background-color: #8d0a9d;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(38,0,43,0.3);
}


/* コピーライト　左揃え */
.crtext {
	padding: 10px 0;
	font-size: 12px;
	color: #333;
}


/* 中見出し　*/
.boxbg_05 {
	height: 1.5em;
	/*background-color: #FE3FD6;*/
	background-color: #09F;
}


/* ボーダーラインの項目のところ*/
.boxbg_03 {
	height: 1.5em;
	background-color: #8d0a9d;
}


#tc3 {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 4px;
}


.boxbg_04 {
	height: 1.5em;
	background-color: #6CC;
	padding: 3px 0 0 0;
}


table {
	color: #000;
	font-size: 18px;
}