@charset "UTF-8";

/* reset style
-------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, 
p, blockquote, th, td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
address, caption, cite, 
em, th, var {
	font-style:normal;
	font-weight:normal;
	font-size: 100%;
} 
ol, ul, li { 
	list-style:none; 
} 
caption, th { 
	text-align:left; 
} 
h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
/* formating style
-------------------------*/
.lp_html {
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	color: #000000;
	font-size: 100%;
    -webkit-text-size-adjust: 100%;
}
/* link styles
-------------------------*/
a img {
	border-style: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* clearfix
-------------------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix {display:block;}
/* end MacIE5 */

/* <p>&nbsp;</p>高さ調整
-------------------------------------*/
.m_a_16 {
    line-height: 16px;
}
