@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: STINGER7
Theme URI: http://wp-fun.com
Description: 
Author: ENJI
Author URI: http://wp-fun.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-menu
Text Domain: stinger7
Version: 20160315
---------------------------------------------------------*/
body {
    margin: 0 10px;
}

section {
    margin-top: 1em;
    margin-bottom: 3em;
}

.block-li {
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
    line-height: 0%;
    margin-top: 1em;
}

/* 横幅が0&#12316;370pxの端末に適用するCSS */
@media screen and ( max-width:370px )
{
  body {
    margin: 0;
  }
  p {
    font-size:14px;
  }
  .item-list .item {
    width: 84px;
    margin: 0px 2px 8px 2px;
  }
  .block-li li {
    font-size: 14px !important;
  }
}