@charset "utf-8";
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    font-size: 85%;
    z-index:99;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff !important;
    width: 125px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity:0.6; 
}
#page-top a:hover {
    text-decoration: none !important;
    background: #666;
}
div#shopTop {
width:100%;
text-align:left;
margin:0;
padding:0;
padding-left:2%;
box-sizing: border-box;
color:#333;
/*border-bottom:solid 1px #ccc;*/
}
div#shopTop h1{
font-weight:normal;
font-size:150%;
margin:0;
padding:0;
}
	@media screen and (max-width: 820px){
#shop a {
    font-size: 11px;
}
}
#shop a {
    text-decoration: none;
    font-size: 14px;
}
#shop {
    margin-bottom: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}	

#shop .serch {
	box-sizing: border-box;
	margin: 30px auto 10px;
	/* width: 1024px; */
	text-align: center;
}
#shop .serch ul.search_list {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}
#shop .serch ul.search_list li:nth-child(1) {
	width: 280px;
}
#shop .serch ul.search_list li {
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 1%;
}
#shop .serch ul.search_list li:nth-child(2) {
	max-width: 600px;
	width: 100%;
}
#shop .serch ul.search_list li {
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 1%;
}
#form {
	position: relative;
	padding: 38px;
}
#sbox {
	height: 45px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 600px;
	width: 100%;
	border-radius: 25px;
	border: solid 2px #e0e0e0;
	outline: 0;
	box-sizing: border-box;
	transition: 0.5s all;
}
#sbtn {
	height: 45px;
	position: absolute;
	right: -20px;
	top: 0;
	background: #ee0000;
	color: #fff;
	border: none;
	font-size: 20px;
	border-radius: 0 25px 25px 0;
	box-sizing: border-box;
	padding: 0 30px;
	transition: 0.5s all;
}
#shop a {
	text-decoration: none;
	font-size: 14px;
}	
#shop .shop_info ul {
	box-sizing: border-box;
	padding: 0;
	margin: 5px auto;
	text-align: center;
}
#shop .shop_info li {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	paddong: 10px 0;
}
#shop .shop_info li:after {
	content: '・';
}
#shop .shop_info li:last-child:after {
	content: none;
}
#shop .serch {
	box-sizing: border-box;
	margin: 30px auto 10px;
	/*width: 1024px;*/
	text-align: center;
}
#shop .serch li {
	vertical-align: middle;
	display: inline-block;
}
ul.keyword {
	width: 100%;
}
ul.keyword li {
	display: inline-block;
	margin: 0 10px 0 0;
}
/*左右*/
div#all {
	display: table;
	margin: 0 auto;
	width: 1024px;
	padding: 0;
}
div#left, div#right {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
div#left {
	width: 200px;
}
	
div#right {
	width: 824px;
}
	
#shop .shop_info {
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	background: #ee0000;
}

#shop .shop_info li {
	padding: 2px 5px;
}
	
#shop .shop_info li::after {
	content: '';
}
	
#shop .shop_info a {
	color: #fff;
}
	
ul.keyword {
	padding: 0;
	margin-bottom: 20px;
}
ul.keyword a {
	color: #0416A3;
}
@media screen and (max-width:1024px) {
.keyword {
	display: none;
}
#shop .serch ul.search_list {
	width: 100%;
}
#shop .serch ul.search_list li {
	display: block;
}
#shop .serch ul.search_list li:nth-child(1) {
	width: 100%;
}
#shop .serch ul.search_list li:nth-child(1) img {
	margin: 0 auto 20px!important;
}
#shop .serch ul.search_list li:nth-child(2) {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2%;
}
#sbtn {
	right: 0;
}
}
@media screen and (max-width:820px) {
#shop .shop_info {
	width:660px;
}
#shop a {
	font-size: 11px;	
}
}

/***************** root ********************/
#wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  color: #333;
  height: auto;
  font-size: 14px;
  line-height: 1.8 !important;
  box-sizing: border-box;
}
#wrap * {
  box-sizing: border-box;
 word-break: break-all;
}

