@charset "Shift_JIS";
/* CSS Document */



/*�f���J�[���掎��y�[�W*-----------------from--------------------*/

.drive_ex #title {
	width: 888px;
	margin-left: 62px;
	margin-top: 0px;
/*	height: 200px;*/
	clear:both;
/*	background-image: url("../img/drive_experience/logo.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

/*link color*/
.drive_ex a:link		{
	text-decoration:underline;
	color: #e32d2e;
}
.drive_ex a:visited	{
	text-decoration:underline;
	color: #e32d2e;
}
.drive_ex a:hover		{
	text-decoration:none;
	color:#fff;
}
.drive_ex a:active	{
	text-decoration:none;
	color:#e32d2e;
}


.drive_ex #contents_1 {
}

.drive_ex #contents_2 {
	background-image: url(../img/drive_experience/title.png);
}

.drive_ex .txt_ca {
	width: 798px;
    font-size: 15px;
    line-height: 2.2em;
    font-weight: bolder;
    margin: 0 0 25px 45px;
    padding: 65px 0 0 0;
}

.drive_ex .txt_ca p {
    font-size: 12px;
    line-height: 2em;
    font-weight: normal;
    text-align: center;
    padding: 0 0 0 0;
    border: 1px solid #fff;
	width: 28em;
    margin: 2em auto 0 auto;
}

.drive_ex #list_box {
	width: 820px;
	margin-left: 107px;
	margin-top: 10px;
    display:flex;/*flexbox�錾*/
    flex-diretion: row;/*������E�ւ̉�����*/
    flex-wrap:wrap;/*�܂�Ԃ��^�ォ�牺*/
    justify-content: start;/*����*/
/*    justify-content: space-between;/*�ϓ��z�u*/
}

.drive_ex .list_01 {
	width: 254px;
/*	height:311px;*/
	margin:0 18px 40px 0;
/*	float:left;*/
	position: relative;/*�G���A�����N*/
	z-index: 10; /*�G���A�����N*/
}

.drive_ex .list_01 a {/*�G���A�����N*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 20;
}

.drive_ex .list_01 img {
	width: 252px;
}

.drive_ex .list_02 {
	width: 242px;
	background-color: #2b2b2b;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #FFF;
	background-image: url(../img/drive_experience/corner.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}

.drive_ex img.main_pic {
	border: 1px solid #a7a6a6;
}

.drive_ex .txt1 {
	padding-bottom: 2px;
	height:80px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #FFF;
	display: table-cell;/*�e�L�X�g�㉺����*/ /* IE8����g�p�\ */
	vertical-align: middle;/*�e�L�X�g�㉺����*/
}

/*���ӎ���*/
.drive_ex .notes {
	width: 580px;
    margin: 10px 0 10px 192px;
    border: 3px solid #dc0000;
    border-radius: 10px;
    padding: 15px 25px 15px 25px;
}

.drive_ex .notes p {
    font-size: 130%;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 0.5em;
    letter-spacing: 0.5em;
}

.drive_ex .notes ul li {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.drive_ex .notes ul li:before {
    content: "��";
    margin-right: 0.3em;
}

.drive_ex .notes .btn {
    text-align: center;
    margin: 15px 0 0 0;
}

/*�f���J�[���掎��y�[�W*-----------------here--------------------*/





