@charset "UTF-8";


/**
 * css file for zdnet japan toppage
 */


/**
 * RESET
 *
 * GENERAL
 *
 * TAB
 *
 * SECTION
 *
 * AD
 *
 * CATEGORY PAGE
 *
 * ARTICLE PAGE
 *
 * FOOTER
 */

/*---------------------------------------------------
reset
---------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	font-size: 14px;
	margin: 0;
	padding: 0;
/*	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif; */
        font-family:'メイリオ',meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',sans-serif;

}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul,li { list-style: none; }
caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

p,ul li{ line-height: 1.4; }

em{
	font-weight: bold;
	font-style: italic;
	margin-right: 3px;
}

a{
	color: #004d99;
	text-decoration: none;
}

a:hover{
	color: #252525;
	text-decoration: underline;
}

input, button, textarea, select { font: 11px tahoma,arial; }

/*---------------------------------------------------
clearfix
---------------------------------------------------*/
.clearfix:after{
	content: url('/media/z/2011/pixel.gif');
	display: block;
	clear: both;
	height: 0;
}
.clearfix{ display: inline-block; }
.clearfix{ display: block; }

/*---------------------------------------------------
html
---------------------------------------------------*/
html{ height: 100%; }

/*---------------------------------------------------
body
---------------------------------------------------*/
body{
color: #252525;
}



/*---------------------------------------------------
GENERAL
---------------------------------------------------*/
body {
background: #091521;
background: -moz-linear-gradient(top, #091521 0, #1d3a58 28%, #24486c 58%, #24486c 70%, #15293e 99%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #091521),color-stop(28%, #1d3a58),color-stop(58%, #24486c),color-stop(70%, #24486c),color-stop(99%, #15293e));
background: -webkit-linear-gradient(top, #091521 0, #1d3a58 28%, #24486c 58%, #24486c 70%, #15293e 99%);
background: -o-linear-gradient(top, #091521 0, #1d3a58 28%, #24486c 58%, #24486c 70%, #15293e 99%);
background: -ms-linear-gradient(top, #091521 0, #1d3a58 28%, #24486c 58%, #24486c 70%, #15293e 99%);
background: linear-gradient(to bottom, #091521 0, #1d3a58 28%, #24486c 58%, #24486c 70%, #15293e 99%);
background-attachment: fixed;
}


#wrapper {
width: 980px;
margin: 0 auto;
/*background-color: #FFFFFF;*/
}

#contents {
padding: 20px 10px 10px;
background-color: #ffffff;
overflow: hidden;
}
#contents-left {
width: 640px;
float: left;
}
#contents-right {
width: 300px;
float: right;
}


/*h2
---------------------------------------------------*/
h2{
	font-size: 16px;
	color: #b00b00;
	font-weight: bold;
	line-height: 1.2;
	/*background: url('/media/z/2011/bg_h2_underline.gif') repeat-x 0 bottom;*/
	padding: 10px 0px 7px 0px;
	position: relative;
	margin-bottom: 10px;
}

h2 span{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    position: absolute;
    right: 5px;
    top: 10px
}

h2 a {
	color: #b00b00;
}

h2 a:hover {
	color: #b00b00;
}

h2.top_slider_link {
background: none;
margin: 0;
padding: 0;
line-height: 1.4em;
}


/*h3
---------------------------------------------------*/
h3.title {font-weight: bold;}

.top_slider_link  a {
  color: #004d99;
  text-decoration: none;
}

.slide-nav {
position: relative;
clear: both;
height: 10px;
overflow: hidden;
margin: 10px 0;
text-align: center;
}
.slide-nav  a {
margin: 0 2px;
padding: 0 5px;
background-color: #e9eef0;
}
.slide-nav a.on {
background-color: #004d99;
}
.slide-nav a.prev {
position: relative;
z-index: 5;
padding: 10px;
}




/* title */
.t-gray {
clear: both;
margin: -10px 0 20px;
border-bottom: 2px solid #cccccc;
background: none;
}
.t-gray span {
position: relative;
top: 20px;
left: 0;
padding-right: 20px;
font-size: 120%;
font-weight: bold;
color: #b00b00;
background-color: #ffffff;
}


/* box */
.box-indent {
margin: 30px 0 20px 20px;
}
.box-indent h3 {
display: inline;
font-weight: bold;
}




/* list */
.list-border {
clear: both;
}
.list-border li {
display: list-item;
padding: 10px 0;
border-top: 1px dotted #cccccc;
list-style-type: disc;
list-style-position: inside;
}
.list-border li:last-child {
border-bottom: 1px dotted #cccccc;
}
.list-border li .img_l {
float: left;
margin-right: 20px;
}
.list-border li .summary {font-size: 12px;}


.list-disc {margin: 20px 0 0 20px;}
.list-disc li {
display: list-item;
list-style-type: disc;
padding: 5px 0;
}

.list-ranking {margin-top:20px;}
.list-ranking li {
clear: both;
margin-bottom: 15px;
}
.list-ranking li span {
float: left;
margin-right: 10px;
padding: 5px 10px;
background-color: #cccccc;
color: #ffffff;
font-weight: bold;
}
.list-ranking li span.top3 {
background-color: #d4492b;
color: #ffffff;
font-weight: bold;
}
.list-ranking a {font-weight: bold;}
.list-ranking .summary {margin-left: 40px;}
.list-ranking .summary a {font-weight: normal;}

.list-2col {margin-top: 20px;}
dl.list-2col {margin-top: 0;}
.list-2col li,.list-2col dd {
width: 48%;
float: left;
margin-right: 2%;
margin-bottom: 5px;
}
.list-2col li:nth-child(odd) {clear: both;}

.list-2col dt {border-bottom: 1px dotted #cccccc !important;}
.list-2col dd {
width: 40%;
float: left;
margin-bottom: 0 !important;
}



.no-liststyle li {
list-style-type: none !important;
}


/* font */
.date {
font-size: 85%;
font-weight: normal !important;
color: #999999 !important;
}
.font-s {font-size: 85%;}


/* align */
.align-r {text-align: right;}






/*breadcrumbs
---------------------------------------------------*/
.breadcrumbs{
	margin-bottom: 10px;
}

.breadcrumbs ul li.home {
    background: none;
    padding-left: 0;
}

.breadcrumbs ul li {
    background: url('/media/z/2011/arrow_breadcrumbs.gif') no-repeat 0 50%;
    float: left;
    line-height: 1;
    margin-right: 7px;
    padding-left: 10px;
    color: #999999;
    font-size: 12px;
    padding-top:5px;
}

.breadcrumbs ul li a{
	color: #999999;
}


*html .breadcrumbs ul li{
	padding-top: 5px;
}


/*---------------------------------------------------
header
---------------------------------------------------*/

#header {
color: #ffffff;
width: 980px;
margin: 0 auto;
}
#header #header-inner {
height: 85px;
background: -moz-radial-gradient(bottom,ellipse cover, #264d76 0,rgba(38,77,118,.99) 1%,rgba(20,44,68,0) 68%,rgba(12,28,44,0) 100%);
background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%, #264d76),color-stop(1%,rgba(38,77,118,.99)),color-stop(68%,rgba(20,44,68,0)),color-stop(100%,rgba(12,28,44,0)));
background: -webkit-radial-gradient(bottom,ellipse cover, #264d76 0,rgba(38,77,118,.99) 1%,rgba(20,44,68,0) 68%,rgba(12,28,44,0) 100%);
background: -o-radial-gradient(bottom,ellipse cover, #264d76 0,rgba(38,77,118,.99) 1%,rgba(20,44,68,0) 68%,rgba(12,28,44,0) 100%);
background: -ms-radial-gradient(bottom,ellipse cover, #264d76 0,rgba(38,77,118,.99) 1%,rgba(20,44,68,0) 68%,rgba(12,28,44,0) 100%);
background: radial-gradient(ellipse at bottom, #264d76 0,rgba(38,77,118,.99) 1%,rgba(20,44,68,0) 68%,rgba(12,28,44,0) 100%);
background-size: 100%;
overflow: hidden;
}

#primary-nav {
height: 25px;
background: rgb(216,54,33);
background: -moz-linear-gradient(top,  rgba(216,54,33,1) 0%, rgba(109,12,8,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,54,33,1)), color-stop(100%,rgba(109,12,8,1)));
background: -webkit-linear-gradient(top,  rgba(216,54,33,1) 0%,rgba(109,12,8,1) 100%);
background: -o-linear-gradient(top,  rgba(216,54,33,1) 0%,rgba(109,12,8,1) 100%);
background: -ms-linear-gradient(top,  rgba(216,54,33,1) 0%,rgba(109,12,8,1) 100%);
background: linear-gradient(to bottom,  rgba(216,54,33,1) 0%,rgba(109,12,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83621', endColorstr='#6d0c08',GradientType=0 );
}
#primary-nav ul {width: 100%; position: relative;}

#primary-nav ul li {
position: relative;
display: block;
float: left;
}
#primary-nav ul li a {
float: left;
display: block;
/*width: 133px;*/
width: 125px;
height: 25px;
padding: 0;
font-size: 85%;
font-weight: bold;
color: #ffffff;
text-align: center;
line-height: 2.0;
text-decoration: none;
border-right: 1px solid #9E1F13;
}


#primary-nav li a:hover {
background: rgb(109,12,8);
background: -moz-linear-gradient(top,  rgba(109,12,8,1) 0%, rgba(216,54,33,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,12,8,1)), color-stop(100%,rgba(216,54,33,1)));
background: -webkit-linear-gradient(top,  rgba(109,12,8,1) 0%,rgba(216,54,33,1) 100%);
background: -o-linear-gradient(top,  rgba(109,12,8,1) 0%,rgba(216,54,33,1) 100%);
background: -ms-linear-gradient(top,  rgba(109,12,8,1) 0%,rgba(216,54,33,1) 100%);
background: linear-gradient(to bottom,  rgba(109,12,8,1) 0%,rgba(216,54,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0c08', endColorstr='#d83621',GradientType=0 );
}

#primary-nav li.short a {width: 60px;}

#primary-nav li.builder a {
width: 170px;
border: none;
background: rgb(254,190,0);
background: -moz-linear-gradient(top,  rgba(254,190,0,1) 0%, rgba(255,124,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,190,0,1)), color-stop(100%,rgba(255,124,0,1)));
background: -webkit-linear-gradient(top,  rgba(254,190,0,1) 0%,rgba(255,124,0,1) 100%);
background: -o-linear-gradient(top,  rgba(254,190,0,1) 0%,rgba(255,124,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(254,190,0,1) 0%,rgba(255,124,0,1) 100%);
background: linear-gradient(to bottom,  rgba(254,190,0,1) 0%,rgba(255,124,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febe00', endColorstr='#ff7c00',GradientType=0 );
}
#primary-nav li.builder a:hover {background: rgb(255,124,0);
background: -moz-linear-gradient(top,  rgba(255,124,0,1) 0%, rgba(254,190,0,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,124,0,1)), color-stop(99%,rgba(254,190,0,1)));
background: -webkit-linear-gradient(top,  rgba(255,124,0,1) 0%,rgba(254,190,0,1) 99%);
background: -o-linear-gradient(top,  rgba(255,124,0,1) 0%,rgba(254,190,0,1) 99%);
background: -ms-linear-gradient(top,  rgba(255,124,0,1) 0%,rgba(254,190,0,1) 99%);
background: linear-gradient(to bottom,  rgba(255,124,0,1) 0%,rgba(254,190,0,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#febe00',GradientType=0 );
}


#primary-nav li.cnet a {
width: 100px;
border: none;
background: rgb(225,109,52);
background: -moz-linear-gradient(top,  rgba(225,109,52,1) 0%, rgba(201,64,25,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,109,52,1)), color-stop(99%,rgba(201,64,25,1)));
background: -webkit-linear-gradient(top,  rgba(225,109,52,1) 0%,rgba(201,64,25,1) 99%);
background: -o-linear-gradient(top,  rgba(225,109,52,1) 0%,rgba(201,64,25,1) 99%);
background: -ms-linear-gradient(top,  rgba(225,109,52,1) 0%,rgba(201,64,25,1) 99%);
background: linear-gradient(to bottom,  rgba(225,109,52,1) 0%,rgba(201,64,25,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16d34', endColorstr='#c94019',GradientType=0 );
}
#primary-nav li.cnet a:hover {
background: rgb(201,64,25);
background: -moz-linear-gradient(top,  rgba(201,64,25,1) 0%, rgba(225,109,52,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,64,25,1)), color-stop(100%,rgba(225,109,52,1)));
background: -webkit-linear-gradient(top,  rgba(201,64,25,1) 0%,rgba(225,109,52,1) 100%);
background: -o-linear-gradient(top,  rgba(201,64,25,1) 0%,rgba(225,109,52,1) 100%);
background: -ms-linear-gradient(top,  rgba(201,64,25,1) 0%,rgba(225,109,52,1) 100%);
background: linear-gradient(to bottom,  rgba(201,64,25,1) 0%,rgba(225,109,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94019', endColorstr='#e16d34',GradientType=0 );
}


#primary-nav li.techrepublic a {
width: 145px;
border: none;
background: rgb(80,160,216);
background: -moz-linear-gradient(top,  rgba(80,160,216,1) 0%, rgba(34,121,183,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,160,216,1)), color-stop(100%,rgba(34,121,183,1)));
background: -webkit-linear-gradient(top,  rgba(80,160,216,1) 0%,rgba(34,121,183,1) 100%);
background: -o-linear-gradient(top,  rgba(80,160,216,1) 0%,rgba(34,121,183,1) 100%);
background: -ms-linear-gradient(top,  rgba(80,160,216,1) 0%,rgba(34,121,183,1) 100%);
background: linear-gradient(to bottom,  rgba(80,160,216,1) 0%,rgba(34,121,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a0d8', endColorstr='#2279b7',GradientType=0 );
}
#primary-nav li.techrepublic a:hover {
background: rgb(34,121,183);
background: -moz-linear-gradient(top,  rgba(34,121,183,1) 0%, rgba(80,160,216,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,121,183,1)), color-stop(100%,rgba(80,160,216,1)));
background: -webkit-linear-gradient(top,  rgba(34,121,183,1) 0%,rgba(80,160,216,1) 100%);
background: -o-linear-gradient(top,  rgba(34,121,183,1) 0%,rgba(80,160,216,1) 100%);
background: -ms-linear-gradient(top,  rgba(34,121,183,1) 0%,rgba(80,160,216,1) 100%);
background: linear-gradient(to bottom,  rgba(34,121,183,1) 0%,rgba(80,160,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2279b7', endColorstr='#50a0d8',GradientType=0 );
}




#primary-nav ul li:hover > ul {display: block;}
#primary-nav ul li ul {
width: 100%;
margin: 0;
padding: 0;
display: none;
position: absolute;
top: 25px;
left: 0;
z-index: 9999;
}
#primary-nav ul li ul li {
float: none;
width: 100%;
height: auto;
margin: 0;
padding: 0;
background: #CB311E;
}
#primary-nav ul li ul li:first-child {
padding: 10px;
background: #CB311E;
font-size: 85%;
line-height: 1.2;
color: #cccccc;
}
#primary-nav ul li ul a {
display: block;
height: auto;
width: 100%;
float: none;
margin: 0;
padding: 10px;
line-height: 1;
font-weight: normal;
text-align: left;
text-transform: none;
background: #CB311E;
}
#primary-nav ul li ul a:hover {
background: #6F0D08;
filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}



