/*
Theme Name: PAS
*/


/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style:none;
}/* =============== Use for All page ========================*/
img {
	border: none;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
html {
	height: 100%;
}
/* ---------------------------------------------
	01.defult 
--------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size:14px;
	font-family:"Meiryo";
	line-height: normal;
	/*
	color: #3b3b3b;
	background: #fff;
	
 	  -webkit-filter:grayscale(1);filter:grayscale(1) 
	  
	  */
 }
/* ---------------------------------------------
	02.layout
--------------------------------------------- */
#wrapper { 
	display: block; 
	width: 950px; 
	margin: 0 auto 0px;
	overflow: hidden;
	padding: 0px 12px;
	background: url(../img/bg/bg-wrapper.png) repeat-y;
}
#top {
	display: block;
	padding: 5px;
	position: relative;
	overflow: hidden;
	border-top: 5px solid #032d60;
}
	#top h1 {
		display: block; 
		font-size: 10px; 
		color: #666; 
		font-weight: normal;
		margin-bottom: 4px;
		}
	#top .logo {
		display: block;
		float: left;
		margin: 5px 0 0 15px;
	}
	.language {
		display: block;
		float: right;
		padding: 0px;
	}
	.language a {
		margin: 0px 3px;
		}
	.info {
		display: block;
		position: absolute;
		width: 220px;
		text-align: center;
		right: 10px;
		top: 50px;
	}
	.info span {margin: 3px 0;}
		
#gnavi {
	display: block;
	width: 952px;
	background: #032d60;
	--background: url(../images/bg/bg-nav.jpg) no-repeat;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0 2px
}
	#gnavi li {
		display: block;
		float: left;
		margin: 0;
	}
	#gnavi li.subnav {
		margin: 8px 0 0!important;
	}
	#gnavi li a:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
  		filter: alpha(opacity=70);/* IE 5-7 */
 		-moz-opacity: 0.7;/* Netscape */
  		-khtml-opacity: 0.7;/* Safari 1.x */
  		opacity: 0.7;/* Good browsers */
	}
.information {display: block; width: 830px; background: url(/img/icon/flag_jp.jpg) no-repeat; height: 23px; padding: 4px 0 0 120px;}
	.information ul {margin: 0; padding: 0;}
	.information ul li {display: inline; float: left; margin-right: 30px;}
	.information ul li p {display: inline; margin-left: 5px;}

.information_en {display: block; width: 830px; background: url(img/icon/flag_en.jpg) no-repeat; height: 23px; padding: 4px 0 0 120px;}
	.information_en ul {margin: 0; padding: 0;}
	.information_en ul li {display: inline; float: left; margin-right: 30px;}
	.information_en ul li p {display: inline; margin-left: 5px;}

