@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}
a:link {
	color: #003377;
}
body {
	font-size: 100%;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #870B0B;	/* Setting by CMS sheets */
}
.txt_green {
	color: #0d7336;	/* Setting by CMS sheets */
}
.txt_big {
	font-size: 130%;	/* Setting by CMS sheets */
}
.txt_small {
	font-size: 86%;	/* Setting by CMS sheets */
}

/* bgcolor */
td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #E8FDFE;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EEF9FF;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EAFFDF;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1400px;
	margin: 0 auto;
}
#tmp_wrapper2 {
	padding-bottom:90px;
	color: #222222;
	background-image: url(/shared/site_gikai/images/main/bg_main_pc.png), url(/shared/site_gikai/images/main/bg_procedures.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left, right bottom;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.disp_pc.model_sp .container {
	width:1280px;
	padding: 0 40px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
.col_main {
	padding: 0;
}
/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 240px;
}
.format_free .col_rgt_navi {
	padding: 0;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
}
.format_free .column_rnavi .col_main {
	margin-right: 288px;
}
#tmp_contents {
	padding-bottom:40px;
}
/* header
================================================== */
#tmp_header {
	padding: 12px 0;
}
#tmp_header .container {
	width: 1220px;
	padding-right: 10px;
}
#tmp_hlogo {
	margin:6px 0 0 0;
	float: left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 370px;
	height: 38px;
	color: inherit;
	background: #FFFFFF url(/shared/site_gikai/images/header/logo_pc.png) no-repeat;
}
#tmp_hlogo a {
	display: block;
	width: 370px;
	height: 38px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 370px;
	height: 38px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_means{
	float:right;
	width:785px;
}
#tmp_search{
	margin: 9px 41px 0 0;
	float: left;
	width: 310px;
}
#tmp_search .gsearch_control .wrap_sch_box,
#tmp_search .gsearch_control .wrap_sch_btn{
	position: relative;
	float: left;
}
#tmp_search .gsearch_control .wrap_sch_box{
	margin-right: 2px;
}
#tmp_search .gsearch_control .lbl_search{
	position: absolute;
	top: 9px;
	left: 16px;
	z-index: 1;
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -1987em;
	cursor: pointer;
	color: inherit;
	background: transparent url(/shared/site_gikai/images/icon/icon_search_pc.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#tmp_sns {
	float: left;
	list-style: none;
	margin: 14px 0 0 0;
}
#tmp_sns li {
	float: left;
}
#tmp_sns li a {
	display: block;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 81.3%;
	min-height: 26px;
	text-decoration: none;
	text-indent: -9999px;
}
#tmp_sns li.btn_x a {
	width: 24px;
	margin-right: 25px;
	background-image: url(/shared/site_gikai/images/icon/icon_sns_x.png);
}
#tmp_sns li.btn_fb a {
	width: 26px;
	background-image: url(/shared/site_gikai/images/icon/icon_sns_fb.png);
}
#tmp_sns li a:hover {
	text-decoration: underline;
}
#tmp_query{
	padding: 5px 15px 5px 39px;
	border: 0;
	height: 36px;
	width: 241px;
	color: #222222;
	background-color: #eeeeee;
	border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
}
#tmp_search .sch_btn input{
	padding: 5px;
	width: 67px;
	min-height: 36px;
	font-size: 93.7%;
	font-weight: bold;
	border: 0;
	color: #ffffff;
	background-color: #666666;
	letter-spacing: 3px;
	text-indent: 5px;
	cursor: pointer;
	border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_search .sch_btn input:hover,
