@charset "utf-8";
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td, header, article, section, figure, figcaption, input {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html, body {
	height:100%;
}

html {
	font-family:sans-serif;
}

* {
	-webkit-text-size-adjust:none;
}


/* prevent iphone from zooming in when filling out a form, like login or application */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input,
  input:focus,
  input:hover {
    font-size: 16px !important;
  }
}

div {
	display:block;
}

body {
	font-size:14px;
	font-family:Roboto-Regular, NotoRegularJP, Noto-Regular;
	color:black;
	line-height:1;
	text-align:center;
	word-break:keep-all;
	background-color:#f5f5f5;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block
}

a {
	text-decoration:none;
	color:black;
}

a:link,
a:visited {
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	text-decoration:none;
}

input[type=checkbox] {
	display:none;
}

input[type=checkbox]+ label:before {
		content:"";
		display:inline-block;
		width:18px;
		height:18px;
		margin-right:0;
		background-color:#eee;
		border-radius:2px;
		border:1px solid #ccc;
	
}

input[type=checkbox]:checked + label:before {
		content:"\2713";
		font-size:15px;
		font-weight:800;
		color:#fff;
		background:#59bbe4;
		text-align:center;
		line-height:18px;
		width:20px;
		height:20px;
		border:0;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

select {
	border-radius: 0;
}

input[type=radio]  {
	width:14px;
	height:14px;
	margin-top:-3px;
	vertical-align:middle;
}
input[type=text], input[type=password], select {
	height:34px;
	padding-left:9px;
	border:1px solid #c9c9c9;
	background-color:#fff;
}

button {
	border:0 none;
	padding:0;
	margin:0;
	font-family:'Nanum Gothic',Dotum,tahoma,AppleGothic,Sans-serif;
	vertical-align:middle;
	background:transparent;
	cursor:pointer;
}
button::-moz-focus-inner {
	margin: -1px;
	padding: 0;
}

ul, ol{
	list-style:none;
}

address,caption,cite,code,dfn,var,em {
	font-style:normal;
	font-weight:normal;
}

textarea {
	overflow:hidden;
	padding:7px;
	font-size:11px;
	font-family:'����',Dotum,tahoma,AppleGothic,Sans-serif;
	border:1px solid #e5e5cf;
	background-color:#fbfbe9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

fieldset,img {
	border:0;
}

legend {
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

hr {
	display:none
}

/* clear */
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:'.';
}
* html .clearfix {
	height:1%;
}


/* Table */
caption {
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
}

img {
	max-width:100%;
	height:auto;
}
