@charset "Shift_JIS";
/*----------------------------------------

	- cmn
	+ top
		- title
		- box
		- link
	+ data
		- title
		- box
		- read
		- link

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

/*----------------------------------------
	cmn
-----------------------------------------*/

#kanpan_main {
	width: 536px;
}

/*----------------------------------------
	top
-----------------------------------------*/

#top #kanpan_main {
	margin-top: 42px;
}

/* title */
#top #title h1 {
	padding-bottom: 23px;
}

/* box */
#top #content .box h2 {
	margin-bottom: 15px;
}

#top #content .box p {
	float: left;
	width: 410px;
	margin-bottom: 30px;
}

#top #content .box p.btn {
	float: right;
	width: 104px;
	margin-bottom: 30px;
}

#top #content .box .clear {
	height: 1px;
	font-size: 0;
	line-height: 0;
}

/* link */
#top #content #link {
	clear: both;
	text-align: center;
}

#top #content #link p {
	padding-top: 30px;
}

/*----------------------------------------
	data
-----------------------------------------*/

#data #kanpan_main {
	margin-top: 38px;
}

/* title */
#data #title {
	position: relative;
	padding-bottom: 8px;
}

#data #title h2 {
	margin: 12px 0 14px 0;
}

#data #title p {
	margin-top: 4px;
}

#data #title p img {
	margin-bottom: 2px;
}

#data #title p.btn {
	position: absolute;
	top: 43px;
	right: 0;
	width: 37px;
	height: 12px;
	margin-top: 0;
}

/* box */
#data .box {
	width: 536px;
	margin-top: 20px;
	background: url(../3minutes/img/data_box_bg.gif) repeat-y;
}

#data .box h3 {
	width: 536px;
	padding: 33px 0 16px 0;
	background: url(../3minutes/img/data_box_bg_top.gif) no-repeat;
}

#data .box h3 img {
	margin-left: 35px;
}

#data .box p {
	margin: 0 35px;
}

#data .box p em {
	color: #19b6d8;
}

#data .box p.pic {
	width: 536px;
	margin: 0;
	padding: 30px 0 35px 0;
	background: url(../3minutes/img/data_box_bg_btm.gif) no-repeat left bottom;
	text-align: center;
}

#data .box p.sp {
	padding-top: 22px;
}

/* read */
#data #read {
	margin-top: 30px;
	text-align: center;
}

/* link */
#data #link {
	margin-top: 30px;
	text-align: center;
}
