@charset "utf-8";
/* CSS Document */

/*メインタイトル*/
.main_title{
    text-align: center;
    font-size: 74px;
    font-weight: bold;
    line-height: 1.4em;
    color:crimson;
    margin: 50px 0;
}
/*サブタイトル*/
.sub_title{
    margin: 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #92D050;
}
/*説明文*/
.text_box{margin: 20px 20px 0;}
.text_box p{font-size: 26px; line-height: 1.8em;}

/*画像*/
figure img{display: block; width:640px; margin: auto;}

/*特典など*/
.ex_desc{margin: 50px 0;}
.ex_desc .price{
    font-size: 45px;
    color:crimson;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}
.ex_desc .txt01{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
}

/*多数そろえています*/
#contents_left .price_frame2 {
	padding: 20px;
	background-color: #989898;
}
#contents_left .price_frame2 p {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#contents_left .staff_link02 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}


#contents_left .staff_link02 a {
	font-size: 17px;	
}
#contents_left .staff_link02 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#contents_left .staff_link02 a {
	font-size: 17px;	
}

