

/*リセット
---------------------------------------------------------------------------*/
/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */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, hgroup, menu, nav, section, summary,time, mark, audio, video {    margin:0;    padding:0;    border:0;    outline:0;    font-size:100%;    vertical-align:top;    background:transparent;}body {    line-height:1.8;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,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;    font-size:100%;    vertical-align:baseline;    background:transparent;}/* change colours to suit your needs */ins {    background-color:#ff9;    color:#000;    text-decoration:none;}/* change colours to suit your needs */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;    cursor:help;}table {    border-collapse:collapse;    border-spacing:0;}/* change border colour to suit your needs */hr {    display:block;    height:1px;    border:0;    border-top:1px solid #cccccc;    margin:1em 0;    padding:0;}input, select {    vertical-align:middle;}

/*印刷
---------------------------------------------------------------------------*/
@page {
	margin: 0;
	/*size: landscape; //横向き*/
	/*size: portrait; //縦向き*/
	size: A4;
}
@media print {
	#wrapper,.inner,#header{
		width:100%;
		margin: 0;
	}
	#contents{
		margin:0;
		display:block;
		border:0;
		clear:left;
		min-height:0;
	}
}

/*共通
---------------------------------------------------------------------------*/
body {
	color: #314a71;
	font-size:15px;
	font-family :Meiryo, ‘メイリオ’, Hiragino Kaku Gothic Pro, ‘ヒラギノ角ゴ Pro W3’,sans-serif;
}
@media screen and (max-width:1139px) {
	body {font-size:14px;}
}

pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: 100;
	padding:0;
}
h1{
	padding-left: 1em;
	display:inline-block;
}
h2{
	padding-top:25px;
	width: 100%;
	font-size: 28px;
	letter-spacing: 1px;
	color: #000000;
	text-align:center;
}
h3{
	width: 100%;
	font-size: 21px;
	color: #366092;
	text-align:center;
}
h4{
	padding:15px 0 10px;
	width: 100%;
	font-size: 21px;
	color: #366092;
	text-align:left;
}
@media screen and (max-width:480px) {
h4{
	padding:10px 0 10px;
	width: 100%;
	font-size: 18px;
}
}


em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}

ol, ol li {
	list-style-type:none;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
	border-collapse:collapse;
	border-spacing: 0;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
* html .clearfix {
	height: 1%;
}
* + html .clearfix {
	display: inline-block;
}
.clearfix:after {
	content: &quot;.&quot;;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .group {
	height: 1%;
}
* + html .group {
	display: inline-block;
}
.group:after {
	content: &quot;.&quot;;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	color:#605046;
	color:#4469FF;
	outline:none;
	text-decoration: none;
}
a:hover {
	color: #605046;
	text-decoration: underline;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}

@media screen and (max-width:480px) {
	h2{font-size: 21px;letter-spacing:0;}
	h3{font-size: 17px;}
}

/*clearFix
---------------------*/
.clearFix:after{
	content:" ";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearFix{
	display: inline-block;
	min-height: 1%;
}
* html .clearFix{
	height: 1%;
}
