@charset "utf-8";
/* CSS Document */


/*****初期設定系******************************************/
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#container {
	width: 950px;
	list-style: none;
	margin: 0 auto;
	margin-bottom: 50px;
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
a:link {
	color: #3555D0;
}
a:visited {
	color: #0C8DD5;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff8000;
}
.button a:link {
	border-radius: 3px;
	border: none;
	color: #fff;
	width: 70px;
	text-decoration: none;
	padding: 5px;
	font-size: 13px;
}
.button a:link {
	color: #fff;
}
.button a:visited {
	color: #fff;
}
p, li, ul {
	color: #555;
	line-height: 120%;
}
ol, ul {
	margin-left: 20px;
}
.alpha a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
hr {
	size: 2px;
	color: #D8D8D8;
	margin: 40px 0 40px 0;
}
input[type="button"] {
	width: 250px;
	height: 65px;
	background: #b0c4de;
	color: white;
	border-radius: 3px;
	cursor: not-allowed;
}
input[type="submit"]:not(#searchbtn) {
	width: 250px;
	height: 65px;
	background: #3555d0;
	color: white;
	border-radius: 3px;
	cursor: pointer;
}
input, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	padding: 5px;
	background: #fff;
}



.red{ color:#E50206;
	}
/******ヘッダー*****************************************/

header {
	margin: 0 auto;
	padding-top: 10px;
	width: 950px;
}
header .gnav li a {
	text-decoration: none;
	color: #808080;
}
.topimage {
	background: url(images/sample.jpg) no-repeat center;
	height: 670px;
	margin: 0 auto;
	background-color: #8D2B20;
}
/***グローバルナビ共通******************************************/
header img, footer img {
	float: left;
}
header .button, footer .button {
	float: right;
	line-height: 5rem;
}
.sample {
	background: #818181;
	margin: 0 5px 0 0;
}
.draft {
	background: #000;
}
.gnav {
	list-style: none;
	margin: 32px 0 0 25px;
	font-size: 14px;
	float: left;
}
.gnav li {
	float: left;
	padding: 2px 0;
}
.gnav li:not(:last-child):after {
	content: "/";
	color: #808080;
	margin: 0 5px;
}
nav {
	height: 85px;
}
/****中身*******************************************************/
.TAinfo {
	margin-bottom: 25px;
}
.TAinfo dd {
	float: left;
}
.TAinfo dd:nth-child(2) {
	margin: 0 10px;
}
.TAchar {
	margin-bottom: 0px;
}
.TAchar dd {
	float: left;
	margin-bottom: 10px;
}
.TAchar dd:not(:nth-child(4n)) {
 margin-right:10px;
}
.flow {
	width: 465px;
	float: left;
	margin-bottom: 20px;
	display: inline-block;
}
.flow h2 {
	margin: 10px 0;
}
.flow p {
	padding-bottom: 10px;
	line-height: 1.5em;
}
.flow:nth-child(2n) {
	margin-left: 15px;
}
.comment {
	margin-bottom: 25px;
}
.comment img {
	float: left;
	margin-right: 10px;
}
.com_name {
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: bold;
}
.com_name p {
	color: #000;
}
.artist_name {
	font-size: 40px;
}
.sample_claim:link {
	width: 250px;
	margin: 30px auto 50px auto;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	background: #3555d0;
	border-radius: 3px;
	color: #fff;
	transition: all 1s ease;
}
.sample_claim:hover {
	box-shadow: -2px -2px 5px #1A1D3F inset;
}
.sample_claim:visited {
	color: #fff;
}
ul.product-button {
	text-align: center;
}
li.product-button {
	display: inline-block;
	padding: 0px 40px
}

/****フッター***************************************************/
footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353535+0,000000+100 */
	background: rgb(53,53,53); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(53,53,53,1) 0%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.f_contents {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}
