@charset "utf-8";
/*
Theme Name: *****
Theme URI: http://www.ekhome.com/
Description: Base theme
Version: 1.0
Author: kamey
*/

/* 営業案内ブロックの定義 */
#aboutblock {
	margin:0px; padding:0px;
}
#aboutblock .title {
	margin:2px 0px 0px 5px;
	padding:0px;
	font-size:1em;
	color:#4a4a4a;
}
#aboutblock .titleconts {
	font-weight:bold;
	font-size:1.1em;
}
#aboutblock .contsRed {
	margin:0px;
	margin-left:20px;
	padding:0px;
	font-weight:bold;
	font-size:1.3em;
	color:#990000;
}
#aboutblock .contsBold {
	margin:0px;
	margin-left:20px;
	padding:0px;
	font-weight:bold;
	font-size:1.3em;
}
#aboutblock .conts {
	margin:0px 0px 0px 20px;
	padding:0px;
	font-size:1em;
}

/* トップブロックの定義 */
#topconts {}
}
#topconts img { margin:0; padding:0; }
#topconts h2 {
	text-align:center;
	margin:10px 0px;
}
#topconts h3 {
	text-align:center;
	padding:5px;
	margin:30px 0px 30px 0px;
	font-size:1.2em;
	background:#fffcd7;
	color:#cc6666;
	border:1px solid #fdf167;
	font-weight:bold;
}
#topconts p {
	margin:10px 0px 30px 0px;
	padding:0px 10px 0px 10px;
	font-size:1.1em;
	color:#556666;
	line-height:1.5;
}
#topconts .pickup {
	color:#3f3f8c;
	font-size:1.2em;
	font-weight:bold;
}
#topconts p.last{
	font-size:1.2em;
	margin:20px 0px 10px 0px;
	color:#cc6666;
	border-bottom:1px dotted #9999cc;
	text-align:center;
}

