@charset "utf-8";
@import url(./reset.css);

/* -----------------------------------------------------------------
	Structure Module
----------------------------------------------------------------- */
body {
	color: #000000;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	line-height: 140%;
	height:100%;
	margin:0;
	padding:0;
	text-align: center;
}

a {
	color: #00A0FF;
}

a:hover {
	color: #FF0000;
}

a img {
	border: none;
}

hr {
	display: none;
}

/* add by kashiwagi 2017/04 begin */
:disabled{
	background-color: #eeeeee;
}

input[type="text"]{
	padding:6px 2px 6px 2px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="password"]{
	padding:6px 2px 6px 2px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

select{
	padding: 3px 2px 7px 2px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus, select:focus {
	border:solid 2px #00A0E9;
	background-color: #fffcdb;
}

input[type="button"]{
	background-color: #ffffff;
	border: 1px solid #808080;
	color: #333;
	padding: 5px 30px 5px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type="button"]:hover {
	background-color: #59b1eb;
	border: 1px solid #59b1eb;
	color: #ffffff;
}

input[type="reset"]{
	background-color: #ffffff;
	border: 1px solid #808080;
	color: #333;
	padding: 5px 30px 5px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type="reset"]:hover {
	background-color: #59b1eb;
	border: 1px solid #59b1eb;
	color: #ffffff;
}

input[type="submit"]{
	background-color: #ffffff;
	border: 1px solid #808080;
	color: #333;
	padding: 5px 30px 5px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type="submit"]:hover {
	background-color: #59b1eb;
	border: 1px solid #59b1eb;
	color: #ffffff;
}

.file_btn {
	background-color: #ffffff;
	border: 1px solid #808080;
	color: #333;
	padding: 5px 30px 5px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.file_btn:hover {
	background-color: #59b1eb;
	border: 1px solid #59b1eb;
	color: #ffffff;
}


/* add by kashiwagi 2017/04 end */

table {
	line-height: 120%;
	font-size: 90%;
	margin:10px 0px 10px 5px;
}

th {
	padding: 8px 4px;
	font-weight: 800;
	text-align: center;
/*	border: #666 solid 1px;*/
	border: #ddd solid 1px;
	color: #000;
	vertical-align: middle;
	background: #F7F7F7;
}

td {
	padding:5px 0px 5px 5px;
/*	border: #aaa solid 1px;*/
	border: #ddd solid 1px;
	word-break: break-all;
}

td img {
	vertical-align: top;
	zoom: 1;
}

p {
	margin: 0 0 1em 0;
}

.marginTypeOne{
	margin:10px 10px 10px 20px;
}

.paddingTypeOne{
	padding:10px 10px 10px 10px;
}

.paddingTypeTwo{
	padding:0px 10px 10px 50px;
}

.paddingTypeThree{
	padding:0px 10px 10px 30px;
	text-align: center;
}

.buttons {
	text-align: right;
	margin:10px 10px 10px 10px;
}

#container {
	height:100%;
	width:100%;
	margin:0 auto;
}


#help_table{
	line-height: 120%;
	font-size:13px;;
	margin:0px 0px 0px 0px;
	text-align:left;
	border:1px solid #808080;

}

/* -----------------------------------------------------------------
	header
----------------------------------------------------------------- */
#header {
	margin: 0 0 10px 0;
	/* background: url(../templates/headers/images/header.jpg) top repeat-x; */
	background-color: #0098e7;
	width:expression(document.body.clientWidth <= 960? "960px": "auto");
    min-width:960px;
}

#service_title{
	width:100%;
	height:96px;
}

#service_name_div{
	float:left;
	width:70%;
	height:100%;
	text-align:left;
}

#service_supply_div{
	float:right;
	width:28%;
	height:100%;
	text-align:right;
}


#service_name{
	color:#FFFFFF;
	bolder;font-size:30px;
	margin:40px 0px 15px 40px;
}


