@charset "utf-8";
/*--------------------------------------------------------------------------------
 HEADER STYLES
 -------------------------------------------------------------------------------*/
#head {
border-top:5px solid #A50022;
height:81px;
}

#head_contents {
width:1000px;
margin:0 auto;
}

#head_logo {
background:url(/common_new/img/Sprite.png) no-repeat 0 0;
width:370px;
height:60px;
text-indent:100%;
overflow:hidden;
white-space:nowrap;
float:left;
margin-top:12px;
}

#head_logo a {
	width:360px;
	height:60px;
	display:block;
}

#head_menu {
	float:right;
	width:286px;
}

#head_cart {
background:url(/common_new/img/Sprite.png) no-repeat 0 -64px;
width:120px;
height:32px;
margin-top:3px;
float:left;
text-indent:100%;
overflow:hidden;
white-space:nowrap;
}
#head_cart_link{
background:url(/common_new/img/Sprite.png) no-repeat 0 -64px;
display: block;
width:120px;
height:32px;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
opacity: 0;
}
#head_cart_link:hover{
	background-position: 0 -96px;
	opacity: 1;
}

#head_size_menu {
	width:166px;
	float:left;
}

#head_size {
	background:url(/common_new/img/Sprite.png) no-repeat -133px -69px;
	width:58px;
	height:20px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

#head_size_small {
	background:url(/common_new/img/Sprite.png) no-repeat -200px -64px;
	width:26px;
	height:26px;
	margin-top:4px;
	float:left;
	margin-left:10px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

#head_size_small a{
	display:block;
	width:26px;
	height:26px;
}

#head_size_middle {
	background:url(/common_new/img/Sprite.png) no-repeat -232px -64px;
	width:26px;
	height:26px;
	margin-top:4px;
	float:left;
	margin-left:5px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

#head_size_middle a{
	display:block;
	width:26px;
	height:26px;
}

#head_size_large {
	background:url(/common_new/img/Sprite.png) no-repeat -263px -64px;
	width:26px;
	height:26px;
	margin-top:4px;
	float:left;
	margin-left:5px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

#head_size_large a{
	display:block;
	width:26px;
	height:26px;
}

#head_search_box {
	height:26px;
	width:196px;
	margin-top:6px;
	color:#999;
	font-weight:bold;
	padding-left:10px;
	border:1px solid #CCC;
	display: inline;
}
#head_search_link{
	width:67px;
	height:30px;
	background:url(/common_new/img/Sprite.png) no-repeat -298px -61px;
	margin-left:5px;
	margin-top:5px;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	display: inline;
}
#head_search_submit {
	width:67px;
	height:30px;
	background:url(/common_new/img/Sprite.png) no-repeat -298px -61px;
	border:none;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	display: inline;
}
#head_search_submit:hover{
	background:url(/common_new/img/Sprite.png) no-repeat -298px -91px;
	opacity: 1;
}

/*--------------------------------------------------------------------------------
 GLOBAL NAVIGATION STYLES
 -------------------------------------------------------------------------------*/
 .nav_bk{
 	background-color: #1E1E1E;
 }

#global_nav {
	height: 55px;
	background-color: #1E1E1E;
	margin: 0 auto;
}

.nav_def{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.nav_sub,.nav_sub_last{
	background: #363636;
	color: #fff;
	padding-left:25px;
	display: table-cell;
	height: 55px;
	vertical-align: middle;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-right:5px;
}
.nav_sub{
	border-bottom: 1px solid #222;
}
.nav_sub_last{
	border-bottom: none;
}
.nav_sub:link,.nav_sub:hover,.nav_sub:visited,
.nav_sub_last:link,.nav_sub_last:hover,.nav_sub_last:visited{
	color: #fff;
	text-decoration: none;
}
.nav_sub:hover,.nav_sub_last:hover{
	background: #666;
}
.nav_sub:before,.nav_sub_last:before{
	content: "　";
	background: url(/common_new/img/Sprite.png) no-repeat -475px -80px;
	width: 6px;
	height: 9px;
	float: left;
	margin-left: -1em;
}

.nav_sub_li{
	background-color: #363636;
	height: 55px;
	padding: 0;
}
.nav_sub_li:hover{
	background-color: #666;
}

#nav_drop{
	width: 1002px;
	margin: 0 auto;
	position: relative;
}

#nav_drop > li:first-child{
}

#nav_drop li ul{
	position: absolute;
	z-index: 999;
}

#nav_drop li ul li{
	overflow: hidden;
	height: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}

#nav_drop > li > a{
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	position: relative;
}

#nav_ab{
	background:url(/common_new/img/Sprite.png) no-repeat -132px -140px;
}
#nav_ab > a,#nav_ab_sub,.ns_ab{
	width: 142px;
}
#nav_ab > a{
	height: 55px;
}
#nav_ab:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -132px -195px;
	opacity: 1;
}
#nav_ab_on{
	background:url(/common_new/img/Sprite.png) no-repeat -132px -195px;
}
#nav_ab_on > a,#nav_ab_sub,.ns_ab{
	width: 142px;
}
#nav_ab_on > a{
	height: 55px;
}
#nav_ab_on:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -132px -195px;
	opacity: 1;
}


