﻿@charset "UTF-8";

/*
===================================================
		normalize
==================================================*/
/*	HTML5
--------------------------------------------------*/
header,hgroup,footer,section,article,
nav,aside,figure,figcaption,
summary,details {
	display: block;
}
audio,video,canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/*	The root elements
--------------------------------------------------*/
html {
	/*font-size: 100%;*/
	overflow-y: scroll;
}
/*	Sections
--------------------------------------------------*/
body {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-size: 1em;
}
/*	Grouping content
--------------------------------------------------*/
p,dl,dd,figure {
	margin: 0;
}
ol,ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/*	Embedded content
--------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
/*	Text-level semantics
--------------------------------------------------*/
a:focus,a:hover,a:active {
	outline: 0;
}
/*	Links
--------------------------------------------------*/
b,strong {
	font-weight: bold;
}
small {
	font-size: 90%;
}
br {
	*letter-spacing: 0;
}
/*	Tabular data
--------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	padding: 0;
	text-align: left;
}
th,td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
/*	Forms
--------------------------------------------------*/
form {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	*margin-left: -7px;
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
}
input,button,select,textarea {
	margin: 0;
	font-size: 90%;
	font-family: inherit;
	color: inherit;
}
input,button{
	line-height: normal;
	vertical-align: baseline;
	*vertical-align: middle;
}
input::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="submit"],input[type="reset"],input[type="button"],button {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
input[type="radio"],input[type="checkbox"] {
	padding: 0;
	box-sizing: border-box;
	*width: 13px;
	*height: 13px;
}
select {
	line-height: normal;
	background-color: inherit;
}
textarea {
	vertical-align: top;
	overflow: auto;
}
/*
===================================================
		font
==================================================*/
body {
/*
	font-family: Verdana,Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
*/
	font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #444444;
}
input,button,select,textarea {
	font-family: inherit;
	color: inherit;
}
