<?php
header('Content-Type: text/css');
?>
@charset "shift-jis";

#contents .inner {
    margin: 0 auto;
    width: 1000px;
}
#contents {
    background-color: #fff!important;
}
#f-x{
width:1000px;
/*background-color:#ff73ae;*/
margin:0 auto;
text-align:center;
position:relative;
margin-bottom:50px;
background-color:#fff;
}

#f-x div{
position:relative;
}

#f-x > img{padding:1em 0;}


#f-x div:nth-of-type(2){
width:626px;
margin:30px auto;
text-align:left;
}
#f-x div:nth-of-type(2) img{width:100%;}

#f-x a:hover{background-color:#fff; opacity:0.3;}

#f-x > a{display:block; text-align:center;}

