@charset 'utf-8';
/*****▽▽ヘッダー▽▽*****/
.header01_bg {
	width:100%;
	margin:0px auto 0px;
	padding:10px 0 10px;
	background-size:100%;
	background-position:center;
	background:url(https://www.rakuten.ne.jp/gold/auc-brandeal/img/header_bg01.jpg);
}
.header01 {
	width:1290px;
	margin:0 auto;
	padding:0;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
	background:#;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width : 1290px) {
	.header01 {
		width:96%;
		margin:0 auto 10px auto;
	}
}
.header01_Left {
	width:50%;
	margin:0;
	padding:0;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	background:#;
}
.header_logo {
	margin:0;
	padding:0;
	width:270px;
}
.header_logo img {
	width:100%;
}
.header_itemimg {
	margin:0;
	padding:0 0 0 10px;
	width:300px;
	box-sizing:border-box;
}
.header_itemimg img {
	width:100%;
}
@media screen and (max-width : 1290px) {
	.header_logo {
		width:40%;
	}
	.header_itemimg {
		width:60%;
	}
}

.header01_Right {
	width:50%;
	margin:0;
	padding:0;
}
.header01_RightContent {
	width:100%;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
	float:right;
	background:#;
}

.header_cart {
	width:30px;
	margin-right:10px;
}
.header_cart img {
	width:100%;
}
#header_top_right{
	float:right;
}
@media screen and (max-width : 834px) {
	.header01_bg {
		width:100%;
		margin:0px auto 0px;
		padding:8px 0 8px;
		background-size:100%;
		background-position:center;
		background:url(https://www.rakuten.ne.jp/gold/auc-brandeal/img/header_bg01.jpg);
	}
	.header01 {
		width:96%;
		margin:0 auto 0px auto;
	}
	.header01_Left {
		width:70%;
		background:#;
		flex-wrap:wrap;
		display:flex;
		align-items:center;
	}
	
	
	.header_logo {
		width:100%;
		padding-left:5%;
		box-sizing:border-box;
	}
	.header01_Right {
		width:30%;
	}
	#header_top_right {
		position:fixed;
		top:20px;
		right: 10px!important;
	}
}
/*****▽▽ヘッダー検索▽▽*****/
.searchAreaHeader {
	margin:0;
	padding:0 10px 0 10%;
	box-sizing:border-box;
	display:flex;
	align-items:center;/* 縦中央揃え */
	width:calc(100% - 70px);
	float:right;
	background:#;
}
.search_textAreaHeader {
	width:calc(100% - 30px);
	margin:0;
	box-sizing:border-box;
	background:#;
}
.search_buttonAreaHeader {
	width:30px;
	margin:0;
	padding:0;
	background:#;
	text-align:left;
	box-sizing:border-box;
	background:#;
}
.search_buttonAreaHeader img {
	width:100%;
}