html>/**/body #service_name{
	color:#FFFFFF;
	bolder;font-size:30px\0;
	margin:40px 0px 15px 40px;
}


#service_supply{
	color:#FFFFFF;
	bolder;font-size:12px;
/*	margin:30px 50px 15px 0px;*/
	margin:30px 10px 15px 0px;
}


html>/**/body #service_supply{
	color:#FFFFFF;
	bolder;font-size:12px\0;
/*	margin:30px 50px 15px 0px;*/
	margin:30px 10px 15px 0px;
}

#header_content{
/*	background: #C0C0C0;*/
	background: #FFFFFF;
	border-bottom: 1px solid #C0C0C0;
	height:30px;
}

#information{
	padding-top:8px;
	padding-right:50px;
	font-size:15px;
	font-weight:bolder;
	text-align:right;
}

#header_tel {
	position: absolute;
	top: 5px;
	right:0;
}

/* -----------------------------------------------------------------
	page body
----------------------------------------------------------------- */
#pageBody{
	margin:0 auto;
	/*width:960px;*/
	width: 1200px;
	margin-bottom:10px;
	min-height:600px;
	overflow:auto;
	overflow:hidden;
	text-align:left;
}

/* -----------------------------------------------------------------
	sideMenu
----------------------------------------------------------------- */
#sideMenu{
	width:18%;
	height:100%;
	float:left;
	clear:left;
	font-size:12px;
}

#sideMenu_border{
	border:1px solid #808080;
	margin-bottom:10px;
}

#sideMenu_title{
	width:100%;
	height:20px;
	font-weight:900;
	text-align: center;
	padding:5px 0px 5px 0px;
	background: #D3D3D3;
}

#siedMenu_frame{
	padding:10px 0px 10px 5px;
}

/* -----------------------------------------------------------------
	main body
----------------------------------------------------------------- */
#mainBody{
	width:80%;
	float:right;
	clear:right;
	overflow:hidden;
	position:relative;
}

/* -----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
#footer {
	height: 55px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	/* background: url(../templates/footer/images/footer.jpg) top repeat-x; */
	background-color: #0098e7;
	width:expression(document.body.clientWidth <= 960? "960px": "auto");
    min-width:960px;
}

/* -----------------------------------------------------------------
	error message
----------------------------------------------------------------- */
.messageStackError {
	background-color: #FEE;
	border:2px solid #F55;
	color: #F00;
/*	font-size: 12px;*/
/*	margin:2px 2px 2px 2px;*/
/*	padding:8px 0px 8px 8px;*/
	margin:2px 0 30px 0;
	padding:20px 10px 20px 10px;
}

.messageStackSuccesss{
/*	background-color: #7FFF00;*/
/*	border:2px solid #0000FF;*/
/*	color: #000000; */
/*	font-size: 12px; */
/*	margin:2px 2px 2px 2px; */
/*	padding:8px 0px 8px 8px; */
	background-color: #E6F5B0;
	border:2px solid #006400;
	color: #006400;
	margin:2px 0 30px 0;
	padding:20px 10px 20px 10px;
}

/* -----------------------------------------------------------------
	customer login
----------------------------------------------------------------- */
#loginPageBody{
	width:100%;
	min-height:600px;
	overflow:auto;
	overflow:hidden;
}


#inner table{
	width:98%;
	margin-top:0px;
}

#inner table th{
	width:110px;
	text-align: right;
	padding-right:8px;
}

.login {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width: 420px;
	padding:10px 10px 10px 10px;
	border:1px solid #808080;
	text-align:left;
}

.login_title{
	padding:10px 10px 0px 0px;
}

.login_title p{
	font-size:14px;
	font-weight:bold;
}

.expositive{
	font-size:12px;
	padding-left:6px;
	height:18px;
}

.browser{
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
	margin-top:50px;
	width: 420px;
	padding:10px 10px 10px 0px;
	text-align:left;
}



