@charset "utf-8";

/*  =============================================================

　　基本設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html {
  font-size: 62.5%;
}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;}

body {
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.4px;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0 0 50px 0;
}



/*  画像 基本設定
-------------------------- */

img {
	vertical-align: top;
	border: none;
}


/*  テキスト 基本設定
-------------------------- */

em {
  font-weight: bold;
}


/*  リンク 基本設定
-------------------------- */

a {
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #fff;
}


/*　コンテナー　レイアウト・共通設定
---------------------------------------------*/

#container {
	width: 100%;
}

.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/*  ヘッダー レイアウト・共通設定
---------------------------------------------*/

#header {
}


/*  コンテンツ レイアウト・共通設定
---------------------------------------------*/

#content {
}


/*  フッター レイアウト・共通設定
---------------------------------------------*/
#footer {
}

/* -------- コピーライト -------- */


/* -------- ページトップへ戻る -------- */

#footer #btnPageTop {
  position:fixed;
  bottom: 130px;
  right: 20px;
  z-index: 1000;
}

#footer #btnPageTop a {
  transition: all 0.4s ease;
}

#footer #btnPageTop a:hover {
  opacity: 0.8;
}

/* =======================================
	CLEARFIX
==========================================*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */


