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

ul#note {
	margin : 0 100px 40px 100px;
	padding-left : 19px;
}

ul#note li {
	margin-bottom : 10px;
	line-height : 1.6em;
}

ul#note li a {
	color : #191919;
	text-decoration : none;
	pointer-events : none;
}

h3 {
	margin : 0 100px 0 100px;
	padding : 19px 0 17px 0;
	font-weight : normal;
	font-size : 140%;
	background : #e1b9af;
	text-align : center;
}

#bbox {
	margin : 0 100px 70px 100px;
	padding : 25px 40px 40px 40px;
	background : #ffffff;
}

dl#guide dt {
	float: left;
	clear : both;
	width : 130px !important;
	width /**/: 140px;
	padding : 9px 10px 9px 0;
	font-weight : normal;
	text-align : left;
}

dl#guide dd {
	padding : 9px 10px 9px 140px;
	line-height : 1.75em;
}

dl#guide dd img {
	margin-right : 12px;
	padding-top : 7px;
}

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

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

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

#text3 {
	width : 98%;
	padding : 6px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 100%;
	background : #e9e9e9;
	border : none;
	-webkit-appearance: none;
	border-radius: 0;
}

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

#submit {
	padding : 25px 0 15px 0;
	text-align : center;
}

#button1 {
	margin : 0 10px 0 10px;
	padding : 15px 30px 12px 30px;
	color : #ffffff;
	background : #e16473;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 110%;
	border-style : none;
	border-radius : 30px;
	cursor : pointer;
}

#button2 {
	margin : 0 10px 0 10px;
	padding : 15px 20px 12px 20px;
	background : #aaa09b;
	color : #ffffff;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 110%;
	border-style : none;
	border-radius : 30px;
	cursor : pointer;
}

#data {
	width : 90%;
	margin : 0 auto 15px auto;
	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 {
	width : 90%;
	margin : 30px auto 30px auto;
	line-height : 1.7em;
}

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

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

#error {
	width : 330px !important;
	width /**/: 400px;
	margin-bottom : 30px;
	padding : 19px 19px 19px 49px;
	border : solid 1px #a0a0a0;
	background : #ffffff url(error_icon.gif) left center no-repeat;
}