@charset "utf-8";

/*============================================================================
	PC非表示
==============================================================================*/

.hiddenPc {
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}


/*============================================================================
	index頭部
==============================================================================*/

/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo {
	width: 350px;
	height: 70px;
	margin: 0px auto;
	padding-top: 9px;
	padding-bottom: 5px;
}

h1#logo a {
	display: block;
	width: 300px;
	height: 70px;
	background: url(../img/logo.png) no-repeat;
	background-size: 300px 70px;
	text-decoration: none;
	text-indent: -1000px;
	font-size: 8px;
	overflow: hidden;
}

h1#logo a:hover {
	text-decoration: none;
}



/* index専用 */
#logoInd {
	width: 150px;
	height: 24px;
	margin: 0px auto;
	padding-top: 18px;
	padding-bottom: 5px;
}

#logoInd a {
	display: block;
	width: 150px;
	height: 24px;
	background: url(../img/logo.png) no-repeat;
	background-size: 150px 24px;
	text-decoration: none;
	text-indent: -1000px;
	font-size: 8px;
	overflow: hidden;
}

#logoInd a:hover {
	text-decoration: none;
}


div.fbBox {
	width: 20px;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 60px;
}

div.loginBox {
	width: 20px;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 20px;
}

div.searchBox {
	width: 20px;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 100px;
}


nav {
	margin: 0px auto 0px auto;
	position: relative;
}

#menu {
	list-style-type: none;
	text-align: center;
	background: #a0e2ce;
	/*height:30px;*/
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
}

#menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0px 0 50px;
	box-sizing: border-box;
	text-align: center;
}

#menu li:last-child {
	padding-top: 0px;
}

#menu li a {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0 6px;
	font-size: 110%;
	color: #fff;
	/*font-weight: bold;*/
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}

#menu li:hover>a {
	color: #c6dde1;
}

#menu>li:hover>a {}




.headSearch {
	position: absolute;
	top: 12px;
	right: 8px;
	background: #f3f5f7;
	border-radius: 36px;
	width: 200px;
	line-height: 36px;
	box-sizing: border-box;
	padding: 0 5px 0 5px;
}

.sbox2 {
	height: 30px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: -6px;
	border-radius: 20px;
	outline: 0;
	background: #fff;
}

.sbtn2 {
	height: 16px;
	position: absolute;
	left: 135px;
	/*アイコン左右の位置調整*/
	top: 0;
	background: none;
	color: #666;
	border: none;
	font-size: 16px;
	/*アイコンサイズ*/
}

.sbtn5:hover {
	color: #7fbfff;
}

/* 検索ボックス

.headSearch {
position: absolute;
top: 5px;
right: 8px;
background: #f3f5f7;
border-radius: 36px;
width: 200px;
line-height: 36px;
box-sizing: border-box;
padding: 0 15px;
}
.headSearch form {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.headSearch input {
border: none;
background: #f3f5f7;
width: 150px;
line-height: 36px;
height: 36px;
font-size: 14px;
color: #0e0e0e;
}
.headSearch input:active{
border: none;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
input,
textarea,
select {
outline: none;
margin: 0;
padding: 0;
border: none;
}
 */
/*============================================================================
	bg
==============================================================================*/

/* 柄 */
.about100 {
	clear: both;
	width: 100%;
	height: 100%;
	/* 	background: url(../img/bg_01.jpg) center center; */
}

/* 白背景 */
.about0 {
	clear: both;
	width: 100%;
	height: 100%;
	background: #FFF;
}

/* シェア部分 */
.aboutShare {
	clear: both;
	width: 100%;
	height: 100%;
	/*background: url(../img/bg_01.jpg) center center;*/
	background: #000;
	padding-bottom: 20px;
}

/* ご利用条件　*/
.term {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 40px;
	background: #FFFBE5;
}

/*============================================================================
	中の話#mainCont
==============================================================================*/

.gFont {
	font-family: 'Oswald', sans-serif;
}


/* Main部分バナー */
.mainBnMap {
	width: 994px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
}

.mainBn550t {
	width: 550px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	text-align: center;
	clear: both;
}

.mainBn550b {
	width: 550px;
	margin: 0 auto;
	padding: 36px 0 80px 0;
	text-align: center;
	clear: both;
}

.mainBnBill {
	width: 550px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	clear: both;
}

