html,
body {
    margin: 0;
    padding: 0;
	/* Footer stick */
	height: 100%;
}

html {
    background: #fff;
	font: 12px/18px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}


/* Common */
form {
	margin: 0;
}

a {
	color: #00008b;
	text-decoration: none;
}

a:hover {
	color: #CA0000;
	text-decoration: underline;
}

input,
select,
textarea {
	font: 12px/16px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.ime-on { ime-mode: active; }
input.ime-off { ime-mode: disabled; }
textarea.ime-none { ime-mode: inactive; }

.none-area {
	display: none;
}

.memo-area {
	color: #003300;
	background-color: #E7FEEB;
	border: 1px solid #003300;
	padding: 5px;
}
.memo-area2 {
	color: #003300;
	background-color: #E7FEEB;
	border: 1px solid #003300;
	padding: 2px;
}
.dummy-area {
	position:absolute;
	top:0px;
	right:0px;
}

.error-message {
    color: #CA0000;
}

.system-message {
	color: #007900;
	font-weight: bold;
}

.error-header {
    color: #ffffff;
	background-color: #CA0000;
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
	margin-bottom: 10px;
}

.error-box {
	border: 1px solid #CA0000;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: -10px;
	color: #CA0000;
}

.error_input,
.form-error {
	background-color: #FFD7EB;
}

.warning-header {
	background-color: #FFFF99;
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
	margin-bottom: 10px;
}

/* paninate current */
.current {
	color: #CA0000;
	font-weight: bold;
}


img {
	border: none;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
	border:1px solid #cccccc;
}

table th,
table td {
  padding:5px;
  border:1px solid #cccccc;
  text-align: left;
  font-weight:normal;
  vertical-align: top;
}

table th {
  background:#00008B;
  white-space: nowrap;
  color:#ffffff;
}

.no-border {
	border: none !important;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top{
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space:nowrap;
}

/* color */
.bg-orange {
	background-color: #FFCC66;
}

.bg-yellow2 {
	background-color: #FFFFCC;
}

.bg-yellow {
	background-color: #FFFF99;
}

.bg-pink {
	background-color: #FFD7EB;
}

.bg-red {
	background-color: #FF3E3E;
}

.bg-bule {
	background-color: #E6F7FF;
}

.bg-green {
	background-color: #BCFBAA;
}

.bg-green2 {
	background-color: #ccffcc;
}

.bg-glay {
	background-color: #E6F7FF;
}

.bg-cancel {
	background-color: #eeeeee;
}

.bg-cancel { background-color: rgb(238, 238, 238); }

/* ・ｽ・ｽ・ｽ・ｽ */
.bg-status1 {
	background-color: #afeeee;
}

/* ・ｽd・ｽ・ｽ */
.bg-status2 {
	background-color: #1e90ff;
	color: #000000;
}

/* ・ｽ[・ｽi */
.bg-status3 {
	background-color: #90ee90;
}

/* ・ｽ・ｽ・ｽ・ｽ */
.bg-status4 {
	background-color: #3cb371;
	color: #000;
}

/* ・ｽﾝ鯉ｿｽ */
.bg-status9 {
	background-color: #696969;
	color: #FFF;
}

/* ・ｽL・ｽ・ｽ・ｽ・ｽ・ｽZ・ｽ・ｽ */
.bg-status99 {
	background-color: #c0c0c0;
	color: #fff;
}


/*  */
.bg-status8 {
	color: #000;
	background-color: #ffff55;
}
.misyounin {
	color: #808080;
}

.font-yellow {
	color: #FFFF99;
}

.font-red {
	color: #CA0000;
}

.font-orenge {
	color: #FF6600;
}

.font-sky {
	color: #029ce2;
}

.font-green {
	color: #008000;
}

.font-green3 {
	color: #004000;
}

.font-gray {
	color: #888888;
}

.white-link a{
	color: #ffffff;
}
.white-ink a:hover {
	text-decoration: underline;
}

.font-free{
	font-size:10px;

}

/* Warp */
#wrap {
	width: 1050px;
	height: auto !important;
    height: 100%;
	min-height: 100%;
	margin: 0 auto -30px;
	border: solid 1px #666666;
	position:relative;
}

/* Header */

#header,
#footer {
	width: 1050px;
	height: 26px;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
	background-color: #00008b;
	background-repeat: repeat-x;
}

#header {
	height: 40px;
}

    #header a,
	#footer a {
    	text-decoration: none;
        color: #fff;
		font-weight: bold;
    }

#site-title {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	display: block;
	padding: 3px 12px 12px;
	height: 33px;
}



