/*
 modal コンテンツ
*/



/*--------------------------------------------------------
	common
----------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal-scrollable {
	background-color: rgba(0, 0, 0, .6);
	overflow: auto !important;
	z-index: 50;
}

.modal {
	background: #FFF;
	display: none;
	height: 90%;
	left: 50%;
	margin-left: -398px;
	position: absolute;
	top: 52%;
	width: 798px;
}

.modalWide {
	margin-left: -520px;
	width: 1000px !important;
	height: 80%;
}

.modalSP {
	top: 10% !important;
	left: 10% !important;
	width: 80% !important;
	height: 60% !important;
}

/* 孫modal */
.modal.gs {
	height: 60%;
	margin-left: -348px;
	width: 698px;
}

/* 見出し */
.modal-header {
	left: 0;
	position: absolute;
	top: -36px;
	width: 100%;
}

.modal-header .close {
	background: url(../img/lightbox/icon_light_close.png) no-repeat center center #CBE1F6;
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 36px;
	z-index: 10;
}

.light-ttl {
	background: url(../img/lightbox/icon_light_ttl.png) no-repeat 10px center #CBE1F6;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 30px;
	position: relative;
	text-align: left;
	z-index: 10;
}

/* コンテンツ */
.modal-body,
.modal-body-sp {
	background: #FFF;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	overflow: auto;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.modal-body-Wide {
	max-height: 1000px !important;
	min-height: 500px !important;
	left: 0;
	overflow: scroll;
}

.modal-body > p {
	clear: both;
	font-size: 15px;
	padding-left: 34px;
	text-align: left;
}

/* トップへ */
.modal-totop {
	padding-bottom: 10px;
	text-align: right !important;
}

.modal-totop span {
	cursor: pointer;
}

/* 検索窓 */
.search-bl {
	position: absolute;
	right: 20px;
	top: 20px;
}

.search-bl input[type="text"] {
	height: 25px;
	line-height: 1.3em;
	margin: 0;
}

.ie .search-bl input[type="text"] {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6em;
}

.search-bl .gNavBtn {
	background: url(../img/bg_formbtn.gif) no-repeat;
	margin: 0;
	position: relative;
	top: 0;
}

/* ソート可能リスト */
.sortable li {
	cursor: pointer;
}

/* エラーメッセージ */
.error-txt {
	font-size: 12px;
	line-height: 20px !important;
}


/*---------------------------------------------- リストのスタイル
*/
.list-btn .bu_btn a {
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.list-btn .btn_sort a {
	background: #FFF;
}

.modal-body > ul {
	box-sizing: border-box;
	clear: both;
	list-style: none;
	padding: 0 0 0 30px;
	text-align: left;
	width: 100%;
}

.modal-body > ul li {
	box-sizing: border-box;
	font-size: 16px;
	padding: 5px;
	min-height: 40px;
}

.modal-body > ul li:hover {
	background-color: #F5F5F5;
}

.modal-body > ul li input[type="checkbox"] {
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.modal-body-sp > ul {
	box-sizing: border-box;
	clear: both;
	list-style: none;
	text-align: left;
}
.list-twice li {
	float: left;
	width: 50%;
}

.list-mybox li p.eip span{
    padding-right: 150px;
}

/*---------------------------------------------- メーカー一覧
*/
#maker a {
	text-decoration: underline;
}

#maker a:hover {
	text-decoration: none;
}

#maker ol {
	list-style: none;
	padding: 0;
}

#maker ol li {
	display: inline-block;
}

#maker ol li a {
	display: inline-block;
	padding: 3px 15px;
}

#maker table {
	margin-bottom: 10px;
	table-layout: fixed;
	width: 100%;
}

#maker table th,
#maker table td {
	border: 1px solid #C2C2C2;
	padding: 5px 10px;
}

#maker table th {
	background: #CBE1F6;
	text-align: center;
}

#maker table td {
	text-align: left;
}


/*---------------------------------------------- 発注情報登録
*/
#orderDetail-tab {
	padding: 0;
}

#orderDetail-tab li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}

