@charset "utf-8";

@import url("reset.css");

html {
  width:100%;
}

body{
	font-family:'Lucida Grande', Meiryo, sans-serif;
	font-size:1em;
	color:#000;
	line-height:1em;
	text-align:left;
  width:100%;
  border-top:5px solid #67bef1;
  background:url(../img/common/headerBg.png) no-repeat center top;
}

img {
	border:none;
}

table {
	border-collapse:collapse;
}

iframe {
	display:block;
}

a {
	color:#0069C0;
	text-decoration:underline;
}

a:hover {
	color:#00103F;
	text-decoration:none;
}

.dispNone {
	display:none;
	clear:both;
}

table.default {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #ccc;
}

table.default th {
	vertical-align:middle;
	text-align:left;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	white-space:nowrap;
  color:#004663;
  background:#efefef;
}

table.default td {
	vertical-align:middle;
	text-align:left;
	margin:0;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}
.innerTable {
	width:auto;
}
.innerTable th {
	width:auto !important;
	padding:2px 0 !important;
	border:none !important;
	background-color:#FFF !important;
}
.innerTable td {
	width:auto !important;
	padding:2px 7px !important;
	border:none !important;
}

ul.default {
	margin:15px 0;
}
ul.default li {
	background-image:url(../img/common/onePoint05.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:15px;
	list-style:none;
}

ol.default {
	margin-left:20px;
}

img.block {
	display:block;
}

.fontBlue {
	color:#0068B7;
}

.fontRed {
	color:#C00;
}

.fontPink {
	color:#FF6060;
}

.fontGray {
	color:#999;
}

.small {
	font-size:0.8em;
}

.cyusyaku {
	color:#999;
}


#header {
  padding:15px 0;
  margin:0;
}

#headerInner {
	width:950px;
	margin:auto;
  overflow:hidden;
}

#indexLinkArea {
  width:491px;
  float:left;
}

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


#header #headerMemberLogoin {
  width:210px;
  float:right;
  line-height:1em;
  background:url(../img/common/loginBg.png) repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding:13px 0;
  margin-top:18px;
}

#header #headerMemberLogoin a {
  width:180px;
  box-sizing:border-box;
  display:block;
  line-height:1em;
  background:url(../img/common/onePoint03.png) #2aa7f0 no-repeat 25px center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding:12px 0 12px 40px;
  color:#FFF;
  text-decoration:none;
  margin:auto;
}

#header #headerMemberLogoin a:hover {
  background:url(../img/common/onePoint03.png) #65BAEC no-repeat 25px center;
}

#mainMenuWrapper {
	line-height:1em;
  width:100%;
  background:url(../img/common/mainMenuBg.png) repeat-x;
  margin-bottom:25px;
}

#mainMenu {
  margin:0;
  padding:0;
	width:950px;
	margin:auto;
  overflow:hidden;
  box-sizing:border-box;
  height:66px;
  background:url(../img/common/mainMenuSeparator.png) no-repeat left 18px;
}

#mainMenu li {
  margin:0;
  padding:0;
	float:left;
	list-style:none;
}

#mainMenu li a {
  margin:0;
  padding:20px 0;
  display:block;
  text-decoration:none;
  text-align:center;
  width:158px;
  box-sizing:border-box;
  background:url(../img/common/mainMenuSeparator.png) no-repeat right center;
  color:#000;
  box-sizing:border-box;
}

#mainMenu li a:hover {
  border-top:3px solid #67bef1;
}

#contents {
  width:950px;
  box-sizing:border-box;
  padding:50px 35px;
	margin:auto;
	overflow:hidden;
  line-height:1.5em;
  background:#FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color:#434242;
}

.topicsPass {
  margin-bottom:25px;
  padding-top:4px;
  font-size:0.9em;
  background:url(../img/common/topicsPassHome.png) no-repeat left center;
}

.topicsPass a {
  text-decoration:none;
}

.topicsPass strong {
	color:#0069C0;
  font-weight:normal;
}

#contents h1 {
  border:2px solid #DBE7F4;
  padding:50px 40px;
  letter-spacing:0.2em;
  line-height:1em;
  margin:0;
  background:url(../img/common/h1Bg.jpg) 0 300px;
  overflow:hidden;
}

#contents h2 {
  background:url(../img/common/h2Bg.png) repeat-x bottom;
  font-size:1.2em;
  font-weight:bold;
  padding:0 0 15px 0;
  overflow:hidden;
  margin:25px 0 35px 0;
  max-height:100%; /** forAndroidChoromeFontSizeHack **/
  overflow:hidden;
}

#contents h3 {
	margin:0 0 5px 0 ;
  padding:0 0 10px 18px;
  border-bottom:1px solid #E0E0E0;
  line-height:1em;
  background:url(../img/common/onePoint06.gif) no-repeat left 5px;
  font-size:1em;
  font-weight:bold;
  max-height:100%; /** forAndroidChoromeFontSizeHack **/
}

.section {
	margin:35px 0 45px 0;
	overflow:hidden;
}

.section p {
  max-height:100%; /** forAndroidChoromeFontSizeHack **/
}