/* -----------------------------------------------------------------
	resize execution
----------------------------------------------------------------- */
#reszie_frame{
	border:1px solid #808080;
	margin:10px 10px 10px 5px;
	width:750px;
}

/* -----------------------------------------------------------------
	resize confirm
----------------------------------------------------------------- */
#resize_confirm_table th{
	width:250px;
}

#resize_confirm_table td{
	width:200px;
	padding:10px 0px 10px 10px;
}

.td_img_type{
	vertical-align:top;
}

.div_img_type{
	width:144px;
	max-height:100px;
	max-width:144px;
/*	text-align:left;*/
	text-align:center;
}

.img_type{
	max-height:100px;
	max-width:144px;
	text-align:left;
}

/* -----------------------------------------------------------------
	resize setting
----------------------------------------------------------------- */
div.nav {
background: #ffffff;
padding:10px 0px 20px 10px;
}

div.nav ul.nl {
width: 600px;
margin: 0 auto;
padding: 0;
border-left: 1px #2c5170 solid;
list-style-type: none;
text-align: center;
}

div.nav ul.nl li {
width: 200px;; /* 項目の幅 */
float: left;
/*background: #A9A9A9;*/
background: #D3D3D3;
}

div.nav ul.nl li a {
display: block;
height:25px;
position: relative; /* IE6用 */
padding: 7px 2px 7px; /* リンクエリアのパディング（上、左右、下） */
border-right: 1px #2c5170 solid; /* リンクエリアの右境界線 */
border-top: 1px #2c5170 solid;
border-bottom: 1px #2c5170 solid;
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #000000; /* 文字色 */
line-height: 100%; /* 行の高さ */
text-align:center;
}

div.nav ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #5e91bd url(hor_menu6_on.gif) repeat-x top; /* ポイント時の背景 */
}
div.nav ul.nl li a:hover span.en {
color: #fde337; /* ポイント時の文字色 */
}


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

#resize_setting_table{
	width:98%;
}

#resize_setting_table th{
/*	width:100px;*/
	width:140px;
	text-align:right;
}

.setting_no{
	width:30px;
	float:left;
	clear:left;
	padding-top:6px;
	text-align:left;
}

.setting_dropdown{
	float:left;
}

.distribution_rule{
	float:right;
}

.distribution_rule_text{
	maxlength:16;
/*	width:100px;*/
	width:70px;
}


/* -----------------------------------------------------------------
	history
----------------------------------------------------------------- */
#page_header {
	margin:0px 0px 10px 0px;
/*	height:25px;*/
	height:35px;
	width:100%;
	background:#800080;
}

#page_header_blue {
	margin:0px 0px 10px 0px;
	height:35px;
	width:100%;
	/* background:#0000FF; */
	background: #0098e7;
}

#error_header {
	margin:0px 0px 10px 0px;
/*	height:25px;*/
	height:35px;
	width:100%;
	background:deeppink;
}

#title {
/*	padding:5px 0px 0px 5px;*/
/*	font-size:15px;*/
	padding: 10px;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
}

.font_bold_title {
	font-size: 12px;
	font-weight: bold;
}

.history_explain{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 10px 6px;
}

#history_narrowingdown{
	height:100px;
	width:750px;
	border:1px solid #808080;
	margin:0px 0px 10px 5px;
}

#history_narrowingdown_title{
	color:#000000;
	font-weight:bold;
	padding:5px 0px 5px 5px;
}

#history_snm{
	padding:5px 0px 5px 5px;
}

#history_date{
	padding:5px 0px 5px 5px;
}

#history_total{
	height:40px;
	width:150px;
	border:1px solid #808080;
	margin:0px 0px 5px 600px;
	padding:5px 0px 0px 5px;
}

#history_content{
	width:100%;
}

#history_content_table{
	width:98%;
	margin-left:0px;
	text-align:center;
}

#history_content_table  th{
	text-align:center;
	vertical-align:middle;
	line-height: 115%;
}

#history_content_table  td{
/*	text-align:center; */
	padding:10px 5px 10px 5px;
	vertical-align:middle;
}

