@charset "utf-8";
/* CSS Document */

a {
		text-decoration: none;
		color: #66f;
	}
a:hover {
		color: #c00;
	}
p {
		margin: 5px 0;
	}
.tab {
		margin: 5px 0 5px 40px;
	}
.tab2x {
		margin: 5px 0 5px 80px;
	}
.tabbing_id {
		line-height: 23px;
		width: 5%;
		float: left;
		text-align:center;
	}
.tabbing_news {
		line-height: 23px;
		width: 55%;
		float: left;
		text-align:left;
	}
.tabbing {
		line-height: 23px;
		width: 150px;
		float: left;
	}
.freetabbing {
		line-height: 23px;
		float: left;
	}
.not {
		color: #888;
	}
.clear {
		clear: both;
	}
.comment {
		margin: 0 0 0 20px;
		color: #F90;
	}

h1 {
    margin: 5px 0;
    font-weight: normal;
    text-align:center;
    font-size: 14px;
    color: #c00;
	}
.h1-header {

font-size: 20px;
text-align: center;
}
.h3-header {

font-size: 18px;
text-align: center;
}
.h4-header {
font-size: 16px;
text-align: center;
}
	
h2 {
    margin: 5px 0;
    font-weight: normal;
    text-align:center;
    font-size: 14px;
	text-indent: 20px;
	margin-top: 20px;
	}
h3 {
    margin: 5px 0;
    font-weight: normal;
    text-align:center;
}


.style1 {
	color: #993300;
	font-style: italic;
}

#child {
  box-sizing: border-box;
  border: 3px solid;
  border-style: double;
  width: 406px;
  margin: 0 auto;
}


#container {
    max-width: 700px;
    margin: 0 auto;
}
#scroller {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.scroll-item {
  display: flex;
  align-items: center;
}
.my-message {
  background-color: yellow;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

form > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

form > div > label {
  margin-right: 10px;
  min-width: 100px;
}

form > div:last-child {
  justify-content: flex-end;
}

.floatright {
  float: inherit;
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

label {
  margin-right: 10px;
}

input[type="radio"] {
  margin: 0 12px 0 0;
}



