@charset "utf-8";



/******************************/
/********** Web Font **********/
/******************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');



/*****************************/
/********** Default **********/
/*****************************/

* {
  font-family: Arial, 'Yu Gothic', YuGothic, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 500;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-moz-selection { background: #CCCCCC; color: #FFFFFF; text-shadow: none;}
::selection { background: #CCCCCC; color: #FFFFFF; text-shadow: none;}

p {
  margin: 20px 0;
}
html, body {
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 140%;
  color: #000000;
  background-color: #FFFFFF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 100%;
  overflow-x: hidden;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  list-style-position: inside;
}
a {
  color: #205EA9;
  background: none;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: underline;
  transition: background-color 0.3s, color 0.3s;
}
a img {
  border: none;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
}
strong, em {
  font-style: normal;
  font-weight: 800;
}
em i {
  font-style: italic;
  font-weight: 800;
}
i {
  font-style: italic;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 1.2rem;
}
sub {
  vertical-align: baseline;
  position: relative;
  bottom: -1ex;
  font-size: 1.2rem;
}
hr {
  border: none;
  height: 1px;
  background-color: #205EA9;
  margin: 20px 0;
  clear: both;
}
figure {
  margin: 0 auto;
}
figcaption {
  margin: 10px auto;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
  cursor: pointer;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.alignleft,
.alignleft-nonresponsive {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
.alignright,
.alignright-nonresponsive {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter,
.aligncenter-nonresponsive {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.bold {
  font-weight: 800;
}
.nowrap {
  white-space: nowrap;
}
.email:after {
  content: "@";
}
.no-click {
  pointer-events: none;
}
.clear {
  clear: both;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
/*IE11 Hack*/
@media all and (-ms-high-contrast:none) {
  #container {
    display: block;
  }
}



/****************************/
/********** H Tag **********/
/****************************/

h2 {
  clear: both;
  font-size: 2.8rem;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0;
  padding: 0;
  line-height: 140%;
  color: #205EA9;
  position: relative;
  text-decoration: none;
}
h3 {
  clear: both;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0;
  padding: 10px 14px;
  line-height: 140%;
  background-color: #205EA9;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
h3 a {
  color: #FFFFFF;
}
h4 {
  clear: both;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0;
  padding: 7px 14px;
  line-height: 140%;
  background-color: #C5D2E2;
  color: #205EA9;
  position: relative;
  text-decoration: none;
}
h5 {
  clear: both;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: normal;
  margin: 20px 0;
  padding: 4px 0;
  line-height: 140%;
  color: #205EA9;
  border-bottom: 1px solid #205EA9;
  position: relative;
  text-decoration: none;
}
h5:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  margin: 0 4px 0 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #205EA9;
}
h6 {
  clear: both;
  font-size: 1.4rem;
  font-weight: 800;
  font-style: normal;
  color: #205EA9;
  margin: 20px 0;
  padding: 0;
  line-height: 140%;
  position: relative;
  text-decoration: none;
}



/*******************************/
/********** File Icon **********/
/*******************************/

.pdf:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c1";
  margin: 0 0 0 6px;
  font-size: 1.6rem;
  font-weight: 800;
}
.word:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c2";
  margin: 0 0 0 6px;
  font-size: 1.6rem;
  font-weight: 800;
}
.excel:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c3";
  margin: 0 0 0 6px;
  font-size: 1.6rem;
  font-weight: 800;
}
.zip:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c6";
  margin: 0 0 0 6px;
  font-size: 1.6rem;
  font-weight: 800;
}



/****************************/
/********** Column **********/
/****************************/

.column01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.column02 {
  display: flex;
  align-items: center;
}



/*******************************/
/********** Font Size **********/
/*******************************/

.f30 {
  font-size: 3.0rem;
}
.f28 {
  font-size: 2.8rem;
}
.f26 {
  font-size: 2.6rem;
}
.f24 {
  font-size: 2.4rem;
}
.f22 {
  font-size: 2.2rem;
}
.f20 {
  font-size: 2.0rem;
}
.f19 {
  font-size: 1.9rem;
}
.f18 {
  font-size: 1.8rem;
}
.f17 {
  font-size: 1.7rem;
}
.f16 {
  font-size: 1.6rem;
}
.f15 {
  font-size: 1.5rem;
}
.f14 {
  font-size: 1.4rem;
}
.f13 {
  font-size: 1.3rem;
}
.f12 {
  font-size: 1.2rem;
}
.f11 {
  font-size: 1.1rem;
}
.f10 {
  font-size: 1.0rem;
}



/***************************/
/********** Width **********/
/***************************/

.w100 {
  width: 100%;
}
.w95 {
  width: 95%;
}
.w90 {
  width: 90%;
}
.w85 {
  width: 85%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w70 {
  width: 70%;
}
.w65 {
  width: 65%;
}
.w60 {
  width: 60%;
}
.w55 {
  width: 55%;
}
.w50 {
  width: 50%;
}
.w45 {
  width: 45%;
}
.w40 {
  width: 40%;
}
.w35 {
  width: 35%;
}
.w33 {
  width: 33%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w15 {
  width: 15%;
}
.w10 {
  width: 10%;
}
.w5 {
  width: 5%;
}



/**************************************/
/********** Padding & Margin **********/
/**************************************/

.pd50 {
  padding: 50px;
}
.pd40 {
  padding: 40px;
}
.pd30 {
  padding: 30px;
}
.pd20 {
  padding: 20px;
}
.pd10 {
  padding: 10px;
}
.pd5 {
  padding: 5px;
}
.mg50 {
  margin: 50px;
}
.mg40 {
  margin: 40px;
}
.mg30 {
  margin: 30px;
}
.mg20 {
  margin: 20px;
}
.mg10 {
  margin: 10px;
}
.mg5 {
  margin: 5px;
}



/***************************/
/********** Color **********/
/***************************/

.color01 {
  color: #000000;
}
.color02 {
  color: #CCCCCC;
}
.color03 {
  color: #EEEEEE;
}
.color04 {
  color: #FFFFFF;
}
.color05 {
  color: #205EA9;
}
.color06 {
  color: #C5D2E2;
}
.color07 {
  color: #E5F1F6;
}
.color08 {
  color: #DE0000;
}



/**********************************/
/********** Border Color **********/
/**********************************/

.border01 {
  border: 1px solid #000000;
}
.border02 {
  border: 1px solid #CCCCCC;
}
.border03 {
  border: 1px solid #EEEEEE;
}
.border04 {
  border: 1px solid #FFFFFF;
}
.border05 {
  border: 1px solid #205EA9;
}
.border06 {
  border: 1px solid #C5D2E2;
}
.border07 {
  border: 1px solid #E5F1F6;
}
.border08 {
  border: 1px solid #DE0000;
}



/**************************************/
/********** Background Color **********/
/**************************************/

.bgcolor01 {
  background-color: #000000;
}
.bgcolor02 {
  background-color: #CCCCCC;
}
.bgcolor03 {
  background-color: #EEEEEE;
}
.bgcolor04 {
  background-color: #FFFFFF;
}
.bgcolor05 {
  background-color: #205EA9;
}
.bgcolor06 {
  background-color: #C5D2E2;
}
.bgcolor07 {
  background-color: #E5F1F6;
}
.bgcolor08 {
  background-color: #DE0000;
}



/***********************************/
/********** Border Radius **********/
/***********************************/

.radius02 {
  border-radius: 2px;
}
.radius03 {
  border-radius: 3px;
}
.radius04 {
  border-radius: 4px;
}
.radius06 {
  border-radius: 6px;
}
.radius08 {
  border-radius: 8px;
}
.radius10 {
  border-radius: 10px;
}



/*********************************/
/********** Img Outline **********/
/*********************************/

.outline01 {
  outline: 1px solid #FFFFFF;
  outline-offset: -1px;
}
.outline02 {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}
.outline03 {
  outline: 3px solid #FFFFFF;
  outline-offset: -3px;
}
.outline05 {
  outline: 5px solid #FFFFFF;
  outline-offset: -5px;
}
.outline10 {
  outline: 10px solid #FFFFFF;
  outline-offset: -10px;
}



/********************************/
/********** Ul-Style01 **********/
/********************************/

.ul-style01 ul {
  margin: 0;
  padding: 0;
}
.ul-style01 ul li {
  margin: 10px;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}



/********************************/
/********** Ul-Style02 **********/
/********************************/

.ul-style02 ul {
  margin: 0;
  padding: 0;
}
.ul-style02 ul li {
  margin: 10px;
  padding: 0;
  list-style-position: inside;
  list-style-type: square;
}



/********************************/
/********** Ul-Style03 **********/
/********************************/

.ul-style03 ul {
  margin: 0;
  padding: 0;
}
.ul-style03 ul li {
  margin: 10px;
  padding: 0;
  list-style-position: inside;
  list-style-type: circle;
}



/********************************/
/********** Ul-Style04 **********/
/********************************/

.ul-style04 ul {
  margin: 0;
  padding: 0;
}
.ul-style04 ul li {
  margin: 10px;
  padding: 0;
  list-style: none;
}



/********************************/
/********** Ul-Style05 **********/
/********************************/

.ul-style05 ul {
  margin: 0;
  padding: 0;
}
.ul-style05 ul li {
  margin: 10px 0;
  padding: 5px 0;
  list-style: none;
  font-size: 1.6rem;
}
.ul-style05 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  margin: 0 4px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
}
.ul-style05 ul li > ul {
  margin: 0;
  padding: 10px 0 10px 20px;
}
.ul-style05 ul li > ul li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.ul-style05 ul li > ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 4px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
}
.ul-style05 ul li > ul li > ul {
  margin: 0;
  padding: 10px 0 10px 20px;
}
.ul-style05 ul li > ul li > ul li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}



/********************************/
/********** Ul-Style06 **********/
/********************************/

.ul-style06 ul {
  margin: 0;
  padding: 0;
}
.ul-style06 ul li {
  margin: 5px;
  padding: 00;
  list-style: none;
  font-size: 1.4rem;
}
.ul-style06 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 4px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
}



/********************************/
/********** Ul-Style07 **********/
/********************************/

.ul-style07 ul {
  margin: 0;
  padding: 0;
}
.ul-style07 ul li {
  margin: 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
  border-bottom: 1px solid #205EA9;
}



/********************************/
/********** Ol-Style01 **********/
/********************************/

.ol-style01 ol {
  margin: 0;
  padding: 0;
}
.ol-style01 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: decimal;
}



