@charset "utf-8";

/************************************
For top page
*************************************/
/*------------ header ------------*/
#header div.PA_nav {
	margin-bottom: 0.8em;
}

#header div.PA_header_logo {
	background-image: url(screens/header.jpg);
	padding: 1.5em 1em;
	margin-bottom: 1em;
}

#header div.PA_header_logo h1 {
	color: #696969;
	font-size: 1.5em;
}

/*------------ contents ------------*/
div.PA_contents a {
	color: #696969;
	text-decoration: none;
}

div.PA_contents a:hover {
	color: #603813;
}

#main ul {
	padding-left: 0;
	list-style: none;	
}

#contents p.table_sup {
	font-size: 0.9em;
	margin-bottom: 0;
}

#contents ul.link_list {
	padding-left: 1.8em;
}

/* stm_pdf */
#contents ul.PA_stm_pdf {
	margin-bottom: 1em;
	text-align: right;
}

#contents ul.PA_stm_pdf span.PA_s_wrap {
	border-left: 5px solid #9cd28c;
}

#contents ul.PA_stm_pdf li {
	margin-bottom: 0.5em;
}

#contents ul.PA_stm_pdf li a {
	border-bottom: 1px solid #9cd28c;
	margin-left: 0.5em;
}

#contents ul.PA_stm_pdf li a:hover {
	color: #528f0a;
	border-bottom: 1px solid #528f0a;
}

#contents ul.PA_stm_pdf a:after {
	content: url(screens/arrow_small_bg_white2.gif);
	padding-left: 0.3em;
}


/* stm_info */
#contents ul.PA_stm_info {
	margin-bottom: 1em;
}

#contents ul.PA_stm_info li {
	border-left: 5px solid #d2b48c;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}

#contents ul.PA_stm_info li a {
	border-bottom: 1px solid #d2b48c;
}

#contents ul.PA_stm_info li a:hover {
	color: #8f3f0a;
	border-bottom: 1px solid #8f3f0a;
}

#contents ul.PA_stm_info a:after {
	content: url(screens/arrow_small_bg_white.gif);
	padding-left: 0.3em;
}

/* query */
#contents ul.PA_query {
	margin-top: 1em;
	margin-bottom: 1em;
}

#contents ul.PA_query li {
	background-color: #f3f0e5;
	background-image: url(screens/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
	border: 2px solid #f3f0e5;
	margin-bottom: 0.5em;
	width: 100%;
}

#contents ul.PA_query li a {
	display: block;
	font-size: 1em;
	font-weight: bold;
}

#contents ul.PA_query li span.PA_q_wrap {
	display: table;
	padding: 1em;
}

#contents ul.PA_query li img {
	display: table-cell;
	vertical-align: middle;
}

#contents ul.PA_query li span.stc {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0.5em;
}

#contents ul.PA_query li:hover {
	background-color: #f7ede3;
}

/* title */
#contents ul.PA_title li {
	width: 100%;
	margin-bottom: 1em;
	border: 2px solid #e5dbcb;
	background-color: #fbf9f7;
	background-image: url(screens/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

#contents ul.PA_title li:hover {
	background-color: #f7ede3;
}

#contents ul.PA_title li a {
	display: block;
	font-weight: bold;
}

#contents ul.PA_title li span.PA_t_wrap {
	display: table;
	padding: 1em 0.5em;
}

#contents ul.PA_title img {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-width: 10px;
	max-width: 200px;
}

#contents ul.PA_title span.PA_t_title {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	padding: 0 1.5em;
}

/*------------ Media Queries ------------*/
@media screen and (min-width: 480px) {

	/*----- header -----*/
	#header div.PA_nav:after {
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		content: "";
	}

	/*----- contents -----*/
	#contents ul.PA_query li {
		border: 1px solid #f3f0e5;
	}
	
	#contents ul.PA_title {
		border: 3px solid #e5dbcb;
	}

	#contents ul.PA_title li {
		border: none;
		margin-bottom: 0;
	}

	#contents ul.PA_title li a {
		font-size: 1.1em;
	}

	#contents ul.PA_title li span.PA_t_wrap {
		width: 95%;
		padding: 1.4em 0;
		margin: 0 auto;
		border-bottom: 3px solid #e5dbcb;
	}

	#contents ul.PA_title li:last-child span.PA_t_wrap {
		border-bottom: none;
	}
}

@media screen and (min-width: 800px) {
	/*----- contents -----*/
	div.PA_contents {
		width: 94% !important;
	}
	#contents ul.PA_title li {
		background-image: url(screens/arrow_big.gif);
	}
}

@media print {
	/*----- header -----*/
	#header div.PA_nav, div.search_wrap {
		display: none;
	}
	#header div.PA_nav:after {
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		content: "";
	}

	/*----- contents -----*/
	#contents ul.PA_query li {
		border: 1px solid #f3f0e5;
	}
	
	#contents ul.PA_title {
		border: 3px solid #e5dbcb;
	}

	#contents ul.PA_title li {
		border: none;
		margin-bottom: 0;
	}

	#contents ul.PA_title li a {
		font-size: 1.1em;
	}

	#contents ul.PA_title li span.PA_t_wrap {
		width: 95%;
		padding: 1.4em 0;
		margin: 0 auto;
		border-bottom: 3px solid #e5dbcb;
	}

	#contents ul.PA_title li:last-child span.PA_t_wrap {
		border-bottom: none;
	}
	
	/*--- 800px ---*/
	/*----- contents -----*/
	div.PA_contents {
		width: 94% !important;
	}
	#contents ul.PA_title li {
		background-image: url(screens/arrow_big.gif);
	}
}