#tmp_search .sch_btn input:focus{
	background-color: #2f6ee2;
}
#tmp_setting {
	float: right;
	list-style: none;
	padding: 0;
}
#tmp_setting li{
	float: left ;
	padding: 0;
	margin-bottom: 5px;
}
#tmp_setting li:nth-child(2n){
	clear: right;
}
#tmp_setting li:nth-child(2n+1){
	clear: left;
}
#tmp_setting li a {
	text-decoration: none;
	font-size: 81.3%;
	color: #222222;
}
#tmp_setting li a:hover,
#tmp_setting li a:focus{
	text-decoration: underline;
}
#tmp_setting .setting_fontsize,
#tmp_setting .setting_speech{
	padding-right: 15px;
	min-width: 190px;
}
#tmp_setting .setting_fontsize a{
	padding-left: 19px;
	background: transparent url(/shared/site_gikai/images/icon/icon_fsize.png) no-repeat left center;
	background-size: 16px 13px;
	-webkit-background-size: 16px 13px;
}
#tmp_setting .setting_furigana a{
	padding-left: 22px;
	background: transparent url(/shared/site_gikai/images/icon/icon_furigana.png) no-repeat left center;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
}
#tmp_setting .setting_speech a{
	padding-left: 19px;
	background: transparent url(/shared/site_gikai/images/icon/icon_hearing.png) no-repeat left center;
	background-size: 15px 17px;
	-webkit-background-size: 15px 17px;
}
#tmp_setting .setting_language a{
	padding-left: 22px;
	background: transparent url(/shared/site_gikai/images/icon/icon_language.png) no-repeat left center;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
}
#tmp_sma_menu{
	display: none;
}
.wrap_sma_sch {
	display: none;
	z-index: 100;
	color: #222222;
	background-color: #ffffff;
	border: 2px solid #2f6ee2;
	border-top: 0;
}
/* gnavi
================================================== */
.wrap_gnavi{
	color: #FFFFFF;
	background-color: #2f6ee2;
	background-image:url(/shared/site_gikai/images/main/shadow_blue_bg.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	clear:both;
}
.gnavi ul {
	list-style: none;
	text-align: center;
}
.gnavi li {
	display: inline-block;
	background: transparent url(/shared/site_gikai/images/icon/gnavi_line.png) no-repeat left center;
	font-size: 106.2%;
	font-weight: bold;
}
.gnavi li:first-child{
	background: none;
}
.gnavi a {
	display: block;
	padding: 15px 32px 14px;
	min-height: 52px;
	text-decoration: none;
	color: #FFFFFF;
	position:relative;
}
.gnavi a::after {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:40px;
	height:5px;
	margin-left:-20px;
	background:#3df0c4;
	opacity:0;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.gnavi .active a::after,
.gnavi a:hover::after,
.gnavi a:focus::after {
	opacity:1;
}
/* rnavi
================================================== */
#tmp_rnavi {
	border: 1px solid #c0c2ca;
	margin-bottom: 36px;
}
#tmp_rnavi_ttl {
	padding: 4px;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	background-color: #0a3396;
}
#tmp_rnavi_ttl p a {
	margin:-4px;
	padding:20px 24px 20px 19px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #0a3396;
	background-image:url(/shared/site_gikai/images/icon/lower_r_white.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_rnavi_ttl p a:hover,
#tmp_rnavi_ttl p a:focus,
#tmp_rnavi_ttl p a:active {
	color: #000000;
	background-color: #bed3ee;
}
#tmp_rnavi_cnt ul li {
	list-style: none;
	border-bottom: 1px solid #c0c2ca;
}
#tmp_rnavi_cnt ul li:last-child {
	border: none;
}
#tmp_rnavi_cnt ul li a {
	display: block;
	padding: 15px 15px 12px 31px;
	text-decoration: none;
	color: #111111;
	background: #ffffff url(/shared/site_gikai/images/icon/icon_rnavi.png) no-repeat 19px 21px;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	background-size: 5px 9px;
	-moz-background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
}
#tmp_rnavi_cnt ul li a:hover,
#tmp_rnavi_cnt ul li a:focus,
#tmp_rnavi_cnt ul li a:active {
	background-color: #e5f0fc;
}
.rnavi_parliamentary {
	margin: 0 0 24px;
}
.rnavi_parliamentary .rnavi_parliamentary_ttl {
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 125%;
	color: #102988;
	background: transparent url(/shared/site_gikai/images/main/line_ttl.jpg) no-repeat left bottom;
	padding: 0 10px 10px 0;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.rnavi_parliamentary .rnavi_parliamentary_ttl .txt_block {
	display: block;
}
.rnavi_parliamentary .region_parliamentary {
	margin: 0 -6px;
}
.rnavi_parliamentary .region_parliamentary .parliamentary_col {
	width: 50%;
	padding: 0 6px;
	margin: 0 0 9px;
}
.rnavi_parliamentary .region_parliamentary .parliamentary_col:nth-child(2n) {
	clear: right;
}
.rnavi_parliamentary .region_parliamentary .parliamentary_col:nth-child(2n+1) {
	clear: left;
}
.rnavi_parliamentary .parliamentary_col:last-child {
	width: 100%;
}
.rnavi_parliamentary .parliamentary_box .parliamentary_des {
	font-size: 100%;
}
.rnavi_parliamentary .parliamentary_box {
	padding: 12px 3px 14px;
	border-color: #bbd7f1;
	box-shadow: 3px 3px 6px 0 rgba(61, 124, 240, 0.4);
	-moz-box-shadow: 3px 3px 6px 0 rgba(61, 124, 240, 0.4);
	-webkit-box-shadow: 3px 3px 6px 0 rgba(61, 124, 240, 0.4);
}
.rnavi_parliamentary .parliamentary_box .parliamentary_img {
	margin: 0 0 8px;
}
.rnavi_parliamentary .parliamentary_box .parliamentary_des p {
	width: 115px;
	height: 30px;
}
.rnavi_parliamentary .parliamentary_col:last-child .parliamentary_box {
	display: table;
	width: 100%;
	padding: 12px 2px 12px 7px;
}
.rnavi_parliamentary .parliamentary_col:last-child .parliamentary_img {
	display: table-cell;
	vertical-align: middle;
	width: 56px;
}
.rnavi_parliamentary .parliamentary_col:last-child .parliamentary_des {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 5px 0 7px;
}
.rnavi_parliamentary .parliamentary_col:last-child .parliamentary_des p {
	width: 100%;
	height: 100%;
	display: block;
}
.rnavi_assembly {
	margin: 0 0 24px;
}
.rnavi_assembly .rnavi_assembly_ttl {
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 125%;
	color: #102988;
	background: transparent url(/shared/site_gikai/images/main/line_ttl.jpg) no-repeat left bottom;
	padding: 0 10px 10px 0;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
/* assembly_menu
================================================== */
.assembly_menu {
	list-style:none;
	list-style-image:none;
	margin: 0;
}
.assembly_menu li {
	float: none;
	width: 100%;
	font-weight:bold;
	margin: 0 0 10px;
	line-height:1.2;
}
.assembly_menu li a {
	color:#222222;
	background-color:#ffffff;
	text-decoration:none;
	display: table;
	width: 100%;
	padding: 15px 14px 11px;
	border:2px solid #bbd7f1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow: 3px 3px 6px 0 rgba(61, 124, 240, 0.4);
	-moz-box-shadow: 3px 3px 6px 0 rgba(61, 124, 240, 0.4);
	-webkit-box-shadow: 3px 3px 6px 0 rgba(61, 124, 240, 0.4);
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.assembly_menu li span {
	display: table-cell;
	vertical-align: middle;
}
.assembly_menu li .assembly_img {
	width: 47px;
}
.assembly_menu li .assembly_img img {
	width: 47px;
	height:auto;
}
.assembly_menu li .assembly_txt {
	padding-left: 10px;
}
.assembly_menu li a:hover,
.assembly_menu li a:focus,
.assembly_menu li a:active {
	color:#ffffff;
	background-color:#2255b3;
}
/* parliamentary */
.rnavi_parliamentary_cnt .assembly_menu {
	margin:0 -5px;
}
.rnavi_parliamentary_cnt .assembly_menu .menu_col2 {
	float:left;
	width:50%;
	padding:0 5px;
}
.rnavi_parliamentary_cnt .assembly_menu li:nth-child(odd) {
	clear:both;
}
.rnavi_parliamentary_cnt .assembly_menu .menu_col2 a {
	display:block;
	padding: 12px 2px 5px;
	min-height:122px;
}
.rnavi_parliamentary_cnt .assembly_menu .menu_col2 span {
	display:block;
}
.rnavi_parliamentary_cnt .assembly_menu .menu_col2 .assembly_img {
	width: 100%;
	height:60px;
	text-align:center;
}
.rnavi_parliamentary_cnt .assembly_menu li .assembly_img img {
	width: 56px;
}
.rnavi_parliamentary_cnt .assembly_menu .menu_col2 .assembly_txt {
	text-align:center;
	padding-left:0;
	display:table-cell;
	vertical-align:middle;
	width: 107px;
	height:40px;
}
.rnavi_parliamentary_cnt .assembly_menu li .txt_s {
	font-size:87.5%;
}
.rnavi_parliamentary_cnt .assembly_menu li.last {
	padding:0 5px;
}
.rnavi_parliamentary_cnt .assembly_menu li.last a {
	padding:15px 8px 11px;
}
.rnavi_parliamentary_cnt .assembly_menu li.last .assembly_txt {
	padding-left:4px;
}
/* pnavi
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
.pnavi .ptop {
	clear:none;
	text-align:left;
}
#tmp_wrap_footer {
	position:relative;
}
#tmp_wrap_footer .pnavi {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	z-index: 10;
}
#tmp_wrap_footer .pnavi,
#tmp_wrap_footer .pnavi .ptop,
#tmp_wrap_footer .pnavi .ptop a {
	display:block;
	width: 196px;
	height: 86px;
}
#tmp_wrap_footer .pnavi .ptop img {
	width:100%;
	height:auto;
}
#tmp_wrap_footer .pnavi .ptop a:hover,
#tmp_wrap_footer .pnavi .ptop a:focus {
	opacity: 0.7;
}
/* footer
================================================== */
#tmp_footer {
	padding: 75px 0 33px;
	color: #FFFFFF;
	background-color: #2f6ee2;
	background-image:url(/shared/site_gikai/images/main/shadow_blue_bg.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	clear:both;
}
.personal_info {
	font-size: 87.5%;
}
.personal_info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.personal_info ul li {
	line-height:1.1;
	display: inline-block;
	padding:0 15px;
	border-left:1px solid #80a9dd;
}
.personal_info ul li:first-child {
	padding-left:0;
	border-left:none;
}
.personal_info ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.personal_info ul li a:hover,
.personal_info ul li a:focus {
	text-decoration: underline;
}
/* fnavi  */
.footer_cnt,
.wrap_fnavi {
	float: left;
	width: 40%;
}
.wrap_fnavi{
	padding: 0;
	width: 60%;
}
.fnavi {
	padding: 0;
	margin: 0 -20px;
	color: inherit;
	list-style: none;
}
.fnavi li {
	padding: 0 6px;
	margin: 0 0 20px;
	float: left;
	width: 33.2%;
}
.fnavi li:nth-child(3n+1){
	clear: left;
}
.fnavi li a{
	padding: 5px 0 5px 26px;
	font-size: 75%;
	text-decoration: none;
	font-weight: bold;
	min-height: 28px;
	display:block;
	color: #FFFFFF;
	background: transparent url(/shared/site_gikai/images/icon/arrow_footer.png) no-repeat 0 5px;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	border-bottom: 1px solid #FFFFFF;
}
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
.fnavi li:last-child {
	margin-right: 0;
}
.region_footer:before,
.region_footer:after{
	content: '';
	display: table;
}
.region_footer:after{
	clear: both;
}
.footer_cnt address {
	margin: 0 0 25px;
	font-style: normal;
}
.footer_cnt address .footer_address{
	margin-bottom: 5px;
}
.copyright {
	text-align: right;
	font-size: 75%;
}
.footer_logo{
	margin-bottom: 21px;
	font-weight: bold;
	font-size: 162.5%;
}
.footer_logo a,
.footer_logo a:hover,
.footer_logo a:focus{
	color: #FFFFFF;
	text-decoration: none;
}
.slash_mark{
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.footer_copyright{
	margin-top: 2px;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 23px solid transparent;
}
/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L {
	display: table;
	width: 48.7%;
	margin-right: 2.6%;
	float: left;
}
div.col2 div.col2R {
	display: table;
	width: 48.7%;
	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 {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 23px solid transparent;
}
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.6%;
	margin-right: 2.6%;
	float: left;
}
div.col3 div.col3R {
	display: table;
	width: 31.6%;
	float: left;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 7px 0 5px;
	margin: 0 0 16px;
	font-size: 87.5%;
	color: #222222;
	background-color:#ffffff;
	background-color:rgba(255,255,255,0.85);
}
.type_idx #tmp_pankuzu {
	margin-bottom:40px;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus{
	text-decoration: none;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 0 0 38px;
}
#tmp_custom_update {
	float: right;
	text-align: right;
}
#tmp_social_plugins {
	display: inline-block;
	vertical-align: top;
	line-height: 1.4;
	margin: 0 15px 0 0;
}
#tmp_social_plugins .social_media_btn {
	float:left;
	margin:0 0 0 8px;
}
/* print */
#tmp_printing {
	display: inline-block;
	vertical-align: top;
	font-size:75%;
	line-height: 1.2;
	margin: 0 15px 0 0;
}
#tmp_printing a {
	display:block;
	text-decoration:none;
	padding:4px 5px 3px 25px;
	background:#ffffff url(/shared/site_gikai/images/icon/print_icon.png) no-repeat 7px center;
	border:1px solid #0a3396;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
