﻿@charset "UTF-8";


/*===============================
 基本情報
===============================*/

body {
	color: #333;
	font-size:15px;
	font-family:'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ ProN W4','Hiragino Maru Gothic ProN','游ゴシック','Yu Gothic','游明朝','Yu Mincho','メイリオ','meirio';
	margin: 0 auto;
	padding: 0 auto;
	width:100%;
	}

a:link {
	color:#F2C527;
	}
a:hover {
	color:#007f90;
	}

/*===============================
 header
===============================*/

#header {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 auto;
	text-align:center;
	}

#title{
	background-color:#00995B;
	color:#fff;
	margin: 0 auto;
	padding: 1px 0 5px 5px;
	max-width:1000px;
	}

/*===============================
 body
===============================*/

p.back{
	line-height:1.3em;
	text-align:right;
	width:1000px;
}
span.hisu{
	color: red;
}
.heading{
	border-left:15px solid #ffe2a2;
	border-bottom:1px solid #ffe2a2;
	color:#000000;
	font-size:30px;
	/*font-weight:bold;*/
	padding:0 0 3px 10px;
	margin:40px 0 20px 0;
	line-height:1em;
	}

.head-little{
	font-size:13px;
	line-height:1em;
	}

.centering{
	 width:800px;
	 margin:0 auto;
	 padding:0 auto;
	}

td.left,th.left{
	text-align:left;
	vertical-align: middle;
	}

.width800{
	width:800px;
	}

input.nigyou{
	height:25px;
	width:180px;
	border:2px glay solid;
	}

input.nigyou_ma{
	height:15px;
	width:170px;
	margin:0 0 5px 0;
	}


input.itigyou{
	height:20px;
	width:500px;
	}

input.fax{
	height:25px;
	width:60px;
	}

input.tel{
	height:25px;
	width:60px;
	}
.section{
	text-align:center;
	padding:25px 0 0 0;
}

.little{
	font-size:12px;
	}

.completion{
	font-size:19px;
	}

input.message[type="text"]{
	outline:0;
	border:0;
	padding:0 0 10px 50px;
	font-size:16px;
	}

.heading-dl{
	border-left:15px solid #ffe2a2;
	border-bottom:1px solid #ffe2a2;
	color:#000000;
	display:inline-block;
	font-size:40px;
	font-weight:bold;
	padding:0 0 0 10px;
	margin:40px 0 0 0;
	line-height:1em;
	vertical-align: bottom;
	width:1050px;
	}
.heading-dl_sp{
	border-left:15px solid #ffe2a2;
	border-bottom:1px solid #ffe2a2;
	color:#000000;
	display:inline-block;
	font-size:40px;
	font-weight:bold;
	padding:0 0 0 10px;
	margin:40px 0 0 0;
	line-height:1em;
	vertical-align: bottom;
	width:600px;
	}


.head-little{
	display:inline-block;
	font-size:15px;
	line-height:1.3em;
	vertical-align:bottom;
	float: left;
	}

.head-little-dt {
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	min-height:1em;
	width: 180px ;
}
.main_sp{
	margin: 0 auto;
	padding: 0 auto;
	max-width:600px;
	}

.contents_sp{
	padding:0 0 30px 0;
	max-width:600px;
	}
.contents_sp p{
	padding:0 0 30px 0;
}

div#pagebody {
	width:600px; margin:2px auto;	/*内容全体をセンタリング*/

	text-align:left;	/*テキストの配置を左揃えにする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#e6f4fd;		/*内容全体の背景色*/

}
#wrap5:after {
clear: both;
  content: '';
  display: block;
}
/*****申込box*******/
.appl-box1 {
	display: inline-block;
	margin: 1em auto;
	margin-left:5px;
	padding: 1em;
	color:#fff;
/*width: 30%;*/
	width: 200px; height: 80px;
	background-color: #00228b; /* 背景色 */
	border: 4px solid #00228b; /* 枠線 */
	float:left;
}

/*===============================
 search.html
===============================*/

#contents-search{
	text-align:center;
	margin:0 0 100px 0;
	}

#contents-search p{
	font-family:'Tahoma','Verdana','monospace','���C���I','meirio';
	padding:30px;
	}

.square_btn{
	background: #007f90;
    border-bottom: solid 2px #025834;
    border-right: solid 2px #025834;
	color: #FFF!important;
    display: inline-block;
    font-size:20px;
	font-family:'�q���M�m�ۃS Pro W4','Hiragino Maru Gothic Pro','�q���M�m�ۃS ProN W4','Hiragino Maru Gothic ProN','��S�V�b�N','Yu Gothic','����','Yu Mincho','���C���I','meirio';
	margin:0 0 10px 0;
	position: relative;
    padding: 0.8em 1.6em;
    text-decoration: none;
}

button.new{
	background-color: #007f90;
	color:#fff;
	font-size:15px;
	height: 30px;
	margin: 20px 0 5px 0;
	width: 60px;
	}

/*a.button-link:link,a.button-link:visited,a.button-link:hover,a.button-link:active{
	text-decoration: none;
	}*/
a.button-link:link{
	text-decoration: none;
	}
