@charset "UTF-8";

.ttl_box .ttl_link a,
.ttl_box .ttl a,
.ttl_box .txt a,
.link_txt_anchor a,
.link_txt_anchor_nowrap a,
.link_btn a,
.link_btn_free a,
.link_btn_w a,
.related_link_block a,
.link_txt a,
.tab_block a {
	text-decoration: none;
}


/*menu
---------------------------------------------------------- */
@media screen and (max-width: 738px) {
	#menu {
		margin-bottom: 10px;
	}
}


/*topicpath
---------------------------------------------------------- */

.topicpath {
	clear: both;
	width:980px;
	margin: 0 auto 10px;
	overflow: hidden;
	zoom:1;
}

/*.topicpath ul{
	float: left;
	width:880px;
}*/

.topicpath ul li {
	list-style: none;
	display:inline;
}

.topicpath ul li a {
	padding-right:3px;
}

/*.topicpath p {
	float: right;
	width:80px;
}*/

@media screen and (max-width: 738px) {
	.topicpath {
		width:94%;
		margin: 0 auto 5px;
	}

	/*.topicpath ul{
		float: none;
		width:100%;
	}

	.topicpath p {
		display: none;
	}*/

}


/*title
---------------------------------------------------------- */

h1 {
	margin-bottom:20px;
	padding:12px 0 9px;
	border-top:3px solid #005bac;
	border-bottom:1px solid #dadada;
	color: #005bac;
	font-size: 146.5%;
	line-height:1.2;
	font-family: calibri, 'Open Sans', sans-serif;
	font-size:400;
}

.ttl01 {
	margin-bottom:20px;
	padding:12px 0 15px;
	border-top:3px solid #005bac;
	border-bottom:1px solid #dadada;
}

.ttl01 h1 {
	margin-bottom:0;
	padding:0;
	border:0;
}

.ttl01 p{
	margin-bottom:0;
	font-weight: bold;
	line-height:1.2;
}


h2 {
	margin-bottom:20px;
	padding-left: 15px;
	font-size: 131%;
	line-height:1.2;
	font-family: calibri, 'Open Sans', sans-serif;
	border-left:1px solid #025faf;
	color: #444444;
}

h3 {
	clear: both;
	display:table;
	width:100%;
	margin-bottom: 15px;
	padding-bottom:10px;
	border-bottom:1px solid #dadada;
	color: #005bac;
	font-size: 116%;
	line-height:1.4;
	font-family: calibri, 'Open Sans', sans-serif;
	overflow: hidden;
	zoom:1;
}

h3 img {
	width: auto !important;
	height: 22px !important;
}

h3 span {
	display:table-cell;
}

h3 span.font_small {
	display: inline;
}

h3 .btn_area {
	width:156px;
	text-align: right;
}

h3 .btn_area img {
	margin-left:6px;
}

h4 {
	margin-bottom: 15px;
	color: #005bac;
	font-size: 116%;
	line-height:1.4;
	font-family: calibri, 'Open Sans', sans-serif;
}

@media screen and (max-width: 738px) {
	h1 {
		font-size: 131%;
		line-height:1.4;
	}
	
	h2 {
		font-size: 123.1%;
		line-height:1.4;
	}
	
	h3,
	h4 {
		font-size: 108%;
	}
}


/*container
---------------------------------------------------------- */

#container {
	clear: both;
	width: 978px;
	margin: 0 auto 60px;
	overflow: hidden;
	zoom:1;
	font-size: 116%;
}

@media screen and (max-width: 738px) {
	#container {
		width: 94%;
		margin: 0 auto 20px;
	}
}

#contents {
	float: right;
	width:700px;
}

#side_nav {
	float: left;
	width:250px;
	font-size:85%;
}

@media screen and (max-width: 738px) {
	#contents,
	#side_nav {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
}


/*side_nav
---------------------------------------------------------- */

