@charset "utf-8";
/*	html
----------------------------------------------------*/
html {

}
/*	body
----------------------------------------------------*/
body {

	}
/* table
----------------------------------------------------*/
th, td {
	vertical-align: middle;
}
input[type="button"],
input[type="submit"] {
	border: 1px solid #707070;
	background-color: #e1e1e1;
	padding: 2px 5px 0;
	text-align: center;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	border: 1px solid #199fdd !important;
	background-color: #a3f4ff !important;
}
input[type="button"]:active,
input[type="submit"]:active {
	border: 1px solid #0089b4 !important;
	background-color: #34b4e3 !important;
}
input[type="button"]:disabled,
input[type="submit"]:disabled {
	border: 1px solid #ccc !important;
	background-color: #e1e1e1;
	color: #989898;
	pointer-events: none;
}

/*	wrapper
----------------------------------------------------*/

#wrapper {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#contentWrapper{

	}

#leftBox{
	float: left;
	width: 180px;
}
#rightBox{
	float: right;
	width: 1010px;
}
.rightInnerBoxL{
	float: left;
	width: 500px;
}
.rightInnerBoxR{
	float: right;
	width: 300px;
}
#frameWrapper{
	width: 1010px;
}
#frameWrapperBig{
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#baseWrap{
	color: #333;
}
/*	header
----------------------------------------------------*/
header{
	background-image: url(../../img/crm/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 46px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #022C66;
	position: relative;
	width: 1200px;
}
header #headerMenu{
	position: absolute;
	left: 946px;
	top: 9px;
	width: 250px;
}
header #headerMenu p.mainmenu a{
	height: 25px;
	width: 100px;
	background-color: #1B406D;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 25px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	float: left;
	margin-top: 5px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}
header #headerMenu p.mainmenu a:hover{
	background-color: #0352BC;
	text-decoration: none;
	box-shadow: none;
}
header #headerMenu p.logout a{
	height: 20px;
	width: 80px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