/********************************/
/********** Ol-Style02 **********/
/********************************/

.ol-style02 ol {
  margin: 0;
  padding: 0;
}
.ol-style02 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: lower-alpha;
}



/********************************/
/********** Ol-Style03 **********/
/********************************/

.ol-style03 ol {
  margin: 0;
  padding: 0;
}
.ol-style03 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: upper-latin;
}



/********************************/
/********** Ol-Style04 **********/
/********************************/

.ol-style04 ol {
  margin: 0;
  padding: 0;
}
.ol-style04 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: lower-roman;
}



/********************************/
/********** Ol-Style05 **********/
/********************************/

.ol-style05 ol {
  margin: 0;
  padding: 0;
}
.ol-style05 ol li {
  margin: 10px;
  padding: 0;
  list-style: none;
}



/********************************/
/********** Dl-Style01 **********/
/********************************/

.dl-style01 {
  margin: 20px 0;
  padding: 0;
}
.dl-style01 dl {
  background-color: #FFFFFF;
  width: 100%;
}
.dl-style01 dl dt {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background-color: #EEEEEE;
  width: 100%;
}
.dl-style01 dl dd {
  margin: 0;
  padding: 10px 0;
  background-color: #FFFFFF;
  width: 100%;
}



/********************************/
/********** Dl-Style02 **********/
/********************************/

