@charset "utf-8";

html{
	width:100%;
	height:100%;
}

body{
	font-size:14px;
	line-height: 1.3;
	width:100%;
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	height:100%;
}

td{
	font-size:14px;
}

/* partition
---------------------------------------*/
#base{
	width:auto;
	height:100%;
	text-align:left;
	clear:both;
	padding: 0px;
}

#index_sp{
	clear: both;
}

#base .index_cls{
	padding:0;
	width:14px;
	border:none;
}

#page{
}

#page_sp{
/*	float:right;*/
}

#page_i{
	margin: 0;
	padding: 0;
}

/* header
---------------------------------------*/
#header{
	margin: 0;
	width: 100%;
	height: 50px;
	background-color:#F2F2F2;
	clear:both;
	position:fixed;
}

#header_top{
}

#header .logo {
	margin:13px 0 0 10px;
}

/* Toc
---------------------------------------*/
#header #toc{
	width: 42px;
	float: right;
}

#header #toc #toc_img_sp{
	width: 32px;
	height: 32px;
	background :url("../images_site/mobile/btn_menu.png") no-repeat scroll center center transparent;
	cursor: pointer;
	margin: 10px 10px 0px 0px;
	display: none;
}

#header #toc #toc_close_img_sp{
	width: 32px;
	height: 32px;
	background :url("../images_site/mobile/btn_close.png") no-repeat scroll center center transparent;
	cursor: pointer;
	margin: 10px 10px 0px 0px;
	display: none;
}

/**
 * -------------------
 * search
 * -------------------
 */
#header #search_sp{
	width: 42px;
	float: right;
	display: inline-block;
}

#header #search_sp #search_img_sp{
	width: 32px;
	height: 32px;
	background :url("../images_site/search/btn_search_m_l.png") no-repeat scroll center center transparent;
	border: solid 0px #bebebe;
	cursor: pointer;
	margin: 10px 10px 0px 0px;
}

#header #search_sp #search_img_close_sp{
	width: 32px;
	height: 32px;
	background :url("../images_site/mobile/btn_close.png") no-repeat scroll center center transparent;
	border: solid 0px #bebebe;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
}

#header #searchArea{
	clear: both;
	float: right;
	width: 100%;
	max-width: 300px;
	min-width: 60px;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #bebebe;
	background-color: #F2F2F2;
}

#header #searchArea input{
/*	margin:10px 12px 10px 10px;*/
}

#header #searchArea input:focus{
	background-color: #fafafa;
}

#header #searchArea #word_sp{
	height: 28px;
	max-width: 240px;
	min-width: 60px;
	width: 100%;
	font-size: 12px;
	text-indent: 5px;
	margin: 10px 0px 10px 10px;
	border: solid 1px #bebebe;
	border-collapse: collapse;
	color: #999;
	-moz-box-sizing: border-box;	/* Firefox */
	-webkit-box-sizing: border-box; /* Safari 3 */
	-ms-box-sizing: border-box;		/* Internet Explorer 8 */
	box-sizing: border-box;			/* Opera */ 
}

#header #searchArea #search_img2_sp{
	width: 28px;
	height: 28px;
	vertical-align: top;
	text-align: right;
	margin:10px 10px 10px 0px;
	background :url("../images_site/search/btn_search_m.png") no-repeat scroll center center transparent;
	background-color: #FFF;
	border: solid 1px #bebebe;
	border-collapse: collapse;
	cursor: pointer;
}

#header_back{
	height:50px;
}

/* topbar
---------------------------------------*/
#topbar {
	height: auto;
	background: #b91d1c;
}

#topbar #title {
	line-height:30px;
	font-weight:bold;
	font-size:20px;
	color:#b91d1c;
}

#topbar #title a {
	width: 100%;
	text-decoration: none;
/*	display: inline-block;	*/
}

#topbar #title .title_text{
	line-height:30px;
	font-weight:bold;
	font-size:18px;
	line-height: 1.3;
	color:#fff;
	vertical-align: top;
	text-decoration: none;
	display: inline-block;
	margin : 4px 12px 5px 12px;
}

/* mainbase
---------------------------------------*/
#mainbase {
	width:100%;
	background:#fff;
}

#mainbase #main {
	margin: 15px 12px 30px 12px;
	padding:0;
	width: auto;
}

#mainbase #main img{
/*	width:60%;	*/
/*	max-width:300px;*/
}

