/*
* Nova HTML Template v 1.2
*
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/
html,body{
    height:100%;
    min-width: 1080px;
    /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;*/
    font-family: Verdana, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', "ＭＳ Ｐゴシック", sans-serif;
}

body {
	line-height: 1;
	color: #51565b;
	/* background: #f1f1f1 url(../images/bg/patterns/noise.png); */
	background: #f1f1f1 url(../images/bg/patterns/nice_snow.png);
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:  100%;
}
#wrap{
    width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}
.wrapper{
	width: 1076px;
	margin: 0px auto;
	position: relative;
}

#header{
	height: 42px;
	position: relative;
	z-index: 10;
	background: #005f3b url(../images/header-glow.png) top center no-repeat;
}


#main{
	width: 100%;
    /*padding-bottom:150px;*/ /*フッターの高さと同じ*/
    padding-bottom:50px;
}

#content{
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5em;
}

#logo{
	position: absolute;
	top: 35px;
	left: 30px;
}

#content a{
	color: #37b2d1;
}

#content p{
	margin-bottom: 20px;
}

#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* HEADLINE ------------------------------------------------------------*/

#headline{
	position: relative;
	width: 946px;
	margin: 20px auto 50px auto;
}

#headline>span.main{
	display: block;
	margin-right: 170px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, 'メイリオ', sans-serif;
	font-size: 26px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffffffff');
}

#headline>span.sub{
	display: block;
	margin-right: 170px;
	font-size: 18px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffffffff');
}

#headline #link{
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
}

/* MENU ------------------------------------------------------------*/

#menu{
	width: 100%;
/* 	padding-top: 1px; */
	margin-bottom: 0px;
	border-top-style: solid;
  border-top-color: rgb(255,174,170);
  border-top-width: thin;
/*
	background: #f858ef; 
	background: -webkit-gradient(linear, left top, right bottom, from(#f858ef), to(#ffe413)); 
	background: -moz-linear-gradient(left,  #f858ef,  #ffe413);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f858ef', endColorstr='#ffe413', GradientType=1);
*/
}

#menu-holder{
	width: 100%;
	height: 79px;
	background:  url(../images/menu-bg.png) repeat-x;
}

/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
	height: 79px;
	width: 946px;
}

#nav>li{
	display: block;
	float: left;
	height: 100%;
	margin-right: 32px;
}

#nav>li:first-child{}

#nav>li>a{
	display: block;
	font-size: 16px;
	color: #bac0c9;
	text-decoration: none;
	margin-top: 20px;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
	/* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bf000000', endColorstr='#bf000000');*/

}

#nav>li>a>span.subheader{
	display: block;
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	margin-top: 10px;
}

#nav>li.current-menu-item{
	background: url(../images/menu-arrow.png) no-repeat center bottom;
}


#nav>li:hover>a{
	color: #fff;
}

/* sub navigation */

#nav>li ul{
	display: block;
	margin-top: 33px;
	background: #1d2023;
	border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
}

#nav>li>ul ul{
	margin-top: 0px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#nav>li ul li a{
	display: block;
	padding: 10px 15px;
	display: block;
	font-size: 11px;
	color: #bac0c9;
	text-decoration: none;
}

#nav>li ul li a span{
	display: block;
}

#nav>li ul li a:hover{
	background: #000;
	color: #fff;
}

#nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}


/* breadcrumbs --------------------------------------------------------*/

#header #breadcrumbs{
	position: absolute;
	bottom: 11px;
	left: 30px;
	font-style: italic;
	color: #999;
	font-size: 10px;
}

#header #breadcrumbs a{
	color: #bfbdbd;
	text-decoration: none;
	background: url(../images/breadcrumb-slash.png) no-repeat top right;
	padding-right: 14px;
}

/* TITLE --------------------------------------------------------*/

#page-title{
	overflow: hidden;
	height: 103px;
	margin-bottom: 30px;
	background:  url(../images/tabs-divider.png) repeat-x bottom center;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#page-title-tab{
    overflow: hidden;
    height: 153px;
    margin-bottom: 30px;
    background:  url(../images/tabs-divider.png) repeat-x bottom center;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
}
#page-title .title{
	display: block;
	float: left;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, 'メイリオ', sans-serif;
	font-size: 40px;
	line-height: 103px;
	margin-left: 30px;
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	margin-top: 4px;
	line-height: 103px;
	color: #929191;
	font-style: italic;	
}

