@charset "utf-8";

@import url("reset.css");

body{
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
  border-top:4px solid #19abe0;
  font-size:0.9em;
  min-width:980px;
  background:#F7F4F0;
}
@media screen and (max-width: 640px) { /** forMobile **/
  body {
    font-size:1em;
    padding-top:60px;
    border-top:none;
    min-width:inherit;
    border-top:6px solid #19abe0;
    background:#FFF;
  }
}


img {
	border:none;
}

table {
	border-collapse:collapse;
}

iframe {
	display:block;
}

a {
}

a:hover {
	text-decoration:none;
}

#contents a[target="_blank"]:after {
  padding-left:0.5em;
  content:url(../img/common/iconNewwin.gif);
}

h1#headerText strong {
  width:960px;
  display:block;
  margin:auto;
  font-weight:normal !important;
}

#headerText {
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  border-bottom:4px solid #19abe0 !important;
  border-left:none !important;
  background-color:#19abe0;
  font-size:0.8em !important;
  line-height:1em !important;
  color:#FFF !important;
  font-weight:normal !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #headerText {
    display:none;
  }
}


#headerText strong {
  width:960px;
  display:block;
  margin:auto;
}

#headerWrapper {
  background:#FFF;
  margin-bottom:30px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #headerWrapper {
    margin-bottom:10px;
  }
}

#header {
  overflow:hidden;
  width:960px;
  margin:auto;
  padding:5px 20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #header { 
    width:94%;
    padding:10px 3%;
    position:fixed;
    z-index:999;
    top: 0;
    left: 0;
    background:#FFF;
    overflow:hidden;
    height:40px;
    border-top:5px solid #19abe0;
    border-bottom:2px solid #D1D1D1;
  }
}


#logo {
  text-align:left;
  float:left;
  /* width:380px; */
  width:420px;
  margin:18px 0 0 0 !important;
  padding:0 !important;
  border:none !important;
  background:none  !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #logo {
    /* width:220px; */
    /* margin:3px 0 0 0 !important; */
    width:250px;
    margin:0 0 0 0 !important;
  }
}


#logo img {
  /* width:380px; */
  width:420px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #logo img {
    /* width:200px; */
    width:250px;
  }
}


#headerRight {
  float:right;
  width:480px;
  overflow:hidden;
  background:url(../img/common/tel.png) no-repeat 40px 80%;
	background-size:210px auto;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #headerRight {
    display:none;
  }
}


#subMenu {
  margin:0;
  padding:10px 0;
}

#subMenu ul {
  margin:0;
  padding:0;
  overflow:hidden;
  font-size:0.85em;
  line-height:1em;
}

#subMenu li {
  list-style:none;
  margin:0 0 0 20px;
  padding:0 0 0 11px;
  float:right;
  background:url(../img/common/onePoint02.png) no-repeat left center;
	background-size:7px 7px;
}

#subMenu li a {
  color:#747474;
  text-decoration:none;
}

#subMenu li a:hover {
  text-decoration:underline;
}


#consorl {
  float:right;
  text-align:right;
  overflow:hidden;  
  padding:5px 0;
}

#entryButton a {
  margin:0;
  padding:0;
  color:#FFF;
	padding:5px 15px 5px 60px;
  text-decoration:none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border:none;
  text-align:center;
  white-space:nowrap;
  display:block;
  line-height:1.2em;
  text-align:left;
  background:url(../img/common/iconPencilWhite.png) no-repeat 15px center #ff7703;
	background-size:30px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #entryButton a {
    margin:0 auto 15px auto;
    width:9em;
    padding:0;
    color:#FFF;
    padding:5px 15px 5px 60px;
    text-decoration:none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:none;
    text-align:center;
    white-space:nowrap;
    display:block;
    line-height:1.2em;
    text-align:left;
    background:url(../img/common/iconPencilWhite.png) no-repeat 15px center #ff7703;
    background-size:30px;
  }
}

#entryButton a:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
}

#mainMenuWrapper {
  border-bottom:4px solid #bababa;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenuWrapper {
    border-bottom:none;
  }
}

