@charset "UTF-8";
/* reset
---------------------------------------------------*/
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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	-webkit-text-size-adjust: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* common
---------------------------------------------------*/
body{
	font-family:'メイリオ' , Meiryo ,'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , sans-serif;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

a:link,a:visited,a:hover,a:active{
	color:#0c00ff;
}

a:hover,
a:active{
	text-decoration: none;
}

li{
	list-style:none;
}

p{
	font-size:24px;
	line-height:36px;
}

.box-wrapper{
	border-top:5px solid #265aa6;
	width:640px;
	margin:0 auto;
}

.logo{
	margin:15px 0 70px 19px;
}

h1{
	font-size:32px;
	font-weight:bold;
	text-align: center;
	margin:0 auto;
}

.box-contents{
	width:608px;
	margin:0 auto;
}

h2{
	font-size:28px;
	font-weight: bold;
	border-bottom: 1px solid #265aa6;
	padding:0 0 5px 10px;
	margin:70px auto 25px;
}

.contents-inner{
	width:593px;
	margin:0 auto;
}

footer{
	text-align:center;
	margin:70px auto 0;
	width:640px;
}

footer ul{
	width:340px;
	margin:0 auto;
}


footer ul li{
	font-size:16px;
	float:left;
	padding:0 15px 0 0;
}

footer ul li:not(:first-child){
	border-left:2px solid #000;
	padding:0 15px;
}

.copyright{
	font-size:16px;
	margin:40px auto 0;
	text-align: center;
}