@charset "utf-8";


/* =================================================

 *** SECOND.CSS ***

================================================= */


/* SECOND Overall structure
------------------------------------------------- */
body#second .contentsInner {
	margin-top:15px;
}

#pageHeading {
	clear:both;
	margin:0 auto;
	text-align:center;
	background:url(../img/common/bg_slide.gif) 0 center repeat-x;
	border-bottom:1px solid #f66013;
}

#breadCrumbs {
	width:960px;
	margin:15px auto 0;
}
	#breadCrumbs span {
		padding-left:12px;
		font-size:0.9em;
		background:url(../img/common/arw.gif) 0 44% no-repeat;
	}
		span#home {
			padding-left:0;
			background:none;
		}

.article {
	clear:both;
	margin:0 auto 40px;
	padding:10px;
}

.contentsBorder {
	border-bottom:1px dotted #ccc;
}

.heading03 {
	width:720px;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
	padding-left:18px;
	color:#fff;
	font-size:1.1em;
	background:url(../img/second/bg_heading03.gif) 0 0 no-repeat;
}

.tbl01 {
	width:100%;
}
	.tbl01 th,
	.tbl01 td {
		padding:1em;
		vertical-align:top;
		border-bottom:1px solid #dfdfdf;
	}
	.tbl01 th {
		width:20%;
		font-weight:bold;
		background:#f9f9f9;
	}
	.tbl01 td {
		width:80%;
	}

.tbl02 {
	width:100%;
	margin-bottom:20px;
}
	.tbl02 th,
	.tbl02 td {
		padding:0.4em 0.75em;
		vertical-align:top;
		background:#f9f9f9;
	}
	.tbl02 th {
		width:15%;
		font-weight:bold;
	}
	.tbl02 td {
		width:85%;
	}


.list01 {
}
	.list01 li {
		margin-bottom:0.75em;
		margin-left:1em;
		text-indent:-1em;
	}

/*お知らせ
------------------------------------------------- */
#newsList {
	margin:15px 0 20px;
}
	#newsList dt,
	#newsList dd {
	}
	#newsList dt {
		width:6em;
	}
	#newsList dd {
		margin:-1.4em auto 1em;
		padding:0 0 1em 7em;
		border-bottom:1px dotted #ccc;
	}

	#newsList dd span {
		display:block;
		position:relative;
		top:-2px;
		width:50px;
		color:#fff;
		font-size:11px;
		text-align:center;
	}
	
	#newsList dd a {
		display:block;
		margin:-1.5em 0 0 65px;
	}

.blogSection {
	margin:15px 0 20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
	.blogSection h3 {
		padding-bottom:5px;
		font-size:1.2em;
		border-bottom:1px solid #f66013;
	}
	.blogSection h3 span {
		display:inline-block;
		position:relative;
		top:-3px;
		width:50px;
		margin-right:0.75em;
		color:#fff;
		font-size:11px;
		text-align:center;
	}

.pager {
	text-align:center;
}
	.pager span {
		margin:auto 0.2em;
		font-size:1.1em;
	}
	.pager a {
		margin:auto 0.2em;
		font-size:1.1em;
		color:#f66013;
	}


span.pages {
	display:none !important;
}


.pager02 {
	text-align:center;
	font-size:1em;
}
	.pager02 .prev {
		float:left;
	}
	.pager02 .next {
		float:right;
	}

	.pager02 a {
		color:#f66013;
	}

.txtPager {
}
	.txtPager li {
		float:left;
		width:33%;
		min-height:1px;
	}
	.txtPager li#prev {
		text-align:left;
	}
	.txtPager li#back {
		text-align:center;
	}
	.txtPager li#next {
		text-align:right;
	}

	.txtPager a {
		color:#f66013;
	}
	.txtPager a:hover {
		text-decoration:underline;
	}


/* 出版物案内
------------------------------------------------- */
.publishBox {
	float:left;
	width:340px;
	margin-bottom:30px;
	padding-right:10px;
}
	.publishBox h3 {
		margin-bottom:0.5em;
		padding-bottom:0.5em;
		font-weight:bold;
		line-height:1.4;
		border-bottom:1px dotted #ccc;
	}
		.publishBox h3 a {
			color:#0055a8;
		}

	.publishBox img {
		width:110px;
		overflow:hidden;
	}

	.publishBox ul {
		margin-bottom:10px;
		font-size:0.9em;
	}
	.publishBox li {
	}

.publishDetail h3 {
	color:#0055a8;
	font-size:1.2em;
	font-weight:bold;
}

.inrPublishBox {
	overflow:hidden;
	font-size:12px;
}


.btnDetail {
	clear:both;
	margin-top:10px;
}

/* データベース紹介
------------------------------------------------- */
#inrIntro {
	margin-bottom:20px;
	border:1px solid #ff9c48;
}
	#inrIntro div p {
		margin-bottom:0;
		padding:10px 10px 0;
		color:#f66013;
		font-weight:bold;
		background:#fff;
	}

	#inrIntro div {
		padding:10px;
		background:#fcfaf5;
	}

