@charset "utf-8";


.clearfix:after{
content: '';
clear: both;
display: block;	
}

/* margin set
----------------------------------------------------------------------------------------------*/

p{
margin: 0;
}

table{
margin:0 0 10px 0;
}

ul{
margin: 0;
padding:0;
}

ol{
margin:0 0 10px 1.8em;
padding:0;
}

.mt20{margin-top: 20px !important;}

.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}

.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

/* base style
----------------------------------------------------------------------------------------------*/
body{
background:#fff;
color:#000;
line-height:1.5;
}

a{
color: #024199;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a.line{
text-decoration: underline;	
}
a.line:hover{
text-decoration: none;	
}

.fwb{font-weight: bold;}

br.pcBr{display: block;}
br.spBr{display: none;}

@media screen and (max-width: 768px) {

br.pcBr{display: none;}
br.spBr{display: block;}
	
}
