@charset "utf-8";


/************************************

タブコンテンツ

************************************/

ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.ulTab {
	width:950px;
	height:73px;
	background-image:url(../img/tab/tab_bg_big.jpg);
	background-repeat:no-repeat;
}

ul.ulTab li {
	float:left;
}

p.pCenter {
	width: 950px;

}

#tab_yoko {
		background:url(../img/tab/tab_bg.jpg) repeat-x top;
}

#tab_hako {
	width:950px;
	margin:0px auto 10px auto;
}

.tab_cont {
	width:950px;
}

.menu1 {
	margin-top:48px;
	width:149px;
	margin-right:14px;
}

.menu2 {
	margin-top:9px;
	width:379px;
	margin-right:17px;
}
	
.menu3 {
	margin-top:9px;
	width:379px;
}


/************************************

メニュー

************************************/

#menu_yoko {
		background:url(../img/menu/menu_bg.jpg) repeat-x top;
		margin-bottom:12px;
}

#menu_hako {
	width:950px;
	height:72px;
	margin:0px auto;
	padding-top: 13px;
}

.menu_btn, .menu_line{
	float:left;
}



/************************************

コンテンツボックス

************************************/

#top_cont_hako {
	width:950px;
	margin:0px auto;
}


/************************************

トップページコンテンツ

************************************/

#cont0 {
	margin-bottom:20px;
}

a.touka:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#cont1 {
	width:355px;
	float:left;
	margin-bottom:20px;
}

#cont2 {
	width:355px;
	float:right;
	margin-bottom:20px;
}

#topinfo {
	margin-bottom:10px;
}

#pick_box {
	width:731px;
	margin-bottom:5px;
	margin-top:5px;
}

.pickup {
	background-color:#dffbe1;
	color:#666666;
	vertical-align:middle;
	padding-top: 2px;
}

.pickup a {
	color:#666666;
}

.pickup a:hover {
	color:#666666;
	font-weight:bold;
}

.pick_t1 {
	font-weight:bold;
	color:#666666;
}

#inform {
	width:703px;
/*	padding:0px 14px;*/
	padding: 14px 0px 0px 14px;
	background-color:#dfeafb;
}

#informbox {
    height: 300px;
    overflow: auto;
    padding-right: 14px;
}

.inform_td {
	padding:14px 0px 12px 0px;
	border-bottom:1px dotted;
}

.inform_td img {
	vertical-align: top;
	padding-left:13px;
	
}

.inform_date {
	float:left;
	margin-right:5px;
}

.inform_naiyou {
	color:#014099;
	float:left;
}

.inform_naiyou a {
	color:#014099;
}

.inform_naiyou a:hover {
	color:#014099;
	font-weight:bold;
}

#info_kome {
/*	padding:14px 0px;*/
	padding: 14px 14px 14px 0px;
	font-size:80%;
}


* html #info_kome {
	text-align: left;
}

/* --union tab----------------------*/

#tab-02 {
	position: relative;
}

#new_linkbox {
	position: absolute;
	top: 125px;
	left: 55px;
	width: 279px;
}

#new_linkbox2 {
	position: absolute;
	top: 125px;
	left: 620px;
	width: 279px;
}

#new_linkbox img,#new_linkbox2 img {
	padding-bottom:10px;
}

#tab-03 {
	position: relative;
}

#union_loginbox {
	position: absolute;
	top: 45px;
	left: 35px;
	padding: 25px 20px;
	width: 429px;
	height: 276px;
	background-image:url(../img/tab/union_login_bg.gif);
	background-repeat: no-repeat;
}

/************************************

shishido_追加

************************************/

#top_cont #cont3{
	margin-bottom:20px;
}

/************************************

固定ボタン（2022.03.03追加）

************************************/
.fixed_btn
{
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding: 10px 50px;
}

a.btn-radius-solid {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}

section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#4fb5ef, #0076b9 100%);
  border: 1px solid #005e94;
  border-radius: 12px;
  box-shadow: inset 0px 0px 2px 0px rgb(255, 255, 255);
  box-shadow: 0px 4px 4px 0px rgb(175, 175, 175);
  box-sizing: border-box;
  width: 340px;
  height: 60px;
  padding: 0 20px 0 70px;
  color: #fff;
  font-size: 22px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_01:hover {
  opacity: .8;
}
a.btn_01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
a.btn_01:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #005e94;
  box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50px;
}