.publishBox02 {
	float:left;
	width:320px;
	margin:0 10px 30px;
	/*border-bottom:1px dotted #ccc;*/
}
	.publishBox02 h3 {
		margin-bottom:10px;
		padding:0 0 0 10px;
		color:#0055a8;
		font-size:1.1em;
		font-weight:bold;
		line-height:1.4;
	}

	.publishBox02 ul {
		margin-bottom:10px;
		padding:10px;
		font-size:0.85em;
		background:#f9f9f9;
	}

	.publishBox02 li {
		list-style:inside disc;
		margin-bottom:0.25em;
		padding-left:13px;
		text-indent:-13px;
	}

.introBookImg {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.introComment {
	padding:0 10px 10px;
	font-size:0.9em;
}
	.introComment a {
		padding-left:12px;
		font-size:0.9em;
		background:url(../img/common/arw.gif) 0 44% no-repeat;
	}


/* 個人情報保護方針
------------------------------------------------- */
dl#privacy  {
	margin:20px auto;
}
#privacy dt {
	margin:1em 0;
	padding-left:0.5em;
	font-size:1.1em;
	font-weight:bold;
	border-left:5px solid #f66013;
}
#privacy dd {
	padding-left:0.75em;
	padding-bottom:1em;
	border-bottom:1px dotted #CCC;
}



/* 追補・訂正表
------------------------------------------------- */
.downloadList {
	margin-bottom:20px;
	padding:10px;
	background:#fefefe;
	border:1px solid #ddd;
}
	.downloadList h3 {
		margin-bottom:10px;
		padding-bottom:10px;
		color:#f66013;
		font-size:1.1em;
		font-weight:bold;
		border-bottom:1px dotted #ddd;
	}
	.downloadList ul {
		margin-left:0.4em;
		list-style:decimal inside;
	}
	.downloadList li {
		margin-bottom:0.5em;
	}
	.downloadList li a {
	}


/* よくある質問
------------------------------------------------- */
.questionList {
}
	.questionList li {
		margin-bottom:10px;
		padding-left:1.2em;
		padding-bottom:10px;
		background:url(../img/second/listmark02.gif) 0 4px no-repeat;
		border-bottom:1px dotted #ccc;
	}
	.questionList li a {
		color:#0055a8;
	}


.qaDl {
	margin-bottom:40px;
}
	.qaDl dt,
	.qaDl dd {
	}
	.qaDl dt {
		color:#0055a8;
		margin-bottom:10px;
		padding:0.5em 0 0.5em 3em;
		font-size:1.2em;
		font-weight:bold;
		background:url(../img/second/ico_q.gif) 0 0 no-repeat;
	}
	.qaDl dd {
		padding:0.5em 0 2.2em 3.7em;
		border-bottom:1px dotted #ccc;
		background:url(../img/second/ico_a.gif) 0 5px no-repeat;
	}
	.qaDl .ddpageTop {
		padding:4px;
		font-size:0.8em;
		text-align:right;
		border-bottom:none;
		background:none;
	}
	.qaDl .ddpageTop a {
		color:#f66013;
	}

/* サイトマップ
------------------------------------------------- */
#sitemap {
}
	#sitemap dt,
	#sitemap dd {
	}
	#sitemap dt {
		padding-top:15px;
		padding-bottom:10px;
		font-size:1.1em;
		font-weight:bold;
	}
	#sitemap dd {
		height:0;
		border-bottom:1px dotted #ccc;
	}

#sitemap dt a {
	display:block;
	cursor:pointer;
	color:#f66013;
	padding-left:10px;
	border-left:5px solid #f66013;
}


/* 
------------------------------------------------- */
/* 
------------------------------------------------- */
/* 
------------------------------------------------- */
/* 
------------------------------------------------- */


/* button & Form
------------------------------------------------- */
.tblForm {
	width:100%;
	margin:0 auto;
}
	.tblForm th,
	.tblForm td {
		padding:1em;
		vertical-align:top;
		border-bottom:1px solid #dfdfdf;
	}
		.tblForm th {
			width:20%;
			background:#f9f9f9;
		}
		.tblForm td {
			width:80%;
		}

.tblForm em {
	color:red;
}
.hissu {
}

div.btnForm {
	clear:both;
	margin:15px auto;
	text-align:center;
}

/*formStyle*/
.input01 {
	width:260px;
}
.input02 {
	width:150px;
}
.zip {
	width:80px;
}
.textarea01 {
	width:534px;
	max-width:534px;
	height:10em;
}

.input01,
.input02,
.zip,
.textarea01 {
}

.labelStyle {
	cursor:pointer;
}

/*endPage*/
.endMsg {
	margin-bottom:200px;
}

/*Button*/
.btnStyle {
	margin:0 auto;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	/*IE*/
	*display:block;
}

.btnStyle:hover {
	opacity:0.75;
	filter:alpha(opacity=75);
	-webkit-transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}

.btnBack {
	width:150px;
	height:40px;
	background:url(../img/second/btn_back.gif) 0 0 no-repeat;
}
.btnCheck {
	width:150px;
	height:40px;
	background:url(../img/second/btn_check.gif) 0 0 no-repeat;
}
.btnSubmit {
	width:150px;
	height:40px;
	background:url(../img/second/btn_submit.gif) 0 0 no-repeat;
}


/*------------------------ append -------------------------*/