#nav_fp{
	background:url(/common_new/img/Sprite.png) no-repeat -274px -140px;
}
#nav_fp > a,#nav_fp_sub,.ns_fp{
	width: 143px;
}
#nav_fp > a{
	height: 55px;
}
#nav_fp:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -274px -195px;
	opacity: 1;
}
#nav_fp_on{
	background:url(/common_new/img/Sprite.png) no-repeat -274px -195px;
}
#nav_fp_on > a,#nav_fp_sub,.ns_fp{
	width: 143px;
}
#nav_fp_on > a{
	height: 55px;
}
#nav_fp_on:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -274px -195px;
	opacity: 1;
}

#nav_cm{
	background:url(/common_new/img/Sprite.png) no-repeat -417px -140px;
}
#nav_cm > a,#nav_cm_sub,.ns_cm{
	width: 143px;
}
#nav_cm > a{
	height: 55px;
}
#nav_cm:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -417px -195px;
	opacity: 1;
}
#nav_cm_on{
	background:url(/common_new/img/Sprite.png) no-repeat -417px -195px;
}
#nav_cm_on > a,#nav_cm_sub,.ns_cm{
	width: 170px;
}
#nav_cm_on > a{
	height: 55px;
}
#nav_cm_on:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -417px -195px;
	opacity: 1;
}

#nav_bk{
	background:url(/common_new/img/Sprite.png) no-repeat -560px -140px;
}
#nav_bk > a,#nav_bk_sub,.ns_bk{
	width: 143px;
}
#nav_bk > a{
	height: 55px;
}
#nav_bk:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -560px -195px;
	opacity: 1;
}
#nav_bk_on{
	background:url(/common_new/img/Sprite.png) no-repeat -560px -195px;
}
#nav_bk_on > a,#nav_bk_sub,.ns_bk{
	width: 143px;
}
#nav_bk_on > a{
	height: 55px;
}
#nav_bk_on:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -560px -195px;
	opacity: 1;
}


#nav_ps{
	background:url(/common_new/img/Sprite.png) no-repeat -703px -140px;
}
#nav_ps > a,#nav_ps_sub,.ns_ps{
	width: 143px;
}
#nav_ps > a{
	height: 55px;
}
#nav_ps:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -703px -195px;
	opacity: 1;
}
#nav_ps_on{
	background:url(/common_new/img/Sprite.png) no-repeat -703px -195px;
}
#nav_ps_on > a,#nav_ps_sub,.ns_ps{
	width: 143px;
}
#nav_ps_on > a{
	height: 55px;
}
#nav_ps_on:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -703px -195px;
	opacity: 1;
}


#nav_jb{
	background:url(/common_new/img/Sprite.png) no-repeat -846px -140px;
}
#nav_jb > a,#nav_jb_sub,.ns_lk{
	width: 143px;
}
#nav_jb > a{
	height: 55px;
}
#nav_jb:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -846px -195px;
	opacity: 1;
}
#nav_jb_on{
	background:url(/common_new/img/Sprite.png) no-repeat -846px -195px;
}
#nav_jb_on > a,#nav_jb_sub,.ns_lk{
	width: 143px;
}
#nav_jb_on > a{
	height: 55px;
}
#nav_jb_on:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -846px -195px;
	opacity: 1;
}



#nav_lk{
	background:url(/common_new/img/Sprite.png) no-repeat -989px -140px;
}
#nav_lk > a,#nav_lk_sub,.ns_lk{
	width: 143px;
}
#nav_lk > a{
	height: 55px;
}
#nav_lk:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -989px -195px;
	opacity: 1;
}
#nav_lk_on{
	background:url(/common_new/img/Sprite.png) no-repeat -989px -195px;
}
#nav_lk_on > a,#nav_lk_sub,.ns_lk{
	width: 143px;
}
#nav_lk_on > a{
	height: 55px;
}
#nav_lk_on:hover > a{
	background:url(/common_new/img/Sprite.png) no-repeat -989px -195px;
	opacity: 1;
}


#nav_drop > li:hover > ul li{
	padding: 0;
	background-color: #363636;
	overflow: visible;
	height: 55px;
	border-bottom: 1px solid #222;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#nav_drop > li:hover > ul li:hover{
	background-color: #666;
}
#nav_drop li:hover ul li:last-child{
	border-bottom: none;
}

/*--------------------------------------------------------------------------------
 WRAPPER STYLES
 -------------------------------------------------------------------------------*/
#wrap{
	height: auto;
	min-height: 69%;
	padding-bottom: 135px;
	margin-bottom: -135px;
}
/*--------------------------------------------------------------------------------
 KEY VISUAL STYLES
 -------------------------------------------------------------------------------*/
.leftNav,
.rightNav {
	background: url(/common_new/img/top_bg_01.png);
	outline: none;
}
.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
}
.leftNav:hover {
	background: url(/common_new/img/leftNav.png) right center no-repeat  /*rgba(204,204,204,0.4);*/
}
.rightNav:hover {
	background: url(/common_new/img/rightNav.png) left center no-repeat  /*rgba(204,204,204,0.4);*/
}
.leftNav:hover:before,
.rightNav:hover:before {
	background: url(/common_new/img/top_bg_01.png)
}
/*--------------------------------------------------------------------------------
 MAIN CONTENTS STYLES
 -------------------------------------------------------------------------------*/
