@charset "utf-8";

/* reset CSS
------------------------------------------*/
body {
	-webkit-text-size-adjust: none;
 	font-family:  'メイリオ', meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
 	color: #000;
	line-height: 1.7em;
	font-size:16px;
	background:#000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td, p {
	margin:0;padding:0; font-size:16px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0
}
address,caption,cite,code,dfn,em,strong,th{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
html, body { height:100%;}

/* nav
------------------------------------------*/
.nav {
	height:90%;
}
.nav ul {
	overflow:hidden;
	margin:0 auto ;
	position:relative;
	text-align:center;
	padding:10px 0 5px 0;
}
.nav ul li {
	display:inline-block;
	vertical-align:middle;
	font-size:0.88em;
}
.nav ul li a {
	color:#fff;
	text-decoration:underline;
}


/* btn
------------------------------------------*/
.link_btn {
	width:100%;
	height:60px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	margin:0 auto 20px auto;
}
.link_btn a {
	background:url(../images/icon_blank.png) no-repeat 96% center;
	background-size:26px 27px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	display:block;
	line-height:60px;
	font-size:1em;
}
.col1 {	background:#ff6c00; }
.col2 {	background:#4b68b8; }
.col3 {	background:#55acee; }

.footer {
	background:#ffffff;
	padding-bottom:30px;
}
.footer address {
	font-size:0.63em;
	text-align:center;
	font-style:normal;
}