#type1{
	width:100px;
	text-align:center;
}

#type2{
	width:150px;
	text-align:center;
}

#type3{
	width:80px;
	text-align:center;
}

#type5{
	width:140px;
	text-align:center;
}

#history_selected{
	margin:5px 0px 10px 5px;
}

#button_back{
	margin:10px 0px 10px 660px;
}

/* -----------------------------------------------------------------
	ftp setting
----------------------------------------------------------------- */
#ftp_table{
	width:98%;
	margin-left:5px;
}

#ftp_table th{
/*	width:100px;*/
/*	width:120px;*/
	width:140px;
	text-align: center;
}

#type4{
	width:150px;
	text-align: right;
	padding-right:10px;
	font-weight:bolder;
}

#type10{
	width:170px;
	text-align: right;
	padding-right:10px;
	font-weight:bolder;
	background: #F7F7F7;
}

#button_connect{
	margin:10px 10px 10px 50px;
	width:710px;
	text-align:right;
}

#button_update{
	margin:10px 10px 10px 50px;
	width:715px;
	text-align:right;
}


/* -----------------------------------------------------------------
	finish
----------------------------------------------------------------- */
.finish{
	border:1px solid #808080;
}

.finish_text{
	padding-top:140px;
	font-size:15px;
	font-weight:bolder;
	text-align:center;
}

.button_backtotop{
	padding:120px 20px 20px 0px;
	text-align:right;
}

.button_backto_resize{
	position: absolute;
    bottom: 20px;
    right: 180px;
}

.button_backtotop2{
	position: absolute;
    bottom: 20px;
    right: 20px;
}


/* -----------------------------------------------------------------
	top
----------------------------------------------------------------- */
#inquiry{
	padding-left:15px;
	font-size:12px;
}

#contact_information{
	margin:5px 0px 0px 0px;
	width:500px;
	border:1px solid #808080;
	padding:5px 0px 5px 10px;
}

.notification_blue{
/*	font-size:12px; */
	border-bottom: solid 1px #CCCCCC;
	color:blue;
}
.notification_deeppink{
/*	font-size:12px; */
	border-bottom: solid 1px #CCCCCC;
	color:deeppink;
}
.notification_purple{
/*	font-size:12px; */
	border-bottom: solid 1px #CCCCCC;
	color:#800080;
}

.notification_blue .date,
.notification_deeppink .date,
.notification_purple .date{
	text-align: right;
	padding-top: 5px;
}

.notification_details_blue{
	padding:15px 0 0 10px;
	font-size: 14px;
	line-height: 140%;
}
.notification_details_deeppink{
	padding:15px 0 0 10px;
	font-size: 14px;
	line-height: 140%;
}
.notification_details_purple{
	padding:15px 0 0 10px;
	font-size: 14px;
	line-height: 140%;
}

#notification_table{
	line-height: 120%;
	font-size: 90%;
	border:none;
	margin:10px 0px 10px 5px;
	font-size:12px;
}

#notification_table th {
	padding: 8px 4px;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	border:none;
	background: #ffffff;
}

#notification_table td {
	padding:5px 0px 5px 5px;
	word-break: break-all;
	border:none;
}

