@charset "utf-8";

body {
	color: #000000;
	font-family:"メイリオ",Meiryo;
	font-size: 86%;
	line-height: 190%;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, form, dt, dl, dd, ul, li {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/*IMG
----------------------------------------------------------------------------------------*/
a img {
	border:none;
}
a img:hover {
	border:none;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.img_l {	
	float:left;
	margin:0 20px 20px 0;
}
.img_r {
	float:right;
	margin:0 0 20px 20px;
}
.img_l img, .img_r img {
	padding:4px;
	border:1px solid #915b00;
}
/* Links
-----------------------------------------------------------------------------------------*/
a:link {
	color:#006b9e;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#006b9e;
	text-decoration:none;
	outline:none;
	border:none;
}
a:hover {
	color:#006b9e;
	text-decoration:underline;
	outline:none;
	border:none;
}
/* reset webkit search input styles
-----------------------------------------------------------------------------------------*/
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
/*margin
-----------------------------------------------------------------------------------------*/
.mb05 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}
.mb40 {
	margin-bottom:40px;
}
.mb45 {
	margin-bottom:45px;
}
.mb50 {
	margin-bottom:50px;
}
.mt05 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mt65 {
	margin-top:65px;
}
.ml05 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-left:25px;
}
.ml30 {
	margin-left:30px;
}
.ml60 {
	margin-left:60px;
}
.mr05 {
	margin-right:5px;
}
.mr10 {	
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr16 {
	margin-right:16px;
}
.mr20 {
	margin-right:20px;
}
.mr25 {
	margin-right:25px;
}
.mr30 {
	margin-right:30px;
}
.mr06 {
	margin-right:6px;
}
.mr11 {
	margin-right:11px;
}
.mr14 {
	margin-right:14px;
}
.mr18 {
	margin-right:18px;
}
.mr60 {
	margin-right:60px;
}
/*padding
-----------------------------------------------------------------------------------------*/
.pt10{
	padding-top:10px;
}
.pb10{
	padding-bottom:10px;
}
.pt05{
	padding-top:5px;
}
.pt02{
	padding-top:2px;
}
/*color
--------------------------------------------------------------------------------------------*/
.c_red {
	color: #FF0000;
}
.c_orange {
	color: #FA9600;
}
.c_blue {
	color: #0000FF;
}
.c_green {
	color: #66CC00;
}
.c_green_b {
	color: #479100;
	font-weight: bold;
}
.c_pink {
	color: #DF6B68;
}
.redst {
	color:#900
}
.c_gray {
	color: #697891;
}
.fb {
	font-weight:bold;
}
/*font size
--------------------------------------------------------------------------------------------*/
.fs_08px {
	font-size:8px;
}
.fs_09px {
	font-size:9px;
}
.fs_10px {
	font-size:10px;
}
.fs_11px {
	font-size:11px;
}
.fs_12px {
	font-size:12px;
}
.fs_14px {
	font-size:14px;
}
.fs_16px {
	font-size:16px;
}
.fs_18px {
	font-size:18px;
}
.fs_20px {
	font-size:20px;
}
.fs_small {
	font-size:86%;
}
/*table
--------------------------------------------------------------------------------------------*/
.table_tag {
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto 20px auto;
}
.table_tag th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #F5F5F5;
	border-color: #E3E3E3;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	padding: 10px;
	text-align: center;
	width: 20%;
}
.table_tag td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E3E3E3;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 10px;
}
.table_tag02 {
	border: 1px solid #A2A2A2;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 20px auto;
}
.table_tag02 th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #A2A2A2;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	padding: 10px;
	text-align: center;
}
.table_tag02 td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #A2A2A2;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 10px;
}
.ws_n{white-space: nowrap;
	}