#orderDetail-tab li label {
	border: 1px solid #C2C2C2;
	cursor: pointer;
	display: block;
	padding: 5px 0 4px 0;
	text-align: center;
	width: 150px;
}

#orderDetail-tab li input:checked + label {
	background: #CCE1F6;
}

#orderDetail-tab li input {
	display: none;
}

.orderDetail-contents {
	clear: both;
	display: none;
}

.orderDetail-contents:first-of-type {
	display: block;
}

.orderDetail-contents .ttl {
	background: #EEE;
	border: 1px solid #C2C2C2;
	margin-bottom: 5px;
	padding: 8px 10px 7px 10px;
	text-align: left;
}

.orderDetail-contents .bu_btn {
	float: none;
	margin-bottom: 5px;
}

.orderDetail-contents .bu_btn a {
	background: #FFF;
	border: 1px solid #C2C2C2;
	cursor: pointer;
	float: none;
	padding: 8px 20px 0 20px;
}

.orderDetail-contents .bu_btn a:hover {
	background: #F6F6F6;
	text-decoration: none;
}


/*---------------------------------------------- 発注情報登録 発注情報
*/
#orderDetail-table {
	margin-bottom: 20px;
	width: 100%;
}

.oreder-table th,
.oreder-table td {
	border: 1px solid #C2C2C2;
	vertical-align: top;
}

.oreder-table th {
	background: #EEE;
	padding: 12px 10px;
}

#orderDetail-table th {
	width: 100px;
}

.oreder-table td {
	text-align: left;
	padding: 5px 10px;
}

.oreder-table input[type="text"],
.oreder-table select,
.oreder-table textarea {
	border: 1px solid #C3C3C3;
	font-size: 14px;
	padding: 3px 5px;
}

.oreder-table input[type="text"],
.oreder-table select {
	box-sizing: border-box;
	height: 30px;
}

.oreder-table select {
	width: 200px;
}

.oreder-table label {
	margin-right: 10px;
}

.oreder-table input[type="radio"],
.oreder-table input[type="checkbox"] {
	margin-right: 3px;
	position: relative;
	top: 1px;
}

.genbaName-bl input,
.genbaName-bl a,
.genbaName-bl p {
	float: left;
	margin-bottom: 5px;
}

.input-genbaName {
	width: 300px;
}

#orderDetail-table .form-btn {
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	margin: 0 5px 0 0;
	padding: 0 20px;
	width: auto;
}

.genbaName-bl p {
	line-height: 30px;
}

#create-genba {
	clear: both;
}

#create-genba,
#create-genba + label {
	float: left;
	margin-bottom: 10px;
}

#orderDetail-sub-table {
	clear: both;
	display: none;
}

#create-genba:checked ~ #orderDetail-sub-table {
	display: block;
}

#orderDetail-sub-table th,
#orderDetail-sub-table td {
	border: none;
}

#orderDetail-sub-table th {
	background: #F6F6F6;
}

.oreder-table .zip {
	width: 104px;
}

.oreder-table .zip:nth-of-type(2) {
	margin-right: 5px;
}

.oreder-table .address {
	margin-right: 5px;
	width: 340px;
}

.oreder-table .tel {
	width: 104px;
}

.oreder-table .tel:nth-of-type(3) {
	margin-right: 5px;
}

.input-no {
	margin-right: 5px;
	width: 340px;
}

#nohin-td {
	line-height: 30px;
}

#nohin-all ~ span {
	color: #CCC;
}

#nohin-all:checked ~ span {
	color: #333;
}

#nohin-all ~ span input {
	background: #F0F0F0;
	border-color: #DDD !important;
	margin: 0 5px 0 10px;
	width: 50px;
}

#nohin-all:checked ~ span input {
	background: #FFF;
	border-color: #C3C3C3 !important;
}

#orderDetail-table textarea {
	height: 80px;
	margin-bottom: 5px;
	width: 95%;
}

#orderDetail-table input[type=file] {
	border: none;
	font-size: 14px;
}


/*---------------------------------------------- 発注情報登録 担当者一覧
*/
#parson-table {
	margin-bottom: 10px;
	width: 100%;
}

