@charset "utf-8";

body {
	background:#fff url(/img/bg.png) center top repeat-x;
	color:#000;
}
header {
	width:960px;
	margin:0 auto;
	padding-top:8px;
}
header h1 {
	float:left;padding:0;margin:0 0 3px;
}
header h1 a {
	display:block;
	width:240px;height:58px;
	text-indent:-9999px;
	overflow:hidden;
}
header h1 a {
	background:url(/img/logo.png) 0 0 no-repeat;
}

/*
#contentswrap {
	clear:left;
}*/
/*
#contents{
	clear:left;
	width:920px;
	margin:0 auto;
}*/
#main {
	/*float:left;*/
	width:918px;
	margin:-12px auto 0;
	padding:24px;
	min-height:652px;
	background:rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*
#side {
	float:right;
	width:214px;
	padding:5px;
	margin:6px 0;
}*/
footer{
	background:#000 url(/img/bg_footer.png) center top repeat-x;
	color:#ccc;
	border-top:1px solid #333;
}
footer .container {
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:15px 15px 10px;
}
footer p.copyright {
	color:#666;
}

.container {}




/* navi
----------------------------------------------------*/
footer ul {margin-bottom:3px;}
header li,
footer li {
	display:inline-block;
	margin:0 5px;
	padding:0;
	font-size:0.9em;
}
header a,
footer a {
 color: #ccc;
 text-decoration: none;
}
header a { color: #888;}
header a:hover {
 color: #666;
 text-decoration: underline;
}
footer a:hover {
 color: #fff;
 text-decoration: underline;
}

/*-----------------------*/
#gNav {	
	clear:left;
	width:980px;
	margin:0 auto;
	padding:16px 0 0;
		z-index: 990;
}
#gNav ul li {
	z-index: 992;	
	position: relative;
	display:inline-block;
	margin:0;padding:0;
	background:url(/img/gnav.png) 0 0 no-repeat;
	width:160px;
	height:140px;
	text-indent:-9999px;
}
#gNav ul li:hover {
	z-index: 999;
	cursor: pointer;
}
#gNav ul li a {
	display:block;
	width:160px;
	height:124px;
}
#gNav ul li:first-child a {width:144px;}
#gNav ul li:nth-of-type(1) {background-position:0 0; width:144px;}
#gNav ul li:nth-of-type(2) {background-position:-160px 0;}
#gNav ul li:nth-of-type(3) {background-position:-320px 0;}
#gNav ul li:nth-of-type(4) {background-position:-480px 0;}
#gNav ul li:nth-of-type(5) {background-position:-640px 0;}
#gNav ul li:nth-of-type(6) {background-position:-800px 0;}

#gNav ul li:nth-of-type(1).current {background-position:0 -320px;}
#gNav ul li:nth-of-type(1):hover {background-position:0 -160px;}
#gNav ul li:nth-of-type(2).current {background-position:-160px -320px;}
#gNav ul li:nth-of-type(2):hover {background-position:-160px -160px;}
#gNav ul li:nth-of-type(3).current {background-position:-320px -320px;}
#gNav ul li:nth-of-type(3):hover {background-position:-320px -160px;}
#gNav ul li:nth-of-type(4).current {background-position:-480px -320px;}
#gNav ul li:nth-of-type(4):hover {background-position:-480px -160px;}
#gNav ul li:nth-of-type(5).current {background-position:-640px -320px;}
#gNav ul li:nth-of-type(5):hover {background-position:-640px -160px;}
#gNav ul li:nth-of-type(6).current {background-position:-800px -320px;}
#gNav ul li:nth-of-type(6):hover {background-position:-800px -160px;}

#gNav ul li:hover ul {
	visibility: visible;
}

/*   */

#gNav ul ul {
	visibility: hidden;
	position: absolute;
	top:91%;
	left: 38px;
	width:90px;
/*	left: 15px;
	width:130px;*/
	z-index: 995;
	padding:4px 3px;
	background:#222;

	border: 1px solid #000;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.8);
}
#gNav li:nth-of-type(2) >ul {
	left: 10px;
	width:130px;
}

#gNav ul ul:before,
#gNav ul ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#gNav ul ul:after  {
	border-bottom-color: #222;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
#gNav ul ul:before {
	border-bottom-color: #222;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}

#gNav ul ul li,
#gNav ul ul li a {
	display:block;
	overflow:hidden;
	height:auto;
	width:auto;
}
#gNav ul ul li:nth-of-type(1) {width:auto;}

#gNav ul ul li {
	background-image:none;
	font-size:.9em;
	margin:0;
	border:none;
	text-indent:0;
	border-bottom:1px solid #333;
}
#gNav ul ul li:last-child {
	border:none;
}
#gNav ul ul li a {
	padding:5px 2px;
	color:#bababa;
}
#gNav ul ul li a:hover {
	text-decoration:none;
	color:#FFF;
}


/*-----------------------*/
#uNav {
	float:right;
}
#uNav li {
	display:inline-block;
	padding:4px 10px 2px;
	margin:0 0 0 1px;
	font-size:0.84em;
	border:1px solid #000;
	border-bottom:1px solid #333;
	border-top:none;
	background:rgba(0,0,0,0.85);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.8);
}
#uNav li a {
	color:#bababa;
	text-decoration: none;
}
#uNav li a:hover {
 color: #fff;
	text-decoration: none;
}