.contents_out_01 {
	background:url(/common_new/img/top_shadow_01.png) no-repeat center top #E1E1E1;
	padding-bottom:14px;
}
.contents_in_01 {
	width:1000px;
	margin:0 auto;
}

.contents_out_02 {
	background:url(/common_new/img/top_shadow_03.png) no-repeat center bottom;
	margin-bottom:35px;
}

.contents_in_02 {
	width:1000px;
	margin:0 auto;
	padding-bottom:30px;
}

#content_activity {
	width:590px;
	height:344px;
	background:#FFF;
	margin-top:16px;
}

#content_01 {
	background:url(/common_new/img/top_text_01.png) no-repeat;
	width:57px;
	height:13px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#content_02 {
	background:url(/common_new/img/top_text_02.png) no-repeat;
	width:72px;
	height:13px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#content_03 {
	background:url(/common_new/img/top_text_03.png) no-repeat;
	width:68px;
	height:13px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#content_04 {
	background:url(/common_new/img/top_text_04.png) no-repeat;
	width:82px;
	height:13px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#content_05 {
	background:url(/common_new/img/top_text_05.png) no-repeat;
	width:124px;
	height:13px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#content_06 {
	background:url(/common_new/img/top_text_06.png) no-repeat;
	width:88px;
	height:13px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

#content_topics{
	width:762px;
}

#content_book {
	width:380px;
	height:344px;
	background:#FFF;
	margin-top:16px;
}

.book_btn_01_nl{
	background:url(/common_new/img/Sprite.png) no-repeat -370px -59px;
	width:96px;
	height:34px;
}
.book_btn_01 {
	background:url(/common_new/img/Sprite.png) no-repeat -370px -59px;
	width:96px;
	height:34px;
	font:0/0 a;
	color:transparent;
	margin-top:8px;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	display: block;
}
.book_btn_01:hover {
	background:url(/common_new/img/Sprite.png) no-repeat -370px -93px;
	opacity: 1;
}

.book_newico{
	background:url(/common_new/img/icon_new_01.png) no-repeat;
	width: 43px;
	height: 47px;
	position: absolute;
	z-index: 99;
	top: -25px;
	left:-12px;
}

.book_newico_02{
	background:url(/common_new/img/icon_new_02.png) no-repeat;
	width: 43px;
	height: 47px;
	position: absolute;
	z-index: 99;
	top: -25px;
	left:-12px;
}

.book_more_area{
	width: 338px;
	margin: 0 auto;
}
.book_more {
	width:338px;
	height:23px;
	margin: 0 auto;
	background:url(/common_new/img/top_text_07.png) no-repeat center #CCC;
	font:0/0 a;
	color: transparent;
}
.book_more_list{
	text-align: center;
}
.book_more_item{
	display: inline-block;
	padding-right: 12px;
	border-right: 1px solid #999;
	margin-right: 15px;
}
.book_more_item:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.book_more_link{
}

.book_more_link:before{
	content:"　";
	background: url(/common_new/img/Sprite.png) no-repeat -491px -79px;
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	line-height: 1;
}
.book_more_link:after{
	content:"｜";
	margin: 0 10px;
}
.book_more_link:last-child:after{
	content:"";
	margin: 0;
}

.new:before {
	content: "　";
	background: url(/common_new/img/Sprite.png) no-repeat -161px -98px;
	width: 28px;
	height: 16px;
	float: left;
	margin-right:10px;
}

.content_areaA {
	width:762px;
}
.side_area {
	width:190px;
}

.image-popup-no-margins:link,.image-popup-no-margins:hover,.image-popup-no-margins:visited{
	text-decoration: none;
	padding:0;
}

.poster_width{
	width:134px;
}

