@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper2 {
	width:100%; /* デザインによって変更 */
	min-width:980px;
	color:inherit;
	background:#FFFFFF url(/shared/images/wrapper/wrapper_bg.jpg) no-repeat center top;
	border-top:4px solid #2258AA;
}
.format_top #tmp_wrapper2 {
	color:inherit;
	background:#FFFFFF url(/shared/images/wrapper/wrapper_bg_top2.jpg) no-repeat center top;
}
.format_chiku_top #tmp_wrapper2 {
	color:inherit;
	background:#FFFFFF url(/shared/images/wrapper/wrapper_bg_top.jpg) no-repeat center top;
}
#tmp_wrapper3 {
	width:980px;
	min-height:470px;
	margin:0 auto;
	text-align:left;
}
* html #tmp_wrapper3 {
	height:470px;
}
/* main
============================== */
#tmp_wrap_main {
	clear:both; /* 変更しない */
}
.format_free #tmp_wrap_main,
.format_base #tmp_wrap_main {
	padding:15px 20px 20px;
	margin:0 10px;
	background:#FFFFFF url(/shared/images/wrapper/contents_bg.png) left top repeat-x;
}
.format_top #tmp_wrap_main,
.format_chiku_top #tmp_wrap_main {
	padding:10px 10px 20px;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* custom_kids */
.custom_kids #tmp_contents {
	padding:8px 0 10px;
	font-size:115%;
}
/* 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:0 0 10px;
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-240px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:240px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-220px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:220px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
/* format_chiku_top
============================== */
.format_chiku_top .column_full .wrap_col_nm {
	margin-right:-360px; /* デザインによって変更 */
}
.format_chiku_top .column_full .wrap_col_nm2 {
	margin-right:360px; /* デザインによって変更 */
}
.format_chiku_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-220px; /* デザインによって変更 */
}
.format_chiku_top .column_full .wrap_col_rgt_navi {
	width:340px; /* デザインによって変更 */
}
.format_chiku_top .column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:220px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:220px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:0 10px 14px 23px;
	position:relative;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	margin-top:25px;
	vertical-align:top;
}
#tmp_means {
	width:475px;
	float:right;
}
#tmp_means.type_3 {
	width:430px;
}
#tmp_means img {
	vertical-align:top;
}
/* ==================================================
countdown 
================================================== */
#tmp_countdown {
	margin: 13px 0 -10px 17px;
	float: left;
	width:320px;
}
#tmp_countdown strong {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
	height:0;
}
#tmp_countdown p.countdown_btn {
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	width: 320px;
	z-index:10;
	bottom:15px;
	position:relative;
}
.countdown_box p {
	padding:0;
	margin:0;
}
.countdown_box p a {
	display:block;
	padding: 49px 0 0;
	background:url(/shared/images/header/countdown_bg.jpg) no-repeat;
}
.countdown_box p a:hover,
.countdown_box p a:focus,
.countdown_box p a:active {
	background:url(/shared/images/header/countdown_bg_hover.jpg) no-repeat;
}
.countdown_box #tmp_olympicCountdown {
	float:left;
}
.countdown_box #tmp_paralympic_Countdown {
	float:left;
}
.countdown_box span {
	width:77px;
	display:block;
	padding: 0 10px 10px 73px;
}
.countdown_box span.countdown_btn {
	width: 100%;
	padding:5px 0 0 ;
	text-align: center;
	height:20px;
	clear:both;
}
*:first-child+html .countdown_box span.countdown_btn {
	clear:none;
}
.countdown_box span.countdown_btn img {
	display: block;
	float:none;
	margin:0 auto;
}
.countdown_box span img {
	margin-left:2px;
	display: block;
	float: left;
}
/* primary
============================== */
#tmp_means.type_2 #tmp_means_primary {
	margin:12px 0 10px 0;
	font-size:0.1%;
	line-height:0.1;
	float:right;
}
#tmp_means.type_3 #tmp_means_primary {
	margin:12px 0 18px 0;
	font-size:0.1%;
	line-height:0.1;
	float:right;
}
/* hnavi */
#tmp_hnavi {
	padding:0 10px 0 0;
	list-style:none;
	list-style-image:none;
	float:left;
}
#tmp_hnavi li {
	padding:0 10px 0 0;
	float:left;
}
/* flnavi */
#tmp_flnavi {
	list-style:none;
	list-style-image:none;
	float:left;
}
#tmp_flnavi li {
	float:left;
}
/* secondary
============================== */
#tmp_wrap_means_secondary {
	clear:both;
}
#tmp_means_secondary {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_means.type_2 #tmp_means_secondary {
	margin:0 0 8px 0;
	float:right;
}
#tmp_means.type_3 #tmp_means_secondary {
	margin:0;
	float:left;
}
/* func_txt */
#tmp_func_txt {
	float:left;
}
#tmp_means.type_2 #tmp_func_txt {
	padding: 0 10px 0 0;
}
#tmp_means.type_3 #tmp_func_txt {
	padding: 0 26px 0 0;
}
#tmp_func_txt dt {
	float:left;
}
#tmp_means.type_2 #tmp_func_txt dt {
	padding: 4px 4px 0 0;
}
#tmp_means.type_3 #tmp_func_txt dt {
	padding: 0 10px 0 3px;
}
#tmp_means.type_2 #tmp_func_txt dt img {
	width: 61px;
	height: 13px;
}
#tmp_func_txt dd {
	float:left;
}
#tmp_means.type_2 #tmp_func_txt dd {
	padding: 0 2px 0 0;
}
#tmp_means.type_3 #tmp_func_txt dd {
	padding: 0 5px 0 0;
}
#tmp_means.type_2 #tmp_func_txt dd a.text_size_up img,
#tmp_means.type_2 #tmp_func_txt dd a.text_size_normal img,
#tmp_means.type_2 #tmp_func_txt dd a.text_size_down img {
	width: 34px;
	height: 22px;
}
/* tmp_wrap_means_secondary_rn */
#tmp_means_secondary_rn {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_means.type_3 #tmp_means_secondary_rn {
	margin:0;
	float:left;
}
/* func_txt_rn */
#tmp_means.type_3 #tmp_func_txt_rn {
	padding: 0 26px 0 0;
	margin: 0 0 6px;
}
#tmp_means #tmp_means_secondary_rn ul li {
	float:left;
	list-style: none;
}
#tmp_means.type_3 #tmp_means_secondary_rn ul li {
    padding: 0 6px 0 0;
}
#tmp_means.type_3 #tmp_means_secondary_rn ul li a {
	display:block;
}
/* func_clr */
#tmp_func_clr {
	padding:0 9px 0 0;
	float:left;
}
#tmp_func_clr dt {
	padding:0 6px 0 0;
	float:left;
}
#tmp_func_clr dd {
	padding:0 4px 0 0;
	float:left;
}
/* func_voice */
#tmp_func_voice {
	padding:0 2px 0 0;
	float:left;
}
/* secondary type_2
============================== */