#wrap a{
	text-decoration: none
}
#wrap a:hover {
  opacity: .5;
}
#wrap_bg {
  width: 100%;
  text-align: left;
  background: #f9f9f9;
  vertical-align: inherit;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 4%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#lightbox {
  display:none;
}

.item_0_sale,
.item_1_sale {
	background:#FFF;
	margin-top: 10px;
}

.saleitem_icon img {
    max-width: 65px;
    height: auto;
}

.item_0_sale div.saleitem_coment {
	border: none;
}

.item_1_sale div.saleitem_coment div.saleitem_coment2 {
	border: none;
}

.item_1_sale div.saleitem_coment {
	border: none;
}

ul.sale_list p a:visited span{
color:#551a8b;
}

#wrap .item_1_sale li.sale_item {
	margin-bottom: 20px;
}

#JGood {
	margin-top: 0 !important;
}

.stock2 {
	display:none!important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width:640px) {
#select_search_box option {
  font-size:10px!important;
}
#select_search_box input {
  font-size:12px!important;
}
}

-->
</style><style type="text/css"><!--
@media screen and (min-width: 1001px) {
#header #mainheader .leftbox .h_logo{
    width: 250px !important;
}
#f_subnavibox .leftbox {
width: 20%;
max-width: 200px !important;
}
}
--></style><style type="text/css">
<!--

@charset "utf-8";
/* CSS Document */

/* clearfix */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.mgb50 {
	margin-bottom:50px !important;
}
.mgb20 {
	margin-bottom:20px !important;
}


.img_sp {
  display:none;
}


#ene ul {
  display:table;
}

#ene ul li {
  width:50%;
  padding:0 2%;
  box-sizing:border-box;
  display:table-cell;
}


.item_1_sale div.saleitem_coment div.saleitem_coment2 {
  border:none!important;
}

/***************** root ********************/


#wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding:20px 0;
	color: #333;
	height:auto;
	font-size: 14px;
	line-height:1.8 !important;
 	box-sizing:border-box;
}

#wrap_bg {
	width:100%;
	text-align:left;
	background: #f9f9f9;
	vertical-align:inherit;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap article {
	max-width:1000px;
	margin:0 auto;
	padding:30px 4%;
	background: #fff;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
	font-size:16px;	
	letter-spacing:0.5px;
}
#title {
	margin-bottom:30px;	
}

#title h1 {
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #d0d0d0;
}

#title p {
	text-align:center;
	font-size:12px;
		margin:10px 0;
	background-color: #eee;
	    line-height: 0;
}

#title p.day-txt{
	background-color: transparent;
	text-align: right;
}

#title p img {
	width:100%;
	height:auto;
	display:inline-block;
	max-width: 500px;
}

#intro {
	margin-bottom:30px;
}

#intro p {
	text-indent:1em;
}

#wrap nav {
	padding:0 4%;
	margin-bottom:50px;
}

#wrap nav p {
	width:100%;
	box-sizing:border-box;
	border:1px solid #d0d0d0;
	text-align:center;
	padding:3px 4%;
	margin-bottom:10px;
	font-weight:bold;
}

#wrap nav a {
	display:block;
	padding:3px 0;
	margin-bottom:3px;
}

#wrap nav ul {
	width:50%;
	float:left;	
	
}

#wrap h2 {
	background:#4f4f54;
	color:#fff;
	text-indent:1.4em;
	padding:10px 0;
	font-size:24px;
	margin-bottom:30px;
	letter-spacing:0.5px;
	position:relative;
}

#wrap h2:after {
	position: absolute;
	content: " ";
	display: block;
	top:0;
	bottom:0;
	margin:auto 0;
	left:12px;
	width:3px;
	height:20px;
	background:#FF6;
}

#wrap h3 {
	color:#009900;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:2px solid #d0d0d0;
	position: relative;
}

#wrap h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 2px solid #009900;
	bottom: -2px;
	width: 20%;
}

p.contents_img,p.contents_img1 {
  box-sizing:border-box;
  margin:0 auto 20px;
	box-shadow:1px 1px 3px #aaa;
text-align:center;
}

p.contents_img img,p.contents_img1 img  {
	width:100%;
	height:auto;
	display:block;
  margin:0 auto;
}

p.contents_img b,p.contents_img1 b{
text-align:center;}