#logo-zd {
float: left;
width: 220px;
height: 80px;
background: url(/media/z/2011/logo_zdnet.png) no-repeat center center;
text-indent: -9999px;
}

#info-edit {
float: left;
width: 330px;
height: 73px;
overflow: hidden;
margin: 5px 0 5px 50px;
padding: 0 15px;
border-left: 1px solid #374f66;
border-right: 1px solid #374f66;
}

#info-edit dt {
margin-bottom: 10px;
font-weight: bold;
}
#info-edit dd {
display: list-item;
list-style-position: inside;
list-style-type: disc;
text-overflow: ellipsis;
-moz-text-overflow:ellipsis;
}
#info-edit dd a {color: #ffffff;}



#header #header-right {
width: 330px;
float: right;
}


#search-area {
width: 300px;
float: right;
margin-top: 5px;
border: 5px solid #101f2f;
background-color: #ffffff;
}

#search-area-google {
width: 300px;
float: right;
margin-top: 5px;
border: 5px solid #101f2f;
background-color: #ffffff;
}

#search-area form {
background-color: #dde4e9;
}


#login-area {
float: right;
width: 330px;
margin-top: 10px;
}
#login-area ul {float: left;}
#login-area li {
display: inline;
padding: 0 5px;
border-left: 3px solid #ffffff;
font-size: 12px;
}
#login-area li a {color: #ffffff;}
#sns-btn {float: right;}
#sns-btn img {width: 25px;}


.nav-resp,
.btn-category {display: none;}


/*---------------------------------------------------
CATEGORY
---------------------------------------------------*/
#category {
clear: both;
width: 980px;
margin: 0 auto;
/*background-color: #65819f;*/
background: rgb(101,129,159);
background: -moz-linear-gradient(top,  rgba(101,129,159,1) 0%, rgba(48,80,114,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,129,159,1)), color-stop(100%,rgba(48,80,114,1)));
background: -webkit-linear-gradient(top,  rgba(101,129,159,1) 0%,rgba(48,80,114,1) 100%);
background: -o-linear-gradient(top,  rgba(101,129,159,1) 0%,rgba(48,80,114,1) 100%);
background: -ms-linear-gradient(top,  rgba(101,129,159,1) 0%,rgba(48,80,114,1) 100%);
background: linear-gradient(to bottom,  rgba(101,129,159,1) 0%,rgba(48,80,114,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65819f', endColorstr='#305072',GradientType=0 );
}
#category ul {
overflow: hidden;
}
#category li {
float: left;
/*border: 1px solid #9aadbf;*/
border: 1px solid #7994ae;
margin: 1px;
}
#category li a {
width: 94px;
height: 20px;
display: table-cell;
vertical-align: middle;
font-size: 11px;
text-align: center;
line-height: 1.2;
color: #ffffff;
/*
border-right: 1px solid #56718d;
background: rgb(86,113,141);
background: -moz-radial-gradient(center, ellipse cover,  rgba(86,113,141,1) 0%, rgba(45,69,95,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(86,113,141,1)), color-stop(100%,rgba(45,69,95,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(86,113,141,1) 0%,rgba(45,69,95,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(86,113,141,1) 0%,rgba(45,69,95,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(86,113,141,1) 0%,rgba(45,69,95,1) 100%);
background: radial-gradient(ellipse at center,  rgba(86,113,141,1) 0%,rgba(45,69,95,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56718d', endColorstr='#2d455f',GradientType=1 );
*/
}
#category li a.wide {width: 192px;}
#category li.usnews {
background: url(/media/z/2011/bg/menu_category_usnews_bg.png) no-repeat 0 0;
}
#category li a:hover {
text-decoration: none;
background :#9aadbf;
}

/*search
---------------------------------------------------*/
.search{
    background: url('/media/z/2011/bg_header_lvl_search.png') no-repeat 0 bottom;
    padding: 15px 10px 15px 52px;
}

html>.search{/* IE6以外に適用 IE7も含む */
	background-image:url('/media/z/2011/bg_header_lvl_search.png');
}

*html .search{/* IE6以下に適用 */
	background: none;
}

.search_wrap_btm{
	background: url('/media/z/2011/bg_search_wrap_btm.gif') no-repeat 0 bottom;
	width: 310px;
	padding-bottom: 5px;
}


.search_wrap_top{
	background: url('/media/z/2011/bg_search_wrap_top.gif') repeat-x 0 0;
	width: 300px;
	padding: 5px 5px 0 5px;
}

.search form{
	width: 300px;
	background: url('/media/z/2011/bg_search_textarea.gif') no-repeat 0 0;
}

.search_text{
	border: none;
	background: none;
	width: 256px;
	margin-left: 5px;
	font-size: 12px;
	color: #787b7d;
}

.search_text_google {
	border: none !important;
	background: none;
	width: 256px;
	margin-left: 5px;
	font-size: 12px;
	color: #787b7d;
        padding: 0px !important;
}

.search_text_google_paper {
	width: 256px;
	font-size: 12px;
	color: #787b7d;
}


*+html .search_text{/* for IE7 */
	margin-bottom: 5px;
}

*html .search_text{/* for IE6 */
	margin-bottom: 5px;
}

.search_btn{
	width: 34px;
	height: 25px;
	background: url('/media/z/2011/bg_search_btn.gif') no-repeat 0 0;
	border:0 none;
	color:transparent;
	cursor:pointer;
	text-indent:-2000px;
	outline: none;
	_width: 33px;
}





/*---------------------------------------------------
TAB
---------------------------------------------------*/
.ui-tabs-hide {display: none;}


/* top tab */
#top-tabarea {
overflow: hidden;
margin-bottom: 20px;
border-bottom: 1px solid #cccccc;
}
#top-tabarea #tabs ul.list-tab {

background-color: #d4492b;
/*background-color: #50769f;
background-color: #d4492b;*/
overflow: hidden;
}
#top-tabarea #tabs ul.list-tab li {
display: inline;
}
#top-tabarea #tabs ul.list-tab li a {
display: block;
float: left;
width: 105px;
/*height: 25px;
padding-top: 5px;*/
color: #ffffff;
font-weight: bold;
text-align: center;
/*border-top: 5px solid #b00b00;*/
border-top: 5px solid #d4492b;
border-right: 1px solid #ffffff;
line-height: 1.8;
}
#top-tabarea #tabs ul.list-tab .ui-tabs-selected a,
#top-tabarea #tabs ul.list-tab li a:hover {
color: #d4492b;
background-color: #ffffff !important;
border-right: 1px solid #d4492b;
text-decoration: none;
}

