@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-position: left top;
	background-color: #D5F0FB;
	color: #272727;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#header{
	position: relative;
}
.logo{
	position: absolute;
	top:0;
	left: 0;
}



#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 900px;
	background-color: #FFF;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}
#main .time {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
#main .content {
	width: 870px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main  .content  .bbox {
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#main .content h2 {
	background-color: #0D52F4;
	text-align: left;
	width: 850px;
	border-left-width: 17px;
	border-left-style: solid;
	border-left-color: #FF6C00;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .content h3 {
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	width: 840px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 5px;
	font-size: 14px;
	margin-left: 17px;
	margin-bottom: 5px;
	color: #000;
}
#main .content p {
	text-align: left;
	width: 800px;
	padding-left: 25px;
	padding-right: 30px;
	line-height: 140%;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000;
}

#commentbox  {
	line-height: 130%;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-x;
	width: 898px;
}
#commentbox  #company_nabi {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #0D52F4;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F7BFD;
	border-right-color: #3F7BFD;
	border-bottom-color: #3F7BFD;
	border-left-color: #3F7BFD;
}
#commentbox  #company_nabi .nabi{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	height: 26px;
	width: 880px;
	padding-top: 10px;
	padding-bottom: 4px;
}
#commentbox  #company{
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	color: #000;
	padding-top: 20px;
}
#footer {
	color: #FFF;
	background-color: #0D52F4;
	padding-top: 40px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	height: 50px;
	font-weight: bold;
	text-align: center;
	width: 898px;
}
#cb {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
}

.code_i{
	font-family: inherit !important;
}

/* ボタン修正 */
#FormText{
	padding-top: 5px;
	font-weight: bold;
	color: #F00;
	font-size: 12px;
	text-align: left;
	
}
#button {
	overflow: hidden;	width: 800px;/*?K?{?IIE6???o??*/
}
.button_flex{
	display: flex;
	padding-top: 20px;
}
#form {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.red_text{
	color: #F00;
	font-weight: 900;
	font-size: 14px;
    width: 373px;
}
#entry_button{
	text-align: left;
	margin-top: 5px;
}