/* .information_th {display: block; width: 830px; background: url(img/bg/bg-information_th.jpg) no-repeat; height: 23px; padding: 4px 0 0 120px;}
	.information_th ul {margin: 0; padding: 0;}
	.information_th ul li {display: inline; float: left; margin-right: 30px;}
	.information_th ul li p {display: inline; margin-left: 5px;} */

	.information a,.information_en a, .information_th a {color: #072f5f; text-decoration: underline; font-size: 12px;}
	
.mainBanner {
	display: block;
	padding: 0;
	margin: 5px auto;
}
.breadcrumb a {color: #043168; text-decoration: none;}
.breadcrumb a:hover {color: #043168; text-decoration: underline;}
/* ---------------------------------------------
	03.Content
--------------------------------------------- */
#mainContent {
	width: 946px;
	margin: 10px auto;
	overflow: hidden;
}
	#sideLeft {
		display: block;
		float: left;
		width: 266px;
		margin: 0px;
		padding: 0px;
		}
	#sideLeft h2 {
		display: block;
		margin: 0 0 5px;
	}
	#sideLeft ul {
		margin: 0px;
		padding: 0px;
	}
	#sideLeft ul li {
		display: block;
		margin: 0px 0 5px;
		overflow: hidden;
		height: 49px;
	}
	#sideLeft ul li a:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
  		filter: alpha(opacity=70);/* IE 5-7 */
 		-moz-opacity: 0.7;/* Netscape */
  		-khtml-opacity: 0.7;/* Safari 1.x */
  		opacity: .7;/* Good browsers */
	}
	#sideLeft .logo-site { padding-top:10px; } 
	#sideLeft .logo-site a {display:block; float:left; }
	#sideLeft .logo-site a:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
  		filter: alpha(opacity=70);/* IE 5-7 */
 		-moz-opacity: 0.7;/* Netscape */
  		-khtml-opacity: 0.7;/* Safari 1.x */
  		opacity: .7;/* Good browsers */
	}
	#sideLeft .logo-site img { display:block; margin-bottom:10px; }
	#content {
		display: block;
		float: right;
		width: 672px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	#content .detail {
		display: block;
		margin: 15px 0px;
		padding: 0 20px;
	}
	#content .detail h3 {
		display: block; 
		border-left:  5px solid #0066a9;
		border-bottom: 1px solid #0066a9;
		padding: 2px 0 2px 10px;
		margin-bottom: 15px;
	
	}
	#content .detail table {
		width: 100%;
		border-collapse: collapse;
	}
	#content .detail table th {
		padding: 10px;
		background: #ece9e9;
		border: 1px solid #D8D8D8;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		width: 160px;
	}
	#content .detail table td {
		padding: 10px;
		border: 1px solid #D8D8D8;
		text-align: left;
		vertical-align: middle;
	}
	#content .detail table td a { color:#072F5F }
	
	
	
	#content .detail p {
		margin: 0 0 20px;
	}
	#content .detail p strong {display: block; float: left; width: 160px; height: 30px;}
	#content .detail ul, #content .detail ol {
		margin: 0px 0 0px;
		padding: 0px;
	}
	#content .detail ul {margin-bottom: 20px!important;}
	#content .detail ul li {
		margin: 0px 0 0 25px;
		padding: 0px;
		list-style: disc;
	}
	#content .detail ol li {
		margin: 0px 0 20px 25px;
		padding: 0px;
		list-style: decimal;
	}
	#content .detail ol li ol li {margin-bottom: 0px!important;}
	.news {
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	.news ul {
		display: block;
		width: 600px;
		margin: 20px auto;
	}
	.news ul li {display: table-cell; width: 600px; vertical-align: middle; list-style: none; overflow: hidden; margin: 0px 0 20px; float: left;}
	.news .date {
		display: table; float: left; padding: 0 25px 0 0; width: 80px; color: #033c60;
	}
	.news a {display: block; width: 470px; float: right; border-left: 1px solid #cccccc; padding-left: 20px; font-size: 12px; color: #0024ff;}
	
	.management {display: block; margin: 0 0 30px; padding: 0px; overflow: hidden;}
		.management dt {display: block; font-size: 14px; font-weight: bold; margin-bottom: 15px; border-bottom: 1px dotted #043168; color: #043168;}
		.management dd {display: block;  margin: 0px; }
		
/* ---------------------------------------------
	05.Footer
--------------------------------------------- */
#footer {
	display: block;
	width: 920px;
	background: #032d60;
	padding: 15px;
	overflow: hidden;
	margin: 20px 0 0;
	position: relative;
}
	#footer ul#navfooter {
		display: block;
		margin: 0px 20px 0 0;
		padding: 0px;
		overflow: hidden;
	}
	#footer ul#navfooter li {
		display: block;
		float: left;
		padding: 0px 10px 0 15px;
		background: url(../img/icon/ic-sq.jpg) 0px 5px no-repeat;
		line-height: 15px;
		font-size: 14px;
		margin-right: 15px
	}
	#footer ul#navfooter li a {color: #fff; text-decoration: none;}
	#footer ul#navfooter li a:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
  		filter: alpha(opacity=100);/* IE 5-7 */
 		-moz-opacity: 1;/* Netscape */
  		-khtml-opacity: 1;/* Safari 1.x */
  		opacity: 1;/* Good browsers */
		text-decoration: underline;
	}
	#footer ul#navfooter li.last {border: none;}
	#footer ul.subnav {
		display: block;
		margin: 10px 20px 10px 0;
		padding: 0px;
		overflow: hidden;
	}
	#footer ul.subnav li {
		display: block;
		padding: 0px 10px 0 15px;
		float: left;
		background: url(../img/icon/ic-sq.jpg) 0px 5px no-repeat;
		line-height: 15px;
		font-size: 14px;
		margin-right: 15px
	}
	#footer ul.subnav li.title {background: none; padding: 0 5px 0 0; color: #fff; font-weight: bold;}
	#footer ul.subnav li a {color: #fff; text-decoration: none;}
	#footer ul.subnav li a:hover {color: #fff; text-decoration: underline;}
	.logofooter {display: block; position: absolute; right: 10px; top: 10px;}
	#footer .copyright {display: block; width: 480px; font-size: 12px; color: #fff; margin: 30px 0 0}

	img.wp-smiley,
	img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	}

	.breadcrumbs-plus {
		margin-left: 10px;
	}