html{ 
}


body {
	min-width:970px;
	/* background:#f4d146; */
	background:#f8f6ef;
	line-height: 1.8em;
	font-family: "游ゴシック","YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444;
	padding:0;
	margin:0;
}

#globalheader {
	background: white;
	border-bottom: 1px solid #ccc;
	padding:8px 20px;;
	text-align: right;
}

#header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:20px;
}

#container {
	margin:0 auto;
	padding:50px;
	border-radius: 20px;
	box-sizing: border-box;
	border :1px solid #ccc;
	background: white;
	width: 1000px;
/* 	display: flex;
	align-items: center;
	justify-content: center; */
}

.input_tag {
	font-size:14px;
	padding:4px 15px;
	background: #129690;
	color:white;
	border-radius:5px;
}

h2 {
	font-weight: normal;
	color: #5a5540;
	border-bottom:2px solid #5a5540;
	padding:10px 0;
}

input {
	font-size:18px;
	border:1px solid #aaa;
	padding:10px;
	border-radius: 5px;
	min-width: 300px;
}

button[type=submit]{
	all: unset; /* すべてのデフォルトスタイルを解除 */
	  display: inline-block; /* ボタンのレイアウトを維持 */
	  cursor: pointer; /* カーソルをボタン用に設定 */
	  border: none; /* 枠線をリセット */
	  background: none; /* 背景をリセット */
	  font: inherit; /* 親要素のフォントを継承 */
	  color: inherit; /* 親要素の色を継承 */
	  
	background: #ff7800;
	color:white;
	padding:6px 10px;
	border-radius: 5px;
	font-size:16px;
}

button[type=submit]:hover{
	background: #ff5900;
}


a {
	background: yellow;
	text-decoration: none;
	
}

a:hover{
	background: rgb(255, 165, 0);
}
#menu {
	background: red;
	text-align: center;
}

#menu ul {display: inline;}
#menu li {display: inline;}

.tableborder {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 10px;
	background: white;
}

.tableborder tr{
	border-collapse: collapse;
	min-height: 30px;
	border: 1px solid #bbb;
}

.tableborder th{
	border: 1px solid #bbb;
	line-height: 1.4em;
	padding: 10px 10px;
	vertical-align: middle;
	color: #873059;
	font-weight: bold;
	background: #eeebd1;
}

.tableborder td{
	border: 1px dashed #bbb;
	line-height: 1.4em;
	padding: 10px 10px;
	vertical-align: top;
}



.tableborder input[type="text"]{
	border: 1px solid #aaa;
	font-size: 14px;
	padding: 5px;
}


#index_prof {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}


#index_prof .title{
	width:30%;
}

#index_prof .info{
	width:60%;
}