#login-info{
	float: right;
	padding: 16px 12px 3px;
    height: 20px;
}

#login-info a:hover {
	color: #fff400;
}

/* topNavi */
#topNavi{
	position: absolute;
	clear: both;
	padding: 0 0 0 15px;
	height: 25px;
	width :500px;
	margin: 0px;
	left: 200px;
	top: 14px;
	text-align: right;
}

#topNavi ul{
	height: 25px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topNavi ul li{
	float: left;
	position: relative;
	height: 27px;
	/*width: 100px;*/
	margin: 0px 20px 0 0;
	line-height:25px;
	text-decoration: none;
	color: #f2f2f2;
	font-size: 12px;
}

#topNavi a{
	display: block;
	height: 27px;
	/*width: 100px;*/
	line-height:25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	color: #f2f2f2;
}

#topNavi a:hover,
#topNavi a:active{
	color: #fff400;
}

.navi2, .navi2 a {
	width: 40px;
}

.navi3, .navi3 a {
	width: 50px;
}

.navi4, .navi4 a {
	width: 60px;
}

.navi5, .navi5 a {
	width: 70px;
}

.navi6, .navi6 a {
	width: 80px;
}

/*・ｽv・ｽ・ｽ・ｽ_・ｽE・ｽ・ｽ・ｽ・ｽ・ｽj・ｽ・ｽ・ｽ[(topNavi)*/
#topNavi ul li table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
}
#topNavi ul li table td {
	border: none;
	visibility:hidden;
}

#topNavi ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 26px;
	left: 0px;
	height: 0;
	z-index: 150;
	border: none;
	width: 180px;
}
#topNavi ul li ul li {
	background-image: none;
	margin-bottom: 0;
	background-color: #00008B;
	height:25px;
	width: 180px;
	padding:0;
	text-indent: 5px;
	line-height:25px;
	text-align:left;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
}

#topNavi ul li ul li a {
	display: block;
	background-image: none;
	background-color: #bbbbbb;
	height:25px;
	width: 175px;
	padding:0 0 0 5px;
	line-height:25px;
	text-align:left;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
}

#topNavi ul li:hover ul,
#topNavi ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
	color: #ffffff;
}

#topNavi ul li a:hover {
	position: relative;
}

#topNavi ul li ul li a:hover {
	position: relative;
	z-index: 100;
	background-image: none;
	background-color: #808080;
	color: #ffffff;
}

/* Main */

#main {
	padding: 10px 10px 40px 10px;
	margin: 0px;
}

/*
* html #main {
	 padding: 0 20px 40px 20px;
}
*/
	#main h2 {
		margin: 0 0 10px;
		font-size: 16px;
		border-width: 1px;
		border-style: solid;
		border-color: #888888;
		border-left-width: 5px;
		border-left-style: solid;
		border-left-color: #00008b;
		text-indent: 5px;
		line-height: 25px;
		height: 25px;
	}

		#main h2 a{
			margin: 0 0 10px 0;
			font-size: 14px;
		}

	#main h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00008b;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00008b;
	text-indent: 5px;
	}

	#main p {
		margin: 0 0 10px 0;
	}

	#main .h2-table {
		margin: 0 0 10px 3px;
		font-size: 16px;
		border: none;
		border-width: 1px;
		border-style: solid;
		border-color: #888888;
		border-left-width: 5px;
		border-left-style: solid;
		border-left-color: #00008b;
		text-indent: 5px;
		/*background-color: #eeeeee;*/
		line-height: 25px;
		height: 25px;
		padding: 0px;
	}
	#main .h2-table {
		_margin-left: 0px;
	}

	#main .h2-table td {
		border: none;
		padding: 0px;
		font-weight: bold;
	}

.clear {
	display: block;
	clear: both;
	height: 1px;
	margin-top: -1px;
}

/* Search */
#search {
	display: block;
}

#search-disp {
	display: none;
}

#search-none {
	display: inline;
}

/* Jyutyuu */
#jyutyuu-area {
	display: none;
}

#jyutyuu-disp {
	display: inline;
}

#jyutyuu-none {
	display: none;
}

/* Charge */
#charge-header-box,
#charge-boxin {
	display: none;
}

/* Footer */

#footer {
	width: 1050px;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 6px 0 0 0;
	height: 23px;
	margin: 0 auto;
}

    #footer a {
    	color: #e5e5e5;
		font-weight: normal;
    }


.list,
.list th,
.list td {
  border:1px solid #cccccc;
  padding:2px;
}

