@charset "utf-8";

/* font
=======================================*/


/* ======== fontSet ======== */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* 
font-family: 'PT Sans', sans-serif;
font-weight: 400;
font-weight: 700;
 */

/* ======== base ======== */

body {
	font-size: 16px;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
.ie body {
	font-size: 100%;
}


/* ======== style ======== */

/* ----- justify ----- */
.justify {
	text-align: justify;
	text-justify: inter-ideograph
}


/* ----- fontColor ----- */
.fontRed {
	color: #CC0000;
}
.fontOr {
	color: #ff7700;
}
.fontBl {
	/*color: #4455aa;*/
	color: #ff7700;
}
.fontGry {
	color: #666666;
}

/* ----- weight ----- */
.normal,
.textNormal {
	font-weight: 400 !important;
}
.bold {
	font-weight: 700 !important;
}
strong {
	font-weight: 700 !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}

.supTxt {
	vertical-align: super;
}

