﻿@charset "utf-8";

/* default */

/*--------------------------------------
	reset
---------------------------------------*/

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

body {
    line-height: 1;
}

@media only screen and (max-device-width: 1024px) {
	body {
    min-width:1050px;
    min-height: 1464px;
	}
}

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

ul, ol {
    list-style: none;
}

ul, ol, dl {
	list-style-position: outside;
}

blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
	font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:focus {
	outline: none;
}

img {
	border: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

ins {
    background-color: #FF9;
    color: #222;
    text-decoration: none;
}

mark {
    background-color: #FF9;
    color: #222;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

caption, th{
	text-align: left;
}

hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #DDD;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
 
sup {
    bottom: 1em;
}
 
sub {
    top: .5em;
}

/*--------------------------------------
	scroll
---------------------------------------*/

html {
	overflow-y: scroll;
}

/*--------------------------------------
	text /fonts
---------------------------------------*/

html {
	font-size: 62.5%;
}

* {
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
	*font-size: small;
	*font: x-small;
	line-height: 1;
	font-family: "メイリオ", "Mayryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