.list th {
  text-align: center;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
	border:1px solid #cccccc;
}

th {
	font-size: 10px;
}

.box {
    padding: 10px 10px 0;
	margin: 0 0 10px 0;
	/*background-color: #eeeeee;]*/
	border: solid #00008b 1px;
}

.topbox {
	background-color: #00008B;
    padding: 5px 10px;
	margin: 0 0 5px 0;
	border: solid #ffffff 1px;
	color: #ffffff;
}

.box table {
	border:none;
}

.box table tr th,
.box table tr td {
	border: none;
	border-bottom: solid 1px #cccccc;
	font-size: 100%;
}

.inner-table,
.inner-table2,
.inner_teble3,
.header-table {
	width:100%;
	margin: 0;
	border:none;
}

.inner-table3 tr th {
	background-color: #ECF5FE;
	color:#000000;
}

.inner-table3 tr th,
.inner-table3 tr td {
  padding-top:0px;
  padding-left: 5px;
  padding-bottom: 0px;
  border:1px solid #555555;
  font-size:12px;
}


.inner-table tr th,
.inner-table tr td,
.header-table tr th,
.header-table tr td {
	padding:0px;
	border:none;
	font-size: 100%;
}

.inner-table2 th {
	background-color: #98DDFE;
}

.h2-inner {
	background-color: #eeeeee;
	margin: 0 0 10px;
}

.table-join-bottom,
.table-join-bottom th,
.table-join-bottom td {
	border-bottom: none;
	margin-bottom: 0px;
}

#main .h2-inner-h2 {
	margin: 0px;
}

#main .h2-meisai {
	border: none;
	background-color: #ffffff;
}

.box .inner-table2,
.box .inner-table2 tr th,
.box .inner-table2 tr td {
	border:1px solid #4FC5FD;
}

.header-table {
	margin-bottom: 3px;
}

#main .header-comment {
	margin-bottom: 3px;
}

.border-table tr th,
.border-table tr td {
  padding:5px;
  border:1px solid #cccccc;
  font-weight:normal;
}

.border-table tr th {
  background:#E6F7FF;
  white-space: nowrap;
}


.scroll-box {
	overflow: auto;
	height: 100px;
	width: 100%;
	padding: 1px;
}

.bold-border td {
	padding: 0px;
	background-color: #cccccc;
	height:3px;
}

/* ・ｽK・ｽb・ｽW・ｽF・ｽb・ｽg・ｽ・ｽ・ｽp・ｽ[・ｽc・ｽ・ｽ` */

#main .mod-box {
	border: 1px solid #cccccc;
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
}

#main .mod-box h2 {
	background-color: #eeeeee;
	border: none;
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	height: 23px;
	padding: 0 5px;
}

#main .mod-box h2 a {
	font-size: 12px;
}

#main .mod-boxin {
	border: none;
	padding: 10px;
	overflow: auto;
}

#main .mod-box th,
#main .mod-boxin th {
	font-size: 10px;
}


#top-h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#top-h1 select {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 4px;
}

#top-h2 select {
	font-size: 12px;
}

/* ・ｽg・ｽb・ｽv・ｽy・ｽ[・ｽW */

#customer-box {
	margin: 0px;
	padding: 0px;
	height: 470px;
	overflow-y: auto;
}

#customer-box td.customerSelect:hover {
	cursor: pointer;
}

#main #today-box {
	width: 598px;
	border: 1px solid #cccccc;
	font-size: 12px;
}

#main #today-box table,
#main #today-box table th,
#main #today-box table td {
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 0;
}

#main #today-boxin {
	width: 598px;
	height: 99px;
	padding: 0;
	overflow: hidden;
}

#daily_data_title {
	position:relative;

}
#update_daily_data{
   background-image: url("../img/redo2.png");
   width:18px;
   height:18px;
   display:block;
   text-indent:-9999px;
   position:absolute;
   left:150px;
   top:2px;
   border:none;
   background-color:transparent;
}
#update_daily_data:hover{
   background-image: url("../img/redo4.png");
}

#main #jisseki-box-title {
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	font-size: 12px;
	line-height: 20px;
	height: 23px;
	padding: 0 5px;
	margin: 0;
}

#main #jisseki-box-title a {
	font-size: 12px;
}

#main #jisseki-box-item {
	width: 80px;
}

#main #jisseki-box {
	position: relative;
}

#main #branch-box,
#main #charge-box {
	width: 340px;
	overflow-x: auto;
	position: absolute;
	top: 0px;
	left: 79px;
	border-left: 1px solid #cccccc;
}

