@charset "UTF-8";

html {
	overflow-y: scroll;
}

body, html {
    height: 100%;
    margin: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, 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, input, textarea, 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;
    border: 0;
    outline: 0;
	font-size: 100%;
    font-family:"Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}

div, p, a, img, nav, section, label, iframe, input, textarea, table, th, td, dl, dt, dd, ul, ol, li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body, div, span, p, a, nav, section, label, th, td, dl, dt, dd, ul, ol, li, input, textarea, h1, h2, h3, h4, h5, h6 {
    font-family:"Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.231;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
    -webkit-text-size-adjust: 100%;
	color: #555;
    font-weight: 400;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

textarea {
    resize: none;
}

input[type=text]:focus,
select:focus,
textarea:focus {
    outline: none;
}

input, select {
    vertical-align: middle;
}

nav ul {
    list-style: none;
}

::placeholder {
    color: #CCC;
}

@-ms-viewport {
    width: device-width;
    initial-scale: 1;
}

@viewport {
    width: device-width;
    initial-scale: 1;
} 