#parson-table th,
#parson-table td {
	border: 1px solid #C2C2C2;
}

#parson-table th {
	background: #EEE;
	padding: 7px 0;
	text-align: center;
}

#parson-table td {
	padding: 20px 20px;
	position: relative;
	text-align: left;
}

#parson-table td div {
	position: absolute;
	right: 10px;
	top: 10px;
}

#parson-table td div a {
	display: block;
	margin-bottom: 3px;
	text-decoration: underline;
}

#parson-table td div a:hover {
	text-decoration: none;
}


/*---------------------------------------------- 発注情報登録 担当者新規登録
*/
.orderPason table {
	margin-bottom: 20px;
	width: 100%;
}

.orderPason th,
.orderPason td {
	padding: 15px;
	text-align: left;
}

.orderPason td input[type="text"] {
	border: 1px solid #C3C3C3;
	box-sizing: border-box;
	font-size: 14px;
	height: 30px;
	margin-right: 5px;
	padding: 3px 5px;
	width: 340px;
}

.orderPason td label {
	margin-right: 20px;
}

.orderPason td input[type="checkbox"] {
	margin-right: 3px;
	position: relative;
	top: 1px;
}


/*---------------------------------------------- 発注情報登録 現場名一覧
*/
#genba-table {
	margin-bottom: 20px;
	table-layout: fixed;
	width: 100%;
}

#genba-table th,
#genba-table td {
	border: 1px solid #C3C3C3;
	padding: 5px 10px;
}

#genba-table a {
	text-decoration: underline;
}

#genba-table a:hover {
	text-decoration: none;
}

#genba-table th {
	background: #EEE;
	text-align: center;
}

#genba-table th:first-of-type {
	width: 100px;
}

#genba-table th:last-of-type {
	width: 30px;
}

#genba-table td {
	text-align: left;
}

#genba-table .no-mrg {
	padding: 0;
}

#genba-table .no-mrg div {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
}

#genba-table .no-mrg div:first-of-type {
	border-bottom: 1px solid #C3C3C3;
}


/*---------------------------------------------- 発注情報登録 現場名新規登録
*/
.genbaCreate-table {
	margin: 0 auto 20px auto;
	width: 92%;
}

.genbaCreate-table th,
.genbaCreate-table td {
	border: none;
}

.genbaCreate-table th {
	width: 140px;
}

.genbaCreate-table th span {
	color: #F00;
}

.genbaCreate-table td {
	text-align: left;
}

.genbaCreate-table td input[type="text"],
.genbaCreate-table td select {
	border: 1px solid #C3C3C3;
	box-sizing: border-box;
	font-size: 14px;
	height: 30px;
	padding: 3px 5px;
}

.genbaCreate-table .address {
	width: 320px;
}

.genbaCreate-table .datepicker {
	width: 158px;
}


/*---------------------------------------------- MyBoxリスト
*/
#editMyBox .list-btn,
#setMyBox .list-btn  ,
#setMyBoxOya .list-btn{
	height: 30px;
	position: relative;
}

#editMyBox .list-btn .bu_btn {
	position: absolute;
	right: 0;
}

#editMyBox .list-btn .bu_btn a,
#setMyBox .list-btn .bu_btn a  ,
#setMyBoxOya .list-btn .bu_btn a {
	padding: 8px 10px 0 10px;
	width: auto;
}

#setMyBox .list-btn,
#setMyBoxOya .list-btn {
	text-align: right;
}

#setMyBox .list-btn .bu_btn
#setMyBoxOya .list-btn .bu_btn{
	display: inline-block;
	float: none;
}

.modal-body .list-mybox {
	padding-left: 0;
}

.list-mybox li {
	background: #FFF;
	border: 1px solid #C2C2C2;
	margin-bottom: 5px;
	padding: 5px 10px;
	position: relative;
}

.list-mybox .mybox-edit-create {
	border-style: dashed;
}

.list-mybox .mybox-edit-create input {
	border: none;
}

.list-mybox .mybox-create {
    border-style: dashed;
}

.list-mybox .mybox-create input {
    border: none;
}