#top-tabarea div div ul {
margin: 20px 0 0 20px;
}
#top-tabarea li {
margin-bottom: 15px;
list-style-type: disc;
}
#top-tabarea h2 {
display: inline;
padding-top: 0;
font-size: 200%;
color: #004d99;
background: none;
}
#top-tabarea a:hover h2 {
color: #252525;
}
#top-tabarea h3 {
display: inline;
font-size: 130%;
font-weight: bold;
}
#top-tabarea .ui-tabs-panel ul li span {
display: block;
font-size: 85%;
font-weight: bold;
color: #B00B00;
}
#top-tabarea .ui-tabs-panel ul li.techrepublic span {color: #0093ff;}
#top-tabarea .ui-tabs-panel li a {
display: block;
}
#top-tabarea .ui-tabs-panel p {margin: 10px 0 0;}

#top-tabarea .ui-tabs-panel ol li{
list-style:none;
}

/* bottom gray tab */
.btm-tabarea ul.list-tab {overflow: hidden;}
.btm-tabarea ul.list-tab li {display: inline;}
.btm-tabarea ul.list-tab li a {
display: block;
float: left;
width: 105px;
height: 25px;
padding-top: 5px;
background-color: #cccccc;
color: #ffffff;
font-weight: bold;
text-align: center;
border-top: 5px solid #cccccc;
border-right: 1px solid #ffffff;
}

#top-tabarea #tabs ul.list-tab li.techrepublic a {
width: 110px;
background-color: #3289c8;
border-color: #3289c8;
border-right: none;
}

#top-tabarea #tabs ul.list-tab li.techrepublic a:hover {border-right: none;}


.btm-tabarea ul.list-tab .ui-tabs-selected a,
.btm-tabarea ul.list-tab li a:hover {
color: #b00b00;
background-color: #ffffff;
text-decoration: none;
border-right: 1px solid #cccccc;
}


#tabs-read ul.list-tab li a {width: 159px;}
#tabs-read ul.list-tab li:last-child a {border-right: none;}


#tabs-ziddy ul.list-tab li a {
width: 90px;
height: 40px;
font-size: 85%;
*letter-spacing: -0.05em;
}
#tabs-ziddy ul.list-tab li:last-child a {border-right: none;}




/* topic */
#tabs-1 ul {
float: left;
width: 470px;
}
#tabs-1 .PR {
position: relative;
list-style-type: none;
}
#tabs-1 li.PR:before {
content: "PR";
position: absolute;
top: 3px;
left: -20px;
font-size: 11px;
font-weight: bold;
letter-spacing: -0.1em;
}
#top-tabarea #pickup-area {
width: 140px;
float: right;
margin: 20px 0 20px 10px;
}
#top-tabarea #pickup-area .pickup {
margin-bottom: 20px;
padding: 10px 10px 20px;
border-bottom: 1px solid #cccccc;
overflow: hidden;
}
#top-tabarea #pickup-area .past {background-color: #f5f5f5;}
#top-tabarea #pickup-area .past span {
display: block;
background-color: #cccccc;
text-align: center;
font-size: 85%;
color: #ffffff;
}
#top-tabarea #pickup-area h4 {
margin-top: 10px;
font-size: 85%;
line-height: 1.3;
}
#top-tabarea #pickup-area ul{
margin:0;
width:120px;
}
#top-tabarea #pickup-area li{
margin-bottom:0;
}

#top-tabarea #tabs-4 ul {
margin-left: 0;
}
#top-tabarea #tabs-4 li {
overflow: hidden;
list-style: none;
}
#top-tabarea #tabs-4 li img {
float: left;
margin: 0 15px 15px 0;
}
#top-tabarea #tabs-4 li span.date {text-align: right;}


.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}




/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	color: #e9eef0;
	padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #e9eef0;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	outline: 0;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #004d99;
}

.bx-wrapper .bx-controls-direction {text-align: center;}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
margin: 5px;
padding: 0 5px 0 15px;
background: #cccccc url(/media/2014/zdnet/zd_parts_icon.png) no-repeat 0 -947px;
font-size: 85%;
color: #ffffff;
}
.bx-wrapper .bx-next {
padding: 0 15px 0 5px;
background: #cccccc url(/media/2014/zdnet/zd_parts_icon.png) no-repeat right -647px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
text-decoration: none;
background-color: #004D99;
}

/* foreign */
 .foreign_category {
overflow: hidden;
margin-top: 20px;
}
.foreign_category li {
width: 315px;
float: left;
margin: 0 10px 20px 0;
margin-right: 5px\9;
}
.foreign_category li:nth-child(even) {
margin: 0 0 20px 0;
}
.foreign_category h3 {
margin-bottom: 10px;
font-weight: bold;
letter-spacing: -0.05em;
}
.foreign_category img {
float: left;
margin: 0 5px 10px 0;
}


/*---------------------------------------------------
SECTION
---------------------------------------------------*/
/* left colmn section */
.section {
position: relative;
margin-bottom: 50px;
padding: 10px 0 20px;
border-top: 5px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.section span.line {
position: absolute;
top: -5px;
left: 0;
display: block;
width: 270px;
height: 5px;
background-color: #b00b00;
}
.section h2 {
margin: 0 0 10px;
padding: 0;
font-size: 180%;
color: #b00b00;
letter-spacing: -0.05em;
background-image: none;
font-weight: bold;
line-height: 1.2;
position: relative;
}
.section h3 {
font-size: 14px;
font-weight: bold;
}




/* sales-special */
.sales-special {
position: relative;
margin: 20px 0 10px;
}
.sales-special h2 {
display: inline;
position: absolute;
top: -18px;
left: 38%;
padding: 10px 50px;
font-size: 100%;
letter-spacing: 0.1em;
color: #333333;
background-color: #ffffff;
background-image: none;
}
.sales-special span {
position: absolute;
top: -20px;
right: 0;
font-size: 85%;
}

.sales-special .sales-text {
margin: 10px 0 0 20px;
}
.sales-special .sales-text li {
margin-bottom: 10px;
font-weight: bold;
list-style-type: disc;
}

.sales-special .sales_img {
overflow: hidden;
margin-top: 20px;
}
.sales-special .sales_img li {
width: 315px;
float: left;
margin: 0 10px 20px 0;
margin-right: 5px\9;
font-size: 11px;
}
.sales-special .sales_img li:nth-child(even) {
margin: 0 0 20px 0;
}
.sales-special .sales_img h3 {
margin-bottom: 10px;
font-size: 13.5px;
letter-spacing: -0.05em;
}
.sales-special .sales_img img {
float: left;
margin: 0 5px 10px 0;
}

.sales-special li p {
margin-right: 5px\9;
font-size: 11px;
}



.sales-sp {overflow: hidden;}
.sales-sp dl  {
width: 300px;
float: left;
margin: 0 20px 20px 0;
}
.sales-sp dt {
margin-bottom: 10px;
border-bottom: 1px solid #cccccc;
font-weight: bold;
color: #333333;
}
.sales-sp dd {
font-size: 12px;
display: list-item;
list-style-position: inside;
list-style-type: disc;
}

.sales-sp dd.img {
float: left;
margin-right: 10px;
list-style-type: none;
}




/* topinterview */
.topinterview {overflow: hidden;}
.topinterview li {
width: 120px;
min-height: 150px;
float: left;
margin: 0 5px;
padding: 10px;
border: 5px solid #efefef;
}
.topinterview li img {
width: 120px;
height: 90px;
}


/* special editor */
.sp-editor {
background-color: #f5f5f5;
}
.sp-editor .bx-wrapper {
margin: 0 10px;
}


/* carousel */
.carousel {
margin: 20px 0 50px;
}
#slider_wrap {
  width: 640px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
#slider_prev,#slider_next {
  position: absolute;
  top: 25px;
width: 30px;
height: 30px;
  cursor: pointer;
background: #ffffff url(/media/2014/zdnet/zd_parts_icon.png) no-repeat center -845px ;
z-index: 10;
box-shadow: 3px 0 3px #bbbbbb;
}
#slider_next {
right: 4px;
background: #ffffff url(/media/2014/zdnet/zd_parts_icon.png) no-repeat center -795px ;
box-shadow: -3px 0 3px #cccccc;
}
#slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slider_inner ul.panel {
  width: 640px;
  height: 80px;
  list-style-type: none;
  float: left;
}
#slider_inner ul.panel li {
  float: left;
  width: 106px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
#slider_inner ul.panel img {
  border: none;
}
#slider_inner ul.panel li a p {
position: absolute;
top: 80px;
width: 96px;
height: 70px;
padding: 5px;
font-size: 85%;
background-color: rgba(0,0,0,0.6);
color: #ffffff;
}
#slider_inner ul.panel li a:hover p {
top: 0;
}



.section .headline { background-image: none;}
.section .headline div a {color: #B00B00;}
.section .headline img {
float: left;
margin: 0 20px 20px 0;
}
.section .headline h3 {
font-size: 120%;
line-height: 1.3;
}
.section .headline p {
margin: 10px 0;
font-weight: normal;
color: #333333;
}




/* keyword seo */
.keyword {
overflow: hidden;
}
.keyword li a {
display: block;
float: left;
margin: 0 15px 10px 0;
font-weight: bold;
color: #999999;
}
.keyword li.strong a {
font-size: 160%;
}


#contents-left .keyword_list_box {margin: 0;}
#contents-left .keyword_list_box li a {
display: block;
float: left;
padding: 12px 10px;
font-weight: bold;
color: #999999;
background: none;
}
#contents-left .keyword_list_box .keyword_list li strong a {
padding: 5px 10px;
font-size: 160%;
}



/* more */
#contents-left p.more {
clear: both;
position: relative;
margin-bottom: 0;
padding: 5px 10px;
font-size: 120%;
text-align: center;
letter-spacing: 0.1em;
background: #dddddd;
}
#contents-left p.more:after {
content: '';
top: 10px;
left: 90%;
position: absolute;
display: block;
height: 15px;
width: 15px;
background: url(/media/2014/zdnet/zd_parts_icon.png) no-repeat 0 -650px;

}
#contents-left p.more:hover {
background-color: #efefef;
}
#contents-left p.more a {
display: block;
/*color: #666666;*/
text-decoration: none;
background-image: none;
}