/* マージン */
.mt40 {
	margin-top: 40px;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mtM10 {
	margin-top: -10px;
}

.mtM20 {
	margin-top: -20px;
}


/* ページ見出し部分 */
h2 {
	clear: both;
	font-size: 24px;
	color: #4b4b4b;
	text-align: center;
	padding-bottom: 20px;
	margin: 10px auto 30px auto;
	/*background: url(../img/bg_title.png) center bottom no-repeat;*/
	background-size: 82px 15px;
	font-weight: lighter;
}

h2.midashi {
	margin: 0 0 30px 0;
	background: none;
	text-align: left;
}

.h2Title {
	clear: both;
	font-size: 24px;
	color: #4b4b4b;
	text-align: center;
	padding-bottom: 30px;
	margin: 10px auto 80px auto;
	background: url(../img/bg_title.png) center bottom no-repeat;
	background-size: 100px 30px;
}

h3.titleH3 {
	clear: both;
	font-size: 18px;
	color: #4b4b4b;
	text-align: center;
	margin: 30px auto 20px auto;
	font-family: 'Oswald', sans-serif;
}

h3.titleShare {
	clear: both;
	width: 704px;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	margin: 10px auto 30px auto;
	font-family: 'Oswald', sans-serif;
}

.h3Read {
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: 10px auto 80px auto;
}

h3.titleSubH3 {
	clear: both;
	font-size: 24px;
	color: #000;
	text-align: left;
	margin: 30px auto 20px auto;
	font-family: 'Oswald', sans-serif;
}

h4.titleH4 {
	clear: both;
	font-size: 22px;
	color: #4b4b4b;
	text-align: center;
	margin: 40px auto 10px auto;
	font-family: 'Oswald', sans-serif;
}

h4.titleH4:after {
	content: "";
	display: block;
	height: 4px;
	width: 0;
	margin: 12px auto 0;
	box-sizing: border-box;
	border-left: 32px #4b4b4b solid;
	border-right: 32px #333333 solid
}

h5.titleH5 {
	clear: both;
	font-size: 16px;
	color: #4b4b4b;
	text-align: center;
	margin: 10px auto 30px auto;
	font-family: 'Oswald', sans-serif;
}

h6.titleH6 {
	clear: both;
	font-size: 16px;
	color: #4b4b4b;
	text-align: center;
	margin: 10px auto 30px auto;
	font-family: 'Oswald', sans-serif;
}

.h6Read {
	font-size: 15px;
	color: #666;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 10px auto 60px auto;
}



p {
	width: 920px;
	margin: 20px auto 40px auto;
	color: #333;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
}

p.noWidth {
	width: 90%;
	color: #333;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}

.imgTextRight {
	width: 200px;
	float: right;
	padding: 0 0 20px 30px;
}

.subMidashi {
	clear: both;
	font-size: 24px;
	color: #1d5aa4;
	text-align: center;
	margin: 70px auto 0 auto;
}

.centerText {
	text-align: center;
}

.textRight {
	width: 980px;
	margin: 20px auto;
	text-align: right;
	font-size: 14px;
}

/* その他 */
ol.subList {
	width: 880px;
	margin: 20px auto;
	list-style-type: none;
}

ol.subList li {
	font-size: 16px;
	color: #000;
	padding: 0px 0 0px 20px;
	margin-bottom: 8px;
	list-style-position: outside;
	background: url(../img/rank.png) no-repeat 0px 4px;
	background-size: 10px 10px;
}

/* 数字 */
ol.norList {
	width: 880px;
	margin: 20px auto;
	list-style-type: decimal;
}

ol.norList li {
	font-size: 16px;
	color: #444;
	padding: 0px 0 0px 0px;
	margin-bottom: 8px;
}


/* pager */
.pager {
	text-align: center;
	margin: 40px auto 80px auto;
}

.pager ul {
	margin: 0 auto;
}

.pager ul li {
	display: inline-block;
	list-style: none;
}

.pager ul li a.pagerList {
	display: block;
	padding: 10px 14px;
	text-align: center;
	background-color: #d4d4d4;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px;
}

.pager ul li a.pagerList:hover {
	background-color: #3ab6cab0;
	color: #fff;
	text-decoration: none;
}

.pager ul li a.now {
	display: block;
	padding: 10px 14px;
	background-color: #3ab6ca;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* page-top */
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #a0e2ce;
	border: solid 2px #a0e2ce;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.pagetop:hover {
	opacity: .7;
}

.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: translateY(20%) rotate(-45deg);
}

/* #pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 68px 68px;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 68px 68px;
} */

/* SNS */
ul.footSnsBox {
	margin: 10px auto;
	text-align: center;
}

ul.footSnsBox li.footSnsList {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: url(../img/icon_bg.png) no-repeat center center;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	line-height: 240%;
	margin: 0 5px;
	color: #333;
}

ul.footSnsBox li.footSnsList a {
	color: #333;
}

ul.footSnsBox li.footSnsList a i {
	font-size: 30px;
}

.footMiddle {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}

/* footRight */
#footRight {
	margin: 0 10px 0 10px;
	width: 150px;
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 180%;
}

#footRight a.footlogo {
	display: block;
	text-indent: -9999px;
	margin: 0px auto 36px auto;
	width: 150px;
	height: 150px;
	background: url(../img/brandgift_footer_logo.png) no-repeat left center;
	background-size: 150px 150px;
}


/* footLeft */
#footLeft {
	margin: 0 auto;
	width: 600px;
	float: left;
}

.footList {
	width: 170px;
	float: left;
	vertical-align: top;
	margin: 0 0px 0 10px;
	text-align: left;
	padding-left: 16px;
	border-left: 1px solid #b1dbe2;
}

.footList li.footMenu {
	list-style: none;
	padding: 5px 0 5px 0;
}

/*
.footList li.footMenu:first-child{
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
*/
.footList li.footMenu a {
	font-size: 100%;
	color: #fff;
}

.footList li.footMenu a:hover {
	color: #b1dbe2;
	text-decoration: none;
}



#footBtm {
	width: 100%;
	background: #c6dde1;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	text-align: center;
	color: #333;
}


/*============================================================================
	List
==============================================================================*/

.viewT {
	display: block;
	clear: both;
	margin-top: 8px;
	margin-right: -10px;
}

/* tagList */

ol.tagListBox {
	margin: 8px 0px;
}

ol.tagListBox li.tagList {
	margin-right: 5px;
	margin-bottom: 2px;
	float: left;
	list-style: none;
}

ol.tagListBox li.tagList a {
	color: #4b4b4b;
	font-size: 80%;
	border: 1px solid #cbc8b8;
	border-radius: 3px;
	padding: 3px 10px 3px 10px;
	display: block;
	font-family: 'Oswald', sans-serif;
}

ol.tagListBox li.tagList a:hover {
	color: #4b4b4b;
	background-color: #fffcec;
	text-decoration: none;
}


/* inlineBlock */
/* 1 */
.inlineBlock1 {
	margin: 20px auto 20px auto;
	text-align: center;
}

.inlineBlock1 a.inlineBlockOne1 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border-radius: 6px;
	width: 320px;
	height: 160px;
	margin: 0 10px 30px 10px;
	position: relative;
	/* ランキングマーク用 */
}

.inlineBlock1 a.inlineBlockOne1:hover {
	text-decoration: none;
}

.inlineBlock1 .inlineBlockOne1 h3.inlineBlockTitle1 {
	text-align: center;
	line-height: 150%;
	padding-top: 65px;
	color: #4b4b4b;
	font-size: 1.4em;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 auto;
}

