﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-size:16px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
body {
	color: #333333;
	/*overflow-x:auto;*/
    /*background:linear-gradient(90deg,#ffffff 0%,#ffffff 50%,#F2F2F2 50%,#F2F2F2 100%);*/	/*背景を2色にしている*/
    background-color:#FFFFFF;
}

html, body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}
html{
	overflow:auto;
	min-width: 1000px;
}
body{
	overflow:hidden;
}
a {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {		/*未訪問*/
	color: #2f5ca5;
}
a:visited {		/*訪問済み*/
	color: #2f5ca5;
}
a:hover {		/*ポイント時*/
	color: #ff6600;
}
a:active {		/*選択中*/
	color: #ff6600;
}


/* 赤文字 */
.red_font{	color: red;}

/* 必須項目※（赤文字） */
.hissu{	color: red;font-weight:bold;}

/* 青文字 */
.blue_font{	color: #0066cc;}

/* 緑文字 */
.green_font{	color: #009933;}

/* ポイントカラー */
.red_point{	color: #A51A41;		/*ﾀﾞｰｸﾚｯﾄﾞ*/}


/* クリア
============================================================================= */
div.clear{
	clear: both;
}
span.clear{
	clear: both;
}

/* float
============================================================================= */
.left{
	float: left;
}
.right{
	float: right;
}


/* テーブル
============================================================================= */
/* 基本テーブルスタイル設定 */
table.tbl_base {
    /*color: #333;*/
    border: 0px solid #999;
    /*background-color: #ffffff;*/
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	margin: 0;
	line-height:1.8;
}
.tbl_base th {
	border: 0px solid #999;
    padding: 2px;
    font-weight: bold;
 	text-align: left;
}
.tbl_base td {
	border: 0px solid #999;
    padding: 2px;
}
.tbl_base td.center {
	text-align:center;
	vertical-align:middle;
}
.tbl_base td.blue, .tbl_base th.blue {
	background-color: #d3e3eb;
}
.tbl_base td.gray, .tbl_base th.gray {
	background-color: #eee;
}
.tbl_base td.yellow, .tbl_base th.yellow {
	background-color: #ebebd3;
}
.tbl_base td.pink, .tbl_base th.pink {
	background-color: #ebd3e8;
}
.tbl_base td.green, .tbl_base th.green {
	background-color: #bdd1a5;
}


/* wrapper
============================================================================= */
#wrapper {
  clear:both;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  /*min-height: calc(100vh - 220px);*/
}

/* ヘッダー
============================================================================= */
header{
    height: 100px;
    background-color:#ffffff;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
}
header .header_inner{
    width:1000px;
    margin:0 auto;
}

/* フッター
============================================================================= */
#footer{
    clear: both;
    background-color:#dcd7cb;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    height:120px;
}
div.footer_inner{
    width:1000px;
    margin:0 auto;
}
#footer_address{
	margin-top: 15px;
	float: left;
	text-align: left;
	line-height: 1.5;
}
#footer_menu{
	text-align: right;
	padding-top: 60px;
}
#copyright{
	text-align: right;
	color: white;
	margin-top: 20px;
	font-size: 90%;
	padding: 4px 0px;
}