#page-title .tabtitle{
    display: block;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    margin-top: 4px;
}




/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, 'メイリオ', sans-serif;
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-two,
.two-third,
.three-fourth,
.one-fourth,
.one-fourth-2,
.one-fifth,
.one-sixth{
	float:left;
	margin-right:30px;
	position:relative;
}

.one-half{ width: 438px; }

.one-third{ width: 282px; }

.one-fourth{ width: 204px; }

.one-fourth-2{ width: 152px; }

.one-fifth{ width: 102px; }

.one-sixth{ width: 82px; }

.two-two{ width: 500px; }

.two-third{ width: 594px; }

.three-fourth{ width: 672px; }

.last {
	clear:right;
	margin-right:0 !important;
}



/* SEARCH --------------------------------------------------------*/

.top-search{
	position: absolute;
	top:47px;
	right: 30px;
}

#searchform #s{
	color: #7e7e7e;
	font-size: 10px;
	width: 180px;
	height: 28px;
	padding: 0px 35px 0px 10px;
	border: 0;
	background: url(../images/search.png) no-repeat transparent;
}

#searchform #searchsubmit{
	position: absolute; 
	top: 0px;
	right: 10px;
	width: 30px;
	height: 25px;
	border: 0px;
	background: transparent;
}


/* FILTER --------------------------------------------------------*/

#content .filter{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#content .filter li{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#f1f1f1)); 
	background: -moz-linear-gradient(top,  #d1d1d1,  #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#f1f1f1', GradientType=0);
	border-top: 1px solid #bcbcbc;
}


#content .filter li a{	
	display: block;
	color: #606060;
	text-decoration: none;
	width: 100%;
	height: 100%;
}


#content .filter li:first-child:hover{
	background: none;
}

#content .filter li.active,
#content .filter li:hover{
	background: #000;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
}

#content .filter li:hover a,
#content .filter li.active a{	
	color: #f1f1f1;
}

#content .filter li:first-child,
#content .filter li:first-child:hover{
	background: none;
	border: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.0); 
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.0); 
	box-shadow: 0px 0px 0px rgba(0,0,0,.0);
}

/* TWITTER --------------------------------------------------------*/

#twitter{
	position: relative;
	background: #f2f1f1;
	height: 80px;
	width: 100%;
	background: #f2f1f1 url(../images/twitter-border.png ) repeat-x;
}

#twitter #bird{
	position: absolute;
	top: 2px;
	left: 70px;
}

#twitter #prev-tweet{
	display: block;
	position: absolute;
	top: 21px;
	left: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../images/prev-arrow.png) no-repeat top left;
}

#twitter #next-tweet{
	display: block;
	position: absolute;
	top: 21px;
	right: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../images/next-arrow.png) no-repeat top right;
}

#twitter #tweets .tweet_list{
	display: block;
	position: absolute;
	top: 1px;
	left: 200px;
	width: 700px;
	height: 75px;
}

#twitter #tweets .tweet_list li{
	display: block;
	width: 700px;
	height: 80px; /* original height 170px */
	font-size: 16px;
	line-height: 1.5em;
	font-style: italic;
	color: #838383;
	padding-top: 25px; 
}

#twitter #tweets .tweet_list li .tweet_time a{
	text-decoration: none;
	color: #ccc;
}

#twitter #tweets .tweet_list li a{
	text-decoration: none;
	color: #37b2d1;
}

#twitter #tweets p.loading{
	margin-left: 200px;
	color: #ccc;
	padding-top: 16px;
	font-style: italic;
}

/* PAGES --------------------------------------------------------*/

#page-content{
	float: left;
	width: 1046px;
	margin-left: 30px;
	line-height: 1.5em;
}
#page-content2{
	float: left;
	width: 1070px;
	margin-left: 30px;
	line-height: 1.5em;
}

/* GALLERY -----------------------------------------------*/

#content .filter li.selected{
	background: #000;
}

/* PROJECT-RELATED -----------------------------------------------*/

.related-title{
	margin-left: 30px;
}

.related-projects{
	display: block;
	overflow: hidden;
}

.related-projects li{
	display: block;
	float: left;
	overflow: hidden;
	width: 204px;
	height: 280px;
	margin-left: 30px;
	margin-top: 30px;
}

.related-projects li strong{
	display: block;
}

