@charset "UTF-8";
/* css [Contents] */

@import url("layout.css");
@import url("tabs-navi.css");
@import url("zure.css");

/* Common Parts */

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	width: 100%;
	height: 140px;
	margin-bottom: 40px;
	position: relative;
	/*background: url(../images/levels_common/main-cont-title_bg@1.25x.jpg) 35% 50% repeat-x;*/
	/*background-size: cover;*/
}

#main-cont-title .wrapper {
	top: calc(70px - 1em);
	z-index: 1;
}

#main-cont-title h2 {
	color: #fff;
	font: 600 34px/1 メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font: 600 34px/1 "M PLUS 1p", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .7), 0px 1px 2px rgba(0, 0, 0, .6);
}

#main-cont-title span {
	font-size: 85%;
	margin-top: .3em;
	display: block;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.main-title {
	margin: 0 auto;
	height: auto;
}

.main-title h2 {
	margin: 0 auto;
	color: #2d2e2f;
	line-height: 1.0;
	text-align: center;
	position: relative;
	display: block;
}

.main-title h2 small {
	padding: 0;
	margin: 0;
	font-style: normal;
}

.main-title span {
	padding: 0;
	margin: 0 auto;
	background-color: #1b3b83;
	display: block;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.headtitle {
	font: 600 19px "Open Sans", "Lucida Grande", Arial, sans-serif;
	text-indent: 1em;
	max-width: 100%;
	margin: 0 auto 15px;
	padding: .4em 0;
	position: relative;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 6%, #ffffff 94%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 6%, #ffffff 94%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 6%, #ffffff 94%, rgba(255, 255, 255, 0) 100%);
}

.headtitle:before, .headtitle:after {
	content: "";
	width: 100%;
	height: 2px;
	background-image: -webkit-linear-gradient(left, #056cb4 0%, #4898c2 100%);
	background-image: -ms-linear-gradient(left, #056cb4 0%, #4898c2 100%);
	background-image: linear-gradient(to right, #056cb4 0%, #4898c2 100%);
	position: absolute;
	left: 0;
}

.headtitle:before {
	top: 0;
}

.headtitle:after {
	bottom: 0;
}

/*== headtitle2 ==*/
.headtitle2 { 
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	padding: 0;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 6%, #ffffff 94%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 6%, #ffffff 94%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 6%, #ffffff 94%, rgba(255, 255, 255, 0) 100%);
	overflow: hidden;
}

.headtitle2:before, .headtitle2:after {
	content: "";
	width: 100%;
	height: 2px;
	background-image: -webkit-linear-gradient(left, #056cb4 0%, #4898c2 100%);
	background-image: -ms-linear-gradient(left, #056cb4 0%, #4898c2 100%);
	background-image: linear-gradient(to right, #056cb4 0%, #4898c2 100%);
	position: absolute;
	left: 0;
}

.headtitle2:before {
	top: 0;
}

.headtitle2:after {
	bottom: 0;
}

.headtitle2 .mark {
	margin: 0;
	height: auto;
	color: #fff;
	font-weight: 500;
	background-color: #17aed3;
	border: solid 1px #17aed3;
	border-radius: 4px;
	float: left;
}

.headtitle2 h3 {
	padding: 0;
	margin: 0;
	height: auto;
	color: #2d2e2f;
	font-weight: 600;
	float: left;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	position: relative;
}

.headline h4 {
	margin: 0;
	font-weight: 600;
}

.headline:first-of-type {
	margin-top: 0!important;
}

.headline:before {
	content: "";
	width: 6px;
	height: 100%;
	background-color: #4898c2;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1060px;
	width: 98%;
	height: auto;
	font-size: 11px;
	white-space: nowrap;
}

.rcrumbs > ul {
  padding: 0;
  list-style: none;
}

.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs a {
  color: #83878b;
  text-decoration: none;
}

.rcrumbs a:hover {
  color: #048ddb;
}

.rcrumbs .divider {
  color: #bfc4c5;
  padding: 0 5px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox {
	margin: 0;
}

.textbox p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: normal;
	line-height: 1.7;
}

/*---------------------------------------------------- */
/* Board of Closed or Working now */
/*---------------------------------------------------- */
#coming-soon {
	margin: 50px 0;
	color: #878e95;
}

#coming-soon h2 {
		font: 32px "Open Sans", "Lucida Grande", Arial, sans-serif;
		font-weight: 400;
		text-align: center;
		margin: 0 0 1em;
		padding: 0;
}
	
#coming-soon p {
		font-size: 167%;
		line-height: 1;
		text-align: center;
		margin: 0;
		padding: 0;
}

/*---------------------------------------------------- */
/* Credit */
/*---------------------------------------------------- */
#creditArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

#creditArea p {
	padding: 0;
	margin: 0;
	color: #8d8e8f;
	font-weight: 500;
	line-height: 1.5;	
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	margin-bottom: 20px;
}

/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
}

#maincontainer #contents {
	padding: 25px 0 15px 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.main-title {
	padding: 0 0 15px 0;
	width: 100%;
}

.main-title h2 {
	padding: 0 0 14px 0;
	font-size: 25px;
	font-weight: 800;
}

.main-title h2 small {
	margin-bottom: 8px;
	font-size: 18px;
	display: block;
}

.main-title span {
	width: 80px;
	height: 5px;
	border-radius: 10px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
/*== headtitle2 ==*/
.headtitle2 { 
	padding: 10px 0;
	margin-bottom: 15px;
	width: 100%;
}

.headtitle2 .mark {
	padding: 5px 15px;
	margin-right: 12px;
	font-size: 13px;
}

.headtitle2 h3 {
	margin-top: 2px;
	font-size: 21px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	margin: 0 0 16px 0;
	padding: 0;
}

.headline h4 {
	margin-left: 16px;
	padding: 3px 0;
	font-size: 17px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox {
	padding: 0 0 20px 0;
}

.textbox p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Credit */
/*---------------------------------------------------- */
#creditArea {
	width: 98%;
	max-width: 1080px;
}

#creditArea p {
	font-size: 12px;
	text-align: right;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	height: 160px;
	margin-bottom: 30px;
}

#main-cont-title .wrapper {
	top: calc(80px - 1em);
}

#main-cont-title h2 {
	font-size: 30px;
}

