@charset "utf-8";


/* ///////////////////////////////////////////////////////////////////

[contents]
	[main]
		[business01]
		[business02]
		[business03]
		[business04]
		[business05]

/////////////////////////////////////////////////////////////////// */
#txt_01 {
	padding-left:5px;
	margin-bottom:20px;
}
.title{
	padding: 5px 0 5px 10px;
    border-left: #1200ad 10px solid;
    margin: 10px 0 10px 10px;
}

.business {
	background:#FCFCFC;
	border:1px solid #D9D9D9;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.hr{
	color: #c3c3c3;
    border-top-style: solid;
    margin-bottom: 30px;
}


/* =========================================================
box_a
========================================================= */
.box_a {
	margin:0 auto;
}

.img_box {
	text-align: center;
}

.img_box img{width: 100%;}

.txt_box {
	margin: 15px;
}

.box_a .txt_business {
	margin: 10px 0 0 0;
}

.box_a .business_case {
	margin-bottom:10px;
}
.box_a .pic_case{font-size: 0;}

.box_a .pic_case li {
	display:inline-block;
	width:33%;
}

.box_a .pic_case li img{
	width: 100%;
}

/* =========================================================
box_b
========================================================= */
.box_b {
	margin:0 auto;
}

.box_b .txt_business {	
	margin-top:10px;
}

.box_b .link_detail {
	margin-top: 30px;
}

.box_b .link_detail a {
	text-decoration:underline;
	background: url(../images/common/icon.jpg) no-repeat left;
	padding-left: 15px;
	color:#0168B7;
}

.box_b .link_detail a:link {
	color:#0168B7;
} 
.box_b .link_detail a:hover {
	color: #CCC;
} 
.box_b .link_detail a:active {
	color: #CCC;
}