@charset "Shift_JIS";

/* ------------------------------
 ■■ CSS for SankyoAlumi ■■
------------------------------ */
p.info{
	margin:20px 0;
	font-weight:bold;
	color:#f30;
	font-size:120%;
}
.mgb-lg {
  margin-bottom: 3em !important;
}
.mgb-md {
  margin-bottom: 2em !important;
}
.mgb-sm {
  margin-bottom: 1em !important;
}

@media screen and (min-width: 641px), print {

/*　見出し　*/
.heading_left-gray {
	margin-bottom: 14px;
	padding: 16px 14px 12px 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #FFF;
	background: #595959 url(../common2/images/square_gray_11x11.gif) no-repeat 20px 20px;
}

#contents_wrapper ul.list {
	display: block;
	width: 100%;
	/*margin: 6px 0 0;*/
	margin: 10px;
}

#contents_wrapper ul.list:after {
	content: "";
	display: block;
	clear: both;
}

#contents_wrapper ul.list li {
    float: inherit;
	/*width: 256px;*/
    margin-right: 0;
	/*margin-bottom: 2px;*/
	margin-bottom: 10px;
	padding: 0 0 0 23px;
	line-height: 20px;
	background-image: url(../common2/images/round_arrow_green_12x12.png);
	background-position: 1px 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#contents_wrapper .download .dl_data {
	padding: 0 2px 2px 0;
	background: url(../common2/images/box_shadow.png) no-repeat right bottom;
}

#contents_wrapper .download .dl_data .dl_wrap {
	padding: 25px 23px 25px 25px;
	background: #fff;
}

#contents_wrapper .download .dl_data .inner {
	width: 915px;
	margin-left: 5px;
}

/* ------------------------------
	cataloglist
------------------------------ */
.cataloglist_table {
	border: 1px solid #999;
    /*margin-bottom: 40px;*/
    width: 100%;
}

.cataloglist_table th{
	text-align: center;
    font-weight: bold;
	background-color:#039;
	color:#FFFFFF;
}

.cataloglist_table th,
.cataloglist_table td{
    padding: 14px 10px;
    vertical-align: middle;
	border: 1px solid #999;
}
  .table_wrap .slide_icon {
    	display: none;
  }
}



@media screen and (max-width: 640px){
#contents_wrapper .dl_data .inner {
		margin: 0 12px;
	}
#contents_wrapper ul.list {
	display: block;
	width: 100%;
	margin: 6px;
}

#contents_wrapper ul.list:after {
	content: "";
	display: block;
	clear: both;
}

#contents_wrapper ul.list li {
    float: inherit;
    margin-right: 0;
	padding: 0 0 0 23px;
	line-height: 20px;
	background-image: url(../common2/images/round_arrow_green_12x12.png);
	background-position: 1px 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}
	
/* ------------------------------
	cataloglist
------------------------------ */
.table_wrap {
    overflow-x: auto;
    position: relative;
	white-space: nowrap;
  }
  
  .table_wrap::-webkit-scrollbar {
    height: 2px;
  }
  
  .table_wrap::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }
  
  .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
	
.cataloglist_table {
	border: 1px solid #999;
    width: 100%;
}

.cataloglist_table th{
	text-align: center;
    font-weight: bold;
	background-color:#039;
	color:#FFFFFF;
}

.cataloglist_table th,
.cataloglist_table td{
    padding: 10px;
    vertical-align: middle;
	border: 1px solid #999;
}
}
  