@charset "UTF-8";

/* ******************************************
 HTML, BODY, IMG 基本設定
****************************************** */

html {
	overflow-y: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 90%;
	color: #322813;
}

img {
	border: none;
}

a {
	color: #32260e;
	text-decoration: underline;
	outline : 0 ;
}

a:hover {
	color: #827A7A;
	text-decoration: underline;
}



/* ******************************************
 汎用クラス
****************************************** */

/* フロート */
.floatLt {
	float: left;
}
.floatRt {
	float: right;
}

/* フロート解除 */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* フォントスタイル */
.fontBold {
	font-weight: bold;
}
.fontPink {
	color: #f970c5 !important;
}
.fontSmall {
	font-size: 80%;
}

.fontBig1 {
	font-size: 140%;
}

.fontBig2 {
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	
}