/* update */
#tmp_update {
	display: inline-block;
	vertical-align: middle;
	color: #222222;
	background-color: transparent;
	line-height: 1.4;
	font-size: 87.5%;
}
#tmp_update p {
	margin: 0;
	line-height: 1.4;
}
/* plugin ▼変更しない
================================================== */
.plugin {
	margin:0 0 32px;
	padding:18px 19px 15px;
	border:1px solid #dddddd;
	clear:both;
}
.plugin .plugin_img {
	margin:4px 20px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
.plugin p a {
	color: #222222;
	background-color: transparent;
	display: inline-block;
}
.plugin p a:hover,
.plugin p a:focus {
	text-decoration: none;
}
/* box_keyword
================================================== */
.box_keyword {
	margin:0 0 2.5em; /* Do not edit */
	border:1px solid #dddddd;
	clear:both; /* Do not edit */
}
.box_keyword_ttl {
	padding:12px 7px 11px 19px;
	font-size: 137.5%;
	color:#102988;
	font-weight:bold;
	background:#ffffff url(/shared/templates/gikai_free/images/contents/line_box.jpg) no-repeat left bottom;
}
.box_keyword_cnt {
	padding:27px 20px 17px;
}
.box_keyword_cnt ul {
	margin: 0 0 1em 1.1em;
	list-style-image:url(/shared/site_gikai/images/icon/list_icon.gif);
}
.box_keyword_cnt li {
	margin:0 0 0.6em;
}
.box_keyword_cnt li a {
	display:inline-block;
	margin-right:10px;
}
/* googlemaps
================================================== */
#tmp_wrap_map_link {
	margin: 30px 0 40px;
}
#tmp_wrap_map_link #tmp_map_link a {
	position: relative;
	display: block;
	text-align: center;
	width: 540px;
	min-height: 72px;
	margin: auto;
	margin-bottom: 20px;
	padding: 18px;
	border: 2px solid #b9e1c8;
	border-radius: 5px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	color: #333333;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
