/*フォームCSS*/
@charset 'utf-8'
* {font-family: "ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka}

img {
    border:none;
}

.box5 { width: 44px }	/*W5*/
.box6 { width: 54px }	/*W6*/
.box10 { width: 82px }	/*W10*/
.box20 { width: 152px }	/*W20*/
.box25 { width: 189px } /*W25*/
.box30 { width: 222px }	/*W30*/
.box45 { width: 327px }	/*W45*/
.area50 { width: 372px; height: 95px }	/*W50×H5*/
.area60 { width: 442px; height: 95px }	/*W60×H5*/
.area60_2 { width: 442px; height: 250px }	/*W60×H17*/
.area80_2 { width: 590px; height: 260px }   /*W80×H17*/

/*テキスト位置指定*/
.indent80 { margin-left:80px }
.indent20 { margin-left:20px }
.indent15 { margin-left:15px }

/*テキストカラー*/
.red_b { color:#CE4242;font-weight:bold }
.red_b2 { padding:0px 5px;color:#ff6600;font-weight:bold;font-size:12px }
.red { color:#CE4242 }
.d_red { color:#CE4242 }
.pink { color:#ff3366 }
.blue { color:#0066cc }
.grey { color:#f0f0f0 }
.grey_b { color:#3f5165;font-weight:bold;font-size:20px }


/*リンクカラー指定*/
a:link { color:#465E68;text-decoration:underline }
a:visited { color:#465E68;text-decoration:underline }
a:hover { color:#D22A1D;text-decoration:underline}

/*メインナビ指定*/
a.navi { padding:0px 5px;text-decoration:none;font-weight:bold;font-size:12px;color:#465E68 }
a.navi:hover { color:#465E68;background-color:#b8d9f7;font-size:12px }
a.navi:visited { color:#465E68;text-decoration:none;font-size:12px }

/*メインナビ指定(現在指定されているコンテンツ)*/
a.navi_target { padding:0px 5px;text-decoration:none;font-weight:bold;font-size:12px;color:#FF6600 }
a.navi_target:hover { color:#465E68;background-color:#b8d9f7;font-size:12px }
a.navi_target:visited { color:#FF6600;text-decoration:none;font-size:12px }

/*アンダーナビ指定*/
a.navi_under { color:#465E68; text-decoration:none !important; }
a.navi_under:hover { color:#465E68; text-decoration:underline !important; }
a.navi_under:visited { color:#465E68; text-decoration:none !important; }

/*アンダーライン無し　リンクカラー指定*/
a.no_line { color:#465E68; text-decoration:none !important; }
a.no_line:visited { color:#465E68; text-decoration:none !important; }
a.no_line:hover { color:#ff6600; text-decoration:none !important; }

/*第２階層ナビ指定*/

.subNav_off,.subNav_on{
	background: url("../misc/subnav_bar.gif") no-repeat top right;
	padding: 0 12px;
}

.subNav_off a{
    text-decoration:none !important;
}

.subNav_on a{
    text-decoration:none !important;
	font-weight:bold;
}

.subNavend{
	background: none !important;
}

/*第３階層ナビ指定*/

.localNav{
	padding-left: 30px;
    background: url("../misc/localnav_bk.gif") repeat-x bottom;
    }
    
.side_left,.side_off a{
    text-decoration:none !important;
    }
.side_left,.side_off a:hover {
    text-decoration:none !important;
    }
.side_left,.side_off a:visited {
    text-decoration:none !important;
    }

a.side_a {
    float: left;
    display:block;
    padding:10px 20px 5px 20px;
    text-decoration:none !important;
    }
    
.side_on {
    float: left;
    display:block;
    border-left:solid #ccc 1px;
    border-bottom:solid #fff 1px;
    text-decoration:none !important;
    color:#465E68;
    font-weight:bold;
    background: url("../misc/localnav_bg.jpg") repeat-x top;
    }
    
.side_on .end{
    border-right:solid #ccc 1px !important;
    }
    
.side_off{
    float: left;
    display:block;
    border:solid #ccc;
    border-width: 0 0 1px 1px;
    text-decoration:none !important;
    color:#CE4242;
    background: url("../misc/localnav_bg.jpg") repeat-x top;
    }
    
.side_off .end{
    border-right:solid #ccc 1px !important;
    }

/** ログイン用 **/
/* EBiS 用*/
.loginBg {
  background: url("../img/ebis/login_bg.jpg") repeat-x top;
  background-color:#D12A1C;
}
/* Ad-traK 用*/
.ad-loginBg {
  background: url("../img/ad-trak/login_bg.jpg") repeat-x top;
  background-color:#D12A1C;
}

input.loginbtn{
    width:128px;
    height:32px;
    background:url("../img/login.jpg") no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
}

input.backbtn{
    width:128px;
    height:32px;
    background:url("../img/back.jpg") no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
}

.loginForm {
  border:1px solid #bbb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 168px;
  height: 23px;
  padding: 0 5px;
}

/** ヘッダー用 **/
.headerBg {
  background: url("../misc/header_bg.jpg") repeat-x top;
  background-color:#ECF1F2;
}

.titleBg {
  background: url("../misc/title_bg.jpg") repeat-x top;
  background-color:#ECECE3;
}

input.executebtn{
    width : 37px;
    height: 19px;
    background: url(../misc/execute.jpg) left top no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
}

.dropdown{
    border:1px solid #ccc;
    padding: 2px;
    background: #fff;
    border-radius: 5px;
 
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
 
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
 
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}


/**
 *  直接効果測定ポップアップ用CSS
 */

.effectPopupUl {
  padding: 5px;
  margin:0px;
  list-style-type: none;
  border: solid 1px #8eaab5;
}

.effectPopupUl li {
  padding:3px;
  margin:0;
  display: block;
  text-decoration: none;
  width: 138px;
}

.effectPopupUl li a {
  margin:0;
  display: block;
  text-decoration: none;
}

.effectPopupUl .nolink {
  margin:0;
  display: block;
  text-decoration: none;
}

.effectPopupUl li a:hover {
  background-color:#FFFFD9;
}

.effectPopupUl li img {
  border: 0px;
}

.effectPopupFont {
  margin:0 0 0 5px;
  vertical-align: top;
  font-size: 62.75%;
}

/**
 *  直接効果測定ポップアップ用CSS
 */
table.layer td {
  padding: 8px 0 0 0;
}

table.layer td.layertop {
  padding: 0;
}

.shadow {
  display: block;
  background: #ccc;
  border: 2px solid #eee;
  position: relative;
}

.shadow_in {
  text-align: center;
  border: 1px solid #afafaf;
  position: relative;
  line-height: 150%;
}
.lefttop {
  left: -3px;
  top: -3px;
}

/**
 *  広告管理用CSS（改修時の追加分）
 */
.form_error_message {
  color: #CE4242;
  margin: 5px 0px 0px 0px;
}

.button_design {
  /*padding: 2px 6px;*/
  width: 55px;
  height: 26px;
}

h1#group_title {
  background: url("../img/ebis/setup/campaign/title_mark.gif") no-repeat;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #6a7d8b;
  padding: 0px 0px 0px 20px;
  margin: 5px 0px;
}

/**
 *  契約オプションアイコン用CSS
 */
img.icon_margin {
  margin: 5px 0 0 0;
}

/* Tooltip */
a:hover {
    text-decoration: none;
}
#tooltip {
    position:absolute; z-index:9999;
    color:#000; font-size:10px;
    height: 100px;
    text-decoration: none;
}
#tooltip .tipBlln {
    width: 272px;
}
#tooltip .tipBllnTop	{
    width: 252px;
    background-color:#000;
    padding:10px 0px 0px 25px;
    background:url(/misc/blln_t.gif) no-repeat;
    text-decoration: none;
    text-align: left;
}

#tipContents{
    padding-right: 15px;
}

#tooltip .tipBllnTop {
    width/*\**/: 272px\9; /* IE用 */
}

#tooltip .tipBllnBottom {
    width: 272px;
    height: 12px;
    background-color:#000;
    background:url(/misc/blln_b.gif) no-repeat;
    text-decoration: none;
}

#bllnContents {
    float: left;
    width: 220px;
}

#close_icon_btn {
    cursor:pointer;
    margin-right:15px;
}

.c_pointer {
    cursor:pointer;
}
.c_default {
    cursor:default;
}

/* クリップボードコピーボタン */
.clip_copy_btn {
    margin: 4px 0;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    color: #333 !important;
 
    border: 1px solid #DAC390; /* Fallback style */
    border: 1px solid rgba(218, 194, 155, 0.5); 
    padding: 4px 8px;
 
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;

    background: #F4E6B3;
    background: -webkit-gradient(linear, left top, left bottom, from(#F4E6B3), to(#FEF7E2) );
    background: -moz-linear-gradient(-90deg, #F4E6B3, #FEF7E2);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F4E6B3', endColorstr='#FEF7E2');

}
.clip_copy_btn.hover {
    background: #F4E6B3;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEF7E2), to(#F4E6B3) );
    background: -moz-linear-gradient(-90deg, #FEF7E2, #F4E6B3);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FEF7E2', endColorstr='#F4E6B3');
}
.clip_copy_btn.active {
    background: #FEF7E2;
}
