@charset "utf-8";
/* CSS Document */
/* ==========Main Start========== */
*,*:after,*:before{
	box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}

body{
	font-family: 'Kosugi Maru', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	margin:0 auto;
	width: 100%;
	min-height: 100%
}

footer {
	/* bottom: 2px; */
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0;
}

.footerMenu__area {padding: 0;}

li.footerMenu__list {
    display: inline-block;
    margin: 0px 15px;
}

h1 {
	margin: 0em;
	background: linear-gradient(#f5f5f5,#FFF,#f5f5f5);
	padding-top: 5px;
	line-height: 0px;
	margin: 0 auto;
	text-align: center;
}

h2 {
	padding: 1% 1%;
	margin: 0em 0;
	border: double 5px #63c0b5;
}


div{
	padding:0px;
	margin:0px;
}

p {	margin: 10px 0;}

label {
	display: inline-block;
	padding: 1px 0;
	min-width: 42%;
}

img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

th {
	white-space: nowrap;
}

table {	margin: 5px auto;}

a {
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom: 5px;
}

ul {
	padding-left: 10%;
	padding-bottom: 1%;
	padding-top: 1%;
}

blockquote {
	display: block;
	widows: 100%;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
@media only screen and (min-width: 481px){	
.pcHidden {	display: none}
}

@media only screen and (min-width: 769px){	
.pcHidden {	display: none}
}

@media only screen and (max-width: 480px){
.spHidden { display: none}
}

/* ==========Main End========== */

/* ==========Header Start========== */
header{

}

header p{
	text-align: center;
	margin-bottom: 1%;
	margin-bottom: 1%;
}

#headerBlock__text{
	color:#212121;
	font-weight: bold;
	font-size: 1.3em;
	font-family:"ヒラギノ角ゴ Pro W6";
	line-height: 1.3;
	margin:5px auto 0;
	max-width:800px;
	padding: 0 2%;
	text-shadow: 1px 2px #FFF,
		1px -1px #FFF, 
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		2px 2px 1.5px #222;
}

#headerBlock__text .strong{
	color:#f10000;
	text-shadow: 1px 3px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		2px 2px 1.5px #222;
}

#headerBlock__text p{
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
}

@media only screen and (min-width: 481px){
#headerBlock__text {
	padding: 8px 5px;
	line-height: 1.3;
	font-size: 1.6em
}
	
#headerBlock__text p{
	padding: 1.5%;
}
}

@media only screen and (min-width: 769px){
#headerBlock__text {
	padding: 8px 5px;
	line-height: 1.3;
	font-size: 2em
}

#headerBlock__text p{
	padding: 1.5%;
}

#headerBlock__image{
	max-width:950px;
	margin: 0 auto;
}
}

/* ==========Header End========== */

/* ==========Footer Start========== */
footer{
	text-align: center;
	font-size: 0.85em;
	background-color: #BFBFBF;
	padding: 10px 0px
}

footer a{
	text-decoration: none;
	color: #777;
}
	
@media only screen and (min-width: 769px){
footer {
  clear: both;
}	
}

/* ==========Footer End========== */
	
/* ==========container Start========== */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 10px 10px #cacaca;
}

#contents{
	max-width: 1100px;
	margin: 0 auto;
}

@media only screen and (min-width: 769px){
#container {
	margin: 0 auto;
	clear:both;
	max-width: 1100px;
}
	
#container:after{
	content:"";
	display:block;
	clear:both;
}
}
/* ==========container End========== */
	
/* ==========入力フォームCSS Start========== */
.form__block {
  font-size:11px;
	margin: 1px auto;
	max-width: 800px;
	padding: 0px 5px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.form__block select{
  border: none;
	font-weight: bold;
	background-color: #FFF;
}

.form__block option{
	padding: 0;
}

.form__itemSection,
.form__selection {
  display: inline-block;
}

.form__itemName,
.form__firstRow,
.form__secondRow {
	display: inline;
}

#btn_space {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

input[type="button"] {
    padding: 0px;
}


@media only screen and (max-width: 480px) {	
select {
  font-size: 10px;
}
	
.form__itemName{
	font-size: 10px
}
}
/* ==========入力フォームCSS End========== */

/* ==========mainClm subClm End========== */
#mainColumn {
	font-size: 14px;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 3%;
	line-height: 1.5;
}

#subColumn {
	display: none;
}
#mainColumn, #subColumn {
   margin-top: 20px;
}

ul#subColumn__menulist {
  padding: 0;
	margin-bottom: 0;
}


#subColumn__columnsList {
 display:none
}


#subColumn__menulist li a {
  position: relative;
  display: table-cell;
  height: 70px;
  padding: 10px;
  padding-left: 20px;
  color: #272727;
  background: #e8ddc9;
  text-decoration: none;
  border-right: #b39c74 solid 2px;
  border-bottom: #b39c74 solid 2px;
  vertical-align: middle;
}

#subColumn__menulist li {
  padding: 0.1% 0;
  display: table;
  width: 100%;
  
}

@media only screen and (min-width: 481px){
#subColumn {
	display: none;
	margin-top: 0px;
}
}

@media only screen and (min-width: 769px){
#mainColumn {
	font-size: 16px;
	float: left;
  max-width: 750px;
	width: 70%;
	padding-left: 10px;
	padding-right: 5px
}

#mainColumn h2 {
	padding: 3% 2%;
	margin-top: 15px;
	font-size: 1.5em;
}

