@charset "UTF-8";
/*
  * { border: 2px dashed red }
  * * { border: 2px dashed green }
  * * * { border: 2px dashed orange }
  * * * * { border: 2px dashed blue }
  * * * * * { border: 1px dotted red }
  * * * * * * { border: 1px dotted green }
  * * * * * * * { border: 1px dotted orange }
  * * * * * * * * { border: 1px dotted blue }
  * * * * * * * * * { border: 1px solid red }
  * * * * * * * * * * { border: 1px solid green }
  * * * * * * * * * * * { border: 1px solid orange }
  * * * * * * * * * * * * { border: 1px solid blue }
*/
/* 全体の設定*/
html {
	width:100%;
	height:100%;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin:0px 0px 0px 0px;
}

BODY{
	font-style:normal;/*文字のスタイル*/
	font-weight:normal;/*文字の太さ*/
	font-size:12px;/*文字の大きさ*/
	color:#333333;/*文字の色*/
	background-color:#ffffff;
	line-height:1.2em;
	margin:0px 0px 0px 0px;
	font-family:"MS Gothic";
}

form {
	margin:0;
}

.ui-widget {
	font-family : "ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size: 0.8em;
}
.ui-datepicker table,
.ui-datepicker-title {
	font-size: 12px;
}
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;}
.ui-datepicker td { border: 0; padding: 1px; }

.ui-autocomplete {
	font-size:1em;
}
.ui-autocomplete .ui-menu-item{
	width:105%;
}
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

input, select, textarea {
	font-family:"MS Gothic";
	font-size:12px;
	line-height:12px;
}
select {
	height:18px;
}

h2 {
	font-size:14px;
	margin:10px 0 3px 0;
}

#whole{
	background-color: #FFFFFF;
}
#whole td {
	vertical-align:top;
}

#whole_left {
	width:180px;
}

#popup_main{
	text-align:center;
}
#popup_main td {
	text-align:left;
}
#main_content{
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	border-left:1px solid #999999;
	_width:100%;
}

#main_content a:link, #popup_main a:link {
	color:#336699;
}
#main_content a:visited, #popup_main a:visited {
	color:#336699;
}


#menu{
	clear: left;
}
#head{
	width:187px;
	background-color: #FFFFFF;
}
#head img {
	float:left;
	padding-bottom:8px;
}

#head_account_info {
	float:left;
	margin:20px 0px 0px 5px;
}
#login_info {
	margin:0px 0px 0px 0px;
}
#agent_info {
	margin:0px 0px 0px 0px;
}
#footer{
	position:relative;
	text-align:center;
	clear:both;
	background-color: #FFFFFF;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 15px;
	font-size: 10px;
	color: #333333;
	background-position: center center;
	height: 17px;
}
#module_title{
	background-image: url(img/ttl_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	width: 500px;
	font-size: 100%;
	padding-left: 5px;
	padding-top: 5px;
	margin-left:0px;
	margin-bottom:5px;
	margin-right:200px;
	border-top:2px solid #0c419a;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;

}

#module_menu_title{
	width:600px;
	background-image: url(img/ttl_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	font-size: 100%;
	padding-left: 5px;
	padding-top: 5px;
	margin-left:0px;
	margin-bottom:5px;
	margin-right:200px;
	border-top:2px solid #0c419a;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;

}

#module_main{
	_float: left;
	padding-top: 5px;
}
.module_menu {
	float:left;
	margin-left:30px;
	margin-top:15px;
}
.module_menu ul {
	list-style:none;
}
.module_menu li {
	line-height:1.5em;
	list-style:none;
	padding-left:15px;
	background: url(img/img_arrow.gif) no-repeat center left;
}

.module_menu a:link, .module_menu a:visited {
	color: #336699;
	text-decoration:underline;
}


.input_table {
	border-collapse:separate;
}
.calendar_table {
	border-collapse:collapse;
}
.input_table th, .input_table td,
.calendar_table th {
	padding:3px;
	border: 1px solid #CCCCCC;
}
.input_table th,
.calendar_table th {
	color: #FFFFFF;
	background-color: #94ACD3;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;

}
.calendar_table td {
	padding:0;
	border: 1px solid #CCCCCC;
}

.calendar_table td div {
	padding:3px;
	width:110px;
	height:40px;
}

.input_table td {
	color: #333333;
	background-color: #FFFFFF;
}

.calendar_table td.today,
.week_body .today {
	background-color:#eeeeee;
}

.calendar_table,
.week_table,
.week_header {
	clear:left;
}
.calendar_table td.calendar_date{
	width:110px;
	height:40px;
	color:#333333;
}
.calendar_table td.past {
	width:110px;
	height:40px;
	color:#999999;
}
.calendar_table th a {
	color:white;
}
.calendar_table td {
	text-align:left;
}

.calendar_panel {
	height:60px;
}
.calendar_panel div {
	padding:10px;
	margin:10px;
	height:15px;
	text-align:center;
	font-size:15px;
	float:left;
}
.disnon {
	display:none;
}


.tab {
	cursor:pointer;
	background-color:white;
	border:1px solid #666666;
}