.cateBg10 {
	background: url(../img/bg_cate9.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg1 {
	background: url(../img/bg_cate1.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg2 {
	background: url(../img/bg_cate2.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg3 {
	background: url(../img/bg_cate3.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg4 {
	background: url(../img/bg_cate4.png) no-repeat bottom center;
	background-size: 320px 320px;
}

.cateBg5 {
	background: url(../img/bg_cate5.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg6 {
	background: url(../img/bg_cate6.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg7 {
	background: url(../img/bg_cate7.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg8 {
	background: url(../img/bg_cate8.png) no-repeat center center;
	background-size: 320px 320px;
}

.cateBg9 {
	background: url(../img/bg_cate0.png) no-repeat center center;
	background-size: 320px 320px;
}


/* inlineBlock */
/* 2 */
.inlineBlock2 {
	margin: 20px auto 20px auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	justify-content: space-between;
}

.inlineBlock2 .inlineBlockOne2 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 300px;
	margin: 0 10px;
	position: relative;
	/* ランキングマーク用 */
}

.inlineBlock2 .inlineBlockOne2 .inlineBlockImg2 {
	text-align: center;
	margin: 0 auto 10px;
	display: block;
	width: 100%;
	height: 240px;
	border-radius: 0px;
	overflow: hidden;
}

.inlineBlock2 .inlineBlockOne2 h3.inlineBlockTitle2 {
	text-align: center;
	line-height: 150%;
	font-size: 1em;
	vertical-align: top;
	font-weight: normal;
	margin: 0 auto;
}

.inlineBlock2 .inlineBlockOne2 .inlineBlockPrice2 {
	text-align: center;
	line-height: 150%;
	font-size: 1.4em;
	vertical-align: top;
	font-weight: normal;
	margin: 0 auto;
}

.inlineBlock2 select {
	border: 1px solid #000;
	text-align: center;
	width: 100px;
	height: 30px;
}

.inlineBlock2 section {
	margin: 10px 0;
}

/* inlineBlock */
/* 3 */
.inlineBlock3 {
	margin: 20px auto 20px auto;
	text-align: center;
}

.inlineBlock3 .inlineBlockOne3 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 150px;
	margin: 0 10px 30px 10px;
	position: relative;
	/* ランキングマーク用 */
}

.inlineBlock3 .inlineBlockOne3 a.inlineBlockImg3 {
	display: block;
	text-align: center;
	width: 150px;
	height: 150px;
	border-radius: 6px;
	overflow: hidden;
}

.inlineBlock3 .inlineBlockOne3 a.inlineBlockImg3:hover {
	text-decoration: none;
}


/* inlineBlock */
/* 4 */
.inlineBlock4 {
	margin: 20px auto 20px auto;
	text-align: center;
}

.inlineBlock4 .inlineBlockOne4 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 120px;
	margin: 0 10px 30px 10px;
	position: relative;
	/* ランキングマーク用 */
}

.inlineBlock4 .inlineBlockOne4 a.inlineBlockImg4 {
	display: block;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 6px;
	overflow: hidden;
}

.inlineBlock4 .inlineBlockOne4 a.inlineBlockImg4:hover {
	text-decoration: none;
}

.inlineBlock4 .inlineBlockOne4 a.inlineBlockBtn4 {
	display: block;
	text-align: center;
	width: 100%;
	margin: 6px auto 0;
	border-radius: 3px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	padding: 6px 0;
}

.inlineBlock4 .inlineBlockOne4 a.inlineBlockBtn4:hover {
	text-decoration: none;
	background: #999;
}


/* shopBlock */
.shopBlock {
	width: 1200px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.shopBlock .shopBoxOne {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 460px;
	margin: 0 10px 30px 10px;
	padding: 10px;
	background: #FFF;
	border-radius: 6px;
	max-height: 355px;
}

.shopBlock .shopBoxOne .shopBoxImg {
	display: block;
	text-align: center;
	width: 460px;
	margin-bottom: 20px;
}

.shopBlock .shopBoxOne .shopBoxLeft {
	float: left;
	display: block;
	text-align: left;
	width: 240px;
}

.shopBlock .shopBoxOne .shopBoxLeft h5.titleShop {
	font-size: 110%;
	color: #4b4b4b;
	font-weight: bold;
	line-height: 160%;
}

.shopBlock .shopBoxOne .shopBoxLeft p.textShop {
	font-size: 100%;
	color: #4b4b4b;
	line-height: 160%;
	width: 240px;
}

.shopBlock .shopBoxOne .shopBoxRight {
	float: right;
	display: block;
	text-align: center;
	width: 180px;
	height: 150px;
	margin-left: 20px;
}



/* Newマーク */
.new {
	z-index: 10;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -9px;
	right: -8px;
	background: #cc0000;
	text-align: center;
	font-size: 16px;
	line-height: 260%;
	color: #FFF;
	border-radius: 60px;
	font-family: 'Oswald', sans-serif;
}

/* souloutマーク */
.souldout {
	z-index: 10;
	display: block;
	position: absolute;
	top: 140px;
	left: 122px;
	background: #000000;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	border-radius: 3px;
	padding: 6px 12px;
	font-family: 'Oswald', sans-serif;
}



/* 絞り込み */

#search_list {
	text-align: center;
}

#search_list li {
	margin: 3px;
	list-style: none;
	display: inline-block;
}

#search_list li a {
	display: block;
	cursor: pointer;
	width: 140px;
	box-sizing: border-box;
	border: 1px solid #000;
	font-size: 12px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	text-decoration: none;
	padding: 10px 5px 10px;
	-webkit-text-size-adjust: none;
}

/* 検索ボックス */
.shiSearch {
	background: #FFF;
	border-radius: 36px;
	width: 90%;
	line-height: 36px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
}

.shiSearch form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.shiSearch input {
	border: none;
	background: #FFF;
	width: 92%;
	line-height: 36px;
	height: 36px;
	font-size: 14px;
	color: #0e0e0e;
}

.shiSearch input:active {
	border: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

input,
textarea,
select {
	outline: none;
	margin: 0;
	padding: 0;
	border: none;
}


.colorSlect {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.colorSlect dt img {
	width: 20px;
	height: 20px;
}

dl {
	display: inline-block;
	padding-right: 6px;
	text-align: center;
}

dt {
	float: left;
	clear: left;
	width: 20px;
	height: 20px;
	padding: 3px;
}

dd {
	text-align: center;
	margin-left: 0px;
	width: 20px;
	height: 20px;
	padding: 3px;
}

dd input {
	padding: 3px;
}

/*============================================================================
	作家情報
==============================================================================*/


/* 作家情報ヘッダー */

.mainShopHeader {
	width: 1100px;
	background: #FFF;
	border-radius: 6px;
	padding: 12px;
	margin: 0 auto 90px;
	position: relative;
}

.mainShopImg {
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}

.mainShopImg img {
	z-index: 780;
}

.mainShopNavi {
	position: absolute;
	z-index: 800;
	width: 1000px;
	margin: 0 auto;
	left: 50px;
	bottom: -60px;
	background: #FFF;
	padding: 12px;
	border-radius: 6px;
}

.mainShopIcon {
	float: left;
	width: 160px;
	height: 160px;
}

.mainShopInfo {
	float: left;
	width: 600px;
	padding-left: 30px;
}

.mainShopTitle {
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #4b4b4b;
	font-weight: bold;

}

.mainShopText {
	margin-bottom: 20px;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 140%;
}

.mainShopBox {}

.mainShopSns {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	background: url(../img/list_icon.png) no-repeat 0px 3px;
	background-size: 8px 8px;
}


/*============================================================================
	detail
==============================================================================*/

#detailBlock {
	width: 1000px;
	margin: 10px auto;
}

#detailLeft {
	float: left;
	width: 760px;
}

#detailRight {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 40px;
	background: #FFF;
	border-radius: 6px;
	padding: 10px;
}

.soldoutBn {
	background: #999;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 160%;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

.saleBn {
	background: #CC0000;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 160%;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}



h2.detailTitle {
	border-top: solid 1px #cbc8b8;
	font-size: 1.8em;
	color: #4b4b4b;
	font-weight: bold;
	line-height: 160%;
	background: none;
	text-align: left;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}

.detailPrice {
	border-top: solid 1px #cbc8b8;
	font-size: 2em;
	color: #4b4b4b;
	font-weight: bold;
	line-height: 160%;
	background: none;
	text-align: right;
	padding: 10px 0 0 0;
}

.priceTax {
	font-size: 0.5em;
	color: #666;
	font-weight: normal;
	padding-left: 9px;
	color: #4b4b4b;
}

.detailTextBox {
	border-top: solid 1px #cbc8b8;
	font-size: 1em;
	line-height: 160%;
	padding: 20px 0 20px 0;
}

.shopHakoIcon {
	width: 20px;
	float: left;
	margin-right: 10px;
}

/* スライダー */

.swiperC {
	width: 760px;
}

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

.swiper-container .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
	/*border-radius: 6px;*/
}

.prettyprint {
	border: none;
	background: #fafafa;
	color: #697d86;
}

#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

#thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
}

#thumbs .swiper-slide-active {
	opacity: 1;
}

/* 右メニュー */

#detailRight h3.detailSideTitle {
	color: #4b4b4b;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin-top: 24px;
	margin-bottom: 6px;
}

#detailRight p.detailSideText {
	color: #4b4b4b;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 20px;
	width: 100%;
}

#detailRight ul.rightMenu {
	margin: 10px 0 20px 0;
	list-style: none;
}

#detailRight ul.rightMenu li a {
	display: block;
	padding: 10px 10px 10px 25px;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #DDD;
	margin-bottom: 1px;
	background: url(../img/list_icon.png) no-repeat 5px center;
	background-size: 7px 7px;
	cursor: pointer;
}

#detailRight ul.rightMenu li a.now {
	display: block;
	padding: 17px 10px;
	font-size: 120%;
	color: #999;
	text-decoration: none;
	border-left: solid 3px #3ab6ca;
	border-bottom: solid 1px #3ab6ca;
}

#detailRight ul.rightMenu li a:hover {
	color: #999;
	text-decoration: none;
	border-left: solid 3px #3ab6ca;
	cursor: pointer;
}


.rightContBn {
	width: 200px;
	margin: 0 auto 5px auto;
	text-align: center;
}



/*アコーディオン
-------------------------------------*/
#acBox {
	clear: both;
	width: 1000px;
	margin: 20px auto 0 auto;
	border-top: solid 1px #cbc8b8;
}

