@charset "shift_jis";

/* ##########################################

		モジュール

########################################## */

/* content=====================================

1. 音声用
2. パンくずリスト【TopBox】
3. ページトップ、戻る【pagetop】
4. 印刷ボタン【PtintpageBTN】
5. アイコン付リンク
6. アプリケーションソフト　ダウンロード
7. テーブル
8. ページナビ

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

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

	1. 音声用

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

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

	2. パンくずリスト【TopBox】

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

#TopBox {
	margin: 0px auto;
	width: 956px;
	overflow: hidden;
}

#TopBox:after {
	content: "";
	display: block;
	clear: both;
}

#TopBox ul {
	display: block;
	text-align: left;
	margin: 0 0 0 7px;
	padding: 0;
	letter-spacing: -.40em;
}

#TopBox li {
	float: left;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
	/*display: inline-block;*/
	letter-spacing: normal;
	background: url(/common/images/ico_topicpath.png) no-repeat 100% 50%;
	padding: 0 8px 0 0;
}

#TopBox li:first-child {
	padding: 0 8px 0 0;
}

#TopBox li:last-child {
	background: none;
	float: none;
}

#TopBox em {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 0.5px;
	padding: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

#TopBox a:link,
#TopBox a:visited {
	display: block;
	padding: 10px;
	color: #1D3994;
	text-decoration: none;
}

#TopBox a:hover,
#TopBox a:active {
	display: block;
	padding: 10px;
	color: #FD002E;
	text-decoration: underline;
}


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

	3. ページトップ、戻る【pagetop】

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

#pagetop,
#pagetop_740 {
	width: 100%;
	text-align: right;
	/*margin: 50px 0 0 0;
	padding: 10px 0 20px 0;*/
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* リリースの注釈付き */
#pagetop_notice {
	width: 100%;
	text-align: right;
	margin-top: 20px;
	padding: 10px 0 20px 0;
	clear: both;
}

.pagetop_noticearea { 
	padding: 7px 10px 7px 13px;
	margin: 5px 0 5px 0;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	line-height: 130%;
}

#pagetop ul,
#pagetop_notice ul,
#pagetop_740 ul {
	float: right;
	display: none;
	position: fixed;
    	bottom: 10px;
    	right: 10px;
	z-index: 999;
	opacity: 0.8;
}

#pagetop li,
#pagetop_notice li,
#pagetop_740 li {
	float: left;
	position: relative;
	bottom: 1px;
}

#pagetop a,
#pagetop_notice a,
#pagetop_740 a {
	display: block;
}

#pagetop:after,
#pagetop_notice:after,
#pagetop_740:after {
	content: "";
	display: block;
	clear: both;
}

#pagetop img,
#pagetop_notice img,
#pagetop_740 img {
	margin-left: 4px;
}

#pagetop_notice_txt {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
/*	border-bottom: 1px solid #E2E6E7;*/
	text-align: left;
}

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

	4. 印刷関連

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


/* 印刷時改ページ指定 */
.newpage {
	page-break-before: always;
}


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

	5. アイコン付リンク

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

/* --------- 別ウィンドウ --------- */

.pop_link {
	background: url(/common/images/ico_popwin_02.gif) no-repeat 0 0.15em;
	_background: url(/common/images/ico_popwin_02.gif) no-repeat 0 0.25em;
	display: inline;
	padding-left: 18px;
	zoom: 1;
}


/* duskin.jpフッターリンク用ここまで */
/* --------- 同一ウィンドウ --------- */

