@charset "UTF-8";

/*---------------------------
Filename:/reset.css
Date:12.06.28
---------------------------*/

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, a, 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, input, textarea,
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;
}

html { background: #FFF; }

body {
	color: #000;
	font-size: 14px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	background-size: 100%;
	-webkit-text-size-adjust: none;
}

a:link { color: #00F; }
a:visited { color: #663399; }
a:hover { color: #F00; }
a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul, li { list-style: none; }

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

th { font-weight: normal; }

fieldset, img { border: none; }

q:before, q:after {
    content:'';
    content:none;
}

address, em, cite { font-style: normal; }

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

acronym, abbr {
	border: none;
	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;
    vertical-align: middle;
}
input, textarea, select { *font-size: 100%; }


/*横ズレ防止*/
body{
	width: 100%;
	overflow-x: hidden;
/*コピペ禁止*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* iOS Safari */
}


