@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:#FFFFFF;
}
* html body {
	text-align:center; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:1024px; /* デザインによって変更 */
	/* min-width:760px;
	max-width:1280px;
	リキッドレイアウトの場合使用 */
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px 31px 30px 35px;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding:38px 57px 10px;
}
/* .lang_pt.format_link #tmp_wrap_main,
.lang_es.format_link #tmp_wrap_main,
.lang_en.format_link #tmp_wrap_main,
.lang_ko.format_link #tmp_wrap_main,
.lang_zh-CN.format_link #tmp_wrap_main,
.lang_zh-TW.format_link #tmp_wrap_main {
	background:url(/shared/images/main/chara_bg.png) no-repeat left 275px;
} */
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
#tmp_contents a:hover {
	text-decoration:underline !important;
}
/* 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; /* 変更しない */
}
.col_main {
	padding:10px 0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .col_lft_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_top .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
headbar
================================================== */
#tmp_headbar {
	color:#221814;
	background:#D5E6DE url(/shared/images/headbar/headbar_bg.jpg) left bottom no-repeat;
	padding:8px 60px 6px 0;
}
#tmp_headbar p {
	display:table;
	padding-left:130px;
}
#tmp_headbar p span.txt_big {
	font-size:114%;
	display:table-cell;
	font-weight:bold;
}
#tmp_headbar p span.txt_small,
#tmp_headbar p span.txt_tsunagi {
	font-size:85.7%;
	display:table-cell;
	vertical-align:middle;
}
.lang_en #tmp_headbar,
.lang_zh-CN #tmp_headbar,
.lang_zh-TW #tmp_headbar,
.lang_ko #tmp_headbar,
.lang_es #tmp_headbar {
	background:#D5E6DE url(/shared/images/headbar/headbar_bg_2.jpg) left bottom no-repeat;
	padding-top:5px;
	padding-bottom:5px;
}
.lang_pt #tmp_headbar {
	background:#D5E6DE url(/shared/images/headbar/headbar_bg_3.jpg) left bottom no-repeat;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:70px;
}
.lang_en #tmp_headbar p,
.lang_zh-CN #tmp_headbar p,
.lang_zh-TW #tmp_headbar p,
.lang_ko #tmp_headbar p,
.lang_es #tmp_headbar p,
.lang_pt #tmp_headbar p {
/* 	background:url(/shared/images/headbar/jlis_logo.jpg) no-repeat 26px top;
	 */}
.lang_en #tmp_headbar p,
.lang_en #tmp_headbar p span.txt_big,
.lang_en #tmp_headbar p span.txt_tsunagi,
.lang_zh-CN #tmp_headbar p,
.lang_zh-CN #tmp_headbar p span.txt_big,
.lang_zh-CN #tmp_headbar p span.txt_tsunagi,
.lang_zh-TW #tmp_headbar p,
.lang_zh-TW #tmp_headbar p span.txt_big,
.lang_zh-TW #tmp_headbar p span.txt_tsunagi,
.lang_ko #tmp_headbar p,
.lang_ko #tmp_headbar p span.txt_big,
.lang_ko #tmp_headbar p span.txt_tsunagi,
.lang_es #tmp_headbar p,
.lang_es #tmp_headbar p span.txt_big,
.lang_es #tmp_headbar p span.txt_tsunagi,
.lang_pt #tmp_headbar p,
.lang_pt #tmp_headbar p span.txt_big,
.lang_pt #tmp_headbar p span.txt_tsunagi {
	display:inline-block;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:23px 36px 23px 52px;
}
/* .format_free #tmp_header {
	padding-top:15px;
	padding-left:55px;
	padding-bottom:38px;
	padding-right:33px;
} */
.lang_es #tmp_header {
	padding-right:20px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:296px;
	height:84px;
	background:url(/shared/images/header/hlogo.gif) no-repeat left top;
}
.lang_zh-CN #tmp_hlogo h1,
.lang_zh-CN #tmp_hlogo p {
	background-image:url(/shared/images/header/hlogo_cn.gif);
}
.lang_zh-TW #tmp_hlogo h1,
.lang_zh-TW #tmp_hlogo p {
	background-image:url(/shared/images/header/hlogo_tc.gif);
}
.lang_ko #tmp_hlogo h1,
.lang_ko #tmp_hlogo p {
	background-image:url(/shared/images/header/hlogo_ko.gif);
}
.lang_en #tmp_hlogo h1,
.lang_en #tmp_hlogo p {
	background-image:url(/shared/images/header/hlogo_en.gif);
}
.lang_pt #tmp_hlogo h1,
.lang_pt #tmp_hlogo p {
	background-image:url(/shared/images/header/hlogo_pt.gif);
}
.lang_es #tmp_hlogo h1,
.lang_es #tmp_hlogo p {
	background-image:url(/shared/images/header/hlogo_es.gif);
	width:308px;
}
#tmp_hlogo a {
	display:block;
	width:296px;
	height:84px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:296px;
	height:84px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