header #headerMenu p.logout a:hover{
	color: #FFFFFF;
	background-color: #D50000;
	text-decoration: none;
}
header p.welcome{
	position: absolute;
	left: 700px;
	top: 10px;
	width: 258px;
	font-size: 16px;
}
#smart p.welcome{
	position: absolute;
	left: 220px;
	top: 10px;
	width: 258px;
	font-size: 16px;
}
/*	nav
----------------------------------------------------*/
nav{

}
nav.menu select{
	padding: 0px;
}
nav.menu ul{}
nav.menu li{
	font-size: 12px;
}
nav.menu li a{
	display: block;
	height: 30px;
	width: 165px;
	line-height: 30px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	background-color: #022c66;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #001b40;
	border-bottom-color: #174688;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #001026;
}
nav.menu li a:hover,nav.menu li a:active{
	background-color: #0352BC;
}
nav.master li a{
	display: block;
	height: 25px;
	width: 165px;
	line-height: 25px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	background-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #282828;
	border-bottom-color: #454545;
	font-size: 12px;
	padding-left: 10px;
}
nav.master li a:hover,nav.menu li a:active{
	background-color: #454545;
}
nav.menu table{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
}
nav.menu table.sub th{
	color: #FFF;
	background-color: #333333;
	padding: 5px;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	border: 1px solid #000000;
}
nav.menu th{
	color: #333;
	background-color: #f99;
	padding: 3px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	border: 1px solid #ededed;
	border-right: none;
	font-size: 12px;
	font-weight: normal;
}
nav.menu th.submitSub{
	background-color: #F7F7F7;
	border: 1px solid #ddd;
}
nav.menu td{
	padding: 5px;
	border: 1px solid #ededed;
}
.fileope nav.menu td{
	border: 1px solid #ddd;
}
nav.menu td.small{
	font-size: 10px;
}
nav.menu dl{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
nav.menu dt{
	float: left;
	padding-right: 10px;
	font-weight: bold;
	width: 100px;
}
nav.menu dd.bold{
	font-weight: bold;
	color: #F00;
}
nav.sub ul{
	margin-bottom: 10px;
}
nav.sub li{
	font-size: 12px;
}
nav.sub li a{
	display: block;
	height: 30px;
	width: 165px;
	line-height: 30px;
	color: #333;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #E0E0E0;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
}
nav.sub li a:hover,nav.sub li a:active{
	background-color: #E6E6E6;
}
/*	section
----------------------------------------------------*/
section.submenu{
	background-color: #EFEFEF;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*	H
----------------------------------------------------*/
h2{
	background-color: #2e6095;
	line-height: 30px;
	color: #FFF;
	height: 30px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	border-radius: 4px 4px 0 0;
}
h3{
	background-color: #DFDFFF;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dotted #CCF;
}
h4{
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background-color: #103063;
	font-size: 12px;
	border: none !important;
}

.fileope p {
	font-size: 13px;
	padding: 2px 0px 1px 2px;
	border: none !important;
	margin-top: 6px;
	margin-bottom: 2px;
	display: inline-block;
}
.fileope p:before {
	content: "\f0a9";
    font: normal 14px/1 'FontAwesome', sans-serif;
	margin-right: 3px;
	color: #103063;
}
.fileope p:first-child {
	margin-top: 0 !important;
}

/* input
----------------------------------------------------*/
input[type="text"] {
	padding: 1px;
	font-size: 13px;
	line-height: normal;

	height: 1.6em;
}
textarea{
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	resize: none;
}
input[type="checkbox"],input[type="radio"],
select{
	padding: 1px;
	line-height: normal;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
input.iwaku{
	border: 1px solid #F90!important;
}
input[type="file"] {
	display: none;
}
.bt{
	width: 80px;
	height: 30px;
	padding: 2px 3px 0 !important;
	text-align: center;
	vertical-align: middle;
}
.border{
	border: 1px solid #F00;
}
.btsp
{
	margin-left: 10px;
	margin-right: 10px;
}
input.wide{
	padding: 4px;
	vertical-align: bottom;
}
input.file{
	width: 180px;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}
div.fileinputs {
 position: relative;
 height:20px;
}
div.fileinputs .file {
 display: block;
}
div.fakefile {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
}
div.fakefile #filename {
	width: 160px;
}
.radio-label {
 display: inline-block;
 margin-right: 10px;
}
.radio-label input {
 margin: 0px 3px 2px 0px;
}
/*	class id
----------------------------------------------------*/

.w120{width:120px;}
.w200{width:200px;}
.w320{width:320px;}
.big{
	font-size: 16px;
	font-weight: bold;
}
div.providerCheck{
	margin: 3px;
	padding: 3px;
	border: 1px solid #F90;
	float: right;
}
div#loading{
	text-align: center;
}

div#rate{
	margin: 3px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #EAFFFF;
}
div#rate p{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
}
div#loadingMain{
	text-align: center;
}
div#result{
	display:none;
}
.red{
	color: #F00;
}
.required{
		background: url(../../img/crm/required.png);
		background-position: 100% 50%;
		background-size: initial;
		background-repeat: no-repeat;
		background-attachment: initial;
		background-origin: initial;
		background-clip: initial;
	background-color: #F2F2F2;
}
div.bigNg
{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	height: 30px;
	padding-left: 10px;
}
.bgRed{
	background-color: #FFD9D9;
}
.changeColor{
	background-color: #FFC;
}
.bgInData{
	background-color: #DEF;
}
.bgOutData{
	background-color: #F3F3F3;
}
.blue{
	color: #00F;
}
.orange{
	color: #F60;
}
.green{
	color: #090;
}
.btitle{
	font-weight: bold;
	color: #039;
}
.typeBt a{
	color: #333;
	text-decoration: none;
	background-color: #EEE;
	display: block;
	border: 1px solid #999;
	height: 20px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}
