@charset "UTF-8";
body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-top: -1px;
}
h1 {
    font-weight: bold;
    font-size: 1.4em;
}
h2 {
    margin-top: 10px;
    background-color: #B173AE;
    color: #FFFFFF;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border-radius: 25px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 1.3em;
    display: inline-block;
    margin-bottom: -15px;
    width: 736px;
    margin-left: 5px;
}
h3 {
    margin-left: 20px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 0.95em;
    padding-bottom: 0px;
    border-bottom: 2px dotted #90368F;
    color: #90368F;
    height: 1.5em;
    margin-bottom: -3px;
    padding-top: 0px;
}
h4 {
    margin-bottom: -10px;
    font-size: 0.9em;
    margin-top: -8px;
}
p {
    margin-left: 30px;
    margin-right: 20px;
    font-size: 0.8em;
    margin-top: 10px;
    line-height: 1.4em;
}
p a:link  {
    color: #0052FF;
    font-weight: bold;
    text-decoration: none;
}
p a:visited  {
    color: #B173AE;
    font-weight: bold;
    text-decoration: none;
}
p a:hover  {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}
p a:active  {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}
.container {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 2px;
    margin-bottom: 0px;
}
.header {
    width: 768px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2em;
    background-image: url(header-img.jpg);
    height: 520px;
    background-position: 0 120px;
    background-repeat: no-repeat;
}
.header p {
    margin-bottom: -8px;
}
.form-btn {
    display: block;
    font-size: 0.8em;
    text-align: center;
    color: #FFFFFF;
    line-height: 0.8em;
}
.photo {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    margin-top: 20px;
}
.photo2 {
    margin-left: 25px;
    margin-right: 5px;
    width: 720px;
    margin-top: 10px;
}
.photo2 a img {
    width: 350px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
}
.footer {
    background-color: #B173AE;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 20px;
}
.footer p a {
    color: #FFFFFF;
    font-weight: normal;
}
form {
    margin-left: 20px;
}
form .form-text {
	margin-bottom: 10px;
}
.form-name {
    font-size: 0.9em;
    margin-bottom: -5px;
}
.form-size   {
    width: 75%;
    font-size: 0.8em;
    margin-left: 1em;
}
.form-size2   {
    width: 60px;
    font-size: 0.8em;
    margin-left: 1.4em;
}
.form-size3   {
    width: 65%;
    font-size: 0.8em;
    margin-left: 1em;
}
.form-title {
	background-color: #E9E9E9;
	margin-left: -8px;
	padding-left: 8px;
}
.form-radio {
    margin-top: 8px;
    margin-left: 1em;
    margin-bottom: 18px;
    font-size: 0.9em;
}
.form-check {
	transform: scale(2);
	margin-right: 10px;
	margin-left: 10px;
}
form p input{
	font-size: 1em;
	padding: 10px;
	margin-top: 5px;
	background-color: #AAAAAA;
	cursor: pointer;
	color: #FFFFFF;
	font-style: 1.2em;
	border-style: none;
}
form p input:hover{
	font-size: 1em;
	padding: 10px;
	margin-top: 5px;
	background-color: #666666;
	cursor: pointer;
	color: #FFFFFF;
	font-style: 1.2em;
	border-style: none;
}
input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.schedule-time {
    width: 120px;
    margin-left: 100px;
    float: left;
}
.schedule-content {
    width: 300px;
    float: left;
}
.container ul {
    margin-left: 20px;
    font-size: 0.9em;
    line-height: 1.3em;
}
.container ul li {
    margin-top: 5px;
}