/*pagenation
---------------------------------------------------*/
.pagination{
	margin-bottom: 50px;
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination .this-page {
	color: #F7A62A;
	font-weight: bold;
	padding: 2px 6px;
	vertical-align: top;
}

.pagination a {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 1px;
	padding: 6px;
	text-decoration: none;
}

.pagination a:hover{
	background-color: #FCD72D;
	border-color: #F7991C;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination .next{
	background-color: #162C42;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 12px;
	vertical-align: middle;
	font-size: 14px;
}

.pagination .next:hover{
	background-color: #162C42;
	border-color: #DDDDDD;
	color: #F7A62A;
}




/* right colmn section */
#contents-right .section,
.frame-right .section {
margin-bottom: 10px;
padding: 0 0 10px;
border-top: 5px solid #50769f;
/*background-color: #e9eef0;*/
background-color: #f0f0f0;
overflow: hidden;
}
#contents-right .section h2,
.frame-right .section h2 {
display: inline-block;
min-height: 30px;
position: relative;
padding: 0 10px;
background-color: #50769f;
background-image: none;
color: #ffffff;
font-size: 110%;
line-height: 1.8;
letter-spacing: 0.03em;
}

#contents-right .section h2:after,
.frame-right .section h2:after {
content: '';
position: absolute;
top: -1px;
right: -30px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 0;
border-color: #50769f transparent transparent transparent;
}


.frame-right .section img {padding: 0;}



/* calender */
#contents-right .calendar {border-top: none;}
.caledar_header {
position: relative;
height: 30px;
margin: 10px 10px 0;
background-color: #50769f;
font-size: 110%;
font-weight: bold;
line-height: 1.8;
text-align: center;
}
.caledar_header a {
color: #ffffff;
}
.caledar_header a#cal_prev,.caledar_header a#cal_next {
position: absolute;
top: 5px;
left: 5px;
display: block;
width: 20px;
height: 20px;
background: #ffffff url(/media/2014/zdnet/zd_parts_icon.png) no-repeat 0 -850px;
}

.caledar_header a#cal_next {
left: auto;
right: 5px;
background: #ffffff url(/media/2014/zdnet/zd_parts_icon.png) no-repeat 0 -800px;
}

.box_calendar {
margin: 0 10px;
border: 10px solid #ffffff;
font-size: 120%;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 72%, #d3e8f4 72%, #d3e8f4 86%, #e9dddd 86%, #e9dddd 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(72%,#ffffff), color-stop(72%,#d3e8f4), color-stop(86%,#d3e8f4), color-stop(86%,#e9dddd), color-stop(100%,#e9dddd));
background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
background: -o-linear-gradient(left, #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
background: -ms-linear-gradient(left, #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
background: linear-gradient(to right, #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
overflow: hidden;
}
#contents-right .calendar .calender_d li {
width: 14.28%;
text-align: center;
font-size: 120%;
}





//tieup
.tieup{
margin-bottom:15px;
}
.tieup li{/*content_r*/
font-size: 12px;
border-bottom: 1px solid #DDDDDD;
}
.tieup li strong{
font-weight: bold;
font-size: 14px;
letter-spacing: 0.03em;
}
.tieup li.arrow {
list-style-image: none;
background: url('/media/z/2011/arrow_gray.gif') no-repeat 0 5px;
margin: 0 0 5px 0;
padding-left: 20px;
width: 280px;
}


/* keyword attention */
#contents-right dl.keyword {margin-bottom: 0;}
#contents-right .keyword dt {
margin-bottom: 10px;
padding: 5px 0;
border-bottom: 1px solid #ffffff;
font-size: 120%;
font-weight: bold;
padding:  0 10px;
}
#contents-right .keyword dt:before {display: none;}
#contents-right .keyword dd {
font-size: 85%;
padding:  0 10px 5px;
}
#contents-right .keyword dd.more {
text-align: right;
margin-bottom: 10px;
}
dl.keyword {margin-bottom: 20px;}
.keyword dt {
min-height: 30px;
position: relative;
margin: 0;
padding: 0 0 0 40px;
border-bottom: 1px solid #ffffff;
font-size: 100%;
font-weight: bold;
}
.keyword dt:before {
content: '';
display: block;
width: 30px;
height: 30px;
position: absolute;
left: 0;
background: #cccccc url(/media/2014/zdnet/zd_parts_icon.png) no-repeat 5px -1000px;
}
.keyword dd {
margin: 0;
padding: 0 0 0 40px;
font-size: 85%;
}
.keyword dd.more {
text-align: right;
margin-bottom: 15px; 
}



/* wp-ranking */
.wp-ranking li {
position:relative;
margin-bottom: 5px;
padding: 0 10px 5px 40px;
font-size: 85%;
border-bottom: 1px solid #ffffff;
}
.wp-ranking li span {
position: absolute;
left: -5px;
padding: 0 5px 0 20px;
color: #333333;
font-weight: bold;
}
.wp-ranking li span.top3 {
background-color: #d4492b;
color: #ffffff;
}

/* wp-newest */
.wp-newest li {
  position:relative;
  margin-bottom: 5px;
  padding: 0 10px 5px 40px;
  font-size: 85%;
  border-bottom: 1px solid #ffffff;
}
.wp-newest li span {
  position: absolute;
  left: -5px;
  padding: 0 5px 0 20px;
  color: #333333;
  font-weight: bold;
}
.wp-newest li span.top3 {
  background-color: #50769f;
  color: #ffffff;
}


/* editorial special */
.list-sp dt {
clear: both;
margin: 10px 0;
padding: 5px 0;
border-bottom: 1px solid #ffffff;
font-size: 120%;
font-weight: bold;
text-indent: 1em;
}
.list-sp dt:first-child {margin-top: 0;}
.list-sp dt a {margin-left: 25px; color: #333333;}

.list-sp dt.cio,
.list-sp dt.cloud,
.list-sp dt.security,
.list-sp dt.mobile,
.list-sp dt.datacenter,
.list-sp dt.app,
.list-sp dt.os,
.list-sp dt.virtulization,
.list-sp dt.communication,
.list-sp dt.development,
.list-sp dt.it_management,
.list-sp dt.marketing,
.list-sp dt.sp {
background: url(/media/2014/zdnet/zd_parts_icon.png) no-repeat 10px 5px;
}

.list-sp dt.cloud {background-position: 10px -43px;}
.list-sp dt.security {background-position: 10px -95px;}
.list-sp dt.mobile {background-position: 10px -145px;}
.list-sp dt.datacenter {background-position: 10px -195px;}
.list-sp dt.app {background-position: 10px -245px;}
.list-sp dt.os {background-position: 10px -295px;}
.list-sp dt.virtulization {background-position: 10px -345px;}
.list-sp dt.communication {background-position: 10px -395px;}
.list-sp dt.development {background-position: 10px -445px;}
.list-sp dt.it_management {background-position: 10px -495px;}
.list-sp dt.marketing {background-position: 10px -545px;}
.list-sp dt.sp {background-position: 10px -590px;}


.list-sp dd {
display: list-item;
list-style-type: disc;
font-size: 85%;
margin-left: 40px;
padding:  0 10px 5px 0;
}




/* enterprise */
.list-enterprise dt {
position:relative;
margin: 20px 5px 0;
padding: 10px 10px 5px;
font-size: 85%;
font-weight: bold;
}
.list-enterprise dt span {
color: #333333;
font-weight: bold;
}
.list-enterprise dt span.label-orange {
position: absolute;
top: -10px;
left: -5px;
padding: 0 5px 0 20px;
background-color: #d4492b;
color: #ffffff;
}
.list-enterprise dt span.label-orange a {
color: #ffffff;
}
.list-enterprise dd {
padding: 0 15px 10px;
border-bottom: 1px solid #ffffff;
font-size: 85%;
}

/* wp category */
.wp-category dt {
clear: both;
margin: 10px 0;
padding: 5px 0;
border-bottom: 1px solid #ffffff;
font-size: 120%;
font-weight: bold;
text-indent: 1em;
}
.wp-category dt:first-child {margin-top: 0;}
.wp-category dt a {margin-left: 0px; color: #333333;}

.wp-category dd {
display: list-item;
list-style-type: disc;
font-size: 85%;
margin-left: 40px;
padding:  0 10px 5px 0;
}


/* quick poll */

/* poll_box
------------------------------------------------------------*/
#right_poll_box {
padding: 10px 10px 20px;
}
#right_poll_box .t_grayline {
margin: 0 -10px;
}
#right_poll_box input {
float: left;
margin-right: 10px;
}
#right_poll_box ul {
margin-top: 20px;
}
#right_poll_box li {
clear: both;
margin-bottom: 10px;
}
#right_poll_box li div {
margin-left: 25px;
font-size: 12px;
}

.poll_result dt {
clear: both;
padding-top: 10px;
font-size: 12px;
}
.poll_result dd {
width: 85%;
float: left;
}
.poll_result .bar {
background-color: #ffffff;
overflow: hidden;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
}

.poll_result .indicator {
height: 17px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #018cc6;
background: -moz-linear-gradient(top,  #018cc6 0%, #015e86 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018cc6), color-stop(100%,#015e86));
background: -webkit-linear-gradient(top,  #018cc6 0%,#015e86 100%);
background: -o-linear-gradient(top,  #018cc6 0%,#015e86 100%);
background: -ms-linear-gradient(top,  #018cc6 0%,#015e86 100%);
background: linear-gradient(to bottom,  #018cc6 0%,#015e86 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018cc6', endColorstr='#015e86',GradientType=0 );
}
.poll_result .percent {
width: 13%;
float: right;
font-size: 12px;
font-weight: bold;
color: #015e86;
}

.half dt {
clear: both;
width: 50%;
float: left;
margin: 0 0 10px;
padding-top: 0;
}
.half dd {
width: 40%;
margin: 0;
}
.half .percent {
width: 8%;
}

.quickpoll p {
margin: 10px 10px 20px;
font-weight: bold;
}
.quickpoll li {
clear: both;
margin: 0 10px 10px;
}
.quickpoll li input {
float: left;
margin-right: 10px;
}
.quickpoll li div {
margin-left: 25px;
font-size: 12px;
}
.section .poll_result {
margin: 10px;
}






/* newsletter */
.newsletter p {
margin: 10px 10px 20px;
font-weight: bold;
}
.newsletter input {
width: 85%;
padding: 5px 10px;
margin: 0 10px 15px;
border: 1px solid #becbd5;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fafafa;
font-size: 12px;
}




/* more */
#contents-right p.more,
.frame-right p.more {
margin: 0 0 -10px;
padding: 5px 10px;
letter-spacing: 0.1em;
background-color: #dddddd;
text-align: right;
font-size: 12px;
font-weight: bold;
}
#contents-right p.more:hover,
.frame-right p.more:hover {
background-color: #efefef;
}
#contents-right p.more a,
.frame-right p.more a {
display: block;
color: #666666;
text-decoration: none;
background-image: none;
}




/* button */
#contents-right .btn {
padding: 20px 0;
text-align: center;
}
#contents-right .btn a {
margin: 20px;
padding: 5px 20px;
background-color: #50769f;
text-align: center;
color: #ffffff;
}
#contents-right .btn a:hover {
background-color: #ffffff;
color: #50769f;
text-decoration: none;
}


/*link_list
---------------------------------------------------*/
.link_list{ margin-bottom: 15px; }
.link_list li{
	list-style-image: url('/media/z/2011/arrow_gray.gif');
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}
.link_list li h3{ font-size: 14px; }

/*site_info
---------------------------------------------------*/
.site_info{
	margin-bottom: 15px;
}

.site_info p{
	color: #666666;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 0.03em;
}

.site_info p strong{
	font-weight: normal;
}





/*---------------------------------------------------
AD
---------------------------------------------------*/
.ad-text {
clear: both;
margin: 20px 0;
}
.ad-text li {margin-bottom: 3px;}
.ad-text a {
color: #333333;
font-size: 12px;
letter-spacing: 0.01em;
}
.ad-text li:before {
content: "PR";
position: relative;
color: #B00B00;
border-right: 1px solid #bbbbbb;
padding-right: 5px;
margin-right: 5px;
font-weight: bold;
font-size:12px;
}


#ad_footerlarge {
width: 980px;
margin: 0 auto;
padding: 20px 0;
text-align: center;
background-color: #ffffff;
}

#ad_large{
width: 980px;
text-align:center;
clear: both;
margin: 0 auto !important;
padding: 10px 0;
background-color: #E9EEF0;
}