.typeBt a:hover{
	color: #333;
	text-decoration: none;
	background-color: #C1C1E6;
	display: block;
	border: 1px solid #7B79B9;
	height: 20px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.opColor a
{
	background-color: #FC0!important;
}
.opColor a:hover
{
	background-color: #FFE168!important;
}
.h4ms{
	text-align: center;
	width: 180px;
	margin-top: 5px;
}
.boxLeft{
	float: left;
	width: 480px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.point{
	background-color: #FFC;
}
.odd{
	background-color: #F5F5F5;
}
.small{
	font-size: 11px;
}
.msg{
	font-weight: bold;
	color: #FFF;
	background-color: #F33;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.right{
	text-align: right;
}
span.right{
	float: right;
}
td.left{
	text-align: left;
}
span.left{
	float: left;
}
td.center{
	text-align: center;
}
.match{
	background-color: #FCF;
}
span.num{
	font-weight: bold;
	color: #F00;
}
span.nowcount{
	background-image: url(../../img/crm/numcount.jpg);
	background-repeat: repeat;
	line-height: 26px;
	text-align: center;
	height: 26px;
	width: 26px;
	display: inline-block;
	margin-right: 10px;
}
span.num a{
	font-weight: bold;
	color: #F00;
}
span.num a:hover{
}
span.bold{
	font-weight: bold;
}

span.line{
	color: #1d3994;
	text-decoration: underline;
	cursor: help;
}
span.linered{
	color: #F00;
	text-decoration: underline;
	cursor: help;
}
.none{
	display: none;
}
.sp{
	margin-bottom: 10px;
}
p.br{
	margin-bottom: 3px;
	font-size: 12px;
}
#ops{
	margin-bottom: 10px;
	background-color: #006666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
.trBG{background-color: #ffebeb !important;}
/*　スマートフォン・タブレット用
----------------------------------------------------*/
#SheaderMenu{
	position: absolute;
	left: 7px;
	top: 8px;
	width: 207px;
}

#SheaderMenu p.Smainmenu a{
	height: 25px;
	width: 100px;
	background-color: #1B406D;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 25px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	float: left;
	margin-top: 5px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}
#SheaderMenu p.Smainmenu a:hover{
	background-color: #0352BC;
	text-decoration: none;
	box-shadow: none;
}
#SheaderMenu p.Slogout a{
	height: 20px;
	width: 80px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