.opened_div_blue{
	cursor:pointer;
	background-image: url("../templates/main/images/up_blue.png");
	background-repeat: no-repeat;
	background-position: 5px -5px;
	padding: 5px 0 5px 40px;
	width: 100%;
	color: blue; 
	font-size: 120%;
}
.opened_div_deeppink{
	cursor:pointer;
	background-image: url("../templates/main/images/up_deeppink.png");
	background-repeat: no-repeat;
	background-position: 5px -5px;
	padding: 5px 0 5px 40px;
	width: 100%;
	color: deeppink; 
	font-size: 120%;
}
.opened_div_purple{
	cursor:pointer;
	background-image: url("../templates/main/images/up_purple.png");
	background-repeat: no-repeat;
	background-position: 5px -5px;
	padding: 5px 0 5px 40px;
	width: 100%;
	color: #800080;
	font-size: 120%;
}
.closed_div_blue{
	cursor:pointer;
	background-image: url("../templates/main/images/down_blue.png");
	background-repeat: no-repeat;
	background-position: 5px -5px;
	padding: 5px 0 5px 40px;
	width: 100%;
	color: blue; 
	font-size: 120%;
}
.closed_div_deeppink{
	cursor:pointer;
	background-image: url("../templates/main/images/down_deeppink.png");
	background-repeat: no-repeat;
	background-position: 5px -5px;
	padding: 5px 0 5px 40px;
	width: 100%;
	color: deeppink; 
	font-size: 120%;
}
.closed_div_purple{
	cursor:pointer;
	background-image: url("../templates/main/images/down_purple.png");
	background-repeat: no-repeat;
	background-position: 5px -5px;
	padding: 5px 0 5px 40px;
	width: 100%;
	color: #800080;
	font-size: 120%;
}
</style>

/* -----------------------------------------------------------------
	help
----------------------------------------------------------------- */
#helpPageBody{
	text-align:left;
	width:100%;
	min-height:600px;
	overflow:auto;
	overflow:hidden;
}

#help_page_header {
	margin:0px 0px 10px 0px;
	height:25px;
	width:100%;
	background:#800080;
}

#help_text {
	margin:0px 0px 10px 50px;
	width:800px;
}

#help_text_table{
	line-height: 120%;
	font-size: 90%;
	margin:10px 0px 10px 0px;
	font-size:12px;
}

#help_text_table th{
	width:165px;
}

/* -----------------------------------------------------------------
	price
----------------------------------------------------------------- */
#price_title{
/*	font-size:12px; delete by kashiwagi 2017/04 */
	color: #666; /* add by kashiwagi 2017/04 */
	font-weight: bold; /* modify by kashiwagi 2017/04 */
	font-size: 115%;
}

#price_search_condition{
	font-weight: 800;
}

#price_report_table{
	margin-left:0px;
	width:100%;
}

#price_report_table th{
	text-align:center;
	vertical-align:middle;
}

#price_report_table td{
	text-align:center;
	vertical-align:middle;
}

#price_search_condition_table{
	margin-left:0px;
	border:none;
	width: 98%; /*  add by kashiwagi 2017/04 */
}

#price_search_condition_table th {
	height:50px; /* add by kashiwagi 2017/04 */
}

#price_search_condition_table td {
	border:none;
	padding-top:2px; /* add by kashiwagi 2017/04 */
	line-height: 180%; /* add by kashiwagi 2017/06 */
}

#historyTable{
	margin-left:0px; /* add by kashiwagi 2017/06 */
	border:none; /* add by kashiwagi 2017/06 */
}

#historyTable td {
	padding: 5px; /* add by kashiwagi 2017/06 */
	line-height: 160%; /* add by kashiwagi 2017/06 */
}

#checked_handle_table{
	font-size:12px;
	margin-left:0px;
	border:none;
}


#checked_handle_table th {
	border:none;
	padding-left:0px;
	background:none;
}

#checked_handle_table td {
	border:none;
}

#price_report_detail_table{
	width:97%;
	margin-left:0px;
	font-size:10px;
	table-layout:fixed;
	text-align:center;
	vertical-align:middle;
}

#price_report_detail_table th{
	width:25%;
	height:20px;
	word-break:break-all;
	word-wrap:break-word;
	text-align:center;
	vertical-align:middle;
}

#price_report_detail_div{
	width:57%;
	float:right;
}

#price_report_detail_div_img{
	min-width:76px;
	min-height:76px;
	max-width:76px;
	max-height:76px;
}


#price_report_detail_table td{
	text-align:center;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
/* ---	white-space: nowrap; ---*/
	text-overflow:ellipsis-word;
	background-color:#FFFFFF;
}


