@charset "UTF-8";
/* reset */
*{
  box-sizing: border-box
  }
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, 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,
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%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* IE7,MacIE5 */
.clearfix {
  display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/**/
/* common -------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

body {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #333; }

/*
.container800 {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}
.mainTtlOf_topPage{
	font-size: 3.75rem;
}*/
/*フォント指定する--------------------------*/
/*
.mainTtlOf_topPage,
.en_ttl,
.area_ttlOf_articlesDetail,
.mainTtlOf_subPage{
  // font-family: "Josefin Sans";
	font-family: 'Open Sans', sans-serif;

	font-family: 'Merriweather Sans', sans-serif;
	// font-weight: 300;
}*/
/*
.sub_ttl{
	font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
	font-size: 1rem;
	margin-left: 17px;
}
*/


/*fin- フォント指定する---------------------*/

a,
a:before,
a:after {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

a:link {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333; }

a:hover {
  color: #333; }

a:active {
  color: #333; }