/* func_opinion_inquiry */
#tmp_opinion_inquiry {
	float:right;
}
#tmp_means.type_2 #tmp_opinion_inquiry {
	margin: -2px 10px 0 0;
}
#tmp_means.type_3 #tmp_opinion_inquiry {
	margin: 0;
}
#tmp_means.type_2 #tmp_opinion_inquiry a img {
	width: 120px;
	height: 34px;
}
#tmp_means.type_2 #tmp_func_txt {
	margin: 5px 0;
}
#tmp_means.type_3 #tmp_func_txt {
	margin: 5px 0 8px;
}
/* func_color_voice */
#tmp_means.type_2 #tmp_color_voice {
	float:left;
	margin: 5px 0 5px;
}
#tmp_means.type_3 #tmp_color_voice {
	clear:both;
	margin: 0;
}
#tmp_means.type_2 #tmp_color_voice a img {
	width: 150px;
	height: 22px;
}
#tmp_means.type_2 #tmp_means_tertiary,
#tmp_means.type_3 #tmp_means_tertiary {
	top:80px;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	height:24px;
	padding:2px 8px;
	color:inherit;
	background-color:#DFEBF4;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	clear:both;
	position:absolute;
	top:72px;
	right:10px;
	z-index:10;
}
/* search  */
#tmp_search {
	float:left;
}
#tmp_search dt {
	margin:0 5px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_means #tmp_query {
	width:188px;
	min-height:18px;
	margin:2px 6px 0 0;
	border:1px solid #999999;
}
* html #tmp_means #tmp_query {
	width:190px;
}
#tmp_func_sch_btn {
	margin:0 5px 0 0;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	clear:both;
}
#tmp_gnavi ul {
	margin:0 10px;
	list-style:none;
}
#tmp_gnavi ul ul {
	display:none;
	margin:0;
}
#tmp_gnavi li {
	float:left;
	position:relative;
	z-index:9999;
}
#tmp_gnavi a {
	display:block;
	width:120px;
	height:45px;
	background-image:url(/shared/images/navi/gnavi/gnavi.gif);
	background-repeat:no-repeat;
}
.lang_en_top #tmp_gnavi a,
.lang_en #tmp_gnavi a {
	background-image:url(/shared/images/navi/gnavi/gnavi_en.gif);
}
.lang_zh-cn_top #tmp_gnavi a,
.lang_zh-cn #tmp_gnavi a {
	background-image:url(/shared/images/navi/gnavi/gnavi_zh-cn.gif);
}
.lang_ko_top #tmp_gnavi a,
.lang_ko #tmp_gnavi a {
	background-image:url(/shared/images/navi/gnavi/gnavi_ko.gif);
}
#tmp_glist1 a {
	background-position:left top;
}
#tmp_glist1.active a,
#tmp_glist1 a:hover,
#tmp_glist1 a:focus {
	background-position:left bottom;
}
* html #tmp_glist1 a:active {
	background-position:left bottom;
}
#tmp_glist2 a {
	background-position:-120px top;
}
#tmp_glist2.active a,
#tmp_glist2 a:hover,
#tmp_glist2 a:focus {
	background-position:-120px bottom;
}
* html #tmp_glist2 a:active {
	background-position:-120px bottom;
}
#tmp_glist3 a {
	background-position:-240px top;
}
#tmp_glist3.active a,
#tmp_glist3 a:hover,
#tmp_glist3 a:focus {
	background-position:-240px bottom;
}
* html #tmp_glist3 a:active {
	background-position:-240px bottom;
}
#tmp_glist4 a {
	background-position:-360px top;
}
#tmp_glist4.active a,
#tmp_glist4 a:hover,
#tmp_glist4 a:focus {
	background-position:-360px bottom;
}
* html #tmp_glist4 a:active {
	background-position:-360px bottom;
}
#tmp_glist5 a {
	background-position:-480px top;
}
#tmp_glist5.active a,
#tmp_glist5 a:hover,
#tmp_glist5 a:focus {
	background-position:-480px bottom;
}
* html #tmp_glist5 a:active {
	background-position:-480px bottom;
}
#tmp_glist6 a {
	background-position:-600px top;
}
#tmp_glist6.active a,
#tmp_glist6 a:hover,
#tmp_glist6 a:focus {
	background-position:-600px bottom;
}
* html #tmp_glist6 a:active {
	background-position:-600px bottom;
}
#tmp_glist7 a {
	background-position:-720px top;
}
#tmp_glist7.active a,
#tmp_glist7 a:hover,
#tmp_glist7 a:focus {
	background-position:-720px bottom;
}
* html #tmp_glist7 a:active {
	background-position:-720px bottom;
}
#tmp_glist8 a {
	background-position:-840px top;
}
#tmp_glist8.active a,
#tmp_glist8 a:hover,
#tmp_glist8 a:focus {
	background-position:-840px bottom;
}
* html #tmp_glist8 a:active {
	background-position:-840px bottom;
}
#tmp_gnavi ul li span {
	display:block;
	width:120px;
	height:45px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* drop_down_hidden */