.section .section {
	margin:15px 0;
	overflow:hidden;
}


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

.left {
  float:left;
  overflow:hidden;
  width:48%;
}

.right {
  float:right;
  overflow:hidden;
  width:48%;
}

.center {
  text-align:center;
}

img.photo {
  padding:5px;
  background:#FFF;
  border:1px solid #DDDDDD;
}

.photoRight {
  float:right;
  margin:0 0 15px 15px;  
}

.photoLeft {
  float:left;
  margin:0 15px 15px 0;  
}

/*================================================
  index-pageList
================================================*/

.index-pageList {
  overflow:hidden;
  margin:0 0 20px 0;
  padding:0;
}

.index-pageList a {
	display: block;
  float:left;
  width:238px;
  margin-right:18px;
  margin-bottom:20px;
  text-decoration:none;
  color:#000;
  border:1px solid #E3E3E3;
  border-top:3px solid #017baa;
  background:#FFF;
  box-sizing:border-box;
}

.index-pageList a:nth-child(3n) {
    margin-right:0;
}

.index-pageList li {
  margin:0;
  padding:0;
  list-style:none;
}

.index-pageList dl {
  margin:0;
  padding:0;
}

.index-pageList dt {
  margin:0;
  padding:5px 0;
  color:#000;
  line-height:1em;
}

.index-pageList dt img{
  width:220px;
  display:block;
  margin:auto;
}

.index-pageList dd {
  margin:0;
  padding:12px 0 12px 20px;
  background:url(../img/common/onePoint02.png)  no-repeat 7px center;
	background-size:8px 8px;
  font-size:0.9em;
}

.index-pageList a:hover dd {
  text-decoration:underline;
  background:url(../img/common/onePoint02.png)  no-repeat 7px center #EEF8FF;
	background-size:8px 8px;
}


.roroukenkun {
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  background: #FFF;
  width: 680px;
  margin: 50px auto;
  box-sizing: border-box;
  padding: 20px;
}

.roroukenkun dl {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
}

.roroukenkun dt {
  margin: 0 20px 0 10px;
  padding: 0;
}

.roroukenkun dt img {
  width: 120px;
}

.roroukenkun dd{
  margin: 0;
  padding: 0;
}

.roroukenkun .moreInformation {
  margin-bottom: 0;
}


.move-list {
	margin-top:30px;
	padding:0px 3px 0px 3px;
  overflow:hidden;
  font-size:0.8em;
  border-top:3px double #E0E0E0;
  border-bottom:3px double #E0E0E0;
}

.move-list .movelistTitle {
  float:left;
  padding:5px 0;
}

.move-list .movelistLink {
  float:right;
  text-align:right;
  padding:5px 0;
}

.move-list td {
	padding:8px;
	border-bottom:1px solid #CCCCCC;
}

.move-list a {
	margin-right:0;
	color:#000C97;
	background-color:#FFF;
	border:1px solid #ACACAC;
	padding:0 5px;
	text-decoration:none;
  line-height:1em;
}

.move-list a:link, .move-list a:visited {
	background-color:#FFFEF3;
}

.move-list a:hover{
	color:#363636;
	background-color:#E1EAFF;
}

.move-list .now{
	color:#000287 !important;
	background-color:#FFE9AE !important;
}

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

.button a {
  margin:0 15px;
  padding:0;
  background:url(../img/common/onePoint03.png) 15px center no-repeat #2aa7f0;
  color:#FFF;
	padding:10px 20px 10px 35px;
  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 {
  background:url(../img/common/onePoint03.png) 15px center no-repeat #6ABFF0;
}


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

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

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

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

.moreInformationRight a {
  background:url(../img/common/onePoint01.png) no-repeat 15px center #007ba9;
	background-size:7px 8px;
  color:#FFF;
  padding:5px 25px 5px 30px;
  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 15px center #005A7C;
	background-size:7px 8px;
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


#toTop a {
	display: block;
}


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


#footerWrapper {
	background:#67bef1;
  border-top:6px solid #e2e2e2;
  margin-top:55px;
}

#footerInner {
}

#footer {
	margin:auto;
  overflow:hidden;
}

#footer dl {
  margin:0;
  padding: 20px 140px 20px 20px;
	width:410px;
	margin:30px auto;
	color:#FFF;
  background:url(../img/common/rokenkun.png) no-repeat right center;
  background-size: contain;
}

#footer dt {
  margin:0 0 12px 0;
  padding:0;
  text-indent:-9999px;
  background:url(../img/common/footerLogo.png) no-repeat;
}

#footer dd {
  margin:0;
  padding:10px 0 0 0;
	font-size:0.9em;
	line-height:1.5em;
  border-top:1px solid #e2e2e2;
}



#footer address {
	height:14px;
	display:block;
	margin-top:0;
	text-indent:-9999px;
	background-image:url(../img/common/copyright.png);
	background-repeat: no-repeat;
  background-color: #1c5e98;
  background-position: center;
	text-decoration:none;
  padding: 10px 0;
}




/** clear  **/

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/** clear  **/
