@charset "utf-8";
/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top {
	color:#000000;
	background-color:#FFFFFF;
}
.format_free {
	color:#333333;
	background-color:#FFFFFF;
}
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:100%; /* デザインによって変更 */
}
#tmp_wrapper2 {
	width:980px;
	margin:0 auto;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px 10px;
	clear:both; /* 変更しない */
}
#tmp_main_wrapper {
	background:url(/shared/site_shigikai/images/main/main_wrapper_idx_bg.jpg) repeat-y left top;
}
#tmp_main_wrapper2 {
	background:url(/shared/site_shigikai/images/main/main_wrapper_idx_bg_btm.jpg) no-repeat left bottom;
}
.custom_idx #tmp_main_wrapper {
	background-image:url(/shared/site_shigikai/images/main/main_wrapper_idx_bg.jpg);
}
.custom_idx #tmp_main_wrapper2 {
	background-image:url(/shared/site_shigikai/images/main/main_wrapper_idx_bg_btm.jpg);
}
/* contents
============================== */
#tmp_wrap_contents {
	padding:20px 20px 5px 25px;
	background:url(/shared/site_shigikai/images/main/contents_top_bg.jpg) no-repeat left top;
}
.custom_idx #tmp_wrap_contents {
	padding-top:0;
}
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* cate_ttl
============================== */
#tmp_cate_ttl {
	width:330px;
	margin-bottom:30px;
	padding:4px 0 0;
}
/* 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_lnavi .wrap_col_lft_navi {
	width:215px; /* デザインによって変更 */
	margin-right:-235px; /* デザインによって変更 */
}
.format_top .column_lnavi .col_main {
	margin-left:235px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-235px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:235px; /* デザインによって変更 */
}
/* ==================================================
regulation
================================================== */
#tmp_wrap_regulation {
	min-width:980px;
	color:#333333;
	background-color:#fbf4e7;
	border-bottom:2px solid #A3BEDC;
}
#tmp_regulation {
	width:960px;
	margin:0 auto;
	padding:0 0 3px;
	background:url(/shared/site_rn/images/regulation/regulation_bg.jpg) no-repeat right top;
}
#tmp_regulation p {
	float:right;
	width:121px;
}
#tmp_regulation p a {
	display:block;
	text-align:center;
	background:#ffffff url(/shared/site_rn/images/regulation/chiba_logo.jpg) no-repeat center top;
	border:2px solid #e4d4b3;
	border-top:none;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
#tmp_regulation p span {
	display:block;
	height:40px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* ==================================================