.bg_red{background-color:#fbd5d9;}
.bg_red_b{background-color:#f48892;	font-weight:bold;}

.bg_ora{background-color:#fee7d7;}
.bg_ora_b{background-color:#fcbb8d;	font-weight:bold;}

.bg_gre{background-color:#d5f0cf;}
.bg_gre_b{background-color:#86d376;	font-weight:bold;}

.bg_whi{background-color:#ffffff;}
.bg_whi_b{background-color:#ffffff;	font-weight:bold;}

.bg_gra{background-color:#F0F0F0;}
.bg_gra_b{background-color:#F0F0F0;font-weight: bold;}

#contents{
	width:1024px;
	margin:0 auto 50px auto;
	padding:30px 0px;
}
#contents_pop{
	width:1024px;
	margin:0 auto 10px auto;
	padding:15px 0px;
}
.sub_title01{
	font-size:26px;
	font-weight:normal;
	color:#697891;
	margin-bottom:15px;
}
.sub_title02{
	font-size:18px;
	font-weight:normal;
	color:#697891;
	margin-bottom:15px;
	padding: 5px;
}
.sub_title03{
	font-size:26px;
	font-weight:normal;
	color:#000000;
	margin-bottom:15px;
}
input[type=text] {
	border: 0;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}
/*error
--------------------------------------------------------------------------------------------*/
.error {
  text-align:left;
  color:#ff0000;
  font-weight:bold;
  margin:0px 0px 10px 0px;
  padding:5px;
  clear: both;
  border:2px solid #999999;
}
.error span {
  display:none;
}
.list_massage {
  text-align:center;
  margin:20px 0;
  font-size:150%;
  color:red;
  font-weight:bold;
}
.list_no {
  float:left;
  width:20px;
  font-size:16px;
  font-weight:bold;
}
.table_error {
	margin-bottom:20px;
	width: 500px;
}
.table_error th {
	font-size: 16px;
	text-align: left;
	padding-bottom: 5px;
}
.table_error td {
	font-size: 15px;
	padding-left: 15px;
	line-height: 145%;
}
.error_title P {
	padding-left: 30px;
}
/*CSV関連
--------------------------------------------------------------------------------------------*/
.csvList{
  overflow:scroll;
  width:970px;
/*   width:1020px;*/
}
.csvList table{
  width:1200px;
}
/*title
--------------------------------------------------------------------------------------------*/
.title_lv02 {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 2px solid #A40000;
	height: 30px;
}
.title_lv02 ul.view {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.title_lv02 p {
	margin-top: 2px;
	float: left;
}
.title_lv04 {
	margin-bottom: 10px;
/* 	border-left: 4px solid #A40000; */
	height: 30px;
	border-left: 6px solid #006b9e;
	padding-left: 10px;
	padding-top: 8px;
}
.title_lv04 h3,
.title_lv04 h4 {
	font-size: 1.4em;
	font-weight: bold;
/*	width: 500px;*/
	float: left;
	padding: 5px 0px 5px 10px;
}
.title_lv06 {
	margin-bottom: 10px;
	border-left: 6px solid #006b9e;
	height: 30px;
	padding-left: 10px;
	padding-top: 8px;
	background-color:#fff;
}
/*ご利用ガイドtitle
--------------------------------------------------------------------------------------------*/
.title_password {
	margin-bottom: 10px;
	border-bottom: 2px solid #A40000;
	height: 30px;
}
.not_found_bg {
	padding: 5px;
	width: 960px;
}
.not_found_bg table {
	padding: 5px;
}
.not_found_bg table td {
	padding: 5px;
}
/* keyword 
--------------------------------------------------------------------------------------------*/
.keyword_bg{
	width:100%;
	background-color:#f7f7f7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	padding-top:10px;
	margin-bottom:4px;
}
.keyword_l{
	float:left;
	width:600px;
}
.keyword_r{
	float:left;
	width:360px;
	height:30px;
}
.search_r{
	float:right;
	width:75px;
	height:30px;
}
.keyword_detail {
	padding-top: 10px;
	/*border-top: 1px dotted #999;*/
}
.keyword_l p{
	float:left;
	padding-top:7px;
	color:#748293;
	font-size:15px;
	font-weight: bold; 
	width: 150px;
}
.suggest_maker{
	border:0;
	padding:5px !important;
	font-family:Arial, sans-serif !important;
	/*color:#748293;*/
	border:solid 1px #ccc !important;
	margin:0 0 0 10px;
	width:350px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px !important;
}
.button_on:hover{
	border:none;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/* table01
--------------------------------------------------------------------------------------------*/
.table01 {
    width: 100%;
}
.table01 th {
    background: none repeat scroll 0 0 #999999;
	border-bottom: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
}
.table01 th.head_vertical {
    text-align: left;
}
.table01 th.bc {
	background-color: #f7f7f7;
	color: #000000;
	border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.table01 th.non_bc {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.table01 tr th.bd_t{
    border-top: 1px solid #cccccc;
}
.table01 tr th.bd_r{
    border-right: 1px solid #cccccc;
}
.table01 tr.header_row {
	background-color: #f7f7f7;
}
.table01 tr.bd{
}
.table01 tr.bd td{
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 4px;
}
.table01 tr td.bd_r{
    border-right: 1px solid #cccccc;
}
.table01 tr td.bd_t{
    border-top: 1px solid #cccccc;
}
.table01 td.non_p {
    padding: 0 !important;
}
.table01 td.non_lb {
    border-left: medium none !important;
}
.table01 td.non_bb {
    border-bottom: medium none !important;
}
.table01 tr.non_bd td {
	padding:10px;
	border-bottom: 1px solid #cccccc;
}
.table01 tr.header_row td.non_bc {
	background-color: #ffffff !important;
}
/* table02
--------------------------------------------------------------------------------------------*/
.table02 {
    width: 100%;
}
.table02 th {
    color: #748293;
    font-size: 15px;
    padding: 4px;
    padding-bottom: 5px;
    white-space: nowrap;
     text-align: left;
}
.table02 td {
    color: #748293;
    font-size: 15px;
    padding: 4px;
    padding-bottom: 5px;
    white-space: nowrap;
     text-align: left;
}
.table02 th.head_vertical {
    text-align: left;
}
.table02 tr.bd{
}
.table02 tr.bd td{
}
.table02 tr td.bd_r{
}
/* table05
--------------------------------------------------------------------------------------------*/	
.table05 td {
	padding: 5px 0;
	vertical-align: top;
}
.side_c{
	background-color:#ffffff;
	margin: -3px -5px;
	padding:10px;
}
.search_page {
/*     margin-bottom: 20px; */
    margin-bottom: 10px;
}
.search_page_basket {
	width:1025px;
	margin-bottom: 10px;
}
.search_page_in{
	float:left;
	padding-top:5px;
	margin-right:10px;
}
.search_page_l{
	float:left;
	width:600px;
	height:100px;
	margin-bottom:0px;
}
.search_page_l p{
	color:#006b9e;
}
.search_page_r{
	float:right;
	width:400px;
	height:100px;
	margin-bottom:0px;
}
.search_page_l2{
	float:left;
	width:600px;
	height:30px;
	margin-bottom:0px;
}
.search_page_l2 p{
	color:#006b9e;
}
.search_page_r p {
    color: #748293;
    float: right;
    font-size: 15px;
    width: 300px;
}
.search_page_r_l{
	float:left;
	width:125px;
}
.search_page_r_l p{
	font-size:15px;
	color:#748293;
}
.search_page_r_r{
	float:right;
	width:160px;
}
.search_page_r_r p{
	font-size:15px;
	color:#748293;
}
.search_page_r_l p{
	margin-bottom:5px;
}
.search_page_r_r p{
	margin-bottom:5px;
}
.btn_redisplay{
	float:left;
	width:90px;
	height:30px;
	margin-right:10px;
}
.view_title{
	padding-top:8px;
	width:125px;
/* 	height: 42px; */
	float:left;
}
.view_title2{
	padding-top:8px;
/* 	width:125px; */
	height: 42px;
	float:left;
}
.view_title3{
	padding-top:8px;
	width:260px;
	height: 42px;
	float:left;
}
.update_time{
	padding-top:8px;
	width:220px;
	float:left;
	color:#697891;
}
/* basket_page_l
--------------------------------------------------------------------------------------------*/
.basket_page_l{
	float:left;
	width:600px;
	height:100px;
	margin-bottom:0px;
}
.basket_page_r{
	float:right;
	width:400px;
		height:100px;
	margin-bottom:0px;
}
.basket_page_r p{
	float:right;
	font-size:15px;
	color:#748293;
	width:295px;
}
/* est_basket_page_l
--------------------------------------------------------------------------------------------*/
.est_basket_page_l{
	float:left;
	width:600px;
	height:50px;
	margin-bottom:0px;
}
.est_basket_page_r{
	float:right;
	width:400px;
	height:50px;
	margin-bottom:0px;
}
.est_basket_page_r p{
	float:right;
	font-size:15px;
	color:#748293;
	width:275px;
}
/* menu
--------------------------------------------------------------------------------------------*/
.menu_line{
	border-bottom:#dadad9 1px solid;
}
.menu{
	width:1046px;
	margin:0 auto;
	height:40px;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	float: left;
}
/*menu_work
--------------------------------------------------------------------------------------------*/
ul.menu_work {
	float: left;
	height: 40px;
}
ul.menu_work li {
	float: left;
	height: 40px;
}
ul.menu_work .menu00 {
	background: url("../../../files/com/header/menu_bar.png") no-repeat 0px 0px;
	display: block;
	width: 245px;
}
.titled {
	text-align: left;
	padding-top: 12px;
    font-size: 24px;
	color: #3FA2D2;
}
ul.menu_work a.menu01 {
	background: url("../../../files/com/header/menu_bar.png") no-repeat -261px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
ul.menu_work a.menu01:hover {
	background: url("../../../files/com/header/menu_bar.png") no-repeat -261px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
ul.menu_work a.menu02 {
	background: url("../../../files/com/header/menu_bar.png") no-repeat -431px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
ul.menu_work a.menu02:hover {
	background: url("../../../files/com/header/menu_bar.png") no-repeat -431px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
ul.menu_work a.menu03 {
	background: url("../../../files/com/header/menu_bar.png") no-repeat -601px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
ul.menu_work a.menu03:hover {
	background: url("../../../files/com/header/menu_bar.png") no-repeat -601px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 170px;
}
/*menu_work02
--------------------------------------------------------------------------------------------*/
ul.menu_work02 {
	float: left;
	height: 40px;
}
ul.menu_work02 li {
	float: left;
	height: 40px;
}
ul.menu_work02 a.menu01 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu01:hover {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu02 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -128px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu02:hover {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -128px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu03 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -256px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu03:hover {
		background: url("../../../files/com/header/menu_bar_b.png") no-repeat -256px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu04 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -384px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu04:hover {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -384px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu05 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -512px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu05:hover {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -512px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu06 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -640px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu06:hover {
		background: url("../../../files/com/header/menu_bar_b.png") no-repeat -640px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu07 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -768px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu07:hover {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -768px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu08 {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -896px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
ul.menu_work02 a.menu08:hover {
	background: url("../../../files/com/header/menu_bar_b.png") no-repeat -896px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 128px;
}
/*btn_basket
--------------------------------------------------------------------------------------------*/
.btn_basket {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    height: 40px;
    width: 148px;
}
.btn_basket a {
	background-repeat: no-repeat;
	background-position: -771px -0px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	color: #ffffff;
	display: block;
	height: 30px;
	padding: 7px 7px 3px 0;
	text-align: right;
	text-decoration: none;
    width: 140px;
}
.btn_basket a:hover {
	background-repeat: no-repeat;
	background-position: -771px -0px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
    opacity: 0.7;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 140px;
}
.btn_basket a:visited {
	background-repeat: no-repeat;
	background-position: -771px -0px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 140px;
}
.btn_basket2 {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    height: 40px;
    width: 148px;
}
.btn_basket2 a {
	background-repeat: no-repeat;
	background-position: -771px -40px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	color: #ffffff !important;
	display: block;
	height: 30px;
	padding: 7px 7px 3px 0;
	text-align: right;
	text-decoration: none;
    width: 140px;
}
.btn_basket2 a:hover {
	background-repeat: no-repeat;
	background-position: -771px -40px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
    opacity: 0.7;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 140px;
}
.btn_basket2 a:visited {
	background-repeat: no-repeat;
	background-position: -771px -40px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 140px;
}
/*btn_request
--------------------------------------------------------------------------------------------*/
.btn_request {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    height: 40px;
    width: 143px;
}
.btn_request a {
	background-repeat: no-repeat;
	background-position: -920px -0px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	color: #ffffff;
	display: block;
	height: 30px;
	padding: 7px 7px 3px 0;
	text-align: right;
	text-decoration: none;
    width: 135px;
}
.btn_request a:hover {
	background-repeat: no-repeat;
	background-position: -920px -0px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
    opacity: 0.7;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 135px;
}
.btn_request a:visited {
	background-repeat: no-repeat;
	background-position: -920px -0px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 135px;
}
.btn_request2 {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    height: 40px;
    width: 143px;
}
.btn_request2 a {
	background-repeat: no-repeat;
	background-position: -920px -40px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	color: #ffffff !important;
	display: block;
	height: 30px;
	padding: 7px 7px 3px 0;
	text-align: right;
	text-decoration: none;
    width: 135px;
}
.btn_request2 a:hover {
	background-repeat: no-repeat;
	background-position: -920px -40px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
    opacity: 0.7;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 135px;
}
.btn_request2 a:visited {
	background-repeat: no-repeat;
	background-position: -925px -40px;
	background-image: url("../../../files/com/header/menu_bar.png");
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
    color: #ffffff;
    display: block;
    height: 30px;
	padding: 7px 7px 3px 0;
    text-align: right;
    text-decoration: none;
    width: 135px;
}
/*drop
--------------------------------------------------------------------------------------------*/
.menu_work {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.menu_work li {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.menu_work a {
    display: block;
}
.menu_work ul {
    background: none repeat scroll 0 0 #006B9E;
/*         background: none repeat scroll 0 0 #565e68; */
	text-decoration: none;
	filter:alpha(opacity=80);
	opacity:0.8;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
* html .menu_work ul {
    line-height: 0;
}
.menu_work ul a {
}
.menu_work ul li {
    float: none;
}
.menu_work ul ul {
    top: 0;
}
.menu_work ul {
    width: 170px;
/*         width: 285px; */
}
.menu_work ul ul {
    left: 170px;
    /*         width: 285px; */
}
.menu_work *:hover {
}
.menu_work ul a {
    border-right: 1px solid white;
    line-height: 1;
}
.menu_work ul {
    top: 40px;
}
.menu_work ul li a {
    background: url("../../../files/com/header/icon_arrow.png") no-repeat scroll 5px center #086D9D;
    padding: 13px 3px 13px 20px;
	width: 147px;
	color:#FFFFFF!important;
/* 	color:#697891!important; */
	font-size: 12px;
}
.menu_work ul li a.hover {
/*     background: url("../../../files/com/header/icon_arrow.png") no-repeat scroll 5px center #00608D; */
    background: url("../../../files/com/header/icon_arrow.png") no-repeat scroll 5px center #065982;
    padding: 13px 3px 13px 20px;
    width: 147px;
/* 	color:#697891!important; */
		color:#FFFFFF!important;
	text-decoration: none;
	opacity:0.9;
}
.menu_work ul a {
    border-right: medium none;
}
/*drop02
--------------------------------------------------------------------------------------------*/
.menu_work02 {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.menu_work02 li {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.menu_work02 a {
    display: block;
}
.menu_work02 ul {
    background: none repeat scroll 0 0 #871111;
	text-decoration: none;
	filter:alpha(opacity=80);
	opacity:0.8;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
* html .menu_work02 ul {
    line-height: 0;
}
.menu_work02 ul a {
}
.menu_work02 ul li {
    float: left;
}
.menu_work02 ul ul {
    top: 0;
}
.menu_work02 ul {
    width: 128px;
}
.menu_work02 ul ul {
    left: 128px;
}
.menu_work02 *:hover {
}
.menu_work02 ul a {
    border-right: 1px solid white;
    line-height: 1;
}
.menu_work02 ul {
    top: 40px;
}
.menu_work02 ul li a {
/*     background: url("../../../files/com/header/icon_arrow.png") no-repeat scroll 2px center #990000; */
    background: url("../../../files/com/header/icon_arrow.png") no-repeat scroll 2px center #666666;
    padding: 15px 3px 15px 15px;
    width: 110px;
	color:#FFFFFF!important;
	font-size: 11px;
}
.menu_work02 ul li a.hover {
/*     background: url("../../../files/com/header/icon_arrow.png") no-repeat scroll 2px center #660000; */
    background: url("../../../files/com/header/icon_arrow.png") no-repeat scroll 2px center #454545;
    padding: 15px 3px 15px 15px;
    width: 110px;
	color:#FFFFFF!important;
	text-decoration: none;
	opacity:0.9;
}
.menu_work02 ul a {
    border-right: medium none;
}
/*basket
--------------------------------------------------------------------------------------------*/
.basket_bg{
	width:984px;
/* 	background-color:#f7f7f7; */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:15px 20px 5px 20px;
	margin-bottom:8px;
}
.basket_l{
	float:left;
	width:500px;
}	
.basket_r{
	float:right;
	width:170px;
	height:30px;
}
.basket_l p{
	float:left;
	padding-top:7px;
	color:#748293;
	font-size:15px;
}
/*パンクズ
--------------------------------------------------------------------------------------------*/
ul.flow_text{
	list-style:none;
	margin-bottom:10px;
}
ul.flow_text li{
	float:left;
	color:#748293;
	font-size:15px;
}
ul.flow_text li.flow01{
	width:125px;
}
ul.flow_text li.flow02{
	width:100px;
}
ul.flow_text li.flow03{
	width:100px;
}
ul.flow_text li.flow04{
	width:100px;
}
ul.flow_text li.flow05{
	width:100px;
}
ul.flow_text li.flow06{
	width:100px;
}
.basket_flow22{
	width: 113px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow2.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow31{
	width: 213px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow3.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}	
.basket_flow32{
	width: 213px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow3.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow33{
	width: 213px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow3.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow41{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow4.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}	
.basket_flow42{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow4.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow43{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow4.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow44{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow4.png");
	background-position: 0px -39px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow51{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow5.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}	
.basket_flow52{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow5.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow53{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow5.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow54{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow5.png");
	background-position: 0px -39px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_flow55{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_flow5.png");
	background-position: 0px -52px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow22{
	width: 113px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow2.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow31{
	width: 213px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow3.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}	
.basket_bo_flow32{
	width: 213px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow3.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow33{
	width: 213px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow3.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow41{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow4.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}	
.basket_bo_flow42{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow4.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow43{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow4.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow44{
	width: 313px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow4.png");
	background-position: 0px -39px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow51{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow5.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}	
.basket_bo_flow52{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow5.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow53{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow5.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow54{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow5.png");
	background-position: 0px -39px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow55{
	width: 416px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow5.png");
	background-position: 0px -52px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow61{
	width: 516px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow6.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left:35px;
}	
.basket_bo_flow62{
	width: 516px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow6.png");
	background-position: 0px -13px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow63{
	width: 516px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow6.png");
	background-position: 0px -26px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow64{
	width: 516px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow6.png");
	background-position: 0px -39px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow65{
	width: 516px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow6.png");
	background-position: 0px -52px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.basket_bo_flow66{
	width: 516px;
	height: 13px;
	background-image: url("../../../files/com/com/basket_bo_flow6.png");
	background-position: 0px -65px;
	background-repeat: no-repeat;
	margin-left:35px;
}
.delivery {
	display: inline-block !important;
	margin: auto;
}
.delivery_title{
	padding-top:8px;
	width:100px;
	height:42px;
	float:left;
}
.change_btn{
	float:left;
	width:170px;
	height:50px;
	padding-top:0px;
}
#txDealerOrderNoAll{
	border:0;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#txDelvHopeDateAll{
	border:0;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
}
.day_l {
	float: left;
}
.table_no_line,
.table_no_line th,
.table_no_line td {
	border-style: none !important;
}
.btn_wrap{
	text-align:right;
	margin-bottom:30px;
}
.icon_delivery{
	background-image: url("../../../files/com/com/icon_delivery.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:25px;
}
/*index02
--------------------------------------------------------------------------------------------*/
.w500_l{
	width:500px;
	float:left;
}
.w580_l{
	width:580px;
	float:left;
}
.w500_r{
	width:500px;
	float:right;
}
.box_wrap{
	width:240px;
	float:left;
}
/*
.box_wrap{
	width:240px;
	background-color:#f1f3fa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    position:relative;
	float:left;
}
.box_wrap a{
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box_wrap a:hover{
	background-color:#FFFFFF;
	filter:alpha(opacity=30);
	opacity:0.3;
}
*/
.box_text_bg01{
	background-color: #3faba4;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	margin: auto 0px 0px 0px;
	width: 220px;
	padding: 10px 10px;
	background-image: url("../../../files/com/index_bo/icon_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.box_text_bg01 p{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.box_text_bg02{
	background-color: #006b9e;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	margin: auto 0px 0px 0px;
	width: 220px;
	padding: 10px 10px;
	background-image: url("../../../files/com/index_bo/icon_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.box_text_bg02 p{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.box01{
	height: 70px;
	width: 240px;
	background-image: url("../../../files/com/index_bo/icon_box01.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.box02{
	height: 70px;
	width: 240px;
	background-image: url("../../../files/com/index_bo/icon_box02.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.box03{
	height: 70px;
	width: 240px;
	background-image: url("../../../files/com/index_bo/icon_box03.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.box04{
	height: 70px;
	width: 240px;
	background-image: url("../../../files/com/index_bo/icon_box04.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.box05{
	height: 70px;
	width: 240px;
	background-image: url("../../../files/com/index_bo/icon_box05.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.box06{
	height: 70px;
	width: 240px;
	background-image: url("../../../files/com/index_bo/icon_box06.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.check {
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.check h2 {
	background: #48525e url("../../../files/com/index_bo/ttl_check.png") no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
}
.check .inner {
	border:#48525e solid 1px;
	padding: 10px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.check dl {
	overflow: auto;
/* 	height: 270px; */
	height: 346px;
}
.check dl dt {
	float: left;
	width: 360px;
	padding: 3px 5px 3px 35px;
	background-color: #efefef;
	margin-bottom: 10px;
	background-image: url("../../../files/com/index_bo/icon_arat.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.check dl dd {
	margin-left: 400px;
	padding: 3px 5px;
	background-color:#efefef;
	margin-bottom:10px;
	color:#ff0000;
}
.btn_search {
	border: medium none;
	margin-right: 10px;
	background-image: url("../../../files/com/com/btn_search.png");
	width:75px;
	height:30px;
	background-repeat: no-repeat;
}
/*float
--------------------------------------------------------------------------------------------*/
.fL {float:left;}
.fR {float:right;}
/*contents
--------------------------------------------------------------------------------------------*/
.inner_w100_r {
	width:100px;
	float: right;
}
.inner_w100_l {
	width:100px;
	float: left;
}
.inner_w200_r {
	width:200px;
	float: right;
}
.inner_w200_l {
	width:200px;
	float: left;
}
.inner_w220_r {
	width:220px;
	float: right;
}
.inner_w210_r {
	width:210px;
	float: right;
}
.inner_w220_l {
	width:220px;
	float: left;
}
.inner_w250_r {
	width:250px;
	float: right;
}
.inner_w250_l {
	width:250px;
	float: left;
}
.inner_w270_l {
	width:270px;
	float: left;
}
.inner_w280_r {
	width:280px;
	float: right;
}
.inner_w280_l {
	width:280px;
	float: left;
}
.inner_w300_r {
	width:300px;
	float: right;
}
.inner_w300{
	width:300px;
/* 	float: right; */
}
.inner_w300_l {
	width:300px;
	float: left;
}
.inner_w400_r {
	width:400px;
	float: right;
}
.inner_w400_l {
	width:400px;
	float: left;
}
.inner_w430_l {
	width:430px;
	float: left;
}
.inner_w430_r {
	width:430px;
	float: right;
}
.inner_w450_l {
	width:450px;
	float: left;
}
.inner_w450_r {
	width:450px;
	float: right;
}
.inner_w475_l {
	width:475px;
	float: left;
}
.inner_w475_r {
	width:475px;
	float: right;
}
.inner_w530_l {
	width:530px;
	float: left;
}
.inner_w530_r {
	width: 530px;
	float: right;
}
.inner_w650_l {
	width:650px;
	float: left;
}
.inner_w650_l {
	width:650px;
	float: left;
}
.inner_w700_r {
	width:700px;
	float: right;
}
.inner_w700_l {
	width:700px;
	float: left;
}
.inner_w750_l {
	width:750px;
	float: left;
}
.inner_w750_r {
	width:750px;
	float: right;
}
.inner_w870_l {
	width:870px;
	float: left;
}
.inner_w958_l {
	width:958px;
	float: left;
}
.inner_w1000_l {
	width:1000px;
	float: left;
}
.inner_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*btn_go_basket
--------------------------------------------------------------------------------------------*/
.btn_go_basket {
	float: right;
	height: 30px;
	width: 220px;
}
.btn_go_basket a {
	background: url(../../files/com/com/btn/btn_enter_exit_basket.png) no-repeat 0px 0px;
	height: 30px;
	width: 220px;
	text-indent: -9999px;
	display: block;
}
.btn_go_basket a:hover {
	background: url(../../files/com/com/btn/btn_enter_exit_basket.png) no-repeat 0px 0px;
	height: 30px;
	width: 220px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.add_list_bg {
/*     background: url("../../../files/com/com/add_list_bg.gif") repeat-x scroll 0 center rgba(0, 0, 0, 0); */
/*     border: 1px solid #cccccc; */
/*     padding: 12px 4px; */
/*     	width:1004px; */
	background-color:#f7f7f7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	margin-bottom:10px;
}
/*btn_add_basket
--------------------------------------------------------------------------------------------*/
.btn_add_basket {
	float: right;
	height: 30px;
	width: 160px;
 	margin-top: 7px;
 	/* 	padding-top: 5px; */
}
.btn_add_basket a {
	background: url(../../../files/com/com/btn/btn_basket.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	/* 	padding-top: 5px; */
}
.btn_add_basket a:hover {
	background: url(../../../files/com/com/btn/btn_basket.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
/* 	padding-top: 5px; */
}
/*btn_add_estimate
--------------------------------------------------------------------------------------------*/
.btn_add_estimate {
	float: right;
	height: 30px;
	width: 160px;
	margin-top: 7px;
/* 	padding-top: 5px; */
}
.btn_add_estimate a {
	background: url(../../../files/com/com/btn/btn_add_estimate.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
/* 	padding-top: 5px; */
}
.btn_add_estimate a:hover {
	background: url(../../../files/com/com/btn/btn_add_estimate.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
/* 	padding-top: 5px; */
}
/*addLineHinagata
--------------------------------------------------------------------------------------------*/
.addLineHinagata {
    display: none;
}
/*お気に入りタイトル
--------------------------------------------------------------------------------------------*/
.title_folder {
	width: 229px;
	height: 30px;
/* 	background: url(../../../files/com/com/add_list_bg.gif) repeat-x 0px center; */
	padding: 4px;
	border: 1px solid #CCCCCC;
	border-left: 4px solid #006B9E;
}
.title_lv_folder {
	font-size: 18px;
	font-weight: normal;
	background: url(../../../files/com/com/icon_folder.gif) no-repeat 0px 0px;
	height: 35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 30px;
	border-bottom: 2px solid #006B9E;
	margin-bottom: 10px;
	color:#697891;
}
.title_lv_folder h3 {
	float: left;
}
/*お気に入り共有
--------------------------------------------------------------------------------------------*/
.title_folder h3 {
/* 	font-size: 1.4em; */
	font-weight: bold;
	float: left;
	padding: 5px 0px 5px 10px;
}
.title_folder h3 span {
	font-weight: normal;
	font-size: 0.7em;
}
.floder_inner {
	width: 230px;
	padding: 5px;
	border: solid 1px #CCC;
	border-top: none;
}
ul.foldaList
ul#foldaList,
ul.foldaList {
	width:228px;
	padding: 3px;
}
ul#foldaList li:after,
ul.foldaList li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
ul.foldaList li {
	margin:0px 0px 5px;
	font-size:12px;
	list-style:none;
	padding:5px 0px 5px 27px;
	background: #FFF url(../../../files/com/com//icon_folder.gif) no-repeat 1px 3px;
	display: inline-block;
	border-bottom: 1px solid #cccccc;
}
ul#foldaList li {
	margin:0px 0px 5px;
	font-size:12px;
	cursor:move;
	list-style:none;
	padding:5px 0px 5px 27px;
	background: #FFF url(../../../files/com/com/icon_folder.gif) no-repeat 1px 3px;
	display: inline-block;
	border-bottom: 1px solid #cccccc;
}
/* Hides from IE-mac \*/
* html ul#foldaList li,
* html ul.foldaList li { height: 1%; }
ul#foldaList li,
ul.foldaList li { display: block; }
/* End hide from IE-mac */
ul#foldaList li p,
ul.foldaList li p {
	display:inline;
	float:left;
}
#favList li {
	cursor:move;
	border:1px solid #CCC;
	list-style:none;
	display:table;
}
.delete, 
.change {
	display:inline;
	float:right;
}
#makeFolda {
	background: #f7f7f7 url(../../../files/com/com/add_list_icon.gif) no-repeat 3px center;
	padding: 4px 0 4px 20px;
	cursor:pointer;
}
.waku_gr {
	border: 1px solid #666;
	padding: 2px;
	background: #FFF;
}
.end_massage {
	font-size: 2em;
	text-align: center;
	margin-bottom: 30px;
	color: #006B9E;
	line-height: 1.4;
}
/* table01-2
--------------------------------------------------------------------------------------------*/
.table01-2 {
    width: 80%;
/* 	margin: 0px auto 20px; */
	margin: 0px auto 10px;
}
.table01-2 th {
    background: none repeat scroll 0 0 #999999;
	border-bottom: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    color: #ffffff;
	padding: 10px 20px;
	text-align: left;
    white-space: nowrap;	
}
.table01-2 th.head-txt {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: auto;
	padding: 10px 20px;
	text-align: left;
	background: #999;
	color: #FFF;
}
.table01-2 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 20px;
}
.table01-2 tr td.bd_r{
    border-right: 1px solid #cccccc;
}
.table01-2 tr td.bd_t{
    border-top: 1px solid #cccccc;
}
/*ボタン2つケース
--------------------------------------------------------------------------------------------*/
.ul.btn_w220 {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
}
.ul.btn_w250 {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	display: block;
}
.btn_w250 {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	display: block;
}
.btn_w300 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	display: block;
}
.ul.btn_w280 {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
}
.ul.btn_w300 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
}
/*btn_back
--------------------------------------------------------------------------------------------*/
.btn_back {
	float: right;
	height: 30px;
	width: 80px;
}
.btn_back a {
	background: url(../../../files/com/com/btn/btn_back.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
}
.btn_back a:hover {
	background: url(../../../files/com/com/btn/btn_back.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_next
--------------------------------------------------------------------------------------------*/
.btn_next {
	float: right;
	height: 30px;
	width: 80px;
}
.btn_next a {
	background: url(../../../files/com/com/btn/btn_next.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
}
.btn_next a:hover {
	background: url(../../../files/com/com/btn/btn_next.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_change3(変更画面へ)
------------------------*/
.btn_change3 {
	float: right;
	height: 30px;
	width: 120px;
}

.btn_change3 a {
	background: url(../../../files/com/com/btn/btn_change3.png) no-repeat 0px 0px;
	height: 30px;
	width: 120px;
	text-indent: -9999px;
	display: block;
}

.btn_change3 a:hover {
	background: url(../../../files/com/com/btn/btn_change3.png) no-repeat 0px 0px;
	height: 30px;
	width: 120px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*crumbs
--------------------------------------------------------------------------------------------*/
#crumbs {
	width:800px;
	margin:0;
	padding:0;
	list-style-type:none;
	border-left:1px solid #DEDEDE;
	height:2.2em;
}
#crumbs li.other {
	font-size:1.2em;
	height:1.5em;
	float:left;
	color:#000000;
	background:#ffffff url(../../../files/com/com/crumbs.gif) no-repeat right center;
	display:block;
	padding:5px 20px 0px 10px;
	border-left: 2px solid #8e8e8e;
}
#crumbs li.now {
	font-size:1.2em;
	height:1.5em;
	float:left;
	color:#FFFFFF;
	background:#ffffff url(../../../files/com/com/crumbs_on_blue.gif) no-repeat right center;
	display:block;
	padding:5px 20px 0px 10px;
	font-weight: bold;
	border-left: 2px solid #074380;
}
.fw_bold { font-weight: bold;
}
/*btn_list_r
--------------------------------------------------------------------------------------------*/
ul.btn_list_r {
	list-style: none;
}
ul.btn_list_r li {
	float: right;
	margin-left: 10px;
}
/*truck
--------------------------------------------------------------------------------------------*/
.icon_truck {
	height: 19px;
	padding-left: 35px;
	background: url("../../../files/com/com/icon_delivery.png") no-repeat center left;
}
/*btn_csv_dl　CSVダウンロード
--------------------------------------------------------------------------------------------*/
.btn_csv_dl {
	float: right;
	height: 30px;
	width: 160px;
}
.btn_csv_dl a {
	background: url(../../../files/com/com/btn/btn_csv_dl.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}
.btn_csv_dl a:hover {
	background: url(../../../files/com/com/btn/btn_csv_dl.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_web_order(Web発注（控）)
--------------------------------------------------------------------------------------------*/
.btn_web_order {
	height: 30px;
	width: 140px;
}
.btn_web_order a {
	background: url(../../../files/com/com/btn/btn_web_order.png) no-repeat 0px 0px;
	height: 30px;
	width: 140px;
	text-indent: -9999px;
	display: block;
}
.btn_web_order a:hover {
	background: url(../../../files/com/com/btn/btn_web_order.png) no-repeat 0px 0px;
	height: 30px;
	width: 140px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_csv_up　CSVアップロード
--------------------------------------------------------------------------------------------*/
.btn_csv_up {
	float: right;
	height: 30px;
	width: 160px;
}
.btn_csv_up a {
	background: url(../../../files/com/com/btn/btn_csv_up.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}
.btn_csv_up a:hover {
	background: url(../../../files/com/com/btn/btn_csv_up.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_csv_formatdl　CSVフォーマットダウンロード
--------------------------------------------------------------------------------------------*/
.btn_csv_formatdl {
	float: right;
	height: 30px;
	width: 230px;
}
.btn_csv_formatdl a {
	background: url(../../../files/com/com/btn/btn_csv_formatdl.png) no-repeat 0px 0px;
	height: 30px;
	width: 230px;
	text-indent: -9999px;
	display: block;
}
.btn_csv_formatdl a:hover {
	background: url(../../../files/com/com/btn/btn_csv_formatdl.png) no-repeat 0px 0px;
	height: 30px;
	width: 230px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_newentry 新規登録
--------------------------------------------------------------------------------------------*/
.btn_newentry {
	float: right;
	height: 30px;
	width: 120px;
}
.btn_newentry a {
	background: url(../../../files/com/com/btn/btn_newentry.png) no-repeat 0px 0px;
	height: 30px;
	width: 120px;
	text-indent: -9999px;
	display: block;
}
.btn_newentry a:hover {
	background: url(../../../files/com/com/btn/btn_newentry.png) no-repeat 0px 0px;
	height: 30px;
	width: 120px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*sys_
--------------------------------------------------------------------------------------------*/
.sys_e{
  font-size: 34px;
  line-height: 2.4;
  color:#FF0000;
}
.sys_r{
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 40px;
}
/*btn_home　TOPへ
--------------------------------------------------------------------------------------------*/
.btn_home {
	height: 30px;
	width: 100px;
	margin: 0px auto;
}
.btn_home a {
	background: url(../../../files/com/com/btn/btn_home.png) no-repeat 0px 0px;
	height: 30px;
	width: 100px;
	text-indent: -9999px;
	display: block;
}
.btn_home a:hover {
	background: url(../../../files/com/com/btn/btn_home.png) no-repeat 0px 0px;
	height: 30px;
	width: 100px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*tn_login（ログイン）
------------------------*/
.btn_login {
	height: 30px;
	width: 120px;
	margin: 0px auto;
}
.btn_login a {
	background: url(../../../files/com/com/btn/btn_login.png) no-repeat 0px 0px;
	height: 30px;
	width: 120px;
	text-indent: -9999px;
	display: block;
}

.btn_login a:hover {
	background: url(../../../files/com/com/btn/btn_login.png) no-repeat 0px 0px;
	height: 30px;
	width: 120px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*allSelect  全選択
--------------------------------------------------------------------------------------------*/
#allSelect {
    background: url("../../../../files/com/com/icon/icon_all_check.gif") no-repeat scroll 0 -20px transparent;
    padding: 0 0 0 25px;
}
/*btn_csv_setting　(CSVダウンロード設定へ)
--------------------------------------------------------------------------------------------*/
.btn_csv_setting {
	height: 30px;
	width: 200px;
	margin: 0px auto;
}
.btn_csv_setting a {
	background: url(../../../files/com/com/btn/btn_to_csv_dl.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
.btn_csv_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_csv_dl.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_log_displayed
------------------------*/
.btn_log_displayed {
	float: right;
	height: 30px;
	width: 220px;
}

.btn_log_displayed a {
	background: url(../../../files/com/com/btn/btn_log_displayed.png) no-repeat 0px 0px;
	height: 30px;
	width: 220px;
	text-indent: -9999px;
	display: block;
}

.btn_log_displayed a:hover {
	background: url(../../../files/com/com/btn/btn_log_displayed.png) no-repeat 0px 0px;
	height: 30px;
	width: 220px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_order_check
--------------------------------------------------------------------------------------------*/
.btn_order_check {
	float: right;
	height: 25px;
	width: 110px;
}
.btn_order_check a {
	background: url(../../../files/com/com/btn/btn_order_check.gif) no-repeat 0px 0px;
	height: 25px;
	width: 110px;
	text-indent: -9999px;
	display: block;
}
.btn_order_check a:hover {
	background: url(../../../files/com/com/btn/btn_order_check.gif) no-repeat 0px 0px;
	height: 25px;
	width: 110px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_csv_error_dl   (エラーのみダウンロード)
--------------------------------------------------------------------------------------------*/
.btn_csv_error_dl {
	height: 30px;
	width: 200px;
}
.btn_csv_error_dl a {
	background: url(../../../files/com/com/btn/btn_csv_error_dl.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
.btn_csv_error_dl a:hover {
	background: url(../../../files/com/com/btn/btn_csv_error_dl.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.search_wrap3_centerR {
	background-color:#f7f7f7;
/*     background: url("../../../files/com/search/search_wrap3_centerR.gif") repeat-y scroll right 0 rgba(0, 0, 0, 0); */
    padding-right: 20px;
    padding-top: 5px;
}
.search_wrap3_centerL {
	background-color:#f7f7f7;
/*     background: url("../../../files/com/search/search_wrap3_centerL.gif") repeat-y scroll 0 0 rgba(0, 0, 0, 0); */
    padding-left: 20px;
}
/*btn　文字可変ボタン
--------------------------------------------------------------------------------------------*/
.btn_i01 a {
    background: url("../../files//com/com/btn/icon_img01.png") no-repeat scroll left center #fff;
    border: 1px solid #9eacc6 !important;
    border-radius: 20px;
    color: #748293 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px 5px 35px;
    text-align: center;
    text-decoration: none !important;
}
.btn_i01 a:hover{
	background-color: #748293;
	color: #fff !important;
}
.btn_i02 a {
    background: url("../../files//com/com/btn/icon_img02.png") no-repeat scroll left center #fff;
    border: 1px solid #9eacc6 !important;
    border-radius: 20px;
    color: #748293 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px 5px 35px;
    text-align: center;
    text-decoration: none !important;
}
.btn_i02 a:hover{
	background-color: #748293;
	color: #fff !important;
}

/*btn_dealer_delivery(得意先納品先紐付けへ)
------------------------*/
.btn_dealer_delivery {
	height: 30px;
	width: 190px;
	margin: 0px auto;
}

.btn_dealer_delivery a {
	background: url(../../../files/com/com/btn/btn_dealer_delivery.png) no-repeat 0px 0px;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	display: block;
}

.btn_dealer_delivery a:hover {
	background: url(../../../files/com/com/btn/btn_dealer_delivery.png) no-repeat 0px 0px;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}


/*btn_to_dealer_information(得意先情報へ)
------------------------*/
.btn_to_dealer_information {
	height: 30px;
	width: 130px;
	margin: 0px auto;
}

.btn_to_dealer_information a {
	background: url(../../../files/com/com/btn/btn_to_dealer_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}

.btn_to_dealer_information a:hover {
	background: url(../../../files/com/com/btn/btn_to_dealer_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_dealer_close_setting(得意先CLOSE設定へ)
------------------------*/
.btn_dealer_close_setting {
	height: 30px;
	width: 180px;
	margin: 0px auto;
}

.btn_dealer_close_setting a {
	background: url(../../../files/com/com/btn/btn_dealer_close_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}

.btn_dealer_close_setting a:hover {
	background: url(../../../files/com/com/btn/btn_dealer_close_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 180px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_dealer_ip_setting(得意先IPアクセス設定へ)
------------------------*/
.btn_dealer_ip_setting {
	height: 30px;
	width: 200px;
	margin: 0px auto;
}

.btn_dealer_ip_setting a {
	background: url(../../../files/com/com/btn/btn_dealer_ip_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

.btn_dealer_ip_setting a:hover {
	background: url(../../../files/com/com/btn/btn_dealer_ip_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_user
------------------------*/
.btn_user {
	height: 30px;
	width: 130px;
	margin: 0px auto;
}

.btn_user a {
	background: url(../../../files/com/com/btn/btn_user.png) no-repeat 0px 0px;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}

.btn_user a:hover {
	background: url(../../../files/com/com/btn/btn_user.png) no-repeat 0px 0px;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/*btn_user_dealer
------------------------*/
.btn_user_dealer {
	height: 30px;
	width: 170px;
	margin: 0px auto;
}

.btn_user_dealer a {
	background: url(../../../files/com/com/btn/btn_user_dealer.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

.btn_user_dealer a:hover {
	background: url(../../../files/com/com/btn/btn_user_dealer.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_maker_master_information(メーカーマスターへ)
------------------------*/
.btn_to_maker_master_information {
	height: 30px;
	width: 170px;
	margin: 0px auto;
}

.btn_to_maker_master_information a {
	background: url(../../../files/com/com/btn/btn_to_maker_master_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

.btn_to_maker_master_information a:hover {
	background: url(../../../files/com/com/btn/btn_to_maker_master_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_maker_conversion_information(メーカ表示変換へ)
------------------------*/
.btn_to_maker_conversion_information {
	height: 30px;
	width: 170px;
	margin: 0px auto;
}

.btn_to_maker_conversion_information a {
	background: url(../../../files/com/com/btn/btn_to_maker_conversion_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

.btn_to_maker_conversion_information a:hover {
	background: url(../../../files/com/com/btn/btn_to_maker_conversion_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_maker_stock_display_setting(メーカ在庫表示へ)
------------------------*/
.btn_to_maker_stock_display_setting {
	height: 30px;
	width: 170px;
	margin: 0px auto;
}

.btn_to_maker_stock_display_setting a {
	background: url(../../../files/com/com/btn/btn_to_maker_stock_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

.btn_to_maker_stock_display_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_maker_stock_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_deadline_time_change(出荷締時間設定へ)
------------------------*/
.btn_to_deadline_time_change {
	height: 30px;
	width: 160px;
	margin: 0px auto;
}

.btn_to_deadline_time_change a {
	background: url(../../../files/com/com/btn/btn_to_deadline_time_change.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}

.btn_to_deadline_time_change a:hover {
	background: url(../../../files/com/com/btn/btn_to_deadline_time_change.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_price_non_display_setting(価格表示/非表示設定へ)
------------------------*/
.btn_to_price_non_display_setting {
	height: 30px;
	width: 195px;
	margin: 0px auto;
}

.btn_to_price_non_display_setting a {
	background: url(../../../files/com/com/btn/btn_to_price_non_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 195px;
	text-indent: -9999px;
	display: block;
}

.btn_to_price_non_display_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_price_non_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 195px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_mail_news(メールニュース送信へ)
------------------------*/
.btn_to_mail_news {
	height: 30px;
	width: 190px;
	margin: 0px auto;
}

.btn_to_mail_news a {
	background: url(../../../files/com/com/btn/btn_to_mail_news.png) no-repeat 0px 0px;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	display: block;
}

.btn_to_mail_news a:hover {
	background: url(../../../files/com/com/btn/btn_to_mail_news.png) no-repeat 0px 0px;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_question(よくある質問登録へ)
------------------------*/
.btn_to_question {
	height: 30px;
	width: 180px;
	margin: 0px auto;
}

.btn_to_question a {
	background: url(../../../files/com/com/btn/btn_to_question.png) no-repeat 0px 0px;
	height: 30px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}

.btn_to_question a:hover {
	background: url(../../../files/com/com/btn/btn_to_question.png) no-repeat 0px 0px;
	height: 30px;
	width: 180px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_badge_job_setting(バッジジョブ設定へ)
------------------------*/
.btn_to_badge_job_setting {
	height: 30px;
	width: 180px;
	margin: 0px auto;
}

.btn_to_badge_job_setting a {
	background: url(../../../files/com/com/btn/btn_to_badge_job_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}

.btn_to_badge_job_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_badge_job_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 180px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_another_stock_display_setting(倉庫毎表示設定へ)
------------------------*/
.btn_to_another_stock_display_setting {
	height: 30px;
	width: 160px;
	margin: 0px auto;
}

.btn_to_another_stock_display_setting a {
	background: url(../../../files/com/com/btn/btn_to_another_stock_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}

.btn_to_another_stock_display_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_another_stock_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_candidate_display_setting(候補表示設定へ)
------------------------*/
.btn_to_candidate_display_setting {
	height: 30px;
	width: 145px;
	margin: 0px auto;
}

.btn_to_candidate_display_setting a {
	background: url(../../../files/com/com/btn/btn_to_candidate_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 145px;
	text-indent: -9999px;
	display: block;
}

.btn_to_candidate_display_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_candidate_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 145px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_level_of_use_state_opening_to_public_setting(情報公開レベル設定へ)
------------------------*/
.btn_to_level_of_use_state_opening_to_public_setting {
	height: 30px;
	width: 190px;
	margin: 0px auto;
}

.btn_to_level_of_use_state_opening_to_public_setting a {
	background: url(../../../files/com/com/btn/btn_to_level_of_use_state_opening_to_public_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	display: block;
}

.btn_to_level_of_use_state_opening_to_public_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_level_of_use_state_opening_to_public_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 190px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_system_stop_setting(システム利用制限設定へ)
------------------------*/
.btn_to_system_stop_setting {
	height: 30px;
	width: 200px;
	margin: 0px auto;
}

.btn_to_system_stop_setting a {
	background: url(../../../files/com/com/btn/btn_to_system_stop_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

.btn_to_system_stop_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_system_stop_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_various_system_value_display_settings(プログラム情報表示設定へ)
------------------------*/
.btn_to_various_system_value_display_settings {
	height: 30px;
	width: 215px;
	margin: 0px auto;
}

.btn_to_various_system_value_display_settings a {
	background: url(../../../files/com/com/btn/btn_to_various_system_value_display_settings.png) no-repeat 0px 0px;
	height: 30px;
	width: 215px;
	text-indent: -9999px;
	display: block;
}

.btn_to_various_system_value_display_settings a:hover {
	background: url(../../../files/com/com/btn/btn_to_various_system_value_display_settings.png) no-repeat 0px 0px;
	height: 30px;
	width: 215px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}
	
/*btn_to_use_level_setting_according_to_function(機能別使用レベル設定へ)
------------------------*/
.btn_to_use_level_setting_according_to_function {
	height: 30px;
	width: 200px;
	margin: 0px auto;
}

.btn_to_use_level_setting_according_to_function a {
	background: url(../../../files/com/com/btn/btn_to_use_level_setting_according_to_function.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

.btn_to_use_level_setting_according_to_function a:hover {
	background: url(../../../files/com/com/btn/btn_to_use_level_setting_according_to_function.png) no-repeat 0px 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_retrieval_display_setting(検索表示設定)
------------------------*/
.btn_to_retrieval_display_setting {
	height: 30px;
	width: 150px;
	margin: 0px auto;
}

.btn_to_retrieval_display_setting a {
	background: url(../../../files/com/com/btn/btn_to_retrieval_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
}

.btn_to_retrieval_display_setting a:hover {
	background: url(../../../files/com/com/btn/btn_to_retrieval_display_setting.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_mail_fixed_form_sentence_maintenance(メール定型文メンテナンスへ)
------------------------*/
.btn_to_mail_fixed_form_sentence_maintenance {
	height: 30px;
	width: 230px;
	margin: 0px auto;
}

.btn_to_mail_fixed_form_sentence_maintenance a {
	background: url(../../../files/com/com/btn/btn_to_mail_fixed_form_sentence_maintenance.png) no-repeat 0px 0px;
	height: 30px;
	width: 230px;
	text-indent: -9999px;
	display: block;
}

.btn_to_mail_fixed_form_sentence_maintenance a:hover {
	background: url(../../../files/com/com/btn/btn_to_mail_fixed_form_sentence_maintenance.png) no-repeat 0px 0px;
	height: 30px;
	width: 230px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_fixed_form_sentence_selection(使用定型文選択へ)
------------------------*/
.btn_to_fixed_form_sentence_selection {
	height: 30px;
	width: 160px;
	margin: 0px auto;
}

.btn_to_fixed_form_sentence_selection a {
	background: url(../../../files/com/com/btn/btn_to_fixed_form_sentence_selection.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}

.btn_to_fixed_form_sentence_selection a:hover {
	background: url(../../../files/com/com/btn/btn_to_fixed_form_sentence_selection.png) no-repeat 0px 0px;
	height: 30px;
	width: 160px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_inquiry(問い合わせへ)
------------------------*/
.btn_to_inquiry {
	height: 30px;
	width: 130px;
	margin: 0px auto;
}

.btn_to_inquiry a {
	background: url(../../../files/com/com/btn/btn_to_inquiry.png) no-repeat 0px 0px;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}

.btn_to_inquiry a:hover {
	background: url(../../../files/com/com/btn/btn_to_inquiry.png) no-repeat 0px 0px;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_merchandise_information(商品情報登録へ)
------------------------*/
.btn_to_merchandise_information {
	height: 30px;
	width: 150px;
	margin: 0px auto;
}

.btn_to_merchandise_information a {
	background: url(../../../files/com/com/btn/btn_to_merchandise_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
}

.btn_to_merchandise_information a:hover {
	background: url(../../../files/com/com/btn/btn_to_merchandise_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_shipping_information_conversion(出荷情報変換へ)
------------------------*/
.btn_to_shipping_information_conversion {
	height: 30px;
	width: 150px;
	margin: 0px auto;
}

.btn_to_shipping_information_conversion a {
	background: url(../../../files/com/com/btn/btn_to_shipping_information_conversion.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
}

.btn_to_shipping_information_conversion a:hover {
	background: url(../../../files/com/com/btn/btn_to_shipping_information_conversion.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_to_information(お知らせ登録へ)
------------------------*/
.btn_to_information {
	height: 30px;
	width: 150px;
	margin: 0px auto;
}

.btn_to_information a {
	background: url(../../../files/com/com/btn/btn_to_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
}

.btn_to_information a:hover {
	background: url(../../../files/com/com/btn/btn_to_information.png) no-repeat 0px 0px;
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_cancel(中止)
------------------------*/
.btn_cancel {
	float: right;
	height: 30px;
	width: 80px;
}

.btn_cancel a {
	background: url(../../../files/com/com/btn/btn_cancel.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
}

.btn_cancel a:hover {
	background: url(../../../files/com/com/btn/btn_cancel.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/*btn_import(取込)
------------------------*/
.btn_import {
	float: right;
	height: 30px;
	width: 80px;
}

.btn_import a {
	background: url(../../../files/com/com/btn/btn_import.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
}

.btn_import a:hover {
	background: url(../../../files/com/com/btn/btn_import.png) no-repeat 0px 0px;
	height: 30px;
	width: 80px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}


/*商社カレンダ
------------------------*/
.note {
    margin: 20px auto 5px;
    width: 840px;
}
.day_note {
    float: left;
    height: 20px;
    width: 20px;
}
.calendar_wrap {
    border-left: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    margin: 0 auto;
    width: 840px;
}
.calendar_wrap td {
    border-bottom: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    vertical-align: top;
}
.calendar_wrap td.head {
    background: none repeat scroll 0 0 #a40000;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.monthly td {
    padding: 7px;
    width: 106px;
}
.monthly_name {
    height: 23px;
    padding: 7px 0 0 7px;
    position: relative;
    width: 273px;
}
.monthly_name span {
    font-weight: normal;
    position: absolute;
    right: 7px;
    top: 7px;
}
ul.calendar_yearly {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 280px;
}
ul.calendar_yearly li {
    display: block;
    float: left;
    height: 24px;
    padding: 6px 0 0 10px;
    width: 30px;
}
.week {
    background: none repeat scroll 0 0 #eaeaea;
}
.holiday {
    background: none repeat scroll 0 0 #f1e0f4;
}
.halfday {
    background: none repeat scroll 0 0 #ffffcc;
}
.inventory {
    background: none repeat scroll 0 0 #e7ffed;
}
.dayly {
    padding: 7px;
    text-align: left;
    vertical-align: top;
    width: 105px;
}

/* テーブル【幅固定】 */
.num{
  width: 20px;
}
.update{
  width: 132px;
}
.process{
  width: 75px;
}

/* ポップ */
.pop_bg{
	width:1004px;
	background-color:#f7f7f7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	padding-top:10px;
	margin-bottom:10px;
	margin-top:5px;
}
.pop_bg h2 {
	color:#697891;
	font-size: 1.3em;
	padding: 5px 205px 5px 10px;
}
/* 選択POP　50音検索用 */
.pop_table td.jp_syllabary1{
  text-align:center;
  width: 9%;
  background:#FFFFFF;
}
.pop_table td.jp_syllabary2{
  text-align:center;
  width: 10%;
  background:#FFFFFF;
}
/* ポップ　テーブル（50音） */
.pop_table {
	width: 60%;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
}
.pop_table th {
	border-left:1px solid #FAFAFA;
	border-bottom:1px solid #FAFAFA;
	text-align:center;
	color:#FFFFFF;
	background:#999999;
	padding:4px;
	white-space:nowrap;
}
.pop_table th.head_vertical {
	text-align: left;
}
.pop_table td {
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:4px;
}
.pop_table td.non_p {
	padding: 0;
}
.pop_table td.non_lb {
	border-left: none;
}
.pop_table td.non_bb {
	border-bottom: none;
}
.pop_table td table th.head_txt01 {
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align: left;
	background:#FFEDE7;
	padding:4px;
	white-space:nowrap;
	color: #000;
	font-weight: normal;
}
.pop_table td table th.head_txt02 {
	border-bottom:1px solid #FFF;
	text-align: left;
	background:#FFEDE7;
	padding:4px;
	white-space:nowrap;
	color: #000;
	font-weight: normal;
}
/* ポップ　テーブル 抽出フィールド*/
.pop_table02 {
}
.pop_table02 th {
    color: #748293;
    font-size: 15px;
    padding-left: 20px;
    white-space: nowrap;
     text-align: left;
}
.pop_table02 td {
    color: #748293;
    font-size: 15px;
    padding: 4px;
    padding-bottom: 5px;
    white-space: nowrap;
     text-align: left;
}
.pop_table02 th.head_vertical {
    text-align: left;
}
.pop_table02 tr.bd{
}
.pop_table02 tr.bd td{
}
.pop_table02 tr td.bd_r{
}
.pop_corpName{
  width: 495px;
}
/* タイトル05*/
.title_lv05 {
    background: url("../../../files/com/com/search_bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding: 10px;
}
.title_lv05 h3 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 0;
}
.icon_q {
    background: url("../../../files/com/com/icon/icon_q.gif") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    padding-left: 35px !important;
}
.icon_a {
    background: url("../../../files/com/com/icon/icon_a.gif") no-repeat scroll 10px 13px rgba(0, 0, 0, 0);
    padding-left: 45px !important;
}
.guide_content {
    border: 1px solid #ccc;
    margin: 0 auto 15px;
    padding: 15px 15px 0;
}
/* お知らせプレビュー用*/
.contents2 {
	width: 950px;
	margin: auto auto;
}
.contents2L {
	width: 720px;
	float: left;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	margin-bottom: 30px;
}
.contents2R {
	width: 200px;
	float: right;
	margin-bottom: 30px;
}
.wrap_inner_com {
	width:800px;
	margin:0 auto;
}
.wrap_inner_com2 {
	width:720px;
	margin:0 auto;
}
.notice {
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 30px;
}
.notice h2 {
	background: #48525e url(../../files/com/login/ttl_notice.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
}
.notice h3 {
	background: #48525e url(../../files/com/login/tt_inquiry.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
	font-color: #ffffff;
}
.notice h4 {
	background: #48525e url(../../files/com/login/tt_change.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 38px;
	text-indent: -9999px;
	font-color: #ffffff;
}
.notice .inner {
	padding: 10px;	
}
.notice .inner2 {
	padding: 30px;
}
.notice dl {
	overflow: auto;
	height: 87px;
}
.notice dl dt {
	float: left;
	width: 90px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.notice dl dd {
/* 	margin-left: 100px; */
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.title_lv16 {
	margin-bottom: 10px;
	border-left: 6px solid #006b9e;
	height: 30px;
	padding-left: 10px;
	padding-top: 8px;
}
/* 商品情報プレビュー用 */
.itemChangeMonth{
  color :#006b9e;
  text-decoration:underline;
  cursor:pointer;
}
ul.menu_iteminfo {
	width: 202px;
	list-style: none;
}
ul.menu_iteminfo li {
	width: 202px;
	font-size: 0.9em;
	height: 32px;
	margin-bottom: 2px;
	border: solid 1px #CCCCCC;
}
ul.menu_iteminfo li p {
	display: block;
	font-size: 0.9em;
	height: 24px;
	padding: 6px 0 0 22px;
	margin-bottom: 2px;
	background: url(../../../files/com/com/menu_iteminfo_bg.gif) no-repeat 0px 0px;
	border: solid 1px #FFF;
	text-decoration: none;
}
ul.menu_iteminfo li a {
	display: block;
	font-size: 0.9em;
	height: 24px;
	padding: 6px 0 0 22px;
	margin-bottom: 2px;
	background: url(../../../files/com/com/menu_iteminfo_bg.gif) no-repeat 0px 0px;
	border: solid 1px #FFF;
	text-decoration: none;
}
ul.menu_iteminfo li a:hover {
	display: block;
	font-size: 0.9em;
	height: 24px;
	padding: 6px 0 0 22px;
	margin-bottom: 2px;
	background: url(../../../files/com/com/menu_iteminfo_bg.gif) no-repeat 0px -30px;
	border: solid 1px #FFF;
	text-decoration: none;
}
.iteminfo_inner {
	width: 200px;
	padding: 0;
	border: solid 1px #CCC;
	border-top: none;
	border-bottom: none;
}
.iteminfo_inner h3 {
	width: 179px;
	padding: 5px 5px 5px 15px;
	border-bottom: solid 1px #CCC;
		background: #F7F7F7;
}
.item iteminfo_inner dl dd {
	width: 165px;
	padding: 0 5px 5px 10px;
	border-bottom: solid 1px #CCC;
}
.item dl ds {
	float: left;
	width: 175px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.item dl2 ds {
	float: left;
	width: 190px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
ul.iteminfo_nav {
	width: 660px;
	margin: 0 auto auto 10px;
	list-style: none;
	height: 30px;
}
ul.iteminfo_nav li {
	float: left;
	margin-right: 5px;
	text-align: center;
}
ul.iteminfo_nav li a {
	text-decoration: none;
}
ul.iteminfo_nav li.now a {
	background: url(../../../files/com/com/tub210_bg.gif) no-repeat 0px -30px;
	width: 210px;
	display: block;
	height: 23px;
	padding-top: 7px;
	color: #000;
}
ul.iteminfo_nav li.other a {
	background: url(../../../files/com/com/tub210_bg.gif) no-repeat 0px 5px;
	width: 210px;
	display: block;
	height: 20px;
	padding-top: 10px;
	color: #366699;
}
ul.iteminfo_nav li.other a:hover {
	background: url(../../../files/com/com/tub210_bg.gif) no-repeat 0px 0px;
	width: 210px;
	display: block;
	height: 23px;
	padding-top: 7px;
}
.inner_w250_l {
	width:250px;
	float: left;
}
.inner_w430_r {
	width:430px;
	float: right;
}
.item .inner2 {
	padding: 30px;
}
.item {
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 1);
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.item h2 {
	background: #48525e url(../../../files/com/login/ttl_item.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-indent: -9999px;
	height: 38px;
}
.item h4 {
	background: #48525e url(../../../files/com/login/ttl_article.png) no-repeat 0px 0px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-indent: -9999px;
	height: 38px;
}
.item .inner {
	padding: 10px;
}
.item dl {
	overflow: auto;
/* 	height: 87px; */
}
.item dl dt {
	float: left;
	width: 90px;
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
.item dl dd {
/* 	margin-left: 100px; */
	border-top: 1px dotted #333;
	padding: 3px 5px;
}
div.iteminfo_content {
    border: 1px solid #ccc;
    padding: 25px;
    width: 615px;
}
div.iteminfo_border {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.inner_w360_r {
	width:360px;
	float: right;
}

/* カレンダー（吹き出し）*/
.calendar th {
    background-color: #cccccc;
    font-weight: normal;
    width: 32px;
}
.calendar th.fiscalYear {
    background-color: #a40000;
    color: #fff;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 260px;
}
.calendar th.month {
    background-color: #ffffff;
    font-weight: normal;
    height: 20px !important;
    text-align: left;
    text-indent: 5px;
}
.calendar th.moveMonth {
    background-color: #ffffff;
    text-align: left;
}
.calendar th.moveMonth2 {
    background-color: #ffffff;
    text-align: center;
}
.calendar th.moveMonth3 {
    background-color: #ffffff;
    text-align: right;
}
.calendar th.moveMonth span.prevMonth {
    cursor: pointer;
}
.calendar th.moveMonth3 span.nextMonth {
    cursor: pointer;
}
.calendar td {
    text-align: center;
}
.calendar td.busins2 {
    background-color: #ffffcc;
}
.calendar td.busins3 {
    background-color: #e7feed;
}
.calendar td.busins4 {
    background-color: #f1e0f4;
}
.calendar td.today {
    background-color: #ccecff;
}


/*btn_pw_eissue(パスワード再発行)
------------------------*/
.btn_pw_eissue {
	float: right;
	height: 30px;
	width: 170px;
}

.btn_pw_eissue a {
	background: url(../../../files/com/com/btn/btn_pw_eissue.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

.btn_pw_eissue a:hover {
	background: url(../../../files/com/com/btn/btn_pw_eissue.png) no-repeat 0px 0px;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* 吹きだしリンク */
.cluetip_set{
  color:#006b9e;
  text-decoration:underline;
  outline:none;
  cursor:pointer;
}

/* 吹きだし【郵便番号から住所検索用】 */
#address{
  padding-left:10px;
  color:#006b9e;
  text-decoration:underline;
  outline:none;
  cursor:pointer;
}
#addressDelv{
  padding-left:10px;
  color:#006b9e;
  text-decoration:underline;
  outline:none;
  cursor:pointer;
}
#addressHandIptDelv{
  padding-left:10px;
/*   color:#690023; */
  color:#006b9e;
  text-decoration:underline;
  outline:none;
  cursor:pointer;
}
.table01-3 {
    width: 80%;
/* 	margin: 0px auto 20px; */
	margin: 0px auto 10px;
}
.table01-3 th {
    background: none repeat scroll 0 0 #999999;
	border-bottom: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    color: #ffffff;
	padding: 10px 20px;
	text-align: left;
    white-space: nowrap;	
}
.table01-3 th.head-txt {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: auto;
	padding: 10px 20px;
	text-align: left;
	background: #999;
	color: #FFF;
}
.table01-3 td {
	padding: 10px 20px;
}
.table01-3 tr td.bd_r{
    border-right: 1px solid #cccccc;
}
.table01-3 tr td.bd_t{
    border-top: 1px solid #cccccc;
}
.table01-3 tr td.bd_b{
    border-bottom: 1px solid #cccccc;
}

.white-space{
	white-space: pre-wrap;
	display: inline;
	width:600px;
}


/* ご利用ガイドHTML用 */
.menu2{
	width:1024px;
	margin:0 auto;
	height:55px;
}
.menu2 ul {
	list-style: none;
}
.menu2 ul li {
	float: left;
}
ul.iteminfo_nav2 {
	width: 904px;
	margin: 0 auto auto 61px;
	list-style: none;
	height: 50px;
}
ul.iteminfo_nav2 li {
	float: left;
	margin-right: 5px;
	text-align: center;
}
ul.iteminfo_nav2 li a {
	text-decoration: none;
}
ul.iteminfo_nav2 li.now a {
	background: url(../../../files/com/com/tub221_bg.gif) no-repeat 0px -50px;
	width: 175px;
	display: block;
	height: 45px;
	padding-top: 10px;
	color: #000;
}
ul.iteminfo_nav2 li.other a {
	background: url(../../../files/com/com/tub221_bg.gif) no-repeat 0px 5px;
	width: 175px;
	display: block;
	height: 35px;
	padding-top: 15px;
	color: #366699;
}
ul.iteminfo_nav2 li.other a:hover {
	background: url(../../../files/com/com/tub221_bg.gif) no-repeat 0px 0px;
	width: 175px;
	display: block;
	height: 40px;
	padding-top: 10px;
}
.iteminfo_nav2_bd{
	border-top: 3px solid #006B9E;
}
.go_top_h a {
    background: transparent url("../../../files/com/footer/btn_top_h.gif") no-repeat scroll 0 0;
    display: block;
    height: 13px;
    margin-left: auto;
    margin-right: 0;
    text-indent: -9999px;
    width: 79px;
}
.guide_pict {
    border: 1px solid #999999;
}
.guide_imgL {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 425px;
}
.guide_imgR {
    float: right;
    margin-bottom: 20px;
    width: 425px;
}
.arrow_imgL {
    float: left;
}
.arrow_imgR {
    float: right;
    margin-right: 3px;
}
.guide_content2 {
    border: 1px solid #ccc;
    margin: 0 auto 15px;
    padding: 15px 15px 0;
    background: rgba(0, 0, 0, 0) url("../../../files/com/clueip/clueip_titlte_bg.gif") repeat scroll 0 0;
}
.table01-4 {
    width: 80%;
	margin: 0px 0px 10px;
}
.table01-4 td {
	padding-bottom: 2px;
}
.guide_wrap {
	width :873px;
}
.guide_wrap p{
    border: 1px solid #fe850e;
	padding:5px 20px 5px 35px;
	background-color:#ffffff;
	width:817px;
}
.guide_wrap p2{
    border: 1px solid #fe850e;
	padding:5px 20px 5px 35px;
	background-color:#ffffff;
	width:417px;
}













	
	