@charset "utf-8";

/* ------------------------------
 導入事例
------------------------------ */

h2 {
    color: #001a86;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#main .cms_block h3 {
	background: #e5e5e5;
    color: #4c4c4c;
    margin-bottom: 30px;
	line-height: unset;
    padding: 1px 3px 3px 12px;
	border:none;
	font-weight:normal;
}
#main .flt_L {
    width: 422px;
	float: left;
}
#main .flt_R {
    border: 1px solid #dedede;
    width: 230px;
	height: 170px;
	float: right;
	padding:5px;
}
#main .flt_R img {
	height: 100%;
	width: auto;
}
#main #detailsleft {
    float: left;
	height:335px;
    width: 198px;
	background: url(/shared/img/business/detailsleft_bg.gif) no-repeat 0 0;
}
#detailsleft li {
    float: left;
    height: 45px;
    margin-right: 7px;
    overflow: hidden;
    width: 59px;
	margin-bottom: 13px;
}
#detailsleft li:nth-child(3n+1) {
    margin-left: 0;
}
#detailsleft li img {
    width: 100%;
}
#detailsright {
    float: right;
/*    text-align: center;*/
    width: 447px;
}


#detailsright p {
    margin-left: 0;
    margin-top: 0;
}

#detailsleft img:hover {
 	cursor: pointer;
}

#detailsright .caption_box {
	margin-top: 5px;
 	text-align: left;
}

/* ------------------------------
 スマホ表示
------------------------------ */

.emergency {
    clear: both;
}
main .cms_block h3 {
	background: #e5e5e5;
    color: #4c4c4c;
    margin-bottom: 30px;
	line-height: unset;
    padding: 1px 3px 3px 12px;
	border:none;
	font-weight:normal;
}
main .flt_R {
    border: 1px solid #dedede;
	height: 170px;
	padding:5px;
}
main .flt_R img {
	height: 100%;
	width: auto;
}
main #detailsleft {
    float: none;
    margin: 1em auto 2em;
    width: 90%;
}
main #detailsleft::after {
    clear: both;
    content: "";
    display: block;
}
main #detailsleft li {
    float: none;
    height: 58px;
	margin-right: 7px;
	box-sizing: border-box;
	float:left;
	background:none;
	padding-left:0;
}
main #detailsleft li:nth-child(3n+1) {
    margin-left: 0;
}
main #detailsleft li img {
    width: 100%;
}
main #detailsright {
    float: none;
/*    text-align: center;*/
	width:auto;
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
main #detailsright li {
    list-style: outside none none;
	background:none;
	padding-left:0;
}
main #detailsright .caption_box {
 	text-align: center;
}