#SheaderMenu p.Slogout a:hover{
	color: #FFFFFF;
	background-color: #D50000;
	text-decoration: none;
}
div#smart{
	height: 46px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #022C66;
	position: relative;
}
table.smart{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
table.smart th{
	font-weight: normal;
	text-align: center;
	background-color: #d9f1fa;
	border: 1px solid #CCC;
	padding: 5px;
}
table.smart td{
	border: 1px solid #CCC;
	padding: 5px;
}
table.smart td.title{
	text-align: center;
	background-color: #E9E9E9;
}
table.smart input,select{
	padding: 3px;
}
#smartWrapper{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*	いいね
----------------------------------------------------*/
div.iine a{
	background-image: url(../../img/crm/iine_off.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 79px;
	display: block;
	text-decoration: none;
}
div.iine a:hover{
	background-image: url(../../img/crm/iine_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
div.iine span{
	visibility: hidden;
}
p.iineBox{
	text-align: center;
	width: 50px;
	margin-top: 3px;
	color: #02476C;
	font-weight: bold;
	background-image: url(../../img/crm/iineBox.gif);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 40px;
}



/*	table
----------------------------------------------------*/
#property{
	height: 800px;
	overflow: auto;
}
table.base{
	border-collapse:collapse;
	width: 100%;
	font-size: 12px;
}
table.base th{
	text-align: center;
	width: 120px;
	background-color: #d9f1fa;
	border: 1px solid #CCC;
	padding: 5px;

	font-weight: normal;
}
table.base td{
	border: 1px solid #CCC;
	padding: 5px;
}
table.base td.title{
	text-align: center;
	background-color: #E9E9E9;
}
table.base td.title2{
	text-align: center;
	background-color: #990000;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
table.base th.header{
	text-align: center;
	background-color: #4A9999;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 0px #206060;
	font-size: 14px;
}
table.subheader{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}
table.subheader th{
	text-align: center;
	background-color: #FFF5E8;
	border: 1px solid #CCC;
	padding: 3px;
	font-weight: normal;
	width: 100px;
}
table.subheader th.cardResult{
	background-color: #FF8282;
}
table.subheader td.cardResult{
	background-color: #FFF5E8;
}
table.subheader td{
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #F2FFEE;
}
table.subheader td.close{
	background-color: #FC0;
	width: 30px;
}
table.cus{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}
table.cus input,textarea,select
{
	border: 1px solid #CCCCCC;
}
table.cus input:hover,textarea:hover,select:hover
{
	border: 1px solid #FF9900;
}
table.cus th{
	text-align: center;
	background-color: #B8DCDC;
	border: 1px solid #CCC;
	padding: 3px;
	font-weight: normal;
	width: 100px;
	font-size: x-small;
}
table.cus th.left{
	text-align: left;
}
table.cus td{
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #FFE;
}
table.cus td.bar{
	background-color: #CCF;
}
table.cus td.tdmargin{
	padding: 10px;
}
table.cus th.bar{
	background-color: #FFEAEA;
}
table.cus th.his{
	width: 20%;
	font-size: 12px;
}
table.cus td.bgRed{
	background-color: #FFF5E8;
}
table.cus th.bgRed{
	background-color: #FF8282;
}
table.cus td.title{
	border: 1px solid #CCC;
	background-color: #FFF7D2;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

table.cus th.bgMobile{
	background-color: #66CC99;
}
table.cus td.bgMobile{
	background-color: #DEF3E9;
}
table.list{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}


/* タイトル部分 */
table.y_data {
/*	border-collapse: collapse; */
	width: 100%;
	font-size: 12px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0; /* tableのcellspacing="0"の代わり */
}
table.y_data thead,
table.y_data tbody {
	display: block;
}
table.y_data tbody {
	overflow-y: scroll;
	height: 100px;
}
table.y_data th,
table.y_data td {
	text-align: center;
	width: 224px;
	border-right: none;
}

table.list th{
	text-align: center;
	background-color: #d9f1fa;
	border: 1px solid #CCC;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
}
table.list td{
	border: 1px solid #CCC;
	padding: 3px;
}

table.listS{
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
}
table.listS th{
	text-align: left;
	background-color: #d9f1fa;
	border: 1px solid #CCC;
	padding: 1px;
	font-weight: normal;
}
table.listS td{
	border: 1px solid #CCC;
	padding: 1px;
}
table.his{
	width: 988px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}
table.his th{
	font-size: 12px;
	padding: 1px;
}
table.his td{
	font-size: 12px;
}
table td .checkbox {
	display:block;
	width:100%;
	height:100%
}
/*オプション*/
#pjdop1{
	display:none;
}
#pjdop2{
	display:none;
}
#pjdop3{
	display:none;
}
#pjdop4{
	display:none;
}
#pjdop5{
	display:none;
}
#pjdop6{
	display:none;
}
#pjdop7{
	display:none;
}
#pjdop8{
	display:none;
}
#pjdop9{
	display:none;
}
#pjdop10{
	display:none;
}
#pjdop11{
	display:none;
}
#pjdop12{
	display:none;
}
#pjdop13{
	display:none;
}
#pjdop14{
	display:none;
}
#pjdop15{
	display:none;
}
#pjdop16{
	display:none;
}
#pjdop17{
	display:none;
}
#pjdop18{
	display:none;
}
#pjdop19{
	display:none;
}
#pjdop20{
	display:none;
}
#pjdop21{
	display:none;
}
#pjdop22{
	display:none;
}
#pjdop23{
	display:none;
}
#pjdop24{
	display:none;
}
#pjdop25{
	display:none;
}
#pjdop26{
	display:none;
}
#pjdop27{
	display:none;
}
#pjdop28{
	display:none;
}
#pjdop29{
	display:none;
}
table.list dl{
	width: 100%;
}
table.list dt{
	float: left;
	font-size: 14px;
	font-weight: bold;
}
table.list dd{
	float: right;
}

