

table.type01 {
        table-layout:fixed;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type01 th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type01 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.type01a {
        table-layout:fixed;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type01a th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type01a td {
	width: 250px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type02 th {
	width: 500px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h1 {
font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
font-size: 1.25em;
color: #0080FF;/*文字色*/
background: linear-gradient(transparent 50%, #58D3F7 100%);
}


h2 {
font-size: 1.50em;
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
background: linear-gradient(transparent 70%, #ff7c5c 50%);/*背景色*/
}

h3 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #7db4e6;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

h4 {
background: linear-gradient(transparent 90%, #ff9900 50%);
}

h5 {
font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
color: #0080FF;/*文字色*/
background: linear-gradient(transparent 30%, #58D3F7 100%);
}


/*--------ボタンの定義--------*/

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;/*左線*/
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
.square_btn:hover{
    color: #ff0000;
    text-decoration: none;
}

.square_linkbtn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
	background: linear-gradient(transparent 70%, #58D3F7 100%);
    color: #0080FF;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_linkbtn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
.square_linkbtn:hover{
    color: #0101DF;
    text-decoration: none;
}

.square_pushbtn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #CED8F6; /*ボタン色#BEF781*/
    color: #627295;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_pushbtn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
.square_pushbtn:hover{
    color: #627295;
    text-decoration: none;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}



input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定
    background-color: #000;
    // 文字色を白に指定
    color: #fff;
    // submitボタンのを枠を非表示にする
    border-style: none;
}

/*--------input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
入力ボタンの定義--------*/

input[type="submit"]{
  -webkit-appearance: none;
  border-radius:5px;
  background:#E28964;
  color:#dbebf8;
  text-align:center;
  font-size:20px;
  padding:10px;
  border:none;
  display:block;
  width:50%;
  cursor:pointer;
}

/*--------ボタンの定義--------*/

.menu_b_btn{
    width: 90%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #00bfff; /*ボタン色#668ad8;*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

.menu_r_btn{
    width: 90%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #CED8F6; /*ボタン色#BEF781*/
    color: #627295;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

.menu_s_btn{
    width: 90%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #DA81F5; /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

.menu_n_btn{
    width: 90%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #fff0d9; /*ボタン色*/
    color: #627295;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

.menu_z_btn{
    width: 90%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #a9a9a9; /*ボタン色*/
    color: #f5f5f5;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

