@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */
/* ------------------------------------------------------------

特設ページ用

------------------------------------------------------------ */

/* 見出し
---------------------------------------------- */
.heading_green01{border-top:2px solid #2C9852;}

.heading_pink01{border-top:2px solid #F53675;}

.heading_green01,
.heading_pink01{
	padding:10px 0 6px 20px;
	border-bottom:1px dotted #BAC7DA;
	margin-bottom:20px;
	font-size:129%;
	font-weight:bold;
}

/* テーブル
---------------------------------------------- */
table.green01 th{
	background:#EEFEDA !important;
	width:10% !important;
}

/*--table.type_pink01--*/
.type_pink01{
	border:1px solid #CCCCCC;
	width:100%;
}

.type_pink01 th{
    background:#FDDFE9;
    border:1px solid #CCCCCC;
    font-weight:bold;
    padding:10px;
    text-align:left;
    vertical-align:top;
    width:14%;
}

.type_none tr:first-child th,.type_none tr:first-child td{padding-top:0;}

.type_pink01 td{
    border:1px solid #CCCCCC;
    padding:10px;
}

.type_none{
	border:none !important;
	width:100%;
}

.type_none th{
	border:none !important;
	background:none !important;
	width:9%;
}

.type_none td{border:none !important;}
	
