@charset "utf-8";

/* 各ブログ専用カスタムCSS
-----------------------------------*/

span.tokushu_category {
	color:#666;
	font-size: 12px;
	font-weight: bold;
	}

span.tokushu_title {
	color:#004799;
	font-size: 16px;
	font-weight: bold;
	}

span.tokushu_auth {
	font-size: 12px;
	font-weight: normal;
	}
	
	
span.midashi01 {
	font-size:14px;
	font-weight: bold;
	padding-top: 10px;
	}

span.midashi02 {
	font-size:12px;
	font-weight: bold;
	line-height: 160%;
	}

p.tokushu_honbun {
	text-align: center;
}

div.tokushu_honbun {
	margin-left: 140px;
}

div.mokuji
 {
	padding-top: 10px;
	padding-bottom: 25px;
	border-top: 1px dashed #ccc;
	}
	
dl  {
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 15px;
	}
	
dt {
	font-size:12px;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px;
	}
	
dd {
	font-size: 12px;
	margin-left: 1em;
	}
	
ul.lisaclub {
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 30px;
	}
	
ul.lisaclub li {
    list-style-type: disc;
	padding-left:-1em;
}

div.questionnaire {
    background-color: #fff5f5;
	margin: 30px 30px;
	padding: 10px;
	border: 1px solid #fed4d4;
	line-height: 150%;

}

div.owabi {
    background-color: #fefefe;
	margin: 30px 30px;
	padding: 10px;
	border: 1px solid #cccccc;
	line-height: 150%;

}
	
	
