@charset "utf-8";

/*=====================================================
 * Style Name: Base Reset
 * Style URL: /common/css/reset.css
 * Description: Base Style Sheet
 * Version: 1.0
 * Last Up Date: 2017/03/xx
 *
 * Markup Reference:
 *
=====================================================*/



/*-----  contents -------

	1: Universal Reset
	
----------------------*/


/*
===== 1: universal reset =================================*/
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, label,
th, td,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: normal;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-family: YuGothic,"Yu Gothic","�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro","���C���I", Meiryo,"MS �S�V�b�N","MS Gothic",sans-serif;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast:none){
*::-ms-backdrop, body {
	font-family: "���C���I", Meiryo,"MS �S�V�b�N","MS Gothic",sans-serif;
}
}

@media (max-width: 767px) {
body {
	font-size: 15.5px;
	font-family: "�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro","���C���I", Meiryo,"MS �S�V�b�N","MS Gothic",sans-serif;
}
}

.wf {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, dt {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style-type: none;
}

em ,i, b {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: bolder;
}

em {
	font-weight: bold;
}

table, th, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
	/*image-rendering: pixelated;*/
}


/* Form elements styles
-------------------------------------*/

input, textarea, select {
	font-family: YuGothic,"Yu Gothic","�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro","���C���I", Meiryo,"MS �S�V�b�N","MS Gothic",sans-serif;
	font-size: 100%;
}

@media all and (-ms-high-contrast:none){
*::-ms-backdrop, input, textarea, select {
	font-family: "���C���I", Meiryo,"MS �S�V�b�N","MS Gothic",sans-serif;
}
}

@media (max-width: 767px) {
input, textarea, select {
	font-family: "�q���M�m�p�S ProN W3","Hiragino Kaku Gothic ProN","�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro","���C���I", Meiryo,"MS �S�V�b�N","MS Gothic",sans-serif;
}
}