@charset "utf-8";


/* ========================================================
	reset.css => margin,padding等リセットCSS
======================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, pre, form, fieldset, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
	font-family: inherit;
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}

ol, ul li {
	list-style-type: none;
}
ul li {
	list-style-type: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 h7 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
select, input, textarea {
	font-size: 100%;
}
hr {
	display: none;
}


/* ClearFix
============================================================================================================ */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}


/* float
============================================================================================================ */
.fl {float: left;}
.fr {float: right;}


/* text-align
============================================================================================================ */
.text_l {text-align: left;}
.text_c {text-align: center;}
.text_r {text-align: right;}


/* margin
============================================================================================================ */
.m00 {margin: 0 !important;}
.m_b {margin-bottom: 1.2em !important;}
.m_b00 {margin-bottom: 0 !important;}
.m_b05 {margin-bottom: 5px !important;}
.m_b08 {margin-bottom: 8px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b45 {margin-bottom: 45px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_t {margin-top: 1.3em !important;}
.m_t00 {margin-top: 0 !important;}
.m_t05 {margin-top: 5px !important;}
.m_t08 {margin-top: 8px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t45 {margin-top: 45px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t60 {margin-top: 60px !important;}
.m_t70 {margin-top: 70px !important;}
.m_t80 {margin-top: 80px !important;}
/* padding
============================================================================================================ */
.p00 {padding: 0 !important;}
.p_b {padding-bottom: 1.3em !important;}
.p_b00 {padding-bottom: 0 !important;}
.p_b05 {padding-bottom: 5px !important;}
.p_b08 {padding-bottom: 8px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b45 {padding-bottom: 45px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_t00 {padding-top: 0 !important;}
.p_t05 {padding-top: 5px !important;}
.p_t08 {padding-top: 8px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t35 {padding-top: 35px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}


/* txtcolor
============================================================================================================ */
.red {color: #FF0000;}
.blue { color: #0099CC;}


/* fontsize
============================================================================================================ */
.font10 {font-size: 10px;}

.table{display:table;}
.table .cell{
	display:table-cell;
vertical-align:top;}



a img{
	border:0px;
}


a:hover img {
	border:0px;
}

table {
	border-collapse:collapse;
}


