@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:#fcfcfe;
	background-image:url(/shared/images/main/header_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
}
* html body {
	text-align:center;
}
noscript {
	text-align: center;
}
/* wrapper
============================== */
#tmp_wrapper {
	min-width: 1000px;
	margin:0 auto;
}
#tmp_main_wrapper {
	min-width: 1000px;
}
#tmp_wrapper2 {
	width:980px; /* デザインによって変更 */
	margin:0 auto;
	background-image:url(/shared/images/main/wrap_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
* html #tmp_wrapper2 {
	text-align:left;
}
#tmp_main {
	width: 100%;
	clear: both;
}
#tmp_wrapper3 {
	width:540px;
	float:left;
}
#tmp_wrapper4 {
	width:202px;
	float:right;
}
#tmp_wrapper5 {
	min-width: 1000px;
	background-image:url(/shared/images/main/main_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#tmp_wrapper6 {
	min-width: 1000px;
	background-image:url(/shared/images/main/main_bg_repeat.png);
	background-repeat:repeat-y;
	background-position:center 400px;
}

/* main
============================== */
#tmp_wrap_main {
	padding:0;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
#tmp_wrap_contents {
	padding:15px 20px;
	color:inherit;
	background:#FFFFFF;
	border:1px solid #eeeeff;
	border-left:5px solid #eeeeee;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	clear:both;
}
* html #tmp_wrap_contents {
	border-left:none; /* IE6 */
	margin-left:5px; /* IE6 */
}
.format_top #tmp_wrap_contents {
	margin:10px 0;
	padding:0;
	color:inherit;
	background:none;
	border:none;
	border-radius:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	clear:both;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
/* top
============================== */
.format_top .column_rnavi .wrap_col_rgt_navi {
	width:480px; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:0; /* デザインによって変更 */
}
.format_top .column_rnavi .col_main {
	margin-right:0; /* デザインによって変更 */
}
.format_top .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-200px; /* デザインによって変更 */
	margin-top:-37px;

	background:#FFFFFF;
	background-image:url(/shared/images/main/wrap_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;

}
.format_top .column_lnavi .col_main {
	margin-left:220px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-200px; /* デザインによって変更 */
	margin-top:-55px;

	background:#FFFFFF;
	background-image:url(/shared/images/main/wrap_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;

}
.format_free .wrap_col_rgt_navi {
	width:220px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-240px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:240px; /* デザインによって変更 */
}

/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
}
#tmp_chara {
	position:absolute;
	top:0;
	left:0;
}
#tmp_means {
	width:760px;
	padding:8px 0 10px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
/* primary
============================== */
#tmp_means_primary {
	margin:0;
	padding-right:2px;
}
/* hlogo */
#tmp_hlogo {
	display:none;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	color:#555555;
	background-color:transparent;
	margin-right:20px;
	font-size:100%;
	font-weight:bold;
}
#tmp_hlogo p a {
	color:#555555;
	background-color:transparent;
	text-decoration:none;
}
/* hnavi */
#tmp_hnavi {
	padding:2px 0 0;
	float:right;
}
#tmp_hnavi ul {
	list-style:none;
	list-style-image:none;
	float:left;
}
#tmp_hnavi ul li {
	margin:0 5px 0 0;
	float:left;
}
#tmp_hnavi ul li.last {
	margin-right:0;
}
#tmp_hnavi ul li a {
	padding:2px 10px 0px;
	font-size:90%;
	background:#fffaf9;
	border-radius:3px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	text-decoration:none;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none;
}
/* secondary
============================== */
#tmp_means_secondary {
	clear:both;
}

