@charset "utf-8";

/* フォント
----------------------------------------------- */
@font-face {
    font-family: 'CodeBoldRegular';
    src: url('../font/code_bold-webfont.eot');
    src: url('../font/code_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/code_bold-webfont.woff') format('woff'),
         url('../font/code_bold-webfont.ttf') format('truetype'),
         url('../font/code_bold-webfont.svg#CodeBoldRegular') format('svg');
}

@font-face {
    font-family: 'CodeLightRegular';
    src: url('../font/code_light-webfont.eot');
    src: url('../font/code_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/code_light-webfont.woff') format('woff'),
         url('../font/code_light-webfont.ttf') format('truetype'),
         url('../font/code_light-webfont.svg#CodeLightRegular') format('svg');
}

.codeBold {
	font-family: CodeBoldRegular;
}

.codeLight {
	font-family: CodeLightRegular;
}

/* リセット
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

table,img,p {
	border: 0;
}

html {
	height: 100%;
}

body {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	height: 100%;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #CCC;
}

section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary {
    display: block;
}

/* リンク基本指定
----------------------------------------------- */
a:link {
    color: #a81c23;
	outline: none;
	text-decoration: none;
}

a:visited {
    color: #a81c23;
	outline: none;
	text-decoration: none;
}

a:hover {
    color: #d88c31;
	outline: none;
	text-decoration: underline;
}

/* フロート
----------------------------------------------- */
.left {
	float: left;
}

.right {
	float:right;
}

.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* display
----------------------------------------------- */
.dispInline {
	display: inline;
}

.dispBlock {
	display: block;
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px;
}

/* テーブル共通指定
----------------------------------------------- */
table {
	border-collapse: separate;
	border-spacing: 0px;
	border-collapse:collapse;
}

th {
	font-weight: normal;
}

/* テキスト装飾
------------------------------------------------ */
.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textSpe0 {
	letter-spacing: 0;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.text9 {
	font-size: 9px;
}

.text10 {
	font-size: 10px;
}

.text11 {
	font-size: 10px;
}

.text12 {
	font-size: 12px;
}

.text13 {
	font-size: 13px;
}

.text14 {
	font-size: 14px;
}

.text16 {
	font-size: 16px;
}

.text18 {
	font-size: 18px;
}

.text20 {
	font-size: 20px;
}

.text25 {
	font-size: 25px;
}

.text30 {
	font-size: 30px;
}

.lh14p {
	line-height: 14px;
}

.lh18p {
	line-height: 18px;
}

.lh20p {
	line-height: 20px;
}

.lh120 {
	line-height: 120%;
}

.lh130 {
	line-height: 130%;
}

.lh140 {
	line-height: 140%;
}

.lh150 {
	line-height: 150%;
}

.lh170 {
	line-height: 170%;
}

.lh180 {
	line-height: 180%;
}

.lh200 {
	line-height: 200%;
}

.white {
	color: #FFF;
}

.red {
	color:#FF0000;
}

.uniRed {
	color:#a81c23;
}

.darkRed {
	color: #CC0000;
}

.orange {
	color: #FC7F00;
}

.yellow {
	color: #FCEA3B;	
}

.blue {
	color: #1464A9;
}

.darkBlue {
	color: #004183;
}

.darkGray {
	color: #333;
}

.lightGray {
	color: #999;
}

/* 各種サイズ調整
----------------------------------------------- */
.box50 {
	width: 50px;
}

.box100 {
	width: 100px;
}

.box150 {
	width: 150px;
}

.box200 {
	width: 200px;
}

.box250 {
	width: 250px;
}

.box300 {
	width: 300px;
}

.box500 {
	width: 500px;
}

/* 入力フィールド
----------------------------------------------- */
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	padding: 3px;
    border: solid 1px #CCC;
}

/* ラジオ・チェックボックス
----------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
	vertical-align: middle;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}
