﻿@charset "UTF-8";

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0

[reset.css] 2013.12.29
-------------------------------------------------------------
1) RESET
2) FONTS
3) LINK
-------------------------------------------------------------
*/

/* 1) RESET 
-----------------------------------------------------------*/
html { 
	overflow-y:scroll;
} 

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, 
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
	text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border: 0;
}

del, ins {
	text-decoration:none
}

li {
    list-style:none;
}

caption, th, td {
	text-align:left
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

abbr, acronym {
	border:0;
	font-variant:normal
}

sup, sub {
	vertical-align:baseline
}

input, select {
    vertical-align:middle;
}

hr {
    display:none;
}

/* 2) FONTS
-----------------------------------------------------------*/
body {
	font:14px/1.8 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color:#5a5a5a;
	-webkit-text-size-adjust:none;
}

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

table {
	font-size:inherit;
	font:100%;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font-weight:normal;
	font-style:normal;
}
	
pre, code, kbd, samp, tt {
	font-family:monospace;
}

/* 3) LINK
-----------------------------------------------------------*/
a {
	color: #5a5a5a;
	text-decoration:none;
}

a:hover {
	color: #4657a4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}