.related-projects li a.box{
	display: block;
	overflow: hidden;
	width: 204px;
	height: 148px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.related-projects li a.box img{
	opacity: 0.7;
}

.related-projects li:hover a.box img{
	opacity: 1;
}

#content .related-projects li a{
	text-decoration: none;
	color: #999;
}


/* COMMENTS-BLOCK ------------------------------------------------------------*/



#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments-text{
	display: block;
	position: absolute;
	top: 4px;
	left:68px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, 'メイリオ', sans-serif;
	font-size: 28px;
}

/* COMMENTSLIST ------------------------------------------------------------*/

.commentlist{
	display: block;
}

.commentlist li{
	display: block;
	margin-bottom: 0px;
	padding: 10px 10px 10px 0px;
	line-height: 1.5em;
}

.commentlist ul{
	padding-left: 40px;
	border-left: 1px dashed #ccc;
}

.commentlist li .comment-body{
	overflow: hidden;
	position: relative;
	padding: 0px 0px 20px 0px;
}


.commentlist li img{
	display: block;
	float: left;
	margin: 0px 12px 20px 0px;
}

.commentlist .meta-date{
	display: block;
	float: right;
}

#content .commentlist .reply a{
	display: block;
	text-decoration: none;
	float: right;
	padding: 2px 8px;
	background: #ccc;
	color: #f1f1f1;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* COMMENTS PAGINATION ------------------------------------------------------------*/

#content .comments-pagination {
	clear:both;
	overflow: hidden;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom: 10px;
}
 
#content .comments-pagination span,
#content .comments-pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
#content .comments-pagination a:hover{
	color:#fff;
	background: #000000;
}
 
#content .comments-pagination .current{
	padding:6px 9px 5px 9px;
	background: #000000;
	color:#fff;
}

/* CONTACT --------------------------------------------------------*/

.one-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}
.two-column{
    width: 90%;
    float: left;
    margin-left: 30px;
}
/* FORMS ------------------------------------------------------------*/

#sc-contact-form,
#contactForm,
#commentform,
#contactForm{
	margin-bottom: 18px;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sc-contact-form input,
.admin-form input,
#contactForm input,
#commentform input{
	width: 282px;
}

#sc-contact-form textarea,
.admin-form textarea,
#contactForm textarea,
#commentform textarea{
	width: 380px;
}

#sc-contact-form #submit,
.admin-form #submit,
#contactForm #submit,
#commentform input#submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
	color: #f1f1f1;
	
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313)); 
	background: -moz-linear-gradient(top,  #515558,  #131313);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	
	border: 1px solid transparent;
}

#sc-contact-form #submit:hover,
.admin-form #submit:hover,
#contactForm #submit:hover,
#commentform input#submit:hover{
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#515558)); 
	background: -moz-linear-gradient(top,  #131313,  #515558);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#515558', GradientType=0);
	
	
	
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	color: #606060;
	font-size: 14px;
}

#sc-contact-form label,
.admin-form label,
#contactForm label,
#commentform label{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: lighter;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	padding-top: 0px;
	overflow: hidden;
	display: block;
	height: 30px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 10px;
}

.pager li{
	display: block;
	width: 26px;
	height: 26px;
	margin-right: 8px;
	float: left;
}

#content .pager li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	color: #606060;
	border-radius: 33px;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#f1f1f1)); 
	background: -moz-linear-gradient(top,  #d1d1d1,  #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#f1f1f1', GradientType=0);
	
	border-top: 1px solid #bcbcbc;
}

#content .pager li:hover a,
#content .pager li.active a{
	color: #fff;
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313)); 
	background: -moz-linear-gradient(top,  #515558,  #131313);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	
	border-top: none;
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	float: left;
	width: 282px;
	margin-left: 30px;
}

#sidebar>li{
	margin-bottom: 20px;
}

#sidebar>li h6{
	padding-bottom: 20px;
}

#sidebar ul>li{
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-bottom: 1px solid #d7d7d7;
}

#sidebar ul>li:last-child{ border-bottom: none; }

#sidebar ul>li a{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #696969;
}

#sidebar ul>li:hover{
	background: #f1f1f1;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer{
	background: #005f3b url(../images/footer-glow.png) no-repeat top center;
	color: #fff;
    height:40px;
    position:absolute;
    bottom:0;
    width: 100%;

}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	color: #bbbaba;
	line-height: 1.5em;
}

#footer-cols li.col{
	display: block;
	font-size: 12px;
	width: 282px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#footer-cols li.col>h6{
	color: #d7d7d7;
	margin-top: 30px;
	margin-bottom: 20px;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	display: block;
}

