@charset "UTF-8";

* {
  box-sizing:border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}

html {font-size:62.5%;}
ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, form, p { margin:0; padding:0; }
li { list-style-type:none; }
figure {margin: 0;}

body {
  position: relative;
  width:100%;
  margin:0;
  padding:0;
  color: #1d1d1d;
  font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85;
  min-width: 100%;
}

#wrapper {min-width: 1200px;}

a {-webkit-transition:.2s linear; transition:.2s linear;}
a:link		{color: #5ea8dd; text-decoration: underline;}
a:visited	{color: #5ea8dd;}
a:hover		{opacity:0.7;}
a:active	{opacity:0.7;}
a img {-webkit-transition:.2s linear; transition:.2s linear;}
a:hover img {opacity:0.7;}
a.underline {text-decoration:underline;}
/*a[target=_blank]:after {content: ""; display: inline-block; width: 13px; height: 11px; margin-left: 5px; vertical-align: text-bottom; background: url(/common/img/link_external.png) left top / 100% auto no-repeat;}*/
a[href$=".pdf"]:after {content: ""; display: inline-block; width: 12px; height: 15px; margin-left: 5px; vertical-align: text-bottom; background: url(/common/img/link_pdf.png) left top / 100% auto no-repeat;}

button {-webkit-transition:.2s linear; transition:.2s linear; cursor: pointer;}
button:hover {opacity:0.7;}

input[type="submit"] {-webkit-transition:.2s linear; transition:.2s linear; cursor: pointer;}
input[type="submit"]:hover {opacity:0.7;}

img {max-width:100%;height:auto;vertical-align:top;border:0;}

table {border-collapse: collapse;}

hr {border: none; height: 1px; background-color: #e6e6e6;}

/* clearfix */
.clearfix:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:"";
  clear:both;
  height:0;
}
* html .clearfix { zoom: 1;} /* IE6 */
*:first-child+html .clearfix { zoom: 1;} /* IE7 */