/* 共通フォント */
body {
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif; 
}

.line1 {
	font-size: 78%;
	line-height: 120%;
}

.line2 {
	font-size: 87.5%;
	line-height: 140%;
}

.line3 {
	font-size: 100%;
	line-height: 140%;
}

.line4 {
	font-size: 112.5%;
	line-height: 160%;
}

.line5 {
	font-size: 131.25%;
	line-height: 160%;
}

.line_s {
	font-size: 68.5%;
	line-height: 120%;
}

/* パンくず */
#pnavi {
	font-size: 78%;
}


/* メイン */
#left .side_main .mobile .mobile_text {
	color: #777777;
}

#right .right_bg .attention_event .content .content_title {
	color: #C13A3A;
	font-weight: bold;
}

#right .right_bg .attention_event .content .content_text {
	color: #777777;
	line-height: 1.5;
}


/* フッター */
#footer .office {
	color: #498B44;
	font-weight: bold;
}

#footer address {
	color: #498B44;
	font-size: 78%;
	font-style: normal;
}

