@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&amp;subset=japanese);
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}
body, ul, table, form, iframe {
	margin:0;
	padding:0;
	overflow:hidden;
}
html {
	background-color:#757473;
}
body {
/*	background-image:-webkit-linear-gradient(top, #b0b0b0 0px, #545658 855px, #545658 100%); */
/*
	background-image:-webkit-linear-gradient(top, #a6a6a6 0px, #464b4b 855px, #464b4b 100%);
	background-image:-moz-linear-gradient(top, #a6a6a6 0px, #464b4b 855px, #464b4b 100%);
	background-image:-ms-linear-gradient(top, #a6a6a6 0px, #464b4b 855px, #464b4b 100%);
	background-image:-o-linear-gradient(top, #a6a6a6 0px, #464b4b 855px, #464b4b 100%);
	background-image:linear-gradient(top, #a6a6a6 0px, #464b4b 855px, #464b4b 100%);
	background-repeat: no-repeat;
	background-color:#464b4b;
*/
	background-color:#757473;
	overflow:scroll;
	-webkit-text-size-adjust: 100%;
}
/*
@media screen and (min-width: 515px) {
	body {
		transform:scale(1.5);
		margin-top:250px;
	}
}
*/
ul {
	list-style-type: none;
}
.animated{
	-webkit-transition:margin-left 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out;
}

video#opening{
	width:1610px;
	height:906px;
	position: absolute;
	left: 50%;
	margin-left: -852px;
	top:-50px;
	z-index:100;
	background-color:#000;
}
#videocontrol {
	position: absolute;
	left: 50%;
	top: 730px;
	margin-left: 520px;
	z-index:200;
}

#videocontrol a#soundtogle {
	display:block;
	overflow:hidden;
	text-indent: -500px;
	width:56px;
	height:32px;
	margin-top: 5px;
	background-image:url(../pics/on_off.png);
	background-repeat: no-repeat;
	background-size:cover;
}
#videocontrol a#soundtogle.active {
	background-position:bottom;
}
#videocontrol a#videoplay {
	display:block;
	overflow:hidden;
	position:absolute;
	text-indent: -500px;
	left:-625px;
	top:-420px;
	width:210px;
	height:133px;
	background-image:url(../pics/start.png);
	background-repeat: no-repeat;
	background-size:cover;
}
#videocontrol a#videoplay:hover {
	opacity: .7;
}

a.next,
a.prev {
	display:block;
	position:relative;
	width:46px;
	height:49px;
	left: 40px;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	text-indent:-300px;
	overflow:hidden;
	background-image:url(../pics/next.png);
	background-repeat: no-repeat;
	background-size:contain;
}
a.prev {
	background-image:url(../pics/prev.png);
}
a.skipbutton {
	display:block;
	position:relative;
	text-indent:-300px;
	overflow:hidden;
	width:32px;
	height:31px;
	background-image:url(../pics/skip.png);
	background-repeat: no-repeat;
	background-size:contain;
}
a.skipbutton.btn {
	background-image:url(../pics/skip_btn.png);
	width:46px;
	height:49px;
	left: 40px;
}
a.next:hover ,
a.prev:hover ,
a.skipbutton:hover {
	opacity:.5;
}
a.prev {
	left: 0;
}
#pagecontrol a.next ,
#pagecontrol a.skipbutton {
	position:absolute;
	top:400px;
	left: 1100px;
	color:#000;
}
#pagecontrol a.prev {
	position:absolute;
	top:400px;
	left: -85px;
	color:#000;
}

#pagecontrol {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
#pagetab {
	position:absolute;
	top:13px;
	left:-17px;
	z-index:1000;
	width:37px;
	height:814px;
	background:url(../pics/tabbar.png) 100% 0 repeat-y;
	padding-top:40px;
}
#pagetab a
{
	display:block;
	width:29px;
	height:141px;
	margin-top: -10px;
	position:relative;
	 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	background:url(../pics/tab.png) 100% 0 no-repeat;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:0;
	text-align:center;
	line-height:29px;
	opacity:0.75;
}
#pagetab a.active
{
	z-index:1100;
	background-image:url(../pics/tabactive.png);
}
#pagetab a.active,
#pagetab a:hover
{
	opacity:1.0;
}
#pod-pen{
	position:absolute;
	top:600px;
	left:1076px;
	width: 206px;
	height: 235px;
	background-image:url(../pics/pod_pen.png) !important;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 4000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #333;
  z-index: 4001;
}
#canvas{
	position: relative;
	width: 1068px;
	height: 839px;
	margin: 0 auto 50px auto;
}

#book-zoom{
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2) !important;
}

.ms-book{
	margin: 50px auto 0 auto;
	width:1068px;
	height:839px;
	box-shadow: -30px 0 30px rgba(255,255,255,0.2) !important;
	border-radius:200px;
}

.ms-book h1{
	font-size: 38px;
	font-weight: 800;
	margin: 20px 0;
	color: #333;
	-webkit-text-fill-color: #333;
	-webkit-text-stroke-color: white;
	-webkit-text-stroke-width: 0.005em;
}

.ms-book h2{
	color:#000;
	font-size:16px;
	letter-spacing:2px;
	font-weight: 600;
}

.ms-book .book-content{
	font-size:16px;
	margin:70px 40px;
}

.ms-book blockquote{
	color:#586078;
	margin:10px 0;
	font-style:italic;
}

.ms-book blockquote:before{
	content: "\201C";
	color:#333D53;
	font-size:20px;
}

.ms-book blockquote:after{
	content: "\201D";
	color:#333D53;
	font-size:20px;
}

.ms-book cite{
	font-size:13px;
	font-weight:200;
	font-style:normal;
	color:#666;
}

.ms-book .book-content .center-pic{
	margin:0;
	text-indent:0;
	text-align:center;
}

.ms-book .zoom-this:hover{
	opacity:0.9;
	cursor:pointer;
}

.ms-book .book-content p{
	text-indent: 18px;
	margin: 20px 0;
	line-height: 22px;
}

.ms-book .left-pic{
	float:left;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
}

.animated{
	-webkit-transition:margin-left 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out;
}
/*
.ms-book .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-ms-box-shadow:0 0 10px #999;
	-o-box-shadow:0 0 10px #999;
	box-shadow:0 0 10px #999;
}
*/
.ms-book .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.zoom-pic{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	z-index:999;
}

.zoom-pic img{
	-webkit-box-shadow:0 0 20px #999;
	-moz-box-shadow:0 0 20px #999;
	-o-box-shadow:0 0 20px #999;
	-ms-box-shadow:0 0 20px #999;
	box-shadow:0 0 20px #999;
}

/**/
.ms-book .p1,
.ms-book .p2,
.ms-book .p57,
.ms-book .p58{
	background-color:transparent !important;
	background-image: none !important;
	background-image:url(../pics/book-covers.png) !important;
/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(0.5,  #ddd), color-stop(1,  #bbb)) !important;
	background-image:-webkit-linear-gradient(left, #bbb, #ddd, #bbb) !important;
	background-image:-moz-linear-gradient(left, #bbb, #ddd, #bbb) !important;
	background-image:-ms-linear-gradient(left, #bbb, #ddd, #bbb) !important;
	background-image:-o-linear-gradient(left, #bbb, #ddd, #bbb) !important;
	background-image:linear-gradient(left, #bbb, #ddd, #bbb) !important;
*/
}
.ms-book .p1{
	background-position:0 0;
}
.ms-book .p57{
	background-position:right 0 !important;
}


.ms-book .p1 .side{
	width:5px;
	height:600px;
	position:absolute;
	top:0;
	left:475px;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(0.5,  #ddd), color-stop(1,  #bbb));
	background-image:-webkit-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image:-moz-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image:-ms-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image:-o-linear-gradient(left, #bbb, #ddd, #bbb);
	background-image:linear-gradient(left, #bbb, #ddd, #bbb);

	-webkit-transform:rotateY(-90deg);
	-moz-transform:rotateY(-90deg);
	-o-transform:rotateY(-90deg);
	-ms-transform:rotateY(-90deg);
	transform:rotateY(-90deg);

	-webkit-transform-origin:top right;
	-moz-transform-origin:top right;
	-o-transform-origin:top right;
	-ms-transform-origin:top right;
	transform-origin:top right;
	z-index:3000;

}
/*
*/
.ms-book .p4 .top  {
	display: none;
}
.ms-book .p4:before{
	content:'';
	display:block;
	position:absolute;
	width:514px;
	height:814px;
	background-image:url(../pics/page4-5.png) !important;
}

.ms-book .sample-content{
	width:514px;
	height:814px;
}
.ms-book .odd .sample-content{
	background-position:center right;
}
.ms-book .even .sample-content{
	background-position:center left;
}

.ms-book .page-content{
	width:514px;
	height:814px;
}
.ms-book .odd .page-content{
	background-position:center right;
}
.ms-book .even .page-content{
	background-position:center left;
}
.ms-book .odd .page-content:after{
	content:"";
	display: block;
	width:50px;
	height:48px;
	position:absolute;
	background-image:url(../pics/logo.png) !important;
	background-size:contain;
	top:17px;
	right:9px;
}


.ms-book .p4 #episodeSwitch {
	position:absolute;
	right:0;
	bottom:120px;
	width:100%;
	text-align: center;
}
.ms-book .p4 #episodeSwitch ul ,
.ms-book .p4 #episodeSwitch ul li {
	display: block;
}
.ms-book .p4 #episodeSwitch ul li a {
	display: inline-block;
	overflow: hidden;
	text-indent: -500px;
	width:158px;
	height:70px;
	margin-bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.ms-book .p4 #episodeSwitch ul li a#episode1btn {
	background-image:url(../pics/episode1.png);
}
.ms-book .p4 #episodeSwitch ul li a#episode2btn {
	background-image:url(../pics/episode2.png);
}
.ms-book .p4 #episodeSwitch ul li a:hover {
	opacity: .7;
}
/*
.ms-book .p4 #episodeSwitch ul li a {
	display: block;
	font-size:12px;
	text-align:center;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	width: 100px;
	height: 20px;
	margin-top:3px;
}
.ms-book .p4 #episodeSwitch ul li a:hover {
	background-color:rgba(0,0,0,.5);
	color:#fff;
}
*/

.episode1 {
	display: none;
}

.ms-book .p5 img{
	border:10px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2) !important;
	position:absolute;
}

.ms-book .p5 .episode1 .copy{
	position:absolute;
	top:618px;
	left:90px;
	line-height:1.8em;
	font-size:22px;
}
.ms-book .p5 .episode1 .copy video{
	/* width: 242px; */
	width:484px;
	transform:scale(0.5);
	position:relative;
	left:-121px;
	top:-50px;
	/* background-color:#faf7ed; */
}
.ms-book .p5 .episode1 img#p5_1{
	top:55px;
	left:50px;
	width:310px;
}
.ms-book .p5 .episode1 img#p5_2{
	top:307px;
	left:85px;
	width:387px;
}

.ms-book .p5 .episode2 .copy{
	position:absolute;
	top:650px;
	left:53px;
	line-height:1.8em;
	font-size:22px;
}
.ms-book .p5 .episode2 .copy video{
	/* width: 262px; */
	width:524px;
	height:118px;
	transform:scale(0.5);
	position:relative;
	left:-131px;
	top:-30px;
	/* background-color:#faf7ed; */
}
.ms-book .p5 .episode2 img#e2_p5_1{
	top:70px;
	left:52px;
	width:302px;
}
.ms-book .p5 .episode2 img#e2_p5_2{
	top:311px;
	left:56px;
	width:410px;
}

.ms-book .p6 img{
	border:10px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2) !important;
	position:absolute;
}

