﻿@charset "utf-8";

.present_img {
	margin: 5% 0;
	text-align:center;
}

.present_img img{
	max-width: 100%;
	height: auto;
}

.str{
	color:#cd2a92;
	font-size: 1.2em;
	font-weight:bold;
}

.str_ttlbg{
	box-sizing: border-box;
	background:#7bc049;
	width:100%;
	margin:2em auto .5em;
	padding:.3em 1em .1em;
	color:#fff;
	font-size: 1.1em;
	font-weight:bold;
	text-align:center;
	border-radius:4px;
}


.btn{
	width: 50%;
	margin: 1rem auto 2rem;
	padding: 10px 0;
	font-size: 1.2em;
	text-align:center;
	border-radius: 10px;
}
.btn_present-off{
	background: rgba(120,120,120,0.8);
	color: #bbb;
	box-shadow: #666 1px 1px 0;
}
.btn_present{
	background: #5e3f8d;
	color: #fff;
	box-shadow: #8e5d8e 1px 1px 0;
}
.btn_present:hover{
	background: #483167;
	color: #fff;
	box-shadow: #5e3f8d 1px 1px 0;
}
.btn a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.txt_end{
	color:#D30411;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}