@charset "UTF-8";

section, nav, article, aside, hgroup, header, footer, figure, figcaption {
	display: block;
	}

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

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	/* font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; */
	font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",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: #896b5c;
	text-decoration: none;
	}

a:hover {
	color: #896b5c;
	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
------------------------------ */