/* Reset default browser CSS
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



/* clearfix
----------------------------------------------- */
.cf:before,
.cf:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.cf:after{clear: both}
.cf{zoom:1}


/* 
 * Copyright (c) monocro, All rights reserved. 
 */
 
 /* layout
---------------------------------------------- */
body{
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ffffff;
	font-weight: 100;
}

.left{
	float: left;
}

.right{
	float:right;
}


strong{
	font-weight: bold;
}

 /* CommonMaterial
---------------------------------------------- */

 /* header 
---------------------------------------------- */

 /* footer
---------------------------------------------- */

/* Footer
---------------------------------------------- */
footer{
	background: #064e97;
}

footer .contactlink{
	width: 500px;
	margin:auto;
	padding: 0.5% 0;
}

footer .contactlink a{
	display: block;
	width: 100%;
	margin: auto;
	color: #fff;
	text-decoration: none;
	padding: 3% 0;
	border: 1px solid #0066cc;
	font-size: 14px;
	text-align: center;
}


footer .inframe{
	background: #064e97;

	border-top: 1px solid #003366;
}


footer .hakouso_icon{
	width: 300px;
	text-align: center;
	margin: auto;
}

footer .hakouso_icon img{
	display: block;
	height: 60px;
	margin: auto;
}

footer address{
	padding: 8px 0;
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:0.8em;
	color: #fff;

}



@media screen and (max-width: 960px) {

	body {
		min-width: auto;
	}

	.min-w {
		min-width: auto !important;
	}

	.inframe {
		width: auto;
	}

	.left, .right {
		float: none
	}

	footer address{
		padding-right: 0;
	}


}