@charset "utf-8";

/*=====================================================
 * Style Name: Base Reset
 * Style URL: /common/css/reset.css
 * Description: Base Style Sheet
 * Version: 1.0
 * Last Up Date: 2015/05/xx
 * Author: neos
 *
 * 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;
}

body {
	background: #ffffff;
	color: #666666;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}

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

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

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

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;
}


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

input, textarea, select {
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-size: 100%;
}