@charset "utf-8";

main{
	margin:150px 0 270px;
	}

@media (max-width:1024px) {
	
main{
	margin:150px 0 270px;
	}
		
	}
	
@media (max-width:640px) {

main{
	margin:120px 0 200px;
	}
	
	}


h3{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font: 34px/150% "はんなり明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

	
/*shopping*/
/***************************************/
.mv {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items:flex-start;
	max-width:1920px;
	margin:0 auto 90px
	}

.mv .pic {
	height:790px;
	width:60%;
	}

#shopping .mv .pic {
	background:url(../images/shopping/shopping_mv.jpg) center center no-repeat;
	background-size:cover
	}

#workshop .mv .pic {
	background:url(../images/workshop/workshop_mv.jpg) center center no-repeat;
	background-size:cover
	}

#auction .mv .pic {
	background:url(../images/auction/auction_mv.jpg) center center no-repeat;
	background-size:cover
	}
	
#consign .mv .pic {
	background:url(../images/consign/consign_mv.jpg) center center no-repeat;
	background-size:cover
	}

.mv .txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items:flex-start;
	width:40%;
	}

.mv h2{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	margin-left:70px;
	background-size:contain;
	}

.mv p{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font: 22px/180% "はんなり明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

#shopping h2{
	background:url(../images/shopping/shopping_mv_h2.svg) no-repeat center top;
    width: 77px;
    height: 456px;
	}

#shopping .mv p{
    width: 20px;
    height: 580px;
	}

#workshop h2{
	background:url(../images/workshop/workshop_mv_h2.svg) no-repeat center top;
    width: 77px;
    height: 587px;
	}

#workshop .mv p{
	width: 186px;
	height:690px;
	}

#auction h2{
	background:url(../images/auction/auction_mv_h2.svg) no-repeat center top;
    width: 77px;
    height: 335px;
	}

#auction .mv p{
    width: 191px;
    height: 530px;
	}

#consign h2{
	background:url(../images/consign/consign_mv_h2.svg) no-repeat center top;
    width: 77px;
    height: 410px;
	}

#consign .mv p{
	width: 150px;
	height: 685px;
	}

@media (max-width:1024px) {
.mv {
	flex-direction: column;
	}

.mv .pic {
	height:500px;
	width:100%;
	}

.mv h2{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	margin-left:50px;
	}

.mv .txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items:flex-start;
	width:100%;
	margin-bottom:50px
	}
	
	}

	
@media (max-width:640px) {
.mv {
	margin:0 auto 50px
	}
	
.mv .pic {
	height:350px;
	width:100%;
	}

.mv .txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items:flex-start;
	width:100%;
	padding:0 15px;

	}
	

.mv h2{
	background-size:contain !important;
	width:100% !important;
	margin:0 0 10px;;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	}

.mv p{
	-webkit-writing-mode:horizontal-tb ;
	-ms-writing-mode:horizontal-tb;
	writing-mode: horizontal-tb;
	font: 20px/180% "はんなり明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	width:100% !important;
	height:auto !important
	}


.mv p br{
	display:none
	}

.mv p span{
	display:block
	}

#shopping h2{
	background:url(../images/shopping/sp_shopping_mv_h2.svg) no-repeat center top;
    max-width:480px;
	padding-top:15%;
	height:auto;
	}


#workshop h2{
	background:url(../images/workshop/sp_workshop_mv_h2.svg) no-repeat center top;
    max-width:480px;
	padding-top:15%;
	height:auto;
	}


#auction h2{
	background:url(../images/auction/sp_auction_mv_h2.svg) no-repeat center top;
    max-width:480px;
	padding-top:15%;
	height:auto;
	}


#consign h2{
	background:url(../images/consign/sp_consign_mv_h2.svg) no-repeat center top;
    max-width:480px;
	padding-top:15%;
	height:auto;
	}


	}

/*shopping_box*/
/***************************************/

.shopping_box h3{
	margin: 0 auto 150px;
	height: 215px;
	}

.shopping_box ul{
	max-width:1600px;
	width:100%;
	margin:0 auto;
	}

.shopping_box li{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items: center;
	margin-bottom:40px
	}

.shopping_box div{
	width:50%;
	height:480px;
	}
