﻿@charset "utf-8";

/*
******************************************************************
* base.css
******************************************************************
*/

html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}

/** cssfonts */
body {
	font: 14px/1.5 'Hiragino Kaku Gothic ProN', Roboto, 'メイリオ', Meiryo, sans-serif;
	color: #333;
}
select, input, button, textarea {
	/*font:99% arial,helvetica,clean,sans-serif;*/
	font: 99%;
}
select::-ms-expand {
	display: none;
}
button {
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

#yui3-css-stamp.reset {
	display: none;
}

/** addreset */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	-webkit-text-size-adjust: none;
	width: 100%;
	min-height: 100%;
	position: relative;
}
a {
	color: #003894;
	text-decoration: none;
	outline : none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
img {
	vertical-align: bottom;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.bold {
	font-weight: bold;
}

.font-10 { font-size: 71.4%; }
.font-11 { font-size: 78.5%; }
.font-12 { font-size: 85.7%; }
.font-13 { font-size: 92.8%; }
.font-14 { font-size: 100%; }
.font-15 { font-size: 107.1%; }
.font-16 { font-size: 114.3%; }
.font-17 { font-size: 121.4%; }
.font-18 { font-size: 128.5%; }
