@charset "utf-8";

/*============================================================================
	SP非表示
==============================================================================*/

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


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

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

h1#logo {
	width: 150px;
	height: 40px;
	margin: 7px 0 0px 7px;
	float: left;
}

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

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

/* index専用 */
#logoInd {
	width: 75px;
	height: 29px;
	margin: 10px 0 0px 7px;
	float: left;
}

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

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


div.fbBox {
	width: 20px;
	margin: 8px 0 0 0;
	position: absolute;
	top: 6px;
	right: 90px;
	z-index: 99;
}

div.loginBox {
	width: 20px;
	margin: 8px 0 0 0;
	position: absolute;
	top: 6px;
	right: 52px;
	z-index: 99;
}

div.searchBox {
	width: 20px;
	margin: 8px 0 0 0;
	position: absolute;
	top: 6px;
	right: 125px;
	z-index: 99;
}

/* 検索ボックス */
.headSearch {}

.headSearch form {}

.headSearch input {}

.headSearch input:active {}

button {}

input,
textarea,
select {}

/*============================================================================
	bg
==============================================================================*/

/* 柄 */
.about100 {
	clear: both;
	width: 100%;
	height: 100%;
	/*
	background: url(../img/bg_00.png) 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: 98%;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 40px;
	background: #FFFBE5;
}

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

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

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

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

.mainBn550b {
	width: 300px;
	margin: 0 auto;
	padding: 18px 0 40px 0;
	text-align: center;
	clear: both;
}

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

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

.mt80 {
	margin-top: 40px;
}

.mb80 {
	margin-bottom: 40px;
}

.mt90 {
	margin-top: 90px;
}

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

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

/*============================================================================
	中の話#mainCont
==============================================================================*/
/* ページ見出し部分 */

h2 {
	clear: both;
	font-size: 18px;
	color: #4b4b4b;
	text-align: center;
	padding-bottom: 20px;
	margin: 5px auto 20px auto;
	font-weight: lighter;
	/*background: url(../img/bg_title.png) center bottom no-repeat;*/
	background-size: 82px 15px;
}

.h2Title {
	clear: both;
	font-size: 20px;
	color: #4b4b4b;
	text-align: center;
	padding-bottom: 30px;
	margin: 5px auto 40px auto;
	font-weight: bold;
	/*background: url(../img/bg_title.png) center bottom no-repeat;*/
	background-size: 100px 30px;
}

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

.h3Read {
	font-size: 12px;
	color: #666;
	text-align: center;
	font-family: Helvetica, Arial, ;
	margin: 5px auto 40px auto;
	font-weight: bold;
}

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

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

h4.titleH4 {
	clear: both;
	font-size: 20px;
	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 #4b4b4b 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;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	margin: 0px auto 10px auto;
}

.h6Read {
	font-size: 12px;
	color: #666;
	text-align: center;
	font-family: Helvetica, Arial, ;
	margin: 5px auto 20px auto;
	font-weight: bold;
}

p {
	width: 100%;
	margin: 20px auto 30px auto;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 160%;
	text-align: center;
}

p.noWidth {
	width: 90%;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 10px;
	margin-top: 20px;
}

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

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

.centerText {
	text-align: center;
}

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


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

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

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

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


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

.pager ul {

	margin: 0 auto;
}

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

.pager ul li a.pagerList {
	display: block;
	padding: 7px 12px;
	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: 8px 10px;
	background-color: #3ab6ca;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
}

.pager ul li a.now:hover {
	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: 10px;
	right: 10px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 34px 34px;
} */

/* 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: #4b4b4b;
}

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

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

.footMiddle {
	width: 100%;
	padding-top: 20px;
}

/* footRight */
#footRight {
	padding-bottom: 8px;
	margin: 0 0;
	width: 50%;
	text-align: right;
	float: right;
}

#footRight a.footlogo {
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 0px 10px 0px 0;
	width: 100px;
	height: 100px;
	background: url(../img/logo.png) no-repeat center center;
	background-size: 100px 100px;
}

/* footLeft */
#footLeft {
	margin: 10px auto;
	width: 50%;
	text-align: left;
	float: left;
}

.footList {
	width: 95%;
	vertical-align: top;
	text-align: center;
	margin: 0 0px 0 5px;
	text-align: left;
	padding-left: 8px;
	border-left: 1px solid #b1dbe2;
}

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