#price_report_detail_mall_table{
	width:99%;
	text-align:center;
	vertical-align:middle;
	border-collapse: collapse;
}

#price_report_detail_mall_table th{
	text-align:center;
	vertical-align:middle;
	table-layout: fixed;
}

#price_report_detail_mall_table td{
	text-align:center;
	vertical-align:middle;
	table-layout: fixed;
}

#type6{
	width:100px;
}

#type7{
	width:20px;
}

#price_report_detail_menu_table{
	margin-left:0px;
	table-layout: fixed;
}

#price_report_detail_menu_table th{
	height:20px;
	text-align:center;
	vertical-align:middle;
}

#price_report_detail_menu_table td{
	text-align:center;
	vertical-align:middle;
	word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}




/* -----------------------------------------------------------------
	user
----------------------------------------------------------------- */
#user_list_table{
	width:100%;
	margin-left:0px;
	text-align:center;
}

#user_list_table  th{
	height:20px;
	text-align:center;
}

#user_list_table  td{
	text-align:center;
}

#user_info_table{
	width:80%;
	margin-left:0px;
}

#user_info_table th{
/*	width:100px;*/
	width:200px;
	text-align:right;
}

/* -----------------------------------------------------------------
	company
----------------------------------------------------------------- */
#company_setting_table{
	width:98%;
	margin-left:0px;
}

#company_setting_table th{
	width:30%;
}

#company_setting_table_th_type1{
	text-align:left;
	font-size:11px;
	background: #FFCCFF;
}

/* -----------------------------------------------------------------
	RMS
----------------------------------------------------------------- */
#rms_report_table{
	margin-left:0px;
	width:100%;
}

#rms_report_table th{
	text-align:center;
	vertical-align:middle;
/*	font-size: 115%;*/
	line-height: 115%;
}

#rms_report_table td{
/*	text-align:center; */
	padding:10px 5px 10px 5px;
	vertical-align:middle;
}


/* add by isc_cd 2013/01/16 begin */

/* -----------------------------------------------------------------
	SEO
----------------------------------------------------------------- */
#seo_list_table{
	width:99%;
	text-align:center;
	vertical-align:middle;
}

#seo_list_table  th{
	height:20px;
	vertical-align:middle;
}

#seo_list_table  td{
	vertical-align:middle;
}

#seo_detail_list_table{
	margin-left:0px;
	width:99%;
}

#seo_detail_list_table th{
	text-align:center;
	vertical-align:middle;
}

#seo_detail_list_table td{
	text-align:left;
	vertical-align:middle;
}

#rankcheck_setting_table{
	width:98%;
	margin-left:5px;
}

#rankcheck_setting_table th{
/*	width:100px;*/
/*	width:120px;*/
	width:140px;
	text-align: center;
}

#rankcheck_setting_table td{
	text-align:bottom;
	vertical-align:bottom;
}

#search_condition_table{
	margin-left:0px;
	border:none;
}

#search_condition_table td {
	border:none;
}

/*-------------------------------
	ディレクトリID
	---------------------------*/
#directory_id_get_condition_table {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border: 1px solid #808080;
	width: 100%;
}

#directory_id_get_condition_table td {
	border: 1px solid #808080;
}

#directory_id_get_param_table {
	margin-left: 0px;
	border: 1px solid #808080;
	width: 100%;
}

#directory_id_get_list_table {
	width: 100%;
	vertical-align: middle;
	margin-left: 0px;
	padding: 0px;
}

#directory_id_get_list_table  th {
	font-weight: bolder;
	vertical-align: middle;
}

#directory_id_get_list_table  td {
	vertical-align: middle;
	padding: 1px;
}

#directory_id_get_type1 {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	font-weight: bolder;
	background: #EAEAEA;
}

/* -----------------------------------------------------------------
	REVIEW_SCORE_VARY
----------------------------------------------------------------- */
#review_score_table {
	width: 99%;
	text-align: center;
	vertical-align: middle;
}

#review_score_table  th {
	height: 20px;
	vertical-align: middle;
}

