@charset "Shift_JIS";

/* ----------------------------------------

		電話・インターネット投票
		- はじめての方へ 共通 -

---------------------------------------- */



/* - はじめての方へ 共通要素
-------------------------------------------------- */

#headerUnit {
	width: 940px;
	height: 113px;
	height: 93px;
	position: relative;
}

#headerUnit div.btnEntry {
	position: absolute;
	left: 618px;
	top: 31px;
	top: 19px;
}

/*
div.dentoBody {
	background:url(/dento/common/img/bg_dento-body.png) repeat-y;
	color: #444;
	
	padding-top: 20px;
}

div.dentoBody div.pseudo-bottom {
	display: block;
	height: 6px;
	margin-top: 16px;
	margin-top: 24px;
	background: url(/dento/common/img/bg_dento-body_bottom.png) no-repeat left bottom;
}
*/





/* - 共通レイアウト
-------------------------------------------------- */

div.dentoBody div.bodyBlock {
	width: 880px;
	margin: 0 auto;
}

div.btnEntryL {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dotted #d7d7d7;
}


div.txtUnit {
	margin-top: 30px;
}

div.txtUnit h3 {
	background: url(/dento/common/img/bg_head_txt-unit.png) repeat-x;
	font-size: 123.1%;
	line-height: 34px;
	height: 32px;
	font-weight: bold;
	padding: 0 10px;
	
	color: #444;
	overflow: hidden;
	
	border: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-top: 3px solid #31bde4;
}

div.txtUnit h4 {
	color: #39a7de;
	font-weight: bold;
	/*margin: 20px 0 16px 0;*/
	margin-bottom: 16px;
	font-size: 108%;
}

div.txtUnit p {
	line-height: 1.4;
}


div.txtUnit div.txtBody {
	margin-top: 20px;
	
	overflow: hidden;
	/zoom : 1;
}

div.txtUnit div.txtBody:after{ content : ''; display : block; clear : both; }



/* - div.txtBody 共通レイアウト
---------------------------------------- */
div.txtBody div.leftBlock { float: left; }
div.txtBody div.photoBlock { float: right; }


div.txtBody ul.attention li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
	margin-bottom: 0.8em;
}

/*
div.txtBody ul.dotList li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}
*/



/* - 汎用クラス
---------------------------------------- */
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }



