﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#FooterPane .ModuleSet_Standard_5549
{
/*  background-color: #EDEBDE; */
}

/* タイトル */
#FooterPane .ModuleSet_Standard_5549 .ModuleReference .Module_h2Title
{
  text-align: center;
  color: #000;
  font-size: xx-large;
  padding: 20px 0;
  font-weight: bold;
}

.ModuleSet_Standard_5549 #ItemList_5550 .ModuleReference
{
  border: double 5px #004E99;
  border-radius: 20px;
}
.ModuleSet_Standard_5549 #ItemList_5550 .outside_b h2
{
background: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* タイトル */
#FooterPane .ModuleSet_Standard_5549 .ModuleReference .Module_h2Title
{
  text-align: center;
  color: #000;
  font-size: xx-large;
  padding: 20px 0;
  font-weight: bold;
}

.ModuleSet_Standard_5549 #ItemList_5550 .ModuleReference
{
  border: double 5px #004E99;
  border-radius: 20px;
}
.ModuleSet_Standard_5549 #ItemList_5550 .outside_b h2
{
background: none;
color: #000;
}
.ModuleSet_Standard_5549 #ItemList_5550 .outside_b h2 span a
{
color: #000;
}
}