#mainMenu{
  width:960px;
  margin:0 auto;
  padding:0;
  background:url(../img/common/mainMenuSeparator.png) no-repeat right center;
  list-style:none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu {
    width:auto;
    display:none;
    border-right:none;
    background:none;
  }
}

#mainMenu li {
  display: block;
  float: left;
  width:192px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li {
    display: block;
    float: none;
    width:auto;
    margin: 0;
    padding: 0;
    border-bottom:1px solid #B1D4EC;
    background: #19abe0;
    background: -moz-linear-gradient(top,  #48b8e1 0%, #19abe0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48b8e1), color-stop(100%,#19abe0));
    background: -webkit-linear-gradient(top,  #48b8e1 0%,#19abe0 100%);
    background: -o-linear-gradient(top,  #48b8e1 0%,#19abe0 100%);
    background: -ms-linear-gradient(top,  #48b8e1 0%,#19abe0 100%);
    background: linear-gradient(to bottom,  #48b8e1 0%,#19abe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b8e1', endColorstr='#19abe0',GradientType=0 );
  }
}

#mainMenu li.forMobile {
  display: none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li.forMobile {
    display: block;
  }
}



#mainMenu li a {
  display: block;
  padding:20px 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  background:url(../img/common/mainMenuSeparator.png) no-repeat left center;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li a {
    background: url(../img/common/linkMark02.png) no-repeat 99% 50%;
    background-size:15px 15px;
    text-align: left;
    padding:15px 0 15px 1.5em;
    border-left:none;
    color:#FFF;
  }
}

#mainMenu li a:hover{
  background: #EFEFEF;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #mainMenu li a:hover{
    background: url(../img/common/linkMark02.png) no-repeat 99% 50% #037CDD;
    background-size:15px 15px;
  }
}

#toggle { 
  display:none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #toggle { 
    display: block;
    overflow: hidden;
    margin-top:7px;
    width: 27px;
    height: 27px;
    background: url(../img/common/mobileMenuButtonClose.png) ;
    background-size:27px 27px;
    text-indent: 100%;
    float:right;
  }
  .toggleClose {
    background: url(../img/common/mobileMenuButton.png) !important;
    background-size:27px 27px !important;
  }
}


/*================================================
  #contentsWrapper
================================================*/

#contentsWrapper {
  width:960px;
  margin:20px auto;
  overflow:hidden;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #contentsWrapper {
    width:auto;
    padding:0 10px;
    margin:0 auto;
  }
}

#contents {
  line-height:1.5em;
  width:100%;
  overflow:hidden;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #contents {
    width:auto;
    float:none;
    line-height:1.3em;
  }
}


/*================================================
  h1,h2,h3...
================================================*/

h1 {
  margin:0 0 25px 0;
  padding:20px 15px;
  border:1px solid #E3E3E3;
  border-left:4px solid #ff7703;
  background-color:#FFF;
  font-size:1.8em;
  font-weight:normal;
  line-height:1em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  h1 {
    padding:15px;
    margin:0 0 15px 0;
    font-size:1.2em;
    text-shadow:0px 1px 3px #FFF;
    font-weight:bold;
  }
}


h2 {
  font-size:1.3em;
  border-bottom:3px solid #19abe0;
  margin:0 0 10px 0;
  padding:5px 0;
}


h3 {
  font-size:1.1em;
  border-bottom:3px solid #0068b7;
  margin:10px 0 20px 0;
  padding:0 0 5px 0;
}

h4 {
  font-size:1em;
  border-bottom:1px solid #B7B7B7;
  margin:20px 0;
  padding:0;
  color:#0068b7;
}

h5 {
  font-size:1em;
  margin:0;
  padding:0;
}

ul.default {
	margin:0.8em 0 0.8em 0.2em;
  padding:0;
  list-style:none;
}

ul.default > li {
	margin:0.3em 0;
	padding:0 0 0 1.2em;
  background:url(../img/common/onePoint02.png) no-repeat left 0.5em; 
	background-size:7px 7px;
}

ul.default > li:first-child {
	margin-top:0;
}