@media screen and (max-width : 481px){
	#mainbase { word-break: break-all; }
}

/* bottom_bar
---------------------------------------*/

#bottom_bar{
	height:16px;
	position:relative;
	background: #b91d1c;
	display: block;
}

#bottom_bar p,
#bottom_bar .copyright {
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:15px;
}

/*	Back button
---------------------------------------*/

.btnTable {
	margin: 5px 0 15px auto;
	text-align:right;
}

.btnTable input {
	font-size: 24px;
	text-align:right;
	line-height:30px;
	height:30px;
	margin:5px 15px 0 0;
	text-decoration:none;
	border:none;
	background:none;
}

.nextBtn input {
	width:100px;
	text-align:center;
	background:url("../images_site/common/next_btn.gif") no-repeat left center;
}

.btn_border {
	width: 100%;
	left: 0;
	border-top:#aaa 1px solid;
	padding-top: 10px;
}

/* floating menu
---------------------------------------*/
#floating {
	font-size: 22px;
	line-height:36px;
	width: 100%;
	height: 36px;
	background-color: #000;
	opacity:1.0;
	color:#fff;
	text-decoration: none;
	font-weight: bold;

	position: fixed;
	bottom: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style: none;
	float: none;
	cursor:pointer;
	text-align:center;
}

#floating a{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

/* footer_style
---------------------------------------*/
#footer_s {
	font-size: 22px;
	height:36px;
	color:#FFF;
	background-color: #000;
}

#footer_s a{
	color:#fff;
	text-decoration: none;
}

/* loading
---------------------------------------*/
.xmlload {
	height: 90px;
	display: none;
}

@media screen and (max-width : 480px){
	.xmlload {
		height: 60px;
	}
	.xmlload img{
		max-width: 64px;
		max-height: 64px;
	}
}
@media screen and (min-width : 800px){
	.xmlload {
		height: 120px;
	}
	.xmlload img{
		max-width: 96px;
		max-height: 96px;
	}
}

/**
 * -------------------
 * common
 * -------------------
 */
.img_inline_container,
.img_inline_container *{
	vertical-align:middle;
}

.to_page_top{
	text-align:right;
	margin:10px 10px 0 0;
}

.to_page_top span{
	color:blue;
	cursor:pointer;
	font-size:75%;
}


/**
 * -------------------
 * header tag
 * -------------------
 */
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
	font-weight:bold;
	vertical-align:baseline;
}

#main h1{
	margin: 20px 0 10px 0;
	font-size:16px;
	line-height:24px;
}

#main h2{
	margin: 5px 0 10px 0;
	font-size:16px;
	line-height:24px;
	border-top:2px solid black;
	border-bottom:2px solid black;
	padding:7px 0 7px 0;
	font-weight:bold;
}

#main h3{
	margin: 20px 0 10px 0;
	font-size:16px;
	line-height:24px;
	border-bottom:1px solid black;
	font-weight:bold;
}

#main h4{
	margin:40px 0 15px 0;
	font-size:16px;
	line-height: normal;
	font-weight:bold;
}

#main .h4_CN{
	margin:40px 0 15px 0;
	font-size:16px;
	line-height: normal;
	font-weight:bold;
}

#main .h4_TW{
	margin:40px 0 15px 0;
	font-size:16px;
	line-height: normal;
	font-weight:bold;
}

#main .h4_KO{
	margin:40px 0 15px 0;
	font-size:16px;
	line-height: normal;
	font-weight:bold;
}

#main h5{
	margin:30px 0 5px 0;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
}

#main .h5_CN{
	margin:30px 0 5px 0;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
}

#main .h5_TW{
	margin:30px 0 5px 0;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
}

#main .h5_KO{
	margin:30px 0 5px 0;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
}

#main .h5_EU{
	margin:30px 0 5px 0;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
}

#main h6{
	margin:15px 0 3px 0;
	font-size:12px;
	line-height: 16px;
	font-weight:bold;
}

#main .breadcrumb{
	margin:15px 0 15px 15px;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
}

/**
 * -------------------
 * paragraph
 * -------------------
 */
#main .p_hang{
	margin:5px 0 0px 14px;
	text-indent: -14px;
}

#main .p_hang_EU{
	margin:5px 0 5px 14px;
	text-indent: -14px;
}

#main .p_hang2{
	margin:5px 0 5px 14px;
}

#main .p_hang2_hangw{
	margin:0px 0 0 33px;
	text-indent: -19px;
}

