@charset "utf-8";
/*PC・スマホ共通*/
.Mainbox h2 {
	border-left-color: #00009C;
}

.btn_po-kabuka {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #00913A;/*背景色*/
  border-bottom: solid 2px #006627;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
}
.btn_po-kabuka:active {
  border-bottom: solid 2px #00913A;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



table.tableBasic01 th {
	background-color: #ccccff;
}

table.tableBasic01 .tousen {
	background-color: #55ffff;
}




@media screen and (max-width:640px) {
/*横幅640px以下のCSS（スマホ）*/
	#headerout{
	border-top:solid 4px #00C;
	}

	/* --BODY-- */  
	#po-menu {
		display: none;
	}
}

@media print, screen and (min-width: 641px) {
/*横幅641px以上のCSS（パソコン）*/
	#po-menu {
		height: 65px;
		width: 100%;
		clear: both;
		background: url("/po/common/images/bg_gnavi01.gif") repeat-x center top;
		padding-top: 3px;
	}
	#po-menu .meinnavi-back {
		width: 1000px;
		height: 65px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		background: url(/common/images/line.gif) no-repeat left center;
	}
	#po-menu .meinnavi-back li {
		float: left;
		height: 65px;
		width: 166px;
		background: url(/common/images/line.gif) no-repeat right center;
		list-style: none;
	}
	#po-menu .meinnavi-back li a {
		display: block;
		height: 35px;
		width: 166px;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 1px;
		padding-top: 26px;
		font-size: 110%;
	}
	#po-menu .meinnavi-back li a:hover {
		color: #BDBDFF;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #0000FF;
	}
	#po-menu .meinnavi-back li .mini {
		font-size: 40%;
		color: #5B5BFF;
		display: none;
		font-weight: normal;
		letter-spacing: 2px;
	}

	#po-menu a.back-ipo {
	  width: 150px!important;
	  height: 20px!important;
	  margin: 15px auto 0 auto;
	  border: 1px solid #ffcccc;  /* 赤枠 */
	  border-radius: 5px;         /* 角丸 */
	  background: #cc0000;        /* 薄い赤 */
	  color: #ff0000;             /* 文字色（任意） */
	  padding: 10px 2px 2px 2px!important;
	  text-decoration: none;
	  white-space: nowrap;        /* メニューで折り返し防止 */
	}

	a.back-ipo:hover {
	  background: #ff3333;
	  	color: #FFBDBD!important;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #FF0000!important;
	}

	a.back-ipo:active {
	  background: #ffc7c7;
	}

	a.back-ipo:focus-visible {
	  outline: 2px solid #ff0000;
	  outline-offset: 2px;
	}



}
