@charset "utf-8";

@media print, screen and (max-width:640px) {


	/* PC：style-written-application-sp.css
 * おまかせプラン ver.6
 * 申請書ダウンロード
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

	/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
	/* 2階層：非表示 */
	#globalNav nav li:hover>.sec {}


	/*  Content (Section)
------------------------------------------------------------------ */
	/* Media Queries 切替 */
	#subPage #content .main>section {}

	/* Elements
------------------------------------------------------------------ */
	/* 申請書一覧 */
	#subPage .main .wrtApp thead th {
		background-color: #209fbc;
		color: #fff;
	}

	#subPage .main .wrtApp tbody td:first-of-type {
		width: 50px;
		text-align: center;
	}

	#subPage .main .wrtApp tbody td:nth-child(2) {
		background-color: #e7f3f9;
		width: 30%;
		text-align: left;
	}

	#subPage .main .wrtApp thead th,
	#subPage .main .wrtApp td:nth-child(3),
	#subPage .main .wrtApp td:nth-child(4) {
		padding: 6px 2px;
	}

	#subPage .main .wrtApp td:nth-child(3),
	#subPage .main .wrtApp td:nth-child(4) {
		width: 4.3em;
	}

	#subPage .main .wrtApp td:nth-child(4) {
		text-align: center;
	}

	#subPage .main .wrtApp tbody td:last-child {
		text-align: left;
	}

	#subPage .main .wrtApp tbody td span {
		text-align: center;
		display: block;
	}

	#subPage .main .wrtApp td:nth-child(3) a,
	#subPage .main .wrtApp td:nth-child(4) a {
		display: block;
		margin: 0 auto;
		padding: 3px 3px;
		width: 3.3em;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-weight: bold;
		text-decoration: none;
	}

	#subPage .main .wrtApp td:nth-child(3) a {
		background-color: #e36457;
		color: #ffffff;
	}

	#subPage .main .wrtApp td:nth-child(4) a {
		background-color: #1f63c3;
		color: #ffffff;
	}

	#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;
	}
}