a.button-link:visited{
	text-decoration: none;
	}
a.button-link:hover{
	text-decoration: none;
	}
a.button-link:active{
	text-decoration: none;
	}

/*===============================
 login.html
===============================*/

p.id_pass{
	margin:10px 0 3px 0!important;
	text-align:left;
	}

input.id,input.password{
	width:300px;
	height:25px;
	}

/*===============================
 jyukousya.html
===============================*/

input.number,input.name{
	width:150px;
	height:20px;
	}

.main{
	margin: 0 auto;
	padding: 0 auto;
	max-width:1000px;
	}

.contents{
	padding:0 0 30px 0;
	max-width:1000px;
	}
.contents p{
	padding:0 0 30px 0;
}

table.entry{
	border-collapse: collapse;
	font-size:16px;
	width:800px;
	border:1px solid #333;
	background: #f4f4f4;/*背景色*/
	text-align:left;
	margin:0 auto;
	padding:0 auto;
	}

table.place{
	border-collapse: collapse;
	font-size:13px;
	width:1100px;
	border:1px solid #333;
	text-align: center;
	margin:0 auto;
	padding:0 auto;
	}

table.place2{
	border-collapse: collapse;
	font-size:12px;
	width:1000px;
	border:1px solid #333;
	text-align: center;
	margin:0 auto;
	padding:0 auto;
	}

tr{

	}
th.place{
	background-color:#ffe2a2;
	border:1px solid #457C49;
	color:#000000;
	font-weight:normal;
	padding:5px 5px;
	}

th.entry{
	background-color:#edffff;	/*茶*/
	border:1px solid #9e9e9e;
	color:#043d5b;
	background: #edffff;/*背景色*/
	font-weight:normal;
	padding:10px 5px;
	text-align:left;
	width:230px;
	}

th.item{
	background-color:#a5dbea;
	border:1px solid #00b0e0;
	color:#000000;
	font-size:18px;
	/*font-weight: bold;*/
	letter-spacing:1px;
	padding:7px 10px;
	text-align:left;
	}

td{
	background-color:#fff;
	border:1px solid #B5C890;
	padding:5px 5px;
	}

td.line{
	line-height:1.4em;
	}

.button{
	border-radius:3px;
	text-align:center;
	padding:3px 3px;
	letter-spacing:2px;
	color:#fff;
}

.submit{
	border-radius:1px;
	font-size:25px;
	text-align:center;
	padding:10px 20px;
	margin:0 2px;
	letter-spacing:2px;
	color:#fff;
}

/*-----------------------------------------------

ボタンの背景色　設定
(HTMLのclassの部分に、半角あけて「.(ドット)」を除いて入力する)

-----------------------------------------------*/

.brown{/*茶*/
	background-color:#d49308;
	}

.green{/*緑*/
	background-color:#00995B;
	}
.lightgreen{/*うすい緑*/
	background-color:#E3F1E8;
	}
.yellow{/*黄色*/
	background-color:#f1b600;
	}
.red{/*赤*/
	background-color:#CC000D;
	}
.blue{/*青*/
	background-color:#1290CD;
	}
.lightblue{/*うすい青*/
	background-color:#C9E5F8;
	}
.gray{/*グレー*/
	background-color:#9e9e9e;
	}
.black{/*黒*/
	background-color:#333;
	}

/*-----------------------------------------------

ボタンの文字色　設定
(HTMLのclassの部分に、半角あけて「.(ドット)」を除いて入力する)

-----------------------------------------------*/

.lightyellow-color{/*うすい黄色*/
	color:#FFF78C;
	}
.orange-color{/*橙*/
	color:#F6A900;
	}
.blue-color{/*青*/
	color:#005DA0;
	}
.green-color{/*緑*/
	color:green;
	}
.red-color{/*赤*/
	color:#EA1A20;
	}
.gray-color{/*灰色*/
	color:#333;
	}
.black-color{/*黒*/
	color:#000;
	}

/*-----------------------------------------------*/



.example{
	color:#EA1A20;
	font-size:13px;
	}

.width700{
	margin:0 auto;
	padding:0 auto;
	width:700px;
	text-align:left;
	}

.width670{
	margin:0 auto;
	padding:0 auto;
	width:670px;
	text-align:left;
	}
/*===============================
 footer
===============================*/

#footer{
	background-color:#E5E5E5;
	color:#000000;
	font-size:13px;
	text-align: center;
	margin:0 auto;
	padding:0 auto;
	max-width:1000px;

	position: fixed;
    bottom: 0;
	left: 0%;
	right: 0%;
	width: 100%;

	}

#footer p{
	padding:0 10px 0 0;
	}
.footer{
	background-color:#E5E5E5;
	color:#000000;
	font-size:18px;
	text-align: center;
	margin:auto;
	padding:3px;
	max-width:1000px;
}


/*ここから下は reset.css です。

ブラウザーごとのデザインくずれをなくすため、各ブラウザーの初期設定をリセットしています。
2018/08/本尾

*/
/*���������������������������������������������������������������������������������������������������������������������������������������
 �ȉ� reset.css
���������������������������������������������������������������������������������������������������������������������������������������*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
