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,dialog,figure,footer,header,
hgroup,menu,nav,section,
time,mark,audio,video {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-size:100%;
	font-weight:normal;
	vertical-align: baseline;
	background:transparent;
}
body {
	line-height:1.1;
}
article,aside,details,figcaption,figure, 
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
nav ul li {
	list-style-type:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content:'';
	content:none;
}
ins {
	text-decoration:none;
}
mark {
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title],dfn[title] {
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
input {
	margin:0px;
	padding:0px;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
	*display: inline-block;
}
.clearBoth {
	clear:both;
}
.wordBreak {
	word-break:break-all;
    word-wrap: break-word;
}


/*------------------------------------------------------------
	デバイス用スタイル
------------------------------------------------------------*/

.iphone {
}
.android {
}

body {
	-webkit-text-size-adjust: none;
}

a:link {
	color:#0000EE;
}
a:visited {
	color:#0000EE;
}
a:hover {
}
a:active {
}





