@import 'https://secure.future-s.com/~chaba/sp/css/common.css';
@import 'https://secure.future-s.com/~chaba/sp/css/fs.css';

#FS2_ItemDetail .itemInner {
	width: 100%;
}
#FS2_ItemDetail .itemInner img {
	max-width: 100%;
	height:auto;
}
#FS2_ItemDetail .itemInner h2 {
	margin-bottom: 5%;
}
#FS2_ItemDetail .itemInner h3 {
	background: #656600;
	margin-bottom: 4%;
	padding: 2% 3%;
	color: #fff;
	font-size: 140%;
}
#FS2_ItemDetail .itemInner p {
	margin-bottom: 30px;
}
#FS2_ItemDetail .itemInner table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:3%;
}
#FS2_ItemDetail .itemInner table th, #FS2_ItemDetail .itemInner table td {
	border: 1px solid #ccc;
	padding: 10px 5px;
}
#FS2_ItemDetail .itemInner table th {
	background: #eee;
	width: 25%;
}

#FS2_ItemDetail .itemInner .blog_link{
    margin-top: 0;
}
#FS2_ItemDetail .itemInner .blog_link a{
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
    border: 1px solid #ff6b01;
    background: #fea700;
    background: -moz-linear-gradient(top, #fea700 0%, #ff7d01 100%);
    background: -webkit-linear-gradient(top, #fea700 0%,#ff7d01 100%);
    background: linear-gradient(to bottom, #fea700 0%,#ff7d01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea700', endColorstr='#ff7d01',GradientType=0 );
}
#FS2_ItemDetail .itemInner .blog_link span{
    display: block;
}

.itemInner .cart_btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 110%;
    border: 1px solid #cb0004;
    background: #e77b79;
    background: -moz-linear-gradient(top, #df6466 0%, #cb0004 100%);
    background: -webkit-linear-gradient(top, #df6466 0%,#cb0004 100%);
    background: linear-gradient(to bottom, #df6466 0%,#cb0004 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df6466', endColorstr='#cb0004',GradientType=0 );
}