/* search */
#tmp_wrap_search {
	max-width:395px;
	margin: 0 0 20px;
	padding: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #eeeeff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float:left;
}
* html #tmp_wrap_search {
	width:426px;
}
#tmp_search {
	margin:18px 0 0 0;
	float:right;
}
.format_top #tmp_search {
	margin:0 0 15px 0;
	float:none;
}
#tmp_search dt {
	margin:6px 10px 0 0;
	float:left;
	font-weight:bold;
}
.format_top #tmp_search dt {
	margin:0 10px 0 0;
	float:left;
}
.format_top #tmp_search dt img {
	float:left;
	vertical-align:top;
}
.format_top #tmp_search dt p {
	float:left;
	margin:6px 0 0 5px;
	font-size:105%;
	font-weight:bold;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	min-height:26px;
}
* html #tmp_query {
	height:28px;
}
#tmp_func_sch_btn {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width:62px;
	min-height:28px;
	color:#FFFFFF;
	background:#0a308f url(/shared/images/header/sch_btn_bg.jpg) repeat-x left top;
	border:none;
	text-align:center;
	cursor:pointer;
}
* html #tmp_func_sch_btn {
	height:30px;
}
*:first-child+html #tmp_func_sch_btn {
	height:30px;
}
@media screen and (max-width : 768px) {
#tmp_means {
	width:600px;
}
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	float:left;
	margin-bottom:20px;
}
#tmp_gnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_gnavi li {
}
#tmp_gnavi a {
	width:195px;
	min-height:42px;
	padding:0;
	display:block;
	color:#000000;
	background:#FFFFFF;
	border-bottom:1px dotted #dbdbea;
	text-decoration:none;
	overflow:hidden;
}
.format_top #tmp_gnavi a {
	width:212px;
	_width:195px;
	min-height:42px;
	padding:0;
	display:block;
	color:#000000;
	background:none;
	border-bottom:none;
	text-decoration:none;
	overflow:hidden;
}
#tmp_gnavi #tmp_glist1 a {
	width:195px;
	height:164px;
	padding:0;
}
.format_top #tmp_gnavi #tmp_glist1 a {
	width:212px;
	_width:195px;
	height:181px;
	padding:0;
	border-bottom:none;
}
#tmp_gnavi #tmp_glist2 a {
	width:195px;
	height:42px;
	background:url(/shared/images/navi/gnavi/gnavi_create.gif) no-repeat top left!important;
}
.format_top #tmp_gnavi #tmp_glist2 a {
	width:195px;
	height:80px;
	background:url(/shared/images/navi/gnavi/top_gnavi_create.gif) no-repeat top left!important;
}
#tmp_gnavi #tmp_glist3 a {
	width:195px;
	height:42px;
	background:url(/shared/images/navi/gnavi/gnavi_live.gif) no-repeat top left!important;
}
.format_top #tmp_gnavi #tmp_glist3 a {
	width:195px;
	height:80px;
	background:url(/shared/images/navi/gnavi/top_gnavi_live.gif) no-repeat top left!important;
}
#tmp_gnavi #tmp_glist4 a {
	width:195px;
	height:42px;
	background:url(/shared/images/navi/gnavi/gnavi_enjoy.gif) no-repeat top left!important;
}
.format_top #tmp_gnavi #tmp_glist4 a {
	width:195px;
	height:80px;
	background:url(/shared/images/navi/gnavi/top_gnavi_enjoy.gif) no-repeat top left!important;
}
#tmp_gnavi #tmp_glist5 a {
	width:195px;
	height:42px;
	background:url(/shared/images/navi/gnavi/gnavi_learn.gif) no-repeat top left!important;
}
.format_top #tmp_gnavi #tmp_glist5 a {
	width:195px;
	height:80px;
	background:url(/shared/images/navi/gnavi/top_gnavi_learn.gif) no-repeat top left!important;
}
#tmp_gnavi #tmp_glist6 a {
	width:195px;
	height:42px;
	background:url(/shared/images/navi/gnavi/gnavi_know.gif) no-repeat top left!important;
}
.format_top #tmp_gnavi #tmp_glist6 a {
	width:195px;
	height:80px;
	background:url(/shared/images/navi/gnavi/top_gnavi_know.gif) no-repeat top left!important;
}
#tmp_gnavi ul li span {
	display:none;
}
#tmp_gnavi a:active span,
#tmp_gnavi a:hover span,
#tmp_gnavi a:focus span,
#tmp_gnavi .active a span {
}
* html #tmp_gnavi a:active,
* html #tmp_gnavi a:hover,
* html #tmp_gnavi a:focus,
* html #tmp_gnavi .active a {
}
#tmp_gnavi #tmp_glist1 {
	width:195px;
}
.format_top #tmp_gnavi #tmp_glist1 {
	width:212px;
	_width:195px;
}
#tmp_gnavi #tmp_glist2 {
	width:195px;
}
#tmp_gnavi #tmp_glist3 {
	width:195px;
}
#tmp_gnavi #tmp_glist4 {
	width:195px;
}
#tmp_gnavi #tmp_glist5 {
	width:195px;
}
#tmp_gnavi #tmp_glist6 {
	width:195px;
}
* html .format_top #tmp_gnavi a,
* html .format_top #tmp_gnavi #tmp_glist1,
* html .format_top #tmp_gnavi #tmp_glist1 a,
* html .format_top #tmp_gnavi #tmp_glist1 a.img {
	width:195x;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	font-size:86%;
	padding:5px 10px;
	background:#f5f5f5;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	border-left: 5px solid #eeeeee;
	clear:both;
}
* html #tmp_pankuzu {
	border-left:none;
	margin-left:5px;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	color:inherit;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:10px 0 0 0;
}
#tmp_lnavi_ttl .cate_list {
	width:170px;
	padding:10px 10px 12px;
	font-weight:bold;
	background:url(/shared/images/main/contents_bg.jpg) no-repeat left bottom;
	border-left:5px solid #0a308f;
}
#tmp_lnavi_ttl .qa_list {
	width:195px;
	margin:0 0 5px 0;
}
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_ttl .cate_list {
	width:195px; /* IE6 */
}
#tmp_lnavi_ttl p,
#tmp_lnavi_ttl .cate_list p,
#tmp_lnavi_ttl .qa_list p {
	font-size:115%;
	line-height:1.4;
}
#tmp_lnavi_ttl a,
#tmp_lnavi_ttl .cate_list a,
#tmp_lnavi_ttl .qa_list a {
	display:block;
}
#tmp_lnavi_cnt,
#tmp_lnavi_cnt .cate_list,
#tmp_lnavi_cnt .qa_list {
	margin:0 0 10px 0;
	padding:0;
	width:195px;
}
#tmp_lnavi_cnt ul,
#tmp_lnavi_cnt .cate_list ul,
#tmp_lnavi_cnt .qa_list ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt li,
#tmp_lnavi_cnt .cate_list li {
	padding:7px 0 7px 30px;
	background:url(/shared/images/icon/list_icon2.gif) no-repeat 15px 15px;
	border-bottom:1px dotted #dbdbea;
}
#tmp_lnavi_cnt .qa_list ul {
	margin:0 0 0 10px;
}
#tmp_lnavi_cnt .qa_list li {
	float:left;
	margin:0 5px 5px 0;
	padding:0;
	width:85px;
	min-height:85px;
	background:none;
	border:1px solid #dee6fd;
}
#tmp_lnavi_cnt .qa_list li a {
	display:block;
	padding:60px 0 0 0;
	text-align:center;
	text-decoration:none;
}
#tmp_lnavi_cnt .qa_list li.qa01 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_01.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa02 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_02.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa03 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_03.gif) no-repeat left 10px;
	letter-spacing:-2px;
}
#tmp_lnavi_cnt .qa_list li.qa04 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_04.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa05 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_05.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa06 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_06.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa07 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_07.gif) no-repeat left 5px;
}
#tmp_lnavi_cnt .qa_list li.qa08 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_08.gif) no-repeat left 5px;
}
#tmp_lnavi_cnt .qa_list li.qa09 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_09.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa10 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_10.gif) no-repeat left 5px;
}
#tmp_lnavi_cnt .qa_list li.qa11 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_11.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa12 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_12.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.qa13 {
	background:url(/shared/images/navi/lnavi/lnavi_qa_13.gif) no-repeat left 10px;
}
#tmp_lnavi_cnt .qa_list li.long {
	width:177px;
}
#tmp_lnavi_cnt .qa_list li.line2 a {
	padding:52px 0 0 0;
	line-height:1;
}
#tmp_lnavi_cnt .qa_list li a span {
	display:block;
}
#tmp_lnavi_cnt ul li a {
	color:#123998;
	font-size:100%;
	line-height:1.4;
	text-decoration:underline;
}
#tmp_lnavi_ttl .qa_list_ttl {
	padding:10px 10px 8px 50px;
	color:#FFFFFF;
	background:#123998 url(/shared/images/navi/lnavi/lnavi_qa_ttl.jpg) no-repeat left top;
}
#tmp_lnavi_cnt .noicon_list {
	padding:10px 9px 12px 30px;
	text-indent:-23px;
	background:none;
}
#tmp_lnavi_cnt .noicon_list ul {
	margin:8px 0 0;
}
#tmp_lnavi_cnt .noicon_list .switch {
	margin:0 7px 0 0;
	vertical-align:top;
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
#tmp_lnavi_cnt .noicon_list .switch img {
	margin-right:7px;
	vertical-align:bottom;
}
#tmp_lnavi_cnt .noicon_list .switch_cnt li {
	margin:0 0 7px;
	padding:0 0 0 20px;
	text-indent:0;
	background-position:7px 0.1em;
	border-bottom:none;
}
/* top_lnavi_banner
============================== */
#tmp_lnavi .lnavi_bnr_disaster,
#tmp_lnavi .lnavi_bnr_earthquake {
	margin:0 0 15px 0;
}
#tmp_lnavi .lnavi_bnr_disaster .lnavi_ttl {
	padding:14px 0 14px 50px;
	width:140px;
	background:#9a0000 url(/shared/templates/top/images/top_lnavi_banner1.jpg) no-repeat left top;
	cursor:pointer;
}
#tmp_lnavi .lnavi_bnr_disaster a {
	display:block;
	color:#FFFFFF;
	background:none;
	text-decoration:none;
}
#tmp_lnavi .lnavi_bnr_earthquake .lnavi_ttl {
	padding:9px 0 9px 50px;
	width:140px;
	background:#f0e78c url(/shared/templates/top/images/top_lnavi_banner2.jpg) no-repeat left top;
	cursor:pointer;
}