.acordion {}

.trigger {
	padding: 15px 5px 15px 5px;
	font-size: 100%;
	cursor: pointer;
	color: #4b4b4b;
	border-bottom: solid 1px #cbc8b8;
}

.trigger.active {
	border-bottom: none;
}

.acordion_tree {
	padding: 10px 10px 20px 10px;
	font-size: 100%;
	color: #4b4b4b;
	line-height: 160%;
	border-bottom: solid 1px #cbc8b8;
}

.open-close {
	float: right;
	text-indent: -9999px;
	display: block;
	margin-top: 3px;
	height: 20px;
	width: 20px;
	background: url(../img/open.png) no-repeat;
	-webkit-background-size: 10px 10px;
}

.trigger.active .open-close {
	background: url(../img/close.png) no-repeat;
	-webkit-background-size: 10px 10px;
}







/*============================================================================
	素材絞り込み部分　checkBox
==============================================================================*/


/*CheckBox */
label.checkbox {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border: 1px solid #B3B3B3;
	background: #fff;
	overflow: hidden;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

label.checkbox input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	width: 15px;
	height: 15px;
	left: -40px;
	box-shadow: 39px 0px #FFF;
	z-index: 2;
}

label.checkbox input[type="checkbox"]:checked {
	box-shadow: none;
}

label.checkbox input[type="checkbox"]:checked:focus {
	box-shadow: 39px 0px #666;
	opacity: 0.1;
}

label.checkbox input[type="checkbox"]:focus {
	box-shadow: 39px 0px #EEE;
}

label.checkbox:after {
	content: '';
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -6px;
	width: 4px;
	height: 6px;
	border-right: 3px solid #D65;
	border-bottom: 3px solid #D65;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
}

/*CheckBoxとText */
label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	padding-left: 25px;
	display: inline-block;
	box-sizing: border-box;
}

label.checkbox_text:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 0;
	border: 1px solid #B3B3B3;
	z-index: 3;
}

label.checkbox_text:after {
	content: '';
	position: absolute;
	top: 40%;
	left: 6px;
	display: block;
	margin-top: -6px;
	width: 4px;
	height: 6px;
	border-right: 3px solid #D65;
	border-bottom: 3px solid #D65;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 15px;
	height: 15px;
	display: block;
	box-shadow: 41px 0px #FFF;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
	box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow: 40px 0px #666;
	opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
	box-shadow: 41px 0px #EEE;
}


button.btnInputSearch {
	display: block;
	width: 200px;
	background: #000;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 8px;
	padding: 6px 0px 6px 0;
	margin: 0 auto 10px auto;
	border: none;
}

button.btnInputSearch:hover {
	text-decoration: none;
	background: #333;
}

/*============================================================================
	SNS
==============================================================================*/

.sns {
	margin: 18px auto;
	text-align: center;
}

.sns ul {
	margin: 0 auto;
	list-style: none;
}

.sns li {
	display: inline-block;
	text-align: center;
	width: 18%;
	margin: 10px 5px 5px 5px;
}

