@charset "UTF-8";
/* CSS Document */
h2.title {
	font-size: 1em;
	margin: 0 auto;
}
h2.title img{
	width: 100%;
}
.cont-orod {
	width: 95%;
	margin: 1em auto;
}
.cont-orod-3 {
	width: 20em;
	margin: 0 auto 1em;
}
.cont-orod-3 p{
	width: 18.75em;
	margin: 0.5em auto;
}
p.small_font {
	font-size:0.9em;
	width: 94%;
}
p.orod-4 {
	width: 96%;
	margin: 1.2em auto;
}
.cont-gift {
	padding: 1em;
	text-align:center;
}
h3.gift {
	width: 96%;
	padding: 0.5em 0;
	font-size: 1.2em;
	border-bottom: dotted 1px #08697A;
	background: none;
	text-align: left;
}
h3.bnr_link{
	margin-bottom: 0.5em;
	text-align: center;
}
p.gift-text {
	padding: 1em 0.5em 1em 0;
	border-bottom: dotted 1px #08697A;
	text-align: left;
}
p.gift-price {
	width: 85%;
	padding: 0;
	margin: 0.25em auto 1em;;
	font-weight: bold;
	text-align: center;
}
p.text960 {
	width: 95%;
	margin: 1em auto;
}
.red {
	color: #FF0000;
	font-size: 1.15em;
}
.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.top_cont{
	padding-top: 7.5em;
}
/*スクリーンサイズ800以上*/
@media screen and (min-width : 50em){
h2 {
	width: 60em;
	padding: 0;
}
.cont-orod {
	width: 50%;
	float: left;
}
.wrapper-bnr{
	width: 30em;
}
.cont-orod-3{
	float: left;
}
.cont-gift-left {
	width: 40%;
	float: left;
	padding: 1em 0.5em;
}
.cont-gift-right {
	width: 56%;
	float: left;
	padding: 1em 0.5em;
}
p.text960 {
	width: 78%;
}
h3.bnr_link{
	text-align: left;
}
}