﻿@charset "utf-8";
/*　スマホ・PCサイトの文字サイズを自動調整しない　*/
body {
    -webkit-text-size-adjust: 100%;
}
/*--------------ページ設定--------------*/
html, body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1;
}
/*--------------各要素リセット--------------*/
h1, h2, h3, h4, h5, h6, select, input, textarea, small  {
	font-size: 100%;
	font-weight: normal;
}
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, label,  blockquote, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: inside;
}
table {
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; 
	font-weight: normal;
}
/*--------------aタグ設定--------------*/
a {
	text-decoration: underline;
	overflow: hidden;
}
a:link {
	color: #06f;
}
a:visited {
	color: #90c;
}
a:hover, a:active, a:focus {
	/*color: #f60;*/
	text-decoration: none;
}
/*--------------横スクロールバー常に表示--------------*/
html {
	overflow-y: scroll;
}
/*--------------HTML5タグ設定--------------*/
section, nav, article, aside, hgroup, header, footer {
	display: block;
}
time, mark, small {
	display: inline;
}