
﻿.board_detail{
	width: auto;
	height: auto;
	padding: 15px;
}
.topic_path{
	text-align:right;
}
.board_header{
	text-align:center;
}
#board_list{
	margin-left:0px;
	padding-left:0px;
	width: 100%;
	list-style-type:none;
	text-align:center;
	
}
#board_list li{
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px black solid;
	
}
#board_category_list{
	margin-left:0px;
	padding-left:0px;
	width: 100%;
	list-style-type:none;
	text-align:center;
}
#board_category_list li{
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px black solid;
}
#detail_main{
	border-top: 5px #99CC00 solid;
}
#paging{
	text-align:center;
}
/* コメント書き込み欄 */
.article_comment_input{
	clear: both;
	margin-top: 20px;
	padding:0px 80px 0px 135px;
	position: relative;
	width:80%;
	width: 330px;

}
.comment_input_user_data{
        width:125px;
        height:35px;
        position:absolute;
        top:0px;
        left:0px;

}
.comment_input_user_data input{
        width:50px;
}
.comment_input_body{
        width:auto;
        height: auto;
}
.comment_input_body textarea{
        width:300px;
        height: 40px;
}
.commnet_input_button{
        width:80px;
        height:35px;
        position:absolute;
        top:0px;
        right:0px;
}
/* / コメント書き込み欄 */

