@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
font-size: 13px;
 color: #222;
 overflow-y: scroll;
background:#efefef;
}
::selection {
  background: #114d99;
  color: #fff;
}
::-moz-selection {
  background: #114d99;
  color: #fff;
}
body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
body { text-align: center;}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

table {
	border-collapse: collapse;
}

tr, th, td {
border: 1px solid #999999;
padding: 5px 5px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #0044ac;
	text-decoration: none;
}

a:visited {
	color: #0044ac;
	text-decoration: none;
}

a:hover {
	color: #0044ac;
	text-decoration: underline;
}

a:active {
	color: #0044ac;
	text-decoration: underline;
}
sup{
font-size:1.5rem;	
}

.main {
width:100%;
margin:50px auto 50px;
}
.content {
width:100%;
margin:30px auto 50px;
text-align:center;
}
.content02 {
width:60%;
margin:30px auto 50px;
font-size:1.3rem;
line-height:1.9;
text-align:left;
}
.content img{
width:250px;
}
h1{
margin-top:30px;
font-weight:bold;
font-size:3rem;
}
.title01{
font-size:2rem;	
}
.title02{
margin-top:30px;
font-size:2rem;	
}