#main #branch-boxin,
#main #charge-boxin {
	padding: 0;
}

#main #jisseki-box-item th,
#main #jisseki-box-item td,
#main #branch-box #branch-boxin table,
#main #branch-box #branch-boxin table th,
#main #branch-box #branch-boxin table td,
#main #charge-box #charge-boxin table,
#main #charge-box #charge-boxin table th,
#main #charge-box #charge-boxin table td {
	border: 1px solid #cccccc;
	border-left: none;
	padding: 3px;
	margin: 0;
}



/* ﴀ＀ﴀ＀ﴀ＀ﴀ＀ﴀ＀yﴀ＀[ﴀ＀W */
#main #dealing-box {
	width: 228px;
	border: 1px solid #cccccc;
	font-size: 12px;
}

#main #dealing-box table,
#main #dealing-box table th,
#main #dealing-box table td {
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 0;
}

#main #dealing-boxin {
	width: 228px;
	height: 438px;
	padding: 0;
}

/*ﴀ＀ﴀ＀ﴀ＀ﴀ＀ﴀ＀ﴀ＀ﴀ＀*/
#main #order-box {
	width: 608px;
	border: 1px solid #cccccc;
	margin-left: 12px;
}

#main #order-box table,
#main #order-box table th,
#main #order-box table td {
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 0;
}


#main #genshi-order-boxin,
#main #kakou-order-boxin {
	width: 607px;
	height: 413px;
	padding: 0;
}

#main #maker-order-boxin {
	width: 603px;
	height: 418px;
	padding: 10px;
}

#main #genshi-order-boxin table,
#main #kakou-order-boxin table {
	width: 603px;
}

#main #order-box .row-1 { /*ﴀ＀ﴀ＀ﴀ＀t*/
	width: 38px;
}
#main #order-box .row-1 { /*ﴀ＀ﴀ＀]ﴀ＀[ﴀ＀ﴀ＀(ﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀Aﴀ＀ﴀ＀ﴀ＀ﴀ＀)*/
	width: 42px;
}
#main #order-box .row-1-2 { /*ﴀ＀ﴀ＀ﴀ＀t(ﴀ＀oﴀ＀Aﴀ＀ﴀ＀)*/
	width: 55px;
}

#main #order-box .row-2 { /*ﴀ＀ﴀ＀ﴀ＀ﾐ硬ﴀ＀ﴀ＀*/
	width: 101px;
}

#main #order-box .row-3 { /*ﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀ﴀ＀ﴀ＀j*/
	width: 122px;
}

#main #order-box .row-3-2 { /*ﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀ﴀ＀ﴀ＀Aﴀ＀dﴀ＀ﴀ＀ﴀ＀j*/
	width: 159px;
}

#main #order-box .row-4 { /*ﴀ＀Tﴀ＀Cﴀ＀Y*/
	width: 135px;
}

#main #order-box .row-5 { /*ﴀ＀Pﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀ﴀ＀ﴀ＀j*/
	width: 70px;
}

#main #order-box .row-6 { /*ﴀ＀Gﴀ＀hﴀ＀ﴀ＀ﴀ＀ﴀ＀*/
	width: 120px;
}

#main #order-box .row-7 { /*ﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀j*/
	width: 108px;
}

#main #order-box .row-7-2 { /*ﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀Aﴀ＀dﴀ＀ﴀ＀ﴀ＀j*/
	width: 175px;
}

#main #order-box .row-7-3 { /*ﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀j*/
	width: 379px;
}

#main #order-box .row-8 { /*ﴀ＀ﴀ＀ﴀ＀ﴀ＀*/
	width: 90px;
}
#main #order-box .row-8-1 { /*ﴀ＀ﴀ＀ﴀ＀ﴀ＀*/
	width: 284px;
}

#main #order-box .row-9 { /*ﴀ＀Pﴀ＀ﴀ＀ﴀ＀iﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀j*/
	width: 55px;
}

#main #order-box .row-10 { /*ﴀ＀ﴀ＀ﴀ＀Hﴀ＀ﴀ＀ﴀ＀eﴀ＀j*/
	width: 50px;
}

#main #order-box .row-11 { /*ﴀ＀Tﴀ＀Cﴀ＀Yﴀ＀iﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀j*/
	width: 114px;
}

#main #order-box .row-11-2 { /*ﴀ＀Tﴀ＀Cﴀ＀Yﴀ＀iﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀Aﴀ＀dﴀ＀ﴀ＀ﴀ＀j*/
	width: 124px;
}
#main #order-box .row-12 { /*ﴀ＀ﾛ⌒iﴀ＀ﴀ＀ﴀ＀Hﴀ＀iﴀ＀j*/
	width: 13px;
}
#menu-box {
	width: 148px;
}
#menu-boxin {
	width: 148px;
	height: 418px;
}

