@charset "utf-8";
/* Reset Start */

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

/* IE8以下対応用、最終的には不要 */
article, aside, figure, figcaption, footer, header, hgroup, nav, section{
display:block;
margin:0;
padding:0;
}

html, body{
font-size:100%;
line-height:100%;
font-family:Roboto, "Droid Sans", Arial, Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif, "ＭＳ Ｐゴシック", Osaka;/*Win8 MacOS(iOS) Android対応*/
/*font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;*/
width:100%;
height:100%;
word-wrap:break-word;/*URL等の長英文の折り返し*/
}

input, textarea{
margin:0;
padding:0;
}

input:focus{
background-color:#EBEBEB;/*RGB(235,235,235)*/
}

textarea:focus{
background-color:#EBEBEB;/*RGB(235,235,235)*/
}

ol, ul{
list-style:none;
}

table{
border-collapse:collapse;
}


/* Reset End */