.ms-book .p6 .episode1 .copy{
	position:absolute;
	top:641px;
	left:56px;
	line-height:1.8em;
	font-size:22px;
}
.ms-book .p6 .episode1 .copy video{
	/* width: 396px; */
	width:792px;
	transform:scale(0.5);
	position:relative;
	left:-198px;
	top:-29px;
	/* background-color:#faf7ed; */
}
.ms-book .p6 .episode1 img#p6_1{
	top:70px;
	left:35px;
	width:290px;
}
.ms-book .p6 .episode1 img#p6_2{
	top:326px;
	left:90px;
	width:384px;
}

.ms-book .p6 .episode2 .copy{
	position:absolute;
	top:659px;
	left:57px;
	line-height:1.8em;
	font-size:22px;
}
.ms-book .p6 .episode2 .copy video{
	/* width: 328px; */
	width:656px;
	height:194px;
	transform:scale(0.5);
	position:relative;
	left:-164px;
	top:-48px;
	/* background-color:#faf7ed; */
}
.ms-book .p6 .episode2 img#e2_p6_1{
	top:83px;
	left:40px;
	width:321px;
}
.ms-book .p6 .episode2 img#e2_p6_2{
	top:319px;
	left:98px;
	width:372px;
}

.ms-book .p7 img{
	border:10px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2) !important;
	position:absolute;
}

.ms-book .p7 .episode1 .copy{
	position:absolute;
	top:526px;
	left:70px;
	line-height:1.8em;
	font-size:22px;
}
.ms-book .p7 .episode1 .copy video{
	/* width: 434px; */
	/* width:868px; */
	width:872px;
	transform:scale(0.5);
	position:relative;
	left:-217px;
	top:-129px;
	/* background-color:#faf7ed; */
}
.ms-book .p7 .episode1 .continue{
	position:absolute;
	top:756px;
	left:366px;
	line-height:1.8em;
	font-size:17px;
	color:rgb(195,13,35);
}
.ms-book .p7 .episode1 img#p7_1{
	top:69px;
	left:217px;
	width:250px;
}
.ms-book .p7 .episode1 img#p7_2{
	top:209px;
	left:35px;
	width:409px;
}

.ms-book .p7 .episode2 .copy{
	position:absolute;
	top:526px;
	left:70px;
	line-height:1.8em;
	font-size:22px;
}
.ms-book .p7 .episode2 .copy video{
	/* width: 405px; */
	width:810px;
	height:436px;
	transform:scale(0.5);
	position:relative;
	left:-202px;
	top:-54px;
	/* background-color:#faf7ed; */
}
.ms-book .p7 .episode2 img#e2_p7_1{
	top:84px;
	left:36px;
	width:241px;
}
.ms-book .p7 .episode2 img#e2_p7_2{
	top:225px;
	left:72px;
	width:398px;
}

.ms-book .p8.even {
	background-image:url(../pics/pp8_bg.jpg) ;
	background-position: 100% 50%;
}
.ms-book .p9.odd {
	background-image:url(../pics/pp9_bg.jpg) ;
	background-position: 0% 50%;
}
.ms-book .p9 .content-number {
	color: #fff;
}
.ms-book .p9 .content-number::before {
	border-color: #fff;
}
.ms-book .p8 > div h1{
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../pics/pp8_title.png);
	background-repeat: no-repeat;
	background-size: contain;
	width:86px;
	height:55px;
	margin:300px auto 0 255px;
}
.ms-book .p9 > div h1{
	display: none;
}
.ms-book .p8 > div .copy {
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: italic;
	color: #6a3906;
	font-size: 17px;
	line-height: 27px;
	margin-left:95px;
	margin-top:10px;
}
.ms-book .p8 > div .copy span {
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 17px;
	line-height: 27px;
	display: block;
}
.ms-book .p8 > div .copy span:nth-child(1) {
	text-indent:22px;
}
.ms-book .p8 > div .copy span:nth-child(2) {
	text-indent:20px;
}
.ms-book .p8 > div .copy span:nth-child(3) {
	text-indent:18px;
}
.ms-book .p8 > div .copy span:nth-child(4) {
	text-indent:16px;
}
.ms-book .p8 > div .copy span:nth-child(5) {
	text-indent:14px;
}
.ms-book .p8 > div .copy span:nth-child(6) {
	text-indent:12px;
}
.ms-book .p8 > div .copy span:nth-child(7) {
	text-indent:10px;
}
.ms-book .p8 > div .copy span:nth-child(8) {
	text-indent:8px;
}
.ms-book .p8 > div .copy span:nth-child(9) {
	text-indent:6px;
}
.ms-book .p8 > div .copy span:nth-child(10) {
	text-indent:4px;
}
.ms-book .p8 > div .copy span:nth-child(11) {
	text-indent:2px;
}
.ms-book .p8 > div .copy span:nth-child(12) {
	text-indent:0px;
}
.ms-book .p9 > div img#photos {
	position: absolute;
	width:306px;
	object-fit: contain;
	top:140px;
	left:30px;
}
.ms-book .p9 > div img#profile {
	position: absolute;
	width:198px;
	object-fit: contain;
	top:370px;
	left:10px;
}


.ms-book .p9 > div .ptitle {
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: italic;
	color: #6a3906;
	font-size: 25px;
	line-height: 30.5px;
	margin-left:20px;
	margin-top:460px;
	margin-bottom:10px;
	letter-spacing: -1px;
}
.ms-book .p9 > div .ptitle span {
	font-family: "ten-mincho", serif;
	font-weight: 400;
	/* font-size: 22px; */
	letter-spacing: -5px;
}
.ms-book .p9 > div .pmain {
	color: #6a3906;
	font-size: 13.5px;
	line-height: 23px;
	margin-left:20px;
	margin-top:0px;
	width:284px;
	text-align: justify;
}

.ms-book .p9 > div img#p11_2 {
	position: absolute;
	width:85px;
	object-fit: contain;
	top:470px;
	left:330px;
}
.ms-book .p9 > div img#p11_1 {
	position: absolute;
	width:106px;
	object-fit: contain;
	top:542px;
	left:330px;
}



