﻿@charset "utf-8";

body {
}
/* mainWrapper
================================================== */
#mainWrapper {
	position: relative;
	overflow: hidden;
}
/* movieArea
================================================== */
#mainBg {
	position: relative;
	z-index: 0;
}

/* mainArea
================================================== */
/* mainArea */
#mainArea {
	background-color: #eee;
}
/* vw */
#mainArea .vw {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	margin: 20% 0 0 5%;
	padding: 2% 0 3%;
	z-index: 1;
    font-size: 10vw;
    font-weight: bold;
	line-height: 100%;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 5px 5px 5px;
}
@media screen and (max-width: 600px) {
	#mainArea .vw {
		margin: 18% 0 0 22%;
		font-size: 11vw;
	}
}
/* topImg */
#mainArea .topImg {
	position: absolute;
	top: 0;
	right: 5%;
	margin: 3% 0 0 0;
	padding: 0;
	z-index: 1;
	width: 33%;
}
@media screen and (max-width: 600px) {
	#mainArea .topImg {
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto 0;
		width: 70%;
		padding-top: 5%;
	}
}

/* contentWrapper
================================================== */
#contentWrapper {
	padding: 5%;
	background-color: #eee;
	position: relative;
	z-index: 10;
}

/* newsTitBox
================================================== */
/* newsTitBox */
.newsTitBox {
	padding: 3% 2%;
}
@media screen and (max-width: 600px) {
	.newsTitBox {
		padding: 5% 0;
	}
}
.newsTitBox .newsTit{
	padding: 0;
	margin: 0;
    font-size: 4vw;
}
@media screen and (max-width: 600px) {
	.newsTitBox .newsTit{
		font-size: 6vw;
	}
}
/* newsTitTxt */
.newsTitTxt{
	margin: 0 2.5%;
	padding: 2.5% 0;
}
@media screen and (max-width: 600px) {
	.newsTitTxt{
		margin: 0;
	}
}
.newsTitTxt .newsTitTxtVw {
	font-size: 1.5vw;
	line-height: 200%;
}
@media screen and (max-width: 1100px) {
	.newsTitTxt .newsTitTxtVw {
		font-size: 100%;
	}
}
.newsTitTxt .newsTitTxtBold {
	font-weight: bold;
}
.newsTitTxt .webfontL{
	font-size: 6vw;
	line-height: 110%;
}
@media screen and (max-width: 600px) {
	.newsTitTxt .webfontL{
		font-size: 8vw;
	}
}
/* jisannBox */
.jisannBox {
	padding: 3% 5%;
	border: solid 2px;
	background-color: #fff;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.jisannBox dt{
	font-size: 160%;
	padding-bottom: 2%;
	font-weight: bold;
	border-bottom: solid 2px;
}
.jisannBox dd{
	font-size: 160%;
	padding: 2% 0;
	font-weight: bold;
	border-bottom: dotted 1px;
}
.jisannBox dd:last-child{
	border-bottom: none;
}
@media screen and (max-width: 600px) {
	.jisannBox dt,
	.jisannBox dd{
		font-size: 110%;
	}
}
/* priceBox */
#priceBox {
	padding: 3% 5% 0;
}
#priceBox dl{
	font-size: 1.5vw;
	border-top: dotted 1px;
}
@media screen and (max-width: 1100px) {
	#priceBox dl{
		font-size: 100%;
	}
}
#priceBox dl:first-child{
	border-top: none;
}
#priceBox dl:last-child{
	border-top: solid 2px;
}
#priceBox dt{
	float: left;
	padding: 2% 5% 2% 0;
}
#priceBox dd{
	float: left;
	padding: 2% 5% 2% 0;
}
#priceBox dd span{
	font-size: 60%;
	color: red;
}









