@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2013.03.04)

	- default
	- body
	- link
	- clearfix

-----------------------------------------*/

/*----------------------------------------
	default
-----------------------------------------*/

body, div, dl, dt, dd, table, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
}

img, table, th, td {
	border: 0;
}

hr {
	display: none;
}

input, textarea, select {
	color: #333333;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

/*----------------------------------------
	body
-----------------------------------------*/

body {
	width: 100%;
	background-color: #fbfbf3;
	color: #333333;
	font-size: 13px;
	line-height: 1.62;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

.font_s {
	font-size: 11px;
}

.font_l {
	font-size: 15px;
}

.font_ll {
	font-size: 17px;
}

/*----------------------------------------
	link
-----------------------------------------*/

a:link,
a:visited {
	color: #726060;
	text-decoration: underline;
	vertical-align: baseline;
}

a:hover,
a:active {
	color: #8a7b7b;
	text-decoration: underline;
	vertical-align: baseline;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative;
}
