	/* for [Event, Skill index.php] page*/
.char_ban div {
	font-size:32px;
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	padding: 25px 0;
}
.char_ban div::before,
.char_ban div::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.char_ban div,
.char_ban div::before,
.char_ban div::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.char_ban div:hover {
	color: #fff;
}
.char_ban div::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.char_ban div:hover::after {
	background: -webkit-linear-gradient(#FF8C00, #FFC800); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF8C00, #FFC800); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF8C00, #FFC800); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF8C00, #FFC800); /* Standard syntax (must be last) */
	-webkit-transform: scale(1);
	transform: scale(1);
}
.char_ban_small div {font-size:23px;}
 	/* for [Event, Skill index.php] page until here*/

	/* for [link] page DD and SR button*/
div.abstract_button {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 1px;
}
div.abstract_button::before,
div.abstract_button::after {
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: -1;
	display: block;
	content: '';
	width: 50px;
	height: 20px;
	border-radius: 4px;
}
div.abstract_button::before {
	height: 48px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
#abstract_button_dd {
	background-color: #f56778;
	background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
	background-image: linear-gradient(to bottom, #f997b0, #f56778);
	text-shadow: 0px 1px 0px #f56778;
}
#abstract_button_sr {
	background-color: #59b1eb;
	background-image: -webkit-linear-gradient(top, #86C1E8, #59b1eb);
	background-image: linear-gradient(to bottom, #86C1E8, #59b1eb);
	text-shadow: 0px 1px 0px #59b1eb;
}
#abstract_button_dd::after {
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;}
#abstract_button_sr::after {
	border: 1px solid #0E83D1;
	border-bottom: 1px solid #1469A2;}

		/* button settings */
.button {
	display: inline-block;
 	width: 177px;
 	height: auto;
	text-align: center;
	text-decoration: none;
/* 	line-height: 30px;
 */	outline: none;
	color: #fff;
 	border-radius: 4px;
	padding:0 15px;
	margin:1px 0;
	background-color: #333;
	border: 2px solid #333;
	;}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;}
a.button:link, a.button:visited {color: #fff;} 
a.button:hover {	color: #59b1eb;}
	/* for [link] page DD and SR button until here*/

	/* for [about] button link*/
.about_link a.button {
	padding:10px 0;
 	height: 50px;
	width: 33%;
	min-width: 290px;}	
	/* for [about] until here*/

.skill_outer div.abstract_button {
	width: 75px;
	height: 20px;
	}


	/* For Tablet
	--------------*/
@media screen and (max-width: 1023px){

.char_ban div {font-size: 24px;}
.char_ban_small div {font-size: 18px;}

}


	/* For Smartphone
	--------------*/
@media screen and (max-width: 640px){

.char_ban div {width: 96%;}


}