@charset "UTF-8";
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
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;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
//	word-break: break-all;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	word-break: break-all;
}
p {
	word-break: break-all;
}
abbr, acronym, fieldset {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
nav ul {
	list-style: none;
}
li {
	list-style: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	color: #0055AD;
	text-decoration: none;
	-webkit-transition: all .05s linear;
	-moz-transition: all .05s linear;
	-ms-transition: all .05s linear;
	transition: all .05s linear;
}
a:visited {
	color: #0055AD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #0055AD;
}
img {
	vertical-align: bottom;
}
input, select {
	vertical-align:middle;
	margin: 0;
	padding: 0;
}
label,
select,
input[type="file"],
input[type="submit"],
input[type="button"],
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}
button,
input[type="submit"] {
	outline: none;
}
textarea, input[type="text"],input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
body {
	color: #333;
	font-family:'Helvetica Neue',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
	background-color: #DBDBDB;
	font-size: 13px;
	line-height: 18px;
	height: 100%;
}