@charset "utf-8";

#page {
	background: url(../images/portal/page_second_bg3.jpg) repeat-x 0px 0px;
}
p,
div {
	word-break: break-all;
	word-wrap: break-word;
}


#bread {
	padding: 10px 5px 0;
}

#header #fontchange {
	left: 868px;
}

#header #loginbtn {
	position: absolute;
	top: 15px;
	left: 275px;
	position: relative;
}
#header #loginbtn span {
	vertical-align: middle;
	font: 11px Arial, Helvetica, sans-serif;
	margin-right: 3px;
}
#header #loginbtn p {
	position: absolute;
}
#header #loginbtn p.id {
	top: 0;
	left: 0;
}

#header #loginbtn p.id input,
#header #loginbtn p.pass input {
	border: 1px solid #CCC;
	width: 150px;
	padding: 3px 5px;
	height: 18px;
}

#header #loginbtn p.pass {
	top: 0;
	left: 190px;
}
#header #loginbtn p.loginbtn {
	top: 0;
	left: 405px;
}
#header #loginbtn p.entry,
#header #loginbtn p.logout {
	top: 0;
	left: 495px;
}

#header #loginbtn p.welcome {
	top: 3px;
	left: 0px;
	width: 485px;
	text-align: right;
	font-size: 10px
}
#header #loginbtn p.welcome strong {
	font-size: 13px;
	margin: 0 5px;
}



#header #loginbtn div.error {
	position: absolute;
	top: 32px;
	left: 60px;
	background: #CC0000;
	color: #FFF;
	padding: 2px 15px;
	line-height: 1.8;
	font-size: 11px;
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
    border-radius: 4px; /* CSS3草案 */
    -webkit-border-radius: 4px; /* Chrome,Safari */
    -moz-border-radius: 4px; /* Firefox */
}
.error a {
	color: #FFF;
	text-decoration: underline;
}
.error a:hover {
	color: #FFF;
	text-decoration: none;
}


#header a:hover img,
#contents a:hover img {
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}


#contents {
	float: none;
	width: 950px;
	margin: 0;
	min-height: 500px;
}

.pagetitle {
	background: url("../images/portal/pagetitle_bg_wide.jpg") no-repeat 0 0;
	width: 950px;
}
.pagetitle h2 {
	background: url("../images/portal/pagetitle_bg_wide.jpg") no-repeat left bottom;
}

p.notes {
	margin: 0 105px 15px;
}
.notes span {
	font-weight: bold;
	color: #FF0000;
	margin-right: 3px;
}

.f_tb_t {
	width: 740px;
	margin: 0 auto 20px;
}
.f_tb_t th {
	text-align: left;
	background: #E4ECF5;
	width: 150px;
	white-space: nowrap;
}
.f_tb_t th,
.f_tb_t td {
	border: 1px solid #999;
	padding: 20px;
}
.f_tb_t td input {
	padding: 5px;
	border: 1px solid #999;
}

.f_tb_t th span {
	color: #F00;
	margin: 0 3px;
}
.btn {
	text-align: center;
	margin-bottom: 20px;
}
.btn input {
	text-align: center;
	padding: 10px 20px;
	margin: 5px;
	width: 150px;
}
.btn input.extra {
	width: auto;
}

.err_area {
	width: 700px;
	background: #FFE6E6;
	margin: 0 auto 30px;
	padding: 20px;
}
.err_area p {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #F00;
}

.err_area ul {
	width: 500px;
}
.err_area li {
	list-style: disc;
	margin-left: 20px;
	line-height: 1.4;
}

.form_s {	width: 60px;}
.form_m {	width: 150px;}
.form_l {	width: 330px;}
.center {	text-align: center;}

.center {
	margin: 30px;
}

.center a {
	padding-left: 23px;
	background: url(../images/portal/bbs_ico_back.gif) no-repeat left center;
}


textarea {
	resize: none;
	font-family: monospace;
	line-height:1.4;  
	font-size: 14px;
}

textarea.form_l {
	padding: 5px;
	border: 1px solid #999;
	width: 480px;
	height: 150px;
	margin-bottom: 15px;
}


/* ############ thread ################# */

.thread {
	clear: both;
	zoom: 1;
	padding: 20px 20px 0;
	width: 908px;
	border: 1px solid #999;
	margin-bottom: 25px;
    border-radius: 4px; /* CSS3草案 */
    -webkit-border-radius: 4px; /* Chrome,Safari */
    -moz-border-radius: 4px; /* Firefox */
}

.thre_ttl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	width: 100%;
}

/*------------------------------------*/
.thread:after,
.thre_ttl:after,
.thre_parent:after,
.answer_ttl:after,
.answer:after,
.answer_ttl:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.thread,
.thre_ttl,
.thre_parent,
.answer_ttl,
.answer,
.answer_ttl { display: inline-block; }
/*------------------------------------*/

.thre_ttl h4 {
	float: left;
	margin-right: 30px;
	font-weight: bold;
	font-size: 120%;
	color: #2A72B8;
}
.thre_ttl h4 span,
.answer_ttl h4 span {
	margin-left: 2em;
	font-weight: normal;
	color: #000;
}
.answer_ttl h4 {
	float: left;
	margin-right: 30px;
	font-weight: bold;
	font-size: 100%;
	color: #2A72B8;
}

