@charset "utf-8";

/* PC：style-written-application-sp.css
 * おまかせプラン ver.6
 * 申請書ダウンロード
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */




/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
/* 申請書一覧 */
#subPage .main .wrtApp thead th {
	background-color: #ecf4ff;
}
#subPage .main .wrtApp tbody td:first-child {
	background-color: #fbfbfb;
	width: 30%;
	text-align: left;
}
#subPage .main .wrtApp thead th,
#subPage .main .wrtApp td:nth-child(2),
#subPage .main .wrtApp td:nth-child(3) {
	padding: 6px 2px;
}
#subPage .main .wrtApp td:nth-child(2),
#subPage .main .wrtApp td:nth-child(3) {
	width: 4.3em;
}
#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 {
	display: block;
	margin: 0 auto;
	padding: 1px 0;
	width: 4.5em;
	border-radius: 100vh;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none; 
}
#subPage .main .wrtApp td:nth-child(2)  a {
	background-color: #52489c;
	color:#ffffff;
}
#subPage .main .wrtApp td:nth-child(3)  a {
	background-color: #eeeeee;
	color:#175065;
}
#subPage .main .wrtApp td:nth-child(2)  a:hover,
#subPage .main .wrtApp td:nth-child(3)  a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}

