.info_view h1 {
	font-size: 250%;
	display: block;
}
.menu_list a.tr .td h2 {
	font-size: 3em;
}
.menu_list .registTable a.tr .td {
	vertical-align: middle;
	padding-right: 80px;
}
.pa_img {
	text-align: center;
	padding: 10px 0px 10px;
	width:100%;
}
.pa_img img {
	margin: 20px;
}
.pa_table {
	border: solid 1px #333;
	width: 90%;
	margin: 0px auto 20px;
}
.pa_table th,
.pa_table td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-left: solid 1px #333;
}
.pa_table tr {
	border-top: dotted 1px #333;
}
.pa_table tr:first-child {
	border-bottom: solid 1px #333;
}
a.linkSupport {
	color: #87898A;
	display: block;
	float: left;
	margin-right: 20px;
}
.link_arrow {
	 background: url("/global/images/icon_arrow_b.png") right bottom no-repeat;
	 display: block;
	 float: right;
	 margin-left: 5px;
	 width: 6px;
	 height: 16px;
}
.table{
	display:table;
	width:100%;
}
.tr{
	display:table-row;
	text-decoration:none;
	color:#0c1313;
}
a.tr{
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
a.tr img{
	vertical-align:middle;
}
a.tr.big{
	background-image:url("/global/images/icon_arrow_big.png");
	background-position:96.75% center;
	background-repeat:no-repeat;
}
a.tr:hover{
	background-color:#f3f3f3;
}
.td, .th{
	display:table-cell;
	padding:15px 20px;
	text-decoration:none;
	border-bottom:solid 1px #e7e7e7;
	vertical-align:middle;
	max-width:140px;
	overflow: hidden;
}
#bonusware_sort{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:30px 30px;
}
@media only screen and (max-width: 1000px){
	#bonusware_sort{
		padding:30px 30px;
	}
	#bonusware_contents_inner {
		padding: 30px;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px){
	#bonusware_sort{
		padding:60px 60px
	}
	#bonusware_contents_inner {
		padding: 60px;
	}
}
@media only screen and (min-width: 1201px){
	#bonusware_sort{
		padding:60px 100px
	}
	#bonusware_contents_inner {
		padding: 60px 100px;
	}
}
.info_view p{color:#000;margin:0 !important}

#bonusware_sort {
	background:#F2F2F2;
}
#bonusware_sort ul {
	list-style-type:none;
	clear:both;
}
#bonusware_sort ul li{
	padding: 6px 22px;
	float: left;
	cursor:pointer;
}
#bonusware_sort ul li.on{
	background:url(http://www.korg.live/jp/features/artists/images/icon_li_on.jpg) 0px 6px no-repeat;
}
#bonusware_sort ul li.off{
	background:url(http://www.korg.live/jp/features/artists/images/icon_li_off.jpg) 0px 6px no-repeat;
}
#bonusware_contents {
	padding-bottom:50px;
}

#bonusware_list > a{
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	width:100%;
	padding:30px 20px;
	font-size:150%;
	text-decoration:none;
	color:#0d1314;
	background-image:url(/global/images/icon_closed.png);
	background-position: 97% center;
	background-repeat:no-repeat;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
#bonusware_list > a:active,
#bonusware_list > a:focus{
	-moz-outline-style: none;
	outline: none;
}
#bonusware_list > a.opened{
	background-image:url(/global/images/icon_opened.png);
}
#bonusware_list > a.closed:hover{
	background-color:#f3f3f3;
}
#bonusware_list > a.opened:hover{
	background-color:#f3f3f3;;
}
#bonusware_list > a .nbCases{
	color:#87898a;
	font-size:60%;
	margin-left:20px;
}
#country_ir #bonusware_list > a .nbCases {
    margin-right: 6%;
}
#bonusware_list > div{
	overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	height: 0px;
}
.info_view p {
	padding:0px;
}

.info_view h3{
	padding-bottom: 10px;
	font-size: 1.4em;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.menu_list a:hover {
	opacity: 0.75;
}
.tile_item {
	height: 195px;
	overflow: hidden;
	display: table;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px 30px;
	padding-left:150px;
	padding-right:40px;
	box-sizing:border-box;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	border-bottom: solid 1px #E7E7E7;
	width: 100%;
}
.tile_item:nth-last-child(1){
	border-bottom: none;
}
.tile_item h2 {
	display: table-cell;
	vertical-align: middle;
	color: #0F1416;
	font-size: 2.4em;
	background-image:url("/global/images/icon_arrow_big.png");
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 30px;
}
#tile_products {
	background-image:url(/global/images/features/arrangers/icon_products.png);
}
#tile_tutorials {
	background-image:url(/global/images/features/arrangers/icon_tutorials.png);
}
#tile_bonusware {
	background-image:url(/global/images/features/arrangers/icon_bonusware.png);
}
#tile_schematics {
	background-image:url(/global/images/features/arrangers/icon_schematics.png);
}
#tile_pashop {
	background-image:url(/global/images/features/arrangers/icon_pashop.png);
}
#tile_dl {
	background-image:url(/global/images/features/arrangers/icon_dl.png);
}



/* showCat */
.singleCatList {
	border-bottom: solid 1px #E7E7E7;
	overflow: hidden;
}
.singleCatList h3 a {
	width: 95%;
	display: block;
	padding: 30px 5% 30px 0px;
	text-decoration: none;
	background-image: url(/global/images/icon_closed.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.catListInside {
	height: 0;
	overflow: hidden;
}

.insideContents {
	padding: 30px 2%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.com_contents p {
	padding-left: 30px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.catListInside ul {
	padding-left:50px;
	list-style-type: decimal;
	padding-bottom: 30px;
}
.catListInside ul li {
	width:100%;
	box-sizing:border-box;
	float: none;
	display: list-item;
	line-height: 1.6em;
}