.thre_ttl p,
.answer_ttl p {
	float: left;
	vertical-align: middle;
	margin-right: 15px;
}
#contents p.person a {
	font-weight: bold;
}
#contents p.date {
	font-size: 85%;
}
#contents p.return input {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.thre_parent {
	font-weight: bold;
	margin-bottom: 30px;
}
.avt img {
	border: 1px solid #CCC;
}
.avt {
	float: left;
	width: 104px;
	background: url(../images/portal/serif_odd.gif) no-repeat right 0px;
}
.even .avt {
	background: url(../images/portal/serif_even.gif) no-repeat right 0px;
}
.thre_parent .avt {
	background: #FFF;
	width: 90px;
}

.thre_parent p.voice {
	float: left;
	width: 800px;
}

.thread .answer {
	margin: 0 25px 25px;
	clear: both;
}

.answer .serif {
	padding: 10px 15px;
	float: left;
	width: 720px;
	background: #EDEDED;
    border-radius: 4px; /* CSS3草案 */
    -webkit-border-radius: 4px; /* Chrome,Safari */
    -moz-border-radius: 4px; /* Firefox */
}
.even .serif {
	background: #E4ECF5;
}

.answer_ttl {
	margin-bottom: 15px;
	width: 700px;
}

.thread .answer p.voice {
	clear: both;
	zoom: 1;
	word-break: break-all;
}


ul.changebtn {
	height: 65px;
	text-align: center;
}
ul.changebtn li {
	list-style: none;
	display: inline;
	margin: 0 10px;
}

input[type="radio"] ,
input[type="checkbox"] {
	padding: 0!important;
	background: none!important;
	border: none!important;
}
td img {
	vertical-align: middle;
	margin-right: 10px;
}

div.foot_pagenate {
	height: 40px;
}

.pagenate {
	width: 600px;
	float: left;
}

p.count {
	float: left;
	margin-right: 25px;
}
.pagenate li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.pagenate li a {
	display: block;
	width: 23px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #0C5CAC;
	background: #FFF;
}

.pagenate li.stay a {
	background: #0C5CAC;
	color: #FFF;
}

.pagenate li.back {
	margin-right: 20px;
}

.pagenate li.next {
	margin-left: 20px;
}

.pagenate li.next a,
.pagenate li.back a {
	display: inline;
	width: auto;
	background: none;
	border: none;
	text-decoration: underline;
	color: #0C5CAC;
}
.pagenate li.next a:hover,
.pagenate li.back a:hover {
	text-decoration: none;
	color: #0C5CAC;
}


.foot_pagenate .kensu {
	float: right; 
	text-align: right;
	width: 150px;
}


table.f_tb_key,
table.f_tb_usr {
	border: 1px solid #999;
	width: 780px;
	margin: 0 auto 15px;
}

table.f_tb_usr td span {
	font-size: 85%;
	display: block;
	margin-top: 5px;
}

table.f_tb_usr {
	margin-bottom: 40px;
}


table.f_tb_key th,
table.f_tb_key td,
table.f_tb_usr th,
table.f_tb_usr td {
	border: 1px solid #999;
	text-align: left;
	padding: 15px;
}
table.f_tb_key th,
table.f_tb_usr th {
	width: 120px;
	background: #E4ECF5;
	padding: 15px 15px 15px 43px;
}
table.f_tb_key th {
	background: #E4ECF5 url(../images/portal/ico_abc.gif) no-repeat 15px center;
}
table.f_tb_usr th {
	background: #E4ECF5 url(../images/portal/ico_usr.gif) no-repeat 15px center;
}

table.f_tb_key .form_l,
table.f_tb_usr .form_l {
	padding: 3px;
	border: 1px solid #999;
	width: 450px;
}

table.f_tb_y {
	width: 780px;
	margin: 0 auto 15px;
	border-top: 1px solid #999;
}


.f_tb_y th,
.f_tb_y td {
	border-bottom: 1px solid #999;
	padding: 10px 15px;
	text-align: left;
}

.f_tb_y tr.odd td {
	background: #EDF2F8;
}

.f_tb_y th {
	padding: 5px 15px;
	font-size: 80%;
	background: #0C5CAC;
	color: #FFF;
}
th.cd,
td.cd {
	text-align: center;
	width: 1%;
	white-space: nowrap;
}

td.edit {
	text-align: center;
	width: 1%;
	white-space: nowrap;
}


td.edit a {
	display: block;
	text-decoration: none;
	width: 95px;
	height: 27px;
	font-size: 2px;
	text-indent: -9999px;
	background: url(../images/portal/btn_edit.jpg) no-repeat 0px 0px;
	overflow: hidden;
}
td.edit a:hover {
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}

img.ico {
	vertical-align: middle;
	margin-left: 8px;
}

div.clip {
	margin: 0 auto 45px;
	border: 2px solid #CCC;
	padding: 15px;
	width: 706px;
	background: #F5F5F5;
}
div.clip table.f_tb_t {
	margin: 0;
	width: 660px;
}

div.clip table.f_tb_t {
	border: none;
	
}
div.clip table.f_tb_t th,
div.clip table.f_tb_t td {
	border: none;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
div.clip table.f_tb_t th {
	width: 80px;
	white-space: nowrap;
	background: none;
}

.alert {
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;

}


#contents p.flow {
	width: 740px;
	margin: 0 auto 20px;
}

.aligncenter {
	text-align: center!important;
}
.btnyoko {
	margin: 0 auto;
}
