@charset "utf-8";

/* PC：style-written-application-pc.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 {
	max-width: 1050px;
}

/* Elements
------------------------------------------------------------------ */
/* 申請書一覧 */
#subPage .main .wrtApp thead th {
}
#subPage .main .wrtApp tbody td:first-child {
	background-color: #e8eaf9;
	width: 35%;
	text-align: left;
}
#subPage .main .wrtApp td.link  {
	width: 90px;
}
#subPage .main .wrtApp tbody td:last-child {
	text-align: left;
}
#subPage .main .wrtApp thead th:last-child {
	min-width: 10em;
}

#subPage .main .wrtApp td.link a {
	display: block;
	padding: 2px 5px 0px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
}
#subPage .main .wrtApp td:nth-child(2)  a {
	background-color: #a2ace6;
	color:#ffffff;
}
#subPage .main .wrtApp td:nth-child(3)  a {
	background-color: #d8d8d8;
	color:#000000;
}
#subPage .main .wrtApp td.link a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}