/*
.footList li.footMenu:first-child{
	font-weight: bold;
	font-size: 116%;
	color: #FFF;
	padding-left: 0px;
}
*/
.footList li.footMenu a {
	font-size: 90%;
	color: #fff;
}

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



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




/*============================================================================
	index-list
==============================================================================*/

.viewT {
	clear: both;
	display: block;
	margin: -5px 0;
}


/* tagList */

ol.tagListBox {
	margin: 10px 5px;
}

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;
	padding: 4px 4px 3px 4px;
	border-radius: 3px;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 300px) and (max-width: 351px) {

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

}

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

@media (min-width: 500px) and (max-width: 1239px) {

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

}

.inlineBlock2 .inlineBlockOne2 h3.inlineBlockTitle2 {
	text-align: center;
	line-height: 160%;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: normal;
	/*margin: 0 10px;*/
	color: #4b4b4b;
}

.inlineBlock2 .inlineBlockOne2 .inlineBlockPrice2 {
	text-align: center;
	line-height: 160%;
	vertical-align: top;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 10px;
	color: #4b4b4b;
}


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

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

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

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

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

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

.inlineBlock4 .inlineBlockOne4 a.inlineBlockImg4 {
	display: block;
	text-align: center;
	width: 80px;
	height: 80px;
	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: 10px;
	padding: 3px 0;
}

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

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

.shopBlock .shopBoxOne {
	text-align: center;
	vertical-align: top;
	width: 95%;
	margin: 0 auto 10px;
	padding: 10px;
	background: #FFF;
	border-radius: 6px;
}

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

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

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

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

.shopBlock .shopBoxOne .shopBoxRight {
	float: left;
	display: block;
	text-align: center;
	width: 50%;
	margin-left: 20px;
}


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

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


/* 検索ボックス */

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

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

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

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

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

dd input {
	padding: 2px;
}


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


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

.mainShopHeader {
	width: 100%;
	background: #FFF;
	border-radius: 6px;
	margin: 0 auto 180px;
	position: relative;
}

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

.mainShopImg img {
	z-index: 780;
}

.mainShopNavi {
	position: absolute;
	z-index: 800;
	width: 100%;
	margin: 10px auto;

	bottom: -180px;


}

.mainShopIcon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 3px;
	padding: 4px;
}

.mainShopInfo {
	width: 100%;
}

.mainShopTitle {
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 16px;
	color: #4b4b4b;
	font-weight: bold;
	text-align: center;
}

.mainShopText {
	margin-bottom: 8px;
	font-size: 12px;
	color: #4b4b4b;
	line-height: 140%;
	text-align: center;
}

.mainShopBox {
	text-align: center;
	width: 100%;
}

.mainShopSns {
	text-align: center;
	width: 180px;
	margin: 3px auto;
	padding-left: 10px;
	font-size: 12px;
	background: url(../img/list_icon.png) no-repeat 0px 3px;
	background-size: 8px 8px;
}

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

#detailBlock {
	width: 100%;
	margin: 10px auto;
}

#detailLeft {
	width: 100%;
	margin: 0px auto;
}

#detailRight {
	clear: both;
	margin: 0px auto;
	width: 100%;
	/*
	background: #FFF;
	border-radius: 6px;
	padding: 4px 3px 2px 3px;
*/
}

.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.4em;
	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: 100%;
}

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

.swiper-container .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.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: 120%;
	margin-top: 24px;
	margin-bottom: 0px;
}

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

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

#detailRight ul.rightMenu li a {
	float: left;
	width: 50%;
	display: block;
	padding: 10px 0;
	font-size: 100%;
	text-align: center;
	color: #060202;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: solid 1px #DDD;
	margin-bottom: 1px;
	background: url(../img/list_icon.png) no-repeat 5px center;
	background-size: 7px 7px;
}

#detailRight ul.rightMenu li a:hover {
	color: #999;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: solid 1px #3ab6ca;
}

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




/*アコーディオン
-------------------------------------*/
#acBox {
	clear: both;
	margin-top: 8px;
	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: 20%;
	margin: 10px 2px 5px 2px;
}