#review_score_table  td {
	vertical-align: middle;
}

.text_align_right {
	text-align: right;
}

/* -----------------------------------------------------------------
	商品一覧自動生成
----------------------------------------------------------------- */
.view_table th {
	text-align: right;
}

.view_table_td {
	width: 150px;
	text-align: right;
}

.view_table_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

/* add by isc_cd 2013/01/16 end  */
/* -----------------------------------------------------------------
	バナー切り替え
----------------------------------------------------------------- */
.banner_table {
	width: 98%;
}

.banner_table  th {
	text-align: right;
	width: 150px;
}

/* add by isc_cd 2014/01/07 start */
/* -----------------------------------------------------------------
	SHOP_REVIEW_AUTO_DISPLAY
-----------------------------------------------------------------*/
#shop_review_show_table {
	border: none;
	width: 100%;
}

#shop_review_show_table td {
	border: none;
}

.shop_review_show_td {
	width: 150px;
	text-align: right;
}

.shop_review_show_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

/* -----------------------------------------------------------------
	ASURAKU_DATE_AUTO_DISPLAY
------------------------------------------------------------------*/
#asuraku_date_auto_display_table {
	border: none;
	width: 100%;
}

#asuraku_date_auto_display_table td {
	border: none;
}

.asuraku_date_auto_display_td {
	width: 150px;
	text-align: right;
}

.asuraku_date_auto_display_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

/* -----------------------------------------------------------------
	店舗管理
----------------------------------------------------------------- */
.shop_setting_table {
	margin-left: 0px;
	width: 98%;
}

.shop_setting_table  th {
	text-align: right;
	width: 150px;
}

/* add by isc_cd 2014/01/07 end */
/* add by isc_wc 2014/01/22 start */
/* -----------------------------------------------------------------
	カレンダーHTML出力
----------------------------------------------------------------- */
.calendar-today {
	color: #000000;
	background-color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
}

.calendar-businessday-day {
	color: rgb(34, 34, 34);
}

.calendar-holiday-day {
	color: #000000;
	background-color: #DDDDDD;
	font-weight: normal;
	font-size: 12px;
}

.calendar-week-end {
	color: #000000;
	background-color: #DDDDDD;
	font-weight: normal;
	font-size: 12px;
}

.calendar-week-end-font {
	color: #CCCCCC;
}

.calendar-week-day-font {
	color: #000000;
}

.calendar-week-day {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}

.calendar {
	width: 17em;
	padding: .2em;
	display: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border: 1px solid rgb(170, 170, 170);
	background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x
		scroll 50% 50% rgb(255, 255, 255);
	color: rgb(34, 34, 34);
	border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.calendar .calendar-title {
	height: 10%;
	background-color: #FFEBEB;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	margin: 0px 2.3empadding :     0.2em 0px
}

.calendar .calendar-title .calendar-month-year {
	width: 100%;
	font-size: 12px;
	color: #000000
}

.calendar .calendar-body {
	height: 90%;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
}

.calendar .calendar-body .calendar-month-year {
	width: 100%;
	font-size: 12px;
	color: #000000
}

.calendar-week {
	width: 90%;
	font-size: 12px;
	color: #000000;
}

.calendar table {
	height: 100%;
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0px auto 0.4em;
}

.calendar th {
	height: 10%;
	width: 14%;
	text-align: center;
	border: 0;
	width: 14%;
	text-align: center;
	border: 0;
	padding: 0.7em 0.3em;
	margin: 0px;
}

.calendar td {
	width: 14%;
	border: 0px none;
	padding: 1px;
	margin: 0px;
}

.calendar th span,.calendar td a {
	height: 100%;
	width: 100%;
	text-align: right;
	text-decoration: none;
	text-decoration: none;
	text-decoration: none;
	text-decoration: none;
	text-decoration: none;
}

.calendar_show_td {
	width: 80px;
}

.calendar_show_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
}

