@charset "utf-8";

html {
height:auto;
}
body {
font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
-webkit-text-size-adjust:none;
background-position: -400px 60px;
height:auto;
}


a.sdBtn {
display: block;
margin-left: 10px;
margin-right: 10px;
padding:6px;
background: -webkit-gradient(linear, left top, left bottom, from(#2b4a69),
	to(#123050));
border:1px solid #003563;
text-align: center;
text-decoration: none;
color:#FFFFFF;
font-size:120%;
}

a.sdBtn02 {
display: block;
padding:8px;
background: -webkit-gradient(linear, left top, left bottom, from(#82adcb),
	to(#3b6785));
text-align: center;
text-decoration: none;
color:#012c57;
font-size:120%;
font-weight: bold;
}

#contentSeg #searchWordMod,
#contentSeg .breadCrumbs,
#contentSeg #subNavMod,
#contentSeg #asideColumn,
#spotlightWordMod,
.oneclickMod,
#footerSeg {
display: none;
}

#headerSeg {
width:auto;
background-color:#002144;
}
#headerSeg #ciLogo img {
width: 192px;
height:60px;
margin-left:-10px;
}
#headerSeg #zeLogo img {
width: 137px;
height:60px;
}
#contentSeg {
width:auto;
}
#contentSeg .segInner {
padding:0 0 10px;
}
#contentSeg #articleColumn {
width:100%;
float:none;
}
.generalSec {
padding:15px 10px 0;
}

.sdHidden {display: none;}
.sdVisible {display: block;}
.sdInline {display:inline;}

.sdTitle {
font-size:120%;
font-weight: bold;
color: #fbe700;
}
.sdLead {
margin-top:15px;
}