.dl-style02 {
  margin: 20px 0;
  padding: 0;
}
.dl-style02 dl {
  margin: 10px 0;
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #CCE4ED;
}
.dl-style02 dl dt {
  margin: 0;
  padding: 0;
  color: #205EA9;
  width: 100%;
}
.dl-style02 dl dt:after {
  content: ":";
  margin: 0 0 0 4px;
}
.dl-style02 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/********************************/
/********** Dl-Style03 **********/
/********************************/

.dl-style03 {
  margin: 20px 0;
  padding: 0;
}
.dl-style03 dl {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.dl-style03 dl dt {
  margin: 0;
  padding: 0;
  color: #205EA9;
}
.dl-style03 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/********************************/
/********** Dl-Style04 **********/
/********************************/

.dl-style04 {
  margin: 20px 0;
  padding: 0;
}
.dl-style04 dl {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.dl-style04 dl dt {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  width: 100%;
  border-bottom: 1px solid #205EA9;
}
.dl-style04 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/********************************/
/********** Dl-Style05 **********/
/********************************/

.dl-style05 {
  margin: 20px 0;
  padding: 0;
}
.dl-style05 dl {
  margin: 10px 0;
  padding: 0 0 4px 0;
  width: 100%;
  border-bottom: 1px solid #205EA9;
}
.dl-style05 dl dt {
  margin: 0;
  padding: 0;
  width: 100%;
}
.dl-style05 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/***********************************/
/********** Table Style01 **********/
/***********************************/

.table-style01 {
  margin: 30px 0;
  padding: 0;
}
.table-style01 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-style01 caption {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px;
  background-color: #9DBCD5;
}
.table-style01 tr th {
  margin: 0;
  padding: 4px;
  text-align: center;
  background-color: #E5F1F6;
  color: #205EA9;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #CCCCCC;
}
.table-style01 tr td {
  margin: 0;
  padding: 4px;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-weight: 500;
}



/***********************************/
/********** Table Style02 **********/
/***********************************/

.table-style02 {
  margin: 30px 0;
  padding: 0;
}
.table-style02 table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-style02 caption {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px;
  background-color: #9DBCD5;
}
.table-style02 tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style02 tr:nth-child(odd) {
  background-color: #FBFBFB;
}
.table-style02 tr th {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #E5F1F6;
  color: #205EA9;
  font-weight: 500;
  border-bottom: 1px dotted #CCCCCC;
}
.table-style02 tr td {
  margin: 0;
  padding: 10px;
  border-bottom: 1px dotted #CCCCCC;
}



/***********************************/
/********** Table Style03 **********/
/***********************************/

.table-style03 {
  margin: 30px 0;
  padding: 0;
}
.table-style03 table {
  width: 100%;
  border-collapse: collapse;
}
.table-style03 caption {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px;
  background-color: #9DBCD5;
}
.table-style03 tr th {
  margin: 0;
  padding: 4px;
  text-align: center;
  background-color: #E5F1F6;
  color: #205EA9;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #CCCCCC;
}
.table-style03 tr td {
  margin: 0;
  padding: 4px;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-weight: 500;
}



/***********************************/
/********** Table Style04 **********/
/***********************************/

.table-style04 {
  margin: 30px 0;
  padding: 0;
}
.table-style04 table {
  width: 100%;
  border-collapse: collapse;
}
.table-style04 caption {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px;
  background-color: #9DBCD5;
}
.table-style04 tr th {
  margin: 0;
  padding: 4px;
  text-align: center;
  background-color: #205EA9;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #FFFFFF;
}
.table-style04 tr td {
  margin: 0;
  padding: 4px;
  border: 1px solid #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
}
.table-style04 tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.table-style04 tr:nth-child(even) {
  background-color: #E5F1F6;
}



/**********************************/
/********** Year Archive **********/
/**********************************/

.archives {
  clear: both;
  margin: 10px 0;
  padding: 0;
}
.archives ul {
  clear: both;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.archives ul li {
  margin: 2px 6px 2px 0;
  padding: 0;
  color: #205EA9;
  font-size: 1.4rem;
}
.archives ul li:after {
  content: "|";
  margin: 0 0 0 6px;
}
.archives ul li:last-child:after {
  content: none;
}
.archives ul li a {
  font-size: 1.4rem;
  color: #0076A5;
}
.archives ul li.current a,
.archives ul li a:hover {
  text-decoration: underline;
}



/**********************************/
/********** External Link**********/
/**********************************/

.global-nav .external-link:after,
#sidebar .external-link:after,
#content .external-link:after,
.footer-nav .external-link:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f360";
  margin: 0 0 0 4px;
  font-size: 1.2rem;
  font-weight: 800;
}



/****************************/
/********** Folfer **********/
/****************************/

.toggle {
  cursor: pointer;
  background-color: #EEEEEE;
  color: #205EA9;
  margin: 10px 0;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 1.4rem;
  transition: background-color 0.3s, color 0.3s;
}
.toggle.active,
.toggle:hover {
  color: #FFFFFF;
  background-color: #205EA9;
  transition: background-color 0.3s, color 0.3s;
}
.toggle:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-size: 1.6rem;
  font-weight: 800;
  float: right;
}
.toggle.active:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f106";
  font-size: 1.6rem;
  font-weight: 800;
  float: right;
}



