@charset "UTF-8";
.pt10 {  font-size: 10pt}
.pt9 {  font-size: 9pt}

/* ---- main kiji 20121121 ------ */
div.main-article-entry {
	margin-bottom:10px;
	padding-bottom:14px;
	color:#333;
}

div.main-section-entry {
	padding:14px;
}

h2.ttl-entry {
	color:#333;
	font-weight:bold;
	font-size:123.1%;
	padding:5px;
	}

div.entry-day {margin-bottom:1em;}
div.entry-day p{ text-align:right; font-size:85%;}

.mmo dl {
border-bottom:1px dotted #ccc;	
}

/* comment form */
.comme-box {
	border:1px solid #808080;
	margin:14px;
}
h4.comme-tt {
	font-size:100%;
	padding:1em;
	background:none;
}

table.comme-tab {
	margin:0 auto;
	border-collapse: separate;
	border-spacing:1px;
}

.comme-th {
	width:120px;
	background:#808080;
	padding:5px;
	color:#fff;
	vertical-align:top;

}

.comme-td {
	padding:5px;
}

.comme-td input[type=text] {
	/*background:#FFEBD7;*/
	width:400px;
	padding:3px;
}

.comme-td textarea {
	/*background:#FFEBD7;*/
	width:400px;
	padding:3px;
}

.send-btn {
	margin:30px auto;
	width:120px;
}
.send-btn input[type=submit] {
	background:#ccc;
	border:1px solid #808080;
	width:120px;
	height:30px;
	cursor: pointer;
}

.mo-tt {
text-align:center;
margin-bottom:10px;	
}
ul.mo-list{list-style:none; margin:0; padding:0;}
ul.mo-list li {font-size:85%; line-height:1.7; padding-left:10px; padding-right:10px;}
ul.mo-list li:before {
content:"■";
margin-right:5px;	
}

.toi-tab {width:100%; border-collapse:collapse; }
.toi-tab th {padding:10px; background:#BFFFC7; color:#000; text-align:left; border:1px solid #090;}
.toi-tab td {padding:10px; background:#fff; border:1px solid #090;}
.toi-tab input.ex1 {width:400px; padding:3px;}
.toi-tab input.ex2 {width:200px; padding:3px;}
.toi-tab textarea {width:400px; padding:3px;}

.center {text-align:center;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}

.sobi-ul {list-style:none; margin:0; padding:0;}
.sobi-ul li {
float:left;
width:50%;
margin-bottom:5px;	
}

.long-form {
/*width:90%;*/	
}

.short-form {
	/*width:40%;*/
}

/* clearfix
----------------------------------------------- */

