@charset "utf-8";

div#head-adbox
,div#foot-adbox {
  text-align:center;
  background:#e1e1e1;
  border-top:1px solid #e3e3e3;
}

/* topjack */
div.topjack_ad_box {
  text-align:center;
  background:#000000;
}
.topjack_closebox {
	text-align:right;
	padding:0;
	background:-webkit-gradient(linear, left top, left bottom, from(#373737), to(#111111));
}


div.line-head{
    height:5px;
    padding:0;
    background:-webkit-gradient(linear, left top, left bottom, from(#e13c38), to(#980a09));
}

#applist h1
,#servicelist h1
,#medialist h1
,#setuplist h1
,#timelinelist h1{
    border-top:1px solid #ccd6e2;
    border-bottom:1px solid #283651;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3bdc9), to(#74849d));
    color:#fff;
    text-shadow:0 -1px 0 #818181;
}

/* タブ色設定 */
section h2{
    background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#cdcdcd));
    border-top:1px solid #ffffff;
    border-bottom:1px solid #a2a2a2;
    color:#333;
    text-shadow:0 -1px 0 #fff;
}
