@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Document */
body{ font-family:'メイリオ', Meiryo, Verdana, Geneva, Arial, Helvetica, sans-serif;  margin:0; padding:0; font-size:12px; width:100%;}
img{ margin:0; padding:0;}
/* for WinIE6*/
* html body {
font-family: Verdana, "MS P ゴシック", sans-serif;
}
/* for WinIE7*/
*:first-child+html body {
font-family: 'メイリオ', Meiryo, sans-serif;
} 
img{ margin:0; padding:0; border:0 none;}

.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#Wrapper{ height:100%; min-height:100%; }
body > div#Wrapper{height:auto}
/*Top Area*/

.special_contents{width:1000px; margin:0 auto;}

/*footer fix tab*/
.btn-flat-border1 {
  display: inline-block;
  padding: 1.5em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #171c60;
  background-color: #171c60;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border1:hover {
  background: #171c60;
  border: solid 2px #171c60;
  color: white;
  opacity: 0.7;
}
.btn-flat-border2 {
  display: inline-block;
  padding: 1.5em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #171c60;
  background-color: #171c60;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border2:hover {
  background: #171c60;
  border: solid 2px #171c60;
  color: white;
  opacity: 0.7;
}

div#footer-fixed{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
@media (max-width: 480px) {
	.btn-flat-border1 {
  display: inline-block;
  padding: 2em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #171c60;
  background-color: #171c60;
  border-radius: 3px;
  transition: .4s;
  font-size: 28px;
}

.btn-flat-border1:hover {
  background: #171c60;
  border: solid 2px #171c60;
  color: white;
  opacity: 0.7;
}
.btn-flat-border2 {
  display: inline-block;
  padding: 2em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #171c60;
  background-color: #171c60;
  border-radius: 3px;
  transition: .4s;
  font-size: 28px;
}

.btn-flat-border2:hover {
  background: #171c60;
  border: solid 2px #171c60;
  color: white;
  opacity: 0.7;
}

div#footer-fixed{
    position: fixed;
    bottom: 5px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 28px;
}
}