@charset "utf-8";

/*
=======================================
  Reset CSS
=======================================
=======================================
*/
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, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	color: ;
	line-height: 1.5;
	font-size: 14px;
	font-family: "メイリオ", sans-serif;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	/*padding: 20px;*/
}

ul,
ol {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
input,
select,
textarea {
	vertical-align: middle;
}


/*
=========================================
  Base Layout
=========================================
*/

.wrap {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.logo {
	width: 550px;
	margin-top: ;
}

.dai {
	font-size: 24px;
	margin-top: 50px;
	color: #065CA8;
	border-bottom: 1px solid #7F7F7F;
}

.sec {
	width: 720px;
	text-align: center;
	margin: 0 auto;
}

.text-area {
	margin-top: 40px;
}

.text-l {
	text-align: left;
	font-size: 15px;
}

.text-bold {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #CFCFCF;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-indent {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 15px;
	text-align: left;
	margin-top: 5px;
}

.text-sub {
	text-align: left;
	margin-left: 3em;
}

.text-large {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.history-back {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: #007fff;
}

.history-back:hover {
	color: #ff6600;
}
	
.back {
	margin: 40px;
}