#footer-cols li.col ul li{
	display: block;
	line-height: 1.7em;
}


#footer-cols li.col ul li.page_item{
	display: block;
	line-height: 2.5em;
	padding-left: 17px;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #000;
	background: url(../images/footer-bullet.png) no-repeat 0px 10px;
}

#footer-cols li.col ul li:first-child{ border-top: none; }

#footer-cols li.col ul li:last-child{ border-bottom: none; }

#footer-cols li.col ul li a{
	text-decoration: none;
	color: #bbbaba;
}

#footer-cols li.col ul li a:hover{
	color: #fff;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 60px;
	color: #868686;
	background: #222426 url(../images/bottom-shadow.png) repeat-x;
}

#bottom #bottom-text{
	width: 600px;
	overflow: hidden;
	margin-left: 30px;	
}

#bottom a{
	color: #AFEAF9;
	text-decoration: none;
}

#bottom #to-top{
	position: absolute;
	right: 30px;
	top: -22px;
	width: 33px;
	height: 33px;
	background: url(../images/to-top.png) no-repeat;
	cursor: pointer;
}

/* SOCIAL --------------------------------------------------------*/

.social{
	position: absolute;
	top: 15px;
	right: 0px;
	display: block;
	overflow: hidden;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#bottom .social a{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}

#bottom .social a:hover{
	background-position: 0px -32px;
}

/* table grid */
.grid tr td {
    /* padding */
}
.grid tr.bg_gray {
    background-color: #eaeaea;
}

.grid-empty {
    text-align: center;
}

.field-row{
    padding-top: 5px;
    padding-bottom: 5px;
}

.warning{
    color: red;
}
.warning-input{
    border: solid red thin;
}
.form-required {
    color: red;
}
.system-title {
    display: block;
    /*height: 79px;*/
    left: 30px;
    position: absolute;
    top: 0;
    width: 400px;
}
.title-label {
    border-left: 7px solid #e3297d;
    padding:.0em .3em;
    text-align: left;
    margin-bottom: 5px;
}