.ms-book .p10 .companyinfo:before {
	content:"";
	display: block;
	width:154px;
	height:142px;
	position:absolute;
	background-image:url(../pics/p8_1.jpg) ;
	background-repeat: no-repeat;
	background-size:contain;
	top:45px;
	left:-160px;
}
.ms-book .p10 .companyinfo {
	display:block;
	width:280px;
	left:200px;
	position:absolute;
}
.ms-book .p10 .companyinfo h1:before {
	content:"";
	display: inline-block;
	width: 34px;
	height: 42px;
	background-image: url(../pics/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 14px;
	position: relative;
	left: 2px;
}
.ms-book .p10 .companyinfo h1 {
	font-size:29px;
	margin-top:28px;
	margin-left:9px;
	font-weight:400;
	margin-bottom:0;
}
.ms-book .p10 .companyinfo h1:after {
	content:"";
	display: inline-block;
	width: 28px;
	height: 42px;
	background-image:url(../pics/ms.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 16px;
	position: relative;
	left: 4px;
}
.ms-book .p10 .companyinfo address {
	text-decoration: none;
	font-style: normal;
	margin-left: 13px;
	font-size: 14px;
	text-align: justify;
}
.ms-book .p10 .companyinfo p {
	margin-top:2px;
	margin-bottom:9px;
	margin-left: 17px;
	font-size: 10.5px;
	text-align: justify;
}
.ms-book .p10 .companyinfo a {
	border:1px solid #000;
	text-align: center;
	margin-left: 17px;
	font-size: 12px;
	text-align: justify;
	padding: 3px 20px;
	text-decoration: none;
	color:#000;
}
.ms-book .p10 .companyinfo a:hover {
	background-color:rgba(0,0,0,.5);
	color:#fff;
}
.ms-book .p10 .index {
	position:absolute;
	left:44px;
	top:221px;
	width:429px;
}
.ms-book .p11 .index {
	position:absolute;
	left:250px;
	top:91px;
	width:225px;
}
.ms-book .p10 .index h2{
	font-family:"Arial Black";
	font-size:29px;
	color:rgb(195,13,35);
	margin:0;
}
.ms-book .p10 .index h3,
.ms-book .p11 .index h3{
	font-size:27px;
	margin:8px 0;
	font-weight: 400;
	border-bottom:1px solid #000;
	position: relative;
}
.ms-book .p10 .index h3 span,
.ms-book .p11 .index h3 span{
	font-family:"Times New Roman";
	font-size:33px;
	color:rgb(195,13,35);
	font-weight:100;
	margin-right:10px;
}
.ms-book .p11 .index h3 span+span{
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	font-size:12px;
	font-weight:400;
	vertical-align:6px;
	margin-right:2px;
}
.ms-book .p10 .index .index00 h3:after {
	content:"";
	display: block;
	width: 96px;
	height: 42px;
	background-image:url(../pics/p8_t0.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 33px;
	position: absolute;
	right: 0;
}
.ms-book .p10 .index .index00 dl {
	margin-top: 30px;
	line-height:19px;
	height: 130px;
	overflow-y: scroll;
}

.ms-book .p10 .index .index00 dl::-webkit-scrollbar
{
        width:5px;
        background:#eee;
}
.ms-book .p10 .index .index00 dl::-webkit-scrollbar:horizontal
{
				height:5px;
}
.ms-book .p10 .index .index00 dl::-webkit-scrollbar-thumb
{
        background:#666;
}






.ms-book .p10 .index dl dt,
.ms-book .p11 .index dl dt {
	font-size:13px;
	clear:both;
	float:left;
	width:112px;
	margin-bottom:8px;
}
.ms-book .p10 .index dl dt span ,
.ms-book .p11 .index dl dt span {
	color:rgb(195,13,35);
	margin-right:10px;
}
.ms-book .p10 .index dl dd ,
.ms-book .p11 .index dl dd {
	margin-left:112px;
	font-size:13px;
	text-align:justify;
	margin-bottom:8px;
}
.ms-book .p10 .index dl dd a ,
.ms-book .p11 .index dl dd a {
	text-decoration:none;
	color:#000;
}
.ms-book .p10 .index dl dd a:hover ,
.ms-book .p11 .index dl dd a:hover {
	text-decoration:underline;
}
.ms-book .p10 .index .index01 {
	margin-left: 210px;
	position:absolute;
	top:276px;
	width:220px;
}
.ms-book .p10 .index .index01:before {
	content:"";
	display: block;
	width: 180px;
	height: 300px;
	background-image:url(../pics/p8_2.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 15px;
	position: absolute;
	left: -210px;
}
.ms-book .p10 .index .index01 h3:after {
	content:"";
	display: block;
	width: 197px;
	height: 56px;
	background-image:url(../pics/p8_t1.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 24px;
	position: absolute;
	right: 0;
}
.ms-book .p10 .index .index01 dl {
	margin-left:0;
	margin-top:36px;
}
.ms-book .p10 .index .index01 dt {
	font-size:12px;
	line-height:14px;
	width:30px;
	margin-bottom:7.2px;
}
.ms-book .p10 .index .index01 dd {
	font-size:14px;
	line-height:14px;
	margin-left:30px;
	margin-bottom:7.2px;
}
.ms-book .p11 .index .index02:before {
	content:"";
	display: block;
	width: 170px;
	height: 300px;
	background-image:url(../pics/p9_1.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 11px;
	position: absolute;
	left: -200px;
}
.ms-book .p11 .index .index02 h3:after {
	content:"";
	display: block;
	width: 152px;
	height: 56px;
	background-image:url(../pics/p9_t1.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 31px;
	position: absolute;
	right: 0;
}
.ms-book .p11 .index .index02 dl {
	margin-left:0;
	margin-top:36px;
}
.ms-book .p11 .index .index02 dt {
	font-size:12px;
	line-height:14px;
	width:30px;
	margin-bottom:9px;
}
.ms-book .p11 .index .index02 dt:nth-child(9) {
	width:62px;
}
.ms-book .p11 .index .index02 dd {
	font-size:14px;
	line-height:14px;
	margin-left:30px;
	margin-bottom:9px;
}
.ms-book .p11 .index .index03 {
	margin-top:20px;
	position: relative;
}
.ms-book .p11 .index .index03:before {
	content:"";
	display: block;
	width: 170px;
	height: 200px;
	background-image:url(../pics/p9_2.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 2px;
	position: absolute;
	left: -200px;
}
.ms-book .p11 .index .index03 h3:after {
	content:"";
	display: block;
	width: 181px;
	height: 37px;
	background-image:url(../pics/p9_t2.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 37px;
	position: absolute;
	right: 0;
}
.ms-book .p11 .index .index03 dl {
	margin-left:0;
	margin-top:36px;
}
.ms-book .p11 .index .index03 dt {
	font-size:12px;
	line-height:14px;
	width:30px;
	margin-bottom:14px;
}
.ms-book .p11 .index .index03 dd {
	font-size:14px;
	line-height:14px;
	margin-left:30px;
	margin-bottom:14px;
}
.ms-book .p11 .index .index04 {
	margin-top:30px;
	position: relative;
}
.ms-book .p11 .index .index04:before {
	content:"";
	display: block;
	width: 170px;
	height: 200px;
	background-image:url(../pics/p9_3.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 3px;
	position: absolute;
	left: -200px;
}
.ms-book .p11 .index .index04 h3 {
	font-size:26px;
	padding-bottom:3px;
}
.ms-book .p11 .index .index04 h3:after {
	content:"";
	display: block;
	width: 123px;
	height: 56px;
	background-image:url(../pics/p9_t3.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	top: 34px;
	position: absolute;
	right: 0;
}
.ms-book .p11 .index .index04 #msmovie {
	display:block;
	position:absolute;
	right:0;
	top:76px;
	width:100px;
	height:85px;
	background-image:url(../pics/msmovie.png) ;
	background-repeat: no-repeat;
	background-size:contain;
	overflow: hidden;
	text-indent: -300px;
}
.ms-book .p11 .index .index04 #msmovie:hover {
	opacity: .7;
}
.ms-book .p11 .index .index04 dl {
	margin-left:0;
	margin-top:36px;
}
.ms-book .p11 .index .index04 dt {
	font-size:12px;
	line-height:14px;
	width:30px;
	margin-bottom:14px;
}
.ms-book .p11 .index .index04 dd {
	font-size:14px;
	line-height:14px;
	margin-left:30px;
	margin-bottom:14px;
}
.ms-book .p11 .links {
	position:absolute;
	left:50px;
	top:635px;
	width:440px;
}
.ms-book .p11 .links h2 {
	font-family:"Arial Black";
	font-size:17px;
	color:rgb(195,13,35);
	border-top:1px solid rgb(195,13,35);
	margin:0 0 2px 0;
	padding-top: 2px;
	letter-spacing: 0;
	width:464px;
}
.ms-book .p11 .links ul {
	margin-top: -20px;
	display:block;
}
.ms-book .p11 .links ul li {
	display:block;
	float: left;
}
.ms-book .p11 .links ul li a {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	margin-right:8px;
	margin-bottom:7px;
	background-repeat: no-repeat;
	background-size:cover;
	border:1px solid #ccc;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2) !important;
}
.ms-book .p11 .links ul li a:hover{
	border:1px solid #000;
}
.ms-book .p11 .links ul li a.msblog {
	width: 86px;
	height: 81px;
	margin-top: 20px;
	background-image:url(../pics/msblog.png) ;
}
.ms-book .p11 .links ul li a.recruit {
	width: 86px;
	height: 101px;
	background-image:url(../pics/recruit.png) ;
}
.ms-book .p11 .links ul li a.mscommerce {
	width: 223px;
	height: 29px;
	background-image:url(../pics/ms-commerce.png) ;
}
.ms-book .p11 .links ul li a.tslock {
	width: 107px;
	height: 29px;
	margin-right:9px;
	background-image:url(../pics/ts-lock.png) ;
}
.ms-book .p11 .links ul li a.mstracks {
	width: 107px;
	height: 29px;
	background-image:url(../pics/ms-tracks.png) ;
}
.ms-book .p11 .links ul li a.greenm {
	width: 69px;
	height: 29px;
	background-image:url(../pics/greenm.png) ;
}
.ms-book .p11 .links ul li a.doraever {
	width: 69px;
	height: 29px;
	background-image:url(../pics/doraever-logo.png) ;
}
.ms-book .p11 .links ul li a.saitokyo {
	width: 69px;
	height: 29px;
	background-image:url(../pics/saitokyo.png) ;
}
.ms-book .p11 .links ul li a.resorttrust {
	width: 69px;
	height: 29px;
	background-image:url(../pics/resorttrust.png) ;
}


.ms-book .p12 > div {
	padding:30px 0 0 41px;
}
.ms-book .p12 > div h1 {
	font-size: 12px;
	font-weight: 400;
	margin-left: -9px;
	margin-bottom:0;
}
.ms-book .p12 > div h2 {
	font-size: 34px;
	line-height: 38px;
	margin-top:10px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
}
.ms-book .p12 > div h3 {
	font-size: 11px;
	margin-bottom:6px;
	margin-top:9px;
	font-weight:400;
}
.ms-book .p12 > div .copy {
	font-size: 20px;
	line-height: 37px;
	margin-top: 66px;
	font-weight: 300;
}
.ms-book .p12 > div .copy p+p {
	font-size: 13px;
	margin-left: -4px;
	margin-top: 33px;
	line-height: 20px;
}
.ms-book .p12 > div .copy p+p+p {
	margin-top: 20px;
}
.ms-book .p12 > div .motto {
	font-size: 13px;
	line-height: 25px;
	margin-top: 26px;
	margin-left: 5px;
	font-weight: 300;
}
.ms-book .p12 > div .motto h4 {
	margin-left: -5px;
	font-weight:500;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 6px;
}
.ms-book .p12 > div img.heart {
	position: absolute;
	top: 143px;
	left: 254px;
	width: 515px;
}

.ms-book .p13 > div {
	padding:20px 14px;
}
.ms-book .p13 div h1 {
	text-indent:0;
	font-size: 12px;
	font-weight: 800;
	width: 447px;
	margin-left: 239px;
	margin-top: 33px;
	margin-bottom: 0;
	color: #cc0033;
	-webkit-text-fill-color: #cc0033;
}
.ms-book .p13 div h2 {
	font-family: "YasashisaAntique", serif;
	text-indent:0;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -1px;
	font-weight: 400;
	width: 447px;
	margin-left: 239px;
	margin-top: 5px;
	margin-bottom: 0;
}
.ms-book .p13 > div .copy {
	font-size: 12px;
	line-height: 18px;
	margin-top: 9px;
	margin-left: 238px;
	font-weight: 300;
	width: 211px;
	padding: 0;
	text-align:justify;
}
.ms-book .p13 > div .copy div.ceo {
	font-size: 15px;
  font-family: 'Yu Mincho';
  font-weight: bold;
	margin-left: 82px;
  margin-bottom:18px;
	line-height: 18px;
	margin-top: 9px;
}
.ms-book .p13 > div .copy div.ceo span.title {
	font-size:11px;
  font-weight: normal;
  margin-right: 4px;
}
.ms-book .p13 > div img {
	position: absolute;
}
.ms-book .p13 > div img.heart {
	top: 143px;
	left: -259px;
	width: 515px;
}
.ms-book .p13 > div img#p11_1 {
	top: 550px;
	left: 157px;
	width: 87px;
}
.ms-book .p13 > div img#p11_2 {
	top: 657px;
	left: 120px;
	width: 125px;
}
.ms-book .p13 > div img#p11_3 {
	top: 440px;
	left: 254px;
	width: 209px;
}
.ms-book .p13 > div img#p11_3a {
	top: 491px;
	left: 254px;
	width: 209px;
	display:none;
}







.ms-book .p14 div {
	padding:20px 0 0 30px;
}
.ms-book .p14 div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
}
.ms-book .p14 div dl {
	font-size:12px;
	margin:31px 15px 18px 15px;
	border-bottom:1px solid #000;
}
.ms-book .p14 div dl dt {
	clear:both;
	float:left;
	width:179px;
	padding:5px 0;
	line-height:24px;
	border-top:1px solid #000;
	position: relative;
}
.ms-book .p14 div dl dt.monthonly {
	width:54px;
	margin-left:125px;
}
.ms-book .p14 div dl dt span {
	display: block;
	position: absolute;
	right: 25px;
	top: 3px;
}
.ms-book .p14 div dl dd {
	border-top:1px solid #000;
	margin-left:179px;
	padding:5px 0;
	line-height:24px;
}
.ms-book .p14 div ul
{
	margin:30px 0 0 15px;
}
.ms-book .p14 div ul li
{
	margin-right:16px;
	margin-bottom:9px;
	float:left;
}
.ms-book .p14 div ul li:nth-child(3n)
{
	margin-right:0;
}
.ms-book .p14 div ul li img
{
	width:141px;
	height:97px;
	object-fit: cover;
}


.ms-book .p15 div {
	padding:20px 14px;
}
.ms-book .p15 div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}
.ms-book .p15 div dl {
	font-size:11px;
	margin:31px 15px 18px 15px;
	border-bottom:1px solid #000;
}
.ms-book .p15 div dl dt {
	clear:both;
	float:left;
	width:179px;
	padding:5px 0;
	line-height:24px;
	border-top:1px solid #000;
	position: relative;
}
.ms-book .p15 div dl dt.double {
	padding: 14px 0;
}
.ms-book .p15 div dl dt.monthonly {
	width:54px;
	margin-left:125px;
}
.ms-book .p15 div dl dt span {
	display: block;
	position: absolute;
	right: 25px;
	top: 3px;
}
.ms-book .p15 div dl dt.double span {
	padding: 7.5px 0;
}
.ms-book .p15 div dl dd {
	border-top:1px solid #000;
	margin-left:179px;
	padding:5px 0;
	line-height:24px;
}
.ms-book .p15 div dl dd.double {
	line-height:20px;
	padding: 14px 0;
}
.ms-book .p15 div dl dd span.pref {
	display: inline-block;
	width:12em;
}
.ms-book .p15 div ul
{
	margin:30px 0 0 15px;
}
.ms-book .p15 div ul li
{
	margin-right:16px;
	margin-bottom:9px;
	float:left;
}
.ms-book .p15 div ul li:nth-child(3n)
{
	margin-right:0;
}
.ms-book .p15 div ul li img
{
	width:141px;
	height:97px;
	object-fit: cover;
}


.ms-book .p16 div {
	padding:20px 0 0 30px;
}
.ms-book .p16 div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
}
.ms-book .p16 div dl {
	font-size:12px;
	margin:16px 15px 18px 15px;
	border-bottom:1px solid #000;
}
.ms-book .p16 div dl dt {
	clear:both;
	float:left;
	width:133px;
	padding:1.5px 0;
	line-height:18.5px;
	border-top:1px solid #000;
	position: relative;
}
.ms-book .p16 div dl dt.hasuda {
	padding-top:6px;
	line-height:14px;
}
.ms-book .p16 div dl dt.hasuda span {
	letter-spacing: -1px;
}
.ms-book .p16 div dl dt.sanpai span {
	display: block;
	text-align:right;
	line-height:33px;
	padding-right:10px;
}
.ms-book .p16 div dl dd {
	border-top:1px solid #000;
	margin-left:133px;
	padding:1.5px 0;
	line-height:18.5px;
}
.ms-book .p16 div dl dd.hasuda {
	padding:10px 0;

}
.ms-book .p16 div dl dd span.pref {
	display: inline-block;
	width:12em;
}
.ms-book .p16 div dl dd span.jigyou {
	display: inline-block;
	width:12em;
}
.ms-book .p16 div dl dd span.long {
	display: inline-block;
	letter-spacing: -1px;
	transform   : scale(0.8, 1.0);
	text-align: left;
	margin:0 -10px;
}
.ms-book .p16 div dl dd span.llong {
	display: inline-block;
	letter-spacing: -1px;
	text-align: left;
}
.ms-book .p16 div dl dt.sanpai  {
	letter-spacing: -1px;
	white-space: nowrap;
}

.ms-book .p17 div {
	padding:20px 14px;
}
.ms-book .p17 div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}
.ms-book .p17 div dl {
	font-size:11px;
	margin:16px 15px 0 15px;
	/* border-bottom:1px solid #000; */
}
.ms-book .p17 div dl::after {
	content: "";
	display: block;
	clear: both;
	border-bottom:1px solid #000;
}
.ms-book .p17 div dl dt {
	clear:both;
	float:left;
	width:78px;
	padding:1.5px 0;
	line-height:18.5px;
	border-top:1px solid #000;
	position: relative;
}
.ms-book .p17 div dl dd {
	border-top:1px solid #000;
	margin-left:78px;
	padding:1.5px 0;
	line-height:18.5px;
}
.ms-book .p17 div dl dd.tslock {
	padding:7.5px 0;
}
.ms-book .p17 div dl dd a {
	text-decoration: none;
	color:#0099ff;
}
.ms-book .p17 div dl dd a:hover {
	text-decoration: underline;
}
.ms-book .p17 div dl dd.tslock a.tslock {
	overflow: hidden;
	text-indent: -500px;;
	display:inline-block;
	position: absolute;
	width: 121px;
	height: 41px;
	bottom:20px;
	left:250px;
	background-image:url(../pics/tslock.png) ;
	background-repeat: no-repeat;
	background-size:contain;
}
.ms-book .p17 div dl dd.tslock a.tslock:hover {
	opacity: .7;
}
.ms-book .p17 div div.keisyouryaku {
	position:relative;
	text-align:right;
	font-size:10px;
	padding:0;
}


.ms-book .p18.even {
	background-image:url(../pics/pp18_bg.jpg) ;
	background-position: 100% 50%;
}
.ms-book .p19.odd {
	background-image:url(../pics/pp19_bg.jpg) ;
	background-position: 0% 50%;
}
.ms-book .p19 .content-number {
	color: #fff;
}
.ms-book .p19 .content-number::before {
	border-color: #fff;
}

.ms-book .p18 > div h1{
	overflow: hidden;
	text-indent: -500px;
	background-image: url(../pics/pp18_title.png);
	background-repeat: no-repeat;
	background-size: contain;
	width:420px;
	height:62px;
	margin:30px auto 0 40px;
}
.ms-book .p19 > div h1{
	display: none;
}
.ms-book .p19.odd .page-content:after {
	content: "";
	display: none;
}

.ms-book .p18 > div .copy {
	font-size: 13.8px;
	line-height: 20px;
	color:#fff;
	margin: 0 0 25px 40px;
	width:430px;
	text-align: justify;
}
.ms-book .p18 > div .copy span{
	display: inline-block;
	transform:scale(4.0, 1.0);
	padding-left:20px;
	padding-right:20px;
}

.ms-book .p18 > div section,
.ms-book .p19 > div section {
	position: relative;
	margin-top:10px;
	margin-left:40px;
	width:420px;
	color:#fff;
}
.ms-book .p18 > div section .flex,
.ms-book .p19 > div section .flex {
	display: flex;
}
.ms-book .p18 > div section a,
.ms-book .p19 > div section a {
	display: block;
}
.ms-book .p18 > div section a:hover ,
.ms-book .p19 > div section a:hover {
	opacity: .7;
}
.ms-book .p18 > div section a .btn ,
.ms-book .p19 > div section a .btn {
	display: block;
	width:75px;
	height: 55px;
	object-fit: contain;
}
.ms-book .p18 > div section h2,
.ms-book .p19 > div section h2 {
	font-family: 'Noto Serif JP', serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	color:#fff;
	font-size: 23.7px;
	line-height: 25px;
	font-weight: 600;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: 0;
}
.ms-book .p19 > div section .flex div {
	width:332px;
}
.ms-book .p18 > div section p,
.ms-book .p19 > div section p {
	font-size: 11.8px;
	line-height: 17.4px;
	text-align: justify;
	margin: 0 0 5px 0;
	padding: 0;
}
.ms-book .p18 > div section img.photo,
.ms-book .p19 > div section img.photo {
	width:430px;
}
.ms-book .p19 > div section.strength4 {
	margin-top:50px;
}
.ms-book .p19 > div section.strength4 img.photo ,
.ms-book .p19 > div section.strength5 img.photo {
		width: 342px;
}
.ms-book .p19 > div section.strength6 p {
	width:138px;
}
.ms-book .p19 > div section.strength6 img.photo {
	position: absolute;
	width:176px;
	top:10px;
	right:0;
}
.ms-book .p19 > div section.strength7 p {
	width:192px;
}
.ms-book .p19 > div section.strength7 img.photo {
	position: absolute;
	width:130px;
	top:30px;
	right:0;
}




.ms-book .p20 > div {
	padding:20px 0 0 34px;
}
.ms-book .p20 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}
.ms-book .p20 > div .head {
	position: absolute;
}
.ms-book .p20 > div h2 {
	font-size: 29px;
	line-height: 38px;
	margin-top: 0;
	margin-bottom:0;
	letter-spacing: 0;
}
.ms-book .p20 > div .copy {
	font-size: 11px;
	line-height: 19px;
}
.ms-book .p20 > div .copy+img {
	width:309px;
	margin-top:14px;
}