.sns li a {
	display: block;
	font-size: 92%;
	font-family: 'Oswald', sans-serif;
	padding: 8px 0px 10px 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: 90%;
	margin: 30px auto;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.indexText {
	width: 90%;
	margin: 10px auto;
	line-height: 160%;
	color: #333;
	font-size: 14px;
	text-align: center;
}


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

#cartBlock {
	width: 100%;
	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: 100%;
	margin: 20px auto 20px auto;
	border-collapse: collapse;
}

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

.cartTable th,
.cartTable td {
	font-size: 12px;
	padding: 5px 4px;
	line-height: 120%;
	color: #333;
	text-align: left;
}

.cartTable th {
	font-weight: bold;
	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: 14px;
	padding: 10px 8px;
	line-height: 120%;
	color: #333;
	text-align: left;
}

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

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

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

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

.btnBox {
	margin: 30px auto;
}

/*
a.cartBtn{
	display: block;
	width: 100%;
	background:#3ab6ca url(../img/btn_cart.png) no-repeat 70px center;
	background-size: 20px 20px;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 6px;
	padding: 16px 0px 10px 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 70px center;
	background-size: 20px 20px;
}
*/


.cartBtn {
	display: block;
	width: 100%;
	background: #3ab6ca
		/*url(../img/btn_cart.png) no-repeat 70px center*/
	;
	background-size: 20px 20px;
	color: #fff !important;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
	padding: 10px 0px 10px 0;
	margin: 5px auto 20px auto;
	/*box-shadow: 0px 3px 0px #3ab6ca;*/
	border: none;
}

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



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

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

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


a.freeBtnDetail {
	display: block;
	width: 96%;
	background: #3ab6ca;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	padding: 16px 0px 10px 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: 12px;
	font-weight: normal;
	text-align: center;
	padding: 8px 0px 8px 0;
	margin: 0 auto 30px auto;
	border-radius: 20px;
}

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

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


a.arrBtn {
	clear: both;
	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: 80%;
	background: #000;
	color: #FFF;
	font-size: 14px;
	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: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0px 8px 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: 200px;
	background: #3ab6ca;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	padding: 16px 0px 14px 0;
	margin: 0 auto 36px auto;
	border: none;
	box-shadow: 0px 3px 0px #ba0013;
}

.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: #3ab6cab0;
	color: #FFF;
}

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: 14px;
	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: 14px;
	color: #333;
	display: block;
	margin: 18px auto 18px auto;
	text-align: center;
}

.logBox {
	clear: both;
	width: 300px;
	height: 180px;
	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: 3px 3px 3px 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;
	font-size: 60%;
	font-weight: normal;
	line-height: 130%;
	background-color: #CC0000;
	color: #FFF;
	border-radius: 3px;
	border: 1px solid #990000;
}


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

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

.defTable th,
.defTable td {
	font-size: 12px;
	padding: 5px 15px;
	line-height: 160%;
	color: #333;
	word-break: break-all;
	text-align: left;
}

.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: 90px;
}

.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: 4px 8px;
	width: 75%;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	margin-bottom: 2px;
}

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

input.namenameSS {
	padding: 4px 8px;
	width: 40px;
	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: 96% center;
	width: 85%;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #999;
	margin-bottom: 2px;
	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: 104px center;
	width: 120px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #999;
	margin-bottom: 2px;
	padding: 3px 5px 3px 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: 12px;
	vertical-align: middle;
	border: 1px solid #999;
	margin-bottom: 2px;
	padding: 3px 5px 3px 5px;
	border-radius: 3px;
}

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


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;
}


input#file {
	width: 100%;
}

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

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

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

.lightBoxText {
	font-size: 90%;
}

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

section table {
	width: 710;
	margin: 10px auto;
}

section th,
section td {
	padding: 10px 0;
	border-bottom: ;
	font-size: 110%;
	color: #333;
}

section th {
	vertical-align: top;
}

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

section th.borOn,
section td.borOn {
	border-top: 1px solid #1a1a6a;
}


/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01 th {
	width: 250px;
	text-align: center;
	line-height: 160%;
}

.demo01 td {
	width: 460px;
	text-align: center;
	line-height: 160%;
}

@media only screen and (max-width:1024px) {
	.demo01 {
		margin: 20px auto;
		width: 95%;
	}

	.demo01 th,
	.demo01 td {
		width: 100%;
		margin: 0 auto;
		display: block;
		border-top: none;
	}

	.demo01 tr:last-child th {}
}