#ad_mlarge{
width: 600px;
text-align:center;
clear: both;
margin: 0 auto !important;
padding: 10px 0 5px;
background-color: #ffffff;
}

#ad_zchumoku{
margin-top: 0px !important;
}
#ad_zchumoku div:nth-child(even) li {
margin: 0 0 0 20px;
width: 295px;
}

.ad_container > div{
font-size:0;
}

.ad_bnr{margin-bottom:5px;}
#AAMB1 {min-height:90px;min-width:728px;}

/* advertisement
-------------------------------------------------------------*/
.ad_interestmatch{ border: 1px solid #CCC; padding: 10px; margin: 20px 0;}
.ad_interestmatch ul.list_disc li{ list-style: disc inside;}
.ad_interestmatch .adby {text-align: right; font-size: 11px;}
.ad_interestmatch a {color: #252525;}



/*---------------------------------------------------
CATEGORY PAGE
---------------------------------------------------*/
h1.t-category {
position: relative;
margin: 10px 0;
padding-top: 5px;
font-size: 180%;
font-weight: bold;
color: #b00b00;
letter-spacing: -0.05em;
background-image: none;
border-top: 5px solid #cccccc;
}
h1.t-category span.line {
position: absolute;
top: -5px;
left: 0;
display: block;
width: 270px;
height: 5px;
background-color: #b00b00;
}

.lead-category {
min-height: 120px;
margin-bottom: 15px;
background-color: #f5f5f5;
}
.lead-category img {
float: left;
margin-right: 20px;
}
.lead-category p {padding: 20px 20px 0 0;}

.lead-category-noimage {
margin-bottom: 15px;
padding: 15px;
background-color: #f5f5f5;
}

ul.top-story-2col {overflow: hidden;}
ul.top-story-2col li {
width: 300px;
float: left;
margin-bottom: 20px;
}
ul.top-story-2col li:nth-child(odd) {
clear: both;
margin-right: 40px;
}
ul.top-story-2col li img {
float: left;
margin-right: 10px;
width: 120px;
height: 90px;
}
ul.top-story-2col li h3 {font-weight: bold;}


ul.top-story-3col {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul.top-story-3col li {
width: 32%;
margin-bottom: 10px;
}
ul.top-story-3col li img {width: 100%;}
ul.top-story-3col li h3 {font-weight: bold;}


/* keyword */
.box-description {
padding: 0 10px 10px;
font-size: 110%;
line-height: 1.5;
}
.box-indent .keyword dt {
margin-bottom: 0;
padding:0;
font-size: 100%;
text-indent: 0;
}
.box-indent .keyword dd {padding: 0;}

.taglist08 {display: block;}
.taglist08 img {display: none;}
.taglist08 .tag a {
margin-right: 5px;
padding-right: 5px;
font-size: 12px;
font-weight: bold;
color: #B00B00;
/*color: #666666;*/
text-decoration: none;
border-right: 1px solid #cccccc;
}
.taglist08 .tag a:hover {text-decoration: underline;}


.subrelated_list span {
display: block;
clear: both;
}
.subrelated_list span a {
display: block;
margin-left: 10px;
padding-left: 15px;
/*font-weight: bold;*/
font-size:12px;
background: url('/media/z/2011/arrow_gray.gif') no-repeat 0 5px;
}
.subrelated_list .summary {
margin-left: 25px;
font-size: 12px;
}

.subrelated_company {
overflow: hidden;
margin-bottom: 10px;
}
.subrelated_company span {
float: left;
clear: none;
}
.subrelated_company span a {
display: inline;
margin: 0;
padding: 0;
background: none;
}
.subrelated_company span.subrelated_title {
display: block;
}




/*---------------------------------------------------
ARTICLE PAGE
---------------------------------------------------*/
#contents-left .leaftitle {
position: relative;
margin: 10px 0;
padding-top: 5px;
font-size: 200%;
font-weight: bold;
line-height: 1.3;
background-image: none;
border-top: 5px solid #cccccc;
}
#contents-left .leaftitle:before {
content: '';
position: absolute;
top: -5px;
left: 0;
display: block;
width: 270px;
height: 5px;
background-color: #b00b00;
}
#contents-left .leaftitle img {
float: left;
width: 80px;
height: 60px;
margin: 0 10px 10px 0;
}
#contents-left .author {clear: both;}

#contents-left .leaf_content .article_body p {line-height: 1.6;}
#contents-left .leaf_content .article_body ul {margin: 20px 0;}
#contents-left .leaf_content .article_body li {font-size: 15px;}


#contents-left .t_grayline {
clear: both;
margin-bottom: 0;
padding-left: 0;
/*border-bottom: 2px solid #cccccc;*/
background: none;
}
#contents-left .t_grayline b {
/*position: relative;
top: 20px;
padding: 20px 20px 0 0;*/
font-size: 120%;
font-weight: bold;
  color: #b00b00;
}

#contents-left .box_white .t_grayline {
  color:#808080;
}

#contents-left .box_white .t_grayline b {
  color:#858585;
}

#contents-left .box_white .t_grayline a{
color:#444444;
}

#contents-left .box_white .t_grayline a:hover{
color:#858585;
}




#contents-left .sales-special .t_grayline {
padding: 10px 50px;
background-color: #ffffff;
}
#contents-left .sales-special .t_grayline b {
font-size: 100%;
color: #333333;
}
#contents-left .sales-special .t_grayline span {
top: 20px;
left: 215%;
}
#contents-left .sales-special ul {margin-top: 10px;}
#contents-left .sales-special li {border: none;}


#contents-left .arrow_list1 {
margin:0 5px 20px;
}
#contents-left .arrow_list1 li {
display: list-item;
list-style-type: none !important;
background:url(/media/2014/zdnet/icon_leaf_relation.png) 0 0 no-repeat;
margin: 0 0 10px 0;
padding:0 0 10px 30px;
}


#contents-left .arrow_list1 li > h3{
font-weight:bold;
font-size:16px;
}


/*201901 add*/
#contents-left .t_relation_leaf,
#contents-left .t_relation_wp{
clear: both;
margin:0 0 15px -10px;
padding:5px 10px;
font-size: 18px;
font-weight: bold;
background-color: #b00b00;
color:#fff;
text-align:center;
}

#contents-left .t_relation_leaf{
width:90px;
}

#contents-left .t_relation_wp{
width:200px;
}

h2.t_t_relation_wp{
clear: both;
margin:0 0 15px -10px !important;
padding: 5px 10px;
font-size: 18px !important;
font-weight: bold;
background-color: #b00b00;
color:#fff !important;
text-align:center;
width:200px;
line-height:1.2;
}


#contents-left .thumb_list_relation{
overflow:hidden;
max-width:100%;
margin:0 auto 15px;
padding-bottom:10px;
border-bottom:1px solid #ccc;
display:-webkit-flex;
display:flex;
flex-wrap: nowrap;
}


#contents-left .thumb_list_relation li{
margin:0 15px;
width:30%;
}

#contents-left .thumb_list_relation li span{
margin:5px 0;
text-align:left;
display:block;
font-weight:bold;
}


#contents-left .list_relation li{
list-style-type: none !important;
background:url(/media/2014/zdnet/icon_leaf_relation.png) 0 0 no-repeat;
margin: 0 0 15px 0;
padding:0 0 0 30px;
}


#contents-left .list_relation li > h3{
font-weight:bold;
font-size:16px;
}


#contents-left .logly-lift-widget-content-inner-ul li.logly-lift-ad{
font-weight:bold;
font-size:16px;
}


@media screen and (max-width: 640px) {

#contents-left .t_relation_leaf,
#contents-left .t_relation_wp,
h2.t_t_relation_wp,
#contents-left #logly-lift-widget-content-head{
width:100%;
}

h2.t_t_relation_wp,
#contents-left #logly-lift-widget-content-head{

padding:5px 10px !important;
}

#contents-left .thumb_list_relation{
margin:0 5px 15px;
border-bottom:5px solid #d0d0d0;
display:block;
}

#contents-left .thumb_list_relation li{
margin:0 auto 20px;
text-align:left;
display:block;
width:100%;
overflow:hidden;
}

#contents-left .thumb_list_relation li img{
width:80px;
float:left;
}

#contents-left .thumb_list_relation li span{
text-align:left;
float:right;
width:70%;
margin-left:10px;
}

#contents-left .arrow_list1 li,
#contents-left .list_relation li,
#contents-left .logly-lift-widget-content-inner-ul li.logly-lift-ad{
border-bottom:1px dotted #ccc;
padding-bottom:10px;

}

#contents-left .arrow_list1 li:last-child,
#contents-left .list_relation li:last-child,
#contents-left .logly-lift-widget-content-inner-ul li.logly-lift-ad:last-child{
border-bottom:none;
}


}

/*201901 add end*/




#contents-left #leaf_related_info {
margin-bottom: 30px;
padding: 10px 0;
border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
background-color: #f5f5f5;
}


#contents-left .to_zdtop_btn {
float: left;
}

.keyword-img-c {text-align: center;}

.keyword-img-c img {max-width: 600px;}




