html {
  background-color: #000000;
}

body {
	font: 16px/1.231 'ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
	-webkit-text-size-adjust: 100%;
	background-color:#000000;
	color:#FFFFFF;
}

/**
 * iPhoneらしいグレーの背景を利用するには、このクラスを使います。
 */
.iPhoneBody {
  background-color: #000000;
  width:100%;
}

/**
 * iPhoneアプリのタイトルなどで使われています
 * h1要素などに使うとよいでしょう。挿入バーからも利用できます。
 */
.iPhoneHead {
  height: 25px;
  padding: 5px 5px 3px;
  border-bottom: 1px solid #2d3642;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#666666));
}
.iPhoneHead h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align:center;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iPhoneHead h1.nt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align:right;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/**
 * アドレス帳などで「A」「B」などのインデックスに使われる見出しです。
 * h2要素などに使うとよいでしょう。挿入バーからも利用できます
 */
.iPhoneListTitle {
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
  font-family: HiraKakuProN-W6;
  font-size: 14px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  border-top: 1px solid #a5b1ba;
  border-bottom: 1px solid #989ea4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#909faa), to(#b8c1c8));
  background-color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/**
 * アドレス帳のようなリストや、設定画面などの定義リストを構築できます
 * 文字数に制限があるので気をつけましょう
 */
.iPhoneUL,
.iPhoneDL {
  margin: 9px 9px 16px;
  border: solid 1px #a9abae;
  -webkit-border-radius: 8px;
  background-color: #fff;
}

.iPhoneUL li,
.iPhoneDL dd {
  list-style-type: none;
  height: 43px;
  border-bottom: solid 1px #a9abae;
  line-height: 43px;
}


.iPhoneUL li:last-child,
.iPhoneDL dd:last-child {
  border-bottom: none;
}

.iPhoneUL li {
  padding: 0 10px;
}

.iPhoneULIndex li {
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
  background-color: #111111;
  line-height:1.5em;
  padding-left:10px;
}

.iPhoneULIndex2 li {
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
  background-color: #fff;
  line-height:1.5em;
  padding-left:10px;
}

.iPhoneDL dt {
  font-family: HiraKakuProN-W6;
  width: 70px;
  padding: 12px 5px 0 10px;
  font-size: 14px;
  clear: both;
  width: 6em;
}

.iPhoneDL dd {
  padding: 0 10px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
  margin-top: -30px;
  text-align: right;
  color: #385387;
}


.iPhoneUL a,
.iPhoneDL a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 7px 0;
}

.iPhoneULIndex a{
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 7px 0;
  background: url(yg.png) right top no-repeat;
  color:#FFFFFF;
}

.iPhoneULIndex2 a{
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 7px 0;
  background: url(yg2.jpg) right top no-repeat;
}

a {
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);  // タップ時の反転色
}

/* ボタンスタイル */
.iPhoneButton,
.iPhoneButtonBlack {
  margin: 0 auto;
  width: 300px;

  border: solid 3px #2d3137;
  -webkit-border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  padding: 2px;
  text-align: center;
}
.iPhoneButton {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeefef), to(#bdbfc2));
  background-color: #bdbfc2;
}
.iPhoneButtonBlack {
  background: -webkit-gradient(linear, left top, left bottom, from(#6b6e74), to(#282e37));
  background: #282e37;
}
.iPhoneButton a,
.iPhoneButtonBlack a {
  -webkit-border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: .5em 0;
  text-decoration: none;
  font-weight: bold;
  width: 300px;
}
.iPhoneButton a {
  color: #000;
}
.iPhoneButtonBlack a {
  color: #fff;
}

/*
戻るボタン
*/
.btnBack {
  padding-right: 5px;
  height: 26px;
  float: left;
  margin-right: 5px;
}
.btnBackInner {
  height: 23px;
  padding-left: 15px;
  padding-top: 3px;
}
.btnBack a {
  color: #fff;
  font-size: 90%;
  text-decoration: none;
}

section {
	margin:1em;
}

nav{
	margin-bottom:10px;
}

section p {
	line-height:1.5em;
	padding-left:5px;
}

h2 {
	font-size:100%;
	text-shadow: 1px 1px 2px #ccc;
	color: #FFFFFF;
	margin-bottom:7px;
	font-weight:bold;
	padding-left:5px;
}

#top p{
	text-align:center;
	width:100%;
}

.menu{
	width:320px;
	margin:0 auto;
}

nav {
	border-radius:8px;
	-webkit-border-radius:0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#999999));
	font-size: 100%;
	width: 100%;
	margin-top:7px;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a {
	display: block;
	width: 74px;
	padding:10px 0;
	font-size:13px;
}
nav li:first-child {
	border: none;
}

nav a {
	color: #fff;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.df {
	padding-top: 10px;
	display:block;
	background:#000000;
}
#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 15px;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#000000));
	width: 7em;
	font-size: 90%;
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top:10px;
}
#btnTop a {
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	text-decoration: none;
}
.df p {
	clear: both;
	padding: 0;
}
.df img {
	vertical-align: top;
}
.df p:last-child {
	margin: 0;
}

.ac{
	border-bottom:1px #CCCCCC solid;
	padding-top:10px;
	padding-bottom:10px;
}

.form {
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 15px 5px 5px 0;
	padding: 5px;
}

.form dt {
	font-weight: bold;
	margin: 15px 5px 5px 5px;
}

.form dd {
	margin: 10px 5px 15px 5px;
}

input,
textarea {
	padding: 3px;
}

.require {
	font-size: 80%;
	background-color: #ff5d25;
	color: #fff;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 10px;
}

.form p {
	padding-left:5px;
}

.sform{
	width:200px;
}

#submit {
	border-radius: 5px;
	-webkit-border-radius: 15px;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	width: 7em;
	font-size: 90%;
	margin-top:20px;
	text-align: center;
	margin-bottom:10px;
	border:#000 1px solid;
}
#submit a {
	display: block;
	padding: 5px 0;
	color: #000000;
	text-decoration: none;
}

p.footerp{
	padding-top:15px;
	text-align:center;
}

.sa-p{
	padding-top:15px;
	font-weight:bold;
	color:#00CC00;
}

.sa-p1{
	padding-top:5px;
}

div#aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}