/**
 * 
 */
html,body{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, strong, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
header,footer,article,senction,nav,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input,textarea,select,label,
table, caption, tbody, tfoot, thead, tr, th, td,aside {
  /* 幅に余白や罫線も含める */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
	line-height:inherit;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
body {
  line-height: 1;
}
/*
ol, ul {
  list-style: none;
}
*/
h1, h2, h3, h4, h5, h6{
	margin:0px;
}
	
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table,tr,tbody,thead,tfoot,th,td{
  font-size: inherit;
	line-height:inherit;
	vertical-align:top;
}
 
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p{
	margin:0;
	padding:0;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}