/*to ZDNet Japan top button
---------------------------------------------------*/
.to_zdtop_btn {
margin-bottom: 20px;
padding-top: 15px;
text-align: left;
}
.to_zdtop_btn a {
padding: 5px 20px;
border-radius: 5px;
/*
border: 1px solid #d7dee3;
background: #f6f8f9;
background: -moz-linear-gradient(top,  #f6f8f9 0%, #d7dee3 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(99%,#d7dee3));
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#d7dee3 99%);
background: -o-linear-gradient(top,  #f6f8f9 0%,#d7dee3 99%);
background: -ms-linear-gradient(top,  #f6f8f9 0%,#d7dee3 99%);
background: linear-gradient(to bottom,  #f6f8f9 0%,#d7dee3 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#d7dee3',GradientType=0 );
color: #333333;
background-repeat: repeat-x;
box-shadow: 0 1px 0 #ffffff inset;
-webkit-box-shadow: 0 1px 0 #ffffff inset;
-moz-box-shadow: 0 1px 0 #ffffff inset;
*/
font-weight: bold;
text-decoration: none;
color: #fff;
background: #50769F;
}

.to_zdtop_btn a:hover {
text-decoration: none;
background: #38608c;
/*
background-position: 0 -45px;
background-color: #d7dee3;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
*/
}


/*---------------------------------------------------------------------
 SOCIAL BOOKMARK
 ----------------------------------------------------------------------*/
#social_bkm_wrap_top{
  height: 20px;
  border-top: 1px dotted #ddd;
  text-align: left;
  padding: 5px 0;
  margin: 5px 0 0 0;
  position: relative;
  z-index: 2;
}

#social_bkm_wrap_under_leaf{
  min-height: 20px;
  float: right;
  padding: 5px 0;
  margin: 5px 0 0 0;
  position: relative;
  z-index: 2;
}



#social_bkm_wrap_under_leaf li{
  background: none;
  position: relative;
  z-index: 900;
  float: left;
  padding: 0;
  margin-bottom: 5px;
  list-style: none;
  border: none;
  margin-left: 10px !important; 
  height: 20px;
}


#social_bkm_wrap_bottom{
  height: 20px;
  text-align: left;
  padding: 5px 0;
  margin: 5px 0 0 0;
  position: relative;
  z-index: 1;
}

#social_bkm_wrap_extra{
  height: 20px;
  text-align: left;
  padding: 5px 0;
  margin: -20px 0 20px 0;
  position: relative;
  z-index: 1;
}

#social_bkm_wrap_top li,
#social_bkm_wrap_bottom li,
#social_bkm_wrap_extra li{
  background: none;
  float: left;
  position: relative;
  z-index: 900;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}

#social_bkm_wrap_top li.right_sbm{ float: right;}
#social_bkm_wrap_top li.last{margin: 0}
#social_bkm_wrap_top a{ font-weight: normal }

.atode-wrap .expandable,
#social_bkm_wrap_top .expandable,
#social_bkm_wrap_extra .expandable{ position: relative; }

.atode-wrap .expandable .menuWrapper,
#social_bkm_wrap_top .expandable .menuWrapper,
#social_bkm_wrap_extra .expandable .menuWrapper{ display:none; position: absolute; top: 19px; left: 0; z-index: 999 }

.atode-wrap .expandable:hover .menuWrapper,
#social_bkm_wrap_top .expandable:hover .menuWrapper,
#social_bkm_wrap_extra .expandable:hover .menuWrapper{ display: block; }

.atode-wrap .expandable:hover,
#social_bkm_wrap_top .expandable:hover,
#social_bkm_wrap_extra .expandable:hover{
  border: 1px solid #868686;
  -webkit-box-shadow:inset 0 0 5px #ddd;
  -moz-box-shadow:inset 0 0 5px #ddd;
  box-shadow:inset 0 0 5px #ddd;
}

.atode-wrap .menuWrapper .menu,
#social_bkm_wrap_top .menuWrapper .menu,
#social_bkm_wrap_extra .menuWrapper .menu{
  background: #fff;
  border: 1px solid #868686;
  -webkit-box-shadow:inset 0 0 5px #ddd;
  -moz-box-shadow:inset 0 0 5px #ddd;
  box-shadow:inset 0 0 5px #ddd;
  padding: 10px;
  margin-top: 5px;
}

#sbm_btn{
  height: 18px;
  line-height: 18px;
  vertical-align: top;
  color: #666;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DFDFDF'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DFDFDF)); 
  background: -moz-linear-gradient(top,  #fff,  #DFDFDF);
  cursor: pointer;
  font-size: 0.85em;
  border: 1px solid #C6C6C6;
}
#sbm_btn .menu{ width: 190px; line-height: 25px;}
#sbm_btn .sbm_button{ float: left; display: block; width: 65px; line-height: 25px; height: 25px;}

#sbm_icon{ background: url("/media/c/2012/images/icon/icon_bkm.png") left center no-repeat; padding: 0 5px 0 20px; }

#sbm-bar{ width: 960px; height: 20px; background: #fff; padding: 15px 8px; margin: 0 2px; }
#sbm-bar.fixed{
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -488px;
  z-index: 101;
  box-shadow: 0 5px 6px -6px #333;
}

#sbm-bar ul li{ float: left; }
#sbm-bar-login-link{
  margin-right: 25px;
  line-height: 20px;
  font-size: 11px; 
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}
#sbm-bar-login-link a{ color: #333; font-weight: bold; }

.social_bkm_gplus{ margin-right: 10px; }

#sbm-stories{ float: right; width: 300px; height: 20px; line-height: 20px; text-align: right;}
#sbm-stories.breaking{ text-align: left; }
#sbm-stories.breaking span{
  font-size: 11px; 
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: bold;
}
#sbm-story-desc{ color: #999; font-size: 10px; margin-right: 10px; }

.sbm-story-btn{
  width: 45px; height: 20px; float: right; color: #fff; font-size:12px; cursor: pointer;
  background: url("/media/z/2012/images/icons/sbm-arrow-sprite.png") no-repeat;
}
#sbm-next-btn{ text-align: left; background-position: -45px 0;}
#sbm-next-btn:hover{ background-position: -45px -20px; }
#sbm-next-btn span{ margin-left: 13px; }

#sbm-prev-btn{ text-align: right; margin-right: 5px; background-position: 0 0;}
#sbm-prev-btn:hover{ background-position: 0 -20px; }
#sbm-prev-btn span{ margin-right: 13px; }

.sbm-custom{ text-align: right; width: 70px; height: 20px; position: relative; margin-right: 15px; line-height: 20px; }
.sbm-custom span { position: absolute; right: 10px; color: #fff; z-index: 100; font-size: 11px; font-weight: 600; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}

.sbm-fb{ background: url("/media/z/2012/images/icons/fb-custom.png") no-repeat; }
.sbm-twitter{ background: url("/media/z/2012/images/icons/twitter-custom.png") no-repeat;}
.sbm-gplus{ background: url("/media/z/2012/images/icons/gplus-custom.png") no-repeat;}
.sbm-linkedin{ background: url("/media/z/2012/images/icons/linkedin-custom.png") no-repeat;}
.sbm-hatena{ background: url("/media/z/2012/images/icons/hatena-custom.png") no-repeat;}

#social_bkm_wrap_bottom li.right_sbm{ float: right;}
#social_bkm_wrap_bottom li.last{margin: 0}
#social_bkm_wrap_bottom a{ font-weight: normal }

#social_bkm_wrap_bottom .expandable,
#social_bkm_wrap_extra .expandable{ position: relative; }
#social_bkm_wrap_bottom .expandable .menuWrapper,
#social_bkm_wrap_extra .expandable .menuWrapper{ display:none; position: absolute; top: 19px; left: 0; z-index: 999; }

#social_bkm_wrap_bottom .expandable:hover .menuWrapper,
#social_bkm_wrap_extra .expandable:hover .menuWrapper{ display: block; }
#social_bkm_wrap_bottom .expandable:hover,
#social_bkm_wrap_extra .expandable:hover,
#social_bkm_wrap_bottom #atode_print:hover {
  border: 1px solid #868686;
  -webkit-box-shadow:inset 0 0 5px #ddd;
  -moz-box-shadow:inset 0 0 5px #ddd;
  box-shadow:inset 0 0 5px #ddd;
}

#social_bkm_wrap_bottom .menuWrapper .menu,
#social_bkm_wrap_extra .menuWrapper .menu{
  background: #fff;
  border: 1px solid #868686;
  -webkit-box-shadow:inset 0 0 5px #ddd;
  -moz-box-shadow:inset 0 0 5px #ddd;
  box-shadow:inset 0 0 5px #ddd;
  padding: 10px;
  margin-top: 5px;
}

.cnetid_alert_header_fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
.leaf_sbm_button_space_facebook {
        height:20px  !important;
}

.leaf_sbm_button_space_twitter {
	margin-left:10px !important;
        max-width:127px !important;
        height:20px  !important;
}
.leaf_sbm_button_space_googleplus1 {
	margin-left:0px !important;
        height:20px  !important;
}
.leaf_sbm_button_space_hatena {
	margin-left:10px !important;
        height:20px  !important;
}

.leaf_sbm_button_space_pocket {
	margin-left:10px !important;
        height:20px  !important;
}
#social_bkm_wrap_top .leaf_sbm_button_space_pocket{
	width:100px;
}




/*----------------------------------------------------------------------
 ATODE
 -----------------------------------------------------------------------*/
.atode-wrap{ float: right; }
#atode{
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  position: relative;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DFDFDF'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DFDFDF)); 
  background: -moz-linear-gradient(top,  #fff,  #DFDFDF);
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

#atode a{ font-size: 0.85em; vertical-align: top; }
#atode span.link{ font-size: 0.85em; vertical-align: top; color: #666; text-decoration: none}
#atode span.list{color: #004d99;}
#atode span.list:hover {
	text-decoration: underline;
}
#atode_action{ height: 18px; background-image: url(/media/c/2012/images/atode/ato_sprite.png); background-repeat: no-repeat; padding: 0 10px 0 28px; border-right: 1px solid #C6C6C6; z-index:800 !important}
#atode_action, #atode_pulldown, #atode_pulldown_dl, #atode_print { border: 1px solid #C6C6C6; float: left; }
#atode_action:hover{
  border: 1px solid #868686;
  -webkit-box-shadow:inset 0 0 5px #ddd;
  -moz-box-shadow:inset 0 0 5px #ddd;
  box-shadow:inset 0 0 5px #ddd;
}
#atode_action a{color: #666; text-decoration: none}

#atode_pulldown{ height: 18px; cursor: pointer }
#atode_pulldown .desc, #atode_pulldown .btn, #atode_pulldown_dl .btn{ height: 18px; line-height: 18px; float: left;}
#atode_pulldown .desc{ font-size: 12px;}
#atode_pulldown .desc img{ vertical-align: middle; }
#atode_pulldown .btn{ width: 18px; }
#atode_pulldown.active .desc{ display: none} 

#atode_pulldown_actions{ width: 80px; }
#atode_pulldown_actions dd{ height: 20px; padding: 0 0 0 28px; margin: 0 0 10px 0; background-image: url(/media/c/2012/images/atode/ato_sprite.png); background-repeat: no-repeat;}
#atode_pulldown_actions dd:hover{ background-color: #ddd; }

