/**

@keyframes blink{
  0%{opacity: 1;}
  50%{opacity: .7;}
  100%{opacity: 0;} 
}*/
@keyframes blink{
  0%{background: red;}
  60%{background: yellow;}
  100%{background: red;}
}
@-webkit-keyframes blink {
  0%{background: red;}
  60%{background: yellow;}
  100%{background: red;}
}
@-moz-keyframes blink {
  0%{background: red;}
  60%{background: yellow;}
  100%{background: red;}
}
@-ms-keyframes blink {
  0%{background: red;}
  60%{background: yellow;}
  100%{background: red;}
}
@-o-keyframes blink {
  0%{background: red;}
  60%{background: yellow;}
  100%{background: red;}
}

.iconMaster{
    color: #dd4814;
    animation:blink 2s ease-in-out infinite;  
    -webkit-animation:blink 2s ease-in-out infinite;
    -moz-animation:blink 2s ease-in-out infinite;
    -ms-animation:blink 2s ease-in-out infinite;
    -o-animation:blink 2s ease-in-out infinite;
	position:absolute;
}
/**/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body{position:relative;}
body,ul,p{
    margin:0;
    padding: 0;
}
a,p,span,sup,sub,small,li,dl,dt,dd{
	color:#333;
}
a{
    text-decoration: none;
}
a:hover{
    color: #999;
}
ul,p,a{
    padding: 0;
    
}
li{list-style:none;}
.imgfull{
    width:100%;
    display: block;
    /* height: 100%; */
}
.clearfix{
    *overflow: hidden;
    zoom:1;
}
.clearfix:after{
    content: "";
    width:0;
    display: table;
    clear: both;
}
.box_sizing{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.pr{position:relative;}
.pa{position:absolute;}
._left{float: left;}
._right{float: right;}
.t-left,.t-lf{text-align:left;}
.t-right,.t-rt{text-align:right;}
.t-center,.t-cr{text-align:center;}
/** header box **/
.header{
    width:100%;
    min-width:1000px;
    background: #fafafa;
    border-bottom: 3px #f3f3f3 solid;
}
.header-inrow{
    width:1000px;
    margin: 0 auto;
    position: relative;
    height: 100px;
}
.logobar{
	height: 76%;
	padding: 1% 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 26%;
}

.logobar a{display:block;line-height: 0;height: 100%;width: 100%;/* background: #333; *//* cursor: pointer; */}
.logobar a img{height:100%;width: auto;}
.navbtn{display:none;}
.navbar{
    width: 72%;
    display: block;
    position: absolute;
    bottom: 14%;
    right: 0;
}
.navbar ul.nav-row{
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 10px;
}

.navbar ul.nav-row li{
    display: inline-block;
    font-size: 80%;
    margin-left: 10px;
}
.navbar ul.nav-row li a{
    padding: 5px 0 5px 10px;
    display: block;
}
.navbar ul.nav-row li.row-cart,
.navbar ul.nav-row li.row-login{
	/* width:80px; */
	/* padding:0; */
	/* text-align: center; */
	/* border-radius: 5px; */
}
.navbar ul.nav-row li.row-cart{
}
.navbar ul.nav-row li.row-login{}

.navbar ul.nav-row li.row-cart a,
.navbar ul.nav-row li.row-login a{
    /* padding: 5px 0; */
}
.navbar ul.nav-row li.row-registered{
    background: #c80000;
    text-align: center;
    border-radius: 5px;
}

.navbar ul.nav-row li.row-registered a{
	padding-right: 10px;
	color: #fff;
}
/*search bar*/
.searchbar{
    width: 250px;
    height: 30px;
    position: relative;
    margin-bottom: -10px;
}
.searchbar form{
    width: 100%;
    /* border: 1px #333 solid; */
}
.searchbar form input.search_keyword,
.searchbar form input.search_button{
    padding: 0;
    margin: 0;
    border: 1px #5d6c76 solid;
    display: inline;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
    font-size: 80%;
    -webkit-appearance: initial;
	border-radius:0;
}
.searchbar form input.search_keyword{
    width: 75%;
    left: 0;
    padding:1%;
    /* font-size: 80%; */
    background:#f9f9f9;
    color:#999;
}
.searchbar form input.search_keyword:focus{
	background:transparent;
}
.searchbar form input.search_button{
    width: 25%;
    right: 0;
    background: #5d6c76;
    color: #fff;
    cursor: pointer;
}
input[type="search"]{-webkit-appearance:none;}
input[type=search] {
/* -webkit-appearance: textfield; */
-webkit-box-sizing: content-box;
font-family: inherit;
font-size: 100%;
}


/*menu bar*/
.menubar{
    width:100%;
    background: #333;
}
ul.menu-inrow{
    display: block;
    text-align: center;
	position:relative;
}

/*
ul.menu-inrow:before,ul.menu-inrow:after{
	position:absolute;
	top:5px;
}
ul.menu-inrow:before{
	content:"?W????g??";
	color:#333;
	background:#fff;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	left:20px;
	overflow:hidden;
}
ul.menu-inrow:after{
	content:"";
	left:100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #fff;
}
*/

ul.menu-inrow li{
    display: inline-block;
}
ul.menu-inrow li a{
    text-align: center;
    padding: .5em 1em;
    color: #fff;
    display: block;
}
ul.menu-inrow li a:hover{
	background:#fff;
	color:#333;
}

/** content box **/
.content{
	width:100%;
	min-width:1000px;
	margin:0 auto;
	display: block;
}
.inrow{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}
.w10{width:10%;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w100{width:100%;}
/*informationbar*/
#loginBox{/* min-height:80px; */padding: 20px 0;/* background: #2e2e2e; */}
.informationbar{
	width:100%;
	/* border: 1px #ccc solid; */
	/* padding: 20px 0; */
	/* background: #fff; */
	/* border-radius: 5px; */
}
.informationbar i.icon{
	padding-right:5px;
}
ul.in-login{
    display: block;
    /* text-align: center; */
}
ul.in-login li{
    display: inline-block;
    width: 31.333333%;
    margin: 10px 20px 0 0;
}
ul.in-login li a{
    display: block;
    padding: 10px;
    background: #c8bba9;
    border-radius: 5px;
    color: #800606;
    text-align: center;
}
ul.in-login-txt-no{display: flex;flex-wrap: wrap;width: 58%;float: right;}
ul.in-login-txt-no li{
	display: block;
	width: 32.333333%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.in-login-txt-no li a{text-align: center;display: block;padding: 10px;}
ul.in-login-txt-no li#username{padding:10px;}
ul.in-login-txt-no li#login{}
ul.in-login-txt-no li#useradd{}
ul.in-login-txt-no li#login a,
ul.in-login-txt-no li#useradd a{
	background:#bd840a;
	color:#fff;
	border-radius:5px;
	border:1px #bd840a solid;
}

ul.in-login-txt-no li#login a:hover,
ul.in-login-txt-no li#useradd a:hover{
	background:#fff;
	color:#bd840a;
}

.in-head{}
.in-head div.rk{
	margin-left: 2%;
	font-weight:bold;
	color:#333;
	border:1px #333 solid;
	padding: 0% 1% 0% 3%;
	position: relative;
}
.in-head div.rk img.imginfo{position: absolute;left: 5%;height: 70%;top: 50%;transform: translateY(-50%);}

.in-head div.rk .icon-rank{}
.in-head div.rk .icon-help-circle{}
.in-head div.rk.hide{display:none;}
.in-head div.rk.show{display:inline-block;}

.in-body{}
.in-other{
	display:block;
}

.shoppingbox{
	text-align:center;
}
.shoppingbox a{
	display:block;
	background: #bd840a;
	border:1px #bd840a solid;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
}
.outbtn{
	float:right;
	width:46%;
	margin-left: 4%;
}
.outbtn a{
	display:block;
	text-align:center;
	height:40px;
	line-height:40px;
	border-radius:5px;
	color:#fff;
}
.bg-out{
	background:#0909b9;
	border:1px #0909b9 solid;
}
.bg-cart{
	background:#b70404;
	border:1px #b70404 solid;
}

.shoppingbox a:hover,
.bg-out:hover,
.bg-cart:hover{
	background:#fff;
}
.shoppingbox a:hover{
	color:#bd840a;
}
.bg-out:hover{
	color:#0909b9;
}
.bg-cart:hover{
	color:#b70404;
}
/*20200721 add side main*/
.sideuseimg_A,.sideuseimg_B,.sideuseimg_C{
	width:100%;
	background:#999;
	text-align: center;
}
.sideuseimg_A{height: 100px;line-height: 100px;}
.sideuseimg_B{height: 200px;line-height: 200px;}
.sideuseimg_C{height: 300px;line-height: 300px;}
.mainuseimg_A,.mainuseimg_B,.mainuseimg_C{
	text-align: center;
	width: 100%;
	color:#fff;
}

.mainuseimg_A{height: 150px;line-height: 150px;background:#999;}
.mainuseimg_B{height: 220px;line-height: 220px;background:#555;}
.mainuseimg_C{height: 250px;line-height: 250px;background:#333;}


.type_side_main{
	width:1000px;
	display: flex;
	margin: 20px auto;
}
.type_side_main aside{
	width: 24%;
}

.type_side_main main{
	width: 74%;
	flex: 1;
	margin-left: 2%;
}

.type_side_main aside .tsm_title{
	border-left: 4px #9c5f13 solid;
	border-bottom: 2px #ca986e solid;
	margin-bottom: 5px;
	padding-left: 5px;
}
.type_side_main main .tsm_title{
	font-size:2em;
	/* text-align:center; */
}
.type_side_main ul{width:100%;margin:0;padding:0;display: flex;flex-wrap: wrap;}
.type_side_main ul li{
    display: inline-block;
}
.type_side_main ul li a{width:100%;display:block;/* border-top: 1px #868686 solid; *//* border: 2px #333 solid; *//* border-left: 1px #333 solid; */}
.type_side_main ul li a:hover{opacity:.8;}
.type_side_main ul li a img{width:100%;display:block;}
.type_side_main ul li a .list_title{
	width:100%;
	position:relative;
	height: 25px;
	padding-top: 5px;
	/* border-bottom: 2px #f6c899 solid; */
	margin-bottom: 5px;
	line-height: 25px;
}
.type_side_main ul li a .list_title span.pos_left{position:absolute;left: 0px;font-weight: bold;width: 70%;border-left: 4px #00aece solid;padding-left: 5px;color: #767676;font-size: 1.5em;}

.type_side_main ul li a .list_title span.pos_right{position:absolute;right: 5px;padding: 0 5px;/* border: 1px #333 solid; */border-radius: 5px;background: #999;/* line-height: 30px; */bottom: 0px;font-weight: bold;color: #fff;}
.type_side_main ul li a .list_title span.pos_right .icon{margin-left: 10px;}
.type_side_main ul li a .list_content{
}
.type_side_main aside ul{}
.type_side_main aside ul li{
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px #dbdbdb dashed;
}
.type_side_main main ul{}
.type_side_main main ul li{
    width: 358px;
    margin-bottom:20px;
    border-top: 1px #c1c1c1 solid;
    padding-top: 20px;
}
.type_side_main main ul li:nth-child(odd){
	margin-right:20px;
}
.type_side_main aside .tsm_title,
.type_side_main ul li a .list_title span.pos_left{color: #777;}
/*main button*/
ul.mainbutton{
	width:100%;
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
}
ul.mainbutton li{
	width:24.25%;
	width:-moz-calc((100% - 3%) / 4);
	width: -webkit-calc((100% - 3%) / 4);
	width:calc((100% - 3%) / 4 - 0);
	margin-right:1%;
	display: block;
	height: 74px;
	/* border: 1px #777 solid; */
	/* overflow: hidden; */
	/* margin-left: -1px; */
}

ul.mainbutton li:last-child{
	margin-right:0;
	margin-left: 0;
}
ul.mainbutton li a{
	display:block;
	text-align:center;
	border: 1px #777 solid;
	/* height: 74px; */
	/* padding: 10px 0 0; */
	color: #777;
	overflow: hidden;
	height: 100%;
}
ul.mainbutton li a i.icon{
	padding-right:5px;
}
ul.mainbutton li a .m-title{
    font-size: 150%;
    margin-top: 10px;
    line-height: 1.6;
	text-overflow: ellipsis;
}
ul.mainbutton li a .m-text{
    font-size: 70%;
    line-height: 1.6;
	text-overflow: ellipsis;
}

ul.mainbutton li.ch-img a{
	padding:0;
}
ul.mainbutton li.ch-img a:hover{
	opacity:.6;
}
ul.mainbutton li a:hover{
	background:#333;
	color:#fff;
}
/*main content*/
.maincontent{
	width:100%;
	margin: 20px auto 0;
	/* height:500px; */
	/* padding: 0 0 20px; */
}
.maincontent-row{
	width:100%;
	padding: 20px 0 0 0;
	*
	overflow:hidden;
	zoom:1;
}
.maincontent-row:after{
	content:"";
	width:0;
	display:table;
	clear:both;
}
.maincontent-row>.m-col{background:#fff;}
.row-one>.m-col{
	width:100%;
}
.row-two>.m-col{
	width:49.5%;
	width:-moz-calc((100% - 1%) / 2);
	width:-webkit-calc((100% - 1%) / 2);
	width:calc((100% - 1%) / 2 - 0);
}
.row-three>.m-col{	
	width:32.666666%;
	width:-moz-calc((100% - 2%) / 3);
	width:-webkit-calc((100% - 2%) / 3);
	width:calc((100% - 2%) / 3 - 0);
}
.row-four>.m-col{
	width:24.25%;
	width:-moz-calc((100% - 3%) / 4);
	width:-webkit-calc((100% - 3%) / 4);
	width:calc((100% - 3%) / 4 - 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}

.row-two>.m-col:last-child,
.row-three>.m-col:last-child,
.row-four>.m-col:last-child{
	margin-right:0;
}
.maincontent-row>.m-col{
	margin-right:1%;
	/* padding: 1% 0; */
	float: left;
	overflow: hidden;
}
.maincontent-row>.m-col:last-child{
	margin-right:0;
}

.active-m-all{
	overflow:hidden;
}
.active-m-all a{display:block;}
.active-m-all a:hover{
    width: 100%;
    height: 100%;
    transition: all 1s;
	transform: scale(1.1);	
}



/*pickup bar*/
.top_lcdbox{
	position:relative;
}
.lcd_leftbox,
.lcd_rightbox{
	padding: 10px;
}
.lcd_leftbox{}
.lcd_rightbox{}
.lcd_leftbox img{}
.lcd_rightbox h2{
    margin: 0;
}
.lcd_rightbox p{
}
.lcd_rightbox a{}
.lcd_rightbox a.btn{
    background: #c8bba9;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    color: #a20000;
    margin-top: 10px;
}
.lcd_rightbox a.btn:hover{
	background:#eedec8;
	color:#d80808;
}
.lcd_logobox{
	position:absolute;
	right: 10px;
	top: -4%;
}



.pickup-title{
    width: 100%;
    text-align: center;
    /* padding-top: 2%; */
    font-size: 150%;
    color: #797979;
}
.pickup-a{}
.pickup-a>ul{
    display: flex;
    flex-wrap: wrap;
}
.pickup-a>ul>li{
    width: 50%;
}
.pickup-a>ul>li>a{
    display: block;
    text-align: center;
    line-height: 0;
    padding: 2%;
}

.pickup-a>ul>li:nth-child(even)>a{
	padding: 1% 2% 1% 1%;
}
.pickup-a>ul>li:nth-child(odd)>a{
	padding: 1% 1% 1% 2%;
}
.pickup-a>ul>li>a>img{
    width: 100%;
}


.pickup-b{}
.pickup-b a{display:block;}
.pickup-b img{width:100%;}
.pickup-b p{}

.pickup-c{}
.pickup-c a{display:block;}

ul.pickup{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
ul.pickup li{
	display:block;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
}
ul.pickup li:nth-child(4n){
	margin-right:0;
}
ul.pickup li:nth-last-child(1),
ul.pickup li:nth-last-child(2),
ul.pickup li:nth-last-child(3),
ul.pickup li:nth-last-child(4){
	margin-bottom:0;
}
ul.pickup li a{
	display:block;
}
ul.pickup li a:hover{
	opacity:.6;
}
ul.pickup li a img{}


/*other box*/
.othercontent-col-2{
	width:49.5%;
	margin-bottom: 1%;
}
.othercontent-col-2 a{
	display:block;
	background: #efefef;
	border:1px #fff solid;
}
.othercontent-col-2 a i.icon{
	top: 40%;
	right:0;
	font-size: 200%;
}

.othercontent-col-2 a:hover{
	background:#f9f9f9;
	border:1px solid #740707;
	color:#740707;
}
._leftbox{
	width:30%;
	float:left;
}
._rightbox{
	width:69%;
	float:right;
	padding: 10px 15px 0 10px;
}
.maincontent-row a{
	display:block;
}
.maincontent-row a:hover,{
	opacity:.8;
}
.row-four .m-col a{}
.row-four .m-col a:hover{
	opacity:.8;
}
/*footer bar*/
.footer{
	width:100%;
	background:#333;
	min-width: 1000px;
}
ul.footer-nav{
	display:block;
	text-align:center;
	background: #dcdcdc;
	/* padding: 5px 0; */
}
ul.footer-nav li{
	display:inline-block;
}
ul.footer-nav li a{
    display: block;
    padding: 5px 10px;
    font-size: 80%;
}
.footer-logo,
.footer-copyright,.footer-other{
	text-align:center;
}
.footer-other{
	color:#fff;
	font-size:80%;
}
.footer-logo{
    width: 200px;
    margin: 0 auto;
    background: #fff;
    /* padding: 0 10px; */
}
.footer-logo a{
	display:block;
	padding: 0 10px;
}
.footer-logo a img{width:100%;}
.footer-copyright{
    color: #fff;
    font-size: 80%;
}
.footer-copyright span{
	color:#fff;
}
/*other style*/
#TopSlider a{display:block;}
.px-1000{width:1000px;/* padding-bottom: 20px; */}
.pt-20{padding-top:20px;}
.pb-20{padding-bottom:20px;}
.ptb-20{padding:20px 0;}
.p-0{padding:0 !important;}
.m-0{margin:0 !important;}
.ptrbl-p-1{padding:1%;border-radius: 5px;}
/*about color*/
.bg-gray{background: #efefef;}
.bg-white{background:#fff;}

/* Placeholder */
.placeholder-h337{
	height:337px;
	overflow:hidden;
}

#loginBox{min-height:72px;}


/*20200108 add msg box*/
.msg_campaign{
	position:fixed;
	bottom:5%;
	right:5%;
	background:#fff;
	border: 1px #333 solid;
	height: 75px;
}
.msg_campaign.close{
	display:none;
}
.msg_campaign a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;    
}
.msg_campaign a.btn-link{padding: 4%;}
.msg_campaign a.btn-close{
    text-align: center;
    height: 100%;
    line-height: 75px;
    border-right: 1px #333 solid;
}

.msg_campaign a.btn-link:hover{
	
}
.msg_campaign a.btn-close:hover{
	background:#999;
	color:#fff;
}
.msg_campaign_row{}
.msg_campaign_row .col{
    height: 100%;
}
.msg_campaign_col-1{width:8.333333%;width:-moz-calc(100% / 12 * 1);width:-webkit-calc(100% / 12 * 1);width:calc(100% / 12 * 1);}
.msg_campaign_col-2{width:16.666667%;width:-moz-calc(100% / 12 * 2);width:-webkit-calc(100% / 12 * 2);width:calc(100% / 12 * 2);}
.msg_campaign_col-3{width:25%;width:-moz-calc(100% / 12 * 3);width:-webkit-calc(100% / 12 * 3);width:calc(100% / 12 * 3);}
.msg_campaign_col-4{width:33.333333%;width:-moz-calc(100% / 12 * 4);width:-webkit-calc(100% / 12 * 4);width:calc(100% / 12 * 4);}
.msg_campaign_col-5{width:41.666667%;width:-moz-calc(100% / 12 * 5);width:-webkit-calc(100% / 12 * 5);width:calc(100% / 12 * 5);}
.msg_campaign_col-6{width:50%;width:-moz-calc(100% / 12 * 6);width:-webkit-calc(100% / 12 * 6);width:calc(100% / 12 * 6);}
.msg_campaign_col-7{width:58.333333%;width:-moz-calc(100% / 12 * 7);width:-webkit-calc(100% / 12 * 7);width:calc(100% / 12 * 7);}
.msg_campaign_col-8{width:66.666667%;width:-moz-calc(100% / 12 * 8);width:-webkit-calc(100% / 12 * 8);width:calc(100% / 12 * 8);}
.msg_campaign_col-9{width:75%;width:-moz-calc(100% / 12 * 9);width:-webkit-calc(100% / 12 * 9);width:calc(100% / 12 * 9);}
.msg_campaign_col-10{width:83.333333%;width:-moz-calc(100% / 12 * 10);width:-webkit-calc(100% / 12 * 10);width:calc(100% / 12 * 10);}
.msg_campaign_col-11{width:91.666667%;width:-moz-calc(100% / 12 * 11);width:-webkit-calc(100% / 12 * 11);width:calc(100% / 12 * 11);}
.msg_campaign_col-12{width:100%;width:-moz-calc(100% / 12 * 12);width:-webkit-calc(100% / 12 * 12);width:calc(100% / 12 * 12);}
.msg_campaign_col-1,.msg_campaign_col-2,.msg_campaign_col-3,.msg_campaign_col-4,.msg_campaign_col-5,.msg_campaign_col-6,.msg_campaign_col-7,.msg_campaign_col-8,.msg_campaign_col-9,.msg_campaign_col-10,.msg_campaign_col-11,.msg_campaign_col-12{float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}

.msg_campaign_btniconbox{}
.msg_campaign_btniconbox i.icon{
}


.indexmain{}
.texttype{}
.texttype .msg_campaign_row a.btn-link{}
.texttype .msg_campaign_row a.btn-close{}
.texttype .msg_campaign_title{
	border-bottom: 1px #333 dashed;
}
.texttype .msg_campaign_title,
.texttype .msg_campaign_txt{
    font-size: .9em;
}

.imgtype{}
.imgtype img{}

/*2019.12.16 menu li add class*/
.navbar ul.nav-row li.row-qa{}
.navbar ul.nav-row li.row-guide{}
.navbar ul.nav-row li.row-postage{}
.navbar ul.nav-row li.row-inquiry{}
.navbar ul.nav-row li.row-cinfo{}
.navbar ul.nav-row li.row-itiosi{}
.navbar ul.nav-row li.row-pinfo{}
.navbar ul.nav-row li.row-easy{}
.navbar ul.nav-row li.row-review{}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 812px) {}
@media screen and (max-width: 736px) {}
@media screen and (max-width: 667px) {}
@media screen and (max-width: 568px) {}
@media screen and (max-width: 414px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}