/*
業務別クイックメニュー
業務フローページ　CSS
*/


/* 基本構造 */
/* --------------------------------------------------- */

/* 前置き文 */

.g-flow-intro{
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	line-height:1.5;
}
/*　業務フロー本体　*/

.g-flow{
	margin: 0;
	padding: 16px;
	width: 838px; /* 838+16x2=870 */
	background-color: #DEF;
}

.g-flow table{
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 2px 0;
	table-layout: fixed;
	border-radius: 0;
	border: 1px solid #DEF;
	background-color: #DEF;
}

.g-flow table tr td{
	margin: 0;
	padding: 0;
	border: 1px solid #DEF;
	background-color: #DEF;
}

.g-flow table tr td[cpos="first"]{
	width: 96px;
	height:14px;
}
.g-flow table tr td[cpos="odd"]{
	width: 96px;
	height:14px;
	font-size: 1px;
}
.g-flow table tr td[cpos="even"]{
	width: 14px;
	height:14px;
	font-size: 1px;
}
.g-flow table tr td[cpos="last"]{
	width: 340px;
	height:14px;
}


/* colspan・rowspanによるサイズ */

.g-flow table tr td[rowspan="4"]{
	height:29px;
}

.g-flow table tr td[rowspan="2"]{
	height:14px;
}

.g-flow table tr td[colspan="5"]{
	width: 320px;
}

.g-flow table tr td[colspan="3"]{
	width: 208px;
}


/* フェイズ表記部と業務コード部を隔てる点線 */

.g-flow table tr td.l-fold{
	width: 14px !important;
	border-left: 1px dashed #678;/
}


/* --------------------------------------------------- */

/* フェイズ表記部 */
/* --------------------------------------------------- */

/* 基本 */
table tr td.part-p{
	width: 96px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
}

/* マイルストーン */
table tr td.part-p-stone{
	width: 96px;
	height: 29px;
	border: 1px dashed #333;
	background-color: #678;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	color: #FFF;
}

/* --------------------------------------------------- */


/* フロー表記部 */
/* --------------------------------------------------- */

/* セル(始めと終わり：アイコン表記) */

table tr td.part-f-term
{
	background-color: #FFF;
	border-radius: 8px;	
	border: 1px solid #333;
	font-size: 14px !important;
	text-align: center;
	padding-bottom: 4px;
	line-height: 14px;
	color: #333;
}

/* アイコン：荷物 */

.m-bag
{	
	display: block;
	width:  56px;
	height: 56px;
	margin: 0 20px 4px;
	padding: 0;
	border: 0;
	background-image:url("icons/ico_baggage.png");
	background-size: 56px 56px;
	vertical-align: middle;
}

/* アイコン：飛行機 */

.m-pla
{	
	display: block;
	width:  56px;
	height: 56px;
	margin: 0 20px ;
	padding: 0;
	border: 0;
	background-image:url("icons/ico_plane.png");
	background-size: 56px 56px;
	vertical-align: middle;
}

/* アイコン：船舶 */

.m-shi
{	
	display: block;
	width:  56px;
	height: 56px;
	margin: 0  20px;
	padding: 0;
	border: 0;
	background-image:url("icons/ico_ship.png");
	background-size: 56px 56px;
	vertical-align: middle;
}

/* アイコン：トラック */

.m-tra
{	
	display: block;
	width:  56px;
	height: 56px;
	margin: 0 20px;
	padding: 0;
	border: 0;
	background-image:url("icons/ico_trailer.png");
	background-size: 56px 56px;
	vertical-align: middle;	
}


/*セル上(業務コード)*/
table tr td.part-f-head,
table tr td.part-f-head-n
{
	width: 96px;
	height: 24px !important; 
	background-color: #FFF;
	border-radius: 8px 8px 0 0;	
	border: 1px solid #333;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #333;
}
table tr td.part-f-head-n{
	font-size: 14px!important;
	line-height: 1.5;
}