#tmp_lnavi .lnavi_bnr_earthquake a {
	display:block;
	color:#333333;
	background:none;
	text-decoration:none;
}
#tmp_lnavi .lnavi_bnr_opinion,
#tmp_lnavi .lnavi_bnr_site,
#tmp_lnavi .lnavi_bnr_soshiki {
	margin:0 0 10px 0;
}
#tmp_lnavi .lnavi_bnr_opinion .lnavi_ttl {
	padding:9px 0 9px 50px;
	width:140px;
	background:#f0f4ff url(/shared/templates/top/images/top_lnavi_banner3.jpg) no-repeat left top;
	cursor:pointer;
}
#tmp_lnavi .lnavi_bnr_site .lnavi_ttl {
	padding:9px 0 9px 50px;
	width:140px;
	background:#f0f4ff url(/shared/images/navi/lnavi/lnavi_site_banner.jpg) no-repeat left top;
	cursor:pointer;
}
#tmp_lnavi .lnavi_bnr_soshiki .lnavi_ttl {
	padding:9px 0 9px 50px;
	width:140px;
	background:#f0f4ff url(/shared/images/navi/lnavi/lnavi_soshiki_banner.jpg) no-repeat left top;
	cursor:pointer;
}
#tmp_lnavi .lnavi_bnr_opinion a,
#tmp_lnavi .lnavi_bnr_site a,
#tmp_lnavi .lnavi_bnr_soshiki a {
	display:block;
	color:#333333;
	background:none;
	text-decoration:none;
}
#tmp_lnavi .lnavi_bnr_disaster a p,
#tmp_lnavi .lnavi_bnr_earthquake a p,
#tmp_lnavi .lnavi_bnr_opinion a p,
#tmp_lnavi .lnavi_bnr_site a p,
#tmp_lnavi .lnavi_bnr_soshiki a p {
	margin:10px;
	color:#0a308f;
	background:#FFFFFF;
	line-height:1.4;
	text-decoration:underline;
	cursor:pointer;
}
* html #tmp_lnavi .lnavi_bnr_disaster .lnavi_ttl,
* html #tmp_lnavi .lnavi_bnr_earthquake .lnavi_ttl,
* html #tmp_lnavi .lnavi_bnr_opinion .lnavi_ttl,
* html #tmp_lnavi .lnavi_bnr_site .lnavi_ttl,
* html #tmp_lnavi .lnavi_bnr_soshiki .lnavi_ttl {
	width:195px; /* IE6 */
}
#tmp_lnavi .lnavi_bnr_nyusatsu,
#tmp_lnavi .lnavi_bnr_reikisyu {
	margin:0 0 10px 10px;
}
/* rmenu
============================== */
/* top */
.format_top #tmp_rmenu {
	width:202px;
	margin:0 0 10px 0;
}
.format_top #tmp_rmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
.format_top #tmp_rmenu li {
	margin:0 0 10px 0;
}
* html .format_top #tmp_rmenu li {
	margin:0 0 5px 0;
}
.format_top #tmp_rmenu a {
	width:202px;
	height:56px;
	padding:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
}
.format_top #tmp_rmenu a img {
	width:100%;
}

