@charset "utf-8";
/*--------------------   reset start  --------------------*/
body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0; vertical-align:bottom;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*--------------------   common start --------------------*/
#t-navi .ui-btn-active{
	background:none;
	background-image:none;
	border:none;
	color:#333;
}
.highLight {
	-webkit-tap-highlight-color: rgba(0,0,215,0.40); 
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.margin-tb_10 {
	margin:10px auto 10px auto;
}
.margin-center {
	margin:0 auto;
}
.padding-10 {
	padding:10px;
}
.fontS {
	font-size:12px;
	line-height:150%;
}
.fontM {
	font-size:14px;
	line-height:150%;
}
.fontL {
	font-size:16px;
	line-height:150%;
}
.txtP {
	font-size:100%;
	white-space:normal;
	text-align: left;	
}
.logo_loc{
	display:table-cell;
	vertical-align:middle;
}
/*--------------------   clearfix start --------------------*/
.clearfix:after {
	content: ".";
	display:none;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*------------------- <hr> line style --------------------*/
.newsline{
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   height: 1px;
   margin-bottom:20px;
   border-color:#333333;
}
.outline{
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   height: 1px;
   border-color:#333333;
}
.clear{
	clear: both;
	float:none;
}