﻿#primary {
	width : 100%;
	background-image : url(ptitleimg.jpg);
	background-repeat : no-repeat;
	background-position : center top;
	background-size : cover;
}

ul#note {
	overflow : hidden;
	margin : 0 4% 5% 3%;
	padding-left : 20px;
}

ul#note li {
	margin-bottom : 3%;
	line-height : 1.4em;
}

ul#note li a,ul#note li a:hover {
	color : #e16473;
	text-decoration : none;
}

h3 {
	padding : 12px 0 14px 0;
	font-weight : normal;
	font-size : 120%;
	background : #e1b9af;
	text-align : center;
	line-height : 1.3em;
}

h3 span {
	display : block;
}

#bbox {
	margin-bottom : 8%;
	padding : 6% 7% 9% 7%;
	background : #ffffff;
}

dl#guide dt {
	margin-bottom : 1%;
	font-weight : normal;
	text-align : left;
}

dl#guide dd {
	margin-bottom : 4%;
}

dl#guide dd img {
	padding-top : 8px;
}

dl#guide dd span {
	display : block;
	padding-top : 8px;
}

.text1 {
	width : 15em;
	padding : 6px;
	font-size : 16px;
	background : #e9e9e9;
	border : none;
	-webkit-appearance: none;
	border-radius: 0;
}

#text2a,#text5 {
	width : 95%;
	padding : 6px;
	font-size : 16px;
	background : #e9e9e9;
	border : none;
	-webkit-appearance: none;
	border-radius: 0;
}

#text2b {
	width : 95%;
	margin-top : 10px;
	padding : 6px;
	font-size : 16px;
	background : #e9e9e9;
	border : none;
	-webkit-appearance: none;
	border-radius: 0;
}

#text3 {
	width : 95%;
	padding : 6px;
	font-size : 16px;
	background : #e9e9e9;
	border : none;
	-webkit-appearance: none;
	border-radius: 0;
}

#text4 {
	width : 5em;
	margin-right : 10px;
	padding : 6px;
	font-size : 16px;
	background : #e9e9e9;
	border : none;
	-webkit-appearance: none;
	border-radius: 0;
}

#submit {
	padding-top : 3%;
	text-align : center;
}

#button1 {
	margin : 0 2.5% 0 2.5%;
	padding : 3% 6% 2.5% 6%;
	color : #ffffff;
	background : #e16473;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 100%;
	border-style : none;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 30px;
	-webkit-appearance: none;
}

#button2 {
	margin : 0 2.5% 0 2.5%;
	padding : 3% 4% 2.5% 4%;
	background : #aaa09b;
	color : #ffffff;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 100%;
	border-style : none;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border-radius : 30px;
	-webkit-appearance: none;
}

#data {
	width : 100%;
	margin-bottom : 20px;
	border-top : solid 1px #a0a0a0;
}

#data th {
	width : 140px !important;
	width /**/: 160px;
	padding : 10px;
	border-bottom : solid 1px #a0a0a0;
	background : #ebe1d7;
	font-weight : normal;
}

#data td {
	padding : 10px 13px 10px 12px;
	border-bottom : solid 1px #a0a0a0;
	line-height : 1.75em;
}

p#hmsg {
	margin : 2% 0 7% 0;
	line-height : 1.4em;
}

p#hmsg a {
	color : #0066cc;
	text-decoration : underline;
}

p#hmsg a:hover {
	color : #0066cc;
	text-decoration : none;
}