@charset "UTF-8";

/*  「隊列・フロート」のページに固有のスタイル  */

@import url(sub_navi.css);

#main em {
	color: #7e00ae;
	font-style: normal;
}
a.mail {
	color: #000;
	font-weight: normal;
}
#main p.first{
	margin-top: 2px;
}
div#floatsDetails p {
	margin-bottom: 1px;
	text-indent: 1em;
}
div#djYasu_dscr p {
	float: left;
	width: 450px;
	padding-left: 10px;
	font-size: 95%;
	font-weight: bold;
}
img#djYasu {
	float: right;
	width: 70px;
	height: 77px;
	margin: 5px 20px 5px 14px;
}
div#djYasu_dscr:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#floatsLine {
	margin: 15px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	border: solid 1px #ccc;
}
h3#floatsLineTitle {
	margin: 0;
	padding: 0px 0px 0px 90px;
	font-weight: bold;
	font-size: 150%;
	color: #333;
}
img#floatsLineImage {
	margin: 5px 7px 0 7px;
	padding: 0;
	width: 550px;
	height:86px;
}

div#floatsDetails, div#blocksDetails, div#applicationDetails {
	margin: 10px 0 10px 0;
	padding: 0;
}
#floatsDetails h4, #blocksDetails h4, #applicationDetails h4 {
	margin-bottom: 5px;
	font-size: 150%;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	border-bottom: solid 1px #000;
}
#floatsDetails h5, #blocksDetails h5 {
	margin-top: 5px;
	font-weight: bold;
	font-size: 120%;
	color: #333;
}
#floatsDetails p, #blocksDetails p, #applicationDetails p {
	text-indent: 0;
	margin-bottom: 10px;
}

/*  以下は、「フロート募集」・「フロート広告プラン募集」ページ (一部「隊列・フロート紹介ページ」と共用スタイルあり)*/
h3#floats1{
	width: 555px;
	margin: 15px 0px 0px 0px;
	padding: 7px 5px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	background-color: #7e00ae;
}
p#leader1 {
	width: 565px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size: 130%;
	color: #333;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-indent: 0em;
}
p#leader2 {
	width: 565px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size: 110%;
	color: #333;
	line-height: 1.2em;
	text-indent: 0em;
}


/*  ブログ記事 */
div#blog {
	margin-top: 30px;
}