.list-mybox li p {
	line-height: 28px;
}

.list-mybox input[type="text"] {
	font-size: 14px;
	width: 400px;
}

.mybox-default {
	border: 1px solid #CCC;
	color: #CCC;
	cursor: pointer;
	font-size: 12px;
	padding: 3px 10px;
	position: absolute;
	right: 50px;
	top: 7px;
}

.mybox-default.on {
	background: #CCC;
	border-color: #999;
	color: #333;
}

.mybox-delete {
	color: #C00;
	cursor: pointer;
	font-size: 24px;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	top: 3px;
}

.modal-body .list-mybox input[type="checkbox"] {
	position: absolute;
	right: 5px;
	top: 13px;
}


/*---------------------------------------------- 在庫表示
*/
#stock table {
	width: 100%;
}

#stock th,
#stock td {
	border: 1px solid #C2C2C2;
	box-sizing: border-box;
	padding: 6px 5px;
}

#stock th {
	background: #E4F2FF;
	font-size: 14px;
	font-weight: lighter;
}

#stock td {
	font-size: 11px;
}

#stock table a {
	text-decoration: underline;
}

#stock table a:hover {
	text-decoration: none;
}

/* 営業所在庫 */
#stock-table {
	margin-bottom: 10px;
}

#stock-table th {
	text-align: center;
}
#stock-table th.area_name {
    text-align: left;
}

#stock-table thead tr:first-of-type th {
	background: #EEE;
}

#stock-table thead th:nth-of-type(2n+0) {
	width: 44px;
}
/*
#stock-table tbody tr:nth-of-type(2n+0) td {
	background: #F5F5F5;
}
*/
#stock-table tbody td:nth-of-type(2n+1) {
	text-align: center;
}

/* メーカー在庫 */
#stock .makerstock-ttl {
	background: #EEE;
	border: 1px solid #C2C2C2;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 7px 5px;
	text-align: center;
}

#stock .makerstock-table {
	margin-bottom: 10px;
}

#stock .makerstock-table th {
	font-size: 11px;
}

#stock .makerstock-table td {
	padding: 4px 3px;
	text-align: left;
}

#stock .makerstock-table td.ta-r {
	text-align: right;
}

.stock-dead {
	color: #AD3831;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.3px;
}

#stock .makerstock-table tr:first-of-type td:first-of-type {
	text-align: center;
	width: 120px;
}

#stock .makerstock-table tr:nth-of-type(2) td:nth-of-type(1) {
	width: 150px;
}

#stock .makerstock-table tr:nth-of-type(2) td:nth-of-type(2) {
	width: 90px;
}

#stock .makerstock-table tr:nth-of-type(2) td:nth-of-type(3) {
	width: 110px;
}

#stock .makerstock-table tr:nth-of-type(2) td:nth-of-type(4) {
	width: 60px;
}

#stock .makerstock-table td input[type="text"] {
	box-sizing: border-box;
	float: left;
	height: 28px;
	margin-right: 5px;
	width: 40px;
}

#stock .makerstock-table td select {
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
}

#stock .makerstock-table td label {
	margin-right: 10px;
}

#stock .makerstock-table td label input[type="radio"] {
	margin-right: 2px;
	position: relative;
	top: 2px;
}

#stock .makerstock-table tr:last-of-type td a {
	display: inline-block;
	margin-right: 15px;
}