ol.default {
	margin:0.8em 0 0.8em 0em;
  padding:0 0 0 2.3em;
}

ol.default > li {
	margin:0.3em 0;
	padding:0;
}

ol.default >s li:first-child {
	margin-top:0;
}


/*================================================
  table
================================================*/

table.default {
	border-collapse:collapse;
	margin:0;
  border-spacing:0;
}

table.default .forMobile {
  display: none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  table.default .forMobile {
    display: table-cell;
  }
}

table.default th {
	vertical-align:top;
	text-align:left;
	padding:8px 15px;
	border:1px solid #CCCCCC;
	font-weight:normal;
	background-color:#EEEEEE;
  color:#000;
	white-space:nowrap;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  table.default th {
    padding:5px;
  }
}

table.default thead th {
	text-align:center;
	background-color:#E9E1D7;
	border:1px solid #D4CDC4;
  vertical-align:middle;
}

table.default tfoot th {
	text-align:center;
	background-color:#E9E1D7;
	border:1px solid #D4CDC4;
}

table.default tfoot td {
	background-color:#F2E8DB;
	border:1px solid #CCCCCC;
}


table.default td {
	vertical-align:middle;
	text-align:left;
	margin:0;
	padding:8px 15px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  table.default td {
    padding:5px;
    margin:0;
  }
}

table th.subTH {
  background-color:#E6EFFF;
}

table th.center, table td.center {
  text-align:center;
}

table th.num, table td.num {
  text-align:right;
}

.tableStyle01 {
  width:100% !important;
}


.tableStyle02 {
  width:100% !important;
}

.tableStyle02 th {
	padding:8px 5px !important;
}

.tableStyle02 td {
	padding:8px 5px !important;
}



.tableStyle03 th {
	background:none !important;
	border:1px solid #DCDCDC !important;
	background-color:#f5f5f5 !important;
}

.tableStyle03 td {
	background:none !important;
}



.tableWrapper {
  margin-bottom:15px;
  padding:0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .tableWrapper {
    overflow:auto;
    width:100%;
    font-size:0.8em;
    -webkit-overflow-scrolling:touch;
  }
}

.overTableBg {
  padding-bottom:28px;
  background:url(../img/common/touch-slide.png) no-repeat center bottom;
  background-size:80px 25px;
}


/*================================================
 class
================================================*/

img.block {
	display:block;
}

.fontBlue {
	color:#0068B7;
}

.fontRed {
	color:#C00;
}

.fontGreen {
	color:#199700;
}

.fontPink {
	color:#FF6060;
}

.fontGray {
	color:#999;
}

.fontOrange {
  color:#FF9E00;
}

.small {
	font-size:0.8em;
}

.big {
	font-size:1.2em;
}

.mobileBlock {
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .mobileBlock {
    display:block !important;
   }
}

.pcBlock {
  display:block !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .pcBlock {
    display:inline !important;
   }
}

.mobileNone {
  
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .mobileNone {
    display:none !important;
   }
}

.pcNone {
  display:none !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .pcNone {
    display:block !important;
   }
}


.imgFull {
  text-align:center;
}

.imgFull img {
  width:100%;
  max-width:740px;
}


img.photo {
	padding:4px;
	border:1px solid #CCC;	
  display:block;
  margin:10px auto 0 auto;
  background:#FFF;
  max-width:300px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  img.photo {
    width:90% !important;
    max-width:300px;
  }
}

.photoAreaLeft img.photo:first-child, .photoAreaRight img.photo:first-child {
  margin-top:0;
}

.photoAreaLeft {
	float:left;
	margin:0 20px 20px 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .photoAreaLeft {
    float:none;
    margin:0 0 15px 0;
    text-align:center;
  }
}

.photoAreaRight {
	float:right;
	margin:0 0 20px 20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .photoAreaRight {
    float:none;
    margin:0 0 15px 0;
    text-align:center;
  }
}

.photoAreaCenter {
	text-align:center;
	margin:0 0 20px 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .photoAreaCenter {
    float:none;
    margin:0 0 15px 0;
    text-align:center;
  }
}