/*-----------------------*/
/*
#sideNav ul {
	width:auto;
	margin:0 auto 10px;
	padding:7px 16px;
	color:#666;
	background:rgba(255,255,255,0.85);
	box-shadow:0 0 15px rgba(204, 204, 204, 0.8) inset;
}
#sideNav ul li {
	display:block;
	cursor:pointer;
	background:url(/img/i_arrow.png) 158px -474px no-repeat;
	margin-right:0px;
	padding:10px 0;
	border-top:1px solid #ddd;
}
#sideNav ul li:hover {
	background:url(/img/i_arrow.png) 158px 6px no-repeat;
}

#sideNav ul li:first-child {
	border:none;
	color:#0088cc;
	padding-top:10px;
}
#sideNav ul li:first-child.bn {
	background:none;
	cursor:default;
}

#sideNav ul li a {
	display:block;
	color:#666;
	text-decoration: none;
}
#sideNav ul li a:hover {	display:block;
	color:#ccc;	color:#000;
	text-decoration: none;
}
#sideNav ul li:first-child a {
	color:#0088cc;
}
#sideNav ul li:first-child a:hover {
	color:#000;
}
*/



/*-----------------------*/

h2 {
	width:auto;
	margin:2px auto 16px;
	padding:22px 16px 20px;
	color:#0088cc;	color:#444;
	font-weight:normal;	font-weight:bold;
	font-size:16px;
	border:1px solid #ddd;
	background:rgba(255,255,255,0.85);
	box-shadow:0 0 15px rgba(204, 204, 204, 0.8) inset;
}