.shopping_box .pic{
	line-height:0%;
	position:relative;
	overflow:hidden;
	}

.shopping_box img{
	height:480px;
	width:auto;
	position:absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.shopping_box .txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	padding:30px;
	}

.shopping_box dl{
	max-width:470px;
	}
	
.shopping_box dt{
	font: 75px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:20px;
	}

.shopping_box dt span{
	color:#567b02;
	}

.shopping_box dd{	font:18px/180% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

@media (max-width:1024px) {

.shopping_box h3{
	margin: 0 auto 100px;
	height: 215px;
	}

.shopping_box div{
	width:100%;
	height:480px;
	position:relative
	}
	
.shopping_box .pic{
	line-height:0%;
	position:relative;
	overflow:hidden;
	z-index:1;
	max-width:800px;
	margin:0 0 0 auto;
	}

.shopping_box li:nth-child(even) .pic{
	margin:0 auto 0 0;
	}

.shopping_box .txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content: flex-start;
	align-items: center;
	padding:0 30px;
	z-index:5;
	position:absolute;
	}

.shopping_box li:nth-child(even) .txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	align-items: center;
	}

.shopping_box dl{
	max-width:500px;
	background-color:rgba(255,255,255,0.9);
	padding:50px 40px;
	}

	}

	
@media (max-width:640px) {

.shopping_box h3{
	margin: 0 auto 70px;
	height: 215px;
	}

.shopping_box ul{
	max-width:640px;
	}

.shopping_box li{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction:column;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items: flex-start;
	margin-bottom:40px
	}

.shopping_box div{
	width:100%;
	}
	
.shopping_box .pic{
	line-height:0%;
	position:relative;
	overflow:hidden;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	height:400px;

	}

.shopping_box img{
	height:480px;
	width:auto;
	position:absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.shopping_box .txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	align-items: center !important;
	padding:0 15px !important;
	position:relative;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	margin:0 auto !important;
	height:auto !important;
	}

.shopping_box dl{
	max-width:480px;
	padding:30px 15px;
	margin-top:-50px
	}
	
.shopping_box dt{
	font: 55px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:20px;
	}

	}
	
	
/*workshop_box*/
/***************************************/

.workshop_box{
	padding:0 30px;
	}
	
.workshop_box h3{
	margin:0 auto 70px;
	height:250px
	}
	


.workshop_box ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items: flex-start;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	}
	
.workshop_box li{
	width:calc((100% - 200px) / 5);
	margin-right:50px;
	margin-bottom:60px;
	}
	
.workshop_box a div img{
	transition:0.3s;
	}
	
.workshop_box a:hover div img{
	height:120%;
	}
	
.workshop_box li:nth-child(5n){
	margin-right:0;
	}

.workshop_box .pic{
	padding-top:100%;
	width:100%;
	overflow:hidden;
	position:relative;	
	margin-bottom:5px;
	}

.workshop_box .pic img{
	width:auto;
	height:100%;	
	position:absolute;
		top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.no_image{
	border:1px solid #ccc;
	}
	
.workshop_box .txt{	font:16px/160% 'm+c2_Regular',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
transform: rotate(0.05deg);
	max-width:100%;
	width:
}
	

@media (max-width:1024px) {


	
.workshop_box ul{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	}
	
.workshop_box li{
	width:calc((100% - 100px) / 3);
	margin-right:50px;
	margin-bottom:60px;
	}

.workshop_box li:nth-child(5n){
	margin-right:50px;
	}
	
.workshop_box li:nth-child(3n){
	margin-right:0 !important;
	}




	}

	
@media (max-width:640px) {
.workshop_box{
	padding:0 15px;
	}
	
.workshop_box ul{
	max-width:480px;
	width:100%;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items: flex-start;
	}

.workshop_box li{
	width:100% !important;
	}


.workshop_box li:last-child{margin-bottom:0
	}

.workshop_box li a{
	width:100% !important;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items: center;
	}

.workshop_box .pic{
	padding:0;
	width:80px;
	height:80px;
	overflow:hidden;
	position:relative;
	margin-right:20px;
	margin-bottom:0;
	}

.workshop_box .txt{
	-ms-flex:1 0 0;
	-webkit-flex:1 0 0;
	flex:1;
	width:calc(100% - 100px);
	}


}
/*auction_box*/
/***************************************/

.auction_box{
	padding:0 30px;
	}

.auction_txt_01,
.auction_txt_02{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font: 22px/180% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top:15px
	}

.auction_txt_01{
	padding:15px 25px 0 ;
	}

.auction_item{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items: flex-start;
	height:520px;
	}

.auction_item h3{
	-webkit-box-ordinal-group:3;
	-ms-flex-order:3;
	-webkit-order:3;
	order:3;
	}
	
.auction_txt_01{
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	}
	
.auction_txt_02{
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	}

.auction_box ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items: flex-start;
	width:100%;
	max-width:1040px;
	margin:0 auto
	}