/*table sheet*/
table.sheet
{
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}
table.sheet th
{
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: center;
	padding: 3px;
}
table.sheet td
{
	border: 1px solid #CCC;
	padding: 3px;
}

div.boardRes{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
	margin-left: 20px;
}
div.board{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
/*対応履歴*/
#cushis{
	height: 120px;
	overflow: auto;
}
#cushisReg{
	background-color: #F4F4F4;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
}
#cushis dl{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#cushis dt{
}
#cushis dd{}

#contractSP dl{
	margin-bottom: 3px;
}
#contractSP dt{
	float: left;
	width: 80px;
	background-color: #E9E9E9;
	text-align: center;
	margin-right: 5px;
	height: 25px;
	line-height: 25px;
}
#contractSP dd{
	line-height: 25px;
	height: 25px;
}
/*jTabs*/
ul.tabs {
	list-style: none;
}
ul.tabs li:first-child {border-left:1px solid #ccc;}
ul.tabs li {float:left; border-right:1px solid #ccc; border-top:1px solid #ccc; background-color:#eee;}
ul.tabs li.active {
	border-bottom: 1px solid #fff;
	background-color: #F90;
	margin-bottom: -1px;
}
ul.tabs li a {
	display: block;
	padding: 5px 10px;
	color: #777;
	letter-spacing: -1px;
	outline: none;
	text-decoration: none;
}
ul.tabs li.active a {
	font-weight: bold;
	color: #000;
}

div.tabs_content {
	width: 1198px;
	border: 1px solid #ccc;
}
div.tabs_content > div {
	padding: 5px;
}
::-webkit-input-placeholder {
		color:#CCC;
}
::-moz-placeholder {
		color:#CCC;
}
:-ms-input-placeholder{
	color:#CCC;
}
/*	print
----------------------------------------------------*/
#print{
	width: 1024px;
}
#print h1{
	font-size: 20px;
	color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#print h2{
	background-color: #FFF;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	text-shadow: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#print table{
	width: 1024px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 2px solid #333;
	font-size: 12px;
}
#print th{
	background-color: #CCCCCC;
	text-align: center;
	width: 150px;
	font-weight: bold;
	border: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#print td{
	border: 1px solid #999;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#print td.center{
	text-align: center;
	padding: 0px;
}
#print td.right{
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#print td.short{
	width: 100px;
	font-size: 11px;
}
#print td.sign{
	border: 2px solid #333;
}
#print td.same{
	width: 340px;
}
#print td.four{
	width: 86px;
}
#print p.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 200px;
	float: right;
}
#print p.left{
	float: left;
}
#print p.att{
	font-size: 11px;
	line-height: 15px;
}
#print p.br{
	margin-bottom: 10px;
}
#print p.right{
	text-align: right;
}
#print span.thin{
	text-align: right;
	color: #CCC;
}
#print #companyBox{
	width: 1002px;
	border: 1px dashed #333;
	padding: 10px;
	background-image: url(../../img/crm/printLogo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}