#side_nav .nav_ttl {
	background-color:#005bac;
	color: #ffffff;
	font-size: 123.1%;
	font-family: calibri, 'Open Sans', sans-serif;
}

#side_nav .nav_ttl a {
	display:block;
	padding: 8px 10px;
	color: #ffffff !important;
	text-decoration: none !important;
}

#side_nav li {
	list-style: none;
	border-bottom: 1px solid #dadada;
	font-size: 108%;
}

#side_nav li a {
	display:block;
	padding: 8px 10px 8px 32px;
	font-weight: bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(/img/en/common/icon_arrow01.png) 12px center no-repeat;
}

#side_nav li a:link,
#side_nav li a:visited {
	color: #333333;
	text-decoration: none;
}

#side_nav li a:hover,
#side_nav li a:active {
	color: #333333;
	text-decoration: none;
	background-color: #f2f8fe !important;
}

#side_nav li.select {
	border-bottom: 1px dotted #dadada;
}

#side_nav li.select + li {
	border-top: 0;
}

#side_nav li.select a {
	background: #f2f8fe url(/img/en/common/icon_arrow01_btm.png) 10px center no-repeat;
}

#side_nav li ul li {
	border-bottom:0;
	border-top: 1px solid #dadada;
	font-size:85%;
}

#side_nav li ul li.select {
	border-top: 1px dotted #dadada;
}


#side_nav li ul li a {
	font-weight: normal;
	background: #ffffff url(/img/en/common/icon_sidenav01.gif) 18px center no-repeat !important;
}

#side_nav li ul li.select a {
	background: #f2f8fe url(/img/en/common/icon_sidenav02.gif) 18px center no-repeat !important;
}

#side_nav li ul li ul {
	margin-left: 30px;
	font-size:116%;
}

#side_nav li ul li ul li:first-child {
	border-top: none;
}

#side_nav li ul li ul li a,
#side_nav li ul li.select li a {
	font-weight: normal;
	padding: 8px 0 8px 20px;
	background: #ffffff url(/img/en/common/icon_sidenav03.png) 10px center no-repeat !important;
}

#side_nav li ul li.select li.select {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#side_nav li ul li.select li.select a {

	background: #f2f8fe url(/img/en/common/icon_sidenav03.png) 10px center no-repeat !important;
}



/*colum
---------------------------------------------------------- */

.col3, .col4, .col6, .col8, .col9 {
	float: left;
	display: inline;
	margin-left: 2%;
	/*background-color: #e9f5ff;*/
}

.col3:first-child,
.col4:first-child,
.col6:first-child,
.col8:first-child,
.col9:first-child,
.col12:first-child {
	clear: left;
	margin-left: 0;
}

.col3 {width: 23.5%;}
.col4 {width: 32%;}
.col6 {width: 49%;}
.col8 {width: 66%;}
.col9 {width: 74.5%;}
.col12 {width: 100%;}

/*
.col1 {width: 6.5%;}
.col2 {width: 15%;}
.col5 {width: 40.5%;}
.col7 {width: 57.5%;}
.col10 {width: 83%;}
.col11 {width: 91.5%;}
*/


@media screen and (max-width: 738px) {
	.col3 {width: 49%;}

	.col3:nth-child(odd) {
		margin-left:0;
	}

	.col9 + .col3 {
		margin-left:0;
	}

	.col4, .col6, .col8, .col9, .col12 {
		float: none;
		clear: both;
		width: 100%;
		display:block;
		margin-left:0;
	}
}


/*block
---------------------------------------------------------- */

/*テキストのみ*/

.txt_block {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}

.txt_block p {
	margin-bottom: 15px;
}

.txt_block p:last-child,
.txt_block ul:last-child,
.txt_block ol:last-child {
	margin-bottom:0;
}

.txt_block div:first-child {
	margin-left:0;
}

.txt_block ol + p,
.txt_block ul + p {
	margin-top: -25px;
}