.currency {
	text-align:right;
}

.calendar_control {
	font-size:18px;
	text-align:center;
	margin:10px;
}
.calendar_control .button {
	border:1px solid #666;
	padding:3px 5px 2px 5px;
}
.calendar_control .button:hover,
.month_day_tap:hover,
.open:hover,
.close:hover,
.holiday:hover {
	cursor:pointer;
}
.month_day_literal {
	color:#aaa;
}

.month_day_tap,
.close,
.holiday {
	width:100%;
	height:100%;
	padding:0;
	margin:0 0 0 0;
}

.calendar_date div.current {
	background-color:#ffeaea;
}

#table_purchase_detail {
	border-collapse:collapse;
	width:530px;
}
#table_purchase_detail td {
	border:solid 1px #999999;
}

.readonly {
	background-color:#eaeaea;
	border:1px solid #cccccc;
	padding:2px 1px 2px 1px;
}

.grid_input_table thead {
	text-align:center;
}
.grid_input_table th, .grid_input_table td {
	vertical-align:top;
}
.grid_input_table th {
	color: #333333;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	padding-top:4px;
}
.grid_input_table td {
	color: #333333;
	background-color: #FFFFFF;
}

.grid_input_table thead th{
	text-align:left;
}

.list_table {
	border-collapse:separate;
	_width:630px;
}
.list_table th, .list_table td {
	padding:3px;
	border: 1px solid #CCCCCC;
}
.list_table th {
	color: #FFFFFF;
	background-color: #94ACD3;
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
}
.list_table td {
	color: #333333;
	background-color: #FFFFFF;
}
.list_table.bulk_send_sms td,
.list_table.listmod_form td {
    vertical-align:middle!important;
}
.list_table.bulk_send_sms td input,
.list_table.listmod_form td input {
    float:left;
    _margin-top:0;
}
.list_table.bulk_send_sms td span,
.list_table.listmod_form td span {
    display:block;
    float:left;
    margin-top:3px;
}

.leftTitle1, .leftTitle2{
	line-height:27px;
	height: 27px;
	background-repeat: no-repeat;
	width: 157px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.leftTitle1{
	background-image: url(img/menu_ttl01.gif);
}
.leftTitle2{
	margin-top:5px;
	background-image: url(img/menu_ttl02.gif);
}

.leftLogin{
	background-image: url(img/user_menu_bg.jpg);
	background-repeat: repeat-y;
	height: 90px;
	width: 175px;
	padding-left: 5px;
	font-size:1em;
	color: #333333;
	border:1px solid #c5ced3;
}
#login_caution {
	color:red;
}
#module_caution, .caution {
	color:red;
	font-weight:bold;
}
.menu_01, .menu_02 {
	height: 27px;
	width: 152px;
	padding-left: 30px;
	color: #333333;
	background-repeat: no-repeat;
}

.menu_01 a, .menu_02 a, .menu_03 a {
	display:table-cell;
	padding-top:7px;
}

.menu_01{
	background-image: url(img/menu_01.jpg);
}
.menu_02{
	background-image: url(img/menu_02.jpg);
}
.menu_03{
	background-image: url(img/menu_03.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 172px;
	padding-left: 10px;
	color: #333333;
}

.btn {
	font-size:12px;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-weight: normal;
	height:18px;
	margin:0px 5px 0px 0px;
	padding:0px 3px 0 4px;
}

.btn.blue{
	border-right:solid 1px #2451af;
	background:url(img/btn_blue.gif) left top no-repeat;
}

.btn.orange{
	border-right:1px solid #fe7901;
	background:url(img/btn_orange.gif) left top no-repeat;
}

.btn.gray{
	border-right:1px solid #666666;
	background:url(img/btn_gray.gif) left top no-repeat;
}

.btn:hover {
	background-position:left -18px;
}

/* IE7 Only */
*:first-child+html .btn{
	border:0px;
}



.data {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}
.data02 {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #EAEAEA;
}
.data03 {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #F1D5C9;
}

.item {
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #94ACD3;
}
.item02 {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFEB;
}
.menu_01 a:link,.menu_02 a:link,.menu_03 a:link{
	color: #333333;
	text-decoration:none;
}
.menu_01 a:visited,.menu_02 a:visited,.menu_03 a:visited{
	color: #333333;
	text-decoration:none;
}
.menu_01 a:hover,.menu_02 a:hover,.menu_03 a:hover {
	color: #333333;
	text-decoration:underline;
}
.menu_01 a:active,.menu_02 a:active,.menu_03 a:active {
	color: #333333;
	text-decoration:none;
}
#main_box a:link {
	color: #336699;
	text-decoration:underline;
}
#main_box a:visited {
	color: #336699;
	text-decoration:none;
}
#main_box a:hover {
	color: #336699;
	text-decoration:underline;
}

div.pager {
	margin-top: 20px;
	font-size: 90%;
	width:100%;
	margin:5px 0px 5px 0px;
}

div.pager a,
div.pager span {
    display: block;
    float: left;
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}

div.pager a {
    color: #105cb6;
    background-color: #fff;
    border: 1px solid #9aafe5;
    text-decoration: none;
}

