@charset "utf-8";

/*-----------------------------------------------------------------------------------

Theme Name:     Calm
Theme URI:      http: //welthemes.com/themes/calm/
Description:    
Author:         welthemes
Author URI:     http: //welthemes.com
Template:       welcart_default
License:        GNU General Public License
License URI:    license.txt
Version:        1.91

-----------------------------------------------------------------------------------*/

@import "library/css/calm.css";
@import "library/css/usces_cart.css";
@import "library/css/responsive.css";

/* 見出し付き角囲み枠 */
.box2 {
 position: relative;
 margin: 2em auto;
 padding: 1.5em;
 color: #333333; /* 文章色 */
 border: 1px solid #333333; /* 枠線の太さ・色 */
 width: 80%;
}
.box2-title {
 position: absolute;
 padding: 0 .5em;
 left: 1em;
 top: -1em;
 content: "";
 font-weight: bold;
 background-color: #fff;
 color: #333333; /* タイトル文字色 */
}