/*
#stock .makerstock-table {
	margin-bottom: 10px;
}

#stock .makerstock-table th div {
	position: relative;
}

.stock-dead {
	color: #AD3831;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.3px;
}

#stock .makerstock-table thead tr:first-of-type th {
	background: #EEE;
	text-align: center;
}

#stock .makerstock-table thead th {
	padding-left: 20px;
}

#stock .makerstock-table tbody td {
	padding: 0;
}

#stock .makerstock-table > tbody > tr > td {
	border: none;
}

#stock .makerstock-table tbody table th,
#stock .makerstock-table tbody table td {
	border-bottom: none;
	border-left: none;
}

#stock .makerstock-table tbody table tr:first-of-type th,
#stock .makerstock-table tbody table tr:first-of-type td {
	border-top: none;
}

#stock .makerstock-table tbody table tr td:last-of-type {
	border-right: none;
}

#stock .makerstock-table tbody table {
	width: 100%;
}

#stock .makerstock-table tbody table tr:first-of-type th,
#stock .makerstock-table tbody table tr:first-of-type td {
	border-top: none;
}

#stock .makerstock-table tbody table th {
	font-size: 11px;
}

#stock .makerstock-table tbody table tr:first-of-type th {
	width: 44px;
}

#stock .makerstock-table tbody table tr:first-of-type th:last-of-type {
	width: 66px;
}

#stock .makerstock-table tbody table td {
	padding: 4px 3px;
	text-align: left;
}

#stock .makerstock-table tbody table tr:first-of-type td:first-of-type {
	text-align: center;
	width: 120px;
}

#stock .makerstock-table tbody table tr:first-of-type td:nth-of-type(2) {
	width: 180px;
}

#stock .makerstock-table tbody table tr:first-of-type td:nth-of-type(3) {
	width: 76px;
}

#stock .makerstock-table tbody table tr:first-of-type td:nth-of-type(4) {
	width: 80px;
}

#stock .makerstock-table tbody table tr:first-of-type td:nth-of-type(5) {
	width: 44px;
}

#stock .makerstock-table tbody table td input[type="text"] {
	box-sizing: border-box;
	height: 28px;
	margin-right: 5px;
	width: 50px;
}

#stock .makerstock-table tbody table tr:last-of-type td a {
	display: inline-block;
	margin-right: 15px;
}
*/

/* 代替品 */
#stock .stock-replace.makerstock-table {
	margin-bottom: 5px;
}

#stock .stock-replace.makerstock-table th {
	background: #EEE;
}

/*
#stock .stock-replace.makerstock-table input[type="button"] {
	background: #CCC;
	border: none;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 10px;
}

#stock #stock-replace.makerstock-table tbody table input[type="button"]:hover {
	background: #DDD;
}
*/


/*---------------------------------------------- 新着情報
*/
#newsBox_02 {
	width:750px;
	margin:0 auto 40px;
	text-align:left;
}

.n_ttl {
	padding:7px;
	border-bottom:solid 1px #8B8B8B;
	margin:20px 0 10px;
}

.nt_ttl {
	padding:7px;
	border-bottom:solid 1px #8B8B8B;
	margin:0 0 10px;
}

.txt_nt {
	overflow:auto;
     zoom:1;
	 padding-right:20px;
}

.txt_nt .p_sub {
	padding:7px;
	margin-top:10px;
	border: solid 1px #DDDDDD;
}

.img {
	float:right;
}

.imgs img {
	margin-bottom:5px;
}

.imgs{
	float:left;
	width:230px;
	text-align:center;
	margin:0 5px;
}


/*--------------------------------------- 銀行検索（/profile/edit.html）
*/
#bankSearch {
	text-align: left;
}

#bank-left-bl {
	float: left;
	margin-right: 2%;
	width: 50%;
}

.bank-list-bl {
	border: 1px solid #C2C2C2;
	margin-bottom: 10px;
}

.bank-ttl {
	background: #CBE1F6;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
}

.bank-list {
	height: 184px;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 10px 0;
}

.bank-list li {
	line-height: 1.8em;
}

.bank-list li label {
	display: block;
	padding: 0 10px;
}

.bank-list li input {
	display: none;
}

.bank-list li:hover label,
.bank-list li input:checked + label {
	background: #CBE1F6;
}

#bank-search-bl {
	border: 1px solid #C2C2C2;
	box-sizing: border-box;
	float: left;
	height: 482px;
	padding: 3px;
	width: 48%;
}

#search-type {
	height: 90px;
}

#search-type div {
	position: relative;
	text-align: center;
	top: 20px;
}

#search-type label {
	margin: 0 20px;
}

#search-type input {
	margin-right: 3px;
	position: relative;
	top: 2px;
}

#search-name {
	height: 110px;
}

#search-name div {
	position: relative;
	text-align: center;
	top: 15px;
}