.ms-book .p20 > div ul.profile ,
.ms-book .p21 > div ul.profile {
	margin-top: 15px;
	display: block;
}
.ms-book .p20 > div ul.profile li ,
.ms-book .p21 > div ul.profile li {
	display: block;
	float:left;
	width:141px;
	margin-right: 20px;
	margin-bottom: 7px;
}
.ms-book .p20 > div ul.profile li:nth-child(3n) ,
.ms-book .p21 > div ul.profile li:nth-child(3n)
{
	margin-right:0;
}
.ms-book .p20 > div ul.profile li img ,
.ms-book .p21 > div ul.profile li img {
	display: block;
	position: relative;
	width:165px;
	height:155px;
	object-fit: cover;
	left:-5px;
	margin-bottom: -10px;
	/*
	border:5px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	margin-bottom: 5px;
	*/
}
.ms-book .p20 > div ul.profile li > div ,
.ms-book .p21 > div ul.profile li > div {
	margin-top:-10px;
	padding:0;
}
.ms-book .p20 > div ul.profile li div.nowrap ,
.ms-book .p21 > div ul.profile li div.nowrap {
	margin:0;
	padding:0;
	white-space: nowrap;
}

.ms-book .p20 > div ul.profile li .name ,
.ms-book .p21 > div ul.profile li .name {
	font-size: 13px;
	font-weight: 600;
}
.ms-book .p20 > div ul.profile li .job ,
.ms-book .p21 > div ul.profile li .job {
/*	font-size: 8px; */
	font-size: 10px;
	transform:scale(0.8);
	width:110%;
}
.ms-book .p20 > div ul.profile li .job .line2 {
	display: inline-block;
	font-size:6px;
	line-height:8px;
	padding-left: 2px;
}
.ms-book .p20 > div ul.profile li .job:before ,
.ms-book .p21 > div ul.profile li .job:before {
	content: '／';
}
.ms-book .p20 > div ul.profile li .comment1 ,
.ms-book .p21 > div ul.profile li .comment1 {
/*	font-size: 9px; */
	font-size: 10px;
	transform:scale(0.9);
	margin: -4px 0 0 0;
	padding: 0;
	text-align: justify;
	line-height: 13px;
	position:relative;
	left:-8px;
	width:156px;
}
.ms-book .p21 > div ul.profile li .nowrap + .comment1 {
	margin-top:-8px;
}
.ms-book .p20 > div ul.profile li .comment2 ,
.ms-book .p21 > div ul.profile li .comment2 {
/*	font-size: 9px; */
	font-size: 10px;
	transform:scale(0.9);
	margin: 5px 0 0 0;
	padding: 0;
	text-align: justify;
	line-height: 13px;
	position:relative;
	left:-8px;
	width:156px;
}

.ms-book .p21 div {
	padding:20px 14px;
}
.ms-book .p21 div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}
.ms-book .p21 > div img.bgtruck {
	position:absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
}



.ms-book .p22 > div {
	padding:20px 0 0 34px;
}
.ms-book .p22 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}
.ms-book .p22 > div h2 ,
.ms-book .p23 > div h2 {
	font-size: 20px;
	letter-spacing:1px;
	line-height: 38px;
	margin-bottom:6px;
	font-weight:900;
}
.ms-book .p22 > div > section {
	margin:0 5px;
}
.ms-book .p23 > div > section {
	margin:22px 18px;
}
.ms-book .p22 > div > section > div {
	width: 444px;
	margin: 0 3px 19px 3px;
}
.ms-book .p23 > div > section > div {
	width: 444px;
	margin: 0 0 19px 0;
}
.ms-book .p22 > div > section > div > h3 ,
.ms-book .p23 > div > section > div > h3 {
	margin: 8px 0 0 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
}
.ms-book .p22 > div > section > div > p ,
.ms-book .p23 > div > section > div > p {
	margin: 4px 0;
	font-size: 12px;
	text-align: justify;
	line-height: 19px;
}
.ms-book .p23 > div > section > div > p {
	letter-spacing:-.5px;
}
.ms-book .p22 > div > section:last-child {
	width:100%;
	border-top:5px solid #727171;
}
.ms-book .p23 > div > section:last-child {
	position: absolute;
	width: 516px;
	top: 460px;
	left: -20px;
	border-top:5px solid #727171;
	padding:0 34px;
}
.ms-book .p23 > div > section:last-child > div {
	width: 227px;
	padding-top: 0;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-left: 211px;
}
.ms-book .p23 > div > section:last-child > div > p {
	letter-spacing:-1.2px;
	text-align:justify;
}
.ms-book .p23 > div > section:last-child > div:last-child {
	margin-top:10px;
	padding:0;
}
.ms-book .p23 > div > section:last-child div.company {
	font-size:17px;
	line-height: 17px;
}
.ms-book .p23 > div > section:last-child div.name {
	font-size:12px;
}
.ms-book .p23 > div > section:last-child div.address {
	margin-top:5px;
	font-size:10px;
}
.ms-book .p22 > div > section:last-child > h2 ,
.ms-book .p23 > div > section:last-child > h2 {
	margin-top:7px;
}
.ms-book .p22 img#p16_1 {
	width: 194px;
	float: right;
	margin: 0 0 0 20px;
}
.ms-book .p22 img#p16_2 {
	width: 254px;
	float: right;
	margin: 0 0 0 10px;
}

.ms-book .p23 img#p17_1 {
	width: 290px;
	float: left;
	margin: 0;
}
.ms-book .p23 img#p17_2 {
	width: 134px;
	float: left;
	margin: 0 0 0 14px;
}
.ms-book .p23 img#p17_3 {
	width: 134px;
	float: left;
	margin: 12px 0 0 14px;
}
.ms-book .p23 img#p17_4 {
	width: 102px;
	float: left;
	margin: 0;
}
.ms-book .p23 img#p17_5 {
	width: 92px;
	float: left;
	margin: 0 0 0 7px;
}
.ms-book .p23 img#p17_6 {
	clear: both;
	float: left;
	width: 201px;
	margin: 8px 0 0 0;
}
.ms-book .p23 > div {
	padding:20px 14px;
}
.ms-book .p23 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}


