@charset "utf-8";

/* デフォルトCSSをリセット */

* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd,
blockquote,
small,
date,
strong,
caption,
em,
form {
	color: #666;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

/* 画像 */

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

/* ### コンテンツ ### */


li {
	list-style-type: none;
}

a:link,
a:visited,
a:active {
	color: #319629;
	text-decoration: none;
}

a:hover {
	color: rgba(49,150,41,0.75);
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

li {
	list-style-type: none;
}

/* 調整用 */

.clear_both {
	clear: both;
}

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

.last {
	margin-right: 0 !important;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */


/* ### マージン設定 ### */

.PT0 {
	margin-top: 0 !important;
}

.MT20 {
	margin-top: 20px !important;
}

.MT10 {
	margin-top: 10px !important;
}

.MB40 {
	margin-bottom: 40px !important;
}

.MB20 {
	margin-bottom: 20px !important;
}

.MB10 {
	margin-bottom: 10px !important;
}

.MB5 {
	margin-bottom: 5px !important;
}

.MB0 {
	margin-bottom: 0 !important;
}

.TAC {
	text-align: center;
}
