@charset "utf-8";

body {
	color: #333333;
	background: #fff;
	font: 13px/1.231 "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	*font:x-small;
}


img {
	border: 0;
}

address {
	font-style: normal;
}

a {
	color: #3399FF;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

.clear {
	clear: both;
}

img.left{
	float: left;
	margin-right: 25px;
}
img.right {
	float: right;
	margin-left: 25px;
}
.left-img {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	font-size: 85%;
}
.right-img {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 85%;
}
.left {
	float: left;
	line-height: 1.4;
}
.right {
	float: right;
	line-height: 1.4;
}
.bottom0 {
	margin-bottom: 0px;
}

.bottom1 {
	margin-bottom: 1em;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

sup {
	font-size: 80%;
}

/* layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#container {
	width: 950px;
	margin: 0 auto;
	font-size: 108%;
	line-height: 1.7;
	padding-bottom: 60px;
}
#article {
	margin-bottom: 40px;
	line-height: 1.3;
}



/* form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
h1 {
	margin-bottom: 40px;
}

#form {
	width: 888px;
	margin: 0 auto;
}
#form-in {
     width: 700px;
	margin: 0 auto;
}
#form h2 {
	margin-bottom: 20px;
}
#form p {
	margin-bottom: 1em;
}
#form table {
     width: 100%;
	margin-bottom: 20px;
     border-collapse: collapse;
     border-spacing: 0;
     border: 1px solid #CCCCCC;
}

#form table th {
     padding: 4px 10px;
     background: #F0F0F0;
     text-align: left;
     border-bottom: 1px solid #CCCCCC;
     border-right: 1px solid #CCCCCC;
     color: #666666;
     vertical-align: top;
}

#form table td {
     padding: 4px 10px;
     border-bottom: 1px solid #CCCCCC;
     border-right: 1px solid #CCCCCC;
}
#form .form-btn input,
#form .sendbtn,
#form .resetbtn {
	padding: 5px;
}
.txt-red {
	color: #C40000;
}

#form #privacy-box {
	height:120px;
	overflow: auto;
	border:1px solid #ccc;
	padding: 10px;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 20px;
}

#form label.error {
	color: #C40000;
	padding-left: 15px;
}

#form div.error-message {
	color: #C40000;
	margin-bottom: 20px;
	background-color: #f8edf2;
	padding: 10px;
}
#form div.error-message ul {
	margin-left: 23px;
}

#form .form-btn form {
	display: inline;
}