#search-name div p {
	margin-bottom: 5px;
}

#search-name input {
	font-size: 14px;
	height: 18px;
	width: 80%;
}

#search-kana {
	margin-bottom: 10px;
}

#search-kana table {
	border-collapse: separate;
	border-spacing: 3px;
	margin-top: 10px;
	width: 100%;
}

#search-kana table input {
	display: none;
}

#search-kana table label {
	border: 1px solid #C2C2C2;
	display: block;
	padding: 5px 0;
	text-align: center;
}

#search-kana table label:hover,
#search-kana table input:checked + label {
	background: #CBE1F6;
}

#bankSearch .btn-bl {
	text-align: center;
}

#bank-search-bl .btn-bl input {
	font-size: 13px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
}

#bankSearch .attention {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: right;
}
#bankSearch .attentionSP {
	font-size: 12px;
	margin-bottom: 15px;
}

/*--------------------------------------- ダウンロード項目設定（/specification/search.html）
*/
#editDownload .list-btn a {
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

#editDownload ul.sortable {
	margin: 0 0 20px 0;
	padding: 0;
}

#editDownload ul.sortable li {
	border: 1px solid #C2C2C2;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 7px 15px;
	position: relative;
}

#editDownload ul.sortable li input[type="checkbox"] {
	position: absolute;
	right: 5px;
	top: 12px;
}


/*------------------------------------------- 同意modal（workflow/index）
*/
#wf-agree .modal-body > p {
	font-size: 13px;
	margin-bottom: 15px;
	padding: 0;
}

#wf-agree form {
	margin-bottom: 30px;
}

#wf-agree form p {
	margin-bottom: 10px;
}

#wf-agree form input[type="checkbox"] {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

#wf-agree .form-btn {
	font-size: 14px;
	padding: 7px 25px;
	width: auto;
}

#wf-agree .attention {
	border: 1px solid #C2C2C2;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
}


/*------------------------------------------- ポイント切替（workflow/index_result）
*/
#chg-point .modal-body > p {
	font-size: 13px;
	margin-bottom: 15px;
	padding: 0;
}

#chg-point form {
	margin: 50px 0 70px 0;
}

#chg-point form div {
    margin-bottom: 15px;
}

#chg-point form label {
    font-size: 15px;
    margin: 0 25px;
}

#chg-point form input[type="radio"] {
    margin-right: 3px;
    position: relative;
    top: 2px;
}


/*------------------------------------------- ワークフロー詳細（workflow/index_result）
*/
#wf-detail #wf-user-cont {
	width: 100%;
}

#wf-detail #wf-user-cont .pattern-img {
    margin-bottom: 15px;
}

#wf-detail #wf-user-cont .pattern-img img {
    height: auto;
    width: 90%;
}

#wf-detail #wf-user-cont .edit-bl {
	padding: 10px 10px 0 10px;
}

#wf-detail #wf-user-cont .edit-bl h3 {
	left: 0;
}


/*---------------------------------------- ユーザー情報登録（workflow/create3_user）
*/
#user-data table {
	margin-bottom: 50px;
	width: 100%;
}

#user-data th,
#user-data td {
	border: 1px solid #C2C2C2;
	padding: 10px;
	text-align: left;
}

#user-data th {
	background: #F5F5F5;
	width: 150px;
}

#user-data td input[type="text"] {
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
}

#user-data #modal-btn-bl {
	margin-bottom: 50px;
}

#user-data #modal-btn-bl input {
	width: 140px;
}


/*---------------------------------------- ページネーション
*/
#pagenation {
	clear: both;
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#pagenation a {
	color: #2097EB;
}

#pagenation a img {
	margin: 0 5px;
	position: relative;
	top: -4px;
}

#pagenation ol {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
	padding: 0;
	vertical-align: middle;
}

#pagenation li {
	display: inline-block;
	margin: 0 10px;
	width: auto;
}

#pagenation li a {
	text-decoration: underline;
}

#pagenation li a:hover {
	text-decoration: none;
}

#pagenation img {
    margin: 0 5px;
    position: relative;
    top: -4px;
}