.atode_clip{ background-position: 0 0; }
.atode_print{ background-position: 0 -20px; }
.atode_ml_pdf{ background-position: 0 -40px; }
.atode_ml_html{ background-position: 0 -60px; }
.atode_ml_epub{ background-position: 0 -80px; }
.atode_ml_text{ background-position: 0 -100px; }
.atode_dl_pdf{ background-position: 0 -120px; }
.atode_dl_epub{ background-position: 0 -140px; }
.atode_dl_text{ background-position: 0 -160px; }

#atode_pulldown_dl{ height: 18px; cursor: pointer }
#atode_pulldown_dl .desc, #atode_pulldown .btn{ height: 18px; line-height: 18px; float: left;}
#atode_pulldown_dl .desc{ font-size: 12px;}
#atode_pulldown_dl .desc img{ vertical-align: middle; }
#atode_pulldown_dl .btn{ width: 18px; padding: 0; border: none; }
#atode_pulldown_dl.active .desc{ display: none} 

#atode_pulldown_actions_dl{ width: 80px; }
#atode_pulldown_actions_dl dd{ height: 20px; padding: 0 0 0 28px; margin: 0 0 10px 0; background-image: url(/media/c/2012/images/atode/ato_sprite.png); background-repeat: no-repeat;}
#atode_pulldown_actions_dl dd:hover{ background-color: #ddd; }

#atode_pulldown_actions_clip { width: 110px;background-position: 0 0; }




#social_bkm_wrap_bottom #atode_print,
#social_bkm_wrap_bottom .atode_clip,
#social_bkm_wrap_bottom #atode_pulldown,
#social_bkm_wrap_bottom #atode_pulldown_dl
 {
height: 20px;
margin-right: 5px;
padding: 0 5px 0 35px;
line-height: 20px;
vertical-align: top;
position: relative;
background: #efefef url(/media/c/2012/images/atode/ato_sprite.png) no-repeat 0 0;
cursor: pointer;
font-size: 14px;
color: #666;
border: 1px solid #C6C6C6;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#social_bkm_wrap_bottom #atode_print {background-position:6px -20px;}
#social_bkm_wrap_bottom #atode_print a {color: #666666;}
#social_bkm_wrap_bottom #atode_print a:hover {text-decoration: none;}

#social_bkm_wrap_bottom #atode_pulldown {background-position: 5px -60px;}
#social_bkm_wrap_bottom #atode_pulldown_dl {background-position: 5px -140px;}
#social_bkm_wrap_bottom .atode_clip {background-position: 5px 0; padding-right: 10px;}

#social_bkm_wrap_bottom #atode_pulldown:hover,
#social_bkm_wrap_bottom #atode_pulldown_dl:hover {border: 1px solid #666666;}

#social_bkm_wrap_bottom .right_sbm:hover {
border: none;
box-shadow: none;
}


/*------------------------------------------------------------------------------
 TOOLTIP
 -------------------------------------------------------------------------------*/
.ctooltip{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #f8f8f8;
  padding: 3px 5px;
  border: 2px solid #c6c6c6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 -1px 10px #ddd;
  -webkit-box-shadow: 0 -1px 10px #ddd;
  box-shadow:  0 -1px 10px #ddd;
}

.ctooltip .ctooltip-pointer-down, .ctooltip .ctooltip-pointer-down-inner {
	position: absolute; 
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}

.ctooltip .ctooltip-pointer-down {	
	border-left: 7px solid transparent; 
	border-right: 7px solid transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}

.ctooltip .ctooltip-pointer-down-inner {
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	border-top: 10px solid #c6c6c6;
  bottom:	auto;
	top: -14px;
	left: -5px;
}
/* -------------------------------------------------------------------
 header ext
-------------------------------------------------------------------- */
.login_area {
  width: 200px;
  float: left;
  padding: 5px 0 5px 25px;
  border: 1px solid #112030;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #142b43;
  filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=1,GradientType=0,StartColorStr=#1b3d61,EndColorStr=#0e1c2a);
  background: -moz-linear-gradient(top, #1b3d61, #0e1c2a);
  background: -webkit-gradient(linear, left top, left bottom, from(#1b3d61) ,to(#0e1c2a));

  -moz-box-shadow: 0px 1px 0px #415d78;
  -webkit-box-shadow: 0px 1px 0px #415d78;
  box-shadow: 0px 1px 0px #415d78;
}
.login_area a {
  width: 80px;
  float: left;
  margin: 0 10px 0 0;
  padding: 2px 0;
  display: block;
  text-align: center;
  color: #fff;
  -moz-text-shadow: 1px -1px 1px #798c96;
  -webkit-text-shadow: 1px -1px 1px #798c96;
  text-shadow: 1px -1px 1px #798c96;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0px 1px 1px #fff;
  -webkit-box-shadow: inset 0px 1px 1px #fff;
  box-shadow: inset 0px 1px 1px #fff;
  background: #c2cfd6;
  filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=1,GradientType=0,StartColorStr=#c2cfd6,EndColorStr=#798c96);
  background: -moz-linear-gradient(top, #c2cfd6, #798c96);
  background: -webkit-gradient(linear, left top, left bottom, from(#c2cfd6),to(#798c96));
  border: 1px solid #647680;
}

/*---------------------------------------------------
FOOTER
---------------------------------------------------*/
#footer{
	width: 980px;
	margin: 0 auto;
padding: 0;
}
#zd-menu {
padding: 20px;
overflow: hidden;
background-color: #e9eef0;
}
#zd-menu dl {
width: 25%;
float: left;
}
#zd-menu dt {
font-size: 90%;
font-weight: bold;
color: #666666;
padding-bottom: 5px;
}
#zd-menu dd {
padding-bottom: 5px;
font-size: 85%;
}
#zd-menu a {color: #666666;}


#footer #terms {
clear: both;
padding: 20px 10px;
font-size: 85%;
color: #ffffff;
text-align: center;
background-color: #65819f;
}
#footer #terms p {
margin-bottom: 20px;
font-size: 90%;
text-align: left;
}
#footer #terms a {
margin: 0 10px;
color: #ffffff;
}
#copyright {
padding: 10px;
font-size: 85%;
color: #ffffff;
text-align: center;
background-color: #1e3c5a;
}

.cio-header {
text-align: center;
margin-bottom: 0 !important;
}
.cio-message {
background: #F3F6F7;
color: #252525;
border: 1px solid #DDE4E9;
font-size: 1.1em;
text-shadow: 1px 1px 1px #ddd;
width: 588px;
margin: 0 auto 20px auto;
padding: 10px;
}



/* cio-top-stories
-------------------------------------------------------------*/
#cio-top-stories{ margin: 15px 0 25px 15px }
#cio-top-stories li{ float: left; margin-right: 10px; padding: 4px; text-align: center; background: #E8EDF0 }
#cio-top-stories h3{ width: 169px; text-align: left; padding: 5px; font-weight: bold }






/*---------------------------------------------------
legacy
---------------------------------------------------*/


/*style_banner2
---------------------------------------------------*/
.style_banner2{
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	background: #20426F url('/media/z/2011/bg/bkg_banner.jpg') repeat-x 0 0;
	margin-bottom: 10px;
}
.style_banner2 p{
  color: #FFFFFF;
	overflow: hidden;
	_zoom: 1;
}


.style_banner2 .summary{
  line-height: 1.4em;
  margin: 5px 0px;
}
.style_banner2 .summary img {
float: left;
margin-right: 10px;
}
.style_banner2 p.date{
	padding-bottom: 15px;
}
#contents-left .style_banner2 p.author {clear: none;}
#contents-left .style_banner2 p.author a {
font-weight: bold;
color: #ffffff;
}
.style_banner2 .title {
  background: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0px;
  overflow: hidden;
  _zoom: 1;
  border-bottom: 2px solid #8B98A1;
  color: #FFFFFF;
}


/*glossary
---------------------------------------------------*/
#glossary_banner{
	padding-top: 10px;
}
.glossary_word {
font-size: 12px;
margin-bottom: 15px;
}
.glossary_summary {
font-weight: bold;
margin: 0 0 15px;
}

#glossary_banner .search,
#glossary_banner .search form{
	background: none;
	padding: 0;
	width: auto;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#glossary_banner.style_banner2 .title{
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}

#glossary_banner .title h1{
  background: none;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 0px;
  overflow: hidden;
  _zoom: 1;
  border-bottom: 2px solid #8B98A1;
  color: #FFFFFF;
  font-size: 18px;
}
.largeword {
margin: 10px 0 15px 50px;
}
.largeword .largeword_inner {
padding: 15px;
font-size: 70px;
font-weight: bold;
border: 3px solid #AAAAAA;
background-color: #F0F0EE;
text-align: center;
height: 80px;
width: 80px;
}
#toggle_glossary_index {
background: #09155B url('/media/z/2011/arrow_glossary_index.gif') no-repeat right 50%;
border: 2px solid #8B98A1;
padding: 3px 10px;
padding-right: 20px;
cursor: pointer;
display: block;
text-align: center;
}
.left_column .search {
background: none;
padding: 0;
margin-bottom: 10px;
color: #FFFFFF;
}
#glossary_index {
border: 2px solid #8B98A1;
background-color: #09155B;
padding: 5px;
margin-bottom: 10px;
}
#glossary_index table {
_display: inline;
margin-left: 10px;
}
.left_column #glossary_index table.cell_a td,
.left_column #glossary_index table.cell_b td,
.left_column #glossary_index table.cell_c td {
text-align: center;
padding: 5px;
}
#glossary_index a, #glossary_index a:hover {
color: #FFFFFF;
}

/*ch_colleft
---------------------------------------------------*/
#glossary_banner .ch_colleft{
	float: left;
	width: 190px;
	_display: inline;
}

/*summary
---------------------------------------------------*/
#glossary_banner.style_banner2 .summary{
	margin-top: 0;
}


/*ch_colright
---------------------------------------------------*/
#glossary_banner .ch_colright{
	float: right;
	width: 420px;
	_display: inline;
}

/*---------------------------------------------------
reference
---------------------------------------------------*/
.style_layout2 {
	margin: 20px 0 0;
}

/*col_half
---------------------------------------------------*/
.style_layout2 .col_half {
	float: left;
	margin-right: 17px;
	width: 47%;
	padding-bottom: 10px;
}


/*headline
---------------------------------------------------*/
.style_layout2 .headline{
	background: none;
	margin: 0;
	padding: 0;
}
.style_block1 .headline {
background: url('/media/z/2011/bg_h2_underline.gif') repeat-x 0px 100%;
color: #8D0000;
font-size: 1.3em;
font-weight: bold;
margin: 0px 0px 10px;
padding: 0px 4px 8px 0px;
position: relative;
display: block;
}


/*h2
---------------------------------------------------*/
.style_layout2 .headline h2{
	background: none;
	color: #FFFFFF;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.style_layout2 .headline h2 a{
	color: #FFFFFF;
}