header
================================================== */
#tmp_header {
	width:980px;
	margin:0 auto;
}
#tmp_hlogo {
	float:left;
	padding:17px 0 0 10px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:265px;
	height:60px;
	background: url(/shared/site_shigikai/images/header/hlogo.jpg) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:265px;
	height:60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:265px;
	height:60px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	width:613px;
	float:right;
	margin-right:10px;
}
*:first-child+html #tmp_means {
	width:623px;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	float:right;
	border:1px solid #D7E4FF;
	border-top:none;
	-webkit-border-radius:0 0 8px 8px;/* Webkit */
	-moz-border-radius:0 0 8px 8px;/* Mozilla */
	border-radius:0 0 8px 8px;/* CSS3 */
	padding:7px 13px 1px 10px;
	color:inherit;
	background-color:#E7EFFF;
	margin-bottom:17px;
}
*:first-child+html #tmp_means_primary {
	padding-bottom:5px;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
	font-size:85.7%;
	float:left;
	padding:0 3px 0 0;
}
#tmp_hnavi li {
	margin:0 6px 0 0;
	float:left;
	min-width:87px;
	text-align:center;
	font-weight:bold;
}
#tmp_hnavi li a {
	padding:4px 0;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	display:block;
	border:1px solid #C7C7C7;
	color:#333333;
	text-decoration:none;
	background:#E3E3E3 url(/shared/site_aoba/images/header/hnavi_bg.jpg) repeat-x left top;
}
/* func_txt */
#tmp_func_txt {
	margin:0 4px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:3px 7px 0 0;
	padding:2px 0 0;
	float:left;
	font-weight:bold;
}
#tmp_func_txt dd {
	font-size:85.7%;
	margin:0 5px 0 0;
	float:left;
	font-weight:bold;
}
#tmp_func_txt dd a {
	padding:4px 5px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	display:block;
	border:1px solid #C7C7C7;
	color:#333333;
	text-decoration:none;
	background:#E3E3E3 url(/shared/site_aoba/images/header/hnavi_bg.jpg) repeat-x left top;
}
/* func_clr */
#tmp_func_clr {
	float:left;
}
#tmp_func_clr dt {
	margin:5px 5px 0 0;
	float:left;
	font-weight:bold;
}
#tmp_func_clr dd {
	font-size:85.7%;
	margin:0 4px 0 0;
	float:left;
	text-align:center;
	font-weight:bold;
}
#tmp_func_clr dd.last {
	margin-right:0;
}
#tmp_func_clr dd a {
	padding:5px 6px;
	display:block;
	text-decoration:none;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_func_clr dd #tmp_color_default {
	padding:4px 5px;
	border:1px solid #C7C7C7;
	color:#333333;
	text-decoration:none;
	background:#E3E3E3 url(/shared/site_aoba/images/header/hnavi_bg.jpg) repeat-x left top;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#054CA5;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* secondary