.user_atcl p{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.user_atcl p:last-of-type{
	margin-bottom: 20px;
}
.user_atcl{
	border-bottom: 1px dotted #999999;
}
.user_atcl:last-of-type{
	border-bottom: none;
}

/*BANNER BALOON*/
.balloon { position:relative;}
.popup {
	position:absolute;
	display:none;
	z-index:50;
	opacity: 0;
}
.popup_inner{
	border:1px solid #E5E5E5;
	border-radius:10px;
	width:160px;
	box-shadow: 0px 1px 1px #C3C3C3;
	margin:15px 10px 0 0;
	background-color:#FFF;
}
.balloonTail {
	background:url(/common_new/img/balloonTail.png) no-repeat;
	z-index:100;
	height:14px;
	width:14px;
	position:relative;
	left: 50px;
	top: -1px;
}
.balloon_list:before {
	content: "　";
	background: url(/common_new/img/Sprite.png) no-repeat -491px -79px;
	width: 10px;
	height:10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.balloon_list:hover {
	background-color:#D7D7D7;
	border-radius:3px;
}
.oplink_img{
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 1;
}
.oplink_img:link{
	font:0/0 a;
	color: transparent;
}
.oplink_img:hover{
	opacity: 0.7;
}

.oplink_txt,.oplink_txt_nl{
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 1;
}
.oplink_txt_nl:link,.oplink_txt_nl:hover,.oplink_txt_nl:visited{
	text-decoration: none;
}
.oplink_txt:hover,.oplink_txt_nl:hover{
	opacity: 0.7;
}

.link_whtxt:link,.link_whtxt:hover,.link_whtxt:visited{
	color: #fff;
}
.listmark:before,
.listmark_About:before,
.listmark_CM:before,
.listmark_Book:before,
.listmark_Poster:before,
.listmark_FP:before,
.listmark_Link:before,
.listmark_fig:before{
	content:"●";
	padding-right:0.5em;
}
.listmark:before{
	color:#A50022;
}
.listmark_About:before{
	color: #8A4589;
}
.listmark_CM:before{
	color: #CF3456;
}
.listmark_Book:before{
	color: #1FA0F0;
}
.listmark_Poster:before{
	color: #FD6466;
}
.listmark_FP:before{
	color: #FD7224;
}
.listmark_Link:before{
	color: #3D9B23;
}
.listmark_fig:before{
	color: #E4E4E4;
}


/*TOPICS*/
.topics_row{
	width: 762px;
	height: 40px;
}
.topics_row_link{
	display: block;
	width: 100%;
	height: 100%;
/*	line-height: 40px;*/
	position: relative;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 1;
}
.topics_row_link:link{
	text-decoration: none;
}
.topics_row_link:hover{
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	opacity: 0.7;
}
.topics_row_time{
	line-height: 40px;
	padding-left: 20px;
}
.topics_list{
	background: url(/common_new/img/top_h2_03_b.png);
	display: block;
	position: relative;
	width: 95px;
	height: 51px;
	top: -51px;
	margin-bottom: -51px;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.topics_list:hover{
	opacity: 0.7;
}
/*Book bouka*/
.btn_book_scan{
	background: url(/common_new/img/icon_scaling.png) no-repeat center #E4E4E4;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width:110px;
}
.btn_book_scan:hover{
	opacity: 0.7;
}
.book_buy_p{
/*	min-height: 5em;*/
	border-top: 1px solid #ccc;
	line-height: 1.5;
}
.book_buy_btnarea{
	border-top: 1px solid #ccc;
	line-height: 1.5;
}

/* crisisManagement Map Links*/
.pref{
	position: absolute;
	z-index: 99;
	background: url(/common_new/img/crisisManagementArea.png) no-repeat;
}
.pref_link{
	width: 65px;
	height: 32px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
}

/* 危機管理体制一覧：北海道 */
.pref_hokkaido{
	top:15px;
	right: 76px;
	background-position: 0 0;
}
.pref_hokkaido:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px 0;
	opacity: 1;
}

/* 危機管理体制一覧：東北 */
.pref_aomori{
	top:171px;
	right: 76px;
	background-position: 0 -31px;
}
.pref_aomori:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -31px;
	opacity: 1;
}

.pref_iwate{
	top:202px;
	right: 76px;
	background-position: 0 -62px;
}
.pref_iwate:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -62px;
	opacity: 1;
}

.pref_miyagi{
	top:232px;
	right: 76px;
	background-position: 0 -93px;
}
.pref_miyagi:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -93px;
	opacity: 1;
}

.pref_akita{
	top:263px;
	right: 76px;
	background-position: 0 -124px;
}
.pref_akita:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -124px;
	opacity: 1;
}

.pref_yamagata{
	top:294px;
	right: 76px;
	background-position: 0 -155px;
}
.pref_yamagata:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -155px;
	opacity: 1;
}

.pref_fukusima{
	top:325px;
	right: 76px;
	background-position: 0 -186px;
}
.pref_fukusima:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -186px;
	opacity: 1;
}



/* 危機管理体制一覧：関東 */
.pref_ibaraki{
	top:388px;
	right: 158px;
	background-position: 0 -341px;
}
.pref_ibaraki:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -341px;
	opacity: 1;
}

.pref_tochigi{
	top:419px;
	right: 158px;
	background-position: 0 -372px;
}
.pref_tochigi:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -372px;
	opacity: 1;
}

.pref_gunma{
	top:450px;
	right: 158px;
	background-position: 0 -403px;
}
.pref_gunma:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -403px;
	opacity: 1;
}

.pref_saitama{
	top:357px;
	right: 158px;
	background-position: 0 -310px;
}
.pref_saitama:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -310px;
	opacity: 1;
}

.pref_chiba{
	top:326px;
	right: 158px;
	background-position: 0 -279px;
}
.pref_chiba:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -279px;
	opacity: 1;
}

.pref_tokyo{
	top: 264px;
	right: 158px;
	background-position: 0 -217px;
}
.pref_tokyo:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -217px;
	opacity: 1;
}

.pref_kanagawa{
	top: 295px;
	right: 158px;
	background-position: 0 -248px;
}
.pref_kanagawa:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -248px;
	opacity: 1;
}

/* 危機管理体制一覧：中部 */
.pref_niigata{
	top:77px;
	right: 292px;
	background-position: 0 -496px;
}
.pref_niigata:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -496px;
	opacity: 1;
}

.pref_toyama{
	top:108px;
	right: 292px;
	background-position: 0 -527px;
}
.pref_toyama:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -527px;
	opacity: 1;
}

