@charset "utf-8";

/* PC：style-written-application-sp.css
 * おまかせプラン ver.6
 * 申請書ダウンロード
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
/* 申請書一覧 */
#subPage .main .wrtApp thead th {
	background-color: #fea088;
  color: #ffffff;
}
#subPage .main .wrtApp tbody td:first-child {
	background-color: #fafafa;
	width: 22%;
	text-align: left;
}
#subPage .main .wrtApp thead th,
#subPage .main .wrtApp td:nth-child(2),
#subPage .main .wrtApp td:nth-child(3),
#subPage .main .wrtApp td:nth-child(4) {
	padding: 6px 2px;
}
#subPage .main .wrtApp td:nth-child(2),
#subPage .main .wrtApp td:nth-child(3),
#subPage .main .wrtApp td:nth-child(4) {
	width: 4.0em;
}
#subPage .main .wrtApp td:nth-child(3) {
	text-align: center;
}
#subPage .main .wrtApp tbody td:last-child {
	text-align: left;
}

#subPage .main .wrtApp td:nth-child(2)  a,
#subPage .main .wrtApp td:nth-child(3)  a,
#subPage .main .wrtApp td:nth-child(4)  a {
	display: block;
	margin: 0 auto;
	padding: 1px 5px 0;
	width: 3.3em;
	border-radius: 23px/100%;
	font-weight: bold;
	text-decoration: none; 
}
#subPage .main .wrtApp td:nth-child(2)  a {

	background-color:#fe7755;
	color:#ffffff;
}

#subPage .main .wrtApp td:nth-child(3)  a {
	background-color: #659ad8;
	color :#ffffff;
}
#subPage .main .wrtApp td:nth-child(4)  a {
	background-color: #eeeeee;
	color:#000000;
}
#subPage .main .wrtApp td:nth-child(2)  a:hover,
#subPage .main .wrtApp td:nth-child(3)  a:hover,
#subPage .main .wrtApp td:nth-child(4)  a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}

