body {
	font-family: europa-regularregular, 'Helvetica Neue', Arial, Helvetica, sans-serif;


/*
	background-color:	#f6f3ec;
*/
	background-color:	white;

}

a {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
}

#book {
	margin-top: 6px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	float:right;
	width: 100%;
}

#foot_part {
	margin: 0 auto;
}

img {
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.cont {
	width:auto;
	float:right;
}
.book_img {
    padding-top: 40px;
    padding-bottom: 0px;
    margin-left: auto;
    width: 600px;
/*
    width: 30%;
*/
    height: auto;
}
figure {
	float: right;
	padding-right: 35px;
}
.book_index {
	float:left;
	padding-right: 20px;
	padding-left: 20px;
}
.bottom {
/*
	width: 1200px;
*/
	float: left;
}
.book {
/*
        width: 1200px;
	margin: 6px auto;
*/
	float: left;
	border: gray solid 1px;
	text-align: center;
	background-color: black;
/*
	border-radius: 20px;
*/
}
h1 {
        font-weight: bold;
        font-size: 16px;
/*
        border-left: #D42121 20px solid;
        border-bottom: #CCCCCC 1px solid;
*/
        line-height: 25px;
        margin-top:20px;
        padding: 3px 5px 3px 8px;
/*
	width:1200;
*/
	text-align: center;
        background-color: gray;
	color: white;
}

h2 {
	font-size: 16px;
	padding-right: 0px;
	padding-top: 10px;
	color: white;
	text-align: center;
}

h3 {
	font-size: 14px;
	padding-right: 0px;
	padding-top: 0px;
	/*
	padding-top: 30px;
	text-align: center;
	*/
	color: black;
}

figcaption {
	color: white;
}
.vert1_title {
	padding-right: 45px;
	padding-top: 50px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-size: 60px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	color: white;
	writing-mode: vertical-rl;
	float: right;
	text-align: left;
	-ms-writing-mode: tb-rl;            /* IE用　*/
	-webkit-writing-mode: vertical-rl;  /* chrome用　*/
	-o-writing-mode: vertical-rl;       /* opera用　*/
	word-break: keep-all;
}

.vert1_sub {
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 50px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-family: serif;
	color: white;
	font-size: 14px;
	writing-mode: vertical-rl;
	float: right;
	text-align: left;
	-ms-writing-mode: tb-rl;            /* IE用　*/
	-webkit-writing-mode: vertical-rl;  /* chrome用　*/
	-o-writing-mode: vertical-rl;       /* opera用　*/
	float: right;
}

.ja {
	font-size: 10px;
}

.index {
	list-style-type: none;
}

.index li {
    padding-top: 16px;
}

figure { margin: 1em 40px; }

footer {
	font-size: 14px;
	padding-right: 0px;
	padding-top: 0px;
	color: black;
	float: left;
}
.pink_zoom {
	background-color: #de00a5;
	width: 200px;
	height: 40px;
	border-radius: 5px;
	font-size: 18px;
	padding: 0px;
	color: white;
	float: left;
}
.pink_zoom:hover {
	background-color: gray;
}
.brown_zoom {
	background-color: #93806F;
	width: 390px;
	height: 40px;
	border-radius: 5px;
	font-size: 18px;
	padding: 0px;
	color: white;
	float: left;
	border-style: none;
}

.brown_zoom:hover {
	background-color: gray;
}
.more_zoom {
        background-color: white;
        border: 2px solid #de00a5;
        width: 140px;
        height: 50px;
        border-radius: 5px;
        font-size: 12px;
	margin-top: 5px;
        padding: 5px;
        color: #de00a5;
        text-align:center;
        float: right;
}
.more_zoom:hover {
        background-color: gray;
}

.m_zoom {
	text-align:left;
	float:right;
	margin-top:20px;
	margin-bottom:0px;
	margin-right:0px;
}
.zoom {
	text-align:left;
	float:left;
	margin-top:50px;
	margin-left:50px;
	margin-bottom:20px;
	clear:right;
}
.pink {
	background-color: #de00a5;
	border-radius: 5px;
	color: white;
}
.gray {
	background-color: gray;
	border-radius: 5px;
	color: white;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #de00a5;
  float: left;
  padding-right: 20px;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #de00a5;
  float: left;
}

.arrow-up {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #de00a5;
  float: right;
}


.article {
  float: left;
  margin: 5px;
  padding: 8px;
  width: 200px;
  height: 100px;
  border: 1px solid black;
  background-color: #cccccc;
  border-radius: 5px;
  position:relative;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
}

.article a{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-1999px;
}

.article img{
   display:block;
   width:35%;
   float:left;
}

.article .step {
	width: 100%;
 	margin-left: 5%;
 	margin-bottom: 10%;
	float:left;
	color: #de00a5;
}
.article .detail {
	width: 90%;
 	margin-left: 5%;
	float:left;
}


.article a:hover {
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.week {
  border: 1px solid white;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

.e_title {
	font-size: 30px;
	font-style: italic;
	text-align: right;
}
.e_caption {
	font-size: 14px;
	font-style: normal;
	text-align: right;
}

.nav {
	margin-top:30px;
	margin-bottom:0px;
	height:	40px;
	margin-left:22px;
	margin-right:8px;
}

.navigation {
	overflow: hidden;
	position: relative;
	text-align: left;
}

.desc {
	margin-top: 0px;
	color:white;
	height: auto;
}

.descframe {
	border:none;
	height: 650px;
	width:400px;
}