#subColumn {
	float: right;
  max-width: 320px;
	padding-left: 5px;
	padding-right: 10px;
	display: block;
	width: 30%;
}
	
#subColumn ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 5px;
}
	
#subColumn li {
	list-style: none;
	display: table;
	width: 100%;
	margin: 3px 0;
}
	
#subColumn li a {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    line-height: 1.4;
}
	
#subColumn__itemLink a{
	font-size: 14px
}
	
#subColumn__columnsList {
 display:block
}
#subColumn__columnsList>li:last-child a {
    text-align: center;
}
	


#subColumn__menulist li {
	padding: 0.1% 0;
	display: table;
	width: 100%
}
	
#subColumn__menulist li a {
	position: relative;
	display: table-cell;
	height: 70px;
	padding: 10px;
	padding-left: 20px;
	color: #272727;
	background: #e8ddc9;
	text-decoration: none;
	border-right: #b39c74 solid 2px;
	border-bottom: #b39c74 solid 2px;
	vertical-align: middle;
}

#subColumn__menulist li a span:after {
	font-size: 120%;
	position: absolute;
	content: ">";
	right: 10px;
	transform: scale(0.5, 1);
}
}

#updateBlock {
	text-align: center;
	border-top: #9c9c9c solid 5px;
	background: #e0e0e0;
	padding: 3px;
}

@media only screen and (max-width:480px){
	#updateBlock p{
		margin: 5px 0px
	}
}

/* ========　FormCustom　======== */
#formBlock {
    background: #fff;
    border: #dadada solid 3px;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.table_head {
    width: 100%;
}

#searchButton {
	height: 30px;
	background: #fff;
	border: rgb(169, 169, 169) solid 1px;
	border-radius: 20px;
	width: 100%;
	font-size: 10px;
}

.formSelect {
	height: 30px;
	width: 100%
}

#search_form {
	table-layout: fixed;
	width:100%;
	margin: 10px auto;
}

#search_form td {
    word-wrap: break-word;
}



/* ここからresult_table */
#result_table {
	font-size: 12px;
	word-wrap: break-word;
	word-break: break-word;
	margin-top: 10em;
	border-collapse:collapse ;
}

#result_table th{
	font-size: 14px
}

#result_table td {
  width: 20%;
	text-align: center;
	border: #fcf0f1 solid 2px;
}

#result_table tr a {
	color: #fff;
	border: #ff7074 solid 3px;
	padding: 25px;
	text-decoration: none;
	border-radius: 10px;
	background: #ff7074;
}

#result_table#result_table>tbody>tr:first-child a {
	color: #ff7074;
	border: none;
	padding: 0 5px;
	background: none;
	border-radius: 0px;
}

#result_table>tbody>tr:first-child {
    background: #fcf0f1;
}

#result_table>tbody>tr:first-child th{
    border-right: #ffffff solid 2px;
}

#result_table>tbody>tr:first-child th:last-of-type{
    border-right: #fcf0f1 solid 2px;
}

.resultTable__name {
  width: 15% !important;
}


@media only screen and (min-width: 481px) {
	#result_table {
		font-size: inherit;
	}
	
	#searchButton {
		font-size: inherit;
	}
}
@media only screen and (min-width: 768px) {
	#result_table {
		font-size: inherit;
	}
	
	#result_table th{
	font-size: 16px
}
}

#columnsArea {
    margin-bottom: 15%;
}

.columnsList__contents {
	padding: 0.1% 0
}
.columnsList__contents a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    font-size: 15px;
    display: block;
    background: #fff7d8;
    min-height: 50px;
		border-right: #FFEF7A solid 2px;
    border-bottom: #ffef7a solid 2px;
}

.columnsList__title {
    text-align: center;
    padding: 15px 0px;
    font-size: 1.2em;
    font-weight: bold;
    border-top: #ff7074 solid 10px;
}


/* 追加 */
.columnsBlock {
    margin-left: 0px;
}

.columnsBlock__ul {
    padding-left: 0px;
}

.columnsBlock__li {
    list-style: none;
    display: inline-block;
    width: 49%;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    vertical-align: top;
}

.columnsBlock__li a {
    text-decoration: none;
    color: #fff;
    background: #9a9a9a;
    display: block;
    margin-bottom: 3px;
    border: #000 solid thin;
    min-height: 270px;
    padding-top: 0px;
    font-size: 16px;
}

.columnsBlock__li p {
    padding: 0px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.columnPage__anchor {
    text-align: right;
}

.columnPage__anchor a {
    display: inline-block;
    border: #898989 solid thin;
    text-decoration: none;
    padding: 4px;
    box-shadow: 1px 2px 0px #d4d4d4;
    color: #232323;
}

@media only screen and (min-width: 768px) {
	.columnsBlock {
    margin-left: 15px;
}
	
	.columnsBlock__li {
    list-style: none;
    display: inline-block;
    width: 31%;
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
    vertical-align: top;
    min-height: 320px;
}
	.columnsBlock__li a {
    text-decoration: none;
    color: #fff;
    background: #9a9a9a;
    display: block;
    margin-bottom: 10px;
    border: #000 solid thin;
    min-height: 320px;
    padding-top: 0px;
    font-size: 16px;
}
}

.annotation{
	font-size: 8px;
	color: #777;
	line-height: 10px;
}
.annotation_detail{
	font-size: 8px;
	color: #777;
	line-height: 10px;
}
.small{
	font-size: 9px;
}