p.contents_text {
	margin-bottom:20px;
	text-indent:1em;
}

p.contents_text a {
text-decoration: underline;
}


p.brand_img img {
	max-width:140px;
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}

p.brand_text {
	margin-bottom:50px;
         text-indent:1em;
}




#wrap aside {
	width:260px;
	float:right;
}

#wrap #report { 
	background:#fff;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
	box-sizing:border-box;
	padding:10px;
	line-height:1.6 !important;
}

#wrap h6 {
	font-size:14px;
	color:#fff;
	background:#00a1f1;
	text-align:center;
	padding:3px 0;
	margin-bottom:20px;
}

#wrap #report span a {
	display:block;
         font-size:12px;
}

#wrap #report_btn a {
	text-align:center;
	padding:3px 0;
	color:#00a1f1;
	text-decoration:none;
	display:block;
	box-sizing:border-box;
	border:1px solid #00a1f1;
}

#wrap #report_btn a:hover {
	color:#fff;
	background:#00a1f1;
}

#wrap aside #report span {
	max-width:300px;	
/*	display:block !important;*/
	margin-bottom:20px;
}

#wrap aside #report rep_nobr {
  float:right;
}

#wrap aside #report span:nth-child(n+9) {
	display:none !important;
}

#wrap aside #report span .fsM {
	font-size:12px;
}

#wrap aside #report span .fsM img {
	display:inline-block !important;
}

#wrap aside #report div {
	width:100% !important;
	height:auto !important;
}
	
#wrap aside #report span div {
	margin:0 !important;
	padding:0 !important;
	display:block !important;
}


#wrap aside #report img.lazy {
	max-width:75px;
	height:auto;
	display:block;
	margin:5px 10px 5px 0;
	float:left;
}

#wrap aside #report span div:last-child {
	clear:both;	
}#wrap #other_menu { 
	background:#fff;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
	padding:10px;
	line-height:1.6 !important;
}

#wrap #bnr { 
	background:#fff;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
	box-sizing:border-box;
	padding:10px;
	line-height:1.6 !important;
         margin-bottom:30px;
}

#wrap #bnr table {
	max-width:200px;
	margin:0 auto;
}

#toku_table table {
	width:100%;
	max-width:960px;
	margin:20px auto 0;
}


#wrap .rankA,
#wrap .rankB {
	margin:50px auto 30px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	border:1px solid #4f4f4f;
}


#wrap .item_coment {
	padding:10px;
	font-size:14px;
}

#wrap .rank01 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #ff4500;
}

#wrap .rank01 span {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 16px;
	background: #ff4500;
	color: #ffffff;
	font-weight: bold;
	 border-radius: 5px 5px 0 0;
}

#wrap .rank02 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #62c1ce;
}

#wrap .rank02 span {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 16px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

#wrap .rank03 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #c0c0c0;
}

#wrap .rank03 span {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 16px;
	background: #c0c0c0;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

#wrap a.link_btn {
	display:block;
	background:#009e96;
	max-width:600px;
	padding:5px 0;
	color:#fff;
	text-align:center;
	margin:0 auto 30px;
	font-size:14px;
	border-radius:8px;
text-decoration: none;
}

#wrap a.link_btn:hover {
	opacity:0.7;
text-decoration: none;
}

#wrap aside #report span.item { display:none; }#wrap .item_link {
  margin-bottom:30px;
}

#wrap .item_link p {
  font-size:16px;
  border-bottom:1px dashed #202020;
  margin-bottom:10px;
  text-align:center;
}

#wrap .item_link ul {
  text-align:center;
  margin-bottom:20px;
}

#wrap .item_link ul li {
  width:100%;
  max-width:200px;
  display:inline-block;
  border-radius: 8px;
  margin-bottom:10px;
}

#wrap .item_link ul li a {
  display:block;
  margin:0 auto;
  background: #009e96;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
}

#wrap .item_link ul li a:hover {
  opacity:0.7;
}

#wrap ul.img2{
box-sizing: border-box;
    margin: 0 auto 50px;
    box-shadow: 1px 1px 3px #aaa;
}

#wrap .img2 li{
display:table-cell;
width:50%;
text-align:center;
padding:1em;
}