/********************************/
/********** Google Map **********/
/********************************/

.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



/*****************************/
/********** YouTube **********/
/*****************************/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



/*****************************/
/********** Gallery **********/
/*****************************/

.gallery-infinity {
  display: flex;
  flex-wrap: wrap;
}
.gallery-infinity div {
  margin: 2px;
}


/*****************************/
/********** Page Back (news) **********/
/*****************************/
.page .page_back{
  text-align:center;
  margin: 0;
  margin-top: 1em;
}
.page .page_back a {
  font-size: 1.6rem;
  color: #000000;
  transition: opacity 0.3s;
}
.page .page_back a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
}
.page .page_back a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  margin: 0 4px 0 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: #BFBFBF;
}


/*
* default ul, ol style
*/
#content ul, #content ol{
  list-style: inside;
}
#content ol li, #content ul li {
  margin: 10px;
  padding: 0;
}
#content ol li {
  list-style-type: decimal;
}
#content .panel-style01 ul, #content .panel-style06 ul,
#content .no-list-style ul, #content .no-list-style ol,
#content ul.no-list-style, #content ol.no-list-style,
#content .archives ul, #content .archives ol{
  list-style: none;
  list-style-type: none;
}
#content .panel-style01 ul li, #content .panel-style06 ul li,
#content .no-list-style ul li, #content .no-list-style ol li,
#content ul.no-list-style li, #content ol.no-list-style li{
  margin: 0;
  list-style-type: none;
}

#content .archives ul li {
  margin: 2px 6px 2px 0;
}-
@media screen and ( min-width: 481px ) {
#content .panel-style01 ul li {
  width: 180px;
  margin: 0 10px 0 0;
}
}
@media screen and ( max-width: 480px ) {
#content .panel-style01 ul li {
  width: 180px;
  margin: 0 10px 0 0;
}
}