.ms-book .p24 > div {
	padding:20px 0 0 34px;
}
.ms-book .p24 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p25 > div {
	padding:20px 14px;
}
.ms-book .p25 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}
.ms-book .p24 > div > div.voice {
	width:450px;
}
.ms-book .p25 > div > div.voice {
	width:450px;
	margin-left:13px;
}
.ms-book .p24 > div > div.voice > div.photos ,
.ms-book .p25 > div > div.voice > div.photos {
	float:left;
	width: 160px;
	font-size:10px;
}
.ms-book .p24 > div > div.voice > div.photos br.sponly ,
.ms-book .p25 > div > div.voice > div.photos br.sponly {
	display: none;
}
.ms-book .p24 > div > div.voice > div.photos .name span ,
.ms-book .p25 > div > div.voice > div.photos .name span {
	font-size:12px;
}
.ms-book .p24 > div > div.voice > div.photos img ,
.ms-book .p25 > div > div.voice > div.photos img {
	width: 160px;
}
.ms-book .p24 > div > div.voice > div.photos img:first-child ,
.ms-book .p25 > div > div.voice > div.photos img:first-child {
	margin-bottom:5px;
}
.ms-book .p24 > div > div.voice > div.photos img:last-child ,
.ms-book .p25 > div > div.voice > div.photos img:last-child {
	position:absolute;
	top:390px;
}
.ms-book .p24 > div > div.voice > div.copy ,
.ms-book .p25 > div > div.voice > div.copy {
	margin-left:180px;
}
.ms-book .p24 > div > div.voice > div.copy h2 ,
.ms-book .p25 > div > div.voice > div.copy h2 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 33px;
	font-weight: 600;
	margin-bottom: 0;
}
.ms-book .p24 > div > div.voice > div.copy p ,
.ms-book .p25 > div > div.voice > div.copy p {
	font-size:11px;
	line-height:18px;
	font-weight:400;
	margin-top:3px;
	letter-spacing: -0.8px;
	text-align:justify;
}
.ms-book .p24 > div > div.voice > div.photos2 ,
.ms-book .p25 > div > div.voice > div.photos2 {
	margin-top:22px;
}
.ms-book .p24 > div > div.voice > div.photos2 img ,
.ms-book .p25 > div > div.voice > div.photos2 img {
	float:left;
	margin:0;
}
.ms-book .p24 > div > div.voice > div.photos2 img:nth-child(1) {
	width: 307px;
}
.ms-book .p24 > div > div.voice > div.photos2 img:nth-child(2) {
	width: 131px;
	margin:0 0 0 9px;
}
.ms-book .p24 > div > div.voice > div.photos2 img:nth-child(3) {
	width: 62px;
	margin:7px 0 0 9px;
}
.ms-book .p24 > div > div.voice > div.photos2 img:nth-child(4) {
	width: 64px;
	margin:7px 0 0 5px;
}
.ms-book .p24 > div > div.voice > div.photos2 img:nth-child(5) {
	width: 64px;
	margin:9px 0 0 5px;
}
.ms-book .p25 > div > div.voice > div.photos2 img:nth-child(1) {
	width: 279px;
}
.ms-book .p25 > div > div.voice > div.photos2 img:nth-child(2) {
	width: 158px;
	margin:0 0 0 8px;
}
.ms-book .p25 > div > div.voice > div.photos2 img:nth-child(3) {
	width: 78px;
	margin:5px 0 0 8px;
}
.ms-book .p25 > div > div.voice > div.photos2 img:nth-child(4) {
	width: 77px;
	margin:5px 0 0 4px;
}
.ms-book .p24 > div > div.voice > div.photos2:after ,
.ms-book .p25 > div > div.voice > div.photos2:after {
	clear:both;
	content:'';
	display: block;
}
.ms-book .p24 > div > div.voice > div.company ,
.ms-book .p25 > div > div.voice > div.company {
	clear:both;
	margin-top:5px;
}
.ms-book .p24 > div > div.voice > div.company div.title ,
.ms-book .p25 > div > div.voice > div.company div.title {
	 display: flex;
	 align-items: end;
}
.ms-book .p24 > div > div.voice > div.company div.title .companyname ,
.ms-book .p25 > div > div.voice > div.company div.title .companyname {
	font-size:22px;
	line-height:25px;
	font-weight:600;
	margin-right: 10px;
}
.ms-book .p24 > div > div.voice > div.company div.title .name ,
.ms-book .p25 > div > div.voice > div.company div.title .name {
	font-size:12px;
}
.ms-book .p24 > div > div.voice > div.company div.address ,
.ms-book .p25 > div > div.voice > div.company div.address {
	margin-top: 5px;
	font-size:12px;
	line-height:15px;
}
.ms-book .p24 > div > div.voice > div.company div.address .address {
	letter-spacing:-.5px;
}
.ms-book .p24 > div > div.voice > div.company div.link ,
.ms-book .p25 > div > div.voice > div.company div.link {
	position: absolute;
	bottom:5px;
	left:320px;
}
.ms-book .p25 > div > div.voice > div.company div.link {
	left:250px;
}
.ms-book .p24 > div > div.voice > div.company div.link a,
.ms-book .p25 > div > div.voice > div.company div.link a{
	display: inline-block;
	overflow: hidden;
	text-indent: -500px;
	width: 130px;
	height: 55px;
	background-image: url(../pics/fukagawa.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ms-book .p25 > div > div.voice > div.company div.link a
{
	background-image: url(../pics/shinozaki.png);
}
.ms-book .p24 > div > div.voice > div.company div.link a:hover,
.ms-book .p25 > div > div.voice > div.company div.link a:hover{
	opacity: .7;
}




.ms-book .p26 > div {
	padding:20px 30px;
}
.ms-book .p26 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
}
.ms-book .p27 > div {
	padding:20px 30px;
}
.ms-book .p27 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 408px;
	margin-left: 10px;
}

.ms-book .p26 > div > div {
	font-size: 12px;
	font-weight: 400;
	padding: 3px 17px;
	text-align: justify;
	line-height: 23px;
	letter-spacing:-.5px;
}
.ms-book .p26 > div > div > p {
	margin-bottom:20px;
}

.ms-book .p27 > div > div.text {
	font-size: 10px;
	font-weight: 400;
	padding: 3px 17px;
	text-align: justify;
	line-height: 19px;
	width: 228px;
	float: left;
	letter-spacing:-.5px;
}
.ms-book .p27 > div > div > p {
	margin-bottom:20px;
}
.ms-book .p27 > div > div.photo {
	width: 195px;
	float: left;
	margin-left: 13px;
	margin-top: 16px;
}
.ms-book .p27 > div > div.photo img {
	width: 100%;
	margin-bottom: 17px;
}








.ms-book .p28 > div ,
.ms-book .p30 > div {
	padding:20px 0 0 34px;
  position: relative;
}
.ms-book .p28 > div h1 ,
.ms-book .p30 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p29 > div ,
.ms-book .p31 > div {
	padding:20px 14px;
}
.ms-book .p29 > div h1 ,
.ms-book .p31 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}

.ms-book .p28 > div > div.photo ,
.ms-book .p30 > div > div.photo {
	position: absolute;
	width:240px;
	top:86px;
	right:20px;
}
.ms-book .p28 > div > div.photo img ,
.ms-book .p30 > div > div.photo img {
	width:100%;
	margin-bottom:23px;
}
.ms-book .p28 > div > h2 ,
.ms-book .p30 > div > h2 {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin:0;
  position: absolute;
  text-align:right;
	width:45px;
	top: 83px;
	left: 30px;
	font-size: 45px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 0px;
}
.ms-book .p28 > div > h3 ,
.ms-book .p30 > div > h3 {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin:0;
	position: absolute;
	top: 85px;
	left: 90px;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
}


.ms-book .p29 > div dl ,
.ms-book .p29 > div dl dt ,
.ms-book .p29 > div dl dd ,
.ms-book .p31 > div dl ,
.ms-book .p31 > div dl dt ,
.ms-book .p31 > div dl dd {
	margin:0;
	padding:0;
}
.ms-book .p29 > div dl ,
.ms-book .p31 > div dl {
	margin:23px 6px;
	width:418px;
	text-align: justify;
}
.ms-book .p29 > div dl dt ,
.ms-book .p31 > div dl dt {
	font-size:20px;
	font-weight:600;
}
.ms-book .p29 > div dl dd ,
.ms-book .p31 > div dl dd {
	font-size:13px;
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 25px;
	letter-spacing: -.5px;
}
.ms-book .p31 > div dl dd {
	margin-bottom: 46px;
}




.ms-book .p32.even > div.page-content {
	padding:20px 0 0 34px;
  position: relative;
	background-image:url(../pics/pp32_bgmap.png) ;
	background-position: 0 0 ;
	background-repeat: no-repeat;
	background-size: 505px;
}
.ms-book .p33.odd > div.page-content {
	padding:20px 0 0 34px;
  position: relative;
	background-image:url(../pics/pp33_bg.png) ;
	background-position: 100% 100% ;
	background-repeat: no-repeat;
	background-size: 505px;
}
.ms-book .p32 > div h1 {
	display: none;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p33 > div {
	padding:20px 14px;
}
.ms-book .p33 > div h1 {
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 423px;
	margin-left: -10px;
}


.ms-book .p32 > div div.copy {
	margin:500px 0 0 25px;
}
.ms-book .p32 > div div.copy h2 {
	font-size: 29px;
	letter-spacing: -2px;
	line-height: 37px;
	background-size: contain;
	width: 300px;
	margin-bottom:12px;
}
.ms-book .p32 > div div.copy p {
	font-size: 13.5px;
	line-height: 22.5px;
	letter-spacing: 0px;
	width: 400px;
	text-align:justify;
}
.ms-book .p33 > div div.partners {
	position: absolute;
	margin: 0;
	left: 24px;
	top: 36px;
	line-height: 18px;
	width: 100%;
}
.ms-book .p33 > div div.partners h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
}
.ms-book .p33 > div div.partners ul {
	width: 100%;
}
.ms-book .p33 > div div.partners ul ,
.ms-book .p33 > div div.partners ul li {
	display: inline-block;
}
.ms-book .p33 > div div.partners ul li {
	white-space: nowrap;
	font-size:13.2px;
	line-height: 19.0px;
	width:42%;
}
.ms-book .p33 > div div.team {
	position: absolute;
	margin: 0;
	left: 55px;
	top: 410px;
	line-height: 18px;
	width: 420px;
}
.ms-book .p33 > div div.team .head {
	display: flex;
}
.ms-book .p33 > div div.team img {
	width:88px;
	object-fit: contain;
	display: block;
	margin-right: 10px;
}
.ms-book .p33 > div div.team .head h2 {
	font-size: 29px;
	line-height: 35px;
	letter-spacing: 0;
	margin: 0 0 5px 0;
}
.ms-book .p33 > div div.team .head div {
	font-size: 17px;
	line-height: 30px;
}
.ms-book .p33 > div div.team .head div .title{
	font-size: 11px;
	line-height: 30px;
	padding-right: 10px;
}
.ms-book .p33 > div div.team p {
	margin: 0;
	font-size: 13.0px;
	line-height: 22.5px;
	text-align: justify;
	letter-spacing: 0;
}



