/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-image: url(../images/design-01.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
	background-image: url(../images/design-01.jpg);
	background-repeat: repeat-x;
}


/* ------ Header ------ */

header {
	width: 100%;
}
header #header-inner img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}


#header-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#tagline {
	float: right;
	height: 30px;
	margin-top: 30px;
	width: 110px;
	overflow: hidden;
}

#header-inner #tw_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: -60px 0px;
	float: right;
	text-indent:-99999px;
}
#header-inner #tw_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: -60px 30px;
	text-indent:-99999px;
}
#header-inner #fb_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 60px 0px;
	float: right;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #fb_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 60px 30px;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #yt_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 0px 0px;
	float: right;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #yt_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 0px 30px;
	text-indent:-99999px;
	margin-left: 10px;
}

#logo {
	padding: 10px 0;
	margin: 0px;
}

#logo a {
	display: block;
	max-width: 238px;
}

#gnav {
	clear: both;
	width: 100%;
	background-image: url(../images/navi_bg.jpg);
}

#gnav nav {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9D0000;
	border-left-color: #5D0000;
}

#gnav nav ul li {
	float: left;
	font-weight: bolder;
}

#gnav nav ul li a {
	display: block;
	/*padding: 8px 30px 6px;*/
	padding: 8px 63px 6px;
	font-size: 83%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5D0000;
	border-left-color: #9D0000;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	color: #ccc;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	color: #fff;
	text-decoration: none;
}

#gnav .sty {
	color: #FFF;
	font-weight: bolder;
	background-color: #B70000;
}

/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
}

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#mainvisual-inner .img {
	position: absolute;
	display: none;
	width: 930px;		/* 画像の幅 */
	margin-left: -465px;	/* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}

#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}

#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
	margin-top: 0px;
}
#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
	margin-top: -10px;
}

#mainvisual-btn a img {
	vertical-align: top;
}

#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -20px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#left-column {
	width: 930px;
	padding-bottom: 20px;
}

article section {
	padding: 0;
}
#info {
	height: 200px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	padding-right: 5px;
}
.new {
	font-weight: bolder;
	color: #F00;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
}


#goods1,#goods2 {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	padding-top: 10px;
}


article section:first-child {
	border-top: none;
}
article h1 {
	font-weight: bolder;
	color: #bb0000;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 20px;
	clear: right;
}
h1 .note {
	font-size: 50%;
	font-weight: normal;
	margin-left: 20px;
	line-height: 0.8;
}


article section h2 {
	padding: 0px 0px 10px;
	font-size: 200%;
	font-weight: bolder;
	color: #FFF;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 140%;
	margin-bottom: 15px;
}
article #goods2 h4 {
	font-weight: bolder;
	font-size: 100%;
	margin-top: 20px;
	color: #FFF;
}


.contents-title {
	padding: 15px 0 10px;
	font-size: 100%;
	font-weight: bolder;
	color: #FFF;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	line-height: 80%;
}
#info .list li {
	list-style: disc;
	color: #CCC;
	font-size: 90%;
	line-height: 160%;
	margin-left: 1.5em;
}
#goods1 .list li,#goods2 .list li {
	list-style: square;
	color: #CCC;
	font-size: 90%;
	line-height: 160%;
	margin-left: 1.5em;
}



article section p {
	font-size: 90%;
	line-height: 160%;
	color: #CCC;
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}

.column1 p {
	font-size: 83%;
}

.box {
	padding: 0 0 20;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #fff;
	clear: both;
}
article .box ul .btn {
	float: left;
	list-style: none;
	margin-bottom: 10px;
	margin-left: auto;
}
article .box ul .btn.btn-right {
	margin: 0px auto 10px 0px;
	float: right;
}


article .box h3 {
	font-size: 100%;
	color: #FFF;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
article .box h4 {
	font-size: 120%;
	font-weight: bolder;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #8a0000;
}

article .box .box_title {
	background-color: #8a0000;
	padding: 15px;
	background-repeat: no-repeat;
	clear: both;
}


article .box p {
	font-size: 83%;
}
article .box ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
article .box ul li {
	list-style: disc;
	font-size: 83%;
	color: #CCC;
	line-height: 160%;
	margin-left: 18px;
}
article .box #member {
	border: 6px solid #8a0000;
	padding: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 50px;
}
article .box #member h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 150%;
	font-weight: bolder;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}



.news-box {
	font-size: 83%;
	color: #555;
	line-height: 160%;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
}

.btn {
	width: 47%;
	height: 40px;
	margin: 0px auto 0;
	padding: 5px;
	background-color: #333;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.btn a {
	display: block;
	width: 100%;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}


/* ------ Table ------ */