#main .p_hang2_hangw2{
	margin:0px 0 0 33px;
}

#main .p_hang2_JA{
	margin:5px 0 5px 14px;
}

#main .p_cell_hang{
	margin:3px 0 3px 17px;
	text-indent: -14px;
}

#main .p_cell_hang2{
	margin:3px 0 3px 17px;
}

#main .kome{
	margin:5px 0 5px 11px;
	text-indent: -11px;
}

#main .kome_num{
	margin:5px 0 5px 18px;
	text-indent: -18px;
}

#main .upper{
	display: inline-block;
	display: inline;
	white-space: nowrap;
	font-size: 75%;
	vertical-align: super;	/*	上付き	*/
}

#main .lower{
	display: inline-block;
	display: inline;
	white-space: nowrap;
	font-size: 75%;
	vertical-align: sub;	/*	下付き	*/
}

/**
 * -------------------
 * lists
 * -------------------
 */
#main .lists{
	margin:30px 0 0px 20px;
	text-indent: -20px;
}

#main div.imgBlock_lists{
	overflow:hidden;
}

#main img.imgBlock_lists{
	margin:10px 0 10px 20px;
/*	padding-left:30px;*/
/*	max-width:100px;*/
}

#main img.imgBlock_lists_hang2{
	margin:0px 0 20px 35px;
}

#main .lists span{
/*	font-size:100%;*/
	font-size:14px;
	line-height:18px;
	vertical-align:baseline;
}

#main .lists .num{
	font-size:20px;
	font-weight:bold;
	padding-right:10px;
}

#main .lists_table span{
/*	font-size:110%;*/
	line-height:120%;
	vertical-align:baseline;
}

#main .lists_table .num{
	font-size:120%;
	font-weight:bold;
	padding-right:10px;
}

#main .lists_para{
	margin:0 0 0 20px;
}

#main .lists_para_Bold{
	margin:0 0 0 20px;
	font-weight:bold;
}

#main .lists_para span,
#main .lists_para span a{
	vertical-align:baseline;
}

#main .lists_para_mini{
	font-size:85%;
}

#main .lists_hang{
	margin:0 0 0 25px;
	text-indent: -5px;
}

#main .lists_hang2{
	margin:0 0 0 35px;
}

#main .lists_hang_Bold{
	margin:0 0 0 25px;
	text-indent: -5px;
	font-weight:bold;
}

#main .p_cell_list{
	margin:10px 0 10px 23px;
	text-indent: -20px;
}

#main .p_cell_list .num_cell{
/*	font-size:13px;*/
	font-weight:bold;
	padding-right:10px;
}

#main .p_list{
	margin:5px 0 5px 21px;
	text-indent: -21px;
}

#main .p_list_EU{
	margin:5px 0 5px 21px;
	text-indent: -21px;
}

#main .p_list2{
	margin:5px 0 5px 21px;
}

#main .p_list2_EU{
	margin:5px 0 5px 21px;
}

#main .diag{
	margin:30px 0 10px 20px;
	text-indent: -20px;
}

#main .diag span{
	font-size:14px;
	line-height:18px;
	vertical-align:baseline;
}

#main .diag .num{
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
}

#main .diag_para{
	margin:0 0 0 20px;
}

#main .diag_para_Bold{
	margin:0 0 0 20px;
	font-weight:bold;
}

#main .diag_para span,
#main .diag_para span a{
	vertical-align:baseline;
}

#main .diag_hang{
	margin:0 0 0 25px;
	text-indent: -5px;
}

#main .diag_hang2{
	margin:0 0 0 35px;
}

#main .diag_hang_Bold{
	margin:0 0 0 25px;
	text-indent: -5px;
	font-weight:bold;
}

/**
 * -------------------
 * note
 * -------------------
 */
#main .note, .notes{
	margin:15px 0 0 0px;
	font-size:14px;
	font-weight:bold;
}

#main .note_txt{
	font-size: 95%;
	font-weight: normal;
}

#main .note_hang{
	margin:0px 0 0 15px;
	text-indent: -15px;
}

#main .note_hang2{
	margin:0px 0 0 15px;
}

#main .note_hang2_JA{
	margin:0px 0 0 15px;
}

#main .note_hang2_list{
	margin:0px 0 0 36px;
	text-indent: -21px;
}

#main .note_hang2_list2{
	margin:0px 0 0 36px;
}

#main .note_hang2_hangw{
	margin:0px 0 0 36px;
	text-indent: -21px;
}

