﻿@charset "utf-8";
/*--------------------------------------------------------------------------------
	追加スタイル
----------------------------------------------------------------------------------*/
/* 本文 */
.box {margin: 30px 0; min-height: 300px; padding: 0 30px;}
.box span {font-size: 16px; font-weight: bold;}
.mbH {margin-bottom: 30px;}/* 下部マージンハーフ */
.lH {line-height: 2.5em;}/* 行間広く */

/* リンク */
.link a {color: #333333; text-decoration: underline;}
.link a:hover,
.link a:focus {color: #333333; text-decoration: none;}