/*
  * This file is part of the ItemSpecList plugin
  *
  * Copyright (C) >=2017 lecast system.
  * @author Tetsuji Shiro 
  *
  * このプラグインは再販売禁止です。
  */
#isl_wrapper {
    width: 100%;
    margin: 20px 0;
    background: #fff;
    }
    #isl_contents {
        margin: auto;
        max-width: 600px;
        }
        #isl_contents .isl_items {
            padding: 10px 10px;
            border-bottom:1px solid #ebebf1;

            }
            #isl_contents .isl_items span {
                display: inline-block;
            }
            #isl_contents .isl_items span.isl_name {
                width: 34%;
                text-align: right;
                padding-right: 16px;
                border-right: 2px solid #bcbcc7;
            }
            #isl_contents .isl_items span.isl_value {
                padding-left: 16px;
            }
