@charset "UTF-8";

/*********************************************************************************
外部CSS
**********************************************************************************/
@import "null?\"\{";
 @import "layout.css";
@import "elements.css";
 @import "null?\"\}";

/*********************************************************************************
1.ユニバーサルリセット
**********************************************************************************/
html,
body,
ul,
ol,
li,
dl,
dt,
dd,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
img {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

fieldset,
img {
	border: none;
}

img {
	vertical-align:top;
}

caption,
th {
	text-align: left;
	font-weight:normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	overflow:visible;
}

/* End hide from IE-mac */