#tmp_gnavi .drop_down_hidden {
	display:none;
	width:348px;
	color:inherit;
	border-right:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
	border-left:1px solid #8C8C8C;
	position:absolute;
	left:0;
	top:45px;
}
* html #tmp_gnavi .drop_down_hidden {
	width:350px;
}
#tmp_gnavi .inner_drop_down_hidden {
	border:3px solid #D5EAFC;
}
#tmp_gnavi .inner_drop_down_hidden2 {
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #8FBAE4;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block;
}
#tmp_gnavi .drop_down_hidden ul li,
#tmp_gnavi .drop_down_hidden ul li a {
	height:auto;
}
#tmp_gnavi .drop_down_hidden0 {
	width:177px;
	float:left;
}
#tmp_gnavi .drop_down_hidden1 {
	width:157px;
	float:left;
}
#tmp_gnavi .drop_down_hidden0 ul {
	padding:6px 10px 10px 7px;
}
#tmp_gnavi .drop_down_hidden1 ul {
	padding:6px 10px 10px 0;
}
#tmp_gnavi .drop_down_hidden0 li,
#tmp_gnavi .drop_down_hidden1 li {
	height:auto;
	float:none;
}
#tmp_gnavi .drop_down_hidden0 li a,
#tmp_gnavi .drop_down_hidden1 li a {
	display:inline-block;
	margin:0 0 3px;
	padding:3px 3px 3px 19px;
	color:#0C5299;
	background:url(/shared/images/navi/gnavi/gnavi_icon.gif) no-repeat 5px 0.7em;
}
#tmp_gnavi .drop_down_hidden0 li a,
#tmp_gnavi .drop_down_hidden1 li a {
	width:130px;
}
* html #tmp_gnavi .drop_down_hidden0 li a,
* html #tmp_gnavi .drop_down_hidden1 li a {
	width:148px;
}
*:first-child + html #tmp_gnavi .drop_down_hidden0 li,
*:first-child + html #tmp_gnavi .drop_down_hidden1 li,
*:first-child + html #tmp_gnavi .drop_down_hidden0 li a,
*:first-child + html #tmp_gnavi .drop_down_hidden1 li a {
	min-height:1%;
}
* html #tmp_gnavi .drop_down_hidden0 li,
* html #tmp_gnavi .drop_down_hidden1 li,
* html #tmp_gnavi .drop_down_hidden0 li a,
* html #tmp_gnavi .drop_down_hidden1 li a {
	height:1%;
}
#tmp_gnavi .drop_down_hidden0 li a:hover,
#tmp_gnavi .drop_down_hidden1 li a:hover,
#tmp_gnavi .drop_down_hidden0 li a:active,
#tmp_gnavi .drop_down_hidden1 li a:active,
#tmp_gnavi .drop_down_hidden0 li a:focus,
#tmp_gnavi .drop_down_hidden1 li a:focus {
	color:#003366;
	background:#BFDFFF url(/shared/images/navi/gnavi/gnavi_icon.gif) no-repeat 5px 0.7em;
}
/* ==================================================
navi
================================================== */
#tmp_l_search {
	background:url(/shared/images/header/search_bg.png) left top repeat;
	margin:0 10px;
	padding:17px 20px 20px;
}
.format_top #tmp_l_search {
	margin: -10px 0 -20px;
	padding-bottom:20px;
}
.format_chiku_top #tmp_l_search {
	margin-bottom:-20px;
}
#tmp_l_search dl {
	width:760px;
	margin:0 auto;
}
#tmp_l_search dt,
#tmp_l_search dd,
#tmp_l_search dd p {
	float:left;
}
#tmp_l_search dt label {
	display:block;
	vertical-align:middle;
}
#tmp_l_search dd img {
	display:block;
	vertical-align:bottom;
}
#tmp_l_search #tmp_query {
	min-height:34px;
	border:2px solid #212D7B;
	border-left:none;
	width:470px;
	margin-right:6px;
	padding:0 10px;
	font-size:114.3%;
}
#tmp_l_search #tmp_func_sch_btn {
	margin-right:20px;
}
#tmp_l_search .search_method {
	padding:10px 0 0;
}
#tmp_l_search .search_method a {
	display:block;
	background:url(/shared/images/header/search_arrow.png) left center no-repeat;
	padding:0 0 0 10px;
}
#tmp_l_search .search_word {
	margin:15px 0 0;
	font-family:'メイリオ',Meiryo,sans-serif;
}
#tmp_l_search .search_word table {
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
#tmp_l_search .search_word table td {
	padding:0;
}
#tmp_l_search .search_word .search_word_ttl {
	vertical-align:middle;
	padding-right:20px;
	padding-bottom:10px;
}
#tmp_l_search .search_word ul {
	vertical-align:middle;
	list-style:none;
	list-style-image:none;
}
#tmp_l_search .search_word ul li {
	float:left;
	margin:0 5px 10px 0;
}
#tmp_l_search .search_word ul li.ttl {
	margin-right:10px;
}
#tmp_l_search .search_word ul li a {
	display:block;
	background:#FFFFFF;
	padding:5px 15px;
	border:1px solid #C0D8E9;
	border-radius:5px;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	margin:0 0 8px 0;
	clear:both;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