.search_inputHeader {
	width:100%;
	height:30px;
	border:1px solid #fbcdd7;
	background:#fff;
	border-radius:0px;
	margin:0;
	padding:0 0 0 10px;
	box-sizing:border-box;
	font-size:15px;
}
@media screen and (max-width : 834px) {
	.searchArea_sp {
		width:100%;	
		margin:10px 0% 20px 0%!important;
		padding-top:0!important;
		background:#ccc!important;
	}
	.searchAreaHeader {
		width:100%;	
	}
	.search_textAreaHeader {
		width:calc(100% - 35px);
		margin:0 0 0 0px;
	}
	.search_buttonAreaHeader {
		width:35px;
		margin:0 0% 0 0px;
		background:#;
		box-sizing:border-box;
	}
	.search_inputHeader {
		width:100%;
		height:38px;
		border:1px solid #ccc;
		padding:0 0 0 10px;
		font-size:18px;
	}
}
/*****▽▽ヘッダーグローバルナビ▽▽*****/
.header01_globalNav {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:40px;
	margin:0 0 0 20px;
	padding:0;
	font-size:16px;
	float:right;
	background:#;
}
ul.megamenu {
	margin: 0;
	padding:0;
	list-style: none;
	width:100%;
	z-index:100;
	display:table;
}
ul.megamenu li {
	text-align: center;
	font-size: 14px;
	line-height:100%;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:1.0px;
	box-sizing:border-box;
	flex:1 0 auto;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.megamenu li span {
	position:relative;
	bottom:20px;
}
ul.megamenu li img {
	width:40px;
	margin:0 8px 0 0;
}
/********子カテゴリー********/
ul.megamenu li .megamenu-inbox {
	position:relative;
	z-index: 999!important;
}
ul.megamenu div.mm-item-content {
	background: #fff;
	padding: 0px;
	position:relative;
	margin:0!important;
	border: 1px solid #fff;
	z-index: 1000!important;
	width:240px;
	box-sizing:border-box;
}
.mm-content-base {
	background: #fff;
	width:100%;
	position: relative;
	z-index: 11;
	padding: 0;
}
.mm-content-base_linkArea {
	width:100%;
}
.linkArea_link {
	line-height:150%;
	border-bottom:1px dotted #999;
	padding:10px 0px 8px 10px;
	display:block;
	text-align:left;
}
.linkArea_link a {
	display:block;
	color:#000;
}
.linkArea_link a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.borderRightNone {
	border-right:none;
}
.borderBottomNone {
	border-bottom:none;
}

/******************************************/
/* OFF */
ul.megamenu li .megamenu-inbox {
	display: none;
}

/* ON */
ul.megamenu li:hover .megamenu-inbox {
	display: block;
	margin:-10px 0 0 -200px!important;
	position: absolute;
	z-index: 100!important;
}
/*****▽▽ヘッダーカテゴリーナビ▽▽*****/
.header_categoryNav_bg {
	width:100%;
	margin:0px auto 20px auto;
	border-top:1px solid #c64d5c;
	border-bottom:1px solid #c64d5c;
	background: linear-gradient(#ceb9a0, #ceb9a0);
	background: #fff;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;	font-weight:bold;
}
.header_categoryNav {
	background:#;
	color: #;
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0;
	font-weight:bold;
	font-size:;
	letter-spacing:1.0px;
	box-sizing:border-box;
}
.header_categoryNav ul {
	margin: 0 auto 0 auto;
	padding:0;
	list-style: none;
	width:100%;
	background:#;
	display:flex;
}
.header_categoryNav ul li {
	margin:0;
	padding:0;
	font-size: 14.5px;
	font-weight:bold;
	letter-spacing:1.0px;
	display:flex;
	justify-content:center;
	background:#;
	flex: 1 0 auto;
	border-right:1px dotted #999;
}
.header_categoryNav ul li a {
	padding:6px 0 4px 0;
	color:#000;
	display:flex;
	align-items:center;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.header_categoryNav ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
}
.header_categoryNav ul li a div {
	width:calc(100% - 50px);
}

.header_categoryNav ul li a img {
	padding:0 5px 0 0;
	margin:0;
	width:50px;
	box-sizing:border-box;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.header_categoryNav ul li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
@media screen and (max-width :834px) {
	.header_categoryNav_bg {
		margin:0px auto 0px auto;
		border-top:none;
		border-bottom:none;
	    overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.header_categoryNav {
		display: flex;
	    justify-content: flex-start;
	    overflow-x: scroll;
	    padding: 0 0 15px 0;
		border-top:1px solid #c64d5c;
	}
	.header_categoryNav ul {
	}
	.header_categoryNav ul li {
		font-size: 12.5px;
		text-align: center;
		margin:0;
		padding:0px auto 0px auto;
		line-height:100%;
		text-align: center;
		font-weight:bold;
		letter-spacing:1.0px;
		background:#;
		position:relative;
		width:135px;
		border-bottom:1px solid #c64d5c;
	}
	.header_categoryNav ul li a {
		display:block!important;
		padding:8px 0 5px 0;
		color:#333;
		line-height:130%;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	
	
	.header_categoryNav ul li a span {
		width:100%!important;
	}

	.header_categoryNav ul li a img {
		padding:0 30%;
		margin:0 0 5px;
		width:100%!important;
		box-sizing:border-box;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	/*===========
	scrollbar
	===========*/
	/*スクロールバー全体の高さ*/
	.scroll-box::-webkit-scrollbar {
	  height: 4px;
	}
	/*スクロールバー全体の背景*/
	.scroll-box::-webkit-scrollbar-track {
	  background: #eee;
	}
	/*スクロールバーの動く部分*/
	.scroll-box::-webkit-scrollbar-thumb {
	  background: #aaa;
	  border: none;
	}
	/*スクロールバーの動く部分のホバー（マウスオーバー）*/
	.scroll-box::-webkit-scrollbar-thumb:hover {
	  background: #999;
	}
}
/*****▽▽ヘッダー看板画像▽▽*****/
.headerMainImg {
	  width: 100%;
	  position: relative;
}
.headerMainImg::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 4px 4px white;
}
.headerMainImg img {
	  height: 150px;
	  margin: auto;
	  object-fit: cover;
	  width: 100%;
}
.headerMainImgTxt {
  position: absolute;
  top: 58px;
  width:100%;
}
.headerMainImgTxtInner {
	color:#000;
	font-weight:bold;
	font-size:28px;
	width:100%;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
@media screen and (max-width : 834px) {
	.headerMainImg img {
		  height: auto;
		  margin: 0 auto 30px;
		  object-fit: cover;
		  width: 100%;
	}
	.headerMainImgTxt {
	  position: absolute;
	  top: 25%;
	  width:100%;
	}
	.headerMainImgTxtInner {
		color:#000;
		font-weight:bold;
		font-size:22px;
		width:100%;
		flex-wrap:wrap;
		display:flex;
		text-align:center;
		justify-content:center;/* 横中央揃え */
		font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
		text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
	}
}
/*****▽▽レフトナビ▽▽*****/
.leftnavi_title01 {
	width:100%;
	line-height:100%;
	margin:0px 0 10px 0;
	padding:0px 0 5px 0px;
	font-weight:bold;
	font-size:16.5px;
	text-align:center;
	box-sizing:border-box;
	letter-spacing:1.0px;
	color:#c64d5c;
	font-weight:bold;
	border-bottom:3px dotted #000;
	border-image: linear-gradient(to right, #c64d5c 0%, #ecc2c7 100%);
	border-image-slice: 1;
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
}
.leftnavi_category {
	width:100%;
	margin:0 0 40px 0;
	padding:0px 0px 0 0px;
	font-size:14px;
	line-height:140%;
	background:#;
}
.leftnavi_category ul {
	font-size:16px;
	text-align:left;
	width:100%;
	margin:0 auto 20px auto;
	padding:0 2% 0 2%;
	text-decoration:none;
	line-height:140%;
	list-style: none;
	box-sizing:border-box;
}
.leftnavi_category ul li {
	width:100%;
	color:#333;
	margin:0 0 0px 0px;
	padding:0px 0 0px 0;
	border-bottom:1px dotted #333;
}

.leftnavi_category ul li a {
	color:#333;
	display:block;
	margin:0 0 0px 0px;
	padding:10px 5px 10px 5px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-weight:bold;
}

.leftnavi_category ul li a:hover {
	background:#f2f2f2;
}
.leftnavi_category ul li ul {
	border-top:1px dotted #333;
}
.leftnavi_category ul li ul li {
	color:#666!important;
}

.leftnavi_category ul li ul li a {
	font-size:13.0px;
	font-weight:nomal!important;
	padding:5px 7px 5px 7px;
	box-sizing:border-box;
	color:#666!important;
}

.leftnavi_banner {
	width:100%;
	margin:0 auto 20px;
	padding:0;
}
.leftnavi_banner img {
	width:100%;
}

@media screen and (max-width : 834px) {
	.leftnavi_banner {
		width:94%;
		margin:0 auto 30px;
		padding:0;
	}

	.leftnavi_category {
		width:100%;
		margin:0 0 30px 0;
		padding:0px 0px 0 0px;
		border:none;
		line-height:140%;
	}
	.leftnavi_category ul {
		width:100%;
		margin:0px auto 20px auto;
		padding:0px;
	    display:flex;
	    flex-wrap:wrap;
	}
	.leftnavi_category ul li {
		color:#333;
		margin:0 0 0px 0px;
		padding:0px 0 0px 10px;
		box-sizing:border-box;
		border-bottom:1px dotted #333;
		width:100%;
	}
	.leftnavi_category ul li ul {
		padding:0 15px 0 15px;
	}
	.leftnavi_category ul li a {
		padding:15px 5px 15px 5px;
	}
	.leftnavi_category ul li ul li a {
		padding:12px 7px 12px 7px;
		font-size:14.0px;
	}
}
.leftnaviBrandName a {
	width:100%;
	border-bottom:1px dotted #333;
	margin:0;
	padding:0px auto 0px;
	text-align:center;
	line-height:150%;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	box-sizing:border-box;
	font-weight:bold;
}
.leftnaviBrandName a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.leftnaviBrandName img {
	width:100%!important;
	padding:5px 25% 0px 25%;
	box-sizing:border-box;
}

.leftnaviCategoryName a {
	width:100%;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
	text-align:left;
	font-size:15.5px;
	font-weight:nomal;
	text-decoration:none;
	color:#333;
	background:#;
	border-bottom:1px dotted #333;
	margin:0;
	padding:10px 5px 10px 5px;
	line-height:150%;
	letter-spacing:1.0px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	box-sizing:border-box;
	font-weight:bold;
}
.leftnaviCategoryName a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.leftnaviCategoryName div {
	width:calc(100% - 70px)!important;
	font-size:15.5px;
}
.leftnaviCategoryName div span {
	font-size:12.5px!important;
	color:#999;
}

.leftnaviCategoryName a img {
	width:50px;
	margin:0 10px 0 0;
}
@media screen and (max-width : 834px) {
	.leftnaviBrandName img {
		width:100%!important;
		padding:5px 35% 5px 35%;
		box-sizing:border-box;
	}
	.leftnaviCategoryName a {
		padding:10px 5px 10px 35px;
	}
}
/*****▽▽フッター▽▽*****/
.footer01_bg {
	width:100%;
	background:#fff;
	margin:0px 0 0 0;
	padding:50px 0 0 0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer01 {
	margin:0px auto;
	width:1290px;
	padding:0;
	line-height:180%;
	text-align:left;
	background:#;
	clear:both;
    display:flex;
    flex-wrap:wrap;
}
@media screen and (max-width : 1290px) {
	.footer01 {
		width:96%;
	}
}
.footer_title01 {
	margin:0px auto 15px auto;
	padding:0 0 10px 30px;
	color:#333;
	font-size:32px;
	text-align:center;
	clear:both;
	line-height:100%;
	display:block;
	font-weight:bold;
	width:100%;
	box-sizing:border-box;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width : 1290px) {
	.footer_title01 {
		width:96%;
	}
}
@media screen and (max-width : 834px) {
	.footer_title01 {
		font-size:20px;
		padding:30px 0px 0px 0;
	}
}
.footer01_box {
	width:49%;
	margin:0 0.5% 20px 0.5%;
	border:1px solid #ccc;
	box-sizing:border-box;
	border-radius:7px;
}
.footer01_box_contents {
	padding:10px 3% 30px 3%;
	margin:0 0 20px 0;
}
.footer01_contentTitle {
	font-weight:bold;
	font-size:18px;
	color:#333;
	padding:8px 0 8px 0;
	margin-bottom:8px;
	text-align:center;
	background:#;
	line-height:100%;
	border-bottom:2px dotted #666;
}
.footer01_box_contents .article {
	padding:8px;
	font-size:16px;
	line-height:190%;
	color:#333;
}
.footer01_box_contents .article a {
	color:#333;
}

.footer01_box_contents .article a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.pay_img {
	width:80%;
	margin:10px 0 0 0;
}
.pay_img img {
	width:100%;
}
.footer01_box_contents .link a {
	width:;
	display:table;
	border:1px solid #666;
	color:#333;
	margin:0;
	padding:4px 30px 3px 30px;
	font-size:17px;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.footer01_box_contents .link a:hover {
	color:#fff;
	background:#999;
}
@media screen and (max-width : 834px) {
	.footer01_bg {
		padding:10px 0 20px 0;
		width:100%;
		background:#;
	}
	.footer01 {
		width:100%;
		background:#;
	}

	.footer01_box {
		float:none;
		height:auto;
		width:100%;
		margin:0 3% 10px 3%;
		background:#;
	}

	.footer01_box_contents {
		padding:10px 3% 10px 3%;
	}
	.footer01_contentTitle {
		width:100%;
		background:#;
		padding:6px 0 6px 0;
	}
	.pay_img {
		width:100%;
	}
	.footer01_box_contents .link a {
		width:70%;
		display:block;
		margin:10px auto 0 auto;
		padding:4px 0px 2px 0px;
		font-size:17px;
	}
}
.footer_navi_bg {
	width:100%;
	background:#c64d5c;
	background-size:100%;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer_navi {
	width:;
	margin:0 auto;
	background:#;
	color:#fff;
	font-size:17px;
	padding:10px;
	text-align:center;
	line-height:100%;
	font-weight:bold;
}
.footer_navi ul {
	list-style:none;
	margin:20px auto 40px auto;
	padding:0;
	width:;
	font-size:14.5px;
	font-weight:nomal;
	display:table;
	text-align:center;
}
.footer_navi ul li {
	display:table-cell;
}
.footer_navi ul li a {
	color:#fff;
	margin:0 20px 0 20px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.footer_navi ul li a:hover {
	color:#fff;
	opacity: 0.5;     /* 透過レベル */
	filter: alpha(opacity=80);
}


@media screen and (max-width : 834px) {
	.footer_navi {
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
	}

	.footer_navi ul {
		width:100%;
		list-style:none;
		margin:0px 0 0px 0px;
		padding:0px 0 20px 0px;
		border-left:none;
		border-right:none;
		border-top:1px solid #fff;

	}
	.footer_navi ul li {
		float:none;
		display:block;
	}

	.footer_navi ul li a {
		margin:0 0px 0 0px; 
		padding:8px 0px 6px 10px; 
		line-height:200%;
		font-weight:nomal;
		float:none;
		border-bottom:1px solid #fff;
		border-left:none;
		border-right:none;
		display:block;
	}

	.copyright {
		font-size:0.9rem;
		padding-bottom:50px;
		line-height:160%;

	}
}
/*****▽▽コンテンツ▽▽*****/
.contentArea {
	width:1290px;
	margin:20px auto;
	padding:0px 0 0px 0px;
	background:#;
	z-index:1000!important;
}

.rightContent,
.mainContent {
    width:1060px;
	margin:0px auto 50px auto;
	padding:0px 0 0px 0px;
	background:#;
	font-size:30px;
	z-index:1000!important;
	float:right;
	
}
.leftContent {
	width:210px;
	margin:0;
	padding:0;
	text-align:center;
	box-sizing:border-box;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float:left;
}

@media screen and (max-width : 1290px) {
	.contentArea {
		width:96%;
	}
	.rightContent,
	.mainContent {
	    width:calc(100% - 230px);
	}
}

@media screen and (max-width : 834px) {
	.contentArea {
		width:100%;
		height:auto;
		margin:0px auto 30px auto;
		padding:0px 0 0 0;
		float:none;
	}
	.rightContent,
	.mainContent {
		width:94%;
		margin:0px auto 0px auto;
		float:none;
	}
	.leftContent {
		width:100%;
		margin:30px 0 0 0;
		float:none;
	}
}
.topBannerArea {
    width:100%;
    margin:0 auto;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;
}
.topBanner_title {
	text-align:center;
	color:#c64d5c;
	font-size:25px;
	font-weight:bold;
	width:100%;
	padding:0px 0 5px;
	margin:0px auto 20px;
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
	box-sizing:border-box;
	border-bottom:4px dotted #c64d5c;
	border-image: linear-gradient(to right, #c64d5c 0%, #ecc2c7 100%);
	border-image-slice: 1;
	line-height:100%;
}
.topBanner {
	width:100%;
	margin:0 auto 20px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	box-sizing:border-box;
}
.topBanner:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.topBanner img {
	width:100%;
}
