/*----------------------------------------

	PC CSS

----------------------------------------*/
@media print, screen and (min-width: 768px){
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%; /*16px*/
	line-height: 1.8em;
	color: #000000;
}
a {
	color: #00abff;
	text-decoration: none;
        transition:  0.3s; /*transitionは通常時にセット*/
        -webkit-transition:  0.3s;
}
a:hover {
	text-decoration: none;
	color:#004CB5;
}
a img{
    transition:  0.3s; /*transitionは通常時にセット*/
    -webkit-transition:  0.3s;
}
a:hover {
    opacity:0.5;
}

p,li,th,td{
	line-height:1.8em;
}

p{
	margin-bottom:10px;
}
	p:last-child{
		margin-bottom: 0px;
	}
sup,sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
	font-size: 10px;
} 
sup {
    bottom: 0.8ex;
} 
sub {
    top: .5ex;
}
.clear {
	clear: both;
}
/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*commonclass end*/
.overimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
