@charset "UTF-8";

body {
	background: url(/app/html/kakeibo/img/howto_bg.png) repeat;
    font-family: Arial, "$B#M#S(B $B#P%4%7%C%/(B", sans-serif;
	color: #444;
}

dl{
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	border-bottom: dashed 2px #ff9a42;
}

dt{
	color:#213990;
	font-weight:bold;
	padding:0 0 0 23px; 
	margin:3px 15px 0 0; 
	background: url(/fc/iphone/img/icon_star.png) no-repeat left;
}

.mainttl{
	color: #ff7d21;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom: dashed 2px #ff9a42;
}

.subttl{
	color:#213990;
	font-weight:bold;
	padding:0 0 0 23px; 
	margin:3px 15px 0 0; 
	background: url(/fc/iphone/img/icon_star.png) no-repeat left;
	border-bottom: inset 5px #fbd900;
}


/* privacy.html */
#privacy_memo{
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: dotted 1px #b3b3b3;
	text-align: right;
	line-height: 1.5;
}

.rulbl{
	margin:0 0 15px 0;
	padding:5px;
	font-weight: bold;
	background-color: #fcd394;
}

.pvt{
	font-weight: bold;
}


ul.privacy li.ruleno{
	list-style-type: decimal
}


/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */
body > footer {
	padding: 2px;
	/* border: 5px solid #ccc; */
	text-align: center;
}


/* Copyright
------------------------------------------------- */
body > footer .copyright {
	font-size: 14px;
}


/* otoku */

#otoku_content {
    text-align: center;
}

#otoku_content .pr-box {
    margin: 15px 0 0 0;
}

