@charset "UTF-8";
/* CSS Document */

.ground_view.view {
	width:100%;
	margin-top:-10px;
}
#main.view{
	min-height:auto;
}
#container.view {
	padding-bottom:0;
	min-height:100%;
}

.contents_box.view {
	height:100%;
	background:#FFF url(../images/bg_frame_view.jpg) center top repeat-y;
	padding:26px 0 0 0 !important;
}






/* ------------------------------ 世界観 ------------------------------ */
.contents_box.view p {
	color:#1b1b1b;
	padding:0 20px;
}

.contents_box.view .view_box p{
	font-size:100% !important;
	padding:0;
}

.contents_box.view p.sokai {
	font-size:85% !important;
	line-height:140%;
	color:#6F432E;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif  !important;
	padding-bottom:10px;
	font-weight:bold;
}


span.scale {
	-moz-transform:    scale( 3, 1 );  /* Firefox */
-webkit-transform: scale( 3, 1 );  /* Chrome,Safari */
-o-transform:      scale( 3, 1 );  /* Opera */
-ms-transform:     scale( 3, 1 );  /* IE */
transform:         scale( 3, 1 );  /* CSS3 */
display: inline-block;
margin:0 1em;
}



.view_word {
	width:auto;
	height:auto;
	margin:10px 0 20px;
	font-size:0.9em;
	padding-bottom:20px !important;
}

.view_word p {
	margin-left: 12%;
	margin-right: 8%;
	font-size:1.04em !important;
}


.view_word h4 {
	font-size:2em;
	padding-left:70px;
	margin-right:10px;
	margin-bottom:10px;
	background:url(../images/list_head_img.png) left no-repeat;
	color:#522225;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif  !important;
	padding-top:4px;
}


/* ------------------------------ 世界観 end ------------------------------ */

.progress{ padding-bottom:10px;}
.view_word h3{ padding:0; margin:0; padding-bottom:20px;}
.view_box{ padding-bottom:20px;}

.progress p{
	font-size:0.9em;
}

