/* メインcss */

/* android chromeでフォントサイズが不定になる対策 */
* {
  max-height: 999999px;
}

/* 最上部の余白を消す */
html,body{margin:0px;padding:0px;}

body {
  font-size:90%;	/* googleから文字が小さいと警告が来るが。。。 */
  font-family	: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, MS UI Gothic, "ＭＳ Ｐゴシック", sans-serif;
  line-height:1.4;
  letter-spacing:0.1em;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;	/* スマホ ビューポート 対応 */
  /* background-image:url(pic/mwall.png) */
}

/* imgの下に不要な余白ができる対策 */
img{
  border:0px;
  vertical-align:bottom;
}

/* 大フォント */
.big_bold {
	font-size: 14px;
}

/* トップページの上ボックス */
#top_box_up {
  clear: both;
  width: 800px;
  height:26px;
  padding : 0px; 
  font-weight: normal;
  background-color:#FFF;
  margin: 0 auto; 	/* 画面のセンター */
  text-align: center;
  /* border-radius: 0px 0px 6px 6px; */
}

#top_box_anime {
  clear: both;
  width: 800px;
  height:480px;
  padding : 0px; 
  font-weight: normal;
  background-color:#FFF;
  margin: 0 auto; 	/* 画面のセンター */
  text-align: center;
  /* border-radius: 0px 0px 6px 6px; */
}

.syafuku9 {
	font-size: 9pt
}

/* テンプレート */
/* 上部線 */
#tmp_up {
  clear: both;
  width: 800px;
  height:14px;
  padding : 0px; 
  font-weight: normal;
  background-color:#FFF;
  margin: 0 auto; 	/* 画面のセンター */
  text-align: center;
  background-image:url(pic/d_line.png)
  /* border-radius: 0px 0px 6px 6px; */
}


.naname img {
	transform: rotate( -8deg );
}

/* 下のみ角丸フレーム */
#top_box {
  clear: both;
  width: 800px;
  padding : 0px; 
  font-weight: normal;
  background-color:#FFF;
  margin: 0 auto; 	/* 画面のセンター */
  border-radius: 0px 0px 6px 6px;
}

/* 上のみ角丸フレーム */
#bottom_box {
  clear: both;
  width: 800px;
  padding : 0px; 
  font-weight: normal;
  background-color:#FFF;
  margin: 0 auto; 	/* 画面のセンター */
  border-radius: 6px 6px 0px 0px;
}

/* トップロゴ */
#title_box {
  width: 760px;
  height: 250px;
  padding : 0px; 
  font-weight: normal;
  background-color:#FFF;
  margin: 0 auto; 	/* 画面のセンター */
}

/* 著作フッター */
#foot_box {
	clear: both;
  width: 760px;
  font-weight: normal;
  background-color:#FFF;
  color: #666;
  margin: 0 auto; 	/* 画面のセンター */
  padding : 20px; 
  text-align:center;
}

/* 詳細BOX */
#detail_box {
  width: 760px;
  font-weight: normal;
  background-color:#FFF;
  margin: 0 auto; 	/* 画面のセンター */
  padding : 15px 0px 0px 0px; 
  text-align:center;
}

/* 下線あり table */
.undertable tr td {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffd4aa;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 110%;
}
.undertable {
	margin-left: 20px;
}
