@charset "EUC-JP";

/*----------------------------------------------------------
  レイアウト関係
----------------------------------------------------------*/

/*---------------------------------フォントサイズなど*/
body {
	background: #FFF;
}

/*---------------------------------ページ全体の横幅*/
#wrapper {
	clear: both;
	width: 770px;
}

#container {
	padding: 2em;
}

#header {
	height: 110px;
	text-align: left;
}

/* トップページへ戻る・ログアウトボタン */
#head_container {
	padding: 3px;
	border: 1px solid #CCC;
}

#head_box_right1 {
	float:right;
	text-align: right;
	width:125px;
}

#head_box_right2 {
	float:right;
	text-align: right;
	padding-top: 8px;
	width:400px;
	font-size: 90%;
}

#head_box_left1 {
	float:left;
	text-align: left;
	width:200px;
}

#head_clear {
	clear: both;
	text-align: center;
}

h1.name {
	/*
	border-top: 2px solid #F60;
	border-bottom: 1px solid #F60;
	color: #F60;
	*/
	/*
	background-color: #F60;
	border-top: 2px solid #F90;
	border-bottom: 1px solid #F90;
	*/
	background-color: #00559E;
	border-top: 2px solid #5599CA;
	border-bottom: 1px solid #569ACB;
	color: #FFF;
	font-size: 18px;
	margin: 0;
	padding: 0.3em 1em 0.1em;
}

/* 検索画面のand or */
.txt_andor1 {
	background:#F69;
	color: #FFF;
	padding: 1px;
}
.txt_andor2 {
	background:#F9C;
	color: #FFF;
	padding: 0 1px;
}

/* 管理者画面のトップ画面に戻るボタンボタンとログアウトボタンのflex枠
--------------------------------------- */
.header2_inner {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
  padding: 10px;
}

/* 管理者画面のトップ画面に戻るボタン枠
--------------------------------------- */
.header2_l {
	width: calc(100% - 160px);
}

/* 管理者画面のログアウトボタン
--------------------------------------- */
.header2_r { 
	width: 140px;
}
.header2_r a {
	border: 2px solid rgba(125,137,29,0.5);
	border-radius: 20px;
	padding: 4px 5px 3px;
	width: 100%;
	text-align: center;
	display: block;
	width: 140px;
}
.header2_r i {
	opacity: 0.5;
}
.header2_r a,
.header2_r a:visited {
	color: #7D891D;
	text-decoration: none;
}
.header_r a:hover {
	background: rgba(125,137,29,0.2);
}
/* 管理者画面のTOP画面に戻るボタン
-------------------------------------------*/
.msr_btn13 a {
  padding:10px 20px;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  background: #A8A8A8;
  display: inline-block;
  position:relative;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	border-radius: 9999px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
	margin: 0;
}
.msr_btn13 a:hover {
  background: #8D8D8D;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcOnly { display: block !important; }
.spOnly { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991.98px) {
	.pcOnly { display: none !important; }
	.spOnly { display: block !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767.98px) {
	.pcOnly2 { display: none !important; }
	.spOnly2 { display: block !important; }
}
/* スマートフォンで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 767.98px) {
	.pcOnly2 { display: block !important; }
	.spOnly2 { display: none !important; }
}
