@charset "Shift_JIS";
/*common
***********************************************************/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 80%;
}

body, h1, h2, h3, p, li, td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

img {
	border: 0;
}

form,
input,
select {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

a {
	color: #3333CC;
}

p, 
li {
	font-size: 100%;
	color:#333;
	line-height: 1.4;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

em {
	font-weight: bold;
	font-style: normal;
	color:#1E2C5B;
}

strong {
	font-weight:bold;
	font-style: normal;
	color: #000;
}

.note {
	color:#333;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	color:#666;
}

.text-right {
	text-align: right;
}

.to-next {
	margin: 5px;
}

.text-center {
	text-align: center;
}

.mobile-only { 
	display: inline;
}

.pc-only { 
	display: none;
}

/*layout
***********************************************************/
#base {
	margin: 0;
	padding: 0;
	text-align: left;
}

#header {
	margin:0;
	padding: 3px 3px 1px;
	border-top: 1px solid #ffcc00;
	border-bottom: 2px solid #ffcc00;
}

#contents {
	margin: 0;
	padding: 10px 5px 0;
}

/*pagetitle***********************************************************/

#contents #pagetitle {
	padding: 3px 5px 3px 3px;
	margin: 0 0 15px 0;
	border: 1px solid #999999;
	background-color: #fff;
}

#contents #pagetitle h2 {
	margin: 0;
	padding: 1px 0 0px 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-left: 5px solid #333;
	color: #000000;
}

/*footer
***********************************************************/

#footer {
	margin: 0;
	padding: 3px;
	border-top: 1px solid #999;
}

#footer p {
	font-size: 80%;
	color:#666;
}

#footer .rightbox {
	display: none;
}

/*form*************************************************/

#contents .needinfo {
	text-align: right;
	font-size: 12px;
	color:#000;
}

#contents .itembox {
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
	background: none;
}

#contents .itemunit {
	border-bottom: 1px solid #666;
}

#contents .itemunit .item, 
#contents .itemunit .data{
	margin: 0;
	vertical-align: top;
	line-height: 160%;
	font-size: 12px;
	color:#333;
}

#contents .itemunit .item{
	padding: 10px 10px 0;
}

#contents .itemunit .data{
	padding: 0 10px 10px;

}

#contents .itemunit .textbox1, 
#contents .itemunit .textbox2, 
#contents .itemunit .textbox3,
#contents .itemunit .textbox4 {
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	background-color: #f3f3f3;
	font-size: 12px;
	width: 200px;
}

#contents .need {
	color:#990000;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

#contents .buttonunit {
	text-align: center;
	
}

#contents .buttonunit .formbutton {
	width: 4em;
	margin: 0 10px;
}

/*mail-post****************************************************/

#contents .contents-inner#mailpost {
	margin: 10px 15px;
	height: 400px;
}

/*powered-by****************************************************/

#powered-by {
	text-align: left;
}