@charset "utf-8";
/*-----------------------------------------------------------
***  [ 全社共通 layout ]  ***
------------------------------------------------------------*/

/*-----------------------------------------------------------
===  [ Font Setting ]  ====================================
------------------------------------------------------------*/
html,
body,
input,
button,
textarea,
#container {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
}
.ie html,
.ie body,
.ie input,
.ie button,
.ie textarea,
.ie #container {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