.sns li a {
	display: block;
	font-size: 140%;
	font-family: 'Oswald', sans-serif;
	padding: 16px 0px 16px 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.sns li a i {
	margin-right: 0px;
}

.sns li a:hover {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow: none;
}


.sns .twitter a {
	background: #00acee;
}


.sns .facebook a {
	background: #3b5998;
}

.sns .googleplus a {
	background: #db4a39;
}

.sns .hatebu a {
	background: #5d8ac1;
}

.sns .line a {
	background: #25af00;
}

.sns .pocket a {
	background: #f03e51;
}

.sns .rss a {
	background: #ffb53c;
}

.sns .instagram a {
	background: #e02c75;
	background-image: -webkit-linear-gradient(top, #e02c75, #fabd53);
	background-image: -moz-linear-gradient(top, #e02c75, #fabd53);
	background-image: -ms-linear-gradient(top, #e02c75, #fabd53);
	background-image: -o-linear-gradient(top, #e02c75, #fabd53);
	background-image: linear-gradient(to bottom, #e02c75, #fabd53);
}



/*============================================================================
	indexText
==============================================================================*/

.arrowImg {
	width: 40px;
	height: 22px;
	background: url(../img/arrow.png) no-repeat;
	background-size: 40px 22px;
	overflow: hidden;
	margin: 18px auto;
	padding: 0;
	text-indent: -9999px;
	clear: both;
}

.indexTitle {
	width: 940px;
	margin: 60px auto;
	text-align: center;
	color: #4b4b4b;
	font-size: 34px;
}

.indexText {
	width: 940px;
	margin: 10px auto 20px auto;
	text-align: center;
	line-height: 160%;
	color: #4b4b4b;
	font-size: 18px;
}


/*============================================================================
	cartテーブル
==============================================================================*/

#cartBlock {
	width: 900px;
	margin: 10px auto;
}

.cartlPrice {
	border-bottom: solid 1px #4b4b4b;
	font-size: 2em;
	color: #4b4b4b;
	font-weight: bold;
	line-height: 160%;
	background: none;
	text-align: right;
	padding: 10px 0 0 0;
}

.priceMax {
	font-size: 0.5em;
	color: #666;
	font-weight: normal;
	padding-right: 9px;
	color: #4b4b4b;
}

.cartTable table {
	width: 900px;
	margin: 20px auto 20px auto;
	border-collapse: collapse;
}

.cartTable tr {
	border-bottom: 1px #4b4b4b solid;
}

.cartTable th,
.cartTable td {
	font-size: 16px;
	padding: 10px 18px;
	line-height: 180%;
	color: #333;
	text-align: left;
}

.cartTable th {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}

.cartTable th.TeR,
.cartTable td.TeR {
	text-align: right;
}



.cartTable td.bigTd {
	font-size: 140%;
}

.cartTable th.borNone,
.cartTable td.borNone {
	border-bottom: none;
}

/* 偶・奇数
---------------------------------*/
.cartTable table tr.odd td {
	background: #efefef;
}

.cartTable table tr.even td {
	background: #999999;
}


/*============================================================================
	作家さん売上テーブル
==============================================================================*/

.salesTable table {
	width: 100%;
	margin: 20px auto 20px auto;
	border-collapse: collapse;
}

.salesTable tr {
	border-bottom: 1px #d4d4d4 solid;
}

.salesTable th,
.salesTable td {
	font-size: 16px;
	padding: 10px 18px;
	line-height: 120%;
	color: #333;
	text-align: left;
}

.salesTable th {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}

.salesTable th.TeR,
.salesTable td.TeR {
	text-align: right;
}

.logbox {
	width: 100%;
	max-height: 300px;
	padding: 6px 0;
	overflow: auto;
}

/*============================================================================
	ボタン関係
==============================================================================*/

.btnBox {
	clear: both;
	margin: 80px auto;
}

/*
a.cartBtn{
	display: block;
	width: 200px;
	background:#3ab6ca url(../img/btn_cart.png) no-repeat 12px center;
	background-size: 20px 20px;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	padding: 22px 0px 18px 0;
	margin: 0 auto 20px auto;
	box-shadow: 0px 3px 0px #1b7626;
}
a.cartBtn:hover{
	text-decoration: none;
	background:#3ab6cab0 url(../img/btn_cart.png) no-repeat 12px center;
	background-size: 20px 20px;
}
*/

.cartBtn {
	display: block;
	width: 200px;
	background: #3ab6ca url(../img/btn_cart_01.png) no-repeat 12px center;
	background-size: 20px 20px;
	color: #fff !important;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	border-radius: 30px;
	padding: 10px 0px;
	margin: 0 auto 20px auto;
	border: none;
}

.cartBtn:hover {
	text-decoration: none;
	background: #757575 url(../img/btn_cart.png) no-repeat 12px center;
	background-size: 20px 20px;
}






a.freeBtn {
	display: block;
	width: 360px;
	background: #3ab6ca;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	padding: 22px 0px 18px 0;
	margin: 0 auto 20px auto;
	box-shadow: 0px 3px 0px #196723;
}

a.freeBtn:hover {
	text-decoration: none;
	background: #3ab6cab0;
}

a.freeBtn i {
	text-align: center;
	margin-right: 10px;
}

a.freeBtnDetail {
	display: block;
	width: 200px;
	background: #3ab6ca;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	padding: 22px 0px 18px 0;
	margin: 0 auto 20px auto;
	box-shadow: 0px 3px 0px #1b7626;
}

a.freeBtnDetail:hover {
	text-decoration: none;
	background: #3ab6cab0;
}

a.freeBtnDetail i {
	text-align: center;
	margin-right: 10px;
}

a.readBtn {
	display: block;
	width: 150px;
	color: #FFF;
	background: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
	padding: 10px 0px 9px 0;
	margin: 0 auto 30px auto;
}

a.readBtn:hover {
	text-decoration: none;
	background: #444;
}

a.readBtn i {
	text-align: center;
	margin-right: 10px;
}

a.arrBtn {
	float: right;
	display: block;
	width: 150px;
	color: #4b4b4b;
	border: 1px solid #cbc8b8;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 6px 0px 6px 0;
	margin: 0 auto 15px auto;
}

a.arrBtn:hover {
	text-decoration: none;
	color: #747474;
}

a.arrBtn i {
	text-align: center;
	margin-right: 10px;
}



a.mainBtn {
	display: block;
	width: 300px;
	background: #000;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 8px;
	padding: 22px 0px 18px 0;
	margin: 0 auto 5px auto;
}

a.mainBtn:hover {
	text-decoration: none;
	background: #333;
}

a.mainBtn i {
	text-align: center;
	margin-right: 10px;
}

.btnInput {
	display: block;
	width: 300px;
	background: #3ab6ca;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0px 14px 0;
	margin: 0 auto 36px auto;
	border: none;
}

.btnInput:hover {
	text-decoration: none;
	background: #3ab6cab0;
}

.btnInputS {
	display: block;
	background: #969696;
	width: 150px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 16px;
	padding: 6px 10px 4px 10px;
	margin: 10px auto 24px auto;
	border: none;
}

.btnInputS:hover {
	text-decoration: none;
	background: #333;
}

.btnInput200 {
	display: block;
	width: 300px;
	background: #3ab6ca;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0px 14px 0;
	margin: 0 auto 36px auto;
	border: none;
	box-shadow: 0px 3px 0px #1b7626;
}

.btnInput200:hover {
	text-decoration: none;
	background: #3ab6cab0;
}

.btnDel {
	display: block;
	width: 40px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0px 3px 0;
	margin: 0;
	border: none;
}

.btnDel:hover {
	text-decoration: none;
	background: #333;
}

a.btnSend {
	display: block;
	cursor: pointer;
	width: 80px;
	background: #3ab6ca;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0px 3px 0;
	margin: 0;
	border: none;
}

a.btnSend:hover {
	text-decoration: none;
	background: #3ab6ca;
	color: #333;
}

a.btnSendFinish {
	display: block;
	width: 80px;
	background: #8f8f8f;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0px 3px 0;
	margin: 0;
	border: none;
	text-decoration: none;
}

.btnEnd {
	display: block;
	width: 80px;
	background: #c2c2c2;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0px 3px 0;
	margin: 0;
	border: none;
}

.btnInputNo {
	display: block;
	width: 300px;
	background: #666;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 8px;
	padding: 22px 0px 18px 0;
	margin: 0 auto 36px auto;
	border: none;
}

.btnInputNo:hover {
	text-decoration: none;
	background: #333;
}

.mailMainText {
	font-size: 16px;
	color: #333;
	display: block;
	margin: 36px auto 36px auto;
	text-align: center;
}

.logBox {
	clear: both;
	width: 920px;
	height: 200px;
	overflow: auto;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #979a9f;
}

.btnBankS {
	width: 40px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 6px 3px 6px 3px;
	margin: 0 0 0 6px;
	border: none;
}

.btnBankS:hover {
	text-decoration: none;
	background: #333;
}

.hisu {
	float: right;
	display: block;
	text-align: center;
	width: 30px;
	margin: 0 2px;
	padding: 2px 1px;
	font-size: 60%;
	font-weight: normal;
	line-height: 130%;
	background-color: #CC0000;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #990000;
}

/*============================================================================
	デフォルト テーブル
==============================================================================*/

.defTable table {
	min-width: 400px;
	max-width: 100%;
	margin: 20px auto 20px auto;
	border-collapse: collapse;
}

.defTable th,
.defTable td {
	font-size: 14px;
	padding: 10px 18px;
	line-height: 180%;
	color: #333;
}

.defTable th {
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	border-right: 1px #000 solid;
	vertical-align: top;
	width: 150px;
}

.defTable td.bigTd {
	font-size: 140%;
}

.defTable th.borNone,
.defTable td.borNone {
	border-bottom: none;
	text-align: center;
}

.defTable th.btmB {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	border-right: none;
	border-bottom: 1px #000 solid;
	vertical-align: top;
}

/* 偶・奇数
---------------------------------*/
.defTable table tr.odd td {
	background: #efefef;
}

.defTable table tr.even td {
	background: #999999;
}


/*============================================================================
	Form
==============================================================================*/

input.namename {
	padding: 8px 15px;
	width: 350px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	margin-bottom: 2px;
}

input.namenameS {
	padding: 8px 15px;
	width: 200px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	margin-bottom: 2px;
}

input.namenameSS {
	padding: 8px 15px;
	width: 80px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	margin-bottom: 2px;
}

select.room {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #FFF url(../img/arrow_down.png) no-repeat;
	background-size: 10px 5px;
	background-position: 204px center;
	width: 220px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #999;
	margin-bottom: 1px;
	padding: 6px 5px 6px 5px;
	border-radius: 3px;
}

select.roomS {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #FFF url(../img/arrow_down.png) no-repeat;
	background-size: 10px 5px;
	background-position: 97% center;
	min-width: 100px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #999;
	margin-bottom: 1px;
	padding: 6px 20px 6px 5px;
	border-radius: 3px;
}

select.roomSS {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #FFF url(../img/arrow_down.png) no-repeat;
	background-size: 10px 5px;
	background-position: 44px center;
	width: 60px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #999;

	padding: 6px 5px 6px 5px;
	border-radius: 3px;
	margin-bottom: 1px;
}

textarea.commArea {
	padding: 8px 15px;
	width: 350px;
	height: 230px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
}

.searchW900 {
	width: 900px;
	margin: 20px auto;
}

select.refineS {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #FFF url(../img/arrow_down.png) no-repeat;
	background-size: 10px 5px;
	background-position: 98% center;
	width: 100%;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #999;
	margin-bottom: 0;
	padding: 6px 5px 6px 5px;
	border-radius: 3px;
}

.file-btn {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 5px;
	color: #ffffff;
	background: #000;
	cursor: pointer;
}

.file-btn input {
	display: none;
}

/*============================================================================
	lightBox周り
==============================================================================*/

.photoBox {
	width: 994px;
	margin: 10px auto 0px auto;
	text-align: center;
}

.photoBox a.photoBoxOne {
	width: 170px;
	margin: 5px 8px;
	padding: 6px 6px 20px 6px;
	text-align: center;
	display: inline-block;
	background-color: #FFF;
	box-shadow: 1px 1px 3px #333;
}

.lightbox {
	width: 600px;
	padding: 15px 15px 20px 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 3px #333;

}

.lightBoxTitle {
	margin: 20px 40px;
	font-size: 160%;
	text-align: center;
}

.lightBoxText {
	margin: 20px 20px;
	font-size: 120%;
}

/*============================================================================
	レスポテーブル
==============================================================================*/

section table {
	width: 850;
	margin: 30px auto;
}

section th,
section td {
	padding: 5px 0;
	font-size: 16px;
	color: #333;
}

section th {
	vertical-align: top;
	font-weight: normal;
}

section th.borNone,
section td.borNone {
	border-bottom: none;
}

section th.borOn {
	border-top: 1px solid #70cfeb;
}

section td.borOnPc {
	border-top: 1px solid #70cfeb;
}

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01 th {
	width: 250px;
	text-align: left;
	line-height: 160%;
	padding: 20px;
	border-top: ;
}

.demo01 td {
	width: 500px;
	text-align: left;
	line-height: 160%;
	padding: 20px;
	border-top: ;
}

@media only screen and (max-width:480px) {
	.demo01 {
		margin: 0 0px;
	}

	.demo01 th,
	.demo01 td {
		border-top: 2px solid #70cfeb;
		width: 100%;
		display: block;
		border-top: none;
	}

	.demo01 tr:last-child th {
		border-top: 2px solid #70cfeb;
	}

	.demo01 tr:last-child td {
		border-top: 2px solid #70cfeb;
	}
}

input.wL {
	padding: 12px 15px;
	border: 1px solid #e7e7e7;
	width: 500px;
}

input.wM {
	padding: 12px 15px;
	border: 1px solid #e7e7e7;
	width: 230px;
}

input.wS {
	padding: 12px 15px;
	border: 1px solid #e7e7e7;
	width: 60px;
}

textarea.wArea {
	padding: 12px 15px;
	border: 1px solid #e7e7e7;
	width: 500px;
	height: 200px;
}










/*============================================================================
	floatBox
==============================================================================*/

/* floatBox */
.floatBox {
	width: 660px;
	margin: 0 auto 30px auto;
}

.floatBoxLeft {
	width: 200px;
	margin-right: 20px;
	float: left;
	color: #333;
	font-size: 18px;
	line-height: 180%;
}

.floatBoxRight {
	width: 420px;
	float: right;
	color: #333;
	font-size: 16px;
	line-height: 180%;
}

/*============================================================================
	原稿内（head）
==============================================================================*/

#mainBoxOuter {
	width: 940px;
	margin: 40px auto 0 auto;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}

#mainBoxBottom h4 {
	padding: 10px 0;
}

#mainBoxBottom {
	width: 940px;
	margin: 0px auto 0 auto;
	padding: 30px 0;
}

#mainBoxOuter h1.mainBoxTitle {
	font-size: 3em;
	line-height: 120%;
	margin-bottom: 20px;
}

#mainBoxOuter .mainBoxTitleCate {
	float: left;
	color: #333;
	font-size: 80%;
	border: 1px solid #000;
	padding: 3px 10px 3px 10px;
	margin-right: 6px;
	font-family: 'Oswald', sans-serif;
}

