@charset "utf-8";

#comvertion{
    position: relative;
    z-index: 1000;
    width: 100%;
		background: #f7f7f7;

    /*display: none !important;*/
} 
#comvertion ul{
    text-align: center;
//    padding: 10px 0;
    width: 938px;
    margin: 0 auto;
} 
#comvertion li{
    display: inline-block;
		margin-bottom: 0;
		width: 100%;
}
#comvertion li:first-child{
    margin-right: 20px;
}
#comvertion a:hover{
    opacity: 0.9;
}

#comvertion img {
    width: 100%;
}

#comvertion2 {
    position: relative;
    z-index: 1000;
    width: 100%;
		background: #f7f7f7;

    /*display: none !important;*/
}

#comvertion2 ul{
    text-align: center;
} 

#comvertion2 li{
    display: inline-block;
		margin-bottom: 0;
		width: 20%;
}
#comvertion2 li:first-child{
    margin-right: 20px;
}
#comvertion2 a:hover{
    opacity: 0.9;
}

#comvertion2 img {
    width: 100%;
}



/* 画面サイズが1000px以下の場合に適用 */
@media screen and (max-width: 1000px){
#comvertion ul{
	width: 100%;
	padding-left: 0;
} 

#comvertion2 ul{
	width: 100%;
	padding-left: 0;
}


#comvertion2 li{
		width: 45%;
}

}