@charset "utf-8";

/*---------- title ----------*/
h2.pb_feat {
	height: 70px;
	width: 590px;
	margin-bottom: 25px;
}

/*---------- フォトブックとは ----------*/


#bbd_img {
	height: 180px;
	width: 590px;
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 33px;
}

#bbd_img01 {
	height: 180px;
	width: 290px;
	float:left;
	position: relative;
}

#bbd_img02 {
	height: 180px;
	width: 290px;
	float: right;
	position: relative;
}

.det_text {
	width: 135px;
	position: absolute;
	left: 15px;
	top: 68px;
	line-height: 1.4em;
}

.det_btn {
	height: 23px;
	width: 100px;
	position: absolute;
	left: 15px;
	bottom: 10px;
}

/*---------- フォトブック仕様ボタン ----------*/
#book_det {
	height: 55px;
	width: 590px;
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 30px;
	overflow: hidden;
}

#book_det li {
	float: left;
	margin-right: 5px;
	height: 55px;
	display: block;
}

/*---------- フォトブックサンプル画像 ----------*/
#book_sample {
	height: 100px;
	width: 590px;
	margin-bottom: 15px;
}

#book_sample li {
	float: left;
	height: 100px;
	margin-right: 10px;
	display: block;
	width: 140px;
}

#book_sample li.right {
	float: left;
	height: 100px;
	display: block;
	margin: 0px;
}

/*---------- フォトブックコースボタン ----------*/

#book_course {
	height: 105px;
	width: 590px;
	margin-bottom: 10px;
	overflow: hidden;
}

#book_course li {
	float: left;
	height: 105px;
	display: block;
	margin-right: 10px;
}

#book_course li.right {
	float: left;
	height: 105px;
	display: block;
	margin: 0px;
}

#sample_link {
	height: 25px;
	width: 590px;
	margin-bottom: 25px;
}

#sample_link li.left {
	height: 25px;
	width: 190px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

#sample_link li.right {
	height: 15px;
	width: 190px;
	float: left;
	text-align: right;
}

h4.title_text {
	font-size: 1.2em;
	margin-bottom: 10px;
}

h5.f_text {
	font-size: 1em;
	font-weight: normal;
	line-height: 2em;
	text-justify:distribute;
	text-align: justify;
}

h4.bd_kizi {
	background-image: url(../../bd_feat/images/p_subtitle.gif);
	font-size: 1em;
	height: 28px;
	width: 590px;
	line-height: 2.2em;
	text-indent: 13px;
	color: #25A862;
	font-weight: bold;
	margin-bottom: 10px;
}

.box01 {
	height: auto;
	width: 590px;
	margin-bottom: 20px;
}

.f_text01 {
	font-size: 1em;
	font-weight: normal;
	line-height: 2em;
	text-indent: 15px;
}

.f_text01 li {
	margin: 0px;
	padding: 0px;
	background-image: url(../../bd_feat/images/list.gif);
	background-repeat: no-repeat;
	background-position: 0.2px;
}

.style1 {
	color: #FF9933;
	font-weight: bold;
}

/*---------- テーブル ----------*/
.table {
	width: 570px;
	text-align: center;
	background-color: #808080;
	margin-left: 10px;
	margin-bottom: 20px;
}

.table th, td {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}

.table .th01 {
	background-color: #EAF6EB;
	font-weight: normal;
}

.table .th02 {
	background-color: #DBDCE5;
	font-weight: normal;
}

/*--sample用レイアウト--*/
.base_middle_l p {
	margin:5px 15px;
	clear:both;
}

.imgbox {
	width:295px;
	height:170px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
}

.imgbox_Inside {
	width:140px;
	height:168px;
	border:#DCDEDD 1px solid;
	background-color:#F5F9F8;
	overflow:hidden;
	text-align:center;
	padding:0;
	float:left;
	_float:right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

.imgbox_Inside img {
	margin:15px 0 0 0;
	padding:0;
}

.imgbox_Inside p {
	margin:5px 5px 0 5px;
	padding:0;
	font-weight:bold;
}

.imgbox_Inside a {
	color:#535353;
}

.imgbox_Inside a:hover {
	color:#535353;
}

.imgbox_Inside span {
	font-size:10px;
}