/*テキスト + 画像*/

.img_txt_r_block,
.img_txt_l_block {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}

.img_txt_r_block p,
.img_txt_l_block p {
	margin-bottom: 15px;
}

.img_txt_r_block p:last-child,
.img_txt_l_block p:last-child {
	margin-bottom: 0;
}

.img_txt_r_block .ph {
	float: right;
	margin: 0 0 1% 2%;
	text-align: center;
}

.img_txt_l_block .ph {
	float: left;
	margin: 0 2% 1% 0;
	text-align: center;
}

.img_txt_r_block .ph p,
.img_txt_l_block .ph p {
	text-align: left;
	/*word-break:break-all;*/
}

.img_txt_r_block .ph p,
.img_txt_l_block .ph p {
	margin:5px 0 10px !important;
	font-size:85%;
}

.img_txt_r_block .txt,
.img_txt_l_block .txt{
	overflow: hidden;
	zoom:1;
}

@media screen and (max-width: 738px) {
	.img_txt_r_block .ph,
	.img_txt_l_block .ph {
		float: none;
		margin: 0 0 2% 0;
	}

	.img_txt_r_block .txt,
	.img_txt_l_block .txt{
		overflow: visible;
	}
}


/*画像のみ*/

.img_block{
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
	word-break:break-all;
}

.img_block li {
	list-style: none;
	text-align: center;
}


.img_block li p {
	margin:5px 0 0 !important;
	font-size:93%;
	text-align: left;
	word-break:normal;
}

.img_block li.col12 p {
	 text-align: center;
}

.img_block li.col12 img{
	max-width: 100% !important;
}

@media screen and (max-width: 738px) {
	.img_block li {
		margin-bottom:10px;
	}
	
	.img_block li:last-child {
		margin-botto:0;
	}
}


/*見出し+テキスト+画像*/

.ttl2_block,
.ttl3_block {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}


.ttl_box {
	background-color: #ededed;
	position:relative;
}

.ttl_box .ttl {
	font-size: 116%;
	line-height:1.4;
	color: #ffffff;
	font-weight: bold;
	/*word-break:break-all;*/
	font-family: calibri, 'Open Sans', sans-serif;
	position:relative;
}

.ttl3_block .ttl_box .ttl {
	font-size: 116%;
}

.ttl_box .ttl img {
	width:100%;
	height:auto;
}

.ttl_box .ttl .file-pdf {
	margin-left: 5px;
}

.ttl_box .ttl .file-pdf img {
	width: auto !important;
	display: inline-block !important;
	margin-left: 5px;
}

.ttl_box .ttl p{
	width:94%;
	position: absolute;
	bottom:0;
	left:0;
	padding: 15px 3% 15px 3%;
	background:url(/img/en/common/bg_black01.png) repeat;
}

.ttl_box p.ttl{
	width:94%;
	padding: 15px 3% 15px 3%;
	background:url(/img/en/common/bg_black01.png) repeat;
}


.ttl_box .ttl p a,
.ttl_box p.ttl a{
	display:block;
	padding-right: 4%;
	color: #ffffff;
	background:url(/img/en/common/icon_arrow07.png) 98% center no-repeat;
}


.ttl3_block .ttl_box .ttl p a,
.ttl3_block .ttl_box p.ttl a {
	display:block;
	padding-right: 6%;
	background:url(/img/en/common/icon_arrow07.png) 97% center no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
}


.ttl_box .txt {
	padding: 20px 20px 15px 20px;
}

.ttl_box .txt p + ul {
	margin-top:10px;
}

.ttl_box .txt li {
	margin-bottom:1px;
	list-style: none;
	font-size:108%;
}

.ttl_box .txt li img {
	margin-left: 5px;
	vertical-align: middle;
}

.ttl_box .txt li a {
	display:block;
	padding-left: 15px;
	background:url(/img/en/common/icon_arrow01.png) left 5px no-repeat;
	color: #333333;
}



