@charset "utf-8";



/* -- Reset style
   -------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 10px;
  overflow-y: scroll;
}
body {
  font: 500 10px/1;
  font-feature-settings: "palt";
  letter-spacing:0.04em;
  color: #444;
  background: #FFF;
}
@media all and (-ms-high-contrast:none) {
  body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (min-width:0\0) {
  body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
  font-style: normal;
  font-weight: normal;
} 
fieldset,img {
  border: 0;
  vertical-align: top;
}
img {
  width: auto;
  height: auto;
  width: 100%;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #FF9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #FF9;
  color: #000; 
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}
sup {
  font-size: 62.5%;
  vertical-align: top;
}
sub {
  vertical-align: text-bottom;
}
input, button, textarea, select {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, select {
  vertical-align: middle;
}
textarea {
  resize: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
::-ms-expand {
  display: none;
}
select::-ms-expand {
  display: none;
}
:placeholder-shown {
  color: #b9b9b9;
}
::-webkit-input-placeholder {
  color: #b9b9b9;
}
:-moz-placeholder {
  color: #b9b9b9;
}
::-moz-placeholder {
  color: #b9b9b9;
}
:-ms-input-placeholder {
  color: #b9b9b9;
}
*::selection {
  background: #f6ab00;
  color: #FFF;
}
*::-moz-selection {
  background: #f6ab00;
  color: #FFF;
}

/*
 * nao customized
 */
.line-block.line-block-template .line-wrap > * {
  border: 0;
}
/*
.line-block.line-block-template .line-wrap {
  background-color: #e9f8ea;
  border: 1px solid #d3f1d6;
}
 */
.line-block.line-block-template .line-wrap .img a {
  border: 1px solid #ddd;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}
#lead h2 {
  text-shadow: 
     #eee 3px 3px 8px, #eee -3px 3px 8px,
     #eee 3px -3px 8px, #eee -3px -3px 8px;
}
.img.templ a {
   box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.img.user {
  /*box-shadow: 0 10px 10px #666;*/
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.fancybox-can-zoomIn .fancybox-content {
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
/* -- Clear_fix
   -------------------------------------------------------------------------------- */
header::after,
footer::after,
main::after,
article::after,
aside::after,
.cf::after {
  content: "";
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}



/* -- for Smartphone
-------------------------------------------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
}