.style_layout2 .headline h2 a:hover{
	color: #FFFFFF;
}
.main_column h2,
.left_column h2,
.left_column .headline {
background: none;
font-size: 16px;
color: #b00b00;
font-weight: bold;
line-height: 1.2;
padding: 10px 0px 7px 0px;
margin-bottom: 10px;
}

#page_newsletter_body span.block_submit {
background: #CCC url(/media/2006/member/button.gif) repeat-x;
border: 1px solid #B0B0B0;
border-bottom-left-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
color: #8D0000;
cursor: pointer;
display: block;
font-size: 16px;
font-weight: bold;
height: 35px;
line-height: 35px;
padding: 0px 0px 0px 20px;
}

#page_newsletter_body span.block_submit span {
background: white;
border: 1px solid #B0B0B0;
border-bottom-left-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
color: black;
display: block;
float: right;
font-size: 12px;
height: 28px;
line-height: 28px;
margin: 3px 10px 0px 0px;
padding: 0px 15px;
}


/*h3
---------------------------------------------------*/
.tag_title h3 {font-weight: bold;}




/*p
---------------------------------------------------*/
.style_banner2 p {
	color: #B0CFFF;
}

.style_layout2 .col_half .summary p{
	font-size: 12px;
}
.article_body p {line-height: 1.6;}



/*col
---------------------------------------------------*/
.main_column {
width: 420px;
float: right;
letter-spacing: 0.05em;
}
.left_column {
width: 200px;
float: left;
letter-spacing: 0.05em;
}
.main_headline p.subtitle {
color: #AA7733;
font-weight: bold;
font-size: 12px;
}
.main_headline h3 {
font-size: 16px;
font-weight: 600;
line-height: 1.4em;
margin-bottom: 5px;
}


/*tieup
---------------------------------------------------*/
.tieup_box{
	margin-bottom: 20px;
	padding-bottom: 1px;
	background-color: #F3F6F7;
}
.tieup_box h2{ padding: 5px 5px 7px 5px; background-image: url('/media/z/2011/bg_tieup_underline.gif'); }
.tieup li{ margin: 0 10px 5px; font-size: 12px; }

.tieup img{
  float: left;
  margin: 0 5px 10px 0;
  padding: 2px;
  background-color: #FFFFFF;
}

.tieup h3{font-weight: bold; font-size: 12px; }
.tieup p{
	font-size: 12px;
	overflow: hidden;
	_zoom: 1;
        letter-spacing: 0.03em;
        line-height: 1.5;
        margin-top: 3px;
}
.tieup h3.right{
	font-weight: bold; 
	font-size: 12px; 
	background:none; 
	padding-bottom:0; 
	line-height:1.4 
}

.main_column .cnet_tieup {margin: 20px 0;}
.cnet_tieup li {margin: 0 0 5px;}
.cnet_tieup li h3 {font-weight: bold;}
.cnet_tieup li.arrow {
list-style-image: url('/media/z/2011/arrow_gray.gif');
margin-left: 15px;
font-weight: bold;
}
.cnet_tieup p {
margin: 10px 0;
font-size: 12px;
}



/*list
---------------------------------------------------*/
.main_headline {margin-bottom: 20px;}
.main_headline li {
margin-bottom: 0;
padding: 3px 0;
font-size: 12px;
border-bottom: 1px dotted #CCCCCC;
overflow: hidden;
}
.main_headline li img {
float: right;
margin: 0 0 5px 5px;
}
.style_indexlist1 li {
margin: 10px 0px 3px;
padding: 0px 0px 0px 20px;
background: url(/media/b/2007/common/arrow_blue.gif) no-repeat 4px 3px;
line-height: 1.3em;
font-size: 1em;
font-weight: bold;
clear: left;
overflow: hidden;
}
.main_headline li.on ul {margin: 6px 20px 0;}
.main_headline li.on li {
list-style-type: disc;
border-bottom: none;
overflow: inherit;
}
.main_headline .select>a{font-weight:bold;font-size: 14px;}
.main_headline .select>span{font-weight:bold;font-size: 14px;color: #004d99; text-decoration: none;}

/*more
---------------------------------------------------*/
#contents-left .main_column p.more,
#contents-left .style_block1 p.more,
#contents-left .hikaku_box p.more,
#contents-left .left_column p.more {
background: none;
text-align: right;
font-size: 100%;
}
#contents-left .main_column p.more a,
#contents-left .style_block1 p.more a,
#contents-left .hikaku_box p.more a,
#contents-left .left_column p.more a {
display: inline;
font-size: 80%;
font-weight: bold;
color: #004d99;
letter-spacing: 0;
}
#contents-left .main_column p.more:after,
#contents-left .style_block1 p.more a:after,
#contents-left .style_block1 p.more:after,
#contents-left .hikaku_box p.more:after {
background: none;
}



/*company
--------------------------------------------------*/
.icon_building {background: url(/media/b/2007/common/icon/silkiconset/building.png) no-repeat;}
.icon_building a {padding-left: 18px;}
p.bizitem_info {
background: #efefef url("/media/z/2011/arrow_blue.gif") no-repeat scroll 5px 50%;
margin-bottom: 20px;
padding: 5px 5px 5px 20px;
font-size: 120%;
}


/*paper
--------------------------------------------------*/
#wp_slider_title p.date {color: #ffffff !important;}
.list_rank li {
margin: 0 0 10px 20px;
list-style-type: decimal;
font-size: 12px;
font-weight: bold;
}
.list_rank li.best3 {
color: #c10000;
}
p.company {
color: #666666;
font-size: 12px;
font-weight: normal;
}
#contents-right .facebook {margin: 20px 0;}
p.cont_title {background: none !important;}





/*archive page
---------------------------------------------------*/
.calender_y li,.calender_m li,.calender_d li,.calender_d_wide li {
width: 50%;
float: left;
line-height: 2.0;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.calender_y a,.calender_m a,.calender_d a,.calender_d_wide a {
display: block;
}
.calender_y li:hover,.calender_m li:hover,.calender_d li:hover,.calender_d_wide li:hover,
.calender_y li.selected,.calender_m li.selected,.calender_d li.selected,.calender_d_wide li.selected {
background-color: #c5d2dc;
box-shadow: 0 0 3px #97afbf inset;
-moz-box-shadow: 0 0 3px #97afbf inset;
-webkit-box-shadow: 0 0 3px #97afbf inset;
}
.calender_m li {
width: 33%;
}
.left_column .calender_d li {
width: 25.5px;
font-size: 12px;
}
.calender_d_wide li {
width: 41px;
font-size: 12px;
}
.calender_d_wide {
margin-left: 2px;
}


.left_column .box_gray {
margin-bottom: 10px;
padding: 10px;
background-color: #e9eef0;
overflow: hidden;
}
.left_column .box_gray h2.t_red {
margin-bottom: 0;
padding: 5px;
background: #50769f;
font-size: 110%;
font-weight: bold;
text-align: center;
color: #ffffff;
}
.left_column .box_gray .calender_y,
.left_column .box_gray .calender_m,
.left_column .box_gray .calender_d {
background-color: #ffffff;
overflow: hidden;
}


.left_column .calender_d {
background: #ffffff;
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 72%, #d3e8f4 72%, #d3e8f4 86%, #e9dddd 86%, #e9dddd 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(72%,#ffffff), color-stop(72%,#d3e8f4), color-stop(86%,#d3e8f4), color-stop(86%,#e9dddd), color-stop(100%,#e9dddd));
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
background: linear-gradient(to right,  #ffffff 0%,#ffffff 72%,#d3e8f4 72%,#d3e8f4 86%,#e9dddd 86%,#e9dddd 100%);
}
.left_column .box_gray .box_calendar {
margin: 0;
padding: 0;
border: none;
}





/*eq311
---------------------------------------------------*/
div.blocka {
float: left;
width: 300px;
padding: 0 20px 0 0;
}
#line {
margin: 20px 0 20px 10px;
padding: 10px;
background-color: #f0f8ff;
}
.headline {
font-weight: bold;
color: #B00B00;
}
#foot {
width: 940px;
margin: 0 auto;
padding: 20px;
background-color: #c0c0c0;
}
#foot_s {
width: 900px;
height: 100px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
}
#foot_s img {
padding: 10px;
}


/*---------------------------------------------------
content_l
---------------------------------------------------*/
.content_l{
	margin: 10px 10px 10px 0px;
	width: 640px;
	float: left;
}
/*---------------------------------------------------
content_r
---------------------------------------------------*/
.content_r{
	margin: 10px 0px 10px 0;
	width: 300px;
	float: right;
	letter-spacing: 0.04em;
}



/*margin
--------------------------------------------------*/
.mgt10{margin-top:10px !important;}
.mgt15{margin-top:15px !important;}
.mgt20{margin-top:20px !important;}

.mgb10{margin-bottom:10px !important;}
.mgb15{margin-bottom:15px !important;}
.mgb20{margin-bottom:20px !important;}

#cnetid_alert_header {
	display: none;
	background-color: #efefef;
	min-height: 30px;
	line-height: 25px;
	text-align: center;
	color: #ff0000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0px;
	width: 100%;
}

.pickup .bx-wrapper .bx-viewport {
        min-height: 145px !important;
}
.pickup .bx-wrapper .bx-viewport > ul > li{
        min-width: 120px !important;
}

.sp-editor .bx-wrapper .bx-viewport {
        min-height: 240px !important;
}
.sp-editor .bx-wrapper .bx-viewport ul li{
        min-width: 620px !important;
}


.ziddy-list .bx-wrapper .bx-viewport {
        min-height: 176px !important;
}
.ziddy-list .bx-wrapper .bx-viewport div.headline{
        min-width: 640px !important;
}
.tieup_sp {
    margin-bottom: 10px;
    text-align:center;
}
#error_msg{min-height:200px;}


/* GDPR
--------------------------------------------------*/
#gdpr_area {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.85);
  color: white;
  line-height: 1.5;
}
#gdpr_area a {
  text-decoration: underline;
}

#gdpr_area .gdpr_area_inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 10px 40px 10px 0;
  font-size: 12px !important;
}
#gdpr_area .gdpr_area_inner a {color: #fff;}
#gdpr_area .gdpr_area_inner a:hover {text-decoration: underline;}

#gdpr_area .gdpr_area_inner span.break {display: block;}
#gdpr_area .gdpr_btn_agree {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-color: #999;
}
#gdpr_area .gdpr_btn_agree::after,
#gdpr_area .gdpr_btn_agree::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  display: block;
  width: 2px;
  height: 15px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
}
#gdpr_area .gdpr_btn_agree::before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #gdpr_area .gdpr_area_inner {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px 10px 10px;
  }
  #gdpr_area .gdpr_area_inner span.break {display: inline;}
  #gdpr_area .gdpr_btn_agree {
    right: 10px;
  }
}