@charset "utf-8";

/*
============================================================
base.css
------------------------------------------------------------

■ デフォルトリセット
■ フォント
■ ヘッダー
■ コンテンツ
■ フッター

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

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	border-collapse: collapse;
	color: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	list-style-type: none;
	margin: 0;
	outline: medium none;
	padding: 0;
	table-layout: fixed;
	text-decoration: none;
	vertical-align: baseline; }




/* ---------------------------------------------------------
■ フォント
--------------------------------------------------------- */

body { font-family: Helvetica, 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
-webkit-text-size-adjust: 100%;
}





/* ---------------------------------------------------------
■ 全体
--------------------------------------------------------- */
.clearFix:after{
	content: ".";
	display: block; 
	clear: both; 
	height: 0; 
	font-size:0;	
	visibility:hidden; }

.lh0 {
	line-height: 0; }




/* ---------------------------------------------------------
■ タイトル
--------------------------------------------------------- */
.ttlWrapper {
	width: 1100px;
	margin: 0 auto 50px;
	text-align: center; }

.ttlWrapper h2 {
	margin-bottom: 20px; }

.ttlWrapper h3 {
	margin-bottom: 30px; }

.ttlWrapper p {
	color: #1e1e1e;
	font-size: 75%;
	line-height: 20px; }





/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
.header {
	width: 1100px;
	margin: 0 auto 75px;
	padding: 15px 0 0; }

.headerTop {
	margin-bottom: 30px; }

.headerTop h1 {
	float: left;
	width: 128px; }

/* SNS */
.headerTop .snsWrapper {
	float: right;
	width: 80px;
	text-align: right; }

.headerTop .snsWrapper div {
	display: inline-block; }

.headerTop .snsWrapper .twitter {
	margin-right: 5px; }

/* ナビ */
.gnav ul {
	width: 1060px;
	margin: 0 auto;
	background: url(../img/common/bg_nav_line.png) no-repeat center 0; }

.gnav li {
	display: inline-block;
	position: relative;
	margin: 0 30px 0 34px; }

.gnav li .hov {
	display: none;
	position: absolute;
	top: 0;
	left: 0; }




/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
.footer {
	padding: 25px 0 15px;
	text-align: center;
	background-color: #dadad4; }

.contactWrapper {
	margin-bottom: 10px;
	color: #646464;
	font-size: 75%;
	line-height: 20px; }

.linkWrapper {
	margin-bottom: 15px; }

.creditWrapper {
	margin-bottom: 15px; }

.copyright {
	padding-top: 15px;
	border-top: 1px solid #eeede5; }

.footerBox {
	width: 1100px;
	margin-left: auto;
	margin-right: auto; }




/* ---------------------------------------------------------
■ 汎用
--------------------------------------------------------- */
.lh0 { line-height: 0; }

.w1100 {
	width: 1100px;
	margin: 0 auto; }

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden; }