.same_link {
	background-image: url(/common/images/icon_yajirusi.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.45em;
	display: inline-block;
	padding-left: 13px;
	margin-left: 3px;
}

.same_link2 {
	vertical-align: center;
	padding-left: 13px;
	margin-left: 3px;
	display: block;
	background: url(/common/images/icon_yajirusi.gif) 1px 0.45em  no-repeat;
}

.same_link3 {
	vertical-align: center;
	padding-left: 13px;
	margin-left: 3px;
	background: url(/common/images/icon_yajirusi.gif) 1px 0.14em  no-repeat;
}

/* --------- PDFファイルリンク --------- */
a[href$="pdf"]:not(.noicon),
.pdf_link  {
	display: inline-block;
	background: url(/common/images/pdf.gif) no-repeat 0 0.15em;
	padding: 1px 0 1px 19px;
}

dd a[href$="pdf"]:not(.noicon)  {
	background: url(/common/images/pdf.gif) no-repeat 0 0.3em;
	padding: 1px 0 1px 19px;
}

/* --------- wordファイルリンク --------- */
a[href$="doc"]:not(.noicon) {
	background: url(/common/images/word.gif) no-repeat 0 0.2em;
	padding-left: 19px;
}

/* --------- PPTファイルリンク --------- */
a[href$="ppt"]:not(.noicon) {
	background: url(/common/images/ppt.gif) no-repeat 0px 0.1em;
	_background: url(/common/images/ppt.gif) no-repeat 0px 0.2em;
	padding: 0 0 0 19px;
}

/* --------- WMV,MP4ファイルリンク --------- */
a[href$="wmv"]:not(.noicon),
a[href$="mp4"]:not(.noicon) {
	background: url(/common/images/wmv.gif) no-repeat 0px 0.1em;
	_background: url(/common/images/wmv.gif) no-repeat 0px 0.2em;
	padding: 0 0 0 19px;
}

/* --------- RSS --------- */
.rss_icon {
	background: url(/common/images/ico_rss.gif) no-repeat;
	_background: url(/common/images/ico_rss.gif) no-repeat 0 0.4em;
	display: inline;
	padding-left: 18px;
}

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

	6. アプリケーションソフト　ダウンロード

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

.get_area {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

.get_area p {
	background: url(/common/images/line_gdot550.gif) repeat-x 50% 0;
	margin-top: 50px;
	padding: 11px 0 0 10px;
}

.get_area p.none {
	margin-top: 10px;
	background: none;
}

.get_area .ft_right {
	padding: 0 10px;
}

.get_area:after {
	content: "";
	display: block;
	clear: both;
}


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

	7. テーブル

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

/* 	角丸テーブル
	tbR（標準） tbRB（縦組み）
----------------------------------------------- */

table.tbR {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	border-top: 1px solid #aaaaaa;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #aaaaaa;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table.tbR th,
table.tbR td,
table.tbRB th,
table.tbRB td {
	border-top: none !important;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: none !important;
	vertical-align: middle;
}

table.tbR th,
table.tbRB th {
	background-color: #eeeeee;
	vertical-align: middle;
	text-align: center;
}

table.tbR th,
table.tbRB th,
table.tbR td,
table.tbRB td {
	line-height: 1.5;
}

/* 左上R */
table.tbR tr:first-child th:first-child,
table.tbR :not(tbody) tr:first-child td:first-child,
table.tbR .top_r_R,
table.tbRB tr:first-child th:first-child,
table.tbRB :not(tbody) tr:first-child td:first-child,
table.tbRB .top_r_R {
	border-top-left-radius: 5px !important;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/* 右上R */
table.tbR tr:first-child th:last-child,
table.tbR  tr:first-child td:last-child,
table.tbRB tr:first-child th:last-child,
table.tbRB tr:first-child td:last-child {
	border-top-right-radius: 5px;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}

/* 左下R */
table.tbR :not(thead) tr:last-child th:first-child,
table.tbR tr:last-child td:first-child,
table.tbRB :not(thead) tr:last-child th:first-child,
table.tbRB tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
}

/* 右下R */
table.tbR tr:last-child td:last-child,
table.tbRB tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
}

/* 左下on */
table.tbR .btm_l_R,
table.tbRB .btm_l_R {
	border-bottom-left-radius: 5px !important;
	-webkit-border-radius: 0 0 0 5px !important;
	-moz-border-radius: 0 0 0 5px !important;
}

/* 右下on */
table.tbR .btm_r_R,
table.tbRB .btm_r_R {
	border-bottom-right-radius: 5px !important;
	-webkit-border-radius: 0 0 5px 0 !important;
	-moz-border-radius: 0 0 5px 0 !important;
}

/* 左右下on */
table.tbR .btm_lr_R,
table.tbRB .btm_lr_R {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	-webkit-border-radius: 0 0 5px 5px !important;
	-moz-border-radius: 0 0 5px 5px !important;
}

/* 右下off */
table.tbR .btm_r_L,
table.tbRB .btm_r_L {
	border-bottom-right-radius: 0px !important;
	-webkit-border-radius: 0 0 0 5px !important;
	-moz-border-radius: 0 0 0 5px !important;
}

/* 左下off */
table.tbR .btm_l_L,
table.tbRB .btm_l_L {
	border-bottom-left-radius: 0px !important;
	-webkit-border-radius: 0 0 5px 0 !important;
	-moz-border-radius: 0 0 5px 0 !important;
}

/* 左右下off */
table.tbR .btm_lr_L {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	-webkit-border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 0 0 0 !important;
}

/* 	onマウス
----------------------------------------------- */

.tbOM td {
	cursor: pointer;
}

.tbOM tr:hover,
.over  {
	background: #F0FFF0;
}

.over_active {
	background: #FFB6C1;
}


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

	8. ページナビ

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

.PageNavi ul {
	float: right;
}

.PageNavi:not(:first-child) ul {
	padding-top: 15px;
}

.PageNavi:first-child li.PageUp {
	display: none;
}

.PageNavi:not(:first-child):after {
	content: "";
	display: block;
	clear: both;
}

.PageNavi li {
	float: left;
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.PageNavi li a {
	text-decoration: none;
	display: block;
	width: 38px;
	height: 38px;
}

li.PageUp {
	background: url(/common/images/btn_PageUp.gif) no-repeat;
	margin: 0 4px;
}
li.PageBack {
	background: url(/common/images/btn_PageBack.gif) no-repeat;
	margin: 0 4px;
}
li.PageNext {
	background: url(/common/images/btn_PageNext.gif) no-repeat;
	margin: 0 4px;
}

li.PageUp a:hover {
	background: url(/common/images/btn_PageUp_on.gif) no-repeat;
}
li.PageBack a:hover {
	background: url(/common/images/btn_PageBack_on.gif) no-repeat;
}
li.PageNext a:hover {
	background: url(/common/images/btn_PageNext_on.gif) no-repeat;
}