#ticker {
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 2px;
	background-color: #F6F6F6;
	width: 100%;
	white-space: nowrap;
}
/*	printnew
----------------------------------------------------*/
#printnew{
}
#printnew h1{
	font-size: x-small;
	background-color: #E7E7E7;
	padding-left: 10px;
	line-height: 2em;
	height: 2em;
}
#printnew h2{
	font-size: 8px;
	background-color: #FFF;
	font-weight: bold;
	color: #000;
	letter-spacing: 0em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: none;
	height: 10px;
	line-height: 10px;
}
#printnew table{
	border-collapse: collapse;
	font-size: 8px;
	width: 100%;
	margin-bottom: 5px;
}
#printnew table.border{
	border: 2px solid #333;
}
#printnew th{
	border: 1px solid #CCC;
	text-align: center;
	font-weight: normal;
	background-color: #E7E7E7;
}
#printnew td{
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 10px;
}
#printnew td ul{
	padding-left: 20px;
}
#printnew td li{
	list-style-position: outside;
	list-style-type: disc;
	font-size: 8px;
}
#printnew th.same{
	width: 15%;
}
#printnew td.sametd{
	width: 35%;
}
#printnew td.rightborder{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#printnew th.small{
	font-size: xx-small;
}
#printnew td.sign{
	width: 10%;
	text-align: center;
}
#printnew p.sms{
	font-size: 6px;
	margin-bottom: 5px;
}
#printnew p.date{
	font-size: 9px;
	margin-bottom: 5px;
	font-weight: bold;
}
#printnew p.tdH{
	font-size: 8px;
	margin-bottom: 3px;
	margin-top: 3px;
	background-color: #E7E7E7;
	padding-left: 10px;
}
#printnew #companyBox{
	border: 1px solid #CCC;
	padding: 5px;
}
#printnew #companyBox p{
	font-size: 10px;
}
#printnew #companyBox p.big{
	font-size: x-small;
}
#printnew .signBox{
	margin-top: 10px;
	border: 2px solid #F00;
	font-size: x-small;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#printnew .signBox p{
	font-size: x-small;
}
#printnew p.signLine{
	text-decoration: underline; color:red;
	line-height: 2em;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#printnew table.tableHead{
	border-collapse:collapse;
}
#printnew table.tableHead th{
	font-size: x-small;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
#printnew table.tableHead th.right{
	text-align: right;
}
#printnew table.tableHead th.left{
	text-align: left;
}
#printnew table td.fontS{
	font-size: 7px;
}
#printnew .tdBorderT{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#printnew .tdBorderB{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#printnew .tdBorderL{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
#printnew .tdBorderR{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#printnew table.tbR{
	border: 2px solid #F00 !important;
}

/* -----------------------------------------------
	header
----------------------------------------------- */
#container {
	width:1200px;
	margin: 10px auto 50px;
}
#container .default_logo {
	background-image: url("../../img/crm/logo.png");
	background-repeat: no-repeat;
	height: 46px;
	-moz-background-size:contain;
	background-size:contain;
}
#container .default_logo_dev {
	background-image: url("../../img/crm/dev.png"), url("../../img/crm/logo.png");
	background-repeat: no-repeat;
	height: 46px;
	-moz-background-size:contain;
	background-size:contain;
}
#header .login_user {
	margin-left: auto;
	padding-top: 0;
	text-align: right;
	font-size: 15px;
	line-height: 46px;
}
#login_wrap .login_logo {
	background-image: url("../../img/crm/logo.png");
	background-repeat: no-repeat;
	width: 240px;
	height: 46px;
	-moz-background-size:contain;
	background-size:contain;
}
#login_wrap .login_logo_dev {
	background-image: url("../../img/crm/dev.png"), url("../../img/crm/logo.png");
	background-repeat: no-repeat;
	width: 240px;
	height: 46px;
	-moz-background-size:contain;
	background-size:contain;
}
/* -----------------------------------------------
	main_menu
----------------------------------------------- */
#dropmenu{
	list-style-type: none;
	width: 1200px;
	height: 40px;
	margin: 5px auto 5px;
	padding: 0;
	background: #00a0dc;
	border-bottom: 3px solid #2e6095;
	border-radius: 6px 6px 0 0;
}
#dropmenu li{
	position: relative;
	width: 125px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
#dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index:2;
}
#dropmenu li:last-child ul{
	left: -100%;
	width: 100%
}
#dropmenu li ul li{
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	background: #007cca;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#dropmenu li:hover > a {
	background: #007cca;
	color: #c2e9f8;
}
#dropmenu li:first-child.hover > a {
	border-radius: 6px 0 0 0;
}
#dropmenu li.hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #00a0dc;
	border-bottom: 1px solid #2e6095;
}
#dropmenu li ul li:first-child{
	border-top: 0;
}
#dropmenu li ul li:last-child{
	border-bottom: 0;
}
#dropmenu li ul li:last-child a{
	border-radius: 0 0 4px 4px;
}

/* -----------------------------------------------
	paging
----------------------------------------------- */
#paging {
	margin-bottom: 10px;
}

#paging .page {
	width: 100% !important;
	text-align: center;
}

#paging .page ul {
	zoom: 1;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	list-style-type: none;
	display: inline-block;
	height: 32px;
	float: none !important;
	left: auto !important;
}

#paging .page ul li {
	float: left;
	margin: 0 3px 3px 0;
	left: auto !important;
}

#paging .page ul li a {
	float: left;
	padding: 2px 7px;
	background: #00a0dc;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

#paging .page ul li a:hover {
	background: #ff9999;
}

#paging .page .disabled a {
	background-color: #bbb;
	pointer-events:none;
}

#paging .count {
	width: 100%;
	text-align: right;
}
/* -----------------------------------------------
	breadcrumb
----------------------------------------------- */
#breadcrumb {
	width: 1200px;
	margin: 0px auto 5px;
	padding: 5px 10px;
}
#breadcrumb ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
}

#breadcrumb ol li {
	display: inline;
}

#breadcrumb ol li a {
	margin-right: 6px;
}
/* -----------------------------------------------
	message
----------------------------------------------- */
#message-success {
	width: 980px;
	margin: 10px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #B2DBA1;
	border-radius: 4px;
	background-color: #DFF0D8;
	color: #3C763D;
}
#message-info {
	width: 980px;
	margin: 10px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #9ACFEA;
	border-radius: 4px;
	background-color: #D9EDF7;
	color: #31708F;
}
#message-warning {
	width: 980px;
	margin: 10px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #F5E79E;
	border-radius: 4px;
	background-color: #FCF8E3;
	color: #8A6D3B;
}
#message-error {
	width: 980px;
	margin: 10px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #DCA7A7;
	border-radius: 4px;
	background-color: #F2DEDE;
	color: #A94442;
}
/* -----------------------------------------------
	sort
----------------------------------------------- */
.sort .desc {
	color: #CC3366;
}
.sort .asc {
	color: #CC3366;
}
/* -----------------------------------------------
	datepicker
----------------------------------------------- */
.ui-datepicker-buttonpane button {
	height:25px;
}
/* -----------------------------------------------
	page navigation
----------------------------------------------- */
.pagenav {
	bottom: 10px;
	position: fixed;
	z-index: 30;
}

/* -----------------------------------------------
	search
----------------------------------------------- */
div#search {
	width: 100% !important;
	margin: -5px 0 15px !important;
	padding: 10px;
	text-align: center;
	background-color: #f3f3f3;
	box-sizing: border-box;
}
div#search form {
	text-align: center;
}
div#search .menu table td {
	background-color: #fff;
}
div#search .menu + div {
	text-align: center !important;
}

/* -----------------------------------------------
	layout
----------------------------------------------- */
.fileope + li {
	width: 980px !important;
	margin-left: 20px !important;
}
/* -----------------------------------------------
	pagetop
----------------------------------------------- */
#home {
	position: relative;
}
.pagetop {
	width: 1200px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	display: none;
	text-align: center !important;
}
.pagetop a {
	display: inline-block;
	background: #00a0dc;
	padding: 8px 16px;
	box-sizing: border-box;
	border-radius: 6px 6px 0 0;
	color: #fff;
	text-decoration: none;
}
.pagetop a:hover {
	text-decoration: underline;
}
