@charset "utf-8";
/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body,p{
	line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family:Arial, Helvetica, sans-serif;
}
html>/**/body {
	font-size: 12px;
}
/* clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	/zoom: 1;
}
/* others
-------------------------------------------------------------*/
/*img {
	display: block;
}*/
a:focus {
	outline: none;
}

.pd_tp10{
	padding-top: 10px;
}
.pd_tp15{
	padding-top: 15px;
}
.pd_tp20{
	padding-top: 20px;
}
.pd_tp25{
	padding-top: 25px;
}
.pd_tp30{
	padding-top: 30px;
}
.mg_tp10{
	margin-top: 10px;
}
.mg_tp15{
	margin-top: 15px;
}
.mg_tp20{
	margin-top: 20px;
}
.mg_tp25{
	margin-top: 25px;
}
.mg_tp30{
	margin-top: 30px;
}

