/* topics LOCAL css*/


/* 00. headerGraphic
************************************/
h2#title { margin:0 0 10px 0; padding:0; height:40px; width:auto; background:url(../images/title-image.gif) no-repeat; text-indent:-10000px;}

/* 01. list_news ‚¨’m‚ç‚¹
************************************/
.news { margin:0; padding:0; }
.news ul { margin:0; padding:0; }
.news li { margin:0; padding:3px; list-style-type:none; border-bottom:1px dotted #ccc; background:#eee; }
.news li.odd { margin:0; padding:3px; list-style-type:none; border-bottom:1px dotted #ccc; background:#fff; }


* {
  -webkit-text-size-adjust: 100%;
}
#mainContents h2 {
  font-size: 18px;
  font-size: 30px;
  line-height: 1.4;
  margin: 1rem 0;
}
#mainContents h2 .sub-title {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
@media screen and (min-width:741px) {
	body#typeA #wrapper #mainContents {
	  margin-right: 112px;
	}
	#mainContents h2 {
	  font-size: 41px;
	}
	#mainContents h2 .sub-title {
            font-size: 20px;
	}
}
#mainContents h3 {
  background: none;
  border: none;
  border-bottom: 2px solid #3CB371;
  padding: 0;
  margin: 2em 0 1em 0;
}
#mainContents p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 0 0 1em 0;
}
#mainContents img {
  max-width: 80%;
}
.img {
  text-align: center;
}

dl {
  margin-left: 0;
  margin-bottom: 1em;
}
dl dt {
  width: 3.2em;
  float: left;
}
dl dd {
  margin-left: 3.2em;
}
blockquote {
  background: #fed;
  border: 1px solid #edc;
  border-radius: 6px;
  margin: 1em 0;
  padding: 1em;
  padding-bottom: .4em;
}
#mainContents blockquote > p {
  line-height: 1.6em;
}


.user-fees {
  font-size: 14px;
  line-height: 1.4;
}
.user-fees th, .user-fees td {
  padding: 6px;
  vertical-align: middle;
}
.user-fees th {
  text-align: left;
}
.user-fees tr:first-child th {
  text-align: center;
}

.user-fees.s tr:first-child th, .user-fees.s td {
  text-align: left;
}
.user-fees.s tr:first-child {
  background: #f6f6f6;
}

#mainContents ul li, #mainContents ol li {
  margin-left: 1em;
}
#mainContents ul li {
  list-style-type: disc;
}
#mainContents ol li {
  list-style-type: decimal;
}
#mainContents table, #mainContents ol, #mainContents ul {
  margin: 1.6em 0 2em 0;
}

#mainContents h3 + table {
  margin-top: 0;
}

#mainContents ul, #mainContents ol {
  border: 1px solid #ccc;
  padding: 1.4em 1.6em;
}

#mainContents td > ul {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
#mainContents td > ul li {
  margin-left: 0;
  list-style: none;
}

strong {
  background: linear-gradient(transparent 65%, #c1e0ff 65%);
  font-weight: bold;
  border-radius: 3px;
}

#wrapper #mainContents h4 {
  margin: 2em 0 .4em 0;
}

@media screen and (max-width: 740px) {
.user-fees.w th, .user-fees.w td {
  width: 100%;
  float: left;
}
.user-fees.w th {
  background: #f6f6f6;
  border-top: none;
}
.user-fees.w tr:first-child th {
  border: 1px solid #ccc;
}
.user-fees.w td {
  background: #fff;
  border-top: none;
}
}

#mainContents img {
  max-width: 100%;
}