.ms-book .p34 > div h1 ,
.ms-book .p35 > div h1 {
	display: none;
}
.ms-book .p35.odd .page-content::after {
	content:"";
	display: none;
}
.ms-book .p35 .content-number {
	color: #fff;
}
.ms-book .p35 .content-number::before {
	border-color: #fff;
}
.ms-book .p34.even {
	background-image:url(../pics/pp34_bg.jpg) ;
	background-position: 100% 50%;
}
.ms-book .p35.odd {
	background-image:url(../pics/pp35_bg.jpg) ;
	background-position: 0% 50%;
}
.ms-book .p34 > div img.map{
	display: block;
	position: absolute;
	width:580px;
	left:50px;
	top:75px;
}
.ms-book .p35 > div img.map{
	display: block;
	position: absolute;
	width:580px;
	left:-460px;
	top:75px;
}
.ms-book .p35 > div img.photos{
	display: block;
	position: absolute;
	width:434px;
	bottom:40px;
	left:40px;
}
.ms-book .p35 > div > section {
	position: relative;
	width: 425px;
	margin-top: 40px;
	margin-left: 35px;
}
.ms-book .p35 > div > section h2 {
	font-size: 27px;
	line-height: 47px;
	margin: 0 0 10px 0;
	letter-spacing: 0;
}
.ms-book .p35 > div > section p {
	font-size: 15px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
	letter-spacing: 0;
}
.ms-book .p35 > div > div.new-branch {
	position: relative;
	margin-left:35px;
}
.ms-book .p35 > div > div.new-branch h2 {
	font-size: 20px;
	border-bottom: 1px solid #b5091f;
	margin:0;
	letter-spacing: 0;
}

.ms-book .p35 > div > div.new-branch .area{
	display: flex;
}
.ms-book .p35 > div > div.new-branch .area > div {
	width: 95px;
	margin:0 10px 0 0;
}
.ms-book .p35 > div > div.new-branch .area div h3 {
	margin: 5px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}
.ms-book .p35 > div > div.new-branch .area div
{
	font-size: 15px;
	line-height: 18px;
}



.ms-book .p36 > div ,
.ms-book .p38 > div ,
.ms-book .p40 > div ,
.ms-book .p42 > div ,
.ms-book .p44 > div {
	padding:20px 0 0 34px;
  position: relative;
}
.ms-book .p36 > div h1 ,
.ms-book .p38 > div h1 ,
.ms-book .p40 > div h1 ,
.ms-book .p42 > div h1 ,
.ms-book .p44 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p37 > div ,
.ms-book .p39 > div ,
.ms-book .p41 > div ,
.ms-book .p43 > div ,
.ms-book .p45 > div {
	padding:20px 14px;
}
.ms-book .p37 > div h1 ,
.ms-book .p39 > div h1 ,
.ms-book .p41 > div h1 ,
.ms-book .p43 > div h1 ,
.ms-book .p45 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}

.ms-book .p36 > div div.copy {
	width:416px;
}
.ms-book .p36 > div div.copy h2 {
	letter-spacing: 0px;
	font-size: 26px;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 800;
}
.ms-book .p36 > div div.copy p {
	font-size:12px;
	line-height: 22px;
	text-align:justify;
	margin-top: 0;
	padding:0 0 0 8px;
	letter-spacing: -.5px;
}
.ms-book .p36 > div div.copy p a {
	color: #0068b7;
	text-decoration:none;
}
.ms-book .p36 > div div.copy p a:hover {
	text-decoration:underline;
}
.ms-book .p36 > div ul ,
.ms-book .p44 > div ul {
	display: block;
	position: absolute;
	margin:0;
	top:445px;
}
.ms-book .p44 > div ul {
	top:555px;
	width:460px;
	overflow:visible;
}
.ms-book .p38 > div ul {
	display: block;
	position: absolute;
	margin:0;
	top:87px;
}
.ms-book .p37 > div ul ,
.ms-book .p39 > div ul ,
.ms-book .p43 > div ul ,
.ms-book .p45 > div ul {
	display: block;
	position: absolute;
	margin:0;
	top:87px;
	left: 10px;
}
.ms-book .p37 > div ul {
	top:445px;
}

.ms-book .p45 > div ul {
	overflow:visible;
	width:460px;
}
.ms-book .p37 > div ul ,
.ms-book .p39 > div ul ,
.ms-book .p41 > div ul ,
.ms-book .p43 > div ul ,
.ms-book .p45 > div ul {
	left: 10px;
}
.ms-book .p36 > div ul li ,
.ms-book .p37 > div ul li ,
.ms-book .p38 > div ul li ,
.ms-book .p39 > div ul li ,
.ms-book .p40 > div ul li ,
.ms-book .p41 > div ul li ,
.ms-book .p42 > div ul li {
	position: relative;
	display: block;
	width: 229px;
	height:358px;
	float:left;
}
.ms-book .p36 > div ul li br.sponly,
.ms-book .p37 > div ul li br.sponly,
.ms-book .p38 > div ul li br.sponly,
.ms-book .p39 > div ul li br.sponly,
.ms-book .p40 > div ul li br.sponly,
.ms-book .p41 > div ul li br.sponly,
.ms-book .p42 > div ul li br.sponly {
	display: none;
}
.ms-book .p44 > div ul li ,
.ms-book .p45 > div ul li {
	position: relative;
	display: block;
	height:128px;
	clear:both;
}
.ms-book .p45 > div ul li {
	height:133px;
}
.ms-book .p36 > div ul li:nth-child(2n) ,
.ms-book .p37 > div ul li:nth-child(2n) ,
.ms-book .p38 > div ul li:nth-child(2n) ,
.ms-book .p39 > div ul li:nth-child(2n) ,
.ms-book .p40 > div ul li:nth-child(2n) ,
.ms-book .p41 > div ul li:nth-child(2n) ,
.ms-book .p42 > div ul li:nth-child(2n) {
	margin-left: 12px;
}
.ms-book .p36 > div ul li img ,
.ms-book .p37 > div ul li img ,
.ms-book .p38 > div ul li img ,
.ms-book .p39 > div ul li img ,
.ms-book .p40 > div ul li img ,
.ms-book .p40 > div ul li div.img ,
.ms-book .p41 > div ul li img ,
.ms-book .p41 > div ul li div.img ,
.ms-book .p42 > div ul li img ,
.ms-book .p42 > div ul li div.img {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom:5px;
}
.ms-book .p40 > div ul li div.img ,
.ms-book .p41 > div ul li div.img ,
.ms-book .p42 > div ul li div.img {
	height: 140px;
}
.ms-book .p44 > div ul li img ,
.ms-book .p45 > div ul li img {
	width: 340px;
	float:left;
	margin-top:-10px;
}
.ms-book .p45 > div ul li:nth-child(5) img {
	float:none;
	width: 500px;
}
.ms-book .p36 > div ul li.dry::after ,
.ms-book .p37 > div ul li.dry::after ,
.ms-book .p38 > div ul li.dry::after ,
.ms-book .p39 > div ul li.dry::after ,
.ms-book .p40 > div ul li.dry::after ,
.ms-book .p41 > div ul li.dry::after ,
.ms-book .p42 > div ul li.dry::after {
	content: "";
	display: block;
	position: absolute;
	top:5px;
	left:5px;
	width:42px;
	height: 22px;
	background: urL(../pics/icon-dry.png) no-repeat 50% 50%;
	background-size: contain;
}
.ms-book .p38 > div ul li.dry.right::after ,
.ms-book .p39 > div ul li.dry.right::after {
	left:auto;
	right:5px;
}

.ms-book .p36 > div ul li div ,
.ms-book .p37 > div ul li div ,
.ms-book .p38 > div ul li div ,
.ms-book .p39 > div ul li div ,
.ms-book .p40 > div ul li div ,
.ms-book .p41 > div ul li div ,
.ms-book .p42 > div ul li div ,
.ms-book .p44 > div ul li div ,
.ms-book .p45 > div ul li div {
	font-size:12px;
	margin: 0 0 0 0;
	letter-spacing: -1px;
}
.ms-book .p44 > div ul li div ,
.ms-book .p45 > div ul li div {
	text-indent: -12px;
	margin:0 0 3px 352px;
}
.ms-book .p45 > div ul li:nth-child(5) div {
	margin:0 0 3px 50px;
	float:left;
	width:160px;
	letter-spacing:0;
}
.ms-book .p36 > div ul li p ,
.ms-book .p37 > div ul li p ,
.ms-book .p38 > div ul li p ,
.ms-book .p39 > div ul li p ,
.ms-book .p40 > div ul li p ,
.ms-book .p41 > div ul li p ,
.ms-book .p42 > div ul li p ,
.ms-book .p44 > div ul li p ,
.ms-book .p45 > div ul li p {
	font-size: 11px;
	margin: 0;
	text-align: justify;
	letter-spacing: -.5px;
}
.ms-book .p44 > div ul li p ,
.ms-book .p45 > div ul li p {
	line-height: 16px;
}
.ms-book .p45 > div ul li:nth-child(5) p {
	width:430px;
	margin-top:1px;
}

.ms-book .p39 > div div.copy {
	width:450px;
	margin-left:10px;
}
.ms-book .p39 > div div.copy h2 {
	letter-spacing: 0px;
	font-size: 24px;
	line-height: 32px;
	margin-top: 390px;
	margin-bottom: 10px;
	font-weight: 800;
}
.ms-book .p39 > div div.copy p {
	font-size:11px;
	line-height: 18px;
	text-align:justify;
	margin-top: 0;
	padding:0;
	letter-spacing: -.5px;
}
.ms-book .p39 > div div.copy img {
	position:absolute;
	width:100%;
	bottom:0;
	margin-left:-24px;
}
.ms-book .p39 .content-number {
	text-shadow: 0 0 2px #fff;
}


.ms-book .p44 > div div.copy {
	width:450px;
}
.ms-book .p44 > div div.copy img{
	width:470px;
	margin-top:8px;
}
.ms-book .p44 > div div.copy h3 {
	letter-spacing: 0px;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: 400;
}
.ms-book .p44 > div div.copy h2 {
	letter-spacing: 0px;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 10px 0;
	font-weight: 800;
}
.ms-book .p44 > div div.copy p {
	font-size:11px;
	line-height: 16px;
	text-align:justify;
	margin-top: 0;
	padding:0 0 0 8px;
	letter-spacing: -.5px;
}

.ms-book .p37 > div div.icons div.icon{
	display: flex;
	justify-content: space-between;
	width: 456px;
}
.ms-book .p37 > div div.icons div.icon img {
	width: 114px;
	height: auto;
	object-fit: contain;
}
.ms-book .p37 > div div.icons div.icon p {
	width: 324px;
	font-size: 14px;
	line-height: 23.7px;
	text-align: justify;
}
.ms-book .p40 > div ul li div.img,
.ms-book .p41 > div ul li div.img,
.ms-book .p42 > div ul li div.img {
background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.ms-book .p40 > div ul li div.img#pp40_1a {
	background-image: url(../pics/pp40_1a.jpg);
}
.ms-book .p40 > div ul li div.img#pp40_1a:hover {
	background-image: url(../pics/pp40_1c.jpg);
}
.ms-book .p40 > div ul li div.img#pp40_2a {
	background-image: url(../pics/pp40_2a.jpg);
}
.ms-book .p40 > div ul li div.img#pp40_2a:hover {
	background-image: url(../pics/pp40_2c.jpg);
}
.ms-book .p41 > div ul li div.img#pp41_1a {
	background-image: url(../pics/pp41_1a.jpg);
}
.ms-book .p41 > div ul li div.img#pp41_1a:hover {
	background-image: url(../pics/pp41_1c.jpg);
}
.ms-book .p41 > div ul li div.img#pp41_2a {
	background-image: url(../pics/pp41_2a.jpg);
}
.ms-book .p41 > div ul li div.img#pp41_2a:hover {
	background-image: url(../pics/pp41_2c.jpg);
}
.ms-book .p41 > div ul li div.img#pp41_3a {
	background-image: url(../pics/pp41_3a.jpg);
}
.ms-book .p41 > div ul li div.img#pp41_3a:hover {
	background-image: url(../pics/pp41_3c.jpg);
}
.ms-book .p42 > div ul li div.img#pp42_1a {
	background-image: url(../pics/pp42_1a.jpg);
}
.ms-book .p42 > div ul li div.img#pp42_1a:hover {
	background-image: url(../pics/pp42_1c.jpg);
}
.ms-book .p42 > div ul li div.img#pp42_4a {
	background-image: url(../pics/pp42_4a.jpg);
}
.ms-book .p42 > div ul li div.img#pp42_4a:hover {
	background-image: url(../pics/pp42_4c.jpg);
}