.f_contents a {
	color: #fff;
	text-decoration: none;
}
.f_nav {
	margin-top: 20px;
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
	font-size: 13px;
}
.f_nav li {
	margin-right: 30px;
	position: relative;
	left: -50%;
	float: left;
}
footer .gnav li:not(:last-child):after {
	color: #fff;
}
footer p {
	clear: both;
	margin-top: 4em;
}
/****検索ボタン*********************************/
input#searchbtn {
	padding: 7px 0px;
	background-color: #000;
	color: #fff;
	border-style: solid;
	border-color: #808080;
	border-width: 1px 1px 1px 0;
	content: "";
}
input#keywords {
	padding: 6px 0;
	margin-right: -5px;
	color: #555;
}
/****見出し************************************/
h1 {
	font-size: 35px;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 30px;
	height: 70px;
	margin: 25px 0 25px 0;
	color: #000000;
}
h1 span {
	font-size: 12px;
}
h2:before {
	font-size: 24px;
	content: url(images/h2.png);
	margin-right: 5px;
	margin-bottom: 10px;
}
h2 {
	margin: 20px 0 5px 0;
	color:#787878;
}


/********スペースを空けるためのスタイル********/
.toha{  
margin-bottom:20px;
width:950px;
	}

/*****テーブル********************************/
table, th, td {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	line-height: 120%;
	color: #555;
}
table {
	width: 950px;
	margin: 10px 0;
}
th, td {
	padding: 7px;
}
th {
	text-align: left;
	font-weight: normal;
}
table tr:nth-child(odd) {
	background: #f2f2f2;
}
/***商品詳細に並んでる画像**********************/
.sample_image dd {
	float: left;
}
.sample_image dd:nth-child(2) {
	margin: 0 25px;
}
.sample_image {
	margin: 20px 0 50px 0;
}
.value_price th {
	background: #f2f2f2;
}
.value_price td {
	background: #fff;
}

/**************ページトップ*******************/
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/************** プロダクト一覧画像 *******************/
img.product {
	width: 150px;
	height: 150px;
}
dl.products {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 900px;
	float: left;
}
dl.products dd {
	display: block;
	float: left;
	width: 150px;
	margin: 0px 10px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	border-radius: 0px;
	line-height: 18px;
	height: 230;
	border-top-style:solid;
	position: relative;
	overflow: :hidden;
	transition: all 0.3s ease-in-out;
	box-shadow: 4px 4px 3px 0px #ccc;
}
dl.products dd:hover {
	box-shadow: 0px 0px 3px 0px #eee;
}
dl.products dd b {
	font-size: 16px;
	float: left;
	width: 150px;
}
dl.products dd a b {
	font-size: 16px;
	float: left;
	width: 150px;
	color: #000;
}
dl.products dd a small {
	font-size: 13px;
	float: left;
	color: #787878;
}
dl.products dd small {
	font-size: 13px;
	float: left;
}
dl.products dd small.size{
	font-size: 9px;
	float: left;
}
img.products-new-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
}

img.tw {
	width: 40px;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	box-shadow: 3px 3px 3px 0px #ccc;
}
img.tw:hover {
	box-shadow: 0px 0px 3px 0px #fff;
}

/************** ボタン *******************/
.btn-grad:link {
	/*background: -moz-linear-gradient(left top, #7bf, #35d);
	background: -webkit-gradient(linear, left top, left bottom, from(#7bF), to(#35d));
	*/
	
	background: #35d;
	color: #fff;
	width: 250px;
	margin: 30px auto 50px auto;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #00F;
	
	/*
	transition: all 0.3s ease-in-out;
	box-shadow: 5px 5px 3px 0px #ccc;
	*/
}
.btn-grad:hover {
	color: #fff;
	/*box-shadow: 0px 0px 3px 0px #fff;*/
}
.btn-grad:visited {
	color: #fff;
}

.fuwatAnime{
	opacity: 0.0;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*詳しくはこちらへのボタン*/

.btn-nv {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background-color: #007bff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 3px 3px 3px 0px #ccc;
	transition: all 0.3s ease-in-out;
}

.btn-nv:hover {
	background-color: #0056b3;
	box-shadow: 0px 0px 3px 0px #fff;
}

.btn-nv:visited {
	color: #fff;
}

.btn-nv,
.btn-nv:link,
.btn-nv:visited {
	color: #fff;
	text-decoration: none;
}

.btn-nv-div {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}
