/* encode UTF-8 */
/* アクエリオン専用のCSS */


html {
	/* ページの一番下の背景色 */
  background-color:#000;
  /* 背景画像、背景色の変更 */
  /* 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:#000;
  color:#FFF;
}


.iPhoneBody {
  background-color:#000;
}


.iPhoneULIndex li {
	/* リスト部分のボーダー色の変更 */
	padding:0 10px;
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
  background-color:transparent;
}


.iPhoneUL a:link,
.iPhoneDL a:link,
.iPhoneULIndex a:link {
	text-decoration:none;
	color:#FFFF00;
	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:#F60;
	display:block;
	padding: 15px 0;
	background:url(img/trainav.png) right center no-repeat;
}



/* TOPの項目のdiv */
.sectionTitleTop {
	padding: 4px 0;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 1px #d9d9d9;
	/*background-color:#FC0;*/
	clear: both;
	/* 背景色を半透明に */
	background-color: rgba(230, 0, 18, 0.7);
}


/* 項目のdiv */
.sectionTitle {
	background-color: transparent;
	padding: 3px 0;
	color:#FFF;
	font-size: 22px;
	text-align:left;
	border-bottom: solid 1px #d9d9d9;
	clear:both;
}


/* 機種TOP仕切り */
.topsec {
	background-color: transparent;
	font-size: 16px;
	color: #E60012;
	text-align: center;
	padding: 4px 0;
}


.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);
}


li.nonlink {
  text-decoration: none;
  color:#999;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 15px 10px;
}


/* 中見出し　*/
.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;
}


/* コピーライト　左揃え */
.crtext {
	padding:10px 0 10px 0;
	color:#CCC;
	font-size:12px;
	text-align:left;
}


table {
	color: #000;
	font-size: 18px;
}