/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
}

#maincontainer #contents {
	padding: 20px 0 10px 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.main-title {
	padding: 0 0 10px 0;
	width: 100%;
}

.main-title h2 {
	padding: 0 0 12px 0;
	font-size: 21px;
	font-weight: 700;
}

.main-title h2 small {
	margin-bottom: 7px;
	font-size: 16px;
	display: block;
}

.main-title span {
	width: 66px;
	height: 4px;
	border-radius: 8px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.headtitle {
	font-size: 18px;
	text-indent: .7em;
	padding: .4em 0;
	margin-bottom: 12px;
}

/*== headtitle2 ==*/
.headtitle2 { 
	padding: 9px 0;
	margin-bottom: 12px;
	width: 100%;
}

.headtitle2 .mark {
	padding: 4px 12px;
	margin-right: 10px;
	font-size: 12px;
}

.headtitle2 h3 {
	margin-top: 2px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	margin: 0 0 14px 0;
	padding: 0;
}

.headline h4 {
	padding: 2px 0;
	margin-left: 15px;
	font-size: 16px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox {
	padding: 0 0 15px 0;
}

.textbox p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	font-size: 12px;
	width: calc(100% - 30px);
}

/*---------------------------------------------------- */
/* Board of Closed or Working now */
/*---------------------------------------------------- */
#coming-soon h2 {
	font-size: 27px;
}
	
#coming-soon p {
		font-size: 18px;
}

/*---------------------------------------------------- */
/* Credit */
/*---------------------------------------------------- */
#creditArea {
	width: 96%;
}

#creditArea p {
	font-size: 12px;
	text-align: right;
}


}

/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
#main-cont-title {
	height: 100px;
	margin-bottom: 30px;
}

#main-cont-title .wrapper {
	top: calc(50px - 1em);
}

#main-cont-title h2 {
	font-size: 24px;
}

/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
}

#maincontainer #contents {
	padding: 15px 0 5px 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
.main-title {
	padding: 0 0 10px 0;
	width: 100%;
}

.main-title h2 {
	padding: 0 0 10px 0;
	font-size: 19px;
	font-weight: 600;
}

.main-title h2 small {
	margin-bottom: 6px;
	font-size: 14px;
	display: block;
}

.main-title span {
	width: 50px;
	height: 3px;
	border-radius: 6px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.headtitle {
	font-size: 18px;
	text-indent: .7em;
	padding: .4em 0;
	margin-bottom: 10px;
}

/*== headtitle2 ==*/
.headtitle2 { 
	padding: 8px 0;
	margin-bottom: 10px;
	width: 100%;
}

.headtitle2 .mark {
	padding: 4px 12px;
	margin-right: 10px;
	font-size: 12px;
}

.headtitle2 h3 {
	margin-top: 2px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.headline {
	margin: 0 0 12px 0;
	padding: 0;
}

.headline h4 {
	padding: 1px 0;
	margin-left: 15px;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox {
	padding: 0 0 10px 0;
}

.textbox p {
	font-size: 14px;
}


/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-right: auto;
	margin-left: auto;
	width: 94%;
}

/*---------------------------------------------------- */
/* Board of Closed or Working now */
/*---------------------------------------------------- */
#coming-soon h2 {
	font-size: 24px;
}
	
#coming-soon p {
		font-size: 16px;
}

/*---------------------------------------------------- */
/* Credit */
/*---------------------------------------------------- */
#creditArea {
	width: 96%;
}

#creditArea p {
	font-size: 11px;
	text-align: right;
}


}