input.wL {
	padding: 12px 15px;
	border: 1px solid #e7e7e7;
	width: 80%;
	margin: 0 auto;
}

input.wM {
	padding: 12px 15px;
	border: 1px solid #e7e7e7;
	width: 120px;
	margin: 0 auto;
}

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

textarea.wArea {
	padding: 12px 15px;
	border: 1px solid #e7e7e7;
	width: 280px;
	height: 150px;
	display: block;
	margin: 0 auto;

}











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

/* floatBox */
.floatBox {
	width: 100%;
	margin: 0 auto 0 auto;
}

.floatBoxLeft {
	margin: 0 auto 16px auto;
	width: 200px;
	color: #333;
	font-size: 14px;
	line-height: 180%;
}

.floatBoxRight {
	margin: 0 auto 0 auto;
	width: 300px;
	color: #333;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
}

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

#mainBoxOuter {
	width: 100%;
	margin: 10px auto 0 auto;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}

#mainBoxBottom h4 {
	padding: 10px 0;
}

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

#mainBoxOuter h1.mainBoxTitle {
	font-size: 2em;
	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: 140%;
	color: #666;
	padding: 20px 20px;
	background-color: #eee;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#mainBoxSns {
	margin-bottom: 20px;
	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: 100%;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	text-align: center;
	clear: both;
}

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

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

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

#mainBoxOuter h3.bodyH3 {
	font-size: 1.6em;
	line-height: 130%;
	margin-top: 18px;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
}

#mainBoxOuter h4.bodyH4 {
	font-size: 1.5em;
	line-height: 130%;
	margin-top: 18px;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
}

#mainBoxOuter h5.bodyH5 {
	font-size: 1.4em;
	line-height: 130%;
	margin-top: 18px;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
}

#mainBoxOuter h6.bodyH6 {
	font-size: 1.3em;
	line-height: 130%;
	margin-top: 18px;
	margin-bottom: 20px;
	color: #000;
	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.6em;
	line-height: 130%;
	padding: 20px 0;
	color: #000;
	text-align: center;
}

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

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

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

#indexListBlock h2.indexListTitle {
	clear: both;
	font-size: 1.2em;
	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 20px 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.2em;
	color: #000;
	padding: 0px 0 0px 24px;
	margin-bottom: 16px;
	list-style-position: outside;
	background: url(../img/rank.png) no-repeat 0px 0px;
	background-size: 20px 20px;
	word-break: break-all;
}

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

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

ol.checkListBox li.checkList {
	font-size: 1.3em;
	color: #000;
	padding: 8px 0 8px 28px;
	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: 100%;
	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: 80%;
	margin: 15px auto 15px auto;
	color: #666;
	font-size: 110%;
	line-height: 140%;
	padding: 20px 20px 20px 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引用単発系*/
.mainSnsBlock {
	width: 300px;
	margin: 20px auto 30px;
}

/*アイコンセンター*/
.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-left: 0px;
	margin-top: 10px;
	margin-bottom: -10px;
}


/*口コミ部分*/
#reviewWrap {
	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: 6px;
}

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

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

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


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

/*ラベル*/
.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 {
	border-collapse: collapse;
	margin: 8px;
}

.mainTable th,
.mainTable td {
	padding: 10px;
	border: 1px solid #9f9f9f;
	line-height: 140%;
}

.mainTable th {
	padding: 10px;
	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: 2em 2em;
}

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

#midashi_area h2 span {
	color: #EDE634;
}

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

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

.brands img {
	vertical-align: bottom;
}

.brands h2 span {
	padding-top: 0.7rem;
	font-size: 1rem;
	vertical-align: bottom;
	font-family: 'NotoSansJP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: lighter;
}

@media screen and (max-width:500px) {
	.brands h2 span {
		font-size: 0.6rem;
	}
}

.brands h2.midashi {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brands h2 img {
	width: 40%;
}

.brands .inner1 {
	width: 100%;
	margin: 0 auto;
}

ul.list {
	list-style: none;
	display: flex;
	padding: 0 10px;
}

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

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

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

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

.list li img {
	width: 100%;
}

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

.inner2 {
	width: 100%;
	margin: 0 auto;
}

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

@media screen and (max-width:500px) {
	.items h2 span {
		font-size: 0.6rem;
	}
}

.items h2.midashi {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.items h2 img {
	width: 60%;
}

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

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