============================== */
#tmp_means_secondary {
	float:right;
	margin:0 0 14px;
	clear:both;
	width:430px;
}
*:first-child+html #tmp_means_secondary {
	width:428px;
}
/* search */
#tmp_wrap_search {
	float:left;
	width:272px;
}
#tmp_search {
	float:left;
	margin-right:5px;
	color:inherit;
	background:#FFFFFF url(/shared/site_aoba/images/header/sch_bg.gif) repeat-y left top;
	border:1px solid #9B9B9B;
	-webkit-border-radius:3px 0 0 3px;/* Webkit */
	-moz-border-radius:3px 0 0 3px;/* Mozilla */
	border-radius:3px 0 0 3px;/* CSS3 */
}
#tmp_search dt {
	float:left;
	border-right:none;
	width:25px;
	text-align:center;
}
#tmp_search dt img {
	vertical-align:top;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:179px;
	min-height:22px;
	border:none;
	line-height:1.4;
	font-size:75%;
}
#tmp_func_sch_btn {
	/* min-width:51px; */
	/* min-height:24px; */
	font-size:85.7%;
	padding:2px 7px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	display:block;
	border:1px solid #9B9B9B;
	color:#333333;
	text-decoration:none;
	background:#E3E3E3 url(/shared/site_aoba/images/header/hnavi_bg.jpg) repeat-x left top;
	cursor:pointer;
	font-weight:bold;
}
#tmp_lang_navi {
	float:right;
	white-space:nowrap;
	font-weight:bold;
	width:155px;
}
#tmp_lang_navi a {
	background:url(/shared/site_shigikai/images/icon/navi_icon_o.gif) no-repeat left center;
	padding:4px 0 3px 20px;
	/* text-decoration:none; */
	color:#000000;
}
/* ==================================================
gallery
================================================== */
#tmp_wrap_main_gallery {
	background:url(/shared/site_shigikai/images/gallery/gallery_bg.jpg) repeat-x left top;
	min-width:980px;
	clear:both;
}
#tmp_main_gallery {
	background:url(/shared/site_shigikai/images/gallery/gallery_main_bg.jpg) no-repeat top center;
	min-width:980px;
	padding:4px 0 9px;
}
#tmp_main_gallery2 {
	width:960px;
	height:237px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#tmp_gallery_cnt {
	background:url(/shared/site_shigikai/images/gallery/gallery_cnt_bg.png) no-repeat right bottom;
	width:268px;
	height:28px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:20;
}
#tmp_gallery ul {
	list-style:none;
	list-style-image:none;
}
#tmp_wrap_main_gallery .list_order {
	list-style:none;
	list-style-image:none;
	position:absolute;
	left:72px;
	top:9px;
	z-index:50;
}
#tmp_wrap_main_gallery .list_order li {
	float:left;
	margin:0 8px 0 0;
}
#tmp_wrap_main_gallery .list_order li a {
	display:block;
	width:11px;
	height:11px;
	background-color:#76b4ec;
	color:#000000;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#tmp_wrap_main_gallery .list_order .active a {
	background-color:#005fbd;
	color:#ffffff;
}
#tmp_wrap_main_gallery .list_order li span {
	display:block;
	width:11px;
	height:11px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_gallery_player {
	position:absolute;
	right:0;
	bottom:7px;
	z-index:50;
}
#tmp_wrap_main_gallery .gallery_navi,
#tmp_wrap_main_gallery .gallery_cntrol {
	display:none !important;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	/* background:url(/shared/site_shigikai/images/navi/gnavi/gnavi_bg.jpg) repeat-x left top; */
	min-width:980px;
	clear:both;
}
#tmp_gnavi {
	width:980px;
	margin:0 auto;
}
#tmp_gnavi ul {
	padding:0 10px;
	list-style:none;
	list-style-image:none;
}
#tmp_gnavi li {
	float:left;
	margin-right:2px;
	position:relative;
	z-index:10;
}
#tmp_gnavi #tmp_glist7 {
	margin-right:0;
}
#tmp_gnavi li img {
	vertical-align:top;
}
/* drop_down_hidden */
#tmp_gnavi li ul {
	margin:0;
	display:none;
}
#tmp_gnavi .drop_down_hidden {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	z-index:11;
	width:180px;
}
*:first-child+html #tmp_gnavi .drop_down_hidden {
	left:0;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block;
	padding:0;
}
#tmp_gnavi .drop_down_hidden li {
	display:block;
	padding:0;
	margin:0;
	width:178px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#tmp_gnavi .drop_down_hidden li a {
	display:block;
	padding:10px;
	line-height:1.5em;
	background-color:#e9f6ff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#tmp_gnavi .drop_down_hidden li a:hover {
	color:#CC0000;
}
/* for IE7.0 */
*:first-child+html #tmp_gnavi .drop_down_hidden li {
	min-height:1%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:25px 10px 5px;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	background:url(/shared/site_shigikai/images/navi/lnavi/lnavi_ttl_top_bg.jpg) no-repeat left top;
	padding-top:7px;
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	font-size:143%;
	background:url(/shared/site_shigikai/images/navi/lnavi/lnavi_ttl_bg.png) no-repeat left bottom;
	color:#FFFFFF;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:10px 10px 15px;
	text-decoration:none;
	color:#FFFFFF;
}
#tmp_lnavi_cnt {
	padding:0 5px 0 0;
	background:url(/shared/site_shigikai/images/navi/lnavi/lnavi_cnt_bg.png) no-repeat left bottom;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt li {
	padding:12px 10px 12px 30px;
	border-bottom:1px solid #C5DFFF;
	background:url(/shared/site_shigikai/images/icon/navi_icon_o.gif) no-repeat 10px 12px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-bottom:10px;
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	margin-right:5px;
	vertical-align:top;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:10px 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-bottom:0.5em;
	border:none;
	padding-bottom:0;
}
/* cnavi
============================== */
/* memberlist */
#tmp_memberlist {
	margin:0 5px 10px 0;
	padding:5px;
	background:url(/shared/site_shigikai/images/navi/cnavi/box_bg_b.gif) repeat left top;
	clear:both;
}
.format_top #tmp_memberlist {
	margin:0 0 10px
}
#tmp_memberlist2 {
	padding:9px 5px 0;
	color:inherit;
	background-color:#FFFFFF;
	clear:both;
}
#tmp_memberlist_ttl {
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px dotted #CCCCCC;
}
#tmp_memberlist_ttl p {
	margin:0 3px;
	padding:0 0 0 22px;
	color:#041B38;
	background:transparent url(/shared/site_shigikai/images/icon/circle_icon_b.png) no-repeat left 0.2em;
	font-size:114.3%;
	font-weight:bold;
}
#tmp_memberlist_ttl p a {
	color:#041B38;
	background-color:transparent;
	text-decoration:none;
}
#tmp_memberlist_cnt {
	padding:0 5px;
	font-size:93%;
}
#tmp_memberlist_cnt p.ttl {
	margin:0 0 0.8em;
	padding:0 0 0 7px;
	border-left:5px solid #FF9900;
	font-weight:bold;
	line-height:1.3;
	clear:both;
}
#tmp_memberlist_cnt ul {
	margin:0 0 12px;
	list-style:none;
	list-style-image:none;
}
#tmp_memberlist_cnt ul li {
	display:table-cell;
	margin:0 0 9px 12px;
	width:43%;
	float:left;
}
/* cnavi_news */
#tmp_wrap_cnavi_news {
	background:url(/shared/site_shigikai/images/navi/cnavi/box_bg_g.gif) repeat left top;
	padding:6px;
	margin:0 5px 10px 0;
	clear:both;
}
.format_top #tmp_wrap_cnavi_news {
	margin:0 0 10px;
}
#tmp_cnavi_news {
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_cnavi_news_img {
	padding:7px 2px 1px;
}
#tmp_cnavi_news_ttl {
	padding:0 8px;
	font-weight: bold;
}
#tmp_cnavi_news_ttl p {
	background:url(/shared/site_shigikai/images/icon/circle_icon_g.png) no-repeat left 6px;
	padding:3px 0 3px 20px;
	font-size:114.3%;
	color:#1B3A06;
	border-bottom:1px dotted #000000;
}
#tmp_cnavi_news_cnt {
	padding:10px 8px 5px;
}
#tmp_cnavi_news_cnt ul {
	list-style:none;
	list-style-image:none;
	font-size:92.8%;
}
#tmp_cnavi_news_cnt ul li {
	background:url(/shared/site_shigikai/images/icon/navi_icon_o.gif) no-repeat left 1px;
	padding:0 0 0 20px;
	margin-bottom:5px;
}
/* cnavi_img_btn */
.cnavi_img_btn {
	list-style:none;
	list-style-image:none;
	padding:0 5px 10px 0;
	margin:0 auto;
	width:214px;
}
.format_top .cnavi_img_btn {
	padding:0 0 10px;
}
.cnavi_img_btn li {
	margin-bottom:5px;
}
.cnavi_img_btn li img {
	vertical-align:top;
}
/* cnavi_btn */
.cnavi_btn {
	padding:0 5px 10px 0;
	list-style:none;
	list-style-image:none;
}
.format_top .cnavi_btn {
	padding:0 0 10px;
}
.cnavi_btn li {
	font-size:114.3%;
	background:url(/shared/site_shigikai/images/navi/cnavi/box_bg_b.gif) repeat left top;
	padding:6px;
	margin-bottom:5px;
}
.cnavi_btn li a {
	display:block;
	background:#FFFFFF url(/shared/site_shigikai/images/icon/circle_icon_b.png) no-repeat 7px 10px;
	padding:11px 5px 9px 29px;
	color:#061D39;
	text-decoration:none;
	font-weight: bold;
}
/* cnavi_tf_btn */
.cnavi_tf_btn {
	padding:0 5px 10px 0;
	list-style:none;
	list-style-image:none;
}
.format_top .cnavi_tf_btn {
	padding:0 0 10px;
}
.cnavi_tf_btn li {
	font-size:92.8%;
	margin-bottom:5px;
}
.cnavi_tf_btn li span {
	font-size:123%;
}
.cnavi_tf_btn li a {
	display:block;
	text-decoration:none;
	padding:7px 5px;
	font-weight: bold;
}
.cnavi_tf_btn .cnavi_twitter_btn a {
	border-left:6px solid #1BACD8;
	background-color:#9BDAF9;
	color:#0C4B5F;
}
.cnavi_tf_btn .cnavi_facebook_btn a {
	border-left:6px solid #405D9A;
	background-color:#C2CEE7;
	color:#22355B;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
#tmp_sp_pnavi {
	width:980px;
	margin:0 auto;
}
#tmp_sp_pnavi .pnavi {
	float:right;
	width:164px;
	height:23px;
	margin-right:10px;
}
#tmp_sp_pnavi .pnavi a {
	display:block;
	width:164px;
	height:23px;
	background:url(/shared/site_shigikai/images/navi/pnavi/pagetop.jpg) no-repeat left top;
}
#tmp_sp_pnavi .pnavi a span {
	display:block;
	width:164px;
	height:23px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0 !important;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #DDDDDD;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	font-size:85.7%;
	margin:0 !important;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #DDDDDD;
	clear:both;
}
#tmp_feedback_ttl {
	padding:6px 10px;
	color:inherit;
	font-weight:bold;
	background:url(/shared/site_shigikai/images/main/feedback/feedback_ttl_bg.gif) repeat left top;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt2 {
	padding: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 fieldset,
#tmp_feedback_cnt2 fieldset {
	margin:0 auto;
	width: auto;
	clear:both;
}
#tmp_feedback fieldset legend {
	width:100%;
	box-sizing:border-box;
	font-weight: bold;
}
#tmp_feedback fieldset p {
	float: left;
	margin:0 1em 0 0;
	text-align: center;
}
#tmp_feedback fieldset p:last-child {
	margin-right: 0;
}
#tmp_feedback fieldset p label {
	display: block;
	text-align: center;
	padding: 3px 0;
}
#tmp_feedback .txt_label {
	font-weight: bold;
}
#tmp_feedback fieldset p label,
#tmp_feedback fieldset input {
	display: inline-block;
	vertical-align: middle;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .txt_area {
	display:block;
	margin-right:0;
	border:1px solid #DDDDDD;
	float:none;
	margin-top: 0.4em;
	margin-bottom: 0.5em;
}
#tmp_feedback_cnt textarea {
	padding:10px;
	width:626px;
	color:#666666;
	border:none;
}
#tmp_feedback_cnt .edit {
	padding:15px 0 13px;
	background:url(/shared/templates/free/images/contents/feedback_edit_bg.gif) repeat left top;
	text-align:center;
}
#tmp_feedback_cnt .edit a {
	display:inline-block;
	margin:0 10px;
	padding:4px 34px 3px 28px;
	color:#333333;
	background-color:#FFFFFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EAEAEA));
	background:-moz-linear-gradient(center top, #FFFFFF, #EAEAEA);
	background:linear-gradient(to bottom, #FFFFFF, #EAEAEA);
	font-weight:bold;
	text-decoration:none;
	border:1px solid #BFBFBF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
/* ==================================================
social
================================================== */
#tmp_sp_social {
	padding:10px 0 5px;
	clear:both;
}
#tmp_sp_social .social_media_btn {
	float:left;
}
#tmp_sp_social .social_media_btn.line_btn {
	margin:0 30px 0 0;
}
#tmp_sp_social .social_media_btn.facebook_btn {
	margin:0 27px 0 0;
}
/* ==================================================
footer

================================================== */
#tmp_pf {
	background:#E2EFFF url(/shared/site_shigikai/images/footer/pf_bg.gif) repeat-x left top;
	min-width:980px;
	clear:both;
}
#tmp_footer {
	width:980px;
	margin:0 auto;
	clear:both;
	padding-bottom:10px;
}
#tmp_wrap_footer_add {
	float:left;
	width:422px;
	position:relative;
	margin-top:-14px;
}
#tmp_footer_fnavi {
	float:right;
	width:453px;
	padding-top:20px;
	margin-right:10px;
}
/* footer_add
============================== */
#tmp_footer_add {
	margin-left:10px;
	padding:8px;
	border:1px solid #C5DFFF;
	background-color:#F6FAFF;
	color:inherit;
	font-size:92.8%;
	line-height:1.4;
}
#tmp_footer address {
	font-style:normal;
}
#tmp_footer .foot_btn {
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}
#tmp_footer .foot_btn a {
	width:4em;
	padding:1px 0;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	display:block;
	border:1px solid #C7C7C7;
	color:#333333;
	text-decoration:none;
	background:#E3E3E3 url(/shared/site_aoba/images/header/hnavi_bg.jpg) repeat-x left top;
}
/* fnavi
============================== */
#tmp_footer_fnavi ul {
	list-style:none;
	list-style-image:none;
	font-size:92.8%;
}
#tmp_footer_fnavi li {
	margin:0 15px 0 0;
	padding:0 0 5px 18px;
	white-space:nowrap;
	float:left;
	background:url(/shared/site_shigikai/images/icon/navi_icon_b.gif) no-repeat left 2px;
}
/* copyright
============================== */
#tmp_wrap_copyright {
	font-size:92.8%;
	border-top:1px solid #7CB6E8;
	background-color:#277ABE;
	color:#FFFFFF;
	min-width:980px;
	text-align:center;
	clear:both;
}
#tmp_copyright {
	padding:5px 0;
	width:960px;
	margin:0 auto;
}
/* ==================================================
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:#C41717; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#1F7219; /* デザインによって変更 */
	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: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 {
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	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;
}
/* 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; /* 変更しない */
	border:1px solid #DDDDDD;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:6px 10px;
	color:inherit;
	font-weight:bold;
	background:url(/shared/site_shigikai/images/main/faq/faq_ttl_bg.gif) repeat left top;
}
.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/site_shigikai/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
============================== */
.icon_blank {
	display:inline-block;
	width:42px;
	height:15px;
	background:url(/shared/system/images/linkicon/icon_blank.gif) no-repeat left top;
	text-indent:-9999px; /* 100% */
	white-space:nowrap;
	overflow:hidden;
	margin-left:3px;
	vertical-align:middle;
}
.icon_ext {
	display:inline-block;
	width:42px;
	height:15px;
	background:url(/shared/system/images/linkicon/icon_ext.gif) no-repeat left top;
	text-indent:-9999px; /* 100% */
	white-space:nowrap;
	overflow:hidden;
	margin-left:3px;
	vertical-align:middle;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#F6DCDC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFED5; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EAF4FF; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_main_wrapper:after,
#tmp_main_wrapper2:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_wrap_regulation:after,
#tmp_regulation: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_cnavi_news:after,
#tmp_cnavi_news_ttl:after,
#tmp_cnavi_news_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_footer:after,
#tmp_footer_fnavi ul: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_memberlist:after,
#tmp_memberlist2:after,
#tmp_memberlist_cnt ul:after,
#tmp_sp_social: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_main_wrapper,
*:first-child+html #tmp_main_wrapper2,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_wrap_regulation,
*:first-child+html #tmp_regulation,
*: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_cnavi_news,
*:first-child+html #tmp_cnavi_news_ttl,
*:first-child+html #tmp_cnavi_news_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*: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_footer,
*:first-child+html #tmp_footer_fnavi ul,
*: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_memberlist,
*:first-child+html #tmp_memberlist2,
*:first-child+html #tmp_memberlist_cnt ul,
*:first-child+html #tmp_sp_social {
	min-height:1%; /* 変更しない */
}