.pref_ishikawa{
	top:139px;
	right: 292px;
	background-position: 0 -558px;
}
.pref_ishikawa:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -558px;
	opacity: 1;
}

.pref_fukui{
	top:170px;
	right: 292px;
	background-position: 0 -589px;
}
.pref_fukui:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -589px;
	opacity: 1;
}

.pref_yamanashi{
	top:15px;
	right: 292px;
	background-position: 0 -434px;
}
.pref_yamanashi:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -434px;
	opacity: 1;
}

.pref_nagano{
	top:46px;
	right: 292px;
	background-position: 0 -465px;
}
.pref_nagano:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -465px;
	opacity: 1;
}

.pref_shizuoka{
	top:336px;
	right: 248px;
	background-position: 0 -651px;
}
.pref_shizuoka:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -651px;
	opacity: 1;
}

.pref_aichi{
	top:336px;
	right: 312px;
	background-position: 0 -620px;
}
.pref_aichi:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -620px;
	opacity: 1;
}

/* 危機管理体制一覧：近畿 */
.pref_gifu{
	top:367px;
	right: 312px;
	background-position: 0 -682px;
}
.pref_gifu:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -682px;
	opacity: 1;
}

.pref_mie{
	top:367px;
	right: 248px;
	background-position: 0 -713px;
}
.pref_mie:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -713px;
	opacity: 1;
}

.pref_shiga{
	top:145px;
	right: 382px;
	background-position: 0 -837px;
}
.pref_shiga:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -837px;
	opacity: 1;
}

.pref_kyoto{
	top:114px;
	right: 382px;
	background-position: 0 -806px;
}
.pref_kyoto:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -806px;
	opacity: 1;
}

.pref_osaka{
	top:52px;
	right: 382px;
	background-position: 0 -744px;
}
.pref_osaka:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -744px;
	opacity: 1;
}

.pref_hyogo{
	top:83px;
	right: 382px;
	background-position: 0 -775px;
}
.pref_hyogo:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -775px;
	opacity: 1;
}

.pref_nara{
	top:176px;
	right: 382px;
	background-position: 0 -868px;
}
.pref_nara:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -868px;
	opacity: 1;
}

.pref_wakayama{
	top:207px;
	right: 382px;
	background-position: 0 -899px;
}
.pref_wakayama:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -899px;
	opacity: 1;
}


/* 危機管理体制一覧：中国 */
.pref_tottori{
	top:176px;
	left: 225px;
	background-position: 0 -1023px;
}
.pref_tottori:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1023px;
	opacity: 1;
}

.pref_shimane{
	top:145px;
	left: 225px;
	background-position: 0 -992px;
}
.pref_shimane:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -992px;
	opacity: 1;
}

.pref_okayama{
	top:83px;
	left: 225px;
	background-position: 0 -930px;
}
.pref_okayama:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -930px;
	opacity: 1;
}

.pref_hiroshima{
	top:114px;
	left: 225px;
	background-position: 0 -961px;
}
.pref_hiroshima:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -961px;
	opacity: 1;
}

.pref_yamaguchi{
	top:207px;
	left: 225px;
	background-position: 0 -1054px;
}
.pref_yamaguchi:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1054px;
	opacity: 1;
}

/* 危機管理体制一覧：四国 */
.pref_tokushima{
	top:366px;
	left: 292px;
	background-position: 0 -1178px;
}
.pref_tokushima:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1178px;
	opacity: 1;
}

.pref_kagawa{
	top:397px;
	left: 292px;
	background-position: 0 -1116px;
}
.pref_kagawa:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1116px;
	opacity: 1;
}

.pref_ehime{
	top:366px;
	left: 228px;
	background-position: 0 -1085px;
}
.pref_ehime:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1085px;
	opacity: 1;
}

.pref_kochi{
	top:397px;
	left: 228px;
	background-position: 0 -1147px;
}
.pref_kochi:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1147px;
	opacity: 1;
}


/* 危機管理体制一覧：九州 */
.pref_fukuoka{
	top:211px;
	left: 75px;
	background-position: 0 -1209px;
}
.pref_fukuoka:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1209px;
	opacity: 1;
}

.pref_saga{
	top:242px;
	left: 75px;
	background-position: 0 -1240px;
}
.pref_saga:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1240px;
	opacity: 1;
}

.pref_nagasaki{
	top:273px;
	left: 75px;
	background-position: 0 -1271px;
}
.pref_nagasaki:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1271px;
	opacity: 1;
}

.pref_kumamoto{
	top:304px;
	left: 75px;
	background-position: 0 -1302px;
}
.pref_kumamoto:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1302px;
	opacity: 1;
}

.pref_oita{
	top:335px;
	left: 75px;
	background-position: 0 -1333px;
}
.pref_oita:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1333px;
	opacity: 1;
}

.pref_miyazaki{
	top:366px;
	left: 75px;
	background-position: 0 -1364px;
}
.pref_miyazaki:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1364px;
	opacity: 1;
}

.pref_kagoshima{
	top:397px;
	left: 75px;
	background-position: 0 -1395px;
}
.pref_kagoshima:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1395px;
	opacity: 1;
}