@media screen and (max-width: 738px) {
	.ttl2_block,
	.ttl3_block {
		margin-bottom:0;
	}
	.ttl_box {
		margin-bottom:40px;
	}
}




/*汎用ボタン
---------------------------------------------------------- */

.link_btn {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
	font-family: calibri, 'Open Sans', sans-serif;
}

.link_btn ul {
	clear: both;
	margin-top:10px;
	overflow: hidden;
	zoom:1;
}

.link_btn ul:first-child {
	margin-top:0;
}

.link_btn ul li {
	list-style: none;
	display:table;
	/*width:100%;*/
}

.link_btn ul li a:link,
.link_btn ul li a:visited,
.link_btn ul li a:hover,
.link_btn ul li a:active {
	/*display: block;*/
	display:table-cell;
	padding: 12px 12px 12px 26px;
	border:1px solid #d5d5d5;
	vertical-align: middle;
}

.link_btn ul li a:link,
.link_btn ul li a:visited {
	background: #ffffff url(/img/en/common/icon_arrow01.png) 12px center no-repeat;
}

.link_btn ul li a:hover,
.link_btn ul li a:active {
	background: #f2f8fe url(/img/en/common/icon_arrow01.png) 12px center no-repeat;
	box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
}

.link_btn + .link_btn {
	margin-top:-20px;
}


@media screen and (max-width: 738px) {
	.link_btn ul li {
		margin-bottom:10px;
	}

	.link_btn ul li:last-child,
	.link_btn ul li.col3:nth-last-child(2) {
		margin-bottom:0;
	}

}


/*ボタンサイズ自由*/

.link_btn_free {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
	font-family: calibri, 'Open Sans', sans-serif;
}

.link_btn_free ul {
	clear: both;
	overflow: hidden;
	zoom:1;
	margin-left: -2%;
}

.link_btn_free ul li {
	float: left;
	margin-left: 2%;
	list-style: none;
	font-size: 108%;
}

.link_btn_free ul li a:link,
.link_btn_free ul li a:visited,
.link_btn_free ul li a:hover,
.link_btn_free ul li a:active {
	display: block;
	padding: 12px 20px 12px 26px;
	border:1px solid #d5d5d5;
}

.link_btn_free ul li a:link,
.link_btn_free ul li a:visited {
	background: #ffffff url(/img/en/common/icon_arrow01.png) 12px center no-repeat;
}

.link_btn_free ul li a:hover,
.link_btn_free ul li a:active {
	background: #f2f8fe url(/img/en/common/icon_arrow01.png) 12px center no-repeat;
	box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
}

.link_btn_free + .link_btn_free {
	margin-top:-20px;
}


@media screen and (max-width: 738px) {
	.link_btn_free ul li {
		margin-bottom:10px;
	}

}



/*背景無し*/

.link_btn_w {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}

.link_btn_w ul {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}

.link_btn_w ul:first-child {
	margin-top:0;
}

.link_btn_w li {
	background-color: #fff;
	list-style: none;
}

.link_btn_w li a {
	display:block;
	padding-left: 15px;
	color: #333333;
	background:url(/img/en/common/icon_arrow01.png) left 6px no-repeat !important;
}



@media screen and (max-width: 738px) {
	.link_btn_w li {
		margin-bottom:10px;
	}
	
	.link_btn_w ul {
		margin-top:0 !important;
	}
}



/*色付きボタン（※フォーム部分で仕様）
---------------------------------------------------------- */

.form_btn {
	margin-bottom:40px;
	font-family: calibri, 'Open Sans', sans-serif;
}

.form_btn ul {
	clear: both;
	margin-top:10px;
	overflow: hidden;
	zoom:1;
}

.form_btn ul:first-child {
	margin-top:0;
}

.form_btn ul li {
	list-style: none;
	font-size: 108%;
	text-align: center;
}

