@charset "utf-8";
	
/*--------------------------------------------
 
      ご相談の流れ（index.html）
 
---------------------------------------------*/

h3.works{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

h3.gothic{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

h4.detail{
	border-top:2px solid #489395;
	padding:20px 0;
	font-size:120%;
	font-weight:bold;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	margin-bottom:20px;
}

/*
.flowbox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .flowbox { zoom:1; }
*:first-child+html .flowbox { zoom:1; }

*/

/* article */


h4.subject{
	border-top: 2px solid #489395;
	font-size: 120%;
	font-weight: bold;
	background: #f2f2f2;
	margin-bottom: 10px;
    padding: 15px;
}

.article_date{
    text-align: right;
    background: url(/common/img/icon-clock.gif) no-repeat right 6.5em top 3px / 16px auto;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
    padding-left: 23px;
    padding-bottom: 10px;
    
}
.article_box{ margin-bottom: 40px; }