@charset "utf-8";


/* ボックス基本
==============================================================*/

.bgPat {
	background: url("../images/bg_wave_white.gif") repeat center top;
}

.bgBlack {
	background-color: #000;
}

.container .inner {
	
}

.container-fluid .inner {
	max-width: 960px;
	margin: 0 auto;
}

.container-fluid .inner-wide {
	max-width: 1100px;
	margin: 0 auto;
}



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

.baseTxt,
.baseTxt p,
.baseTxt dl dt,
.baseTxt dl dd {
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txtBox {
	font-size: 120%;
	line-height: 2.4em;
	letter-spacing: 0.1em;
}

.txtBox p {
	margin-bottom: 1em;
}

@media screen
    and (max-width: 767px) {

.txtBox {
	text-align: left;
	text-align:justify;
	text-justify:inter-ideograph;
	padding: 0 30px;
	line-height: 1.8em;
}

#history .txtBox {
	padding: 0 10px;
}

}


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

.h2Wrap {
	margin-bottom: 30px;
}

.baseTxt p.h2Caption {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color: #333;
	margin:0;
}



