div.pager a:hover {
    color: #003;
    background-color: #fff;
    border: 1px solid #2e6ab1;
}

div.pager span.current {
    color: #fff;
    background-color: #94acd3;
    border: 1px solid #94acd3;
    font-weight: bold;
}

div.pager span.nextprev {
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
}

div.pager a.nextprev {
    font-weight: bold;
}
.list_table {
	clear:both;
}

.completion {
	_overflow:scroll;
}

.completion table {
	border-collapse:collapse;
	border:1px solid #666666;
}

.completion th, .completion td{
	border:1px solid #666666;
}

.theader {
	color: #FFFFFF;
	background-color: #94ACD3;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
	width:30%;
}

.error_field {
	background-color: #FFC4C4;
}
.suggest_cursor_mouse {
	background-color:#3366cc;
	color:white;
}
.suggest_normal {
	background-color:white;
	color:black;
}

#list_bbs_header {
	height:60px;
	background:url(/templates/img/top_center.jpg) left bottom repeat-x;
}
#list_bbs_header_left {
	float:left;
	width:20px;
	height:60px;
	background:url(/templates/img/top_left.jpg) left bottom no-repeat;
}

#list_bbs_header_title {
	float:left;
	width:148px;
	height:60px;
	background:url(/templates/img/top_title.jpg) left bottom no-repeat;
}

#list_bbs_header_center img {
	float:right;
	width:132px;
	height:28px;
	margin:30px 0 0 0;
}
#list_bbs_header_right {
	float:right;
	width:20px;
	height:60px;
	background:url(/templates/img/top_right.jpg) left bottom no-repeat;
}


#list_bbs_footer {
	clear:both;
	height:40px;
	background:url(/templates/img/bottom_center.jpg) left bottom repeat-x;
}
#list_bbs_footer_left {
	float:left;
	width:20px;
	height:40px;
	background:url(/templates/img/bottom_left.jpg) left bottom no-repeat;
}

#list_bbs_footer_right {
	float:right;
	width:20px;
	height:40px;
	background:url(/templates/img/bottom_right.jpg) left bottom no-repeat;
}


.list_bbs_table, #detail_bbs_table {
	
	border-left:10px solid #9AC6F7;
	border-right:10px solid #9AC6F7;
}
.list_bbs_row {
	padding:10px;
	clear:both;
	overflow:hidden;
}
.list_bbs_author {
	padding-left:5px;
	float:left;
	width:75px;
}

.list_bbs_main {
	float:left;
	width:570px;
	padding-left:10px;
}
.list_bbs_date {
	margin:0 5px 0 0;
}
.list_bbs_priority {
    margin-top:-10px;
    float:right;
}
.list_bbs_dp {
	float:left;
}
.list_bbs_title {
	float:left;
}
.list_bbs_content {
	clear:both;
}

#list_bbs_search {
	height:31px;
	background:url(/templates/img/search_left.jpg) left bottom no-repeat;
	float:left;
	margin:28px 0 0 100px;
}
#list_bbs_search_box {
	width:231px;
	float:left;
}
#list_bbs_search_box input{
	float:left;
	border:1px solid #dddddd;;
	margin:5px 0px 0px 30px;
	padding:0;
	width:190px;
	height:15px;
}
img#list_bbs_search_btn {
	margin:0;
	float:left;
	width:49px;
	height:31px;
	cursor:pointer;
	cursor:hand;
}

.list_bbs_hr {
	clear:both;
	margin:0;
	border:0;
	height:2px;
	background:url(/templates/img/line_orange.jpg) 50% 0 no-repeat;
}

.list_bbs_link {
	float:right;
}

.row_sat td{
	background-color:#d5e7fc;
}

.row_sun td{
	background-color:#fed9e1;
}

#attn_table tr td {
	vertical-align:middle;
}

table td.bk_warn {
	background-color:#fed9e1;
}
table td.bk_attn {
	background-color:#f9f7ad;
}

.ac_header {
	display:table-cell;
	height:12px;
	float:left;
	border:1px solid #bbb;
	background-color:#e7f3fd;
	padding:3px;
	border-collapse:collapse;
}
.ac_data {
	display:table-cell;
	height:12px;
	float:left;
	border:1px solid #bbb;
	padding:3px;
	border-collapse:collapse;
	overflow:hidden;
}

.ac_item_number {
	display:table-cell;
	xclear:left;
	width:80px;
	xfloat:left;
}
.ac_item_name {
	display:table-cell;
	width:200px;
	xfloat:left;
}
.ac_regular_price {
	display:table-cell;
	width:50px;
	xfloat:left;
	text-align:right;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
.ui-autocomplete .ui-corner-all {
	border-radius:0;
}
.ui-autocomplete .ui-menu-item a {
	padding:0 !important;
}

.form_inquiry_number {
	display:inline-block;
}

#load_icon {
	height:24px;
	width:24px;
	margin:0 0 0 0;
}
.loading {
	background:url(img/loading.gif) no-repeat;
}

.ui-dialog input:read-only {
    background-color:#eee;
    border:1px solid #aaa;
}