@charset "UTF-8";
/*------------------------------------------------------------------------------------------------------------------------------------------------------------
	☆toppage
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.blinking{
  -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#contents {
	overflow: hidden;
}

.categolyArea {
	margin-bottom: 30px;
	width: 100%;
	display: table;
}
.categolyArea .day {
	display: inline-block;
	background-color: #910049;
	color: #fff;
	padding: 4px 8px;
}
.categolyArea .txtBox .lead {
	margin-top: 0px;
}
#head {
	display: table;
	width: 98%;
	position: relative;
}

#contents .basicFlt ul.fltList > li{
    background-color: #FFF;
    border-top: 2px solid #910049;
    padding: 20px 20px 15px;
    text-align: center;
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
}
#contents .basicFlt ul.fltList p{
    color: #910049;
    text-align: center;  
    font-weight: bold;
}
#contents .basicFlt ul.fltList img{
    width: 100%;
}
/*---全体---*/
.top10{
  margin-top: 10px;
}
.btm10{
  margin-bottom: 10px;
}
.top20{
  margin-top: 20px;
}
.btm20{
  margin-bottom: 20px;
}
.w48{
  width: 48%!important;
}

/*---contact---*/
#contents .basicFlt{
  margin-bottom: 0;
}
.red.imp{
  color: #d46279 !important;
}
.red.imp:hover {
  text-decoration: underline;
}

.titlebox{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #910049;
  color: #fff;
  padding: 5px;
}
.fontw{
  font-weight: bold;
}

.punderline{
  text-decoration: underline;
}
table#table-02 {
    border: 1px #ccc solid;
    border-collapse: collapse;
    line-height: 160%;
    border-spacing: 0;
    background:#fff;
      width: 100%;
}
table#table-02 .tile {
    background-color: #910049;
    border-right: 1px #ccc solid;
  color: #FFF;
}
table#table-02 .tile02 {
    width: 100px;
    background-color: #f5f5f5;
    border-right: 1px #ccc solid;
}
table#table-02 .dis {
    text-align: left;
}

table#table-02 th {
    padding: 15px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #f5f5f5;
    text-align:center;
}
table#table-02 td {
    padding: 15px;
    padding: 10px ;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}



table#table-02 .color01 {
    background:#D5F7C9;
}
table#table-02 .color02 {
    background:#FEF0DE;
}
table#table-02 .color03 {
    background:#D4E0EC;
}
table#table-02 .color04 {
    background:#F1EFEF;
}
table#table-02 .color05 {
    background:#F0F8CA;
}
table#table-02 .color06 {
    background:#EEEEED;
}



table#table-02 td.tani {
    background:#f5f5f5;
    width:80px;
    text-align:center;
    padding:0;
}
table#table-02 td.cposi {
    text-align:center;
    padding:0;
}

table#table-02 a {
    font-weight:normal;
}



table#table-03 {
    border: 1px #ccc solid;
    border-collapse: collapse;
    line-height: 160%;
    border-spacing: 0;
    background:#fff;
}
table#table-03 .tile {
    background-color: #fff;
    border-right: 1px #ccc solid;
    text-align:center;
}
table#table-03 .tile02 {
    width: 100px;
    background-color: #f5f5f5;
    border-right: 1px #ccc solid;
}
table#table-03 .dis {
    text-align: left;
}

table#table-02 th {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #f5f5f5;
    text-align:center;
}
table#table-03 td {
    padding: 8px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}





table#table-04 {
    width:713px;
    border: 1px #999 dotted;
    border-collapse: collapse;
    line-height: 160%;
    border-spacing: 0;
}
table#table-04 th {
    padding: 10px;
    border: 1px #999 dotted;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #e8fffc;
    text-align:center;
}
table#table-04 td {
    padding: 10px;
    border: 1px #999 dotted;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
    text-align:center;
}
table#table-04 .title {
    text-align:center;
    background-color: #e8fffc;
    font-weight:bold;
}
table#table-04 .dis {
    text-align: left;
    vertical-align:top;
}
.input{
  border: 1px #ccc solid;
  width: 100%;
}
textarea{
  border: 1px #ccc solid;
}
.pdmenu{
  width: 15%;
}

@media only screen and (max-width: 960px) {
	/*------------------------------------------------------------------------------------------------------------------------------------------------------------
	☆toppage
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    #contents .basicFlt .rightImgclm_r img{
        width: 100%;
    }
	#head {
		height: 100px;
		margin-bottom: 60px;
		margin-top: 0px;
	}
	#head .mvImg {
		-webkit-box-shadow: 12px 12px #910049;
		box-shadow: 12px 12px #910049;
	}
	#contents section {
		padding: 10px;
		margin: 30px 20px;
	}
	#contents p, #contents li {
		font-size: 1.5rem;
		line-height: 1.7;
	}
    #contents .basicFlt ul.fltList > li{
        margin-bottom: 30px;
    }
  .tile{
    display: block;
    width: 100%;
    text-align: center;
    
  }
  table#table-02 > tbody > tr > td{
    display: block;
    width: 100%;
    text-align: center;
  }
  .input{
  width: 100%;
}
  .pdmenu{
  width: 100%;
}
  .bscBtn{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
}