@charset "utf-8";

/* 構成設定（モジュール共通）：みどり情報技術 */
/* ------------------------------------------------
	To Cancel Default Margins & Paddings
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------
	全般
-------------------------------------------------- */
html {
	font-size: 100%;
}

body {
	/* text-align: center; HACK for IE Quirks mode */
	background: #ddffcc;
	/* utf-8 でフォント指定無し→IEでうまくない */
	font-family: "メイリオ", "新ゴM", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	/* font-size: 1rem; */
	overflow-y:scroll; /* 右スクロールバー常時表示　*/
}

div {
	box-sizing: border-box;
}



/* ------------------------------------------------
	汎用
-------------------------------------------------- */
a {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a img {
	border: none;
}

img.vbtm {
	vertical-align: text-bottom;
}

p {
	margin: 3px 0;
	line-height: 125%;
}

p.subnote {
	text-align: right;
	font-size: 0.8em;
	color: #777777;
}

.col-xs-4 p {
	margin-bottom: 10px;
}

#form0 p {
	margin-bottom: 10px;
}

hr {
	border: 0 none;
	height: 1px;
	color: #cccccc;
	background: #cccccc;
}

.compact-view {
	margin: 0;
	line-height: 100%;
	font-size: 90%;
}

.att1 {
	color:#ff0000;
}
.att2 {
	color:#00aa66;
}


/* ------------------------------------------------
	主要構造部
-------------------------------------------------- */

/* 外構・上下 */
div#mod-upper {
	background: #ffffff;
}
div#mod-lower {
	background: #ffffff;
}
div#mod-bottom {
	background: #ffffff;
	min-height: 16px;
	border-radius: 0 0 10px 10px;
}


/* 見出し */

h1 {
	/* clear: both; */
	color: #555555;
}


/* 表組 */
table {
	width: 100%;
	border-collapse: collapse; /* cellspacing=0をCSSで */
	border: none;
}

/* ------------------------------------------------
	bootstrap3属性オーバーライド
-------------------------------------------------- */

.breadcrumb {
	border-radius: 0 0 8px 8px;
}

/* ------------------------------------------------
	属性追加
-------------------------------------------------- */
.mod-colnavi {
	padding: 4px;
	border: #cccccc 1px solid;
	border-radius: 8px;

}

/* EOF */