@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/Roboto.css);

/* reset */
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,
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,
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%;
}

body,
input,
button,
textarea,
select {
  color: #222;
}
/*input, textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}*/

input,
textarea,
button,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}
ul,
ol,
dl {
  list-style: none;
}
img,
fieldset {
  vertical-align: top;
  border: 0;
}
a {
  text-decoration: none;
  border: 0;
}
a:hover {
  text-decoration: underline;
}

html {
  font-size: 29.5px;
}

/*select, input[type=text], input[type=number]{height:78px; font-size:22px; letter-spacing:-0.5px; border: 2px solid #ddd; width: 640px; color: #000; margin-left: 40px; margin-bottom: 20px; padding-left: 20px;}*/
input::placeholder {
  color: #000;
}
input {
  /* height: 30px; */
}

input[type="checkbox"] {
  display: none;
}
input[type="radio"] {
  width: 30px;
  height: 30px;
}
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 15px;
  padding-top: 20px;
  font-weight: normal;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;

  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 1px;
  /* background-color: #ccc; */
  border-radius: 2px;
  border: 1px solid #757575;
}
input[type="checkbox"]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 800;
  color: #fff;
  background: #518fff;
  text-align: center;
  line-height: 18px;
  font-size: 0.75rem;
  border: 2px solid #518fff;
}

input[type="submit"] {
  -webkit-appearance: none;
}
textarea {
  border: 1px solid #bbb;
  font-size: 19px; /*width: 600px;*/
  width: 100%;
  padding: 20px;
}
p {
  word-wrap: break-word;
}
body {
  -webkit-text-size-adjust: none;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
caption,
legend {
  display: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
#header,
#wrapper,
footer {
  min-width: 720px;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/mo/img/select_arrow.jpg") no-repeat 97% 50%;
  background-color: #fff;
}

/*link*/
a:link {
  text-decoration: none;
  color: #222;
}
a:visited {
  text-decoration: none;
  color: #222;
}
a:hover,
a:active {
  text-decoration: none;
  color: #222;
}

input::placeholder {
  color: #999;
}
textarea::placeholder {
  color: #999;
}

/* layout */
img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