/* free */
#tmp_lnavi #tmp_rmenu {
	width:200px;
	float:left;
	margin:0 0 10px 0;
}
#tmp_lnavi #tmp_rmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi #tmp_rmenu li {
	margin:0 0 4px 10px;
}
#tmp_lnavi #tmp_rmenu a {
	width:182px;
	max-height:50px;
	padding:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
}
#tmp_lnavi #tmp_rmenu a img {
	width:100%;
}
/* box_event_info
============================== */
/* top */
.format_top .box_event_info {
	margin:0 0 10px 0;
	width:200px;
	color:#0a308f;
	background:#FFFFFF;
	border:1px solid #eeeeff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	clear:both;
}
.format_top .box_event_info ul {
	clear:both;
	margin:0;
	padding:10px 0;
	list-style:none;
}
.format_top .box_event_info ul li {
	padding: 0 5px 5px 30px;
	background: url(/shared/images/icon/list_icon2.gif) no-repeat 15px 5px;
}
.format_top .box_event_info .box_event_info_ttl {
	padding:7px 7px 7px 55px;
	font-size:110%;
	color:#FFFFFF;
	background:#288710 url(/shared/images/navi/event/event_info_ttl.gif) no-repeat 10px 5px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	border-top-right-radius:10px;
}

/* free */
#tmp_lnavi a {
	text-decoration:none;
	display:block;
}
#tmp_lnavi ul li a {
	text-decoration:underline;
}
/* box_ranking
============================== */
#tmp_lnavi .box_ranking {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	width:190px;
	clear:both;
}
#tmp_lnavi .box_ranking_ttl {
	padding:10px 10px 8px 50px;
	color:#FFFFFF;
	background:#555555 url(/shared/images/navi/lnavi/lnavi_ranking_banner.jpg) no-repeat left top;
}
#tmp_lnavi .box_ranking ul {
	clear:both;
	margin:0;
	padding:10px 0;
	list-style:none;
}
#tmp_lnavi .box_ranking ul li {
	padding: 0 5px 5px 30px;
	background: url(/shared/images/icon/list_icon2.gif) no-repeat 15px 5px;
}