#wrap .img2 li p{
text-align:left;
}

#wrap ul.img3{
box-sizing: border-box;
    margin: 0 auto 20px;
    box-shadow: 1px 1px 3px #aaa;
}
#wrap .img3 li{
display:table-cell;
width:28%;
text-align:center;
padding:1em;
}

#wrap .img3 li p{
text-align:left;
}

#wrap ul.img4{
box-sizing: border-box;
    margin: 0 auto 20px;
    box-shadow: 1px 1px 3px #aaa;
}
#wrap .img4 li{
display:table-cell;
min-width:25%;
width:25%;
text-align:center;
/*padding:1em;*/
}

#wrap .img4 li .itemlink{
padding:0;
}

#wrap .img4 li p{
text-align:left;
padding:1em;
}

#wrap .img4 li img{
max-width: 100%;
}
@media screen and (min-width:951px) {
.scroll{
display: inline-block;
}
}
.scroll{
overflow: auto;
white-space: nowrap;
margin-bottom:50px!important;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}@media screen and (max-width:1320px) {


#wrap article {
	max-width:1000px;
	margin:0 auto;
	padding:30px 4%;
	background: #fff;
	float:none;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
	font-size:14px;	
	letter-spacing:0.5px;
display:block;
}

#wrap #bnr {
	display:none; 
}

#wrap aside {
	width:100%;
	max-width:1000px;
	margin:20px auto;
	box-sizing:border-box;
	float:none;
}

#wrap aside #report section:nth-child(n+6) {
	display:none !important;
}

#wrap aside #report span {
/*  max-width:680px;*/
  margin:0 auto;
}

p.contents_img {
	max-width:300px;
	float:left;	
	margin:0 20px 20px 0;
	box-shadow:1px 1px 3px #aaa;
}



}
@media screen and (max-width:950px) {
.img_sp {
  display:block;
}

.img_pc {
  display:none;
}

#ene ul {
  display:block;
}

#ene ul li {
  width:100%;
  padding:0 2%;
  box-sizing:border-box;
  display:block;
  margin-bottom:10px;
}

#ene ul li img {
  margin:0 auto;
}

#wrap article {
	max-width:1000px;
	margin:0 auto;
	padding:10px 4%;
	background: #fff;
	float:none;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
	font-size:14px;	
	letter-spacing:0.5px;
display:block;
}

#title h1 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #d0d0d0;
}
#wrap nav ul {
	width:100%;
	float:none;	
	
}
#wrap h2 {
	background:#4f4f54;
	color:#fff;
	text-indent:1.4em;
	padding:5px 0;
	font-size:14px;
	margin-bottom:30px;
	letter-spacing:0.5px;
	position:relative;
}

#wrap h2:after {
	position: absolute;
	content: " ";
	display: block;
	top:0;
	bottom:0;
	margin:auto 0;
	left:12px;
	width:3px;
	height:16px;
	background:#FF6;
}

#wrap h3 {
	color:#009900;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:2px solid #d0d0d0;
	position: relative;
}

#wrap h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 2px solid #009900;
	bottom: -2px;
	width: 20%;
}

p.contents_img {
	max-width:270px;
	float:none;	
	margin:0 auto 10px;
	box-shadow:1px 1px 3px #aaa;
}
#wrap .rankA,
#wrap .rankB {
	margin:40px auto 20px;
	padding:8px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border:1px solid #4f4f4f;
}

p.contents_img2 img {
	width:100%;
	height:auto;
	display:block;
  margin:0 auto;
}

#wrap .img2 li {
    display: block;
    width: 100%;
    text-align: center;
padding:0.5em;
max-width: -moz-available;
}


#wrap .img3 li {
    display: block;
    width: 100%;
    text-align: center;
padding:0.5em;
max-width: -moz-available;


}

#wrap .img4 li {
    display: block;
    width: 100%;
    text-align: center;
padding:0.5em;
max-width: -moz-available;
}

#wrap .img2 li p{
padding: 0 1em;
    margin-bottom: 1em;}

#wrap .img3 li p{
padding: 0 1em;
    margin-bottom: 1em;}

