﻿@charset "utf-8";

/*
* 
*  custom/about.css
*	
*/

/* --------------------------------------------------
	0.
-------------------------------------------------- */
.group p { margin-top: 0.6em; }
#conceptTxt {
	position: relative;
	margin: 25px 0 0 25px;
	padding-right: 197px;
	padding-bottom: 20px;
}
#conceptTxt dt { margin-bottom: 18px; }
#conceptPic { position: absolute; }
#conceptPic {
	right: 10px;
	bottom: 0;
}
#reosonTxt {
	position: relative;
	margin: 25px 25px 0 0;
	padding-left: 200px;
	padding-bottom: 20px;
}
#reosonTxt dt { margin-bottom: 18px; }
#reosonPic { position: absolute; }
#reosonPic {
	left: 0;
	bottom: 0;
}
#advantageTxt {
	position: relative;
	margin: 25px 0 0 25px;
	padding-right: 250px;
	padding-bottom: 20px;
}
#advantageTxt dt { margin-bottom: 18px; }
#advantagePic { position: absolute; }
#advantagePic {
	right: 0;
	bottom: 0;
}
#serviceMovie p {
	margin: 15px 0;
	text-align: center;
}
/*-------------------------------------------------
  99.clearfix
---------------------------------------------------
#conceptTxt:after{
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#conceptTxt{ *zoom: 1; }*/