/* box_event_info
============================== */
#tmp_lnavi .box_event_info {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	width:190px;
	clear:both;
}
#tmp_lnavi .box_event_info_ttl {
	padding:10px 10px 8px 50px;
	color:#FFFFFF;
	background:#39991a url(/shared/images/navi/lnavi/event_info_ttl.jpg) no-repeat left top;
}
#tmp_lnavi .box_event_info ul {
	clear:both;
	margin:0;
	padding:10px 0;
	list-style:none;
}
#tmp_lnavi .box_event_info ul li {
	padding: 0 5px 5px 30px;
	background: url(/shared/images/icon/list_icon2.gif) no-repeat 15px 5px;
}
/* box_mame_info
============================== */
#tmp_lnavi .box_mame_info {
	margin:0 0 10px 10px;
	padding:10px 0 0 0;
	width:180px;
	clear:both;
}
#tmp_lnavi .box_mame_info_ttl {
	padding:10px 0 8px 50px;
	color:#1e827c;
	background:#FFFFFF url(/shared/images/navi/lnavi/mame_info_ttl.gif) no-repeat 10px 10px;
	border:1px solid #eeeeff;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:5px 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	display:inline-block;
	margin:10px 0;
	padding:0 10px;
}
.ptop {
	text-align:right;
	clear:both;
	float:right;
	border-left:1px solid #eeeeff;
	border-right:1px solid #eeeeff;
}
.pnavi a {
	padding:0 0 0 15px;
	background:url(/shared/templates/free/images/contents/bottom_icon.gif) no-repeat left 3px;
	font-size:90%;
	color:#333333;
	text-decoration:none;
}
.format_top .pnavi {
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:20px;
	color:#333333;
	background:#FFFFFF;
	border:1px solid #d90000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:#FFFFFF;
	background-color:#d90000;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	border-top-right-radius:10px;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
	list-style-image:url(/shared/images/icon/list_icon3.gif);
}
#tmp_emergency_cnt ul li {
	margin:0 0 10px 0;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* social_plugins
