@charset "utf-8";

/* 基本：レイアウトスタイル
 * **************************************************
 *
 * body
 * container
 * header
 * globalNavi
 * content
 * footer
 *
 * **************************************************
 */

/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.875 = 14px） */
html {
	width: 100%!important;
}
body {
	color: #004097;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875em;
	line-height: 1.8;
	width: 100%!important;
	min-width: 100%;
    background: url("../images/bg.jpg");
    box-sizing: border-box;
}
.wrapper {
    overflow: hidden;
}
 /* リンク */
a {
	color: #ae4178;
	text-decoration: underline;
	word-break: break-all;
	}
a:hover {
	text-decoration: none;
	}
p,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* No visual Anchor
------------------------------------------------------------------ */
div.novisualAnchor {
	overflow:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}

/* ======================================
	header [ ヘッダ ]
====================================== */
header {
	position: relative;
}

/* ======================================
	global [ グローバル ]
====================================== */
header #globalNavi {
	}

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 0 auto;
	/*position: relative;*/
	width: 100%;
	}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.inner {
	margin: 0 auto;
	box-sizing: border-box;
}

/* share button */
.shareBtn ul {
	margin: 0;
	width: 100%;
	text-align: center;
}
.shareBtn ul li {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	}
.shareBtn ul li + li {
	margin: 0 5px 0 0;
}
.shareBtn ul li .fb-like > span {
	vertical-align: top!important;
	}


/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
	clear: both;
	margin: 30px auto 20px;
	padding: 0;
	position: relative;
	text-align: center;
    box-sizing: border-box;
	}
#footer small {
	padding: 20px 4% 0;
	display: block;
	color: #222;
	text-align: left;
}
#footer .notes {
	text-align: center;
	margin: 0 auto 1em;
	font-size: 0.8em;
}
