@charset "utf-8";

/**@file
 * default.css ブラウザスタイル初期化.
 * Copyright (C)2016 FUBIC CO., LTD.
 *
 * @author   Tomoaki Tsuchiya<t-tsuchiya@fubic.com>
 */

/* Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight:400;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* Basic Style */
/* Font Style */
body {
	font-family:  "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", Sans-Serif;
	background: #fff;
	color: #666;
	font-size: 14px;
	font-weight:400;
	line-height: 150%;
}
html>/**/body {
	font-size: 14px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* A Style */
a:link	{
	text-decoration: none;
}
a:visited	{
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
	color: #171717;
}
a:active	{
	text-decoration: none;
}