.ms-book .p43 > div section {
	display: flex;
	justify-content: space-between;
	width:472px;
}
.ms-book .p43 > div section:nth-child(2) > img {
	display: block;
	width: 230px;
	object-fit: cover;
}
.ms-book .p43 > div section:nth-child(2) div {
	width: 224px;
}
.ms-book .p43 > div section:nth-child(2) div img {
	width: 224px;
	object-fit: contain;
}
.ms-book .p43 > div section:nth-child(2) h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
.ms-book .p43 > div section p {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0;
	letter-spacing: -1px;
	text-align: justify;
}
.ms-book .p43 > div section:nth-child(3) {
	margin-top:20px;
	margin-left:-15px;
	width: 490px;
	background-image: url(../pics/pp43_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-bottom:50px;
}
.ms-book .p43 > div section:nth-child(3) > div:nth-child(1) {
	margin-left:30px;
	width: 260px;
}
.ms-book .p43 > div section:nth-child(3) > div:nth-child(2) {
	width: 181px;
}
.ms-book .p43 > div section:nth-child(3) img {
	width: 181px;
	object-fit: contain;
}
.ms-book .p43 > div section:nth-child(3) h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}








.ms-book .p46 > div {
	padding:20px 0 0 34px;
  position: relative;
}
.ms-book .p46 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p47 > div {
	padding:20px 14px;
}
.ms-book .p47 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}

.ms-book .p46 > div div.copy ,
.ms-book .p47 > div div.copy {
	width: 950px;
	margin:0;
	padding:0;
}
.ms-book .p47 > div div.copy {
	position:relative;
	left:-494px;
}
.ms-book .p46 > div div.copy h2 ,
.ms-book .p47 > div div.copy h2 {
	font-size: 33px;
	line-height: 37px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	border-right: 5px solid #000;
	width: 425px;
	float: left;
}
.ms-book .p46 > div div.copy div ,
.ms-book .p47 > div div.copy div {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 0 435px;
	padding: 0;
	letter-spacing: 0;
	width: 520px;
}
.ms-book .p46 > div div.copy p ,
.ms-book .p47 > div div.copy p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 435px;
	padding: 0;
	letter-spacing: 0;
	width: 520px;
	text-align:right;
}
.ms-book .p47 .copy2  {
	margin-bottom: 15px;
	margin-right:-14px;
}
.ms-book .p47 .copy2  .head {
	font-family:"Arial Black";
	font-size:13.5px;
	letter-spacing: 3.5px;
	color:#cc0033;
	border-bottom: 1px solid #cc0033;
	margin:0;
}
.ms-book .p47 .copy2  .title {
	font-size: 17px;
}

.ms-book .p47 h3  {
	font-size: 23px;
	margin:5px 0;
}
.ms-book .p46 section ,
.ms-book .p47 section {
	clear: both;
	padding:5px;
}
.ms-book .p47 section {
	margin: 0;
	display: flex;
	align-items: start;
}
.ms-book .p46 section h3  {
	font-size: 23px;
	margin: 0;
	padding: 0;
}
.ms-book .p47 section h3  {
	font-size:17px;
	margin: 0;
}
.ms-book .p46 section p ,
.ms-book .p47 section p {
	margin: 8px 0;
	width: 190px;
	text-align: justify;
	font-size: 13px;
	line-height: 23.5px;
	float:left;
}
.ms-book .p47 section p {
	width: 225px;
	line-height: 22px;
	margin: 0;
}
.ms-book .p47 section p span.long {
	letter-spacing: -1px;
}
.ms-book .p46 section .photo ,
.ms-book .p47 section .photo {
	width: 230px;
	float:left;
	margin: 12px 0 0 27px;
}
.ms-book .p47 section .photo {
	width: 200px;
	margin: 0 0 0 27px;
}
.ms-book .p46 section .photo img,
.ms-book .p47 section .photo img {
	display: block;
	width:100%;
	margin-bottom:8px;
}








.ms-book .p48 > div {
	padding:20px 0 0 34px;
  position: relative;
}
.ms-book .p48 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p49 > div {
	padding:20px 14px;
}
.ms-book .p49 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}
.ms-book .p48 > div > section ,
.ms-book .p49 > div > section {
	position:absolute;
	width:390px;
	margin:0;
	top:80px;
	text-align: justify;
}
.ms-book .p48 > div > section h2 ,
.ms-book .p49 > div > section h2 {
	margin:0 0 5px 0;
	border-left:5px solid #000;
	font-size:16px;
	padding-left:5px;
	font-weight:800;
}
.ms-book .p49 > div > section h2 span {
	letter-spacing:0;
}
.ms-book .p48 > div > section dl ,
.ms-book .p48 > div > section dl dt ,
.ms-book .p48 > div > section dl dd ,
.ms-book .p48 > div > section p ,
.ms-book .p49 > div > section p {
	margin:0;
	padding:0;
	font-size:11px;
	letter-spacing:0;
}
.ms-book .p48 > div > section dl dt {
	font-size:12px;
	font-weight:600;
}

.ms-book .p48 > div > section.consulting01 {
	left: 40px;
}
.ms-book .p48 > div > section.consulting02 {
	left: 457px;
	width:300px;
}
.ms-book .p49 > div > section.consulting02 {
	left: -57px;
	width:300px;
}
.ms-book .p48 > div > section.consulting02 p ,
.ms-book .p49 > div > section.consulting02 p {
	width:270px;
}
.ms-book .p49 > div > section.consulting03 {
	left: 243px;
	width:260px;
}
.ms-book .p49 > div > section.consulting03 p {
	width:230px;
}
.ms-book .p48 > div > img:nth-of-type(1)  ,
.ms-book .p49 > div > img:nth-of-type(1) {
	position:absolute;
	width:1028px;
	bottom:-6px;
	left:0;
}
.ms-book .p49 > div > img:nth-of-type(1) {
	left:-514px;
}
.ms-book .p48 > div > img:nth-of-type(2)  ,
.ms-book .p49 > div > img:nth-of-type(2) {
	position:absolute;
	width: 551px;
	bottom: 79px;
	left: 239px;
}
.ms-book .p49 > div > img:nth-of-type(2) {
	left:-275px;
}





.ms-book .p50 > div {
	padding:20px 0 0 34px;
  position: relative;
}
.ms-book .p50 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p51 > div {
	padding:20px 14px;
}
.ms-book .p51 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}

.ms-book .p50 > div div.copy {
	width: 460px;
	margin:0;
	padding:0;
}
.ms-book .p51 > div div.copy {
	width: 460px;
	margin:0 0 50px 0;
	padding:0;
}
.ms-book .p50 > div div.copy h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0;
	letter-spacing: -1px;
	border-right: 6px solid #e60012;
	width: 265px;
	float: left;
}
.ms-book .p50 > div div.copy img {
	width:190px;
}
.ms-book .p51 > div div.copy h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 5px;
	letter-spacing: 0;
	border-left: 6px solid #e60012;
	width: 240px;
}
.ms-book .p51 > div div.copy img {
	position:absolute;
	top:80px;
	left:200px;
	width:270px;
}

.ms-book .p50 section ,
.ms-book .p51 section {
	clear: both;
	padding:5px;
	margin-top: 10px;
}
.ms-book .p50 section::after,
.ms-book .p51 section::after {
	content:'';
	display:block;
	clear:both;
}
.ms-book .p50 section h3 {
	margin: 0;
}
.ms-book .p51 section h3 {
	margin: 0;
}
.ms-book .p51 section:nth-of-type(2) {
	margin-top: -3px;
}

.ms-book .p50 section:nth-of-type(2) h3 {
	letter-spacing: -1px;
}
.ms-book .p50 section p ,
.ms-book .p51 section p {
	margin: 3px 0;
	width: 355px;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
	float:left;
}
.ms-book .p50 section p {
	letter-spacing: -.5px;
}
.ms-book .p51 section p {
	width: 450px;
	font-size: 12px;
	line-height: 20px;
}
.ms-book .p50 section .photo {
	width: 60px;
	float:left;
	margin: 7px 13px 0 0;
}
.ms-book .p50 section:nth-of-type(3) .photo {
	margin-top:-5px;
}
.ms-book .p50 section .photo img {
	width:100%;
	float:left;
}
.ms-book .p50 section .photo.sdgs {
	width: 206px;
}
.ms-book .p50 section .photo.sdgs > img:nth-child(1) {
	float:left;
	width:135px;
	margin-right: 2px;
}
.ms-book .p50 section .photo.sdgs a {
	float:left;
	display: block;
}
.ms-book .p50 section .photo.sdgs a:hover {
	opacity: .7;
}
.ms-book .p50 section .photo.sdgs a img {
	width:69px;
}
.ms-book .p50 section .photo.sdgs + p {
	width: 211px;
}

.ms-book .p51 section:nth-of-type(2) {
	margin-left:250px;
}
.ms-book .p51 section:nth-of-type(2) p {
	width: 200px;
}
.ms-book .p51 section .photo {
	position: absolute;
	top:465px;
	left:20px;
	width:230px;
}
.ms-book .p51 section .photo img {
	width:100%;
}




.ms-book .p52 > div {
	padding:20px 0 0 34px;
  position: relative;
}
.ms-book .p52 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
}

.ms-book .p53 > div {
	padding:20px 14px;
}
.ms-book .p53 > div h1 {
	text-indent:-300px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 447px;
	margin-left: -14px;
}

.ms-book .p52 > div > div.copy {
	margin: 30px 0 38px 17px;
}
.ms-book .p52 > div > div.copy h2 {
	font-size: 27px;
	letter-spacing: 1px;
	padding: 0;
	margin: -5px 0 0 -7px;
	line-height: 34px;
	text-indent: 4px;
}
.ms-book .p52 > div > div.copy p {
	margin: 8px 0 0 0;
	font-size: 13px;
	text-align: justify;
	width: 434px;
}
.ms-book .p52 > div > section ,
.ms-book .p53 > div > section {
	margin-bottom:20px;
}
.ms-book .p53 > div > section {
	margin-left:15px;
	margin-bottom:24px;
}
.ms-book .p53 > div > section:first-of-type {
	margin-top:30px;
}
.ms-book .p52 > div > section .time ,
.ms-book .p53 > div > section .time {
	width: 118px;
	float: left;
}
.ms-book .p52 > div > section .time img ,
.ms-book .p53 > div > section .time img {
	width: 98px;
}
.ms-book .p52 > div > section .work ,
.ms-book .p53 > div > section .work {
	margin-left:118px;
}
.ms-book .p52 > div > section .work img ,
.ms-book .p53 > div > section .work img {
	float:left;
	width: 334px;
	margin: 0 0 8px 0;
}
.ms-book .p52 > div > section .work h4 ,
.ms-book .p53 > div > section .work h4 {
	clear:both;
	margin:0 0 0 -3px;
	letter-spacing:0;
	font-size:16px;
	line-height:24px;
}
.ms-book .p52 > div > section .work p ,
.ms-book .p53 > div > section .work p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 -2px;
	width: 336px;
	text-align: justify;
}



