@charset "Shift_JIS";

/* -- import(don't edit) --*/
@import url("reset.css");
@import url("utility.css");


/* --------------------------------------------------------------------------------
   Shared
-------------------------------------------------------------------------------- */

/* Layout
-------------------------------------------------------------------------------- */

body#frm #layout {
	padding:0 0 20px 0 !important;
}


/* Twitter and iPhone
-------------------------------------------------------------------------------- */

body#frm .twitter-iphone {
	margin: 35px 0 0 31px;
}
body#frm .twitter-iphone dl {
	float: left;
	width: 296px;
	padding-right: 5px;
}
body#frm .twitter-iphone dl dt {
	margin-bottom: 5px;
}
body#frm .twitter-iphone dl dd.bnr {
	position: relative;
}
body#frm .twitter-iphone dl dd .btn {
	position: absolute;
	left: 9px;
	top: 85px;
}
body#frm .twitter-iphone dl dd p.no-btn {
	position: absolute;
	left: 13px;
	top: 88px;
	font-size: 10px;
	line-height: 1.1em;
	width: 195px;
	color:#666;
}


/* Banner
-------------------------------------------------------------------------------- */

body#frm .bnr_area {
	margin: 0 0 0 40px;
}
body#frm .bnr_area li {
	padding-top: 10px;
}


/* Contents Notes
-------------------------------------------------------------------------------- */

body#frm #contents_notes {
	margin: 30px 40px 0;
}
body#frm #contents_notes h2 {
    font-size: 16px;
    font-weight: bold;
	margin: 0 0 6px !important;
}
body#frm #contents_notes ul.list-square {
	padding: 8px 15px 12px 20px;
	border: 1px solid #d0d0d0;
}


