/*---------------------------------------------
INFORMATION :: STYLE.CSS
*---------------------------------------------*
01 :: + BASE
02 :: + FONT
03 :: + COMMON
04 :: + TOP PAGE
05 :: + WHATSNEW PAGE
06 :: + KYUJIN LIST PAGE
07 :: + KYUJIN DETAIL PAGE
08 :: + SEARCH
09 :: + SLIDER
10 :: + ENTRYFLOW
----------------------------------------------*/

/* 01 :: + BASE
+---------------------------------*/
a {
	-webkit-tap-highlight-color:rgba(24, 122, 235, 0.5);
}
/* 02 :: + FONT
+---------------------------------*/

/* 03 :: + COMMON
+---------------------------------*/
/* header
+-----------------*/
header {
	border-top:solid 3px #187aeb;
}
/* pageTtl
+-----------------*/
#pageTtl h1 {
	border-left:solid 5px #187aeb;
}
/* footer
+-----------------*/
footer {
	background:#187aeb;
}

/* 04 :: + TOP PAGE
+---------------------------------*/
/* whatsNewArea
+-----------------*/
.whatsTtl h1 {
	border-left:solid 5px #187aeb;
}

/* 05 :: + WHATSNEW PAGE
+---------------------------------*/
#whatsNewPage li {
background:url(../../img/color/blue_arrow.png) no-repeat right center,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(80%, #FFF), color-stop(98%, #ececec), color-stop(100%, #FFF));
background:url(../../img/color/blue_arrow.png) no-repeat right center,
-webkit-linear-gradient(top, #FFF 0%, #FFF 80%, #ececec 98%, #FFF 100%);
background:url(../../img/color/blue_arrow.png) no-repeat right center,
linear-gradient(top, #FFF 0%, #FFF 80%, #ececec 98%, #FFF 100%);
	background-size:21px 17px,auto;
}
#whatsNewPage li a:hover {
	background-color:rgba(24, 122, 235, 0.1);
}

/* 06 :: + KYUJIN LIST PAGE
+---------------------------------*/
/* kyuListHyo
+-----------------*/
.kyujinList .kyuListHyo {
	border:solid 6px #cde4ff;
}
/* bt
+-----------------*/
.kyujinList .kyuListBt a.link {
	border:solid 3px #187aeb;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c96fd), color-stop(100%, #187aeb));
background:-webkit-linear-gradient(top, #3c96fd 0%, #187aeb 100%);
background:linear-gradient(top, #3c96fd 0%, #187aeb 100%);
	background-color:#187aeb;
}

/* 07 :: + KYUJIN DETAIL PAGE
+---------------------------------*/
/* icon
+-----------------*/
#kyujinDetailArea .icon {
	border-bottom:solid 6px #cde4ff;
}
/* kyujinDetail
+-----------------*/
.kyujinDetail {
	background:#cde4ff;
}
.kyujinDetail h4 {
	border-left:solid 5px #187aeb;
}

/* 08 :: + SEARCH
+---------------------------------*/
#search .bt a {
background:url(../../img/color/blue_arrow.png) no-repeat right center,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(10%, #FFF), color-stop(49%, #dfdfdf), color-stop(50%, #c9c9c9), color-stop(90%, #e7e7e7), color-stop(100%, #e7e7e7));
background:url(../../img/color/blue_arrow.png) no-repeat right center,
-webkit-linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
background:url(../../img/color/blue_arrow.png) no-repeat right center,
linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
	background-size:21px 17px,auto;
	background-color:#FFF;
}

/* 09 :: + SLIDER
+---------------------------------*/
/*+----------------------+ 
bt
+-----------------------*/
a.nextbtn {
	background:url(../../img/color/blue_next.png) no-repeat left bottom;
	background-size:26px auto;
}
a.backbtn {
	background:url(../../img/color/blue_prev.png) no-repeat left bottom;
	background-size:26px auto;
}
/*+----------------------+ 
bullets
+-----------------------*/
#sliderBullets a {
	background:url(../../img/color/blue_bullets.png) no-repeat left top;
	background-size:9px auto;
}

/* 10 :: + ENTRYFLOW
+---------------------------------*/
/* entryFlowArea
+-----------------*/
/*bt*/
#entryFlowArea #nextBtn a {
	border:solid 3px #187aeb;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c96fd), color-stop(100%, #187aeb));
background:-webkit-linear-gradient(top, #3c96fd 0%, #187aeb 100%);
background:linear-gradient(top, #3c96fd 0%, #187aeb 100%);
	background-color:#187aeb;
}
