/*20130820 tokita manual start*/

.manual table {
border: 1px #000000 solid;
}

.manual td {
border: 1px #FF0000 solid;
}

/*20130820 tokita manual end*/
/*supplier*/
/*kadota*/
.othermain{
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:1.7em;
	text-align:center;
}

#othermission1{
	margin-top:30px;
}

#othermission2{
	font-size:23px;
	font-family:"メイリオ";
}

#othermission3{
	margin-top:30px;
	margin-bottom:20px;
}

#othermission4{
	text-align:left;
	font-size:17px;
}

#othermission5{
	text-align:left;
}

#othermission7{
	width:280px;
	height:63px;
	text-align:center;
	margin-bottom:40px;
}

/*kadota*/
/*buttonのcss*/
.pulldown_open {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.to_issue {
	float: right;
	text-align: center;
	padding: 0;
	margin: 0 10px 10px 0;
}
/*kadota*/


.to_issue2{
	text-align:center;
	margin-bottom:40px;
	width:272px;
	height:65px;
	margin-left: auto;
	margin-right: auto;
}

.btn_bk2:hover{
	background-color: #32A4DA;
}

.to_issue2 a.btn_bk2 {
	display: block;
	padding: 25px 30px 20px 30px;
	font-weight: bold;
	line-height: 1.3em;

}
a.btn_bk2 {
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-decoration:none;
	background-color: #0239c2;
}

.btn_bk2 :active {
	background-color:#fa6414;
}

/*kadota*/
.btn_bk:hover{
	background-color: #32A4DA;
}


.to_issue a.btn_bk {
	display: block;
	padding: 25px 30px 20px 30px;
	font-weight: bold;
	line-height: 1.3em;
}

.btn_bk {
	-webkit-border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-decoration:none;
	background-color: #fa6414;
}

.btn_bk :active {
	background-color: #32A4DA;
}

.other_pr_text{
	text-align: left;
	font-size: 25px;
	/*--line-height: 1.6;*/
	padding: 10px 20px;
	margin: 10px;
	border-color: #aaa;
	border: 1px;
	border: medium solid #2173b2;
	color: #2173b2;
	font-weight: bolder;
}
.other_pr_point{
	text-align: center;
	width: 120px;
	font-size: 16px;
	padding: 2px 3px;
	border: 2px solid #2173b2;
	color: #2173b2;
	font-weight: bolder;
}


.other_flow{
	float: left;
	width:182px;
	height:155px;
	margin-right:13px;
	text-align:left;
}


.other_qa_1{
	background-color:#F2F2F2;
	padding: 10px;
}
.other_qa_2{
	background-color:#FaFaFa;
	padding: 10px;
}
/*buttonのcss*/
/*supplier*/


/*buyer*/
.otherB_main{
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:1.7em;
	text-align:center;
}

#otherBmission2{
	font-size:23px;
	font-family:"メイリオ";
}


.otherB_pr_text{
	text-align: left;
	font-size: 25px;
	/*--line-height: 1.6;*/
	padding: 10px 20px;
	margin: 10px;
	border-color: #aaa;
	border: 1px;
	border: medium solid #2173b2;
	color: #2173b2;
	font-weight: bolder;
}

.otherB_pr_text1{
	text-align: left;
	font-size: 20px;

}

#otherBmission5{
        text-align:left;
        margin-top:30px;
}

.otherB_qa_1{
	background-color:#F2F2F2;
	padding: 10px;
}
.otherB_qa_2{
	background-color:#FaFaFa;
	padding: 10px;
}

.otherBmission6{
        text-align:left;
        margin-top:40px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
}

/* 20130910 minagawa start */
/* カテゴリー一覧 */

#category_list_title{

	width:890px;
	font-size:1.6em;
	font-weight:bold;
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding-left:10px;
	color:#FFFFFF;
	background-color:#1F7BE5;
	
}
#category_frame{
	width:870px;
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:40px;
	padding:15px;
	background-image:url('../../../img/back_02.gif');
}
#category_list_table{

	width:870px;
	margin-right:auto;
	margin-left:auto;
	border-collapse:collapse;
	border:solid 2px #6C7177;
}

#category_list_table td{
	padding-top:10px;
	padding-right:20px;
	padding-left:20px;
	border:solid 2px #6C7177;
	background-color:#FFFFFF;
}
#category_list_table ul{
	margin-right:0;
	margin-left: 0;
	margin-bottom:10px;
	padding-right:0;
	padding-left: 0;

}

#category_list_table li{
	font-size:1.0em;
	list-style:none;
}


.category_title{
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	/*color:#FFFFFF;*/
	background-color:#E8F3FF;
	border-radius: 5px;

}

/* 20130910 minagawa end */

/* 20130911 kadota start */
#other_import_table{
	width: 725px;
	margin: 0 0 4px 0;
	padding: 10px 10px 10px 10px;
	background-image:url(../../../../mall/img/back_02.gif);
}
.other_import{
	width:100%;
	background:#FFF;
	border:1px solid #CCC;
	border-collapse: collapse;
}
.other_import th{
	border-collapse: collapse;
	border:1px solid #CCC;
}
.other_import td{
	border-collapse: collapse;
	border:1px solid #CCC;
}

/* 20130911 kadota end */

/* 20131204 start */

.other_import td,.other_import th{
	padding: 7px 5px 5px 5px;
}

/* 20131204 end */