/*セル下(入力者)*/
table tr td.part-f-foot,
table tr td.part-f-foot-n
{
	width: 96px;
	height: 29px !important; 
	background-color: #FFF;
	border-radius: 0 0 8px 8px;
	border: 1px solid #333;
	border-top: 0;
	font-size: 12px !important;
	font-weight: bold;
	text-align: center;
	line-height: 1.25 ;
	color: #333;
}
table tr td.part-f-foot-n{
	font-size: 12px !important;
	line-height: 1.25 !important;
}

/*セル上: リンク関係*/
table tr td.part-f-head:hover{
	background-color: #FC0;
}
table tr td.part-f-head-n:hover{
	background-color: #FFF;
}

table tr td.part-f-head a,
table tr td.part-f-head a:hover,
table tr td.part-f-head a:visited{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #333;
}

/*連結子セル*/
table tr td[class^="tie-"]{
	font-size: 1px;
	line-height: 0;
}

/*右側連結表示*/
table tr td.tie-para::after{
	width: 14px;
	content:" ";
	font-size: 1px;
	float: left;
	width: 14px;
	height: 14px;
	margin: 8px 0;
	background-color: #678;
	border: 0px;
}

/*下側連結表示*/
table tr td.tie-seri::after{
	width: 96px;
	height: 14px;
	content:" ";
	font-size: 1px;
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	top: 0px;
	left: 47px;
	background-color: #678;
	border: 0px;
}

/*下向き三角表示*/
table tr td.tie-down::after {
	content:" ";
	font-size: 1px;
	width: 0px;
	height: 0px;
	float: left;
	margin: 0 34px;
	position: relative;
	top: 0px;
	border: 14px solid transparent;
    border-bottom: 0px;
    border-top: 14px solid #678;
	background-color: transparent;
}

/* フェーズ境界線下端 */

table tr.b-line td {
    border-bottom: 1px dashed #333;
}

/* その他 */
.part-f table p{
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------- */

/* 注釈表記部 */
/* --------------------------------------------------- */

table tr td.part-n{
	margin: 0;
	padding: 8px 12px 8px 16px;
	border: 1px solid #EFF;
	border-radius: 14px 0 0 14px; 
	background-color: #EFF;
	text-align: left;
	font-size: 12px !important;
	line-height: 14px !important;
}

table tr td.part-n p{
	margin: 0 !important;
	padding: 0;
}

table tr td.part-n-sub{
	width: auto;
	height: 14px;
	margin: 0;
	padding: 0 0 0 14px;
	border: 1px dashed #DEF;
	background-color: #DEF;
	line-height: 14px !important;
	font-size: 10px !important;
	color: #333;
}

/* --------------------------------------------------- */

/* コード集リンク */
/* --------------------------------------------------- */

.g-flow .bnr_refer{
	display: block;
	width: 100%;;
	height: auto;
	margin: 16px 0 0;
}
.g-flow .bnr_refer ul{
	width: 100%;
	margin: 0;
}

.g-flow .bnr_refer ul li{
	display: block;
	float: left;
	width: 240px;
	height: 48px;
	margin: 0 12px 12px;
	padding: 0;
	background: #DDD;
	background: no-repeat right top, -webkit-linear-gradient(#EEE, #CCC);
	background: no-repeat right top, linear-gradient(#EEE, #CCC);
	border: 2px solid #333;
	
}

.g-flow .bnr_refer ul li a,
.g-flow .bnr_refer ul li a:hover{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 44px;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.g-flow .bnr_refer ul li.under-c::after
 {
	content: "準備中";
	width: 240px;
	height: 48px;
	display: block;
	position: relative;
	top: -46px;
	left: 0px;
	z-index: 10000;
	font-size: 150%;
	text-align: center;
	line-height: 48px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
 }

.g-flow .bnr_refer ul li a .check_b{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #36B;
}

.g-flow .bnr_refer ul::after{
	content: " ";
	clear: both;
	display: block; 
	height: 1px;
}	

/* --------------------------------------------------- */