.lang_es #tmp_hlogo a,
.lang_es #tmp_hlogo h1 span,
.lang_es #tmp_hlogo p span {
	width:308px;
}
#tmp_means {
	width:470px;
	float:right;
}
.lang_en #tmp_means {
	width:562px;
}
.lang_es #tmp_means {
	width:621px;
}
.lang_pt #tmp_means {
	width:581px;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:17px 0 9px;
}
.lang_en #tmp_means_primary,
.lang_es #tmp_means_primary,
.lang_pt #tmp_means_primary {
	float:right;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
}
.lang_en #tmp_hnavi {
	padding-left:101px;
}
#tmp_hnavi li {
	float:left;
}
#tmp_hnavi li a {
	display:block;
	padding:2px 9px;
	text-decoration:none;
	font-size:90%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#tmp_hnavi li a:hover {
	color:inherit;
	background-color:#DADADA;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 5px 0;
	padding:0 0 0 35px;
	clear:both;
}
.lang_es #tmp_means_secondary,
.lang_pt #tmp_means_secondary {
	font-size:90%;
}
.lang_pt #tmp_means_secondary,
.lang_es #tmp_means_secondary,
.lang_en #tmp_means_secondary,
.lang_ko #tmp_means_secondary {
	padding-left:0;
}
.lang_zh-CN #tmp_means_secondary,
.lang_zh-TW #tmp_means_secondary {
	padding-left:69px;
}
/* func_txt */
#tmp_func_txt {
	margin:0 45px 5px 0;
	float:left;
}
.lang_pt #tmp_func_txt,
.lang_es #tmp_func_txt,
.lang_en #tmp_func_txt {
	margin-right:10px;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:3px 0 0;
	float:left;
}
#tmp_func_txt dd {
	float:left;
}
#tmp_func_txt dd.size_down {
	margin:0 3px 0 0;
}
#tmp_func_txt dd a {
	padding:2px 7px;
	border:1px solid #BBBBBB;
	color:inherit;
	background: #fdfefe;
	background: -moz-linear-gradient(top,  #fdfefe 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfefe), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fdfefe 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fdfefe 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fdfefe 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fdfefe 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfefe', endColorstr='#e7e7e7',GradientType=0 );
	display:block;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#tmp_func_txt dd.size_up a {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#tmp_func_txt dd.size_down a {
	border-left:none;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 5px;
	float:left;
}
#tmp_func_clr dt {
	margin:0 5px 0 0;
	padding:3px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 3px 0 0;
	float:left;
}
#tmp_func_clr dd a {
	padding:2px 4px 1px;
	display:block;
	text-decoration:none;
	border:1px solid #BBBBBB;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#tmp_color_default {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* search */
#tmp_search dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:220px;
	min-height:19px;
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
}
* html #tmp_query {
	width:222px;
}
#tmp_func_sch_btn {
	min-width:60px;
	border:1px solid #AABBCC;
	padding:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
