/* base */
html,
* html body{
margin:0;
font-size:10px;
line-height:1.7;
height:100%;
font-family:Meiryo,'メイリオ',Helvetica,ArialMT,Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3',Osaka,Verdana,'ＭＳ Ｐゴシック';
}
*{
-webkit-text-size-adjust:none;
}
body{
margin:0;
padding:0;
color:#333;
width:100%;
background:#FFF;
}
h1, h2, h3, h4, h5, p, ul{
padding:0;
margin:0;
}
li{
list-style:none;
}
.colBoxClear{
font-size:0;
line-height:0;
height:0;
clear:both;
}
.h5px{
height:5px;
}
.h10px{
height:10px;
}
.h15px{
height:15px;
}
.h20px{
height:20px;
}
.h25px{
height:25px;
}
.h30px{
height:30px;
}
.colBoxIcon a{
float:left;
}
.colBoxHead{
position:relative;
border-bottom:1px solid #CCC;
margin:0 0 5px;
padding:0 0 3px;
}
.colBoxHeadSubtxt{
position:absolute;
top:3px;
right:0;
line-height:14px;
}
.colBoxNewtxt{
font-weight:bold;
color:#C00;
}
#masterSub .colBoxHeadSubtxt{
background:#FFF;
display:block;
padding:0 0 0 5px;
color:#CCC;
}

/* link */
a, a:visited{
color:#333;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity:0.85;
}
a img{
border:0 none;
}

/* footer */
#masterFooter{
background:#000;
text-align:left;
}
#masterFooter a{
color:#FFF;
}
#globalFooter{
margin:0 auto;
padding:0 5px;
width:980px;
color:#FFF;
}
#globalFooterLink{
padding:20px 0;
width:100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
#globalFooterLink ul{
width:96px;
list-style:none;
margin:0;
padding:0;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
#FooterLeft img{
width:42px;
height:42px;
}
#globalFooterCorp{
padding-bottom:20px;
background:#000;
padding-top:10px;
border-top:0 none;
}
#globalFooterCorpLogo{
color:#FFF;
margin-bottom:15px;
position:relative;
display:block;
margin:0 0 5px;
padding:12px 0 0 180px;
font-size:1.2rem;
line-height:1.34;
}
#globalFooterCorpLogo a{
position:absolute;
top:0;
left:0;
display:block;
width:170px;
height:28px;
background:url(https://image.itmedia.co.jp/images/logo/170_itmedia_bgb.gif) no-repeat 0 0;
text-indent:-9999px;
float:left;
}
#globalFooterCorpLink{
margin:0;
font-size:1.2rem;
line-height:1.34;
clear:both;
}
/* GAM */
.gam_headline,
#LogoAD div.gam_headline{
width:100%;
font-size:16px;
line-height:1.3;
font-weight:600;
margin-bottom:16px;
padding:0 0 5px 0;
border-bottom:1px solid #ccc;
color:#333;
position: relative;
text-align:left;
}
.gam_prmark{
position:absolute;
border:#CCC 1px solid;
background-color:#FFF;
padding:2px;
font-weight:400;
font-size:11px;
line-height:13px;
top:3px;
right:4px;
font-family:Arial;
color:#666;
}