#mainBoxOuter .mainBoxTitleName {
	float: left;
	padding: 3px 10px 3px 10px;
}

#mainBoxOuter .mainBoxTitleName i {
	margin-right: 5px;
	color: #d9c741;
}

#mainBoxOuter time.mainBoxTitleTime {
	float: right;
	font-family: 'Oswald', sans-serif;
}

#mainBoxOuter .mainBoxTitleSubText {
	clear: both;
	font-size: 100%;
	line-height: 160%;
	color: #666;
	padding: 20px 20px;
	background-color: #eee;
	width: 900px;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#mainBoxSns {
	margin-bottom: 30px;
	float: right;
}

#mainBoxSns li.mainBoxSnsList {
	display: inline-block;
	margin-left: 6px;
	font-size: 160%;
}

#mainBoxSns li.mainBoxSnsList a.instaIcon {
	color: #000;
}

#mainBoxSns li.mainBoxSnsList a.twiIcon {
	color: #00aced;
}

#mainBoxSns li.mainBoxSnsList a.fbIcon {
	color: #305097;
}

#mainBoxSns li.mainBoxSnsList a.lineIcon {
	color: #5ae628;
}

/*============================================================================
	原稿内（body）
==============================================================================*/

.inBox {
	text-align: center;
}

.inBoxinner {
	display: inline-block;
	text-align: center;
}