#menu-boxin p {
	margin-bottom: 7px;
}
/* ・ｽ・ｽ・ｽO・ｽC・ｽ・ｽ・ｽy・ｽ[・ｽW */
#login {
	background:url(../img/bg.jpg) no-repeat 293px 70px;
	color:#FFFFFF;
	height:350px;
	padding: 100px;
}

#login table {
	margin : 0 auto;
	width: 300px;
	border: none;
}

#login  table th, #login table td {
	border: none;
}
#error {
	text-align: center;
	color: #FF0000;
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽy・ｽ[・ｽW */
#genshi-list {
	width: 480px;
	height: 323px;
	overflow: auto;
	border: 1px solid #555555;
}

#genshi-list table {
	margin: 0px;
}

/* ・ｽ・ｽ・ｽH・ｽ・ｽ・ｽ・ｽ・ｽy・ｽ[・ｽW */
#product-list {
	width: 400px;
	height: 365px;
	overflow: auto;
	border: 1px solid #555555;
}

#product-list table {
	margin: 0px;
}

/* ・ｽ・ｽ・ｽi・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽﾝペ・ｽ[・ｽW */
.list .row-13 { /*・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽﾊ　・ｽ\・ｽ・ｽo・ｽﾗ撰ｿｽ*/
	width: 80px;
}

.list .row-14 { /*・ｽ・ｽ・ｽi・ｽ・ｽ*/
	width: 379px;
}

.list .row-15 { /*・ｽ@・ｽ\・ｽ・ｽ・ｽ・ｽz・ｽ@*/
	width: 110px;
}

.list .row-16 { /*testBox*/
	width: 80px;
}

.list .row-17 { /*・ｽ・ｽ・ｽ[*/
	width: 28px;
}
.list .row-18 { /*・ｽ・ｽ・ｽﾓ先注・ｽ・ｽ*/
	width: 70px;
}


.font-10{
	font-size:10px !important;
}

.font-11{
	font-size:11px !important;
}

.font-12{
	font-size:12px !important;
	font-weight: normal;
}

.pg3230 {
	padding: 3px 2px 3px 0px !important;
}

.payment-border {border-left: solid 2px #aaa !important;}


.fs-ml {font-size: 14px !important;}
.fs-xl {font-size: 16px !important;}

.fw-b {font-weight: bold !important;}

.p5  {padding: 5px}
.p10 {padding: 10px}
.p15 {padding: 15px}
.p20 {padding: 20px}

.pb5  {padding-bottom: 5px}
.pb10 {padding-bottom: 10px}
.pb15 {padding-bottom: 15px}
.pb20 {padding-bottom: 20px}

.m5  {margin: 5px}
.m10 {margin: 10px}
.m15 {margin: 15px}
.m20 {margin: 20px}

.mb5  {margin-bottom: 5px}
.mb10 {margin-bottom: 10px}
.mb15 {margin-bottom: 15px}
.mb20 {margin-bottom: 20px}

.scroll-list{
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
	max-height: 100px;
	overflow-y: auto;

}
.scroll-list > li{
	margin-bottom:2px;
	word-break: break-all;
}

.inc-button{
	position:relative;
}
.inc-button .submit-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	font:12px/16px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.d-none{
	display: none;
}
.d-inline-block{
	display:inline-block;
}
.mr10{
	margin-right: 10px;
}

.renraku-space{

}
.renraku-header{
	margin-bottom: 8px;
}
.renraku-date{
	font-weight: bold;
}
#main h3.renraku-title{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00008b;
	border-left-width: 0;
	border-left-style: none;
	text-indent: 0;
	margin-bottom: 0;
	line-height: 1.3;
}
.renraku-contents{
	padding-top:14px;
	padding-bottom: 24px;
}
.renraku-attaches{
	border: thin dashed #00008B;
	border-radius: 2px;
}
.renraku-attaches .renraku-attaches-header{
	position: relative;
	padding-bottom: 14px;

}
.renraku-attaches .renraku-attaches-header > span{
	position: absolute;
	left: 6px;
	border: thin solid #00008b;
	border-radius: 2px;
	background-color: #fff;
	padding: 2px 6px;
	top: -12px;
}
.renraku-attaches-inner{
	padding: 4px 4px 4px 8px;
}
.renraku-attaches-inner > div{
	margin-bottom: 2px;
}