====================================== */
.text_r {
	float:right;
}
#tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	float:left;
	margin:0 10px 5px 0;
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0 !important;
}
.text_r #tmp_update {
	float: right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry お問い合わせ
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	clear:both;
	border:1px solid #bfbfbf;
}
#tmp_inquiry_ttl {
	padding:5px 10px 3px;
	color:#333333;
	background-color:#eaeaea;
	border-bottom:3px solid #bfbfbf;
	font-weight:bold;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.5em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
	border: 1px solid #b5b5b5;
	border-radius:3px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	padding: 7px 23px 7px 20px;
	color: inherit;
	font-size:100%;
	font-weight:bold;
	background: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#e1e1e1));
	background: -moz-linear-gradient(center top, #f2f2f2, #e1e1e1);
	background: linear-gradient(to bottom, #f2f2f2, #e1e1e1);
	background-color: #e1e1e1;
	text-align: center;
	cursor: pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0;
	border:1px solid #bfbfbf;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 12px;
	color:#FFFFFF;
	background-color:#585858;
	border-bottom:3px solid #bfbfbf;
	font-weight:bold;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:14px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 1em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_btn {
	min-width:100px;
	min-height:26px;
	text-align:center;
	cursor:pointer;
}
* html #tmp_feedback_btn {
	width:100px;
	height:26px;
}
#tmp_feedback .iken_btn {
	margin:10px 0 0;
	padding:13px 0 0;
	border-top:1px dashed #AAAAAA;
	text-align:right;
}
#tmp_feedback .iken_btn a {
	padding:4px 25px;
	border:1px solid #AAAAAA;
	color:#333333;
	background-color:#EEEEEE;
	border-radius:3px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	font-weight:bold;
	text-decoration:none;
}
/* 一覧 RSS
============================== */
.list_read {
	border-top:1px solid #dddddd;
	clear: both;
}
.list_read ul {
	margin: 8px 0 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
}
.list_read ul li {
	float: left !important;
	margin: 0 15px 0 0!important;
	background: none!important;
}
.list_read .list {
	background: url(/shared/images/icon/list_icon_arrow.gif) no-repeat left center!important;
	padding: 4px 0 2px 20px!important;
}
.list_read .rss {
	background: url(/shared/images/icon/rss_icon.gif) no-repeat left center!important;
	padding: 4px 0 2px 20px!important;
}
.list_read ul li a {
	text-decoration:none;
}
/* list_table
============================== */
#tmp_contents table.list_table {
	margin:0;
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
#tmp_contents table.list_table td,
#tmp_contents table.list_table th {
	border:none;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width:70px;
	padding:0;
}
#tmp_contents table.list_table .date_year {
	width:110px;
	padding:0;
}
#tmp_contents table.list_table p {
	margin: 0 0 0.8em;
	vertical-align: middle;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	margin: 0 0 10px 0;
	clear: both;
}
#tmp_publicity_ttl {
	width: 90px;
	padding: 0 0 0 10px;
	text-align: left;
	background:url(/shared/templates/top/images/bnr_ttl.gif) no-repeat left 5px;
	float: left;
}
#tmp_publicity_ttl span {
	display:block;
}
#tmp_publicity_cnt {
	width: 660px;
	float: right;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	width:156px;
	height:40px;
	margin:0 0 0 9px;
	padding:0 0 10px;
	float:left;
}
* html #tmp_publicity_cnt ul li {
	margin:0 0 0 5px;
}
#tmp_publicity_cnt ul li a {
	display:block;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-device-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	width:100%;
	min-width:1000px;
	min-height:80px;
	clear:both;
	background:#0a308f;
    color:#FFFFFF;
}
/* fnavi
============================== */
#tmp_wrap_fnavi {
	width:765px;
	margin:0 auto;
}
* html #tmp_wrap_fnavi {
	text-align:left;
}
#tmp_fnavi {
	padding:15px 0;
	list-style:none;
	border-top:1px solid #eeeeff;
}
#tmp_fnavi li {
	margin-right:30px;
	padding-left:20px;
	white-space:nowrap;
	float:left;
	background:url(/shared/templates/free/images/contents/fnavi_icon.jpg) no-repeat left top;
}
* html #tmp_fnavi li {
	margin-left:5px; /* IE6 */
}
#tmp_fnavi li.last {
	margin-right:0;
}
/* footer */
#tmp_wrap_fc {
	min-width:1000px;
	margin:0 auto;
	color:#FFFFFF;
    background: #0a308f; // add for contrust check
}
#tmp_fc {
	width:980px;
	margin:0 auto;
}
* html #tmp_fc {
	text-align:left;
}
#tmp_footer {
	padding:15px 0 0 0;
	float: right;
}