.table {
	*border-left: solid 1px #ddd;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.table .thead,
.table .tbody {
	display: table-row-group;
}

.table ul,
.table dl {
	display: table-row;
	font-size: 76%;
	line-height: 160%;
	overflow: hidden;
	*zoom: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

.table ul {
	text-align: center;
	background-color: #eee;
}

.table ul li,
.table dl dt,
.table dl dd {
	display: table-cell;
	*display: inline;
	padding: 5px 8px;
	*border-top: none;
	*border-left: none;
	vertical-align: middle;
	*zoom: 1;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-left-color: #333;
}

.table .col1 {
	width: 20%;
}
.table .col2 {
	width: 61%;
}
.table .col3 {
	*width: 10%;
	width: 15%;
}
.table .col4 {
	*width: 10%;
	width: 15%;
}


/* ------ Footer ------ */

footer {
	width: 100%;
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
footer nav p,.home{
	margin: 0px 0px 20px;
	float: right;
	font-size: 67%;
	font-weight: bolder;
	color: #999;
}


footer nav,
#copyright {
	text-align: center;
	margin-bottom: 10px;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #999;
	border-left: solid 1px #ccc;
	*zoom: 1;
}

footer ul li:first-child {
	border-left: none;
}

article #goods1 .goodsimg {
	margin-top: 20px;
}
article #goods1 .goodschild {
	margin-right:20px;
	box-sizing: border-box;
	    display: block;
    width: 23%;
    float: left;
		margin-bottom: 20px;
	border:2px solid #666;
}
article #goods1 .goodschild:nth-child(8n-1) {
	margin-right:0px;
	box-sizing: border-box;
}
article #goods1 .goodschild p {
	text-align: center;
	background: #666;
	color:#fff;
	padding-top: 5px;
}
.mushi{
	position:absolute;
	bottom:2px;
	right:2px;
}
article #goods1 .goodschild:hover p {
	background: #333;
}
article #goods1 .goodschild:hover {
	border:2px solid #333;
}
article #goods1 .goodschild a:hover {
	text-decoration: none;
	color:#FFF2CC;
}
.imganime{
	position:relative;
	overflow: hidden;
}
article #goods1 .goodsimg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

article #goods1 .goodsimg {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

article #goods1 .goodsimg img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
article #goods1 .goodsimg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
article #goods1 .goodschild p span {
	font-size: 10px;
}



/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {

	#header-inner {
		width: 90%;
	}

	#gnav nav {
		width: 90%;
	}

	#gnav nav ul li a {
		padding: 8px 20px 6px;
	}

	#mainvisual .img {
		width: 130%;		/* 画像の幅÷980 */
		margin-left: -65%;	/* -(画像の幅÷980÷2) */
	}

	#contents {
		width: 100%;
	}

	#left-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.column-set {
		width: 105%;
	}

	.column1 {
		width: 29%;
		margin-right: 4.1%;
	}

	#right-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		*margin: 0 auto 20px;
		overflow: hidden;
		*zoom: 1;
	}

	#right-column-inner {
		width: 105%;
	}

	#right-column .box {
	float: left;
	width: 24%;
	margin-right: 4.1%;
	padding: 0 1.5% 15px;
	}

	#right-column .ad {
		width: 26%;
		padding: 10px 1.5% 0;
	}

	#footer-inner {
		width: 100%;
	}
	
	article #goods1 .goodschild {
    width: 47%;
	}
	article #goods1 .goodschild:nth-child(8n-1) {
	margin-right:20px;
	}
	article #goods1 .goodschild:nth-child(4n-1) {
	margin-right:0px;
	}


}



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

	#header-inner {
		width: 100%;
	}

	#tagline {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-left: 15px;
	}

	#logo {
		padding: 0 0 15px;
	}

	#logo a {
		margin: 0 auto;
	}

	#gnav nav {
		width: 100%;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
	}

	#gnav nav ul li {
		float: left;
		width: 50%;
		*width: 49.9%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 8px 0 6px;
		text-align: center;
		border-left: solid 1px #111;
		border-right: solid 1px #333;
		border-bottom: solid 1px #111;
		border-top: solid 1px #333;
	}

	.column1 {
		width: 45.5%;
		margin-right: 4%;
	}

    .btn {
	width: 100%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: #333;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
    }

	.btn a {
	width: 100%;
	height: auto;
	}

}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

	.box {

	}

	#contents-title {
		font-size: 110%;
	}

	.btn {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	}

	.btn a {
	width: 100%;
	height: auto;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.news-box dt {
		float: none;
		width: auto;
	}

	.news-box dd {
		margin: 0 0 10px 0;
	}

	#right-column {
		*margin-bottom: 0;
	}

	#right-column-inner {
		width: 100%;
	}

	#right-column .box {
	float: none;
	width: auto;
	margin-right: 0;
	padding: 0 0px 20px;
	}

	#right-column .box p {
		font-size: 120%;
	}

	#right-column .box .tel {
		font-size: 150%;
	}

	#right-column .btn {
		height: 40px;
		margin: 10px auto 0;
		border-radius: 25px;
		font-size: 90%;
	}

	#right-column .btn a {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	#right-column .ad {
		margin-right: 0;
		padding: 10px 10px 0;
	}
	.table {
	margin-bottom: 20px;
	}

	.table .thead,
	.table .tbody {
		display: block;
	}

	.table ul {
		display: none;
	}

	.table dl {
		display: block;
		font-size: 83%;
	}

	.table dl dt,
	.table dl dd {
		float: none;
		display: block;
		border-top: none;
		border-left: none;
	}
	.table .col1 {
	width: auto;
	padding: 2px;
	font-weight: bolder;
	color: #333;
	border-bottom: solid 1px #ddd;
	background-color: #CCC;
	}
	.table .col2 {
	padding: 8px 0px 0px;
	width: auto;
	font-weight: bolder;
	color: #FFF;
	}
	.table .col3 {
	padding: 0 8px 0px 0px;
	width: auto;
	}
	.table .col4 {
	padding: 0 8px 10px 0px;
	width: auto;
	}


}


article #goods1 table {
	margin-top: 20px;
}
article #goods1 table td img {
	margin-bottom: 20px;
}
article #goods1 table td {
	margin-right:20px;
	box-sizing: border-box;
	    display: block;
    width: 18%;
    float: left;
}
article #goods1 table td:nth-child(5n) {
	margin-right:0px;
	box-sizing: border-box;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.both{
	clear:both;
}