﻿@charset "UTF-8";
/* for jot style, created by MEGU */

/* +++ JOT COMMENT LIST SECTION +++ */

.jot_comment_sec {
  border-bottom: 1px dashed #400;
  color: #988;
  padding: 0px 0px 10px 0px;
  float: right;
  width: 19%;
  margin-bottom: 16px;
}
.jot_comment_block {
	height:300px;
	overflow:auto;
  
}
.jot_comment_sec h2.mini-lulu {
  color: #cbb;
  font-size: 1em;
  text-align: center;
  padding: 5px 0px;
  border-top: 3px double #666;
  border-bottom: 3px double #666;
  margin-bottom: 10px;
  background-color: #000;
}
.jot_comment_sec p {
	margin:0px;
}
.jot_comment_sec .jot-row {
  border-bottom: 1px dashed #400;
  padding: 8px 12px;
}
.jot_comment_sec .jot-row-alt {
}
.jot_comment_sec p.jot-comment {
	background-image:url('../../images/jot/edit.gif');
	background-repeat:no-repeat;
	text-indent:20px;
}
.jot_comment_sec p.jot-posted-at{
  color: #655;
  text-align: right;
  margin-top: 2px;
}
.jot_nav_sec ul li {
  display:inline;
}
.jot_nav_sec {
	margin-top:10px;
}

/* +++ JOT COMMENT LIST SECTION 2 +++ */
.jot_comment_sec2 {
  color: #988;
  padding: 0px;
  float: right;
  width: 150px;
}
.jot_comment_block {
	height:300px;
	overflow:auto;
  
}
.jot_comment_sec2 h2.mini-lulu {
  color: #cbb;
  font-size: 1em;
  text-align: center;
  padding: 5px 0px;
  border-top: 3px double #666;
  border-bottom: 3px double #666;
}
.jot_comment_sec2 p {
	margin:0px;
}
.jot_comment_sec2 .jot-row {
	border-bottom: 1px dashed #300;
	padding: 5px;
}
.jot_comment_sec2 .jot-row-alt {
}
.jot_comment_sec2 p.jot-comment {
	background-image:url('../../images/jot/edit.gif');
	background-repeat:no-repeat;
	text-indent:20px;}
	
.jot_comment_sec2 ul li{
	list-style-type:none;
}
.jot_comment_sec2 ul li.jot-posted-at{
  color: #655;
  text-align: right;
}
.jot_comment_sec2 ul li.jot-posted-by{
  color: #655;
  text-align: right;
}
/* +++ JOT FORM SECTION +++ 
   JOT COMMENT SECTION2 に内包されている */
.jot_form_sec2 {
  text-align: center;
  margin-top: 10px;
  padding: 2px;
  border: 1px solid #999;
  background-color: #200;
}

.jot_form_sec2 p.jot-err {
	color:#c30;
	border:2px solid #c00;
}

.jot_form_sec2 form fieldset dd input {
	width:90%;
}
.jot_form_sec2 form fieldset dd textarea {
	width:90%;
}

.jot_form_sec2 form fieldset dt.submit {
	display:none;
}
.jot_form_sec2 form fieldset dd.submit{
	margin-top:5px;
}
.jot_form_sec2 form fieldset dd.submit label{
	display:none;
}
.jot_form_sec2 form fieldset dd.submit input {
	width:3em;
}