.auction_box li{
	width:calc((100% - 40px) / 2);
	margin-bottom:30px;
	}

.auction_box li img{
	width:100%;
	}
.auction_box li p{
	font: 22px/130% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	}


@media (max-width:1024px) {



	}

@media (max-width:640px) {
.auction_box{
	padding:0 15px;
	}

.auction_item{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items: flex-start;
	height:480px;
	}

.auction_box li{
	width:100%;
	margin-bottom:40px;
	}

.auction_box li:last-child{
	margin-bottom:0;
	}

.auction_txt_01,
.auction_txt_02{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font: 20px/180% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top:15px
	}

.auction_box li p{
	font: 20px/130% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	}

	
	
	}

/*auction_box*/
/***************************************/

.consign_box{
	padding:0 30px;
	}

.consign_box h3{
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:horizontal-tb;
	writing-mode:horizontal-tb;
	
	font: 30px/130% 'm+c2_Medium',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	letter-spacing:0;
	border-bottom:3px solid #8ec31e;
	display:table;
	margin:0 auto 55px;
	padding:0 5px 10px;
	}

.consign_box ul{
	margin:0 auto 130px;
	max-width:440px;
	
	}

.consign_box li{
	font: 22px/130% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items: center;
	width:100%;
	margin-bottom:40px
	}
	
.consign_box li span:nth-child(1){
	display:block;
	width:135px;
	margin-right:20px;
	text-align:right;
	}
	
.consign_box li span:nth-child(2){
	display:block;
	-ms-flex:1 0 0;
	-webkit-flex:1 0 0;
	flex:1;
	text-align:left;
	}

.consign_box dl{
	text-align:center;
	margin-top:-10px
	}

.consign_box dl a{
	display:block;
	width:280px;
	height:40px;
	border:1px solid #c9c9ca;
	margin:10px auto 0;
	font: 20px/38px 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
.consign_box dt{
	font:110px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#567b02;
	margin-bottom:5px
	}	
	
.consign_box dd{
	font: 24px/180% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:110px;
	position:relative;
	}	
	
.consign_box dd:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #dcdcdd transparent transparent transparent;
	bottom:-75px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	}	
	
.consign_box dd:last-child::before{
	display:none;
	}		
	
.consign_box dd:last-child{
	margin-bottom:0
	}	

@media (max-width:1024px) {



	}

@media (max-width:640px) {
	.consign_box h3{
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:horizontal-tb;
	writing-mode:horizontal-tb;
	
	font: 28px/130% 'm+c2_Medium',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	letter-spacing:0;
	border-bottom:3px solid #8ec31e;
	display:table;
	margin:0 auto 55px;
	padding:0 5px 10px;
	}

.consign_box{
	padding:0 15px;
	}

.consign_box ul{
	max-width:280px;
	}
	
.consign_box li{
	font: 20px/150% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items: center;
	width:100%;
	margin-bottom:30px
	}
	
.consign_box li span:nth-child(1){
	display:block;
	width:100%;
	margin-right:0;
	text-align:left !important;
	}
	
.consign_box li span:nth-child(2){
	display:block;
	width:100%;
	text-align:left;
	}

.consign_box dt{
	font:100px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#567b02;
	margin-bottom:5px
	}	
	
.consign_box dd{
	font: 20px/150% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:110px;
	position:relative;
	}	
	
.consign_box dd span{
	display:block
	}	

.consign_box dl a{
	display:block;
	width:260px;
	height:40px;
	border:1px solid #c9c9ca;
	margin:13px auto 0;
	font: 18px/38px 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	}
