﻿/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Anton);

#main-inner-right .contents {
    background-color: #adcde1;
	padding: 20px;
}

.section {
    background-color: #e9dfcd;
	margin-bottom: 40px;
	border-radius: 10px;
	padding: 5px 20px;
    color: #111;
}

.section .fl {
	float: left;
}
.section .fr {
	float: right;
}

.section h3 {
    font-size: 22px;
    line-height: 1.5;
    text-shadow: 3px 2px 0 #FEF17F, 7px 6px 0 rgba(0,0,0,0.15);
    transform: rotate(-7.5deg);
    padding: 0 20px;
}
.section h3 span {
    font-size: 30px;
    color: navy;
}
.section h3 span.right {
    display: block;
    text-align: right;
}

.section h4 {
    font-size: 18px;
    color: navy;
    margin-bottom: 5px;
}

.section .product-image {
	text-align: center;
	margin-top: 20px;
}
.section .product-image i {
	text-align: center;
	font-size: 48px;
	color: #10BBF3;
	width: 50px;
	padding-top: 100px;
}

.section #socool {
    color: #F39A00;
    font-size: 52px;
    font-family: 'Anton', sans-serif;
    text-shadow: 4px 3px 0px #fff, 
    9px 8px 0px rgba(0,0,0,0.15);
    transform: rotate(-7.5deg);
    text-align: left;
    margin: 40px 0 30px; 
}
.section .price {
    color: #900;
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
}
.section .price span {
    font-size: 36px;
    font-family: 'Anton', sans-serif;
}

.section .orange {
    color: #F39A00;
    font-size: 32px;
    font-weight: bold;
    text-align: right;
    text-shadow: 3px 2px 0 #fff, 6px 5px 0 rgba(0,0,0,0.15);
    margin: 25px 5px;
}

.section .product-box {
	background-color: #FFF;
	border-radius: 10px;
	border: 0;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 20px;
}

.section ul {
	padding-left: 16px;
    margin-bottom: 10px;
}
.section ul li span {
    color: #900;
}

.section .product-box ul li {
	text-indent: -15px;
}
.section .product-box ul li span {
    color: #F39A00;
}


.section img.radius {
	border-radius: 10px;
}
.section img.radius.fl {
	margin-right: 20px;
	margin-bottom: 20px;
}
.section img.radius.right {
	margin-right: 0;
}
.section .border-box {
  border: 1px solid #CCC;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
}
.section .border-box div {
  display: inline-block;
}
.section .border-box img {
  margin-bottom: 10px;
}
.section .border-box h4 {
  color: #900;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Anton', sans-serif;
}
.section #ground0 {
  text-align: center;
}
.section #ground0 img {
  margin: 5px 0 20px;
}
.section .border-box em {
  color: #900;
  font-weight: bold;
}
.section .border-box em strong {
  font-size: 18px;
  /*font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: 400;*/
}