#wrap .img4 li p{
padding: 0 1em;
    margin-bottom: 1em;}

#wrap .img2 li img {
    max-width: 95%;
    text-align: center;
}

#wrap .img3 li img {
    max-width: 100%;
    text-align: center;
}

#wrap .img4 li img {
    max-width: 100%;
    text-align: center;
}


p.contents_img{
max-width: 270px;
float: none;
margin: 0 auto 10px;
box-shadow: 1px 1px 3px #aaa;
}

.fixed{
over-flow:hidden;

}
}table.hyou,table.hyou td,table.hyou tr{
 border-collapse: collapse;
 border:solid 1px #ccc;
}

table.hyou{
width:95%;
margin:10px auto 2px auto;
}


table.hyou td{
 padding:5px;
/* text-align:center;*/
 vertical-align:middle;
}

table.hyou thead{
    text-align: center;
}

#left-menu #menu li a{
box-sizing: border-box;
width:98% !important;
}

#wrap aside #other_menu #left-menu #menu ul h1{
border:none;
background:#333;
color:#fff;
box-sizing: border-box;
width:98% !important;
padding:5px;
}#item_go .btn1{
    box-sizing: border-box;
    margin:20px auto 10px;
}

#item_go .btn1 a{
    box-sizing: border-box;
    background-color: #3eb134;
    max-width: 800px;
    width: 90%;

    display: block;
    font-weight: bold;
    color: #FFFFFF;
    padding:10px;
    text-align: center;
    margin:0px auto;
}

#main {
	clear: left;
	padding: 5px 0px 0px 10px;
	width:850px;
}

#page {
	margin: 0px;
	padding: 0px 10px 20px;
	}

#main ul{
	margin:0px;
	padding:0px;
	}

#tab li {
	float: left;
	background: #eee;
	margin-right:2px;
	list-style: none;
	}

#tab li .tab_coener {
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/dist.joshinweb.jp/contents/top/1306_part/tab_corner.png) top right no-repeat;
	padding:15px;
	width:160px;
	list-style: none;
	cursor: pointer;
	margin:0px;
	text-align:center;
	}


#tab li.select {
	background:#0055aa;
	color:#FFFFFF;
	font-weight:bold;
	}
	

.line{
	  clear: left;
	width:850px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	}


.contents table.wd_90{
width:90%;
margin:auto;
}

.contents table.wd_90,.contents table.wd_90 tr,.contents table.wd_90 td,.contents table.wd_60,.contents table.wd_60 tr,.contents table.wd_60 td{
    border-collapse: collapse;
    border:1px solid #cccccc;
    }

.contents table.wd_60 td,.contents table.wd_90 td{
padding:5px;
}

.contents table.wd_60 td img{
width:15px !important;
height:15px !important;
}
.contents table.wd_60{
width:60%;
margin:auto;
}	




table.hyou,table.hyou tr,table.hyou td,table.hyou th{
    border-collapse: collapse;
    border:1px solid #cccccc;
    }
table.hyou td,table.hyou th{
padding:5px;
}@media screen and (max-width: 767px) {

#left-menu #menu li#under a,
#left-menu #menu ul,#left-menu #menu li a{
width:98% !important;
max-width:98% !important;
}
ul.flow li img.construct{
width:100%;
max-width:120px;
height:auto;
}


ul.flow li img{
height:50px;
margin:0;
}


}.contents_imgonly img{
width:100%;
max-width:860px;
}@media screen and (max-width: 767px) {/*相互リンクタブ　スマホ*/

#tab li {
	box-sizing: border-box;
	float: none;
	background: #eee;
	margin:.5% auto;
	list-style: none;
	width:48%;
	padding:0;
	vertical-align:top;
	display:inline-block;
	}
#tab li a{
	box-sizing: border-box;
	display:block;
	width:100%;
	padding:5px;
}
#tab li .tab_coener {
	background:none;
	padding:0;
	width:auto;
	margin:0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	}
#tab li.select{
	padding:5px;
}
#tab li .tab_coener br,#tab li .tab_coener span{
display:none;
}
}
.mdl-ttl{
	text-align: center;
}


	#wrap .scroll{
	    white-space: normal;
	}