.photoAreaLeft img, .photoAreaRight img {
  padding:6px;
  border:1px solid #DDDDDD;
  background:#FFFFFF;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .photoAreaLeft img, .photoAreaRight img {
    max-width:90%;
  }
}

.photoAreaCenter img {
  padding:6px;
  margin:0 5px;
  border:1px solid #DDDDDD;
  background:#FFFFFF;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .photoAreaCenter img {
    margin:5px;
    max-width:90%;
  }
}
.photoAreaLeft p, .photoAreaRight p {
  font-size:0.8em;
  margin:0;
  padding:0;
  text-align:center;
  color:#646464;
}

.section p {
  margin:0.5em 0;
}

.section p:first-child {
  margin:0 0 0.5em 0;
}

.section p:last-child {
  margin:0.5em 0 0 0;
}

.section {
  margin:25px 0 30px 0;
  overflow:hidden;
  background:#FFF;
  border:1px solid #dadada;
  padding:20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .section {
    background:none;
    border:none;
    padding:0;
  }
}

.section .section {
  margin:1.5em 0 ;
  border:none;
  padding:0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .section .section {
  }
}

.f-left {
  float:left;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .f-left {
    float:none;
  }
}

.f-right {
  float:right;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .f-right {
    float:none;
  }
}
 
 
.left {
  width:48%;
  float:left;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .left { 
    width:auto;
    float:none;
  }
}

.right {
  width:48%;
  float:right;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .right { 
    width:auto;
    float:none;
  }
}

.textRight {
  text-align:right;
}

.button {
  text-align:center;
  margin:20px 0;
}

.button a, .button input {
  margin:0;
  padding:0;
  background:#ff7703;
  color:#FFF;
	padding:15px 20px;
  text-decoration:none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border:none;
  text-align:center;
}

.button a {
  white-space:nowrap;
}

.button a:hover, .button input:hover {
  background-color:#FF9E33;
}

.button a .icon {
  width:20px;
  vertical-align:middle;
}

.backButton {
  margin-top:35px;
}

.backButton a {
  padding:7px 20px 7px 50px !important;
  margin:5px 10px;
  background:url(../img/common/iconBackWhite.png) 20px center no-repeat #8f8f8f !important;
  background-size:20px !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .backList a {
    display:block;
  }
}

.backButton a:hover {
  background-color:#b2b2b2 !important;
}




.hints {
  font-size:0.9em;
  color:#828282;
}

div.notice {
	background-color:#FFEEEE;
	border:1px solid #FFCCCC;
	margin:20px 0;
	padding:10px 20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  div.notice {
    font-size:0.8em;
    line-height:1.2em;
    padding:5px 10px;
  }
}

.topicsPass {
  list-style: none;
  overflow: hidden;
  font-size:0.8em;
  margin:0 0 20px 0;
  padding:0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .topicsPass, .topicsPass a, .topicsPass a:visited {
    color:#838383;
    margin:0 0 10px 0;
  }
}

.topicsPass li {
  float: left;
  margin: 0;
  padding:0 8px 0 0;
}

.topicsPass li:before  {
  content:" > ";
}
.topicsPass li:first-child:before {
  content: none;
}

.footerTopicsPass {
  display:none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .footerTopicsPass {
    display:block;
    padding:0 10px;
  }
}

.moreInformation {
  overflow:hidden;
  margin:10px 0 20px 0;
}

.moreInformation a {
  background:url(../img/common/onePoint01.png) no-repeat 7px center #19abe0;
	background-size:7px 8px;
  color:#FFF;
  padding:3px 10px 3px 19px;
  text-decoration:none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size:0.9em;
  white-space:nowrap;
  margin:3px 15px 3px 0;
  display:block;
  float:left;
}

.moreInformation a:hover {
  background:url(../img/common/onePoint01.png) no-repeat 7px center #5FC3E7;
	background-size:7px 8px;
}

.moreInformationRight {
  margin:20px 0;
  text-align:right;
}