.ptop a {
	padding-left:12px;
	background:url(/shared/images/navi/pnavi/ptop_icon.gif) no-repeat left 0.4em;
}
/* custom_kids */
.custom_kids .ptop,
.custom_kids_idx .ptop,
.custom_kids_top .ptop {
	margin:0 29px 0 0;
}
.custom_kids .ptop a,
.custom_kids_idx .ptop a,
.custom_kids_top .ptop a {
	padding-left:0;
	background:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	padding:0 1px;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:10px 10px 7px;
	font-weight:bold;
	background:url(/shared/images/navi/lnavi/lnavi_ttl_bg.jpg) repeat-x left top;
	border-bottom:2px solid #406EB5;
}
#tmp_lnavi_cnt {
	padding:10px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt li {
	padding:7px 5px 7px 20px;
	background:url(/shared/images/navi/lnavi/lnavi_list_icon.gif) no-repeat 7px 0.8em;
	border-bottom:1px solid #D1D5D8;
}
#tmp_lnavi_cnt .noicon_list {
	padding:7px 0 7px 25px;
	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:middle;
}
#tmp_lnavi_cnt .noicon_list .switch img {
	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.2em;
	border-bottom:none;
}
/* event_cal
============================== */
#tmp_event_cal {
	margin-bottom:15px;
	padding-top:14px;
	background:url(/shared/images/navi/event/cal_ttl_bg.gif) no-repeat left top;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	width:200px;
	padding:5px 0 3px;
	clear:both;
}
#tmp_event_cal_ttl img {
	vertical-align:top;
}
#tmp_event_cal .month_bg_3,
#tmp_event_cal .month_bg_4,
#tmp_event_cal .month_bg_5 {
	background:url(/shared/images/navi/event/ttl_bg_spring.jpg) no-repeat left top;
}
#tmp_event_cal .month_bg_6,
#tmp_event_cal .month_bg_7,
#tmp_event_cal .month_bg_8 {
	background:url(/shared/images/navi/event/ttl_bg_summer.jpg) no-repeat left top;
}
#tmp_event_cal .month_bg_9,
#tmp_event_cal .month_bg_10,
#tmp_event_cal .month_bg_11 {
	background:url(/shared/images/navi/event/ttl_bg_autumn.jpg) no-repeat left top;
}
#tmp_event_cal .month_bg_12,
#tmp_event_cal .month_bg_1,
#tmp_event_cal .month_bg_2 {
	background:url(/shared/images/navi/event/ttl_bg_winter.jpg) no-repeat left top;
}
#tmp_event_cal_ttl .cal_ttl {
	margin-left:5px;
}
#tmp_event_cal_ttl .cal_date {
	margin-left:32px;
}
#tmp_event_cal_ttl .year {
	margin-top:7px;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:left;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	padding:0 0 10px 0;
	color:inherit;
	background-color:#FFFFFF;
	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 #CCCCCC;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	color:inherit;
	font-weight:normal;
	text-align:center;
	background-color:#F7F7EE;
}
#tmp_event_cal_cnt .calendar td {
	padding:3px 0;
	text-align:center;
}
#tmp_event_cal_cnt .calendar td a {
	display:block;
	margin:-3px 0;
	padding:3px 0;
	color:#333333;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	margin:-3px 0;
	padding:3px 0;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFDE;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sun .today {
	color:#CC0000;
	background-color:#FFFFDE;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#0033CC;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat .today {
	color:#0033CC;
	background-color:#FFFFDE;
}
/* 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 0 0 2px;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 0.8em;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:inline-block;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* btn_list
============================== */
.btn_list {
	margin:0 !important;
	padding:0 0 5px;
	list-style:none !important;
	list-style-image:none !important;
	clear:both;
}
.btn_list li {
	margin-bottom:5px;
}
.btn_list img {
	vertical-align:top;
}
/* btn_list2
============================== */
.btn_list2 {
	margin:0 !important;
	padding:15px 0 5px;
	border-top:1px solid #BAB6AF;
	list-style:none !important;
	list-style-image:none !important;
	clear:both;
}
.btn_list2 li {
	margin-bottom:5px;
}
.btn_list2 img {
	vertical-align:top;
}
/* box_idx
============================== */
.box_idx {
	margin:0 0 15px;
	clear:both;
}
.box_idx_ttl {
	margin-bottom:9px;
}
.box_idx_cnt ul {
	margin:0 0 0 20px;
	list-style-image:url(/shared/images/navi/lnavi/lnavi_list_icon.gif);
}
.box_idx_cnt ul li {
	margin-bottom:5px;
}
.box_idx img {
	vertical-align:top;
}
/* sanaga */
#tmp_sanaga_cnt ul {
	margin-left:0;
	list-style:none;
	list-style-image:none;
}
/* r_iza
============================== */
#tmp_r_iza {
	margin:0 0 10px;
	border:1px solid #FD9797;
	clear:both;
}
#tmp_r_iza_cnt {
	padding:2px 9px 0;
}
#tmp_r_iza_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_r_iza_cnt ul li img {
	vertical-align:top;
}
/* call-center
============================== */
#tmp_call-center {
	margin:0 0 10px;
	border:1px solid #BAB6AF;
	clear:both;
}
#tmp_call-center img {
	vertical-align:top;
}
/* mypage
============================== */
#tmp_mymenu {
	margin:0 0 10px;
	padding:8px 15px 7px 14px;
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/rnavi/mypage_bg.jpg) repeat-x left top;
	border:3px solid #B6B5B4;
}
.lang_en_top #tmp_mymenu,
.lang_en #tmp_mymenu,
.lang_zh-cn_top #tmp_mymenu,
.lang_zh-cn #tmp_mymenu,
.lang_ko_top #tmp_mymenu,
.lang_ko #tmp_mymenu {
	display:none;
}
#tmp_mymenu_ttl {
	padding-bottom:3px;
}
#tmp_mymenu_ttl .title {
	float:left;
}
#tmp_mymenu_ttl p {
	float:right;
}
#tmp_mymenu_cnt {
	clear:both;
}
#tmp_mymenu_cnt p {
	margin-bottom:3px;
}
#tmp_mymenu img {
	vertical-align:top;
}
#tmp_mymenu_cnt ul {
	margin:10px 0 10px 20px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif);
}
#tmp_mymenu_cnt li {
	margin:0 0 5px;
}
/* dekigoto
============================== */
#tmp_dekigoto {
	margin-bottom:15px;
	border:3px solid #CECAC6;
	clear:both;
}
#tmp_dekigoto_ttl {
	padding:6px 0 6px 12px;
	background:url(/shared/images/navi/rnavi/dekigoto_ttl_bg.gif) repeat-x left top;
	border-bottom:1px solid #F1F6FA;
}
#tmp_dekigoto_cnt {
	padding:9px 14px 0;
}
#tmp_dekigoto_photo {
	width:186px;
}
#tmp_dekigoto_photo p {
	padding:3px;
	border:1px solid #BAB6AF;
}
#tmp_dekigoto_cnt p {
	margin-bottom:5px;
	line-height:1.3;
}
/* kgi
============================== */
#tmp_kgi {
	margin-bottom:14px;
	padding:9px 9px 4px 9px;
	background:url(/shared/images/navi/rnavi/btn_bg.jpg) no-repeat left top;
	border:1px solid #BAB6AF;
	clear:both;
}
#tmp_kgi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_kgi img {
	vertical-align:top;
}
/* ==================================================
chiku
================================================== */
/* box_idx_chiku
============================== */
.box_idx_chiku {
	margin-bottom:19px;
	padding:9px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #BAB6AF;
}
.box_idx_chiku_ttl {
	margin-bottom:7px;
}
.box_idx_chiku_cnt {
	padding:2px 4px;
}
.box_idx_chiku_cnt ul {
	margin:0 0 0 20px;
	list-style-image:url(/shared/templates/top/images/list_icon.gif);
}
.box_idx_chiku_cnt ul li {
	line-height:1.4;
}
/* photo_report
============================== */
#tmp_photo_report {
	margin-bottom:19px;
	padding:14px 9px 9px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #BAB6AF;
}
#tmp_photo_report_ttl {
	width:130px;
	background:url(/shared/images/navi/chiku/report_ttl_bg.jpg) no-repeat left top;
	float:left;
}
#tmp_photo_report_cnt {
	width:185px;
	margin-top:5px;
	float:right;
}
#tmp_photo_report_ttl .rep_ttl {
	margin-bottom:5px;
}
#tmp_photo_report_ttl .rep_btn {
	padding:0 0 27px 7px;
}
#tmp_photo_report_cnt .rep_photo p {
	width:178px;
	margin-bottom:5px;
	border:1px solid #BAB6AF;
}
* html #tmp_photo_report_cnt .rep_photo p {
	width:180px;
}
/* btn_horizonal_list
============================== */
.btn_horizonal_list {
	list-style:none;
	list-style-image:none;
}
.btn_horizonal_list img {
	vertical-align:top;
}
.btn_horizonal_list li {
	margin:0 20px 10px 0;
	float:left;
}
.btn_horizonal_list li.even {
	margin-right:0;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
.format_free .column_lnavi #tmp_main,
.format_free .column_full #tmp_main {
	background:url(/shared/images/main/bg_lnavi.gif) repeat-y left top;
}
/* emergency
============================== */
#tmp_emergency {
	margin:0 0 6px;
	clear:both;
}
#tmp_emergency_ttl {
	background:url(/shared/images/main/emergency/emergency_ttl_bg.gif) no-repeat right top;
}
#tmp_emergency_cnt {
	padding:15px 25px 7px 25px;
	color:inherit;
	background-color:#FFFFFF;
	border-right:2px solid #FD9797;
	border-bottom:2px solid #FD9797;
	border-left:2px solid #FD9797;
}
#tmp_emergency_cnt ul {
	margin:0 0 0.8em 18px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif); /* 変更しない */
}
#tmp_emergency_cnt ul li {
	margin:0 0 0.5em;
}
/* related_btn */
#tmp_emergency_cnt .related_btn {
	margin:0 0 0.5em;
	padding:3px 15px;
	float:right;
}
#tmp_emergency_cnt .related_btn p {
	margin:0 15px 0 0;
	float:left;
}
#tmp_emergency_cnt .related_btn .last {
	margin:0;
}
#tmp_emergency_cnt .related_btn .read_all {
	margin:0 25px 0 0;
	padding:0 0 0 11px;
	background:url(/shared/images/main/emergency/read_all_icon.gif) no-repeat left 0.2em;
}
/* emergency_mail */
#tmp_emergency_mail {
	clear:both;
}
/* box_emergency_mail */
#tmp_emergency_mail .box_emergency_mail {
	clear:both;
}
#tmp_emergency_mail .box_emergency_mail_ttl {
	margin:0 0 12px;
	padding:3px 11px;
	color:inherit;
	background-color:#FEE7E7;
}
#tmp_emergency_mail h3 {
	margin:3px 0 0;
	float:left;
}
#tmp_emergency_mail .read_all {

	float:right;
}
#tmp_emergency_mail .box_emergency_mail_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_emergency_mail .box_emergency_mail_cnt img {
	margin:0 12px 0 0;
	vertical-align:middle;
}
#tmp_emergency_mail .box_emergency_mail_cnt a {
	vertical-align:middle;
}
#tmp_emergency_btn {
	margin:-10px 0 10px;
	padding:10px 0 5px;
	text-align:center;
	background:url(/shared/images/header/search_bg.png) left top repeat;
}
.used_javascript #tmp_emergency_btn {
	display:none;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	clear:both;
}
#tmp_emergency_s_ttl {
	background:url(/shared/images/main/emergency/emergency_ttl_bg.gif) no-repeat right top;
}
#tmp_emergency_s_cnt {
	padding:7px 8px;
	color:inherit;
	background-color:#FEE7E7;
	border-right:2px solid #FD9797;
	border-bottom:2px solid #FD9797;
	border-left:2px solid #FD9797;
}
#tmp_emergency_s_cnt ul {
	margin-left:15px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif); /* 変更しない */
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* gallery_area
============================== */
#tmp_gallery_area {
	width:960px;
	margin:0 0 11px;
	padding:0 0 20px;
	background:url(/shared/images/main/gallery/gallery_area_bg.jpg) no-repeat left bottom;
}
#tmp_wrap_gallery {
	width:740px;
	margin:10px 0 0;
	color:inherit;
	background-color:#FFFFFF;
	float:left;
}
#tmp_gallery {
	height:268px;
	margin:1px 0 0 0;
	padding:0 0 0 1px;
	overflow:hidden;
	position:relative;
}
#tmp_gallery ul {
	list-style:none;
	list-style-image:none;
}
#tmp_area {
	width:220px;
	float:right;
}
#tmp_area ul {
	list-style:none;
}
#tmp_gallery_area img {
	vertical-align:top;
}
#tmp_tmp_gallery_hover {
	position:absolute;
	z-index:99;
}
#tmp_gallery .list_order {
	display:none;
}
#tmp_gallery #tmp_gallery_player1 {
	position:absolute;
	z-index:100;
	bottom:10px;
	left:10px;
}
/* kids
============================== */
/* layout */
.wrap_kids_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.kids_column_lnavi .wrap_kids_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.format_free .wrap_kids_col_lft_navi {
	width:153px; /* デザインによって変更 */
	margin-right:-164px; /* デザインによって変更 */
}
.format_free .kids_column_lnavi .kids_col_main {
	margin-left:164px; /* デザインによって変更 */
}
/* wrapper */
#tmp_kids_wrapper {
	margin:0 0 20px;
	clear:both;
}
.custom_kids #tmp_kids_wrapper {
	padding:0 0 108px;
	background:url(/shared/images/main/kids/wrapper/wrapper_bg_btm.jpg) no-repeat left bottom;
}
/* header */
#tmp_kids_hg {
	padding:6px 0 30px 8px;
	background:url(/shared/images/main/kids/header/header_bg.jpg) no-repeat left top;
}
#tmp_kids_header {
	width:269px;
	margin:0 2px 0 0;
	float:left;
}
/* gnavi */
#tmp_kids_gnavi {
	width:468px;
	margin:0 4px 0 0;
	float:left;
}
#tmp_kids_gnavi ul {
	margin:8px 0 0;
	list-style:none;
	list-style-image:none;
}
#tmp_kids_gnavi li {
	float:left;
}
#tmp_kids_glist2 {
	margin:10px 0 0;
}
#tmp_kids_glist4 {
	margin:10px 0 0;
}
/* snavi */
#tmp_kids_snavi {
	width:150px;
	padding:9px 0 0;
	float:left;
}
#tmp_kids_snavi .manners_btn {
	margin:0 0 5px;
}
/* lnavi */
#tmp_kids_lnavi {
	clear:both;
}
#tmp_kids_lnavi_ttl {
	margin:0 0 9px;
}
#tmp_kids_lnavi_ttl img {
	vertical-align:top;
}
#tmp_kids_lnavi_cnt {
	padding:1px 0 0;
	font-weight:bold;
	background:url(/shared/images/main/kids/navi/lnavi/lnavi_li_bg.gif) repeat-x left top;
}
#tmp_kids_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_kids_lnavi_cnt li {
	padding:11px 0;
	background:url(/shared/images/main/kids/navi/lnavi/lnavi_li_bg.gif) repeat-x left bottom;
}
#tmp_kids_lnavi_cnt li a {
	display:inline-block;
	padding:3px 0 3px 14px;
	background:url(/shared/images/main/kids/navi/lnavi/lnavi_icon.jpg) no-repeat left top;
}
#tmp_kids_lnavi_cnt li a:link {
	color:#003399;
	background-color:transparent;
}
/* main */
#tmp_wrap_kids_main {
	clear:both;
}
/* free */
.custom_kids #tmp_wrap_kids_main {
	background:url(/shared/images/main/kids/wrapper/wrapper_bg_mdl.jpg) repeat-y left top;
}
/* top */
.custom_kids_top #tmp_wrap_kids_main {
	height:588px;
	background:url(/shared/images/main/kids/main/man_bg_top.jpg) no-repeat left top !important;
	position:relative;
}
/* idx */
.custom_kids_idx #tmp_wrap_kids_main {
	height:412px;
	position:relative;
}
.custom_kids_idx #tmp_wrap_main .kids_costom_shiro {
	background:url(/shared/images/main/kids/main/man_bg_shiro.jpg) no-repeat left top !important;
}
.custom_kids_idx #tmp_wrap_main .kids_costom_machinami {
	background:url(/shared/images/main/kids/main/man_bg_machinami.jpg) no-repeat left top !important;
}
.custom_kids_idx #tmp_wrap_main .kids_costom_shizen {
	background:url(/shared/images/main/kids/main/man_bg_shizen.jpg) no-repeat left top !important;
}
.custom_kids_idx #tmp_wrap_main .kids_costom_quiz {
	background:url(/shared/images/main/kids/main/man_bg_quiz.jpg) no-repeat left top !important;
}
.custom_kids_idx .kids_costom_fla {
	height:523px !important;
	background:url(/shared/images/main/kids/main/man_bg_fla.jpg) no-repeat left top !important;
}
.custom_kids #tmp_kids_main {
	padding:16px 80px 0 76px;
	background:url(/shared/images/main/kids/main/man_bg.jpg) no-repeat left top !important;
}
/* update
============================== */
#tmp_update {
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:2px solid #B3B3B3;
	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 #DCDAD7;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:#FFFFFF;
	font-weight:bold;
	background:#205182 url(/shared/images/main/inquiry/inquiry_ttl_bg.jpg) repeat-x left top;
}
#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_memo {
	margin:0 0 0.8em;

}
#tmp_inquiry_cnt .inquiry_section_name {
	font-weight:bold;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