.details {
    background-color: #7e7e7e;
}
table.dataTable tr.odd-2 { background-color: #FBE3E4;}
table.dataTable tr.even-2 { background-color: #FFF0F5;}

.pointer {
    cursor:pointer;
}
.cursor-default {
  cursor: default!important;
}
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

.cb-left, .cb-middle, .cb-right, .cb-left span, .cb-middle span, .cb-right span{
    background: url(../images/switch.gif) repeat-x; display: block; float: left!important;
}
.radio-group-text {
background: url(../images/switch.gif) repeat-x;
}

.cb-left span, .cb-middle span, .cb-right span {
    line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold;
}

.cb-left span { background-position: left -90px; padding: 0 10px; }
.cb-middle span { background-position: left 0px; padding: 0 10px; }
.cb-right span { background-position: right -180px;padding: 0 10px; }


.cb-right.selected { background-position: 0 -30px; }
.cb-right.selected span { background-position: right -210px; color: #fff; }

.cb-left.selected { background-position: 0 -60px; }
.cb-left.selected span { background-position: left -150px; color: #fff; }

/*.cb-middle.selected { background-position: 0 -30px; }*/
.cb-middle.selected { background-position: 0 -60px; }
.cb-middle.selected span { background-position: left -60px; color: #fff; }

button.menub {
    font-size: 1.0em;
    /*border-style: solid;*/
    /*border-color: #CCCCCC;*/
    /*border-width: thin;*/
    /*background: -moz-linear-gradient(bottom, #FFFFFE, #FAF9F5 50%, #FFFFFE); *//*FFFFFE FAF9F5 */
    /*background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFE), color-stop(0.5, #FAF9F5), to(#FFFFFE));*/
    /* 角丸の指定 */
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*margin-top: 5px;*/
    /*cursor:pointer;*/
    /*letter-spacing: 2px;*/

    background-color: #e6e6e6;
    background-repeat: no-repeat;
    padding: 5px 14px 6px;
    color: #333;
    line-height: 16px;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    height: auto;
    text-decoration: none !important;
    text-align: center;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: auto;
    background: -moz-linear-gradient(bottom, #FFFFFE, #FAF9F5 50%, #FFFFFE);
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFE), color-stop(0.5, #FAF9F5), to(#FFFFFE));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    cursor:pointer;
    letter-spacing: 2px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button.menub:hover, button.schedulemenu:hover, img.pointer:hover, .fc-search-button:hover, button.search:hover, a.link:hover {
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
button.menub-disabled {
    background-color: #5f5f5f;
    background-repeat: no-repeat;
    padding: 5px 14px 6px;
    color: #333;
    line-height: 16px;
    border: 1px solid #5f5f5f;
    border-bottom-color: #5f5f5f;
    height: auto;
    text-decoration: none !important;
    text-align: center;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: auto;
    background: -moz-linear-gradient(bottom, #FAF9F5, #FAF9F5 50%, #e2e2e2);
    background: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), color-stop(0.5, #FAF9F5), to(#e2e2e2));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    letter-spacing: 2px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAF9F5), color-stop(25%, #5f5f5f), to(#5f5f5f));
    background-image: -webkit-linear-gradient(#5f5f5f, #5f5f5f 25%, #5f5f5f);
    background-image: -moz-linear-gradient(top, #5f5f5f, #5f5f5f 25%, #5f5f5f);
    background-image: -ms-linear-gradient(#5f5f5f, #5f5f5f 25%, #5f5f5f);
    background-image: -o-linear-gradient(#5f5f5f, #5f5f5f 25%, #5f5f5f);
    background-image: linear-gradient(#5f5f5f, #5f5f5f 25%, #5f5f5f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5f5f', endColorstr='#5f5f5f', GradientType=0);
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/

}
button.schedulemenu {
    font-weight: bold;
    font-size: 1.0em;
    width: 190px;
    height: 30px!important;
    background-color: #FAF9F5;
    color: #BE100F;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: thin;
    background: -moz-linear-gradient(bottom, #FFFFFE, #FAF9F5 50%, #FFFFFE); /*FFFFFE FAF9F5 */
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFE), color-stop(0.5, #FAF9F5), to(#FFFFFE));
    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    cursor:pointer;
    letter-spacing: 2px;
}
.backlink:hover {
    opacity: 0.7;
}
.thumb-area {
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */

    position: fixed;
    top:0; /* variable */
    left:0; /* variable */
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    margin: 15px auto!important;
    padding: 10px 5px 2px!important;
    background-color:rgba(0,0,0,0.6)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8f000000', endColorstr='#8f000000');

    /*background-color: #fff;*/
    /*opacity: 0.6;*/
}
.thumb-area:hover {
    background-color:rgba(0,0,0,0.8)!important;
   	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88000000', endColorstr='#88000000');
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    -ms-transition: liner 0.3s;
}

/*.fc-event:hover {*/
    /*opacity: 1.0!important;*/
/*}*/
.org-modal {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.4)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3f000000', endColorstr='#3f000000');
    text-align: center;
    vertical-align: middle;
    display: none;
}
.org-modal-dialog {
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    position: fixed;
    top:0; /* variable */
    left:0; /* variable */
    vertical-align: middle;
    text-align: center;
    z-index: 101;
    margin: 15px auto!important;
    padding: 10px 5px 2px!important;
    background-color:rgba(255,255,255,0.8)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7fffffff', endColorstr='#7fffffff');
}
.start-modal {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.9)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3f000000', endColorstr='#3f000000');
    text-align: center;
    vertical-align: middle;
}
.img-scroll {
    overflow-y:auto;
}

.img-selected, .terminal-selected {
    border-style: solid!important;
    border-width: medium!important;
    border-color: blue!important;
}

.img-list {
    margin-bottom: 3px!important;
    vertical-align: middle!important;
    text-align: center!important;
    cursor: move;
}

.radius {
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: .5em;
    border: 1px solid #999;
    background-color: #eee;
    text-shadow: 1px 1px 0px #fff;
}

.file-nob {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: .5em;
    border: none;
    border: 0px none #ffffff;
    background-color: #ffffff;
    text-shadow: 1px 1px 0px #fff;
}

.file input[type="file"]{
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}
.file-nob input[type="file"]{
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}

.file-permeate {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px none;
    background-color: rgba(0,0,0,0);
    text-shadow: none;
}
.file-permeate input[type="file"]{
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: none;
}

.jquery-ui-sortable{
    list-style-type: none;
    margin: 0 2px;
    padding: 2px;
    width: 25%;
    float: left;
    min-height: 1.5em;
    background-color: rgba(255,255,255,0.9);
    border: solid 1px #606060;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8fffffff', endColorstr='#8fffffff');
}
ul.jquery-ui-sortable li {
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    font-size: 15px;
    font-weight: bold;
    cursor: move;
}

ul.two-ul-column {
    float: left;
    width: 100%;
}
ul.two-ul-column li{
    float: left;
    width: 42%;
}

.nob {
    border: none!important;
    border-bottom: none!important;
}

.nob td {
    padding: 5px;
}

div.radio-group {
    margin-bottom: 10px;
}
div.radio-group input {
    /*
    opacity: 0;
     filter: alpha(opacity=0);
    */
}
div.radio-group div {
    position: relative;
}
div.radio-group input {
    position: absolute;
    left: 0px;
    outline:none;
}
div.radio-group label {
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px;
    float: left;
    border: solid 1px #aaa;
    margin-left: -1px;
    background: #eee;
    background-image: -moz-linear-gradient(top, #F6F6F6, #ccc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#ccc));
    -moz-box-shadow: 2px 2px 6px #ddd;
    -webkit-box-shadow: 2px 2px 6px #ddd;
    text-shadow: 1px 1px 0px #fff;
    color: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4f000000', endColorstr='#4f000000');

}
div.radio-group div:first-child label {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
}
div.radio-group div:last-child label {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
}
div.radio-group label.checked  {
    color: #000;
    background: #C3C3C3;
    background-image: -moz-linear-gradient(top, #C3C3C3, #DBDBDB);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C3C3C3), to(#DBDBDB));
    text-shadow: 0px 0px 0px #fff;
}

.error{
    color: red;
}


.fc-event-no-hover-all {
    filter:alpha(opacity=30)!important;
    opacity:0.3!important;
    z-index: 7!important;
}

.fc-event-color-1 {
    background-color: rgba(104,207,195,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8f68CFC3', endColorstr='#8f68CFC3');
}
.fc-event-color-1:hover {
    background-color: rgba(104,207,195,1.0)!important;
     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff68CFC3', endColorstr='#ff68CFC3');
}
.fc-event-color-2 {
    background-color: rgba(255,128,128,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8fFF8080', endColorstr='#8fFF8080');
}
.fc-event-color-2:hover {
    background-color: rgba(255,128,128,1.0)!important;
     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFF8080', endColorstr='#ffFF8080');
}
.fc-event-color-3 {
    background-color: rgba(108,186,216,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8f6CBAD8', endColorstr='#8f6CBAD8');
}
.fc-event-color-3:hover {
    background-color: rgba(108,186,216,1.0)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6CBAD8', endColorstr='#ff6CBAD8');
}
.fc-event-color-4 {
    background-color: rgba(251,255,170,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff5aa', endColorstr='#fff5aa');
}
.fc-event-color-4:hover {
    background-color: rgba(251,255,170,1.0)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9ff77', endColorstr='#f9ff77');
}
.fc-event-color-5 {
    background-color: rgba(174,170,255,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aeaaff', endColorstr='#aeaaff');
}
.fc-event-color-5:hover {
    background-color: rgba(174,170,255,1.0)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7d77ff', endColorstr='#7d77ff');
}
.fc-event-color-0 {
    background-color: rgba(104,207,195,0.5)!important;
    /*background-color: rgba(0,0,0,0.7)!important;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8f68CFC3', endColorstr='#8f68CFC3');
}
.fc-event-color-0:hover {
    background-color: rgba(104,207,195,0.7)!important;
    /*background-color: rgba(0,0,0,0.8)!important;*/
     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff68CFC3', endColorstr='#ff68CFC3');
}
.black-alpha-03 {
    background-color: rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5f000000', endColorstr='#5f000000');
}

.black-alpha-08 {
    background-color: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bf000000', endColorstr='#bf000000');
}
#loadingDialog {
    background-color: rgba(255,255,255,1.0);
}
.dummy-input {
    filter: alpha(opacity=0);-moz-opacity:0.0; opacity:0.0;
    position: fixed; top: 0, left: 0;
    z-index: 0; 
    width: 0px; 
    height: 0px;
}

.fg-toolbar {
    padding: 5px;
}
.fg-button {
    padding: 2px 5px!important;
}

.set-list-img-horizon {
    width: 350px;
    text-align: center;
    vertical-align: middle;
    max-width: 350px;
    max-height: 205px;
}

.set-list-img-vertical {
    height: 350px;
    text-align: center;
    vertical-align: middle;
    max-height: 350px;
    max-width: 205px;
}

.set-list-area-horizon {
    width: 355px;
}

.set-list-area-vertical {
    width: 210px;
}

.DataTables_sort_icon {
	height: 0px!important;
}

.loginUserName {
	color: #ffffff;
	margin-right: 4px;
	font-weight: bold;
}
#loginUserName{
  text-align: right; 
  font-size: 1.0em; 
  margin:0px; 
  padding: 0px; 
  width: 400px; 
  border:none; 
  background-color: #005f3b; 
  color:white;
  font-weight: bold;
}

div.hr-dialog {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #F0F0F0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fc-event-color-1 {
    background-color: rgba(104,207,195,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8f68CFC3', endColorstr='#8f68CFC3');
}
.fc-event-color-2 {
    background-color: rgba(255,128,128,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8fFF8080', endColorstr='#8fFF8080');
}
.fc-event-color-3 {
    background-color: rgba(108,186,216,0.7)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8f6CBAD8', endColorstr='#8f6CBAD8');
}
.div-scroll {
    overflow-y:auto;
    overflow-x: hidden;
}

/* リボン */
.used-img{
	position:relative;
	margin:0 -10px;
	padding:5px;
	font-size: 0.7em;
	width: 50px;
	height: 10px;
	/*font:normal 28px/1.6 "Times New Roman", Times, serif;*/
	text-align:center;
	color:#FFFFFF;
	background:#68CFC3;
	-webkit-transform: rotate(-30deg) skew(-3deg);
	-moz-transform: rotate(-30deg) skew(-3deg);
	-o-transform: rotate(-30deg) skew(-3deg);
	transform: rotate(-30deg) skew(-3deg);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);
    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			rgba(0, 0, 0, 0.0)), 
			color-stop(0.08, rgba(255, 255, 255, 0.5)),
			color-stop(0.12, rgba(255, 255, 255, 0.5)),
			color-stop(0.12, rgba(0, 0, 0, 0.0)),
			color-stop(0.88, rgba(0, 0, 0, 0.0)),
			color-stop(0.88, rgba(255, 255, 255, 0.5)),
			color-stop(0.92, rgba(255, 255, 255, 0.5)),
			color-stop(0.92, rgba(0, 0, 0, 0.0)),
			to(				rgba(0, 0, 0, 0.0))
			);
	background-image: -moz-linear-gradient(top,
			transparent 8%,
            rgba(255, 255, 255, 0.5) 8%,
            rgba(255, 255, 255, 0.5) 12%,
            transparent 12%,
            transparent 88%,
            rgba(255, 255, 255, 0.5) 88%,
            rgba(255, 255, 255, 0.5) 92%,
            transparent 92%	
			);
	background-image: -o-linear-gradient(top,
			transparent 8%,
            rgba(255, 255, 255, 0.5) 8%,
            rgba(255, 255, 255, 0.5) 12%,
            transparent 12%,
            transparent 88%,
            rgba(255, 255, 255, 0.5) 88%,
            rgba(255, 255, 255, 0.5) 92%,
            transparent 92%	
			);
	background-image: linear-gradient(to bottom,
			transparent 8%,
            rgba(255, 255, 255, 0.5) 8%,
            rgba(255, 255, 255, 0.5) 12%,
            transparent 12%,
            transparent 88%,
            rgba(255, 255, 255, 0.5) 88%,
            rgba(255, 255, 255, 0.5) 92%,
            transparent 92%	
			);
}
.used-img:before{
	content:" ";
	position:absolute;
	top:-5px;
	left:0;
	width:0;
	height:0;
	border-width:0 0 5px 10px;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#c66;
}
.used-img:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-width:5px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#c66;
}
.event-all-day{
  /*max-height: 110px!important;*/
}

.custom-checkbox {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

.custom-checkbox:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

.custom-checkbox:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

.custom-checkbox:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
.switch3 input{
	display: none;
}
.switch3 label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 10px 5px;
	border-right: 1px solid #ffffff;
	background: #d9dcde;
	color: #555e64;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.switch3 label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.switch3 label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.switch3 input[type="radio"]:checked + label {
	background-color: #86bb1e;
  background-color: -moz-linear-gradient(top, #7fb21d, #528610);
  background: -webkit-gradient(linear, left top, left bottom, from(#7fb21d), to(#528610));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b7d678', endColorstr='#528610');
	color: #fff;
}