#tmp_wrap_map_link #tmp_map_link a span {
	display: inline-block;
	padding: 2px 12px 2px 52px;
	color: #333333;
	background: transparent url(/shared/site_gikai/images/icon/gmap_icon.png) no-repeat left center;
	background-size: 32px auto;
}
#tmp_wrap_map_link #tmp_map_link a:hover span,
#tmp_wrap_map_link #tmp_map_link a:focus span {
	text-decoration: underline;
}
#tmp_wrap_map_link #tmp_map_link a:after {
	content:"";
	position:absolute;
	right:5px;
	bottom:5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #b9e1c8 transparent;
}
/* inquiry
================================================== */
#tmp_inquiry {
	margin:0 0 40px;
	border:1px solid #dce8f5 ;
	clear:both;
	background-color: #ffffff;
	color: #222222;
}
#tmp_inquiry_ttl {
	padding:13px 7px 12px 19px;
	font-size: 137.5%;
	color: #222222;
	font-weight:bold;
	background-color:#e5f0fc ;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding: 25px 19px;
}
#tmp_inquiry_cnt p {
	margin-bottom:3px;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .submit_btn {
	margin: 18px 0 0;
	text-align: center;
}
#tmp_inquiry_cnt .submit_btn input {
	font-size: 112.5%;
	border: none;
	cursor: pointer;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #222222;
	padding:4px 0 4px 28px;
	font-weight: bold;
	color: #222222;
	background: transparent url(/shared/site_gikai/images/icon/icon_arrow_blue.png) no-repeat left 10px;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
}
#tmp_inquiry_cnt .submit_btn input:hover {
	border-top-color:#222222;
}
/* feedback
================================================== */
#tmp_feedback {
	margin:0 0 42px;
	border:1px solid #dce8f5;
	clear:both;
	background-color: #ffffff;
	color: #222222;
}
#tmp_feedback_ttl {
	padding: 13px 10px 12px 20px;
	font-size: 137.5%;
	color: #222222;
	font-weight:bold;
	background-color:#e5f0fc ;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding: 26px 20px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin: 12px 0 0;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	font-size: 112.5%;
	border: none;
	cursor: pointer;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #222222;
	padding:4px 0 4px 28px;
	font-weight: bold;
	letter-spacing: 18px;
	color: #222222;
	background: transparent url(/shared/site_gikai/images/icon/icon_arrow_blue.png) no-repeat left 10px;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
}
#tmp_feedback_cnt .submit input:hover {
	border-top-color:#222222;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
