@charset "UTF-8";
/* ------------------------------------------------------
 * タイトル：サービス CSS
 * 著作権  ：Copyright(c) 2008 (株)BGI平蔵
 * 会社名  ：株式会社 Bloodstock Genetic Informaion HEIZO
------------------------------------------------------- */

@import "common.css";

/*------------------------------------------------
 services.html
------------------------------------------------*/


/*------------------------------------------------
 service01〜04.html 共通
------------------------------------------------*/
div.flowListContainer {
	width: 637px;
	margin: 0 auto;
	text-align: center;
}


div.flowListBody {
	text-align: left;
	background: url(../images/services/flowList_body.jpg) 0 0 repeat-y;
	width: 637px;
}

div.flowListFooter {
	background: url(../images/services/flowList_footer.jpg) bottom center no-repeat;
}

div.flowListHeader {
	background: url(../images/services/flowList_header.jpg) top center no-repeat;
	padding: 10px 0;
	height:1%;
}

div.flowListTtl {
	margin:10px 0 0 18px;
}

/* 中抜き白ボックス */
div.flowListInnerBox {
	font-size: 92%;
	background: #fff;
	border: 1px solid #eee;
	width: 600px;
	margin:10px auto;
}

div#main div#contents div#page_contents div.flowListFooter div.flowListHeader a {
	font-weight: bold;
}

div#main div#contents div#page_contents div.flowListFooter div.flowListHeader div.flowListInnerBox p {
	margin: 10px auto;
	width: 580px;
}

div.flowListSubtxt {
	font-size: 75%;
	color: #444;
	line-height: 1.8;
	padding-left: 18px;
}

/* → */
div.flowListArrow {
	margin: 14px 0;
}

/* PDFアイコンリスト */
div.pdfList {
	background: url(../images/services/icon_pdf.jpg) top left no-repeat;
	padding-left: 20px;
}


/*------------------------------------------------
 service_guideline.html
------------------------------------------------*/
div.g_box ul {
	list-style-type: none;
	margin: 5px 28px;
}

div.g_box ul h4 {
	text-decoration:underline;
	margin: 8px 0;
	line-height: 1;
	font-size: 90%;
}

div#main div#contents div#page_contents div.g_box ul p{
	width: 520px;
	line-height: 1.9;
	margin: 0 auto;
	text-indent:0;
}

div#main div#contents div#page_contents div.g_box ul li {
	border-bottom: 1px dotted #ccc;
	padding: 16px 0;
}

div#main div#contents div#page_contents div.g_box div.w_box p.webpage {
	width: 440px;
	margin: 10px auto;
	background: url(../images/services/icon_linkpage.jpg) top left no-repeat;
	padding-left: 50px;
}


/*------------------------------------------------
 出張サポート
------------------------------------------------*/
#service_business {
	background: url(../images/services/img_business.jpg) 0 0 no-repeat;
	height: 157px;
	width: 621px;
	margin:0 auto;
}

div#main div#contents div#page_contents div#service_business div#maillink {
	padding:48px 0 0 300px;
}

div#main div#contents div#page_contents div#service_business a {
	width: 200px;
	height: 20px;
	display: block;
	text-decoration: none;
}

div#main div#contents div#page_contents div#service_business p{
	line-height: 1.5;
	text-indent: 0;
	position: relative;
	font-size: 75%;
	left: 200px;
	top: 0;
}