#main .note_hang2_hangw2{
	margin:0px 0 0 36px;
}

#main .note_hang_Bold{
	margin:0px 0 0 15px;
	text-indent: -15px;
	font-weight:bold;
}

#main .note_hang_red{
	margin:0px 0 0 15px;
	text-indent: -15px;
	color:red;
}

#main .note_para{
	margin:0px 0 0 0px;
}

#main .note_list{
	margin:0px 0 0 21px;
	text-indent: -21px;
}

#main .note_list2{
	margin:0px 0 0 21px;
}

#main .note_list2_hang{
	margin:0px 0 0 35px;
	text-indent: -14px;
}

#main .note_list2_hangw{
	margin:0px 0 0 40px;
	text-indent: -19px;
}

#main .note_list2_hang2{
	margin:0px 0 0 35px;
}

#main .note_para_Bold{
	margin:0px 0 0 0px;
	font-weight:bold;
}

#main .note_para img.imgBlock_lists{
	margin-left:0;
}

#main .note_cell, .notes_cell{
	margin:0px 0 0px 3px;
	font-weight: bold;
}

#main .note_hang_cell{
	margin:0px 0 0 3px;
	text-indent: -3px;
}

#main .note_hang2_cell{
	margin:0px 0 0 15px;
}

#main .note_para_cell{
	margin:0px 0 0px 3px;
}

#main .lists_para_note,
#main .lists_para_notes{
	margin:15px 0 0 20px;
	font-size:14px;
	font-weight:bold;
}

#main .lists_para_note_para{
	margin:0px 0 0 20px;
}

#main .lists_para_note_para_Bold{
	margin:0px 0 0 20px;
	font-weight:bold;
}

#main .lists_para_note_hang{
	margin:0px 0 0 35px;
	text-indent: -15px;
}

#main .lists_para_note_hang2{
	margin:0px 0 0 35px;
}

#main .lists_para_note_hang2_hangw{
	margin:0px 0 0 54px;
	text-indent: -19px;
}

#main .lists_para_note_hang2_list{
	margin:0px 0 0 56px;
	text-indent: -21px;
}

#main .lists_para_note_hang2_list2{
	margin:0px 0 0 56px;
}

#main .lists_para_note_hang2_letter{
	margin:0px 0 0 54px;
	text-indent: -18px;
}

#main .lists_para_note_hang2_letter2{
	margin:0px 0 0 54px;
}

#main .lists_para_note_letter{
	margin:0px 0 0 38px;
	text-indent: -18px;
}

#main .lists_para_note_letter2{
	margin:0px 0 0 38px;
}

#main .lists_para_note_list{
	margin:0px 0 0 40px;
	text-indent: -20px;
}

#main .lists_para_note_list2{
	margin:0px 0 0 40px;
}

#main .lists_para_note_list2_hang{
	margin:0px 0 0 54px;
	text-indent: -14px;
}

#main .lists_para_note_list2_hang2{
	margin:0px 0 0 54px;
}

/**
 * -------------------
 * table
 * -------------------
 */
@media screen and (max-width : 480px){
	#main table{
		width: 95%;
		max-width: 95%;
		word-break: break-word;
	}
}

/**
 * -------------------
 * search result
 * -------------------
 */
#main #word{
	font-size: 14px;
	color: #999;
}
#main .hit{
	background-color:#FEFEAA;
	font-weight:bold;
}

/**
 * -------------------
 * mobile search contents
 * -------------------
 */
#contents {
	width: 100%;
	line-height: 22px;
	margin-bottom: 15px;
	word-break: break-all;
}

#contents #result{
 	margin: 10px 10px 0 10px;
	border-bottom: 1px solid #CCC;
}

#contents #result #word{
	font-size: 16px;
	color: #1A0000;
	font-weight: bold;
}

#contents #result #hitCnt{
	font-size: 16px;
	color: #1A0000;
	font-weight: bold;
	margin: 0 5px 0 24px;
}

#contents #result .itemNumber{
	float: right;
	clear: both;
	margin-right: 12px;
}

@media screen and (max-width : 480px){
 	#contents #result #hitCnt{
		font-size: 16px;
		color: #1A0000;
		font-weight: bold;
		margin-left: 12px;
	}
}

#pager{
	font-size: 12px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
	margin: 0 0 10px 0;
}

#pager_foot{
	font-size: 12px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
	margin: 0 0 10px 0;
}