.ms-book .p54.even {
	background-image:url(../pics/pp54_bg.jpg) ;

}
.ms-book .p55.odd {
	background-image:url(../pics/pp55_bg.jpg) ;
}
.ms-book .p55.odd .page-content:after {
	display: none;
}

.ms-book .p54 > div {
	padding:20px 0 0 34px;
  position: relative;
}
.ms-book .p54 > div h1 {
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	margin-left: -2px;
	display: none;
}

.ms-book .p55 > div {
	padding:20px 14px;
}
.ms-book .p55 > div h1 {
	color:#fff;
	-webkit-text-fill-color: #fff;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #b5091f;
	width: 492px;
	margin-left: -14px;
}

.ms-book .p54 > div > img.miryokucover {
	display: block;
	width:477px;
	margin:20px 30px 0 -20px;
}
.ms-book .p54 > div > .voices {
	display: flex;
	justify-content: space-between;
	margin-right:18px;
	margin-top:10px;
}
.ms-book .p54 > div > .voices section {
	width:220px;
}
.ms-book .p54 > div > .voices section .head {
	display: flex;
	justify-content: space-between;
}
.ms-book .p54 > div > .voices section .head .copy {
	width: 95px;
}
.ms-book .p54 > div > .voices section .head .photo {
	width: 115px;
}
.ms-book .p54 > div > .voices section .head .photo img {
	display: block;
	width: 100%;
	margin:-5px -10px 0 auto;
}
.ms-book .p54 > div > .voices section .head .copy h4 {
	margin:0;
	font-size:13.5px;
	letter-spacing:0;
	line-height:18px;
	font-weight: 900;
}
.ms-book .p54 > div > .voices section .head .copy .name {
	margin-top:12px;
	font-size:17px;
}
.ms-book .p54 > div > .voices section .head .copy .name .title {
	font-size: 9.5px;
	letter-spacing: -1px;
}
.ms-book .p54 > div > .voices section p {
	clear: both;
	margin-left: 0px;
	font-size: 10.2px;
	line-height: 18px;
	text-align: justify;
	padding-top: 0;
	margin:0;
}
.ms-book .p54 > div > section.column,
.ms-book .p55 > div > section.column {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width:460px;
	bottom:12px;
}
.ms-book .p55 > div > section.column {
	width:470px;
	left:20px;
}
.ms-book .p54 > div > section.column img,
.ms-book .p55 > div > section.column img {
	display: block;
	width: 222px;
	height: auto;
	object-fit: contain;
}
.ms-book .p55 > div > section.column img {
	width: 229px;
}
.ms-book .p54 > div > section.column h2,
.ms-book .p55 > div > section.column h2 {
	font-size:16px;
	letter-spacing: 0;
	margin:0;
}
.ms-book .p54 > div > section.column p,
.ms-book .p55 > div > section.column p {
	font-size: 10.5px;
	line-height: 18px;
	width: 221px;
	margin:0;
}
.ms-book .p55 > div > .photo img {
	display: block;
	position: absolute;
}
.ms-book .p55 > div > .photo img.uniform {
	width:480px;
	top:30px;
}
.ms-book .p55 > div > .photo img.helmet {
	width:187px;
	top:340px;
	left:30px;
}
.ms-book .p55 > div > .items {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	position: absolute;
	top:435px;
	width:467px;
}
.ms-book .p55 > div > .items section.helmet {
	width: 182px;
}
.ms-book .p55 > div > .items section.uniform {
	width: 268px;
}
.ms-book .p55 > div > .items section.helmet h4 ,
.ms-book .p55 > div > .items section.uniform h4 {
	margin: 0;
	font-size: 14px;
	letter-spacing: -1;
	font-weight: 600;
}
.ms-book .p55 > div > .items section.helmet p ,
.ms-book .p55 > div > .items section.uniform p {
	margin: 0;
	font-size: 10.5px;
	line-height: 18px;
	text-align: justify;
	letter-spacing: 0;
}





.ms-book-transform div[page="1"] > div, .ms-book-transform div[page="2"] > div{
	overflow:visible !important;
}

.ms-book .depth{
	background-image:url(../pics/pages-depth.png);
	position:absolute;
	top:7px;
	width:16px;
	height:822px;
}

.ms-book .front-side .depth{
	left:4px;
	background-position:0 0;
}

.ms-book .back-side .depth{
	right:4px;
	background-position:right 0;
}

/*
.ms-book .p2{
	background-position:-480px 0 !important;
}

.ms-book .p3{
	background-position:-1920px 0 !important;
}

.ms-book .p45{
	background-position:-960px 0 !important;
}

.ms-book .p46{
	background-position:-1440px 0 !important;
}

.ms-book .hard{
	width:480px;
	height:600px;
	background-color:#faf7ed;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
*/

.ms-book .page-wrapper{
	-webkit-perspective:2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-book .own-size{
	width:514px;
	height:814px;
	background-color:#faf7ed;
	overflow:hidden;
}

.ms-book .even{
	/*
	background:-webkit-gradient(linear, left top, right top, color-stop(0.90, #faf7ed), color-stop(1, #f0e2bf));
	background-image:-webkit-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:-moz-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:-ms-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:-o-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	*/
	background-image:url(../pics/page_even.jpg);
	background-size: cover;
}

.ms-book .odd{
	/*
	background:-webkit-gradient(linear, right top, left top, color-stop(0.90, #faf7ed), color-stop(1, #f8efd2));
	background-image:-webkit-linear-gradient(right, #faf7ed 90%, #f8efd2 100%);
	background-image:-moz-linear-gradient(right, #faf7ed 90%, #f8efd2 100%);
	background-image:-ms-linear-gradient(right, #faf7ed 90%, #f8efd2 100%);
	background-image:-o-linear-gradient(right, #faf7ed 90%, #f8efd2 100%);
	background-image:linear-gradient(right, #faf7ed 90%, #f8efd2 100%);
	*/
	background-image:url(../pics/page_odd.jpg);
	background-size: cover;
}

.ms-book .loader{
	background-image:url(../pics/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	top:280px;
	left:219px;
}

.ms-book .page-number{
	color:#999;
	width:100%;
	bottom:25px;
	position:absolute;
	display:block;
	text-align: center;
	line-height:30px;
	font-size:11px;
}
.ms-book .content-number:before {
	content: 'contents';
	display: block;
	padding: 0 4px;
	margin-bottom: 2px;
	font-size: 10px;
	border: 1px solid #b5091f;
}
.ms-book .content-number{
	font-family:"Times New Roman";
	color:#b5091f;
	width:52px;
	bottom:2px;
	right:5px;
	position:absolute;
	display:block;
	text-align: right;
	line-height:11px;
	font-size:11px;
}

.ms-book .table-contents{
	font-size:16px;
	width:300px;
	margin:80px auto;
	color:#ccc;
}

.ms-book .table-contents li{
	list-style:none;
	line-height:25px;
}

.ms-book .table-contents span{
	float:right;
}

.ms-book .table-contents a{
	float:left;
	width:100%;
	clear:both;
	text-decoration:none;
	color:#333;
	margin:2px 0;
	padding:0 10px;
}

.ms-book .table-contents a:hover{
	background:#CAD1EE;
	float:left;
	width:100%;
	clear:both;
	text-decoration:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

.ms-book .book-content .capital,
.ms-book .book-content .no-indent{
	text-indent: 0;
}

.ms-book .capital:first-letter {
    display:block;
    float:left;
    font-size: 300%;
    line-height: 70%;
	margin-right: 6px;
	margin-top: 7px;
	margin-left:18px;
}

.ie8 .ms-book .even,
.ie9 .ms-book .even{
	background-image:url(../pics/gradient-page-left.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}

.ie8 .ms-book .odd,
.ie9 .ms-book .odd{
	background-image:url(../pics/gradient-page-right.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}



body .ui-dialog .ui-dialog-titlebar-close
{
	right:0;
	outline : none;
	background: none;
	border: none;
}
body .ui-dialog .ui-dialog-titlebar
{
	top:0;
	border: none;
	background: none;
	padding:0;
}
body .ui-dialog
{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2) !important;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.90, #faf7ed), color-stop(1, #f0e2bf));
	background-image:-webkit-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:-moz-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:-ms-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:-o-linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
	background-image:linear-gradient(left, #faf7ed 90%, #f0e2bf 100%);
}
body .ui-dialog #dialogclose
{
	background:none;
	border:none;
	text-indent:-150px;
	overflow:hidden;
	width:30px;
	height:30px;
	position:absolute;
	top:0px;
	right:0;
	z-index:100;
	background-color:#f00;
}
body .ui-dialog #dialogclose:after
{
	font-size:20px;
	content: '×';
	display: block;
}
body .ui-dialog iframe
{
	border:none;
	width:100%;
	height:100%;
}
.long {
	letter-spacing: -1px;
}
nav {
	display:none;
}
.footer {
	display:none;
}
.err {
	background-color:#fcc;
}


	.ms-book .p20 > div h2 {
		background: url(../pics/p14t.png) no-repeat;
		background-size:300px auto;
		text-indent:-1000px;
		height:76px;
	}
	.ms-book .p20 > div h2 br {
		display:none;
	}
	.ms-book .p20 > div h2 br {
		display:none;
	}
	.ms-book .p20 > div ul.profile ,
	.ms-book .p21 > div ul.profile {
		margin-top: 5px;
	}
	.ms-book .p20 > div ul.profile li ,
	.ms-book .p21 > div ul.profile li {
		margin-bottom: 7px;
		line-height: 20px;
	}
	.ms-book .p20 > div ul.profile li img ,
	.ms-book .p21 > div ul.profile li img {
		margin-bottom: 0px;
	}
	.ms-book .p52 > div > div.copy h2 {
		background: url(../pics/p34t.png) no-repeat;
		background-size:444px auto;
		text-indent:-1000px;
		height:68px;
	}
	.ms-book .p52 > div > div.copy h2 br {
		display:none;
	}

@media screen and (min-width: 0px) and (max-device-width: 514px) {
	body {
		width:1310px;
		overflow:hidden;
	}
	#pod-pen{
		width: 113px;
	}
	#videocontrol {
		margin-left: 475px;
	}
	#openingdiv {
		width:1310px;
		height:856px;
		position: absolute;
		overflow:hidden;
		left: 50%;
		margin-left: -655px;
		top:0;
	}
	video#opening {
		background-color:#000;
	}
	#videocontrol a#videoplay {
		left:-565px;
	}
	.footer {
		display:block;
	}
	.footer h3 ,
	.footer p ,
	.footer > a	{
		display:none;
	}

	ul#displayMode{
		display:block;
		width: 90%;
		margin: 5vw auto 0;
		padding:0;
		text-align: center;
		font-size:3vw;
		line-height:7vw;
	}
	ul#displayMode:after{
		display:block;
		clear:both;
		content: '';
	}
	ul#displayMode li{
		display: block;
		margin: 0;
		width: 50%;
		font-size:3vw;
		float:left;
	}
	ul#displayMode li:first-child{
		float:left;
		padding-left: 0;
	}
	ul#displayMode li a{
		display: block;
		color: #444;
		padding: 0 ;
		border: 1px solid #444;
		background-color:#888;
		text-decoration:none;
	}
	ul#displayMode li:first-child a{
		border-top-left-radius: 5vw;
		border-bottom-left-radius: 5vw;
	}
	ul#displayMode li:last-child a{
		border-top-right-radius: 5vw;
		border-bottom-right-radius: 5vw;
	}

	ul#displayMode li a.active{
		color: #fff;
		background-color:#444;
		border: 1px solid #000;
	}
}