/* tmp_gallery
============================== */
#tmp_gallery {
	clear:both;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	padding-left:50px;
	color:#FFFFFF;
	background-color:#40A34A;
	clear:both;
}
#tmp_gnavi ul {
	border-left:1px solid #3D9F45;
	list-style:none;
}
#tmp_gnavi li {
	width:130px;
	min-height:121px;
	border-left:1px solid #3B9544;
	float:left;
}
#tmp_gnavi li#tmp_glist7 {
	border-right:1px solid #3B9544;
}
#tmp_gnavi a {
	display:block;
	width:130px;
	min-height:8.643em;
	color:#FFFFFF;
	background-color:#40A34A;
	text-align:center;
	text-decoration:none;
	background-position:center top;
	background-repeat:no-repeat;
}
* html #tmp_gnavi a {
	width:100%;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	color:inherit;
	background-color:#82B446;
}
#tmp_gnavi a span {
	display:block;
	font-size:114%;
}
#tmp_gnavi a span.g_small {
	font-size:95%;
}
#tmp_gnavi a span.g_small2 {
	font-size:85.4%;
	line-height:1.2;
}
#tmp_gnavi a span.g_line1 {
	padding-top:66px;
}
#tmp_gnavi a span.g_line2 {
	padding-top:74px;
}
#tmp_gnavi a span.g_line3 {
	padding-top:58px;
}
#tmp_gnavi #tmp_glist1 a {
	background-image:url(/shared/images/navi/gnavi/glist1.png);
}
#tmp_gnavi #tmp_glist2 a {
	background-image:url(/shared/images/navi/gnavi/glist2.png);
}
#tmp_gnavi #tmp_glist3 a {
	background-image:url(/shared/images/navi/gnavi/glist3.png);
}
#tmp_gnavi #tmp_glist4 a {
	background-image:url(/shared/images/navi/gnavi/glist4.png);
}
#tmp_gnavi #tmp_glist5 a {
	background-image:url(/shared/images/navi/gnavi/glist5.png);
}
#tmp_gnavi #tmp_glist6 a {
	background-image:url(/shared/images/navi/gnavi/glist6.png);
}
#tmp_gnavi #tmp_glist7 a {
	background-image:url(/shared/images/navi/gnavi/glist7.png);
}
#tmp_gnavi #tmp_glist8 a {
	background-image:url(/shared/images/navi/gnavi/glist8.png);
}
/* gnavi追加 7→8 */
#tmp_gnavi.navi8 {
	padding-left:31px;
}
#tmp_gnavi.navi8 li,
#tmp_gnavi.navi8 a {
	width:119px;
}
#tmp_gnavi a span {
	font-size:109%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	clear:both;
	padding:20px 33px 0;
	color:#6FC97B;
	background-color:transparent;
}
#tmp_pankuzu a {
	color:#6FC97B;
	background-color:transparent;
}
#tmp_sma_pankuzu {
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:10px 10px;
	border:1px solid #BBCCDD;
	font-weight:bold;
	color:inherit;
	background-color:#DDEEFF;
}
#tmp_lnavi_ttl a {
	color:inherit;
	background-color:transparent;
	text-decoration:none;
}
#tmp_lnavi_cnt {
	padding:10px 10px;
	border:1px solid #BBCCDD;
	border-top:none;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	margin:0 0 10px;
	padding:0 0 10px 14px;
	border-bottom:1px solid #BBCCDD;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 0.1em;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* 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:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#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 {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	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.2;
	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: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: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;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi {
	clear:both;
	position:fixed;
	bottom:300px;
	right:0;
	z-index:20;
}
.no_javascript .pnavi {
	display:none;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* 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
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .twitter_btn {
	width:120px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align: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;
	border:1px solid #AABBCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.5em 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;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding:15px 0 0 50px;
	color:inherit;
	background-color:#1E8D44;
	border-top:1px solid #0C7542;
	border-bottom:1px solid #1A8744;
	clear:both;
}
#tmp_publicity ul {
	list-style-image:none;
	list-style:none;
}
#tmp_publicity ul li {
	margin:0 11px 0 0;
	padding:0 0 15px;
	float:left;
}
#tmp_publicity ul li img {
	vertical-align:top;
}
/* 3つ真ん中パターン */
#tmp_publicity {
	padding-left:100px;
}
#tmp_publicity ul li {
	margin-right:87px;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#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;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	padding:13px 54px 10px 26px;
	color:#FFFFFF;
	background-color:#39AC4B;
	border-top:1px solid #248C47;
	clear:both;
}
/* fnavi
============================== */
#tmp_fnavi {
	width:825px;
	list-style:none;
	float:left;
}
#tmp_fnavi li {
	white-space:nowrap;
	float:left;
}
#tmp_fnavi li a {
	display:block;
	padding:10px 30px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	font-size:87%;
}
.lang_pt #tmp_fnavi li a {
	padding-left:26px;
	padding-right:26px;
}
/* .lang_en #tmp_fnavi li a {
	padding-left:33px;
	padding-right:33px;
}
.lang_zh-CN #tmp_fnavi li a,
.lang_zh-TW #tmp_fnavi li a,
.lang_ko #tmp_fnavi li a,
.lang_es #tmp_fnavi li a {
	padding-left:45px;
	padding-right:45px;
} */
#tmp_fnavi li a:link,
#tmp_fnavi li a:visited {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_fnavi li a:hover {
	color:inherit;
	background-color:#88BD43;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_footer_cnt {
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_copyright {
	text-align:left;
	color:#186740;
	background-color:transparent;
	font-size:84%;
	font-weight:bold;
	clear:both;
}
.f_pmark {
	margin:0 0 18px;
	padding-top:7px;
	float:right;
}
#tmp_gsign {
	float:left;
	padding:20px 0 15px;;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
.center {
	text-align:center;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_pink {
	color:#FF0000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_orange {
	color:#DF5B32; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#2FAE4B; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_blue {
	color:#0071BA;
	background:transparent;
}
.txt_gray {
	color:#666666;
	background:transparent;
}
.txt_black {
	color:#000000 !important;
	background:transparent;
}
.txt_green a {
	color:#2FAE4B;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:120%; /* body 14pxのとき24px相当 */
	/* 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:20px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.float_rgt2 {
	margin-bottom:40px !important;
	margin-left:10px !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;
}
ul.noicon2 {
	margin-left:1.5em !important;
	list-style:none !important;
	list-style-image:none !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%;
}
div.col2 div.col2L {
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	width:48.5%;
	float:left;
}
/* 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 {
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	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;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	margin:0 0 25px;
	padding:0 0 0 19px;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* 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_wrap_custom_update:after,
#tmp_custom_update:after,
.plugin:after,
.pnavi:after,
#tmp_publicity: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 {
	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_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_publicity,
*: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 {
	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_wrap_custom_update,
* html #tmp_custom_update,
* html #tmp_social_plugins,
* html .plugin,
* html .pnavi,
* html #tmp_publicity,
* 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 {
	display:inline-block; /* 変更しない */
}