﻿@charset "utf-8";
/*--------------------------------------------------------------------------------
	追加スタイル
----------------------------------------------------------------------------------*/
/* 見出し */
.panel-heading h3 {margin-top: 0; margin-bottom: 0;}
.h3Deco {background: #FFFFFF; border-bottom: 1px dotted #8A6D3B; border-top: 3px solid #8A6D3B; box-sizing: border-box; border-radius: 0; color: #333333; line-height: 1.3em; margin-bottom: 0.5em; margin-top: 0; padding: 5px 10px 10px;}
.h3Deco small {color: #333; font-size: 14px;}

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

/* 一覧 */
.sysList {font-size: 16px; line-height: 1.7em;}
.sysList span {font-size: 14px;}
.sysList span.label {font-size: 12px;}

/* 記事のテキスト */
.col-md-12 {box-sizing: border-box; padding: 0 25px 30px;}

/* 記事の写真 */
.sysPhoto {
	font-size: 12px;
	margin-bottom: 20px;
	min-height: 1px;
	padding-left: 15px;
	position: relative;
	
}
.sysPhoto br {margin-bottom: 10px;}
@media (min-width: 992px) {
	.sysPhoto {
		float: right;
		width: 33.33333333%;
	}
}

/* アイコン */
.glyphicon-file {color: #D64C4C;}