@charset "utf-8";

/* ===================================================================
css information

File Name  : layout.css
Author     : 
Style Info : 
=================================================================== */

/****************************************************************************

/update/004.php

****************************************************************************/

.smallImg { width:100%; height:auto;
    max-width: 500px;
    display: inline-block;
}
.smallImg2 { width:100%; height:auto;
    max-width: 200px;
    display: inline-block;
}
.clm li {
    text-align: center;
    line-height: 0;
}

div.c2 {
    max-width: 760px;
    margin: 0 auto;
}

div.c2 figure {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
 
    overflow: hidden;
}
div.c2 figure img { width:100%; height:auto; }

.flexList {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexList li { text-align:center; border-bottom:1px solid rgba(255,255,255,.1); padding:.4em;
-ms-flex-preferred-size: 33.333%;
               flex-basis: 33.333%;
			   max-width:33.333%;;
 }
 
p.big { font-size:200%; text-align:center; font-weight:bold; color:rgba(248,239,12,1.00); }

@media screen and (max-width:700px) {
div.c2  {
    max-width: 400px;
    margin: 0 auto;
}

div.c2 figure {
    float: none;
    width: 100%;
    padding: 0 10px 0 0;
    height: auto;
}
.flexList li p { font-size:80%; }
}