.no_border_input{
	background-color:lightgrey;
	border:none;
	font-color:black;
}

/* -----------------------------------------------------------------
         累積注文件数および商品数表示
----------------------------------------------------------------- */
.order_goods_num_show_td {
	width: 150px;
	text-align: right;
}

.order_goods_num_show_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}


/* -----------------------------------------------------------------
        メルマガ自動バックナンバー表示
----------------------------------------------------------------- */
.mail_magazine_table {
	width: 98%;
}

.mail_magazine_table  th {
	text-align: right;
	width: 150px;
}

/* -----------------------------------------------------------------
         出荷予定日
----------------------------------------------------------------- */
.order_time_send_display_td {
	width: 150px;
	text-align: right;
}

.order_time_send_display_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

#order_time_send_display_table {
	border: none;
	width: 100%;
}
.blk_18 .pcont {
 width:638px;
 float:left;
 overflow:hidden;
 padding-left:5px;
}
.blk_18 .ScrCont {
 width:32766px;
 zoom:1;
 margin-left:-5px;
}
.blk_18 #List1_1, .blk_18 #List2_1 {
 float:left;
}
.blk_18 .LeftBotton, .blk_18 .RightBotton {
 width:15px;
 height:74px;
 float:left;
 background:url(../../templates/common/images/ax.gif) no-repeat;
}
.blk_18 .LeftBotton {
 background-position: 0 0;
 margin:8px 5px 0;
}
.blk_18 .RightBotton {
 background-position: 0 -100px;
 margin:8px 1px 10px 5px;
}
.blk_18 .LeftBotton:hover {
 background-position: -20px 0;
}
.blk_18 .RightBotton:hover {
 background-position: -20px -100px;
}
.blk_18 .pl img {
 display:block;
 cursor:pointer;
 border:none;
 margin:6px auto 1px auto;
}
.blk_18 .pl {
 width:105px;
 border:1px solid #f3f3f3;
 float:left;
 float:left;
 text-align:center;
 line-height:24px;
}
.blk_18 a.pl:hover {
 border:1px solid #5dacec;
 color:#5dacec;
 background:#fff;
}
/* add by isc_wc 2014/01/22 end */
/* add by isc_fth 2014/01/26 start */
/* -----------------------------------------------------------------
         楽天簡易インスタンスメッセージ
----------------------------------------------------------------- */
.rakuten_simple_instant_message_td {
	width:145px;
	text-align:right;
}
.rakuten_simple_instant_message_font_td {
	width:80px;
	text-align:right;
}
.rakuten_simple_instant_message_font {
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

#rakuten_simple_instant_message_table {
	border:none;
	width:100%;
}
/* -----------------------------------------------------------------
   　　楽天購入者分類別ランキング自動表示      
----------------------------------------------------------------- */
.rakuten_konyoya_ranking_display_td {
	width: 150px;
	text-align: right;
}

.rakuten_konyoya_ranking_display_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

#rakuten_konyoya_ranking_display_table {
	border: none;
	width: 100%;
}
/* -----------------------------------------------------------------
   　　楽天商品レビューリアルタイム表示      
----------------------------------------------------------------- */
.rakuten_shop_reviw_display_td {
	width: 150px;
	text-align: right;
}

.rakuten_shop_reviw_display_font {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

#rakuten_shop_reviw_display_table {
	border: none;
	width: 100%;
}
/* add by isc_fth 2014/01/26 end */
.rakuten_goods_ranking_create_td {
	width:145px;
	text-align:right;
}
.rakuten_goods_ranking_create_font_td {
	width:80px;
	text-align:right;
}
.rakuten_goods_ranking_create_img_td {
	width:80px;
	text-align:right;
}
.rakuten_goods_ranking_create_font {
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

#rakuten_goods_ranking_create_table {
	border:none;
	width:100%;
}


/* add by isc_cd 2013/01/16 end  */

.asuraku_date_auto_display_font {
	font-size: 12px;
	font-weight: bold;
}
