@charset "utf-8";
/* ===================================================================
CSS information

 file name  :about.css
 author     :PCBrain
 style info :運営会社について用
=================================================================== */

#main .philosophyList {
	position: relative;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0;
}

#main .philosophyList li {
	border: #eee solid 4px;
	border-radius: 4px;
    width: 210px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-align-content: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    height: 100px;
	padding-left: 0;
}


#main .philosophyList li img {
	margin-bottom: 10px;
}

#main .philosophyList li:before,
#main .philosophyList li:after {
	display: none;
}

#main table.qualification td {
	text-align: center;
	width: 15%;
}

article .photoLi{
	position: relative;
	overflow: hidden;
	text-align: center;
}
article .photoLi li{
	float: left;
	margin: 0 20px 10px 0;
}
article .photoLi li:nth-child(2n){
	margin-right: 0;
}