@charset "UTF-8";

/* Reset =====================================================================*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,select,textarea,
h1,h2,h3,h4,h5,h6,
pre,code,p,blockquote,hr,
th,td{
 margin:0;
 padding:0;
}

/* HTML5 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
 display:block;
 margin:0;
 padding:0;
}

h1,h2,h3,h4,h5,h6,small{
 font-weight:normal;
 font-size:100%;
}

table{
 border-collapse:collapse;
 border-spacing:0;
}

th,td{
 font-weight:normal;
 vertical-align:top;
}

fieldset,img{
 border:none;
}

img{
 vertical-align:middle;
}

ul{
 list-style:none;
}

caption,th{
 text-align:left;
}

q:before,q:after{
 content:"";
}

a{
 text-decoration:underline;
}

address{
 font-style:normal;
}

em{
 font-style:normal;
 font-weight:bold;
}

sup,sub{
 position:relative;
 font-size:10px;
 line-height:0;
 vertical-align:baseline;
}

sup{
 top:-1.0em;
}

sub{
 bottom:-0.25em;
}

hr{
 display:none;
}

/* HTML5 */
[hidden]{
 display:none;
}

.Hidden{
 width:0;
 height:0;
 overflow:hidden;
 position:absolute;
}

.Opacity0{
 opacity:0;
}

.MSP{
 display:none;
}

@media screen and (max-width:767px){
.MPC{
 display:none;
}

.MSP{
 display:block;
}
}

a:hover.Over img{
 opacity:0.8;
}

