@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;text-decoration: none;font-weight: normal;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 18px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #000;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}



header{
	text-align: center;
}

header h1{
	padding-top: 60px;
	margin-bottom: 60px;
}


.btn-border {
  display: inline-block;
  border: 2px solid #fff;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 3px;
  transition: .4s;
  color: #000;
  font-weight:400;
}

.btn-border:hover {
  border: 2px solid #fff;
  background-color: #000;
 /* border-color: #cbe585;*/
  color: #fff;
  text-decoration: none;
}