.moreInformationRight a {
  background:url(../img/common/onePoint01.png) no-repeat 7px center #19abe0;
	background-size:7px 8px;
  color:#FFF;
  padding:3px 10px 3px 19px;
  text-decoration:none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size:0.9em;
  white-space:nowrap;
  margin-left:15px;
}

.moreInformationRight a:hover {
  background:url(../img/common/onePoint01.png) no-repeat 7px center #5FC3E7;
	background-size:7px 8px;
}

/* アコーディオン */

.acordion p.resize img {
	width:100%;
	display:block;
	margin:auto;
}

dl.acordion{
	margin:0.5em 0;
}

dt.trigger {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e0e0e0));
	background: linear-gradient(#f8f8f8, #e0e0e0);
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	border-radius: 8px;
	text-align: left;
	border: 1px solid #CCC;
	margin:0;
	padding: 10px;
	color:#000;
}

dt.trigger .icon {
	height:23px;
  vertical-align:bottom;
  margin-right:5px;
}

dt.active{
	border-radius: 8px 8px 0 0;
}

dt.trigger span.open-close {
  background: url(../img/common/acordionMark01.png) no-repeat right top;
  background-size:18px 18px;
  float: right;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  display:block;
}

dt.active span.open-close {
	background: url(../img/common/acordionMark02.png) no-repeat right top;
	background-size:18px 18px;
	float: right;
	width: 20px;
	height: 20px;
}   

dd.acordion_tree{
	margin:0;
	padding:10px;
	background-color:#FFF;
	border: 1px solid #CCC;
	border-top: none;
  overflow:hidden;
}





/*================================================
  .flow
================================================*/

.flow {
  overflow:hidden;
  margin:20px 50px !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flow {
    margin:auto !important;
  }
}

.flow dl {
  margin:0;
  padding:0;
  overflow:hidden;
	background-image:url(../img/common/flowBg.png);
	background-repeat:no-repeat;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flow dl {
    background-size:50px auto !important;
  }
}

.flowStart {
	background:url(../img/common/flowBgStart.png) no-repeat top left !important;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flowStart {
    background-size:50px auto !important;
  }
}

.flowEnd {
	background-image:url(../img/common/flowBgEnd.png) !important;
	background-repeat:no-repeat;
  min-height:84px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flowEnd {
    background-size:50px auto !important;
    min-height:65px;
  }
}

.flow dt {
  margin:0;
  padding:30px 0 0 0;
	float:left;
	width:68px;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#ff7703;
	line-height:1em !important;
  font-size:2.5em;
  font-weight:bold;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flow dt {
    margin:0;
    padding:21px 0 0 0;
    width:50px;
    font-size:2em;
  }
}

.flowStart dt {
  padding:15px 0 0 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flowStart dt {
    padding:8px 0 0 0;
  }
}

.flow dd {
	width:100%;
  margin:0 0 0 -86px;
  padding:35px 0 0 0;
	float:right;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flow dd {
    margin:0 0 0 -60px;
    padding:25px 0 0 0;
  }
}

.flow .flowTitle {
  margin:0 0 10px 86px;
  padding:0 0 5px 0;
	border-bottom:1px solid #CCC; 
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flow .flowTitle {
    margin:0 0 10px 60px;
    padding:0 0 5px 0;
  }
}


.flowStart .flowTitle {
  padding:0 0 5px 0 !important;
  margin-top:-15px !important;
}

.flow .flowNaiyo {
  margin-left:86px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .flow .flowNaiyo {
    margin-left:60px;
  }
}



/*================================================
  #contentsMenu
================================================*/

.sideNavi {
  float:right;
  width:250px;
  margin-bottom:25px;
  overflow:hidden;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .sideNavi {
    float:none;
    width:100%;
    margin-bottom:15px;
  }
}

.sideNavi .contentsMenu {
  margin:0;
  padding:0;
}

.sideNavi .contentsMenu dt {
  margin:0;
  padding:100px 0 0 0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .sideNavi .contentsMenu dt {
    margin:0;
    padding:0;
    background:none !important;
  }
}

