﻿@charset "UTF-8";


body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,th,td,table,dl,dt,dd,form,input,textarea,pre,a,img{
	margin: 0;
	padding: 0;
	line-height:0;
	letter-spacing:0.01em;
}
a{
	text-decoration:underline;
	color:#2b83f1;
}
a:visited {
}
em{
	font-style: italic!important;
}
a:hover{
	text-decoration:none;
}
ul,li{list-style-type: none; line-height:0;}

table,img{border: 0px;}

h1,h2,h3,h4,h5,h6,td,th,div,input,textarea,pre,ol,p,li{
	/*font-family:"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",'Meiryo UI','メイリオ','ＭＳ Ｐゴシック',sans-serif;*/
	font-family:"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",'Meiryo UI','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#333333;
	line-height: 180%;
}



a:focus {outline: none;}
hr{display: none;clear: both;}
address{font-style: normal;}


.cl {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