.mainMain {
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	text-align: center;
	clear: both;
}

.mainBn {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
}

.mainBn300 {
	width: 300px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
}

.mainBn550 {
	width: 550px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
}

#mainBoxOuter h2.titleH2 {
	font-size: 2.5em;
	line-height: 120%;
	margin-bottom: 30px;
	padding: 8px 8px 8px 12px;
	text-align: left;
	border-left: 3px solid #d9c741;
}

#mainBoxOuter h3.bodyH3 {
	font-size: 1.8em;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 12px;
	text-align: left;
}

#mainBoxOuter h4.bodyH4 {
	font-size: 1.6em;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 12px;
	text-align: left;
}

#mainBoxOuter h5.bodyH5 {
	font-size: 1.4em;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 12px;
	text-align: left;
}

#mainBoxOuter h6.bodyH6 {
	font-size: 1.2em;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 12px;
	text-align: left;
}

.textCenter {
	text-align: center;
}

#mainBoxOuter h3.comGH3 {
	background: url(../img/bg_good_title.png) no-repeat center center;
	background-size: 40px 40px;
	font-size: 1.8em;
	line-height: 120%;
	padding: 20px 0;
	text-align: center;
}

#mainBoxOuter h3.comBH3 {
	background: url(../img/bg_bad_title.png) no-repeat center center;
	background-size: 40px 40px;
	font-size: 1.8em;
	line-height: 120%;
	padding: 20px 0;
	text-align: center;
}

.comGood {
	background: #fffac6 url(../img/bg_good.png) no-repeat 98% 8px;
	background-size: 100px 45px;
	padding: 16px 18px;
	box-sizing: border-box;
	border-radius: 5px;
}

.comBad {
	background: #f2f2f2 url(../img/bg_bad.png) no-repeat right 8px;
	background-size: 100px 45px;
	padding: 16px 18px;
	box-sizing: border-box;
	border-radius: 5px;
}


/* 目次 */
#indexListBlock {
	clear: both;
	background-color: #fffbda;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 40px;
}

#indexListBlock h2.indexListTitle {
	clear: both;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 0px auto 0 auto;
	padding-bottom: 36px;
	background: url(../img/bg_title.png) center 24px no-repeat;
	background-size: 100px 30px;
	border-bottom: 1px #deca35 solid;
}

ol.indexListBox {
	margin: 20px auto;
	list-style-type: none;
}

ol.indexListBox li.indexList {
	font-size: 1.3em;
	color: #000;
	padding: 0px 0 0px 28px;
	margin-bottom: 16px;
	list-style-position: outside;
	background: url(../img/rank.png) no-repeat 0px 0px;
	background-size: 20px 20px;
}


/* レ点リスト */
.checkListBlock {
	clear: both;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px #e1e1e1 solid;
	padding: 20px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

ol.checkListBox {
	margin: 20px auto;
	list-style-type: none;
}

ol.checkListBox li.checkList {
	font-size: 1.6em;
	color: #000;
	padding: 0px 0 0px 32px;
	margin-bottom: 16px;
	list-style-position: outside;
	background: url(../img/icon_re.png) no-repeat 0px center;
	background-size: 20px 20px;
}

#mainBoxOuter .inUrl {
	text-align: right;
}

#mainBoxOuter .inUrl a {
	font-size: 1em;
	margin-bottom: 20px;
}

#mainBoxOuter .inUrl i {
	margin-right: 6px;
}

#mainBoxOuter p.textBor {
	clear: both;
	margin: 15px auto 25px auto;
	padding: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px #e1e1e1 solid;
}

/*注意書き*/
#mainBoxOuter p.textAtt {
	clear: both;
	margin: 15px auto 15px auto;
	color: #666;
	font-size: 110%;
	line-height: 150%;
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #efefef;
	border: 1px #fcfcfc solid;
}

/*文字装飾*/
.bgPink {
	background-color: #ffe4f3;
	padding: 2px;
}

.bgYellow {
	background-color: #fffbcd;
	padding: 2px;
}

.bgOrange {
	background-color: #ffeacc;
	padding: 2px;
}