.sideNavi .contentsMenu dt a {
  padding:15px 0;
  background:url(../img/common/sideNaviCategoryTitleBg.png) repeat;
  color:#FFF;
  text-align:center;
  display:block;
  text-decoration:none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .sideNavi .contentsMenu dt a {
    padding:8px 0;
  }
}

.sideNavi .contentsMenu dd {
  margin:0;
  padding:0;
  border:1px solid #E0E0E0;
  border-top:none;
}

.sideNavi .contentsMenu dd a {
  display:block;
  padding:20px 25px 20px 15px;
  background:url(../img/common/linkMark01.png)  no-repeat 98% center #F4F4F4;
	background-size:15px 15px;
  text-decoration:none;
  color:#000;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  .sideNavi .contentsMenu dd a {
    display:block;
    padding:10px 25px 10px 15px;
  }
}

.sideNavi .contentsMenu dd a:hover {
  background:url(../img/common/linkMark01.png)  no-repeat 98% center #E9E9E9;
	background-size:15px 15px;
}

/*================================================
  #commonBannerList
================================================*/


#commonBannerList {
  background: none;
  border: none;
  overflow:hidden;
  width:980px;
  list-style:none;
  margin:0 auto 20px auto;
  padding:0;
  line-height:1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #commonBannerList {
    width: auto;
  }
}

#commonBannerList li {
  width:300px;
  margin:0 10px 15px 10px;
  padding:0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #commonBannerList li {
    width:70%;
  }
}

#commonBannerList li img {
  width:100%;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #commonBannerList li img {
  }
}

#commonBannerList li a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}




/*================================================
  #footerWrapper
================================================*/


#footerWrapper {
	clear:both;
  background:#FFF;
  border-top:5px solid #19abe0;
}

#footer {
	width:960px;
	margin:auto;
  overflow:hidden;
  padding:30px 0;
  background:url(../img/common/footerLogomark.png) no-repeat right center;
  background-size:150px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer { 
    width:auto;
    margin:auto;
    overflow:hidden;
    padding:15px 0 20px 0;
    background:none;
  }
}


#footer dl {
  margin:0;
  padding:0;
	width:450px;
	float:left;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer dl {
    margin:0;
    padding:0;
    width:auto;
    float:none;
    text-align:center;
  }
}


#footer dt {
  margin:0;
  padding:0;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:8px;
  border-bottom:1px solid #D0D0D0;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer dt {
    width:90%;
    margin:0 auto;
    padding:5px 0 10px 0;
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:8px;
    border-bottom:1px solid #D4D4D4;
  }
}


#footer dd {
  margin:0;
  padding:0;
	line-height:1.5em;
  font-size:0.9em;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer dd {
    margin:8px 0;
    font-size:0.8em;
    line-height:1.25em;
  }
}

#footer dd.address {
  font-size:0.9em;
}

#footer .mobileBlock {
  padding-right:1em;
 }
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer .mobileBlock {
    display:block;
    padding-right:0;
   }
}

#footer #copyright {
	width:350px;
  float:right;
  text-align:right;
  font-size:0.75em;
  color:#19abe0;
  padding-top:35px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footer #copyright {
    width:auto;
    float:none;
    text-align:center;
    font-size:0.75em;
    color:#19abe0;
    padding-top:0;
  }
}

#footerWrapper #kyoka {
  display:none;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #footerWrapper #kyoka {
    display:none;
  }
}

#footerWrapper #kyoka ul {
	width:960px;
	margin:0 auto;
  list-style:none;
  padding:0;
}

#footerWrapper #kyoka li {
	margin:0;
  padding:0;
  display:inline;
  font-size:0.7em;
  white-space:nowrap;
}



#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #toTop {
    bottom: 10px;
    right: 10px;
  }
}


#toTop a {
	display: block;
}

#toTop a img {
  width: 100px
}
@media only screen and (max-width: 640px) { /** forMobile **/
  #toTop a img {
    width: 20vw;
  }
}


#toTop a:hover {
	top:-2px; position:relative;
}


/***************************************/
/************** clearfix  **************/
/***************************************/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size:0;
	height: 0;
  visibility: hidden;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
	zoom:1;
}

/***************************************/
/************** clearfix  **************/
/***************************************/