#pager * {
	text-align: center;
	display: inline-block;
	margin: 0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#pager_foot * {
	text-align: center;
	display: inline-block;
	margin: 0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#pager .pagePrev {
	background:url("../images_site/mobile/search_prev.png")no-repeat center center transparent;
}

#pager .pageNext {
	background:url("../images_site/mobile/search_next.png")no-repeat center center transparent;
}

#pager_foot .pagePrev {
	background:url("../images_site/mobile/search_prev.png")no-repeat center center transparent;
}

#pager_foot .pageNext {
	background:url("../images_site/mobile/search_next.png")no-repeat center center transparent;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min--moz-device-pixel-ratio: 2),
       (-o-min-device-pixel-ratio: 2/1),
       (min-resolution: 2dppx) {
	#pager .pagePrev {
		background:url("../images_site/mobile/search_prev@2x.png")no-repeat center center transparent;
		background-size: 26px;
	}
	#pager .pageNext {
		background:url("../images_site/mobile/search_next@2x.png")no-repeat center center transparent;
		background-size: 26px;
	}

	#pager_foot .pagePrev {
		background:url("../images_site/mobile/search_prev@2x.png")no-repeat center center transparent;
		background-size: 26px;
	}
	#pager_foot .pageNext {
		background:url("../images_site/mobile/search_next@2x.png")no-repeat center center transparent;
		background-size: 26px;
	}
}

#pager .pagePrevCur {
	background: none;
}

#pager .pageNextCur {
	background: none;
}

#pager .pagePrev,
#pager .pageNext,
#pager .pageNumber {
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

#pager .pagePrev,
#pager .pageNext {
	width: 26px;
	height: 26px;
	vertical-align: bottom;
}

#pager .pagePrevCur,
#pager .pageNextCur,
#pager .pageNumber,
#pager .pageCur,
#pager .sp {
	width: 26px;
	height: 26px;
	line-height: 24px;
	vertical-align: bottom;
}

#pager .pageNumber,
#pager .pageCur {
	border: solid 1px #999;
}

#pager .cur {
	color: #FFF;
	font-weight: bold;
	background-color: #AAA;
}

#pager_foot .pagePrevCur {
	background: none;
}

#pager_foot .pageNextCur {
	background: none;
}

#pager_foot .pagePrev,
#pager_foot .pageNext,
#pager_foot .pageNumber {
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

#pager_foot .pagePrev,
#pager_foot .pageNext {
	width: 26px;
	height: 26px;
	vertical-align: bottom;
}

#pager_foot .pagePrevCur,
#pager_foot .pageNextCur,
#pager_foot .pageNumber,
#pager_foot .pageCur,
#pager_foot .sp {
	width: 26px;
	height: 26px;
	line-height: 24px;
	vertical-align: bottom;
}

#pager_foot .pageNumber,
#pager_foot .pageCur {
	border: solid 1px #999;
}

#pager_foot .cur {
	color: #FFF;
	font-weight: bold;
	background-color: #AAA;
}

#contents .noHit {
 	font-size: 12px;
 	color: #990000;
 	margin: 10px 10px;
}

@media screen and (max-width : 480px){
 	#contents #result #hitCnt{
		font-size: 16px;
		color: #1A0000;
		font-weight: bold;
		margin-left: 12px;
	}
}

#contents .column{
	width : 100%;
	background-color:#FFF;
}

#contents .col_set {
	width: 100%;
}

#contents .col_title{
	background:url("../images_site/search/column.png")no-repeat left 2px transparent;
	margin: 0 15px 5px 10px;
}

#contents .col_title a{
	font-weight: bold;
	margin-left: 18px;
	text-decoration: none;
}

#contents .col_title a:hover{
	text-decoration: underline;
}

#contents .hitCol{
	height: auto;
	margin: 0 15px;
	max-height: 90px;
	overflow: hidden;
}

#contents .column p{
	padding: 0 0px;
	word-break: break-word;
}

#contents .column .hit{
	background-color:#FEFEAA;
	font-weight:bold;
	color:#000;
}

#contents .hitLink{
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin: 5px 15px;
	word-break: break-word;
}

#contents .hitLink a{
	text-decoration: none;
}

#contents .hitLink a:hover{
	text-decoration: underline;
}

#contents .bar{
	margin: 8px 0 10px 0;
	border-top: 1px dotted #AAA;
}

/* アンケートボタン*/
/* ----------------*/
#box{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
