/* リセット */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  /* font-size: 100%; */
  vertical-align: baseline;
}
 
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
 
html{
  overflow-y: scroll;
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
 
*, *:before, *:after {
  box-sizing: border-box;
}
 
blockquote, q {
  quotes: none;
}
 
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
 
input, textarea {
  margin: 0;
  padding: 0;
}
 
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #888;
}
 
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none;
}
 
ol, ul{
  list-style: none;
}

 
caption, th{
  text-align: left;
}
 
a:focus {
  outline:none;
}
 
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
 
img {
  max-width:100%;
}

.clear10{
	clear:both;
	height:10px;
}
.clear30{
	clear:both;
	height:30px;
}

/* リセット */

a{
	color: #06C;
font-weight:bold;
}

body{
	background-color: #E6F7FF;
	font-size: 16px;
	line-height: 180%;
}
.pan{
margin:3em;
text-align:right;
font-size:12px;
}
.pan a{
	color: #06C;
}

body div#container{
width:800px;
margin:0 auto;
color:#06C;
text-align:center;
font-weight:bold;
font-size:18px;
}

.leftbox{
	width:360px;
	float:left;
}
.rightbox{
	width:440px;
	float:left;
	margin-top:30px;
}

.midashi{
color:#fff;
font-weight:bolder;
font-size:18px;
}
.tyuu{
	font-size:13px;
	font-weight:bold;
}
.center{
 text-align: center;
}
table {
 margin-left: auto;
 margin-right: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table {	/* 線が表示されなかったテーブル */
	border-collapse: separate;
}
th,td {
	border-bottom: 1px solid #FDD876;
}



#footer{
width:100%;
text-align:center;
padding:50px 0;
background-color:#174DA3;
font-size:12px;
color:white;
}


.font-mid{
font-size:150%;
font-weight:bold;
}