.form_btn ul li a:link,
.form_btn ul li a:visited,
.form_btn ul li a:hover,
.form_btn ul li a:active {
	display: block;
	padding: 15px 12px;
	border-bottom:2px solid #002f8a;
	background: #0059af;
	color: #fff;
	text-decoration: none;
}

.form_btn ul li.form_btn_gray a:link,
.form_btn ul li.form_btn_gray a:visited,
.form_btn ul li.form_btn_gray a:hover,
.form_btn ul li.form_btn_gray a:active {
	border-bottom:2px solid #999999;
	background: #aaaaaa;
}

.form_btn + .form_btn {
	margin-top:-20px;
}


@media screen and (max-width: 738px) {
	.form_btn ul li {
		margin-bottom:10px;
	}

	.form_btn ul li:last-child,
	.form_btn ul li.col3:nth-last-child(2) {
		margin-bottom:0;
	}

}



/*関連リンク
---------------------------------------------------------- */

/*テキストリンク*/

.related_link_block {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
	font-family: calibri, 'Open Sans', sans-serif;
}

.related_link_block .ttl {
	margin-bottom:5px;
	font-size: 138.5%;
	line-height: 1.4;
	color: #005bac;
	font-weight: bold;
}

.related_link_block .page_name{
	padding: 10px;
	background-color: #1274cb;
	color: #ffffff;
	font-weight: bold;
	font-size: 108%;
}

.related_link_block ul li {
	list-style: none;
	font-size: 108%;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}

.related_link_block ul li a:link,
.related_link_block ul li a:visited,
.related_link_block ul li a:hover,
.related_link_block ul li a:active {
	display: block;
	padding: 10px 10px 10px 26px;
	border-bottom:1px solid #d5d5d5;
}

.related_link_block ul li a:link,
.related_link_block ul li a:visited {
	background: #ffffff url(/img/en/common/icon_arrow01.png) 12px center no-repeat;
}

.related_link_block li a:hover,
.related_link_block li a:active {
	background: #f2f8fe url(/img/en/common/icon_arrow01.png) 12px center no-repeat;
	box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
}


/*画像リンク*/

.related_img_block {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
}

.related_img_block .ttl {
	margin-bottom:5px;
	font-size: 138.5%;
	color: #005bac;
	font-weight: bold;
	font-family: calibri, 'Open Sans', sans-serif;
}

.related_img_block ul {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	zoom:1;
}

.related_img_block ul:first-child {
	margin-top:0;
}

.related_img_block ul li {
	list-style: none;
}

.related_img_block ul li a {
	display:block;
	border:1px solid #d5d5d5;
	overflow: hidden;
}

@media screen and (max-width: 738px) {
	.related_img_block ul li {
		margin-bottom:10px;
	}

	.related_img_block ul li:last-child {
		margin-bottom:0;
	}

	.related_img_block ul li img {
		width:100%;
	}
}



/*table
---------------------------------------------------------- */

.table_list,
.table_scroll {
	margin-bottom:40px;
}

/*firefox hac*/

@-moz-document url-prefix() {
	.table_list table {
		table-layout: fixed;
	}
}

.table_scroll {
	position: relative;
}

.table_list table,
.table_scroll table {
	border-collapse:collapse;
	font-size:93%;
}

.table_list th,
.table_scroll th {
	padding: 10px;
	background-color: #f4f4f4;
	border:1px solid #dddddd;
}

.table_list td,
.table_scroll td {
	padding: 10px;
	border:1px solid #dddddd;
}

.table_list td.table_indent,
.table_scroll td.table_indent {
	padding: 10px 10px 10px 20px;
}

.table_list td.table_indent02,
.table_scroll td.table_indent02 {
	padding: 10px 10px 10px 30px;
}

.table_scroll td.sub_th {
	background-color: #f4f4f4;
}

.table_scroll td.sub_th02 {
	background-color: #dbdbdb;
}

