﻿*
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	line-height: 16px;
}

/* list, column */
.ListPanel th, .ListPanel td
{
	/* 枠 */
	border: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	vertical-align: middle;
}
.ListPanel .Column_Number
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_Date
{
	text-align: center;
}
.ListPanel .Column_ExtentionDate
{
    text-align: center;
    color:Red;
}
.ListPanel .Column_Budget
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_AdMoney
{
	text-align: right;
	white-space: nowrap;
}

.ListPanel .Column_CheckBox
{
	width: 1px;
}

.ListPanel .Column_Name
{
	text-align: left;
}
.ListPanel .Column_Edit
{
	text-align: center;
	white-space: nowrap;
}
.ListPanel .Column_Size
{
}
.ListPanel .Column_Url
{
	text-align: left;
}
.ListPanel .Column_UserAgent
{
	text-align: left;
}
.ListPanel .Column_Approval
{
	text-align: left;
}
.ListPanel .Column_Count
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_ClickCount
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_ClickRate
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_AvgClickUnitPrice
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_ConversionRate
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_ClickUnitPrice
{
	text-align: right;
	white-space: nowrap;
}
.ListPanel .Column_ServiceFeeRate
{
	text-align: right;
	white-space: nowrap;
}

.ListPanel
{
	/* 隙間 */
	margin-top: 8px;
}

.MainFrame
{
	/* 検索パネルまで縮めないためのもの */
	width: 100%;
}

/* category hilight */
.highlight { background-color: yellow }

/* detail, useragent */
.TreeView TH, .TreeView TD
{
	padding: 0px;
}

.CategoryValueTextBox
{
	width: 60px;
	text-align: right;
	margin-left: 1em;
}

a:link
{
	color: #11C;
}

a:visited.LoginStatusLink
{
	color: #11C;
}

input.TextTreeNodeEditableTextBox
{
	padding: 0px 4px;
}

.explicitAnchor a:link
{
	color: #0000EE
}

.explicitAnchor a:hover
{
	color: #EE0000
}

.explicitAnchor a:visited
{
	color: #551A8B
}

.simpleToolTip
{
	border: solid 1px #99acbb;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 3px 3px 3px #999999;
	-moz-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999;
	width:300px;
	padding:15px;
	line-height:1.8em;
	background-color: #f6f8fa;
}

.helpTips
{
	border: solid 1px #99acbb;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 3px 3px 3px #999999;
	-moz-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999;
	width:300px;
	padding:10px;
	line-height:1.2em;
	background-color: #f6f8fa;
}

.adminOnlyIcon
{
   border:2px solid red !important;
}

.adminOnlyTitle
{
   color:Red !important;
   text-decoration: underline !important;
}

.selectClientDevice
{
	margin-left: 4px;
}

.ListPanel .Column_CenterCell {
	text-align: center;
}

.Panel .TH_Left
{
    text-align: left;
}
.ImageAnker
{
    text-decoration:none;
}
.List .DisplayNone
{
    /* display:noneを指定するための空のクラス */   
}
.UpDateBoostTable
{
    width: 600px; 
    margin-left: auto; 
    margin-right: auto; 
    font-weight:100
}

.TargetHiddenAmount
{
    display: none;
    width:50px;
}

span.info
{
    display:inline-block;
    padding:0px 0px 0px;
    color:#ffffff;
    font-size:8px;
}

img.topicon
{
    width:30px;
    height:10px;
}

.Caution {
	border:double 3px #b6a27b;
	background:#faf9f6;
	padding:10px;
	text-align:center;
	color:#736343;
	font-weight:bold;
	width:80%;
	margin:10px auto 15px;
	line-height:1.5em;
}

.Caution2 {
	border: solid 3px red;
	background: #faf9f6;
	padding: 10px 5px 10px;
	text-align: left;
	color: red;
	font-weight: bold;
	width: 100%;
	margin: 10px auto 10px;
	line-height: 1.5em;
}

.warning {
    display: inline-block;
    margin-top: 5px;
    background: #c0548f;
    color: #fff;
    padding: 2px;
    font-size: 13px;
    border-radius: 3px;
}

.v_center {
	vertical-align:middle !important;
}

input[type="text"].oshare,input[type="password"].oshare,select.oshare,textarea.oshare {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #abadb3;
	margin:5px;
	background:url(../img/form_bg.png);
	padding:8px;
}

.center{
	text-align:center !important;
}

.v_center {
	vertical-align:middle !important;
}

.t_center {
	margin-left:auto;
	margin-right:auto;
}

.hidden
{
    display: none;
}

.description
{
    margin:5px;
    border: 1px dotted #906060;
    width: 390px;
}
.omission_s {
    width:150px;
    overflow: hidden;
    text-overflow: ellipsis;
    height:1em;
    display:block;
}

.edit_before{
 display:inline-block;
 padding:1px 8px 0px;
 background:#ffe8cd;
 color:#e3691c;
 border:solid 1px #e3691c;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;
 box-shadow:0px 0px 2px rgba(237,124,53,0.5) inset;
}
.edit_after{
 display:inline-block;
 padding:1px 8px 0px;
 background:#e3691c;
 color:#ffffff;
 border:solid 1px #ed7c35;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;
 box-shadow:0px 0px 2px rgba(255,255,255,0.7) inset;
}

.description_approve
{
    margin:5px;
    max-width: 250px;
    font-size:x-small;
}
.v_center {
	vertical-align:middle !important;
}

/* tooltip */
.tooltipGroup{
}
.tooltipGroup + .tooltip {
  display: none;
  position: absolute;
  top: 2em;
  left: 0.3em;
  z-index: 9999;
  min-width:500px;
  word-break:break-all;
  white-space:normal;
  padding: 0.3em 0.5em;
  color: #333333;
  background: #eeeeee;
  border:dotted 1px #cccccc;
}
.tooltipGroup + .tooltip:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: -4px;
  border-top:4px solid transparent;
  border-left:4px solid #cccccc;
}
.tooltipGroup:hover + .tooltip {
  display: block;
}
.note{
	position:relative;
	display:block;
	color:#666666;
	padding:3px 5px 3px 1.5em;
	background:#eeeeee;
	border:dotted 1px #999999;
	margin:2px;
	line-height:1.5em;
}
.note:before{
	position:absolute;
	left:0.5em;
	top:4px;
	content:"#";
	color:#999999;
	display:inline-block;
	line-height:1.5em;
}
.TaxExcluded{
    color:black;
}

.MessageLog_List_Border {
	border: 1px solid #bbbbbb;
	max-height: 250px;
	overflow: auto;
	padding: 7px;
}

.MessageLog_List_Border_Line {
	margin: 0 0 7px 0;
}

tr.pink td {
	background-color: #FEE3D7 !important;
	color: Gray;
}