@charset "UTF-8";

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

html,body{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	line-height: 1.8;
	letter-spacing: 0.03em;
	background: #fff;
	text-align: center;
	-webkit-text-size-adjust: none;
	}

/* ------------------------------
▲ body
▼ text
------------------------------ */

/*-- ▼ link --*/

a:link,
a:visited,
a:active {

	color: #666;

	text-decoration: none;

	}

a:hover {

	color: #666;

	text-decoration: underline;

	}

/*-- ▲ link --*/
/*-- ▼ headline --*/

h1,h2,h3,h4,h5,h6 {

	margin: 0;

	}

/*-- ▲ headline --*/

p {

	}

strong {

	}

em.em {

	}

pre {

	}

blockquote {

	}



hr {

	clear: both;

	}

/*-- ▼ list --*/

ul,
ol {

	}

li {

	}

ul p,
ol p {

	}

dt,
dd {

	}

/*-- ▲ list --*/

/* ------------------------------
▲ txt
▼ table
------------------------------ */

table {

	}

th {

	}

tr {

	}

td {

	}

/* ------------------------------
▲ table
▼ form
------------------------------ */

form {

	}

input {

	}

textarea {

	}

select {

	}

select {

	}

option {

	}

fieldset {

	}

legend {

	}

label {

	}

/* ------------------------------
▲ form
▼ img
------------------------------ */

img {

	border: none;

	}

img.alignleft {

	float: left;

	}

img.alignright {

	float: right;

	}

/* ------------------------------
▲ img
▼ clearfix
------------------------------ */

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	height: 0;

	visibility: hidden;

}

.clearfix {

	min-height: 1px;

}

* html .clearfix {

	height: 1px;

	/*¥*//*/

	height: auto;

	overflow: hidden;

	/**/

}

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