.table_list .bdr_none,
.table_scroll .bdr_none {
	border-right:0;
}

.table_list .bdl_none,
.table_scroll .bdl_none {
	border-left:0;
}

/*.table_list a,
.table_scroll a {
	display:block;
}*/

.table_list td.hogehoge:hover,
.table_scroll td.hogehoge:hover{
	background-color: #ff0000;
}

.table_list + .txt_indent_s,
.table_scroll + .txt_indent_s,
.table_list + .txt_indent_m,
.table_scroll + .txt_indent_m,
.table_list + .txt_indent_l,
.table_scroll + .txt_indent_l {
	margin-top: -25px;
}

.table_list table + p,
.table_scroll table + p {
	margin-top:5px;
}


/*padding狭く*/
.table_pd_s th {
	padding: 8px;
}

.table_pd_s td {
	padding: 8px;
}



/*横スクロールver*/

@media screen and (max-width: 738px) {

	.table_scroll{
		overflow-x: scroll;
	}
	/* スマホ版についてth欄を見やすくする　20160809by林 */
	.table_scroll th,.table_scroll td{
		padding:5px!important;
	}

	.table_scroll th {
		/*white-space:nowrap;*/
	}

	.table_scroll:after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		display: block;
		width: 0;
		height: 0;
		margin-top: -10px;
		border-top: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #005BAC;
		opacity: 1;
		-webkit-transition: opacity 800ms ease-in-out;
		   -moz-transition: opacity 800ms ease-in-out;
		    -ms-transition: opacity 800ms ease-in-out;
		     -o-transition: opacity 800ms ease-in-out;
		        transition: opacity 800ms ease-in-out;
		-webkit-animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		   -moz-animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		     -o-animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		        animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		pointer-events: none;
	}
	.table_scroll._scrolled:after {
		opacity: 0;
	}

}

@-webkit-keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}
@-o-keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}
@-moz-keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}
@keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}

/*テキストリンク
---------------------------------------------------------- */

.link_txt {
	margin-bottom:40px;
}

.link_txt li {
	list-style: none;
	margin-bottom:3px;
	padding-left: 15px;
	background: url(/img/en/common/icon_arrow01.png) left 4px no-repeat;
}

.link_txt li img,
img.jump_link_icon,
.file-excel img,
.file-word img {
	margin:0 5px;
}

.link_txt ul {
	margin-top:5px;
}

.link_txt li ul li {
	padding-left: 12px;
	background: url(/img/en/common/icon_arrow02.gif) left 3px no-repeat;
}

.link_txt li ul li ul li{
	padding-left: 10px;
	background: url(/img/en/common/icon_arrow03.gif) left 3px no-repeat;
}

.link_txt li ul li ul li ul li{
	padding-left: 12px;
	background: url(/img/en/common/icon_arrow04.gif) left 3px no-repeat;
}

.link_txt li ul li ul li ul li ul li{
	padding-left: 12px;
	background: url(/img/en/common/icon_round01.gif) left 5px no-repeat;
}


/*anchor*/

.link_txt_anchor {
	clear: both;
	margin-bottom:40px;
	padding: 10px 0 10px 10px;
	background-color: #ededed;
	overflow: hidden;
	zoom:1;
}

.link_txt_anchor li {
	float: left;
	white-space:nowrap;
	list-style: none;
	margin:3px 20px 3px 0;
	padding-left: 15px;
	background: url(/img/en/common/icon_arrow06.png) left center no-repeat;
}

@media screen and (max-width: 738px) {
	.link_txt_anchor {
		padding: 10px 3%;
	}
	.link_txt_anchor li {
		white-space:normal;
		margin:3px 10px 3px 0;
	}
}

/*anchor nowrap*/

.link_txt_anchor_nowrap {
	clear: both;
	margin-bottom:40px;
	padding: 10px 0 10px 10px;
	background-color: #ededed;
	overflow: hidden;
	zoom:1;
}

