@charset "shift_jis";


/************************************************************
*															*
*					野崎工業株式会社					　　*
*															*
*					マスタースタイルシート					*
*															*
************************************************************/


/************************************************************
*	@010		グローバル									*
************************************************************/

object,embed {
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #F00;
}

a:visited {
	text-decoration: none;
}

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	font-size: 0%;
	line-height: 0%;
	text-indent: -99999px;
}

p,ul,ol,dl {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: middle;
}

/* 特に大きい文字 */
.mostLarge {
	font-size: 21px;
}

/* 特に大きい文字 */
.extraLarge {
	font-size: 19px;
}

/* さらに大きい文字 */
.moreLarge {
	font-size: 17px;
}

/* 大きい文字 */
.large {
	font-size: 15px;
}

/* 14ピクセルの文字 */
.fs14 {
	font-size: 14px;
}

/* 13ピクセルの文字 */
.fs13 {
	font-size: 13px;
}

/* 12ピクセルの文字 */
.fs12 {
	font-size: 12px;
}

/* 11ピクセルの文字 */
.fs11 {
	font-size: 11px;
}

/* 小さい文字 */
.small {
	font-size: 11px;
}

/* 銀字 */
.silver {
	color: silver;
}

/* 赤字 */
.red {
	color: red;
}

/* 青字 */
.blue {
	color: blue;
}

/* 緑字 */
.green {
	color: green;
}

/* ピンク字 */
.pink {
	color: pink;
}

/* ライトピンク字 */
.lightpink {
	color: lightpink;
}

/* 菫字 */
.violet {
	color: violet;
}

/* 紫字 */
.purple {
	color: #96C;
}

/* 黄字 */
.yellow {
	color: yellow;
}

/* 灰字 */
.gray {
	color: gray;
}

/* 白字 */
.white {
	color: white;
}

/* オレン字 */
.orange {
	color: orange;
}

/* 金字 */
.gold {
	color: gold;
}

/* アキノキリンソウ字 */
.goldenrod {
	color: goldenrod;
}

/* トマト字 */
.tomato {
	color: tomato;
}

/* 茶字 */
.brown {
	color: brown;
}

/* 黒字 */
.black {
	color: black;
}

/* ライムグリーン字 */
.limegreen {
	color: limegreen;
}

/* ドジャーブルー字 */
.dodgerblue {
	color: dodgerblue;
}

/* ディープスカイブルー字 */
.deepskyblue {
	color: deepskyblue;
}

/* テーマカラー１ */
.color1 {
	color: #C80000;
}

/* テーマカラー２ */
.color2 {
	color: #00B4FF;
}

/* テーマカラー３ */
.color3 {
	color: #0078C8;
}

/* 太字 */
.bold {
	font-weight: bold;
}

/* 普通の太さ */
.normal {
	font-weight: normal;
}

/* 下線 */
.underline {
	text-decoration: underline;
}

/* センタリング */
.center {
	text-align: center;
}

/* 左寄せ */
.fL {
	float: left;
}

/* 右寄せ */
.fR {
	float: right;
}

/* 文字右寄せ */
.right {
	text-align: right;
}

/* 横幅いっぱい */
.w100p {
	width: 100%;
}

/* 文字高100%に */
.lh100p {
	line-height: 100%;
}

/* 文字高さを120%に */
.lh120p {
	line-height: 120%;
}

/* 相対座標系に */
.por {
	position: relative;
}

/* 絶対座標系に */
.poa {
	position: absolute;
}

/* リンク書式解除 */
.nolink a {
	color: #777;
	text-decoration: none;
	cursor: default;
}

/* カーソルをポインタに */
.pointer {
	cursor: default;
}

/* 先頭１文字上げる */
.up {
	padding-left: 1em;
	text-indent: -1em;
}

/* 回りこみ解除 */
.clear {
	clear: both;
}

/* 非表示に */
.dnone {
	display: none;
}

/* リストスタイル無しに */
.lstn {
	list-style-type: none;
}

/* 文字の囲み */
.enclose {
	border-width: 1px;
	border-style: solid;
}

/* ボーダーなし */
.bnone {
	border: none;
}

/* マージンオート */
.mA {
	margin: auto;
}

/* マージントップ */
.mt2 {
	margin-top: 2px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

/* マージンボトム */
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

/* ○囲み */
.cirEnclose {
	width: 16px;
    height: 16px;
    font-weight: bold;
    padding-left: 2px;
    border: 1px #00B4FF solid;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

/* 角丸文字 */
.rdCnr {
    font-weight: bold;
    padding: 0px 4px;
    border: 2px #00B4FF solid;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

/* 角丸文字（赤） */
.rdCnrRed {
	color: white;
    font-weight: bold;
    padding: 0px 4px;
    border: 2px red solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: red;
}