@charset "utf-8";

/*
Theme Name: 京都エコエネルギー学院
Theme URI: 
Author: TAIYODO Co., Ltd.
Author URI: http://www.love.co.jp/
Description: 京都エコエネルギー学院のテーマです。
Version: 1.0
*/

/* default style
----------------------------------------------------------- */
@import url("css/default.css");

/* base and top page style
----------------------------------------------------------- */
@import url("css/base.css");

/* page style
----------------------------------------------------------- */
/*@import url("css/content.css");*/

/*************************************/
/********** entryContent **********/
/*************************************/

.entryContent h1 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	border-left:solid 6px #b2b2b2;
	background:#f5f5f5;
	padding: 9px;
	margin-bottom: 12px;
}

.entryContent h2 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	border-left:solid 6px #b2b2b2;
	padding: 6px;
	margin-bottom: 12px;
}

.entryContent h3 {
	clear: both;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	border-bottom:solid 2px #b2b2b2;
	padding: 6px;
	margin-bottom: 12px;
}

.entryContent h4 {
	clear: both;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	border-bottom:dotted 2px #b2b2b2;
	padding: 6px;
	margin-bottom: 12px;
}

.entryContent h5 {
	clear: both;
	background:url(images/common/h5_bg.gif) no-repeat 0 0.43em;
	padding-left:17px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: bold;
}

.entryContent h6 {
	clear: both;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: bold;
}

.entryContent p {
	margin-bottom: 15px;
}

.entryContent ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 15px;
}
*+html .entryContent ul {
	margin-left: 30px;
}
.entryContent ul li {
	padding-bottom: 5px;
}

.entryContent ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 15px;
}
*+html .entryContent ol {
	margin-left: 30px;
}
.entryContent ol li {
	padding-bottom: 5px;
}

.entryContent address {
	margin-bottom: 15px;
}


/*************************************/
/********** img **********/
/*************************************/

.alignleft,
.alignright {
	margin-bottom: 20px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: block;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0px auto 20px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}