#tmp_inquiry_cnt .inquiry_link ul {
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif);
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
}
#tmp_inquiry_cnt .inquiry_link li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	width:100%; /* デザインによって変更 */
}
#tmp_wrap_footer2 {
	width:100%; /* デザインによって変更 */
	min-width:980px;
	background:url(/shared/images/footer/footer_bg.jpg) no-repeat bottom center;
	border-bottom:3px solid #2258AA;
	text-align:center;
}
#tmp_wrap_footer3 {
	width:980px;
	margin:0 auto;
	text-align:left;
}
#tmp_footer {
	padding:0 10px;
	color:#525252;
	background-color:transparent;
}
/* fnavi
============================== */
#tmp_wrap_fnavi {
	padding:1px 0 0;
	background:url(/shared/images/footer/fnavi_dot_bg.gif) repeat-x left top;
}
#tmp_fnavi {
	padding:14px 7px 13px;
	background:url(/shared/images/footer/fnavi_dot_bg.gif) repeat-x left bottom;
}
#tmp_fnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_fnavi li {
	margin:0 15px 0 0;
	padding-left:10px;
	white-space:nowrap;
	background:url(/shared/images/footer/fnavi_icon.gif) no-repeat left 0.4em;
	float:left;
}
#tmp_footer_cnt {
	padding:17px 0 19px;
	clear:both;
}
/* cutchery */
#tmp_cutchery {
	clear:both;
}
#tmp_cutchery img {
	vertical-align:top;
}
#tmp_cutchery_ttl {
	width:117px;
	float:left;
	position:relative;
	z-index:1;
	text-align:center;
	padding:21px 0 21px;
	color:inherit;
	background-color:#E3E4E6;
}
#tmp_wrap_cutchery_cnt {
	width:100%;
	margin-left:-133px;
	float:right;
}
#tmp_cutchery_cnt {
	margin-left:133px;
	padding:5px 0 0;
}
#tmp_cutchery_cnt address {
	margin:0 0 7px;
	font-style:normal;
}
#tmp_fnavi_guide {
	list-style:none;
	list-style-image:none;
}
#tmp_fnavi_guide li {
	float:left;
	margin:0 8px 0 0;
}
#tmp_fnavi_guide .last {
	margin-right:0;
}
#tmp_copyright {
	padding:8px 0;
	color:#27639E;
	text-align:center;
	background-color:transparent;
	clear:both;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#CC0000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#387025; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
}
.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:100%;
	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 {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	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:100%;
	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:10px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:10px 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 #DCDAD7;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:2px 7px 0 12px;
	color:#701034;
	font-weight:bold;
	background:#F3F2F2 url(/shared/templates/free/images/contents/box_faq_bg.jpg) repeat-x left top;
	border-bottom:1px solid #E7E4E2;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq .box_faq_cnt p {
	margin-bottom:0.5em !important; /* 変更しない */
}
.box_faq ul {
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif);
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
}
.box_faq ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
.box_faq_cnt .memo {
	padding:10px 0 0;
	border-top:1px solid #DCDAD7;
}
.box_faq_cnt .memo,
.box_faq_cnt .memo img {
	vertical-align:middle;
}
.box_faq_cnt .memo img {
	margin:0 0 0 4px;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_orange,
th.bg_orange {
	color:inherit;
	background-color:#FFF8DF; /* デザインによって変更 */
}
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FFEAEF; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EFFEE0; /* デザインによって変更 */
}
/* ==================================================
social
================================================== */
#tmp_social_update {
	clear:both;
}
#tmp_social_update .social_media_btn {
	margin:0 15px 0.8em 0;
	float:left;
}
/* ==================================================
snavi
================================================== */
#tmp_snavi {
	position:relative;
	width:64px;
}
#tmp_snavi ul {
	position:absolute;
	left:-54px;
	list-style:none;
	list-style-image:none;
	padding-right:10px;
	background:url(/shared/images/navi/snavi/snavi_tab_bg.png) repeat-y right top;
}
#tmp_snavi.active_snavi1 ul {
	background:url(/shared/images/navi/snavi/snavi_tab1_bg.png) repeat-y right top;
}
#tmp_snavi.active_snavi2 ul {
	background:url(/shared/images/navi/snavi/snavi_tab2_bg.png) repeat-y right top;
}
#tmp_snavi.active_snavi3 ul {
	background:url(/shared/images/navi/snavi/snavi_tab3_bg.png) repeat-y right top;
}
.format_top #tmp_snavi ul,
.format_chiku_top #tmp_snavi ul {
	background-position:right top;
}
#tmp_snavi ul li {
	margin-bottom:10px;
}
#tmp_snavi ul li#tmp_snavi3 {
	margin-bottom:0;
}
#tmp_snavi ul li img {
	vertical-align:text-bottom;
}
.format_top.type_snavi #tmp_wrapper2 {
	color:inherit;
	background:#FFFFFF url(/shared/images/wrapper/wrapper_bg_top2.jpg) no-repeat center top;
}
#tmp_emergency {
	padding-top:8px;
}
@media screen and (max-width : 1092px) {
.type_snavi #tmp_wrapper {
	min-width:1036px;
}
.type_snavi #tmp_wrapper2 {
	width:auto;
	min-width:auto;
	min-width:initial;
	padding-left:56px;
	padding-right:56px;
	background-position:-154px top !important;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_means #tmp_means_secondary_rn ul:after,
