/* encode UTF-8 */
/* アクエリオン専用のCSS */


html {
	/* ページの一番下の背景色 */
  background-color:#000000;
  /* 背景画像、背景色の変更 */
  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:transparent;*/
  color:#FFF;
  /* 背景画像、背景色の変更 */
  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:#FFFF00;
  /*-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);*/
  display: block;
  padding: 15px 0;
   background: url(img/trainav.png) right center no-repeat;
}

.iPhoneULIndex a:link {
	text-decoration:none;
	color:#FF0;
	display:block;
	padding: 15px 0;
	background:url(img/trainav.png) right center no-repeat;
}
.iPhoneULIndex a:visited {
	text-decoration:none;
	color:#F60;
	display:block;
	padding: 15px 0;
	background:url(img/trainav.png) right center no-repeat;
}

/* 項目のdiv */
.sectionTitle {
	text-align:center;
	border-bottom: solid 1px #d9d9d9;
	padding: 2px 0;
	/*color:#FFF;
	font-size: 22px;
	clear:both;*/
}

/* 機種TOP仕切り */
.topsec {
	/*background-color: #F60;*/
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	/* 背景色を半透明に */
	background-color: rgba(255, 102, 0, 0.8);
}

#topsec {
	/* 背景色を半透明に */
	background-color: rgba(255, 102, 0, 0.2);
}

li.nonlink {
  text-decoration: none;
  color:#999;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 15px 10px;
}

.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 10px 0;
	font-size:12px;
	color:#CCC;
}

/* 中見出し　*/
.boxbg_05 {
	height:1.5em;
	/*background-color:#FE3;FD6*/
	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;
}