h3 {
	padding:8px 16px 6px;
	margin-left:1px;margin-right:1px;
	font-size:1em;
	color:#fff;
	font-weight:normal;
	border:1px solid #111;
	background-color: #000000;
	background-image: linear-gradient(top, #000 0%,#333 2%,#4A4A4A 10%,#000 100%);
	background-image: -webkit-linear-gradient(top, #000 0%,#333 2%,#4A4A4A 10%,#000 100%);
	background-image: -moz-linear-gradient(top, #000 0%, #333 2%, #4A4A4A 10%,#000 100%);
}

.viewswitch {
	position: relative;
}
.viewswitch span {
	position: absolute;
	font-weight:normal;
	cursor:pointer;
	padding:5px;
}
h4.viewswitch span,
h3.viewswitch span {
	color:#bbb;
	right:8px;
	top:2px;
	font-size:11px;
	padding-left:26px;
}
h4.viewswitch span.opened,
h3.viewswitch span.opened {
	background:url(/img/i_mark.png) 0 -332px no-repeat;
}
h4.viewswitch span.closed,
h3.viewswitch span.closed {
	background:url(/img/i_mark.png) 0 -300px no-repeat;
}



/*--- table
----------------------------------------------------*/
table {
	width:100%;
	margin:0px 1px 24px;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	background:none;
	border:1px solid #ddd;
	border-top:1px solid #333;
}
th {font-weight:normal;
	letter-spacing:0.1em;
	font-size:12px;
	color:#fff;
	text-align:center;
	vertical-align: middle;
	padding:5px 8px 4px;
	margin-bottom:7px;
	border-right:1px solid #555;
	background:rgba(0,0,0,0.6);
	background: linear-gradient(top,#555, #222);
	background: -webkit-linear-gradient(top,#555, #222);
	background: -moz-linear-gradient(top,#555, #222);
	word-break:break-all;
}
th:last-child {border:none;}

td {
	font-size:12px;
	vertical-align: top;
	padding:6px 8px 5px;
	word-break:break-all;

}
tbody tr {
	border-bottom:1px solid #ddd;
}
tbody tr:nth-of-type(odd) {
	background:rgba(0,0,0,0.02);
}
tbody tr:nth-of-type(even) {}
th.txt_l,
td.txt_l {padding:9px 15px 7px;}
tfoot tr {}
tfoot td {
  font-weight:bold;
  background:#eee;
 /* border-top:1px solid #bbb;*/
}

tfoot td:last-child {}


/*--- form
----------------------------------------------------*/

form {
	/*width:500px;*/	width:57.5%;
	margin:30px auto;
	/*padding:45px 30px 15px;*/
	/*box-shadow: 0 0 7px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.1) inset;*/
}
form dl dt,
fieldset legend,
label {
	clear:both;
	float:left;
	width:9em;
	padding:0 5px;
	color:#0088cc;
	border-bottom:1px dotted #ccc;
}
label {
	margin: 6px 8px 0 0;
	padding:0 5px;
	font-size:13px;
}
select,
input,
textarea {
	width:360px;
}

input.checkbox,
input[type="checkbox"],
input.radio,
input[type="radio"]{
	width:auto;
	vertical-align : middle;
	margin:-5px 3px 0;
	padding:0;
	border:0;	box-shadow:none;border:none;
}
input.file,
input[type="file"]{
	font-size:0.96em;
	box-shadow:none;
	border:0;
}

input[type="text"][readonly] {
	border:none;
	box-shadow:none;
	color:#000;
}
input[type="text"][readonly]:focus {
 border-color: #ccc;
	box-shadow:none;
}

form dl dt {padding:7px 5px 2px;}
form dl dd {color:#000;
	float:left;
	width:360px;
	margin: 0 0 6px 8px;
	padding:6px 7px;
	background:rgba(255,255,255,1);
	border-radius:3px;
	min-height:20px;
}

.btnarea {
	margin:10px auto 15px;
	text-align:center;
	padding-top:16px;
}
.btnarea button,
.btnarea a.btn,
.btnarea input[type="submit"],
.btnarea input[type="reset"],
.btnarea input[type="button"]{
	margin:0 8px 10px;
}
fieldset div.box {
	margin:30px 0 15px 9.5em;
	padding:12px 12px 5px;
	border-radius: 2px;
	border:1px solid #ccc;
	background: rgba(255, 255, 255, 0.5);
	box-shadow:0 0 7px rgba(0, 0, 0, 0.1) inset;
	width:302px;
}
fieldset div.box legend,
fieldset div.box label {
	color: #005580;
	font-size:0.9em;
	padding-top:4px;
	width:10em;
	margin-top:3px;
	border:none;
}

fieldset div.box input {
	width:326px;
	margin:0 0 5px;
}

.widauto {width:auto;}
.widnum {width:80px;}
select.widnum {width:92px;}


.f_note {
	display:block;
	font-size:11px;
	line-height:1.3;
	color:#005580;
	margin-top:-7px;
	padding:2px 0 10px 11.4em;
}

.bearea {
	float:left;
	width:380px;;
	margin-bottom:10px;
}
.bearea label {
	float:left;
	border:none;
	width:auto;
	color:#000;
	font-weight:normal;
}






/* -----------  .sec_search  -------------*/

.sec_search {
/*	width:520px;*/
	margin:16px auto 24px;
	padding:10px;
	position:relative;
	border-radius: 4px;
	border:1px solid #000;
	background-color: #000000;
	background-image: linear-gradient(top, #000 0%,#333 1%,#4A4A4A 3%,#000 100%);
	background-image: -webkit-linear-gradient(top, #000 0%,#333 1%,#4A4A4A 3%,#000 100%);
	background-image: -moz-linear-gradient(top, #000 0%, #333 1%, #4A4A4A 3%,#000 100%);
	box-shadow:inset 0 0 15px rgba(0, 0, 0, 1) ;
}
.sec_search form {
	width:100%;
	margin:0px auto 0;
	padding:0;
	box-shadow:none;
}
.sec_search input[type="text"],
.sec_search input[type="date"] {
		width:324px;
}
.sec_search select {
		width:338px;
}
.sec_search input.widnum {width:90px;}
.sec_search select.widnum {width:92px;}
.sec_search .s_innerL,
.sec_search .s_inner{
	float:left;
	width:372px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-top:1px solid #000;
	padding:0 6px 5px 16px;
	background-color: #222;
	background-image: linear-gradient(top, #000 0%,#333 1%,#4A4A4A 1%,#000 100%);
	background-image: -webkit-linear-gradient(top, #000 0%,#333 1%,#4A4A4A 1%,#000 100%);
	background-image: -moz-linear-gradient(top, #000 0%,#333 1%,#4A4A4A 1%,#000 100%);
}
.sec_search .s_innerL{
	width:720px;
}
.sec_search .s_innerL input{
	margin:10px 0 5px;
}
.sec_search .s_innerL label{
	margin-top:10px;
}
.sec_search .btnarea {
	margin:0;padding:0;
	text-align:right;
}
.sec_search .btnarea button {
	width:80px;
	height:50px;
	margin:16px 5px 0 0;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.8) ;
	letter-spacing: 2px;
}
.sec_search .s_innerL + .btnarea button{
	margin:0px 5px 0 0;
}
.sec_search form label {
	border:none;
	color:#fff;
	padding:5px 2px 4px;
	font-size:1.1em;
}
.box .error-message,
.sec_search form .error-message {
	padding:0;	color:#F00;
}



/*-------------------search Conversions analysis  ----------------------------------*/
.s_area {
	float:left;
	width:744px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-top:1px solid #000;
	padding:2px 6px 7px 20px;
	background: #191919;
}
.s_area legend {
	float:left;
	width:5em;
	border:none;
	color:#fff;
	font-size:1.1em;
	padding:0;
	margin:7px 12px 0 0px;
	letter-spacing: 5px;
	border-right:1px solid #444;
}

.s_area input[type="radio"]{
	margin:0 0 0 22px;
}
.s_area input[type="radio"] ~ label {
	float:none;
	border:none;
	width:4em;
	margin:3px 0 0;
	vertical-align:middle;
}
.s_area input[type="text"]{
	margin:4px 3px 0 0;
	padding:3px 5px;
}
.s_area select {
	margin:4px 5px 0 0;
	padding:2px 5px;
	height:auto;
}
.s_area input + span {
	color:#fff;
	padding:0 7px 0 0;
}
.s_area input[disabled],
.s_area select[disabled],
.s_area textarea[disabled] {
	background-color: #ddd;
	cursor: not-allowed;
}

.s_area .error-message {
	text-align:right;
	padding:0;margin:5px 20px 0 0;
	display:block;
}



/*   Conversions
---------------------------------------------------------------------------*/

#urls div.box .control-group {
	padding:0;margin:0;
}
.f_area form label,
.f_area form legend {
	width:9em;
}
.f_area fieldset div.box label {float:none;}
.f_area fieldset div.box {
	width:360px;
	margin:15px 0 15px 9.5em;
}
fieldset span.f_note {
	padding:0 0 10px 12.4em;
	margin-top:1px;
}
fieldset div.box span.f_note {
	display:block;
	margin:0 ;padding:0;
	color:#888;
}

.advertises {
	margin-bottom:36px;
}
.advertises h3 {
	color:#f90;	color:#9c0;
	font-size:1em;
	margin:0 auto;
	padding:8px 1.2em;
	border:1px solid #111;
	border-bottom:none;
	background-color: #000000;
	background-image: linear-gradient(top, #000 0%,#333 2%,#4A4A4A 10%,#000 100%);
	background-image: -webkit-linear-gradient(top, #000 0%,#333 2%,#4A4A4A 10%,#000 100%);
	background-image: -moz-linear-gradient(top, #000 0%, #333 2%, #4A4A4A 10%,#000 100%);
}
.advertises h3 + ul {margin:0;}
.advertises h3 + ul li.tools {
	float:right;
	margin:-28px 5px 0 0;padding:0;
}
.advertises h3 + ul li.tools span {
	background:none;
	border:1px solid #888;
}
.advertises h3 + ul li.tools span:hover {
	background: linear-gradient(top,#9c0, #690);
	background: -webkit-linear-gradient(top,#9c0, #690);
	background: -moz-linear-gradient(top,#9c0, #690);
	border:1px solid #9c3;
}
.f_section {
	margin:0 auto 32px;
	padding:12px;
	border-radius: 0 0 2px 2px;
	border:1px solid #ccc;
	background: rgba(255, 255, 255, 0.5);
	box-shadow:0 0 7px rgba(0, 0, 0, 0.2) inset;
}
.f_section dl{
	margin:0 3px 5px;
}
.f_section dt{
	clear:left;
	float:left;
	width:5em;
	margin:0 0 0 2px;
}
.f_section dt,
.f_section dd {
	padding:0 0 3px;
}

.f_section textarea {
	width:608px;
	max-width:608px;
	margin:0 auto 12px;
	padding:8px;
	line-height:140%;
	clear:both;
}
 .f_section .memo {
	font-size:11px;
	color:#333;
}
 .f_section .memo dt {
	clear:left;
	float:left;
	width:4.5em;
	margin:0 0 0 2px;
	color:#00558c;
}




/*  conversion */

.advertises .f_section {
	margin-bottom:0;
}
.advertises .f_section dl {
	float:left;
	width:720px;
}
.advertises .f_section dt {font-weight:normal;
	float:left;
	margin:2px 3px 0 0;
	padding:0;
	width:5em;
	font-size:11px;
	padding:2px 3px;
	border-radius: 3px;
	text-align:center;
	color:#fff;
	background:#00558c;	background:#0088cc;
}

.advertises .f_section dd {
  padding:5px 10px;
}

.advertises .f_section textarea[readonly] {
	height:1.5em;
	line-height:100%;
	resize: none;
	border:none;
	background:none;
	max-width:648px;
	margin:0;
	padding:2px 0 0;
	box-shadow:none;
}
.advertises .f_section textarea[readonly]:focus {
	box-shadow:none;
}
.advertises .f_section button[id^="dispersionBtn"] {
	float:right;
	padding:3px 7px;
	font-size:11px;
}
.advertises div[id^="backend"],
.advertises .f_section div[id^="dispersion"] {
	clear:both;
	/* display:none; */
}
.advertises .f_section div[id^="dispersion"] dl {
	border-top:1px dotted #ccc;
	margin:5px 1px 0;
	border-radius: 3px;
	max-width:720px;
	padding:2px 0 0;
}
.advertises .f_section div[id^="dispersion"] dl:last-child {
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.advertises .f_section div[id^="dispersion"] dl dt {
	float:left;
	font-size:11px;
	color:#444;
	background:none;
	text-align:left;
	width:5em;
	display:inline-block;
	padding:0 0 0 7px;
}
.advertises .f_section div[id^="dispersion"] dl dd {
	float:left;
	padding:2px 0;
	margin:0 16px 0 0;
	font-size:12px;
	width:400px;
	display:inline;
	color:#444;
}
.advertises .f_section div[id^="dispersion"] dl dd:last-child {
	width:200px;
	font-size:11px;
}
.advertises .f_section div[id^="dispersion"] dl dd:last-child span{
	font-size:10px;
}
.advertises .conversiontag {
	margin:36px auto;
	padding:16px;
	border-radius:3px;
	border:1px solid #fff;
	background: rgba(250, 250, 250, 0.8);
	box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.4) ;
}

.advertises .conversiontag h4 {
/*	color:#0088cc;*/color:#f09;
	font-size:1.1em;
	margin:10px 2px;
}
.advertises div[id^="backend"] textarea[readonly],
.advertises .conversiontag textarea[readonly] {
	min-width:823px;
	min-height:2em;
	line-height:100%;
	resize: none;
	margin:0 0 10px;
	padding:10px 8px 0;
	border:1px solid #ddd;
}
.advertises div[id^="backend"] {
	margin:0 auto 32px;
}
.advertises div[id^="backend"] textarea[readonly] {
	min-width:686px;
}
.advertises div[id^="backend"] dl {
	margin:0 auto 10px;
	padding:16px 16px 4px;
	border-radius: 2px;
	border:1px solid #ddd;
	background: rgba(250, 250, 250, 0.8);
}
.advertises div[id^="backend"] dt {
	clear:left;
	float:left;
	color:#0088cc;
	font-size:12px;
	width:11em;
	margin:0 5px 5px 0;
	padding:5px 0 5px 5px;
}
.advertises div[id^="backend"] dd {
	margin:0 5px 5px 0;
	font-size:12px;
	padding:5px 0;
}
.advertises div[id^="backend"] dd:last-child {
	padding:0;
}

.conversion_export dt {
	margin:10px 0 0;
	padding:10px 0 8px 30px;
	color:#000;	color:#333;
	font-weight:normal;	font-weight:bold;
	cursor:default;
	border:1px solid #ddd;
	background: #eee ;
}
.conversion_export dd {
	margin:0 0 1.5em;
	padding:1em;
	font-size:0.9em;
	color:#000;
	border:1px solid #dfdfdf;
	border-top:none;
	background:#fbfbfb ;
/*	box-shadow:0 0 8px rgba(0, 0, 0, 0.1) inset;*/
}


/*  analysis */


.advertises th {
	font-size:11px;
	font-weight:normal;
	background:#222;
	background: linear-gradient(top,#222, #000);
	background: -webkit-linear-gradient(top,#222, #000);
	background: -moz-linear-gradient(top,#222, #000);
	line-height:130%;
	padding:8px 0;
}

.advertises th span,
.advertises th:nth-of-type(3) span {
	font-size:9px;
}
.advertises .goodsname th {
	height:36px;
	font-size:12px;
	background:#222;
	background: linear-gradient(top,#555, #222);
	background: -webkit-linear-gradient(top,#555, #222);
	background: -moz-linear-gradient(top,#555, #222);
	border-bottom:1px solid #666;
}
.advertises th:first-child {
	border-left:1px solid #555;
}
.advertises th:last-child {
	border-right:1px solid #555;
}
/*
.advertises .goodsname th:first-child {
	border-right:none;
}*/
.advertises td {
	text-align:right;
	border-left:1px dotted #ccc;
}
.advertises tr:nth-of-type(odd) {
	background:none;
}
.advertises td:first-child,
.advertises td:last-child {
	text-align:left;
}

#cost_analysis td:last-child{
	text-align:right;
}
.advertises tr.detail {
	border-bottom:none;display:none;
}
.advertises tr.detail >td {
	padding:0;
	padding:0 0 1px;
	background:#bbb;
	border-top:1px solid #ccc;
}
.advertises tr.detail table {
	margin:0;
	border:0;
	box-shadow:0 1px 3px rgba(0,0,0,1) inset ;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
}
.advertises tr.detail table tr:nth-of-type(odd),
.advertises tr.detail table tr {
	background: rgba(255,255,255,0.95)
}
.advertises tr.detail td table td:first-child {
	border:none;
}
.adname {
	cursor:pointer;
	vertical-align:middle;
	color:#005588;	color:#0088cc;
}
.adname:hover {
	background:#f9f9f9;
	color:#0088cc;
  text-decoration: underline;
}
.advertises tr.detail table tr td:first-child a {
	color:#444;
}


.tlabel {
	display:inline-block;
	border-radius: 1px;
	border:1px solid #ccc;
	font-size:11px;
	padding:0 4px;
	margin-right:5px;
	color:#666;
}
.advertises .memo {
	display:inline-block;
	font-size:10px;
	margin:3px 2px 0 4px;
	color:#555;
}
.ss {
	display:block;
	font-size:9px;
	line-height:120%;
	padding-bottom:3px;
}

.advertises td small {
	font-size:11px;
}


.benone {
	background:#eee;
	color:#ccc;
}
.advertises th.benone {
	color:#666;
}

.offbtn:active,
.offbtn:focus,
.offbtn:hover,
.offbtn {
	outline: 0;
  color:#bbb;
  text-decoration:none;
}



/*  listcheckers */

.listcheckers form {
	width:50%;
	margin:36px auto;
}

.listcheckers fieldset div.file {
	padding-bottom:5px;
}
.listcheckers legend {
	margin-right:5px;
	width:8em;
}
.listcheckers p.error-message {
	margin:30px 0 -24px 0.5em;
}

.listcheckers .area {
	margin:5px 30px 36px 9.5em;
}
.listcheckers .area label {
	clear:both;float:none;
	border:none;
}
.listcheckers select {width:auto;width:140px;}
.listcheckers .file .btn {padding:4px 10px;margin-top:0;}



/* fakefilerefer ファイル参照
------------------------------------ */
.filerefer {
	position: absolute;
}
.fakefilerefer{
	position: relative;
	float: left;
	overflow: visible;
	cursor: pointer;
	z-index: 1;
	margin:-3px 0 0px 9.5em;
}
.no-js .fakefilerefer { display: none; }
.fakefilerefer .text {
	float: left;
	display:block;
	width: 250px;
	height: 28px;
	margin: 0 7px 0 0;
	padding:3px 7px;
	border: 1px solid #ccc;
	border-radius:3px;
	background:#fff;
	box-shadow:inset 0px 0px 3px #eaeaea;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filerefer input[type="file"] {
	position: absolute;
	display: block;
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
.filerefer.isIE input[type="file"] {
	position: absolute;
	display: block;
	right:0;
	top: 0;
	width: 390px;
	height: 27px;
	margin: -3px 0 0;
	font-size: 100px;
	opacity: .0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
	z-index: 2;
}
.filerefer.no-js input[type="file"] { width: auto; height: auto; display: inline; }
.filerefer .btn {
	margin:2px 0 0;
	padding:3px 10px 2px;
	font-size:12px;
}











/* login & reminder
----------------------------------------------------*/
#login{
	clear:left;
	margin:60px auto 0;
}
#login form {
	width:480px;
	margin:0 auto 30px;
	padding:50px 45px 30px;
	border:1px solid #fff;
	background:rgba(255,255,255,1);
	box-shadow: 0 0 20px rgba(0,0,0,0.3),0 0 40px rgba(32,32,32,0.1) inset;
}
#login form label {
	border:none;color:#000;
	text-align:right;
	width:8.5em;
}
#login form input {width:240px;}
#login form button {
	width:150px;
	margin:0 auto;
}

#login .innerbox {
	width:506px;	margin:0 auto 30px;
	padding:46px 36px 30px;
	border:1px solid #ddd;
	background:rgba(255,255,255,1);
	box-shadow: 0 0 20px rgba(0,0,0,0.3),0 0 20px rgba(32,32,32,0.1) inset;
}


#login p {color:#ccc; color: #444; }
#login p a {
	color:#333;
	font-weight:bold;
 text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
}
#login .msg {
	font-size:1.2em;
	color: #000;
	text-align:center;
	margin:0 0 20px;
 text-shadow: 0 -1px 0 rgba(255, 255,255, 0.3);
}
#login form .error {
	background:rgba(255,255,255,0.5);
	border:1px solid #FFF;
}
#login form .error-message {
	padding:0 0 0 10em;
}
#login .message {
	clear: both;
	margin:0 0 15px;
	font-size: 1;
	font-weight: normal;
 text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
}
#login .alert-success,
#login .alert-error,
#login .message,
#login form .error-message {
	display:block;
	color: #f60;
}
#login .alert-error,
#login .alert-success {
	display:block;
	font-size:1.2em;
	text-align:center;
	padding-bottom:15px;
 text-shadow: 0 -1px 0px rgba(255, 255, 255, 0.2);
}

#login span.splat {display:none;}

#login .btnarea {border:none;}

.browser {
	position:relative;
	width:50%;
	margin:80px auto 30px;
	padding:30px;
	text-align:center;
	border-top:1px solid #eee;
}
.browser a {
	margin:0 16px;
	padding:0;
}
.browser a img{
	vertical-align: top;
}
.browser p {
	font-size:0.9em;
	margin-bottom:20px;
}
.browser p.ie span {
	display:inline-block;
	margin:4px 0 0 -12px;
	font-size:0.9em;
}

/* HOME
----------------------------------------------------*/

#information {
	margin:0 auto 36px;
}
#information dt{
	clear: left;
	float: left;
	width: 9em;
	padding: 6px 0.5em;
	font-size:0.9em;
	color:#444;
}
#information dd{
	margin-left: 0;
	padding: 5px 0.5em 5px 0;
	border-bottom:1px solid #ddd;
}
/*
#information dd:nth-of-type(odd) {
	background:rgba(0,0,0,0.3);
}*/


.caparea {
	padding:0 0.5em;
	border-bottom:1px solid #ddd;
	margin:0 0 1em;
}








/*---  start guide
------------------------------------------------------------------------------------*/
.corner-tag {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
	}
.corner-tag p.tag {
	display: inline;
}
.corner-tag p.tag span {
	position: absolute;
	display: inline-block;
	font-weight: 700;
	font-size:21px;
	color: #fff;
	left: -30px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #990000;
	top: 0px;
	width: 200px;
	padding: 3px 0 3px 38px;
	border-top:1px solid #dd0000;
	border-bottom:1px solid #880000;
	background-color: #990000; /* Old browsers */
	background: linear-gradient(top, #BD0000 0%,#880000 90%);
	background: -webkit-linear-gradient(top,#BD0000 0%,#880000 90%);
	background: -moz-linear-gradient(top, #BD0000 0%,#880000 90%);
/*	box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.4);*/
	z-index: +1;
	transform: rotate(-30deg);
}
.corner-tag p.tag:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -17px;
  left: 143px;
/*  z-index: -1;*/
  border: 15px solid;
  border-color: transparent transparent #550000 transparent;
}
.corner-tag p.tag:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 78px;
	left: -15px;
/*	z-index:+1;*/
	border: 15px solid;
	border-color: transparent #550000 transparent transparent;
}

/*    */
.step,
.step_arrow {
	width:518px;
	margin:0px 0px 10px ;
	color: #000;
	position: relative;
	margin-bottom:50px;
	padding:18px 12px 12px 140px;
	border :1px solid #ddd;
	background-image: linear-gradient(top,#fff10%,#eee 100%); /* W3C */
	background-image: -webkit-linear-gradient(top,#fff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background-image: -moz-linear-gradient(top, #fff 0%,#eee 100%); /* FF3.6+ */
	filter: progid:dximagetransform.microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
/*	box-shadow:0 0 10px 3px rgba(0, 0, 0, 0.5),*/
	}

.step_arrow:after,
.step_arrow:before {
	top: 108%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.step_arrow:after {
	border-color: rgba(68, 68, 68, 0);
	border-top-color: #ccc;
	border-width: 90px;
	border-top-width: 40px;
	left: 50%;
	margin-left: -90px;
}



.step h4,
.step_arrow h4 {
	margin:0;padding:0;
	background:none;
	border:none;
	font-size:18px;
	color:#005580;
	line-height:100%;
	margin:7px 20px 12px 0;
	padding:0 0 7px 0;
	border-bottom:1px dotted #aaa;/*display:inline-block;*/
}

.step p,
.step_arrow p {
	margin:0;padding:0 0 3px;
	color: #E1DED2;	color: #000;
	font-size:1.15em;
}

.step p.i_arrow_l,
.step_arrow p.i_arrow_l {
	margin:3px 0 5px ;
	font-size:1em;
	cursor:pointer;
	background:url(/img/i_arrow.png) -10px -246px no-repeat;
	padding:0 0 0 13px ;
}

}
.step p.i_arrow_l a,
.step_arrow p.i_arrow_l a {
	font-size:1em;
}


.step p span,
.step_arrow p span {
	font-size:0.8em;
}

/*
.step img,
.step_arrow img {
	position: absolute;
	display:block;
	right:-24px;
}
.step_arrow img {
	top:-50px;
}
.step img {
	top:-65px;
}
*/











/* account
----------------------------------------------------*/

.changePw {
	width:58%;
	margin:30px auto 20px;
	text-align:right;
	border-top:1px dotted #ccc;
}

.i_arrow_r {
	cursor:pointer;
	background:url(/img/i_arrow.png) right -240px no-repeat;
	padding:6px 24px 0 0;
}




/*--- FAQ
------------------------------------------------------------------------------------*/

#faq dt {
	clear:left;
	margin:-1px auto 0;
	padding:10px 0 8px 30px;
	color:#005580;	color:#000;
	font-weight:normal;
	cursor:pointer;
	border:1px solid #fff;	border:1px solid #ddd;
}

#faq dd {
	position: relative;
	border:1px solid #dfdfdf;
	border-top:none;
	margin:0 0 1.5em;
	padding:10px 1em 8px 30px;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.1) inset;
	display:none;
}
#faq dt span,
#faq dd span {
	display: inline-block;
	width:25px;
	height:25px;
	margin:0 7px 0 -30px;
	overflow:hidden;
 vertical-align:middle;
}
#faq dt span {
	background:url(/img/i_mark.png) 1px -359px no-repeat;
}
#faq dd span {
	background:url(/img/i_mark.png) 1px -391px no-repeat;
}

#faq dt.open,
#faq dt:hover {
	color:#000;
	background-color:#eee;
	font-weight:bold;
}






/*--- Manuals
------------------------------------------------------------------------------------*/
#manual {
	margin:0 auto 60px;
}
#manual .view_container{
	position:relative;
}
dl.manuals_list {
	position: relative;
	margin:0 0 64px;
}
.manuals_list dt {
	margin:10px 0 0;
	padding:10px 0 8px 30px;
	color:#000;	color:#333;
	font-weight:normal;	font-weight:bold;
	cursor:default;
	border:1px solid #ddd;
	background: #eee ;
}

.manuals_list dd {
	margin:0 0 1.5em;
	padding:1em;
	font-size:0.9em;
	color:#000;
	border:1px solid #dfdfdf;
	border-top:none;
	background:#fbfbfb ;
/*	box-shadow:0 0 8px rgba(0, 0, 0, 0.1) inset;*/
}

.manuals_list .i-file {
	background:#eee url(/img/i_mark.png) -2px -25px no-repeat;
}
ul.manuals_list li a {
	margin:0;
}
ul.manuals_list li a.btn {
	letter-spacing:0;
	font-size:12px;
	padding:5px 6px 4px 12px;
	margin-bottom:10px;
}
.manuals_list dd.dlbtn2,
.manuals_list dd.dlbtn {
	background:none;
	border:none;
	margin:-31px 5px 0 0;padding:0;
	position: absolute;
	right:0px;
}
.manuals_list dd.dlbtn2 {
	margin:-27px 5px 0 0;padding:0;
}
.manuals_list dd.dlbtn a.btn {
	padding:3px 5px 1px 12px;
}
.manuals_list dd a {
	font-size:11px;
	font-weight:bold;
}
.manuals_list dd a:hover {
	text-decoration:none;
}
.manuals_list .ico-dl {
	background:url(/img/i_mark.png) -4px -183px no-repeat;width:20px;
}
.manuals_list dd.dlbtn2 .ico-dl {
	background:url(/img/i_mark.png) -4px -124px no-repeat;width:20px;
}
.manuals_list dd.dlbtn2:hover .ico-dl {
	background:url(/img/i_mark.png) -4px -154px no-repeat;width:20px;
}

/*---
------------------------------------------------------------------------------------*/

.tools span {
	padding:1px 0 ;
}
.tools span {
	margin:0;
	display:inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius:3px;
}
.tools span {	
	border-color: rgba(64,64,64,1) rgba(32,32,32,0.6) rgba(0,0,0,1);
	background: #161616;
	background: linear-gradient(top,#555, #111);
	background: -webkit-linear-gradient(top,#555, #111);
	background: -moz-linear-gradient(top,#555, #111);
}
.tools span:hover {
	background: #000;
	background: linear-gradient(top,#333, #000);
	background: -webkit-linear-gradient(top,#333, #000);
	background: -moz-linear-gradient(top,#333, #000);
}
.tools span a {
	color:#fff;
	text-decoration: none;
}

/*  */
ul.icobtn li {display:inline-block;}
ul.icobtn li a {
	margin:0;
	display:inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius:3px;
	padding:7px 7px 7px 10px;
	font-size:.9em;
	border-color: #ddd;
	background: #eee;
	background: linear-gradient(top,#fff, #eee);
	background: -webkit-linear-gradient(top,#fff, #eee);
	background: -moz-linear-gradient(top,#fff, #eee);
	box-shadow: 0 1px 3px rgba(255,255,255,0.2) inset, 0 0 3px rgba(0,0,0,0.1);
}
ul.icobtn li a:hover {
	text-decoration: none;
	background: #fcfcfc;
	background: linear-gradient(top,#fff, #fcfcfc);
	background: -webkit-linear-gradient(top,#fff, #fcfcfc);
	background: -moz-linear-gradient(top,#fff, #fcfcfc);
		box-shadow: 0 1px 3px rgba(255,255,255,0.2) inset, 0 0 3px rgba(0,0,0,0.1);
}

/*---  icon
------------------------------------------------------------------------------------*/
table td.tools {
	text-align:right;
	white-space: nowrap;
}
table td.tools span {
	/*margin-right:1px;*/
}

div#t_tip {
	margin: 0 1em 0 0;
	border: solid #666 1px;
	border-radius: 4px;
	padding: .3em .5em;
	background: #fff;
	font-size:0.9em;
}

[class^="ico-"],
[class*=" ico-"] {
	display: inline-block;
	margin:-3px 0 0;
	padding:22px 0 0;
	height:0;
	overflow:hidden;
 vertical-align:middle;
}

/*  pages icon
.ico-pdf {
	background:url(/img/i_mark.png) 0 -120px no-repeat;width:22px;
}
.ico-dl {
	background:url(/img/i_mark.png) -6px -183px no-repeat;width:20px;
}
.ico-blank {
	background:url(/img/i_mark.png) -4px -93px no-repeat;width:20px;
}*/


.ico-list {
	background:url(/img/icon_tool01.png) 0 -30px no-repeat;width:22px;
}
.ico-delete {
	background:url(/img/icon_tool01.png) 0 -180px no-repeat;width:22px;
}
.ico-add {
	background:url(/img/icon_tool01.png) 0 -120px no-repeat;width:22px;
}
.ico-edit {
	background:url(/img/icon_tool01.png) 0 -60px no-repeat;width:22px;
}
.ico-addlistbtn {
	background:url(/img/icon_tool01.png) 0 -120px no-repeat;width:22px;
}
.ico-addlistbtn2 {
	background:url(/img/icon_tool01.png) 0 -390px no-repeat;width:22px;
}
.ico-addlistbtn3 {
	background:url(/img/icon_tool01.png) 2px -421px no-repeat;width:22px;
}
/*
.ico-analysis {
	background:url(/img/icon_tool01.png) 0 -420px no-repeat;width:22px;
}*/
.ico-back {
	background:url(/img/i_arrow.png) -12px -513px no-repeat;width:12px;
}
.ico-next {
	background:url(/img/i_arrow.png) -8px -483px no-repeat;width:12px;
}
.icotxt {
	display:inline-block;
	padding:0 7px;
	font-size:11px;
	color:#fff;
	text-decoration: none;
	text-indent:0;
}
.hid {
  display:none;
}


/*---
------------------------------------------------------------------------------------*/

.noting {
	font-size:0.84em;
 color: #CBC4B1; color: #666;
	margin:30px auto 10px;
	border-top:1px dotted #999;
	padding:24px 0 0;
}
.noting a {font-weight:bold;}
.noting img {
	margin-right:10px;
}
.noting h4 {
	font-size:1em;
	background:rgba(0,0,0,0.5);
	margin-bottom:8px;
	color:#E1DED2;	color:#eee;
	padding:8px 7px 6px;
}
.noting p span.ico-blank {
	background-position:-6px -183px;
}
.noting h4 ~ p {
}

/*---
------------------------------------------------------------------------------------*/

.tbox {
	width:576px;
	margin:36px auto;
	padding:0 0 0.5em;
	border-bottom:1px solid #ddd;
}
.caparea {
	padding:0 0.5em;
	border-bottom:1px solid #ddd;
	margin:0 0 1em;
}


/*---  company privacy terms
------------------------------------------------------------------------------------*/

.pages p,
.pages ul {
	margin:0 5px;
}
.pages h4 {
	color:#0088cc;
	margin:26px 5px 8px;
}
table.pages {
	border:1px solid #fff;
}

table.pages tr {
	background:none;
	border:1px solid #ddd;
}
table.pages th {
	background:rgba(255,255,255,0.4);
	text-align:left;
	width:10em;
	padding:24px 2em;
	color:#00558c;
	border-right:1px solid #ddd;
}
table.pages td {
	padding:24px 2em;
/*	background:rgba(120,114,90,0.4);
	background:rgba(0,0,0,0.1);*/
}




/*--- Paging
------------------------------------------------------------------------------------*/
.pagenate {
	text-align:right;
	font-size:12px;
	color:#AAA;
}
.paging {
	font-size:11px;
	background:#fff;
	color: #ccc;
	margin:3px 0 10px;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 0 4px;
	display: inline-block;
}

.paging > li,
.paging > span {
	display: inline-block;
}
.paging > li:hover,
.paging > span:hover {
	background: #F5F5F1;
}
.paging .prev {
}
.paging .next {
}
.paging .disabled {
	color: #ddd;
	display: none;
}
.paging .disabled:hover {
	background: transparent;
}
.paging li.active a,
.paging .current {
	/*background: #F5F5F1;*/
	color: #333;
	font-weight:bold;
}





/* signup
----------------------------------------------------*/
#signup {
	width:520px;
	margin:60px auto 0;
	padding:24px;
	background:rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#signup h2 {margin-bottom:36px;}
#signup form {
	width:460px;
}
#signup form dt,
#signup form label {
	width:12em;
}
#signup form dd,
#signup form input {
	width:280px;
}
#signup form .btnarea {
	border:none;
}
#signup form .error-message {
	padding:0 0 0 14em;
}

#signup span.f_note {
	padding:0 0 7px 15em;

}