#tmp_footer_cnt {
	padding:0 10px 0;
	float:left;
	clear:both;
}
#tmp_footer_cnt address {
	font-style:normal;
}
#tmp_footer_cnt address .foot_rec {
	margin-right:9px;
}
#tmp_footer_btn {
	float:left;
}
#tmp_footer_btn ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tmp_footer_btn ul li a {
	display:block;
	padding:5px 10px 5px 20px;
	color:#0a308f;
	background:#FFFFFF url(/shared/images/footer/footer_icon.jpg) no-repeat 5px center;
	border-radius:3px;        /* CSS3草案 */
	-webkit-border-radius:3px;    /* Safari,Google Chrome用 */
	-moz-border-radius:3px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
}
#tmp_copyright {
	padding:3px 0 10px 5px;
	font-size:80%;
	float:right;
}
#tmp_footer_cnt address,
#tmp_footer_cnt .foot_tel,
#tmp_footer_cnt foot_access_btn {
	display:inline;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#bf1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#17721e; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_bold {
	font-weight:bold;
}
.txt_new {
	margin:0 0 0 5px;
	color:#bf1111;
	font-weight:bold;
}
.txt_left {
	text-align:left;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}
input, button {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
	clear:both;
}
div.col2 div.col2L,
div.col2 div.col2R {
	margin:0 0 0.8em 0;
	font-size:100%;
	color:#0a308f;

}
div.col2 div.col2L {
	display:table;
	width:48%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48%;
	float:right;
}
div.col2 div.col2L a,
div.col2 div.col2R a {
	color:#0a308f;
	font-weight:bold;
	text-decoration:underline;
}
div.col2 div.title {
	padding:10px;
}
div.col2 p {
	padding:0 10px;
	color:#333333;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	padding:1px;
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
th {
	color:inherit;
	background-color:#bdcefb;
	font-weight:bold;
}

td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#fcecec; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#ebf9fc; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#d6f3cb; /* デザインによって変更 */
}
td.bg_beige,
th.bg_beige {
	color:inherit;
	background-color:#fcf7e2; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#e9e9e9; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#ede9fa; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
/* for IE7.0 */
*:first-child+html .clearfix {
	min-height:1%;
}
/* for IE6.0 */
* html .clearfix {
	display:inline-block;
}
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_lnavi2:after,
#tmp_lnavi2_ttl:after,
#tmp_lnavi2_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_rmenu:after,
#tmp_rmenu ul:after,
.box_event_info:after,
.box_event_info_ttl:after,
#tmp_wrap_fnavi:after,
#tmp_wrap_fnavi ul:after,
#tmp_wrapper4:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_lnavi2,
*:first-child+html #tmp_lnavi2_ttl,
*:first-child+html #tmp_lnavi2_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt,
*:first-child+html #tmp_rmenu,
*:first-child+html #tmp_rmenu ul,
*:first-child+html .box_event_info,
*:first-child+html .box_event_info_ttl,
*:first-child+html #tmp_wrapper4 {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_lnavi2,
* html #tmp_lnavi2_ttl,
* html #tmp_lnavi2_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt,
* html #tmp_rmenu,
* html #tmp_rmenu ul,
* html .box_event_info,
* html .box_event_info_ttl,
* html #tmp_wrapper4 {
	display:inline-block; /* 変更しない */
}