.link_txt_anchor_nowrap li {
	list-style: none;
	margin:3px 0 3px 0;
	padding-left: 15px;
	background: url(/img/en/common/icon_arrow06.png) left center no-repeat;
}

@media screen and (max-width: 738px) {
	.link_txt_anchor_nowrap {
		padding: 10px 3%;
	}
	.link_txt_anchor_nowrap li {
		margin:3px 0;
	}
}


/*PDF DOWNLOAD
---------------------------------------------------------- */

.adobe_reader {
	clear: both;
	margin-bottom: 40px;
	padding: 15px;
	overflow: hidden;
	zoom:1;
	border:1px solid #dadada;
}

.adobe_reader div {
	float: left;
	width:158px;
	margin-right: 20px;
}

.adobe_reader p {
	overflow: hidden;
	zoom:1;
}

@media screen and (max-width: 738px) {
	.adobe_reader div {
		float:none;
		margin: 0 auto 15px;
	}
}


/*RSSボタン
---------------------------------------------------------- */
.btn_rss {
	margin-bottom: 10px;
	text-align: right;
}

/*tab
---------------------------------------------------------- */

.tab_block {
	width: 700px;
}

.tab_block ul{
	clear: both;
	overflow: hidden;
	zoom:1;
}

.tab_block ul li {
	float: left;
	display:table;
	list-style: none;
	border:1px solid #dadada;
	text-align: center;
	line-height: 1.2;
}


.tab_block ul li a {
	padding: 8px 10px;
	display:table-cell;
	vertical-align: middle;
}


/*tab6*/

.tab_block ul.tab6 {
	width: 708px;
	margin-left: -8px;
}

.tab_block ul.tab6 li {
	width:108px;
	margin-left: 8px;

}

@media screen and (max-width: 738px) {
	.tab_block {
		width: 100%;
	}

	.tab_block ul.tab6 li {
		box-sizing:border-box;
	}
	.tab_block ul li:first-child {
		margin-top: 0;
	}

	.tab_block ul.tab6 {
		width: 100%;
		margin-left: 0;
	}

	.tab_block ul.tab6 li {
		width:100%;
		margin: 5px 0 0 0;
	}
}


/*htmlボタン
---------------------------------------------------------- */

.btn_area {
	text-align: center;
}

.btn_area li {
	list-style: none;
}

.btn_area li a {
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	border:1px solid #dadada;
	text-decoration: none;
}

.btn_area .btn_prev {
}

.btn_area .btn_next {
}


/*テキストインデント
---------------------------------------------------------- */

.txt_indent_s {
	margin: 0 0 40px 1em;
}

.txt_indent_s li {
	margin-top:5px;
	text-indent:-1em;
	list-style: none;
}

.txt_indent_m {
	margin: 0 0 40px 1.8em;
}

.txt_indent_m li {
	margin-top:5px;
	text-indent:-1.8em;
	list-style: none;
}

.txt_indent_l {
	margin: 0 0 40px 2.6em;
}

.txt_indent_l li {
	margin-top:5px;
	text-indent:-2.6em;
	list-style: none;
}


.txt_indent_s li:first-child,
.txt_indent_m li:first-child,
.txt_indent_l li:first-child {
	margin-top:0;
}


.txt_block p .txt_indent_s,
.txt_block p .txt_indent_m,
.txt_block p .txt_indent_l {
	margin-bottom:15px !important;
}

/*中間ページアイコン
---------------------------------------------------------- */
img.jump_link_icon {
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
	*display: inline;
}



/*ol
---------------------------------------------------------- */

ol.ol_A1a li:before{
	content: counter(number,upper-alpha)"．";
}

ol.ol_A1a li ol li:before{
	content: counter(number)"．";
}

ol.ol_A1a li ol li ol li:before{
	content: counter(number,lower-alpha)"．";
}