/* 危機管理体制一覧：沖縄 */
.pref_okinawa{
	top:88px;
	left: 75px;
	background-position: 0 -1426px;
}
.pref_okinawa:hover > a{
	background: url(/common_new/img/crisisManagementArea.png) no-repeat -64px -1426px;
	opacity: 1;
}

/*ポスター*/
.bgPoster{
	background-color:#FD6466;
}

/*------------------------------------------------------------------------------
 GOOGLE MAP
 -------------------------------------------------------------------------------*/
#map_canvas {
	height:500px;
}


/*------------------------------------------------------------------------------
 LOCAL NAVIGATION STYLES
 -------------------------------------------------------------------------------*/
.Lnv {
	border:1px solid #ECECEC;
	border-bottom:1px solid #C5C5C5;
	box-shadow:0 0px 2px #ECECEC;
}
.LnvItem {
	background:#F5F5F5;
	border-top:1px solid #FFF;
	border-bottom:1px solid #ECECEC;
}
.LnvItem a:hover {
	background:#FFF;
	transition:background-color 0.3s linear 0;
}
.LnvH1{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:190px;
	height:49px;
}
.LnvH1Topics {
	background:url(/common_new/img/lnv_h1_topics.png) no-repeat;
}
.LnvH1About {
	background:url(/common_new/img/lnv_h1_about.png) no-repeat;
}
.LnvH1CriMn {
	background:url(/common_new/img/lnv_h1_crisisManagement.png) no-repeat;
}
.LnvH1Book {
	background:url(/common_new/img/lnv_h1_book.png) no-repeat;
}
.LnvH1Poster {
	background:url(/common_new/img/lnv_h1_poster.png) no-repeat;
}
.LnVH1_link,.LnVH1_link:link,.LnVH1_link:hover,.LnVH1_link:visited,{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
.LnVH1_link{
	width:190px;
	height:49px;
	display: block;
}
.LnVH1_link:hover{
	background-color: #ffffff;
	opacity: 0.4;
}
.LnvH1FireProtection {
	background:url(/common_new/img/lnv_h1_fireProtection.png) no-repeat;
}
.btn_Lnv_CriMn{
	color:white;
	border:none;
	border-radius: 3px;
	background: linear-gradient(168deg,  #CF3456 0%,#CF3456 35%,#B02743 35%,#B02743 100%); /* W3C */
	background: -webkit-linear-gradient(285deg,  #CF3456 0%,#CF3456 35%,#B02743 35%,#B02743 100%); /* Chrome Safari*/
}
.LnV_link,.LnV_link:link,.LnV_link:hover,.LnV_link:visited{
	text-decoration: none;
	color:#333;
}
.LnV_link:link{
	cursor: pointer;
}
.LnV_sl{
	width: 100%;
	outline:none;
	display: inline-block;
	border-width: 1px;
}
.bcl_CriMn{
	border:1px solid #CF3556;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@-moz-document url-prefix() {.bcl_CriMn{ text-indent: .01px; text-overflow: "";} }

.fcl_CriMn{
	color:#CF3556;
}
.btn_Lnv_Book,.btn_Lnv_Book:link,.btn_Lnv_Book:hover,.btn_Lnv_Book:visited{
	color:#fff;
	text-decoration: none;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.btn_Lnv_Book:hover{
	opacity: 0.7;
}
.fg_Book_est{
	background-color: #313131;
}
.fg_Book_buy{
	background-color: #D23556;
}
.fg_Book_buy:before {
	content: "　";
	background: url(/common_new/img/Sprite.png) no-repeat -135px -96px;
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 0.3em;
}
.sl_lb{
	position:relative;
}
.sl_lb:after{
	content:'▼';
	right:8px;
	top:2px;
	padding:0 0 2px;
	position:absolute;
	pointer-events:none;
}
@-moz-document url-prefix() {.sl_lb:after{	padding:0 4px 2px;}}

.sl_lb:before {
	content:'';
	right:0px;
	top:0px;
	width:20px;
	background:#fff;
	position:absolute;
	pointer-events:none ;
	display:block;
}
select::-ms-expand {
	display: none;
}

.btn_gen,.btn_gen:link,.btn_gen:hover,.btn_gen:visited{
	color:#fff;
	text-decoration: none;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.btn_gen:hover{
	opacity: 0.7;
}
/*------------------------------------------------------------------------------
 SCROLL STYLES
 -------------------------------------------------------------------------------*/
#to_top {
	width:880px;
	margin:0 auto;
}
#btn_pagetop {
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0.8;
	background:#84DEF6;
	display:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#btn_pagetop a {
	padding:10px;
	display:block;
	color:#FFF;
	text-decoration:none;
}
/*------------------------------------------------------------------------------
 FOOTER STYLES
 -------------------------------------------------------------------------------*/
#footer {
	border-top:5px solid #A50022;
	background-color:#232323;
	color:#D7D7D7;
	overflow: hidden;
}
#footer_map{
	width: 1000px;
	margin:0 auto;
	padding: 15px 0;
	position: relative;
}
.ft_unit{
	min-width: 124px;
	height: 10em;
	padding-top:10px;
	padding-bottom:12px;
	padding-right:20px;
	padding-left:15px;
	line-height: 1.75;
	border-left: 1px solid #000;
	border-right: 1px solid #363636;
	box-shadow: -1px 0 0 0 #363636;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.ft_unit:nth-last-child(2){
	border-right: none;
}
.ft_unit_title:before{
	content:"　";
	background: url(/common_new/img/Sprite.png) no-repeat -511px -79px;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.ft_unit_dd:before{
	content: "　";
	background: url(/common_new/img/Sprite.png) no-repeat -531px -83px;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-left: 3px;
}
.ft_unit_link:link,.ft_unit_link:hover,.ft_unit_link:visited{
	color: #fff;
	text-decoration: none;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.ft_unit_link:hover{
	opacity: 0.7;
}
.ft_totop{
	background:url(/common_new/img/Sprite.png) no-repeat -1178px 0;
	width: 82px;
	height: 92px;
	color: transparent;
	text-indent:100%;
	white-space:nowrap;
	display: block;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
}
.ft_totop:link,.ft_totop:hover,.ft_totop:visited{
	color: transparent;
	font: 0/0 a;
}
.ft_totop:hover{
	background:url(/common_new/img/Sprite.png) no-repeat -1096px 0;
	opacity: 1;
}
.ft_totop_area{
	background:url(/common_new/img/Sprite.png) no-repeat -1178px 0;
	width: 82px;
	height: 92px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

#footer_address {
	background:#F0F0F0;
	color:#333;
	height:116px;
	border-bottom:1px solid #C0C0C0;
}
.ft_adr_bk{
	background:url(/common_new/img/top_shadow_01.png) no-repeat center top #F0F0F0;
	width: 1264px;
	margin: 0 auto;
}
.ft_adr_area{
	width:1000px;
	margin: 0 auto;
}
.ft_adr_title{
	height: 115px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.ft_adr_spr{
	background: url(/common_new/img/Sprite.png) no-repeat -370px -4px;
	width: 300px;
	height: 48px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	display: inline-block;
}
.ft_adr_content{
	height: 115px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}
.ft_adr_tel{
	display: inline-block;
}
.ft_adr_tel:before,.ft_adr_tel:after{
	content: "|";
	margin-left:7px;
	margin-right:7px;
	text-shadow:1px 0 0 #fff;
}
.ft_adr_tel:first-child:after{
	content: "";
	margin: 0;
}
#footer_end {
	border-bottom:5px solid #A50022;
	background: #fff;
	overflow: hidden;
}
.ft_end_bk{
	width: 1000px;
	height: 30px;
	margin: 0 auto;
}
.ft_end_links{
	display: block;
	padding: 8px 0px;
	float: left;
}
.ft_end_content{
	height: 14px;
	padding: 0px 20px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.ft_end_content:last-child{
	border-left: none;
}
.ft_end_privacy{
	background: url(/common_new/img/Sprite.png) no-repeat -544px -75px;
	width: 101px;
	height: 11px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	display: inline-block;
	line-height: 14px;
}
.ft_end_contact{
	background: url(/common_new/img/Sprite.png) no-repeat -653px -75px;
	width: 66px;
	height: 11px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	display: inline-block;
	line-height: 14px;
}
.ft_end_privacy,.ft_end_contact{
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.ft_end_privacy:hover,.ft_end_contact:hover{
	opacity: 0.7;
}
.ft_end_copyright{
	text-align: right;
	color:#1E1E1E;
	display: inherit;
	line-height: 30px;
}
/*------------------------------------------------------------------------------
 DECORATION STYLES
 -------------------------------------------------------------------------------*/
.lm_deci { counter-reset: number 0;}
.lm_deci li:before{ list-style:none; color:#8C468C; counter-increment: number; content: counter(number); margin-right:15px;}
.external_link{
	background:url(/common_new/img/icon_external.png) no-repeat right center;
	margin-right:5px;
	padding-right:17px;
}
.sdwSS {
	box-shadow: 0px 1px 0px #B3B3B3;
}
.sdwS {
	box-shadow: 0px 1px 1px #C3C3C3;
}
.sdwM {
	box-shadow: 0px 1px 2px #A5A5A5;
}
.h1 {
	background:url(/common_new/img/h1_bg.png) no-repeat center top;
	width:100%;
	height:151px;
	margin:0 auto;
}
.h2 {
	background:url(/common_new/img/h2_bg.png) no-repeat;
	width:762px;
	height:51px;
	line-height: 56px;
	padding-left:37px;
	color:#333;
	font-weight:bold;
}
.h2_min{
	color:#333;
	font-weight:normal;
	padding-bottom: 5px;
	border-bottom:1px solid #A50022;
	margin-bottom: 15px;
}
.h2_CriMn	{ background:url(/common_new/img/h2_crisisManagement_bg.png) no-repeat; }
.h2_Book	{ background:url(/common_new/img/h2_book_bg.png) no-repeat; }
.h2_About	{ background:url(/common_new/img/h2_about_bg.png) no-repeat; }
.h2_CrisisManagement	{ background:url(/common_new/img/h2_crisisManagement_bg.png) no-repeat; }
.h2_FireProtection	{ background:url(/common_new/img/h2_fireProtection_bg.png) no-repeat; }
.h2_Link	{ background:url(/common_new/img/h2_link_bg.png) no-repeat; }
.h2_Poster	{ background:url(/common_new/img/h2_poster_bg.png) no-repeat; }

.h3 {
	background:#E4E4E4;
	width:762px;
	padding: 15px 20px 15px 20px;
	color:#333;
	border-radius: 3px;
	margin-bottom:20px;
	text-shadow: 0px 1px 0px #FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.h3_new {
	background:#E4E4E4;
	width:762px;
	padding: 15px 20px 0px 20px;
	color:#333;
	border-radius: 3px;
	margin-bottom:20px;
	text-shadow: 0px 1px 0px #FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.h4 {
	width:742px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:10px;
	color:#333;
	margin-bottom:15px;
	border-bottom:1px dotted #333;
}
.pageN {
	width:40px;
	height:40px;
	border-radius:2px;
	background-color:#999;
	line-height:40px;
	color:#FFF;
}
.pageN a {
	color:#FFF;
	text-decoration:none;
	width:40px;
	height:40px;
	display:block;
	background-color:#333;
	text-shadow: 0px 1px 0px #000;
	transition:background-color 1s linear;
	border-radius:2px;
}
.pageN a:hover {
	background-color:#999;
	color:#333;
	width:40px;
	height:40px;
	display:block;
	border-radius:2px;
}
.title_01 {
	display:block;
	width:1000px;
	margin:0 auto;
	padding-top:41px;
}
.time_01 {
	font-weight:bold;
}
.tdrop_01 {
	text-shadow: 0px 1px 0px #FFF;
}
.oe:nth-child(even) {
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	background:#F7F7F7;
}
.oe:nth-child(even):hover,.oe:nth-child(odd):hover{
	opacity: 0.7;
}
.oe:nth-child(odd) {
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	background:#D7D7D7;
}
.pan {
	margin:0 auto;
	width:1000px;
}
.pan a {
	text-decoration:none;
}
.pt_txt:before{
	display: inline-block;
	content: "　";
	border-radius: 50%;
	width:8px;
	height: 8px;
	background: #A50022;
	margin-right: 10px;
}
.ctn_ul{
	counter-reset: cautiontxt;
}
.ctn{
	counter-increment : cautiontxt ;
}
.ctn:before{
	content: "注"counter(cautiontxt)"）";
}
.req:after{
	content: "※";
	color:red;
}
/*------------------------------------------------------------------------------
 TABLE STYLES
 -------------------------------------------------------------------------------*/
.table{
	width:100%;
}
.td {
	border:1px solid #CCC;
	padding:20px;
	vertical-align:middle;
	word-break: break-all;
}
.th {
	border:1px solid #CCC;
	background-color:#F5F5F5;
	padding:20px;
	vertical-align:middle;
}
.tb_btn{
	border:1px solid #CCC;
	background-color:#F5F5F5;
	border-radius:3px;
	padding: 5px 10px;
}
.tb_btn_next{
	color:white;
	border:1px solid #1e1e1e;
	border-radius: 3px;
	background: linear-gradient(168deg, #424242 0%,#424242 35%,#1e1e1e 35%,#1e1e1e 100%); /* W3C */
	background: -webkit-linear-gradient(280deg, #424242 0%,#424242 35%,#1e1e1e 35%,#1e1e1e 100%); /* Chrome Safari*/
	padding-right:5px;

}
.tb_btn_next:after{
	content: "▲";
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
}
.tb_btn_prev{
	color:#1e1e1e;
	border:1px solid #1e1e1e;
	border-radius: 3px;
	background:#E4E4E4;
}
/*------------------------------------------------------------------------------
 DATA LIST STYLES
 -------------------------------------------------------------------------------*/
.dl{
 	width:100%;
 	min-height: 55px;
 	position: relative;
}
.dt{
	border:1px solid #CCC;
	border-bottom:none;
	border-right:none;
	background-color:#F5F5F5;
	padding:20px;
	text-align:left;
	vertical-align:middle;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.dd{
	border:1px solid #CCC;
	border-bottom:none;
	padding:20px;
	text-align:left;
	vertical-align:middle;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div >.dl:last-child {
	border-bottom:1px solid #CCC;
}

/*------------------------------------------------------------------------------
 CART SPLITE STYLES
 -------------------------------------------------------------------------------*/
.cart_sp{
	background: url("/common_new/img/Sprite_cart.png") no-repeat;
	height: 62px;
}
.cart_sp_id{
	background-position: 0px -62px;
	width: 243px;
	height: 62px;
}
.cart_sp_in{
	margin-left: 243px;
	background-position: -243px -62px;
	width: 243px;
	height: 62px;
}
.cart_sp_cf{
	margin-left: 475px;
	background-position: -475px -62px;
	width: 200px;
	height: 62px;
}
.cart_sp_th{
	background-position: -700px -62px;
	width: 300px;
	height: 62px;
}
.ico_reload {
	background:url(/common_new/img/ico_reload.png) no-repeat 60px 5px #F5F5F5;
	padding-right:23px;
}
@-moz-document url-prefix() {.ico_reload { background:url(/common_new/img/ico_reload.png) no-repeat 65px 8px #F5F5F5;}}

/* Localized */