@charset "UTF-8";


/*/////////////////////////////////////////////////////////
 * font (フォント調整)
///////////////////////////////////////////////////////// */

body {
	font: 16px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, arial,helvetica,clean,sans-serif;
	color: #453723;
	line-height: 1.4;
}

a {
	/*color: #453723;*/
	color:#600;
}

a:hover {
	color: #006;
}

table {
	font-size: inherit;
	font: 100%;
}
/**
 * Bump up IE to get to 13px equivalent
 */
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 99%;
}

/* font size change set */
body.fontS {
	font-size: 14px;
}
body.fontM {
	font-size: 16px;
}
body.fontL {
	font-size: 18px;
}


body .section .font12 {
	font-size: 12px;
}

body.fontS .section .font12 {
	font-size: 10px;
}

body.fontM .section .font12 {
	font-size: 12px;
}

body.fontL .section .font12 {
	font-size: 14px;
}

body .section .font14 {
	font-size: 14px;
}

body.fontS .section .font14 {
	font-size: 12px;
}

body.fontM .section .font14 {
	font-size: 14px;
}

body.fontL .section .font14 {
	font-size: 16px;
}


body.fontS .twoBlock-content p {
}

body.fontM .twoBlock-content p {
}

body.fontL .twoBlock-content p {
	line-height: 1.2;
}
