@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
textarea {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ ゴシック";
}

body {
  font-family: "ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
  font-size: 12px;
}

input[type=button],
input[type=submit] {
	width: 80px;
}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*-------------------------------------*
 * validation
 *-------------------------------------*/
div.invalid {
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: red;
}


/*-------------------------------------*
 * Popup Box
 *-------------------------------------*/
.inner_box {
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 6px #666666;
/*	padding: 50px 80px;*/
	padding: 10px;
	margin: 10px;
}
.inner_box .info {
	font-weight: bold;
	font-size: 14px;
}

.inner_box .box_footer {
	margin-top: 10px;
	padding: 10px;
	background-color: #F4F5F5;
	text-align: center;
}

/*-------------------------------------*
 * Container
 *-------------------------------------*/
#container {
	clear:both;
	margin: 10px;
}
#container h2 {
	border-bottom: 3px solid #CCCCCC;
	color: #444757;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}
#container h2 div.proxy_info {
	display: inline-block;
	padding-left: 5px;
}
#container h3 {
	font-size: 14px;
	margin: 10px 0 2px;
	padding: 0;
}


/*---------------*/
/* TABLE Style 1 */
/*---------------*/
table.style_1 {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
table.style_1 th,
table.style_1 td {
  border: 1px solid #CCCCCC;
  padding: 5px;
  height: 22px;
  font-size: 12px;
}
table.style_1 th {
  background: url("../img/table_back.png") repeat-x scroll 0 0 #F4F5F5;
  font-weight: normal;
  text-align: left;
  width: 200px;
}
table.style_1 td {
  background: none repeat scroll 0 0 #FFFFFF;
}


/*-------------------------------------*
 * DataTable
 *-------------------------------------*/
.dataTable th,
.dataTable td {
	height: 30px;
}
.dataTables_filter {
}

.dataTables_wrapper {
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 6px #666666;
}

td.cCenter {
	text-align: center;
}
td.cRight {
	text-align: right;
}
td.cRight {
	text-align: right;
}
th.cNowrap,
td.cNowrap {
	white-space: nowrap;
}
td.cMinWidth80 {
	min-width: 80px;
}
th.cMinWidth100,
td.cMinWidth100 {
	min-width: 100px;
}
th.cMinWidth120,
td.cMinWidth120 {
	min-width: 120px !important;
}
th.cMaxWidth,
td.cMaxWidth {
	max-width: 600px;
}
th.noSortable,
td.noSortable {
	padding: 3px 5px !important;
}
th.noSortable div.DataTables_sort_wrapper {
	padding-right: 0 !important;
}
th.cButton,
td.cButton {
	padding: 3px 5px !important;
	text-align: center;
}

th.dt-nowrap,
td.dt-nowrap {
	white-space: nowrap;
}
th.dt-head-nowrap {
	white-space: nowrap;
}
td.dt-body-nowrap {
	white-space: nowrap;
}
td.dt-body-wrap {
/*	word-wrap: break-word;*/
	word-break: break-all;
}
/*--
div.dataTables_scrollHeadInner table.display th.noSortable {
	padding: 3px 5px !important;
}
div.dataTables_scrollHeadInner table.display th.noSortable div.DataTables_sort_wrapper {
	padding-right: 0 !important;
}
--*/

/*
 * Row highlighting example
 */
#data_list tr.even:hover {
	background-color: #ECFFB3;
}

#data_list tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

#data_list tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

#data_list tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

#data_list tr.odd:hover {
	background-color: #E6FF99;
}

#data_list tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

#data_list tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

#data_list tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}

#data_list_info {
	margin-top: 5px;
}


/*-------------------------------------*
 * Module
 *-------------------------------------*/
#search_box div.info {
	padding: 30px;
	width: 160px;
	text-align: center;
}

/*-------------------------------------*
 * CSV出力ポップアップ
 *-------------------------------------*/
#csv_output_box {
	width: 300px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#csv_output_box h1.popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(../js/jquery/alerts/images/title.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}
#csv_output_box div.popup_message {
	padding: 0 50px;
}
#csv_output_box div.popup_message div.h3 {
	font-weight: bold;
	margin-top: 10px;
}
#csv_output_box div.popup_message div.li {
	margin-left: 12px;
}
#csv_output_box div.popup_panel {
	margin: 15px 10px 10px;
	text-align: center;
}

/*-------------------------------------*
 * Button
 *-------------------------------------*/
.btn_style{
 border:1px solid #a8c1d5; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 2px 0 3px; width: 80px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
 background-color: #CEDCE7; background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDCE7), to(#596a72));
 background-image: -webkit-linear-gradient(top, #CEDCE7, #596a72);
 background-image: -moz-linear-gradient(top, #CEDCE7, #596a72);
 background-image: -ms-linear-gradient(top, #CEDCE7, #596a72);
 background-image: -o-linear-gradient(top, #CEDCE7, #596a72);
 background-image: linear-gradient(to bottom, #CEDCE7, #596a72);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CEDCE7, endColorstr=#596a72);}
.btn_style:hover{
 border:1px solid #8aabc5;
 background-color: #acc4d6; background-image: -webkit-gradient(linear, left top, left bottom, from(#acc4d6), to(#434f55));
 background-image: -webkit-linear-gradient(top, #acc4d6, #434f55);
 background-image: -moz-linear-gradient(top, #acc4d6, #434f55);
 background-image: -ms-linear-gradient(top, #acc4d6, #434f55);
 background-image: -o-linear-gradient(top, #acc4d6, #434f55);
 background-image: linear-gradient(to bottom, #acc4d6, #434f55);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#acc4d6, endColorstr=#434f55);}

/* 青 */
.btn_blue{
border:1px solid #15aeec; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 2px 0 3px; width: 80px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
 background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
}
.btn_blue:hover{
 border:1px solid #1090c3;
 background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
 background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}

/* 灰色 */
.btn_glay{
border:1px solid #cacaca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 2px 0 3px; width: 80px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}
.btn_glay:hover{
 border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
 background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}