#tmp_switch_sp_style{
	padding: 15px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2f6ee2;
}

/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper *,
.color_blue #tmp_wrapper *:before,
.color_blue #tmp_wrapper *:after,
.color_yellow #tmp_wrapper *:before,
.color_yellow #tmp_wrapper *:after,
.color_black #tmp_wrapper *:before,
.color_black #tmp_wrapper *:after  {
	background-image: none !important;
	list-style-image: none !important;
	box-shadow:none !important;
	text-shadow:none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}
.color_blue #tmp_wrapper #tmp_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo,
.color_black #tmp_wrapper #tmp_hlogo {
	margin:0 20px 0 0;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p {
	font-size:2rem;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo span,
.color_yellow #tmp_wrapper #tmp_hlogo span,
.color_black #tmp_wrapper #tmp_hlogo span {
	width:auto;
	height:auto;
}
.color_blue #tmp_wrapper #tmp_query,
.color_yellow #tmp_wrapper #tmp_query,
.color_black #tmp_wrapper #tmp_query,
.color_blue #tmp_wrapper #tmp_func_sch_btn,
.color_yellow #tmp_wrapper #tmp_func_sch_btn,
.color_black #tmp_wrapper #tmp_func_sch_btn {
	border-style:solid;
	border-width:1px;
}
.color_blue #tmp_sns li,
.color_black #tmp_sns li,
.color_yellow #tmp_sns li {
	float: none !important;
}
.color_blue #tmp_sns li a,
.color_black #tmp_sns li a,
.color_yellow #tmp_sns li a {
	width: auto !important;
	min-height: auto !important;
	text-indent: 0 !important;
	margin: 0 !important;
}
.color_blue #tmp_wrapper .wrap_gnavi,
.color_yellow #tmp_wrapper .wrap_gnavi,
.color_black #tmp_wrapper .wrap_gnavi {
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.color_blue #tmp_footer,
.color_yellow #tmp_footer,
.color_black #tmp_footer {
	border-top-style:solid;
	border-top-width:1px;
}
/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_blue #tmp_wrapper *:before,
.color_blue #tmp_wrapper *:after {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_yellow #tmp_wrapper *:before,
.color_yellow #tmp_wrapper *:after {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper *,
.color_black #tmp_wrapper *:before,
.color_black #tmp_wrapper *:after {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* pnavi */
.color_blue #tmp_wrap_footer .pnavi,
.color_blue #tmp_wrap_footer .pnavi .ptop,
.color_blue #tmp_wrap_footer .pnavi .ptop a,
.color_blue #tmp_wrap_footer .pnavi .ptop img,
.color_yellow #tmp_wrap_footer .pnavi,
.color_yellow #tmp_wrap_footer .pnavi .ptop,
.color_yellow #tmp_wrap_footer .pnavi .ptop a,
.color_yellow #tmp_wrap_footer .pnavi .ptop img,
.color_black #tmp_wrap_footer .pnavi,
.color_black #tmp_wrap_footer .pnavi .ptop,
.color_black #tmp_wrap_footer .pnavi .ptop a,
.color_black #tmp_wrap_footer .pnavi .ptop img {
	background-color:transparent !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
.fsize_big .gnavi a {
	padding-left:25px;
	padding-right:25px;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2.model_pc .fnavi {
	margin: 0 -6px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_search .gsearch_control:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_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_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.view_search:after,
#tmp_sns:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}