.bgGray {
	background-color: #eeeeee;
	padding: 2px;
}

/*引用文*/
#mainBoxOuter p.textIn {
	clear: both;
	width: 850px;
	margin: 25px auto 15px auto;
	color: #666;
	font-size: 110%;
	line-height: 140%;
	padding: 40px 40px 40px 45px;
	border-radius: 5px;
	background: url(../img/icon_in.png) no-repeat left top;
	background-position: 8px 8px;
	background-size: 23px 23px;
	background-color: #eeeeee;
}

/*SNS引用単発系*/
.post-element {
	margin-bottom: 20px;
}

.post-element-instagram .post-element-instagram-image-outer {
	max-width: 545px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.post-element-instagram .post-element-instagram-image-outer .post-element-border-outer {
	border: 1px solid #e7e7e7;
}

.post-element-instagram .post-element-instagram-image-outer .post-element-image-outer {
	display: inline-block;
}

.post-element-instagram .post-element-instagram-image-outer .post-element-image-outer .instagram-media,
.post-element-instagram .post-element-instagram-image-outer .post-element-image-outer .tweet-media,
.post-element-instagram .post-element-instagram-image-outer .post-element-image-outer .post-element-image-source {
	max-height: 665px;
	max-width: 100%;
}

.post-element-instagram .post-element-instagram-image-outer .post-element-image-outer .post-element-source {
	float: left;
	width: 80%;
	text-align: left;
}

.post-element-instagram .post-element-instagram-image-outer .post-element-image-outer {
	width: 100%;
}

.post-element-instagram .post-element-instagram-image-outer img {
	width: 100%;
}

.post-element-instagram .post-element-instagram-image-outer video {
	width: 100%;
}

.post-element-instagram .post-element-instagram-desc {
	padding: 20px;
}

.post-element-instagram .post-element-instagram-desc .instagram-account-name {
	float: left;
	width: 80%;
	margin-bottom: 5px;
	color: #a3a3a3;
}

.post-element-instagram .post-element-instagram-desc .post-element-instagram-icon {
	float: right;
	display: block;
	width: 19px;
	height: 19px;
}


.mainSnsBlock {
	width: 500px;
	margin: 20px auto;
}

/*アイコンセンター*/
.pigIcon {
	clear: both;
	width: 40px;
	height: 40px;
	background: url(../img/rank.png) no-repeat center center;
	background-size: 40px 40px;
	text-align: center;
	font-size: 22px;
	line-height: 170%;
	color: #3ab6ca;
	font-family: 'Oswald', sans-serif;
	margin: 0 auto -10px;
}

/*アイコン左寄せ*/
.pigIcon2 {
	clear: both;
	width: 40px;
	height: 40px;
	background: url(../img/rank.png) no-repeat center center;
	background-size: 40px 40px;
	text-align: center;
	font-size: 22px;
	line-height: 170%;
	color: #3ab6ca;
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: -10px;
}


/*口コミ部分*/
#reviewWrap {
	width: 920px;
	margin: 20px auto;
}

.reviewBox {
	width: 100%;
	margin: 40px auto;
	padding-top: 20px;
	border-top: solid 1px #ddd;
}

time.reviewTime {
	width: 100%;
	text-align: right;
	display: block;
	font-size: 0.8em;
	color: #999;
	padding-bottom: 10px;
}

.reviewName {
	float: left;
	font-size: 1.3em;
	line-height: 120%;
	font-weight: bold;

}

.reviewStar {
	float: right;
	font-size: 1.3em;
	line-height: 120%;
	font-weight: bold;
	color: #d9c741;
}

p.reviewComm {
	clear: both;
	color: #666;
	padding-top: 10px;
}


/*ボックス全体*/
.accbox {
	margin: 2em auto;
	padding: 0;
	max-width: 580px;
	/*最大幅*/
}

/*ラベル*/
.accbox label {
	display: block;
	margin: 1.5px 0;
	padding: 11px 12px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #000;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
	background: #333;
}

/*チェックは隠す*/
.accbox input.cssacc {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.6s;
}

/*クリックで中身表示*/
.cssacc:checked+.accshow {
	height: auto;
	padding: 5px;
	background: #f6f6f6;
	opacity: 1;
}

/* STEPマーク */
.stepMark {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../img/rank.png) no-repeat center center;
	background-size: 40px 40px;
	text-align: center;
	font-size: 22px;
	line-height: 170%;
	color: #3ab6ca;
	font-family: 'Oswald', sans-serif;

}

/* mainTable（商品） */
.mainTable table {
	min-width: 500px;
	border-collapse: collapse;
	margin: 8px auto;
}

.mainTable th,
.mainTable td {
	padding: 18px;
	border: 1px solid #9f9f9f;
	font-size: 120%;
	line-height: 150%;
}

.mainTable th {

	border-right: 1px dotted #666;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	color: #666;
	white-space: nowrap;
}

.mainTable td.bigTd {
	font-size: 120%;
	vertical-align: middle;
}

.midashiBlock {
	background: #3ab6ca;
	padding: 3em 5em;
}

#midashi_area h2 {
	margin: 0;
	letter-spacing: 0.2em;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
}

#midashi_area h2 span {
	color: #c6dde1;
}

#midashi_area .midashi_txt {
	margin: 0 auto;
	padding: 1.2rem 0 0;
	color: #fffeeb;
}

/*brands*/
.brands {
	padding: 40px 0;
	background: #f2e9df;
}

.brands img {
	vertical-align: bottom;
}

.brands h2 span {
	margin-left: 15px;
	font-size: 15px;
	vertical-align: bottom;
	font-family: 'NotoSansJP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: lighter;
	color: #4b4b4b;
}

.brands h2 img {
	height: 30px;
}

.brands .inner1 {
	width: 1000px;
	margin: 0 auto;
}

ul.list {
	list-style: none;
	display: flex;
}

.list li {
	margin: 0 0 30px 30px;
}

.list li:nth-child(3n+1) {
	margin-left: 0;
}

.list li a {
	display: block;
	transition: opacity .3s;
}

.list li img {
	width: 313px;
}

.list li a:hover {
	opacity: .7;
}

/*items*/
.items {
	padding: 40px 0;
	background: #fffeeb;
}

.inner2 {
	width: 1000px;
	margin: 0 auto;
}

.items h2 span {
	margin-left: 15px;
	font-size: 15px;
	vertical-align: bottom;
	font-family: 'NotoSansJP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: lighter;
	color: #4b4b4b;
}

.items h2 img {
	height: 30px;
}

.pc-fixed-width {
	max-width: 50%;
	margin: 0 auto 50px;
}

.pc-fixed-width img {
	width: 100%;
}