.countdown_box p a:after,
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_hnavi:after,
#tmp_flnavi:after,
#tmp_means_secondary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_tertiary:after,
#tmp_search:after,
#tmp_gnavi:after,
#tmp_gnavi .inner_drop_down_hidden2:after,
#tmp_l_search dl:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_ttl .cal_date:after,
#tmp_event_cal_cnt .cal_navi:after,
.box_idx:after,
.box_idx_ttl:after,
.box_idx_cnt:after,
#tmp_r_iza:after,
#tmp_r_iza_ttl:after,
#tmp_r_iza_cnt:after,
#tmp_call-center:after,
#tmp_call-center_ttl:after,
#tmp_call-center_cnt:after,
#tmp_mymenu:after,
#tmp_mymenu_ttl:after,
#tmp_mymenu_cnt:after,
#tmp_dekigoto:after,
#tmp_dekigoto_ttl:after,
#tmp_dekigoto_cnt:after,
#tmp_kgi:after,
.box_idx_chiku:after,
.box_idx_chiku_ttl:after,
.box_idx_chiku_cnt:after,
#tmp_photo_report:after,
#tmp_photo_report_ttl:after,
#tmp_photo_report_cnt:after,
.btn_horizonal_list:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_cnt .related_btn:after,
#tmp_emergency_mail:after,
#tmp_emergency_mail .box_emergency_mail:after,
#tmp_emergency_mail .box_emergency_mail_ttl:after,
#tmp_emergency_mail .box_emergency_mail_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_gallery_area:after,
#tmp_kids_wrapper:after,
#tmp_kids_wrapper2:after,
#tmp_kids_hg:after,
#tmp_kids_gnavi:after,
#tmp_kids_gnavi ul:after,
#tmp_wrap_kids_main:after,
#tmp_kids_main:after,
#tmp_kids_lnavi:after,
#tmp_kids_lnavi_ttl:after,
#tmp_kids_lnavi_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
#tmp_fnavi_guide:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
#tmp_social_update: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_hnavi,
*:first-child+html #tmp_flnavi,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi .inner_drop_down_hidden2,
*:first-child+html #tmp_l_search dl,
*: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_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_ttl .cal_date,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html .box_idx,
*:first-child+html .box_idx_ttl,
*:first-child+html .box_idx_cnt,
*:first-child+html #tmp_r_iza,
*:first-child+html #tmp_r_iza_ttl,
*:first-child+html #tmp_r_iza_cnt,
*:first-child+html #tmp_call-center,
*:first-child+html #tmp_call-center_ttl,
*:first-child+html #tmp_call-center_cnt,
*:first-child+html #tmp_mymenu,
*:first-child+html #tmp_mymenu_ttl,
*:first-child+html #tmp_mymenu_cnt,
*:first-child+html #tmp_dekigoto,
*:first-child+html #tmp_dekigoto_ttl,
*:first-child+html #tmp_dekigoto_cnt,
*:first-child+html #tmp_kgi,
*:first-child+html .box_idx_chiku,
*:first-child+html .box_idx_chiku_ttl,
*:first-child+html .box_idx_chiku_cnt,
*:first-child+html #tmp_photo_report,
*:first-child+html #tmp_photo_report_ttl,
*:first-child+html #tmp_photo_report_cnt,
*:first-child+html .btn_horizonal_list,
*:first-child+html #tmp_social_update,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_cnt .related_btn,
*:first-child+html #tmp_emergency_mail,
*:first-child+html #tmp_emergency_mail .box_emergency_mail,
*:first-child+html #tmp_emergency_mail .box_emergency_mail_ttl,
*:first-child+html #tmp_emergency_mail .box_emergency_mail_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_gallery_area,
*:first-child+html #tmp_kids_wrapper,
*:first-child+html #tmp_kids_wrapper2,
*:first-child+html #tmp_kids_hg,
*:first-child+html #tmp_kids_gnavi,
*:first-child+html #tmp_kids_gnavi ul,
*:first-child+html #tmp_wrap_kids_main,
*:first-child+html #tmp_kids_main,
*:first-child+html #tmp_kids_lnavi,
*:first-child+html #tmp_kids_lnavi_ttl,
*:first-child+html #tmp_kids_lnavi_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_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html #tmp_fnavi_guide,
*: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_hnavi,
* html #tmp_flnavi,
* html #tmp_means_secondary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_tertiary,
* html #tmp_search,
* html #tmp_gnavi,
* html #tmp_gnavi .inner_drop_down_hidden2,
* html #tmp_l_search dl,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_ttl .cal_date,
* html #tmp_event_cal_cnt .cal_navi,
* html .box_idx,
* html .box_idx_ttl,
* html .box_idx_cnt,
* html #tmp_r_iza,
* html #tmp_r_iza_ttl,
* html #tmp_r_iza_cnt,
* html #tmp_call-center,
* html #tmp_call-center_ttl,
* html #tmp_call-center_cnt,
* html #tmp_mymenu,
* html #tmp_mymenu_ttl,
* html #tmp_mymenu_cnt,
* html #tmp_dekigoto,
* html #tmp_dekigoto_ttl,
* html #tmp_dekigoto_cnt,
* html #tmp_kgi,
* html .box_idx_chiku,
* html .box_idx_chiku_ttl,
* html .box_idx_chiku_cnt,
* html #tmp_photo_report,
* html #tmp_photo_report_ttl,
* html #tmp_photo_report_cnt,
* html .btn_horizonal_list,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_cnt .related_btn,
* html #tmp_emergency_mail,
* html #tmp_emergency_mail .box_emergency_mail,
* html #tmp_emergency_mail .box_emergency_mail_ttl,
* html #tmp_emergency_mail .box_emergency_mail_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html #tmp_gallery_area,
* html #tmp_kids_wrapper,
* html #tmp_kids_wrapper2,
* html #tmp_kids_hg,
* html #tmp_kids_gnavi,
* html #tmp_kids_gnavi ul,
* html #tmp_wrap_kids_main,
* html #tmp_kids_main,
* html #tmp_kids_lnavi,
* html #tmp_kids_lnavi_ttl,
* html #tmp_kids_lnavi_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html #tmp_fnavi_guide,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html #tmp_social_update,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt {
	display:inline-block; /* 変更しない */
}

@media print {
	#tmp_snavi {
		display:none !important;
	}
	.format_top #tmp_snavi {
		display:none !important;
	}
	#tmp_wrapper2 {
		background-image:none !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
}