/* encode UTF-8 */
/* アクエリオン専用のCSS */


html {
	/* ページの一番下の背景色 */
background-color:#00CCFF;
/* 背景画像、背景色の変更 */
background-image:url(img/bg2.gif);
background-repeat:repeat;
}

body {
	
-webkit-text-size-adjust: none;
font-family: HiraKakuProN-W3;
line-height: 1.25;
font-size:18px;
color:#000000;
/* 背景画像、背景色の変更 */
background-image:url(img/bg2.gif);
background-repeat:repeat;
}

a {
	color:#0033FF;
}

.iPhoneBody {
	
background-color:transparent;

}


.iPhoneULIndex li {
	/* リスト部分のボーダー色の変更 */
	padding:0 10px;
border-bottom: solid 1px #d9d9d9;
overflow: hidden;
background-color:transparent;
}

.iPhoneUL a:link,
.iPhoneULIndex a:link,
.iPhoneDL a:link {
	
	/* リスト部分の「>」この画像の変更 */
  text-decoration: none;
  color:#0033FF;
  /*-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:visited,
.iPhoneULIndex a:visited,
.iPhoneDL a:visited {
	
	/* リスト部分の「>」この画像の変更 */
  text-decoration: none;
  color:#603;
  /*-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);*/
  display: block;
  padding: 15px 0;
   background: url(img/trainav.png) right center no-repeat;
}




/* 機種TOP仕切り */
.topsec {
	background-color:transparent;
	font-size:16px;
	color:#000000;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}

.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:#000;
	font-size: 16px;
	text-align:center;
	background-color:#8d0a9d;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(38,0,43,0.3);
}

/* コピーライト　左揃え */
.crtext {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#999;
}



/* 小項目のdiv */
.sectionTitle {
	padding: 3px 0;
	color:#000;
	font-size: 22px;
	text-align:center;
	border-bottom: solid 1px #d9d9d9;
	clear:both;
}

/* 中見出し　*/
.boxbg_02 {
	height:1.5em;
	background-color:#FFF;
	color:#000;
}

.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;
}

.boxcenter_05 {
	margin:0 auto;
	text-align:center;
	
	background-color:#FF9;
	color:#000;
	padding: 6px;
}