@media screen and (max-width : 480px) {
/* ==================================================
resize_width
================================================== */
#tmp_resize_width {
	width:320px;
	margin:0;
	padding:0;

	}
}


/* YahooMap対応 */
#tmp_map{
	margin-bottom:20px;	
}

#tmp_gmap_box {
	height:290px;
	margin-bottom:20px;
}
#tmp_gmap_box ul.yolp-ctrl li {
	background-image: none;
	background-color: #FFF;
	list-style: none;
}
/* ==================================================
Y!Search
================================================== */
#srchBox
{
margin: -5px 0 5px;
clear: both;
display: block;
}
#tmp_means_secondary #srchBox{
margin-top: 10px;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox #srch
{
padding:10px 10px 0 10px;
clear: both;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width: 190px;
padding: 0 3px;
min-height: 24px;
border: 1px solid #09308f !important;
}
#srchBox #srchBtn
{
box-sizing: border-box;
min-width: 62px;
min-height: 29px;
color: #FFFFFF;
background: #0a308f url(/shared/images/header/sch_btn_bg.jpg) repeat-x left top;
border: none;
text-align: center;
cursor: pointer;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
padding-bottom: 6px;
}
#srchBox.watermark #srchInput
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}
/* add Y!Search css */
#srchBox dl {
	overflow: hidden;
}
#tmp_means_secondary #srchBox dl {
	float: right;
}
#tmp_means_secondary #srchBox #srchInput
{
width: 190px;
padding: 0 3px;
min-height: 27px;
border: 1px solid #09308f !important;
}
#tmp_means_secondary #srchBox #srchBtn
{
box-sizing: border-box;
min-width: 62px;
min-height: 29px;
color: #FFFFFF;
background: #0a308f url(/shared/images/header/sch_btn_bg.jpg) repeat-x left top;
border: none;
text-align: center;
cursor: pointer;
}
#srchBox dt {
	margin: 6px 5px 0 0;
	float:left;
}
#srchBox dt p,
#srchBox dt img {
	float:left;
}
#srchBox dt p {
	font-size: 14px;
	font-weight:bold;
	margin: 2px 0 0 5px;
	vertical-align: middle;
}
#srchBox dd {
	float:left;
}

@media screen and (max-width : 480px) {
#srchBox dd {
	clear: both;
	margin-top: 5px;
}
#srchBox #srchInput
{
width: 210px;
padding: 0 3px;
height: 26px !important;
border: 1px solid #09308f !important;
}
#srchBox #srchBtn
{
box-sizing: border-box;
margin-left: 5px;
min-width: 62px;
height: 30px !important;
color: #FFFFFF;
background: #0a308f url(/shared/images/header/sch_btn_bg.jpg) repeat-x left top;
border: none;
border-top: 1px solid #0a308f;
text-align: center;
cursor: pointer;
}

#tmp_wrap_search #srchBox #srchInput
{
width: 190px;
padding: 0 3px;
height: 29px !important;
border: 1px solid #09308f !important;
}
#tmp_wrap_search #srchBox #srchBtn
{
box-sizing: border-box;
min-width: 62px;
height: 28px !important;
color: #FFFFFF;
background: #0a308f url(/shared/images/header/sch_btn_bg.jpg) repeat-x left top;
border: none;
text-align: center;
cursor: pointer;
}

}