@charset "UTF-8";

object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/** clearfix (floatを解除したい親要素に適用） **/
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

.alignleft { float: left; }
.alignright { float: right!important; }
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.alignleft img{ float: left; }
.alignright img{ float: right; }
.aligncenter img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.mgn0 { margin:0!important; }
img.alignleft{ float: left; margin:0 20px 0 0; }
img.alignright{ float: right; margin:0 0 0 20px; }
img.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
iframe{display:block;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

.clear{
	clear:both;
	height:0px;
	}
	
.inv{
	display:none;
}
em{ font-style:italic; }
a img { border: none; }
img{
	margin:0;
	padding:0;
	border:0;
	white-space:normal;
}
hr {border-left:none;
    border-right:none;
    border-top:#ccc;
	margin:10px 0 10px 0;
	clear:both;
}
/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	BODY

//////////////////////////////////////////////////////////////////////////////////////////////
*/
html {
	font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
	background:#f2f2f2;
	color:#000000;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 20px;
	margin:0; padding:0;
	-webkit-transition-property: font-size;
	   -moz-transition-property: font-size;
	     -o-transition-property: font-size;
	        transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	   -moz-transition-duration: 0.5s, 0.5s;
	     -o-transition-duration: 0.5s, 0.5s;
	        transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	   -moz-transition-timing function: linear, ease-in; 
	     -o-transition-timing function: linear, ease-in; 
	        transition-timing function: linear, ease-in;
    -webkit-text-size-adjust: 100%;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	LINKS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

a{
	text-decoration:none;
	color:#ba0000;
  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
}

a:active, a:visited{}

a:hover{ color:#bc7273; text-decoration:none; }



/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	HEADINGS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

h1, h2, h3, h4, h5, h6{
	color:#252525;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#5a5a5a;
}

h1{
	font-size:30px;
	line-height:30px;
	margin-bottom:10px;
}
h2{
	font-size:20px;
	line-height:20px;
	margin-bottom:0px;
}
h3{
	font-size:14px;
	line-height:20px;
}
h4{
	font-size:14px;
	line-height:24px;
	margin-bottom:10px;
}
h5{
	font-size:14px;
	line-height:22px;
	margin-bottom:8px;
}
h6{
	font-size:14px;
	line-height:17px;
	margin-bottom:5px;
}

.small_titles{
	font-size:11px;
	line-height:12px;
	color:#959595;
}
.small_titles span{
	background:#f8f8f8;
	padding:0 20px 0 0;
}
.left-line {
	border-left:#000 3px solid;
	padding:5px 0 2px 10px;
	margin:20px 0 10px 0 ;
}	

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	TYPOGRAPHY

//////////////////////////////////////////////////////////////////////////////////////////////
*/

#main p{ margin-bottom:0px; }

strong{ color:#5a5a5a; font-weight:bold; }

small{ font-size:60%;}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	HEADER

//////////////////////////////////////////////////////////////////////////////////////////////
*/

#header{
	width:100%;
	height:62px;
}

#header .contwrap{
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
}

#header_logo{
	display:block;
}
#header .logo_img{
	float:left;
	margin:12px 0 0 5px;
}
#header .logo_img img{
	position:relative;
}

#header a{
	color:#000;
}
#header a:hover {
	text-decoration:none;
}

#header #phone_navigation{
	display:none;
	background:#fff;
	background:rgba(255, 255, 255, 1);
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	color:#000;
	padding:0;
	position:absolute;
	width:100%;
	z-index:300;
	top:50px;
}
#header #phone_navigation h3 {
	background-color: #252525;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	margin-bottom:0;
}
#header #phone_navigation div.nav-inner{
	display:none;
	margin: 0 0 10px;
}
#header #phone_navigation li{
	width:46%;
	margin:0 2% 5px;
	padding:0;
	border-bottom:solid 1px #cccccc;
	float:left;
}
#header #phone_navigation li:last-child {
	border:none;
}
#header #phone_navigation li a{
	display:block;
	padding:5px 16px 5px 5px;
	background:url(../images/menu_list.png) no-repeat right center;
	color:#000000;
}

#header #phone_navigation li a p {
	font-size:10px;
	line-height:14px;
}
#header #phone_navigation li:hover a {
	background-color:#eeeeee;
	border-radius:3px 3px 3px 3px;
}

#header a.open_phone_nav {
	background-image:url(../images/open_nav.png);
	background:#000 url(../images/open_nav.png) no-repeat center center;
	background:rgba(0, 0, 0, 0.2) url(../images/open_nav.png) no-repeat center center;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;

	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	     -o-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	cursor:pointer;
	display:none;
	width:35px;
	height:30px;
	position:absolute;
	bottom:-35px;
	right:10px;
}

/*
#header #navigation{
	float:right;
	margin-right:162px;
}
#header #navigation ul li{
	display:inline-block;
	float:left;
	line-height:30px;
	padding:10px 0; margin:0 5px;
	position:relative;
  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
}
#header #navigation ul li a{
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	padding:0 16px;
}
#header #navigation ul li.current > a{
	background:#000;
	background:rgba(0, 0, 0, 0.2);
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;

	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	     -o-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
#header #navigation ul ul{
	background:#fff;
	background:rgba(255, 255, 255, 0.8);
	display:none;
	margin-left:-98px;
	padding:8px;
	position:absolute;
	left:50%;
	top:50px;
	width:180px;
	z-index:9000;
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
-webkit-transform: translate3d( 0, 0, 0);
}
#header #navigation ul ul:before{
	content:'';
	width:0; height:0;
	border-bottom: 15px solid #fff; 
	border-right: 15px solid transparent; 
	border-left: 15px solid transparent;
	position:absolute;
	left:50%;
	top:-5px;
	margin-left:-15px;
}

#header #navigation ul li:hover > ul{opacity:1; top:99%;
  -webkit-transition: all .6s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all .6s ease;  /* FF4+ */
       -o-transition: all .6s ease;  /* Opera 10.5+ */
          transition: all .6s ease;
}
#header #navigation ul ul li{
	line-height:normal;
	padding:0; margin:0;
	width:180px;
	line-height:normal;
	position:relative;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
#header #navigation ul ul li a:hover{
	background:#e6e6e6;
}
#header #navigation ul ul li:hover > a{
	background:#e6e6e6;
}
#header #navigation ul ul li a{
	background:#fff;
	font-size:12px;
	display:block;
	padding:10px;
	color:#333 !important;
	text-shadow:none;
}


#header #topnav {
	float:right;
	width:390px;
	margin:15px 0;
	font-size:11px;
}
#header #topnav li{
	float:left;
	width:130px;
	line-height:12px;
}
#header #topnav li a{
	color:#222;
}
#header #topnav li img{
	margin:0 5px 10px 0;
}
#header #topnav li.iconwhite{
	float:left;
	width:110px;
	line-height:24px;
}

*/

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	MAIN

//////////////////////////////////////////////////////////////////////////////////////////////
*/

#main{}
#main .contwrap{
	width:100%;
	max-width:960px;
	min-height:695px;
	margin:0 auto 10px;
	padding-bottom:10px;
	position:relative;
}
#main .contwrap:before,
#main .contwrap:after {
	content:"";
	display:table;
}
#main .contwrap:after {
	clear:both;
}
#main .contwrap {
	zoom:1;
}

#support {
	position:absolute;
	bottom:5px;
	left:5px;
}
#support.top {
	right:10px;
	left:auto;
}

.member-logo {
	width:240px;
	margin-bottom:30px;
	text-align:center;
}
.member-logo img {
	margin:0 10px 15px;
}
.member-logo p {
	font-size:12px;
	text-align:left;
}
#main-cont .member-logo {
	width:100%;
	margin-top:40px;
	text-align:left;
}

#grid-content:before,
#grid-content:after {
	content:"";
	display:table;
}
#grid-content:after {
	clear:both;
}
#grid-content{
	zoom:1;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	MENU ZONE

//////////////////////////////////////////////////////////////////////////////////////////////
*/

#menu_zone{
	margin-bottom:60px;
}
.grid-content #menu_zone,
#sidearea #menu_zone {
	margin-bottom:0px;
}

#menu_zone h3 {
	background-color:#252525;
	color:#ffffff;
	font-size:18px;
	padding:10px;
		-webkit-border-radius:		3px 3px 0px 0px;
	 -khtml-border-radius:		3px 3px 0px 0px;
	   -moz-border-radius:		3px 3px 0px 0px;
	     -o-border-radius:		3px 3px 0px 0px;
	        border-radius:		3px 3px 0px 0px;
}
#menu_zone ul.menu {
	margin:5px 10px;
}
#menu_zone ul.menu li {
	font-size:13px;
	padding: 2px 0;
	border-bottom:solid 1px #cccccc;
}
#menu_zone ul.menu li:last-child {
	border:none;
}
#menu_zone ul.menu li a {
	background:url(../images/menu_list.png) no-repeat right center;
	color:#000000;
	display:block;
	padding: 3px;
	transition-duration: 0.5s;
}
#menu_zone ul.menu li a:hover {
	text-decoration:none;
}
#menu_zone ul.menu li a p {
	font-size:10px;
	line-height:14px;
}
#menu_zone ul.menu li:hover a {
	background-color:#eeeeee;
	border-radius:3px 3px 3px 3px;
}


#sliderflex .box {
	height:319px;
}

.facebook-pc {
	height:378px;
}


#main h1 {
	font-size:18px;
	line-height:20px;
	margin:0px 0 10px 0;
	}
#main h2 {
	font-size:16px;
	line-height:18px;
	margin-bottom:0px;
	}
	
	
img.half-img {
        float: left;
        margin: 0;
		width:50%;
		height:auto;
		overflow:hidden;
    }
img.third-img {
        float: left;
        margin: 0;
		width:32%;
		height:auto;
		overflow:hidden;
    }
img.fourth-img {
        float: left;
        margin: 0;
		width:25%;
		height:auto;
		overflow:hidden;
    }
img.half-img_r {
        float: right;
        margin: 0;
		width:50%;
		height:auto;
		overflow:hidden;
    }
img.full-img {
	margin:0 auto;
}
#main .one-full .grid_recruiting h1{
	margin:0px 0 10px 0;
}
img.recruiting, img.recruiting2{
	float: left;
    margin: 0 10px 0px 0;
	width: 293px;
	height:auto;
	overflow:hidden;
}
/* text-hidden */
.text-hidden{overflow:hidden; }

#page_content{}

#main #page_content h1 {
	font-size:20px;
	line-height:24px;
	margin:0px 0 10px 10px;
}
#main #page_content h2 {
	font-size:16px;
	line-height:22px;
	margin-bottom:0px;
}
#main #page_content .shadow_block > p {
	margin-left:10px;
	margin-right:10px;
}

#sidebar{
	margin-left:20px;
	float:left;
	width:220px;
}
/* breadcrumb */

ul.breadcrumb:before,
ul.breadcrumb:after {
	content:"";
	display:table;
}
ul.breadcrumb:after {
	clear:both;
}
ul.breadcrumb li{
	margin:0;
	float:left;
	line-height:13px;
	font-size:11px;
}
ul.breadcrumb li p {
	font-size:9px;
}
ul.breadcrumb li a {
	margin-right:5px;
	padding-right:12px;
	background:url(../images/arrow_bread.gif) no-repeat right center;
	display:block;
}
.text-scroll{
	height:245px;
	min-height:245px;
	overflow-y:scroll;
	overflow-x:none;
}
.text-scroll p{
	padding:0 10px 10px 0;
}
.newstitle {
	font-weight:bold;
	font-size:14px;
}
p.newstitle {
	padding:0 10px 0px 0;
}
p.newstext {
	padding:0 10px 10px 0;
}
.text-scroll dl {
	width:100%;
	clear:both;
}
.text-scroll dl dt{
	width:25%;
	float:left;
	text-align:left;
	line-height:20px;
	clear:both;
	padding:5px 0;
}
.text-scroll dl dt.event_img{
	width:18%;
	margin-right:10px;
}
.text-scroll dl dd{
	width:75%;
	float:left;
	padding:5px 0;
}
/* content-list */
ul.half-list {
	margin: 0px 0 0px 0;
	width:100%;
}
ul.half-list li{
	margin:5px 0 5px 10px;
	float:left;
	width:47%;
}
.half-title{
	width:280px;
	float:left;
}
/* text size */
.size18px{ font-size:18px; line-height:26px}
.size16px{ font-size:16px; line-height:24px}
.size14px{ font-size:14px; line-height:22px}
.size10px{ font-size:10px; line-height:18px}



/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FOOTER

//////////////////////////////////////////////////////////////////////////////////////////////
*/

#footer{
	margin-top:10px;
	height: 31px;
	vertical-align: middle;
}

#footer .inner,
#foot-banner {
	margin:0px auto;
	padding:10px;
	line-height:20px;
	max-width:980px;
	font-size:9px;
	line-height:10px;
	color:#00000;
}

#footer .inner:before,
#footer .inner:after {
	content:"";
	display:table;
}
#footer .inner:after {
	clear:both;
}
#footer .inner {
	zoom:1;
}
#footer .fnav {
	border-top:1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:5px 0;
}
#footer .fnav:before,
#footer .fnav:after {
	content:"";
	display:table;
}
#footer .fnav:after {
	clear:both;
}
#footer .fnav {
	zoom:1;
}
#footer #ptop {
	float:right;
}

#footer .copyright{
	padding-top:16px;;
}
#footer ul {
	float:left;
}
#footer  li {
	float:left;
	margin-right:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	border-right:solid 1px #cccccc;
}
#footer .fnav a {
	color:#000000;
}
#footer .fnav a:hover {
	color:#fb0000;
}

#foot-banner li {
	list-style:none;
	float:left;
	width:230px;
	margin:0 5px;
	background-color:#ffcccc;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	ELEMENTS DESIGN

//////////////////////////////////////////////////////////////////////////////////////////////
*/
/* Button */

.btn-half {
	width:50%;
	margin:15px auto;
}

.bt{
	color:#fff !important;
	display:block;
	margin:10px 20px;
	padding:5px 25px 5px 8px;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.bt:hover{
	color:#fff !important;
	text-decoration:none !important;
	opacity:0.6;
}
.regist-btn{
	background:url(../images/btn_red.png) no-repeat right center #ba0000;
	color:#fff !important;
	display:block;
	margin:10px 20px;
	padding:5px 25px 5px 8px;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.regist-btn:hover{
	background:url(../images/btn_red.png) no-repeat right center #bc7273 !important;
	color:#fff !important;
	text-decoration:none !important;
}
.regist-btn.big {
	padding:8px 25px 8px 8px;
	font-size:14px;
}
.login-btn {
	background:url(../images/btn_gray.png) no-repeat right center #3f3d3f;

}
.fb-btn{
	background:url(../images/btn_fb.png) no-repeat right center #3B5998;
	color:#fff !important;
	display:block;
	margin:10px 5px;
	padding:10px 13px 5px 2px;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
	cursor:pointer;
}
.fb-btn:hover{
	background:url(../images/btn_fb.png) no-repeat right center #7c93c3 !important;
	color:#fff !important;
	text-decoration:none !important;
}

.regist-btn span,
.login-btn span {
	font-size:90%;
}

.back-btn{
	background:url(../images/btn_back.png) no-repeat left center #3f3d3f;
	color:#fff !important;
	display:block;
	margin:10px 20px;
	padding:5px 8px 5px 25px;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.back-btn:hover{
	background:url(../images/btn_back.png) no-repeat left center #777777 !important;
	color:#fff !important;
	text-decoration:none !important;
}
.gray-btn{
	background:url(../images/btn_gray.png) no-repeat right center #3f3d3f;
	color:#fff !important;
	display:block;
	margin:10px 20px;
	padding:5px 25px 5px 8px;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.gray-btn:hover{
	background:url(../images/btn_gray.png) no-repeat right center #777777 !important;
	color:#fff !important;
	text-decoration:none !important;
}
.detail-btn{
	background:url(../images/btn_red.png) no-repeat right center #ba0000;
	color:#fff !important;
	display:block;
	margin:5px 0 0 ;
	padding:5px 25px 5px 8px;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.detail-btn:hover{
	background:url(../images/btn_red.png) no-repeat right center #bc7273 !important;
	color:#fff !important;
	text-decoration:none !important;
}


.job-outline .detail-btn,
.job-outline .regist-btn {
	padding:3px 8px 3px 0;
	font-size:11px;
	width:120px;	
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}

.cancel-btn{
	background:#ba0000;
	color:#fff !important;
	display:block;
	width:80px;
	font-size:11px;
	margin:5px 0 0 ;
	padding:3px 0;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.cancel-btn:hover{
	background-color: #bc7273 !important;
	color:#fff !important;
	text-decoration:none !important;
}

.blue-btn{
	background-color:#70c1f3;
	color:#fff !important;
	display:block;
	margin:10px 20px;
	padding:5px 8px;
	text-align:center;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}

a.blue-btn {
	background:url(../images/btn_blue.png) no-repeat right center #70c1f3;
}
a.blue-btn:hover {
	background:url(../images/btn_blue.png) no-repeat right center #b0e1ff;
	color:#fff !important;
	text-decoration:none !important;
}
.blue-btn dt {
	font-weight:normal;
	width:35%;
	text-align:right;
	float:left;
	clear:left;
}
.blue-btn dd {
	line-height:32px;
	margin:0 0 0 38%;
	text-align: left;
	min-height:2em;
}

.cr-btn{
	background:#edf3f6 !important;
	color:#70c1f3 !important;
	border:solid 1px #70c1f3;
	display:block;
	font-weight:bold;
	margin:10px 20px;
	padding:8px 8px;
	text-align:center;
	text-transform:uppercase;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.cr-btn:hover{
	background:#70c1f3 !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* Button */
.cr-btn_big{
	background:#00c5ef;
	color:#FFF;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:10px 16px;
	text-transform:uppercase;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.cr-btn_big a{color:#fff;}
.cr-btn_big:hover{
}

.yet-btn{
	background:#fff6f6 !important;
	color:#ba0000 !important;
	border:solid 1px #ba0000;
	display:block;
	font-weight:bold;
	margin:10px 20px;
	padding:8px 8px;
	text-align:center;
	text-transform:uppercase;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.yet-btn:hover{
	background:#ba0000 !important;
	color:#fff !important;
	text-decoration:none !important;
}

.btn-mini {
	width:130px;
	line-height:14px;
}
.btn-small {
	width:100px;
}
.confirm {
	text-align:center;
	padding:10px 0;
}
.confirm p strong {
	font-size:14px;
	color:#000000;
}
.confirm .regist-btn,
.confirm .back-btn {
	display:inline-block!important;
}


.btn-toolbar {
	text-align:right;
}
.btn-toolbar a {
	color:#000000;
}
.btn-toolbar.btm {
	margin:15px 0;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn {
  font-size: 12px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
/*  z-index: 2;*/
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}



/* lined */
.lined{
	background:url(../images/lined.png) repeat-x left 50%;
}
/* space */
.space_top10 {margin-top:10px!important;}
.space_top20 {margin-top:20px!important;}
.space_top30 {margin-top:30px!important;}
.space_top60 {margin-top:60px!important;}
.space_title {padding-top:80px;}
.space_bottom10 {padding-bottom:10px;}
/* padding */
.padding_10{ padding:10px; }
.padding_20{ padding:20px; }
.padding_10_10{ padding:10px 0 10px 0; }
.padding_10_20{ padding:10px 20px; }
.padding_0_20_0{ padding:0 20px 20px 0px; }
.padding_20_20_0{ padding:20px 0px 0px 20px; }
.padding_0_20_20{ padding:0px 20px 20px 20px; }
/* margin */
.margin_0_20{ margin:0 20px; }
.margin_0_10{ margin:0 10px; }
.margin_10_0{ margin:10px 0; }
.margin_10_10{ margin:10px 10px; }
.margin_10{ margin:10px; }
.margin_b10{ margin-bottom:10px; }


/*
	-------------------------------------
	HIGHLIGHTS
	-------------------------------------
*/
.hightlight , #main .hightlight{
	color:#FFF;
	padding:1px 6px;
	display:inline-block;
	font-weight:bold;
	margin:0 2px;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius: 3px 3px 3px 3px;
	 -khtml-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
	     -o-border-radius: 3px 3px 3px 3px;
	        border-radius: 3px 3px 3px 3px;
}
#main .hightlight a {color:#FFF;}
#main .hightlight:hover {background:#66dcf5;}
#main .hightlight a:hover {color:#FFF;}

/*
	-------------------------------------
	NOTIFICATIONS
	-------------------------------------
*/
.notification{
	text-align:left;
	display:block;
	clear:both;
	margin-bottom:15px;
	padding:10px 20px 10px 40px;
	min-height:20px;
	font-family:Arial,Tahoma,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset;
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset;
}
.icon{
	position:absolute;
	background-image:url(../images/notification.png);
	background-repeat:no-repeat;height:15px;top:14px;
}
.notification span{
	font-weight:bold;
	margin-right:10px;
}

/* Notification Close Button */
.notification .close-notification{
	position:absolute;
	width:5px;
	height:6px;
	top:18px;
	right:10px;
	cursor:pointer;
	background-image:url(../images/close.png);
	background-repeat:no-repeat;
}

/* Message */
.message {
	margin:10px 0 20px;
	padding:10px;
	border:solid 1px #5d5d5d;
	background-color:#f5f5f5;
}

/* Error */
.errer,
.error {
	margin:10px 0;
	padding:10px;
	border:solid 1px #f00000;
	background-color:#f7ebeb;
	color:#f00000;
}
.err {
	border:solid 1px #f00000!important;
	background-color:#f7ebeb;
}
input.err[type="radio"] {
	background-color:#f00000;
}

.err-mes {
	color:#f00000;
	font-size:88%;
}

/*
	-------------------------------------
	ACCORDIONS
	-------------------------------------
*/
.accordion{
	border-bottom:1px solid #e8e8e8;
}
.accordion .title a{
	font-size:15px;
	font-weight:700px;
	color:#777777;
	display: block;
	border-top:1px solid #e8e8e8;
	padding:15px 20px 15px 50px;
	background:url(../images/plus.png) no-repeat 20px center;
}
.accordion .title a:hover{
	background: #f8f8f8 url(../images/plus.png) no-repeat 20px center;
}
.accordion .title.active a{
	color:#000 !important;
	background: #ffffff url(../images/minus.png) no-repeat 20px center;
}
.accordion .inner{
	height:100%;
	height:auto;
	margin-top:0;
}
.accordion .inner div{
	border-top:1px solid #e8e8e8;
	display:block;
	padding:20px;
}

/*
	-------------------------------------
	TABS
	-------------------------------------
*/

ul.tabNavigation {
	list-style: none;
	margin: 0 0 -9px 0 !important;
	padding: 0;
	border-bottom:none !important;
	overflow: hidden;
}

ul.tabNavigation li {
    display: block;
    float:left;
    margin:0 !important;
    padding:0;
}

ul.tabNavigation li a {
	display: block;
	padding:10px 20px;
    float:left;
    background-color: #f8f8f8;
    text-decoration: none;
    border-top:1px solid transparent;
    border:1px solid #d5d5d5;
    margin-right:-1px;
    color:#a6a6a6;
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
}

ul.tabNavigation li a.active{
    background-color: #ffffff;
    color:#000;
    border-bottom:1px solid #ffffff;
    border-top:1px solid #000;
}

ul.tabNavigation li a:hover {
	color:#000;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs div {
	padding:20px;
	margin:8px 0 0 0;
	display: none;
	border:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
	background:#fff; 
}

div.tabs{
	margin-bottom:20px;
}



/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	CONTENTS

//////////////////////////////////////////////////////////////////////////////////////////////
*/


#main-cont h2 {
	color:#000000;
	/*background-color:#3f3d3f;*/
	font-size:22px;
	line-height:20px;
	margin:20px 20px 10px;
	border-left:solid 4px #ba0000;
	padding:5px 10px;
}
#main-cont h2 span {
	font-size:14px;
}

#main-cont h4 {
	padding:10px;
	line-height:18px;
	margin:0;
}
#main-cont h4 .eng {
	font-size:12px;
	margin-top:5px;
}
.eng {
	font-size:84%;
	line-height:1.2em;
	font-weight:normal;
	margin:0;
}
.eng2 {
	font-size:90%;
	line-height:1.4em;
	font-weight:normal;
	margin:5px 0 0 0;
}

.small {
	font-size:80%;
}
#signup.box {
	height: 319px;
}
#signup h2 {
	color:#000000;
	font-size:16px;
	line-height:20px;
	margin:0 0 10px;
	border-left:solid 4px #ba0000;
	padding:0 10px;
}
#signup h2 span {
	font-size:12px;
	line-height:1.2em;
}
#signup p {
	margin:5px;
	line-height:1.2em;
}
#signup .regist-btn,
#signup .fb-btn,
#signup .login-btn {
	margin:5px 10px;
	padding:3px 25px 3px 8px
}

#signup li a {
	line-height:18px;
	padding-left:45px;
	height:40px;
	display:block;
}

#signup li.history a {
	background:url(../images/icon-history.png) no-repeat;
	margin-bottom:10px;
}
#signup li.profile a {
	background:url(../images/icon-profile.png) no-repeat;
	padding-top:5px;
}
#signup .logout {
	background:url(../images/icon-logout.png) no-repeat;
}
#signup dl {
	line-height:18px;
}
#signup dt {
	font-weight:bold;
	margin-top:8px;
}
#signup p.en {
	font-size:10px;
	line-height:1.2;
	padding-top:5px;
}

/******************
	front
*******************/


/*** Registration ***/

h4.red {
	background:#ba0000;
	color:#ffffff;
}
h4.fb {
	background:#3B5998;
	color:#ffffff;
	text-align:center;
}

.reg-exp {
	padding:10px;
	background-color:#eee;
	margin-bottom:20px;
}

.mail {
	margin:10px 0;
}
.mail input[type=text] {
	width:95%;
	margin-bottom:10px;
}
.mail input[type=checkbox] {
	float:left;
	clear:left;
}
.mail .agree {
	margin-left:20px;
}

.fb-block {
	border:solid 1px #aaa;
}
.fbtext {
	font-size:11px;
	color: #808080;
	border-bottom:solid 1px #aaa;
	background-color:#f2f2f2;
}
.pam {
	padding:10px;
	line-height:1.2;
}
.fb-block table {
	width:100%;
}
.fbRegistrationDivider {
	border-top:1px solid #EAEAEA;
	font-size:9px;
	line-height:14px;
	color:#808080;
}

.inputarea {
	margin-bottom:20px;
	padding:10px 10px;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
}
.inputarea:before,
.inputarea:after {
	content:"";
	display:table;
}
.inputarea:after {
	clear:both;
}
.inputarea {
	zoom:1;
}
.login {
	border-top:solid 1px #cccccc;
	margin-top:10px;
}

.inputarea dt {
	width:110px;
	float:left;
	clear:left;
}
.inputarea dt.long {
	width:100%;
	float:none;
}
.inputarea dd {
	width:505px;
	margin:0 0 20px 130px;
	padding-left:30px;
}
.inputarea dd.req {
	background:url(../images/user/icn_required.gif) no-repeat 0 2px;
}
.inputarea dd ul {
	display:inline-block;
}
.inputarea dd ul:before,
.inputarea dd ul:after {
	content:"";
	display:table;
}
.inputarea dd ul:after { clear:both; }
.inputarea dd ul { zoom:1; }

.inputarea dd li {
	float:left;
	margin-right:20px;
}
.inputarea dd .half {
	margin-right:20px;
}
.inputarea dd .half li {
	margin-right:20px;
	width:45%;
}
.inputarea dd .no-float {
	padding-left:0;
}
.inputarea dd .no-float li {
	float:none;
	margin-right:0;
}
.inputarea dd a.btn {
	margin-left:20px;
	padding:5px 15px;
	border:solid 1px #aaaaaa;
	color:#000000;
	background-color:#dddddd;
	display:inline-block;
}
.inputarea dd .btn:hover {
	
}

/*** JOB OFFER ***/
.job-outline {
	border:solid 1px #cccccc;
	margin:15px 0;
	padding:20px;
}
.job-outline:before,
.job-outline:after {
	content:"";
	display:table;
}
.job-outline:after {
	clear:both;
}
.job-outline {
	zoom:1;
}

.com-logo {
	width:72px;
	hight:72px;
	line-height: 0px;
	margin:0 0 10px 0;
	padding:1px;
	float:left;
	clear:left;
	border:solid 1px #878787;
}
.com-logo img {
	width:100%;
}
.job-outline .com-name {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:110px;
}
.job-outline .com-catch {
	margin-left:110px;
}
.job-detail {
	position:relative;
}
.job-detail .com-name {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:110px;
}
.job-detail .com-catch {
	margin-left:110px;
}
.job-detail h3 {
	background-color:#878787;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
	color:#ffffff;
	padding:5px 10px;
	margin:15px 0 10px;
	clear:both;
}
.job-photo1 {
	width:190px;
	float:right;
	text-align:right;
}

.job-photo1 img {
	width:180px;
	margin-bottom:10px;
}
.job-photo2 {
	display:none;
}
.job-detail .com-txt {
	margin:0 10px 20px;
}
.com-info {
	margin:0 10px;
}
.com-info dt {
	font-weight:bold;
	border-left:solid 3px #ba0000;
	padding-left:5px;
}
.com-info dd {
	margin-left:1em;
	margin-bottom:1em;
}

.entry-top {
	position:absolute;
	top:-65px;
	right:0;
}


/*** SEMINAR ***/

#main-cont h4.sem-date {
	margin-top:15px;
	padding:5px;
}

.sem-week {
	float: left;
	font-size: 14px;
	margin-top: 7px;
	width: 15em;
}
.sem-list {
	padding:10px 10px;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	position:relative;
	min-height:5em;
}
.sem-list:before,
.sem-list:after {
	content:"";
	display:table;
}
.sem-list:after {
	clear:both;
}
.sem-list {
	zoom:1;
}

.sem-time {
	float:left;
	clear:left;
	width:15em;
	font-weight:bold;
}
.sem-place,
.sem-list .sem-tit {
	margin-left:16em;
}

.sem-info:before,
.sem-info:after {
	content:"";
	display:table;
}
.sem-info:after { clear:both; }
.sem-info { zoom:1; }

.sem-info .sem-tit {
	margin:10px 210px 10px 0;
	font-size:14px;
	font-weight:bold;
}
.sem-info dt {
	font-weight:bold;
}
.sem-info dd {
	margin-left:1em;
}
.seminer h3 {
	background-color:#252525;
	color:#ffffff;
	font-size:18px;
	margin:50px 0 10px;
	padding:10px;
		-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
	clear:both;
}

.seminer h4.gaiyo {
	background-color:#878787;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
	color:#ffffff;
	padding:5px 10px!important;
	margin:10px 0 5px!important;
	clear:both;
}
.seminar-photo1 {
	width:190px;
	float:right;
	text-align:right;
}

.seminar-photo1 img {
	width:180px;
	margin-bottom:10px;
}
.seminar-photo2 {
	display:none;
}
#main p.sem-txt {
	margin:0 10px 20px;
	padding-bottom:20px;
	border-bottom:solid 1px #878787;
}
.sem-date dt {
	float:left;
	clear:left;
	font-weight:bold;
	width:10em;
	margin-bottom:8px;
}
.sem-date dd {
	margin-left:10em;
	margin-bottom:8px;
	min-height:3em;
}
.sem-date dt.gaiyo {
	float:none;
	margin-bottom:0px;
}
.sem-date dd.gaiyo {
	margin-left:0;
}

.sem-next {
	background:url(../images/arrow_down2.gif) no-repeat center bottom;
	padding-bottom:20px;
	margin:10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}



/***** OBORIREKI *****/

h3.regist-date {
	background-color:#252525;
	margin-top:0;
	margin-bottom:20px;
	padding:5px 10px;
	font-size:14px;
}

.history h4 {
	margin-top:15px!important;
}
.history h4 p {
	font-size:11px;
	margin-top:5px;
}
.regist-list {
	padding:10px 10px;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	position:relative;
}
.regist-list:before,
.regist-list:after {
	content:"";
	display:table;
}
.regist-list:after {
	clear:both;
}
.regist-list {
	zoom:1;
}

div.regist-date {
	text-align:right;
}
.regist-category {
	width:60px;
	float:left;
	text-align:center;
	color:#ffffff;
}

.regist-info {
	margin-left:230px;
}
.event-date {
	font-weight:bold;
}


/********************************************
TOP PAGE
********************************************/

.slides {
	margin:10px;
}

#info h3 {
	background-color:#252525;
	color:#ffffff;
	font-size:18px;
	padding:10px;
		-webkit-border-radius:		3px 3px 0px 0px;
	 -khtml-border-radius:		3px 3px 0px 0px;
	   -moz-border-radius:		3px 3px 0px 0px;
	     -o-border-radius:		3px 3px 0px 0px;
	        border-radius:		3px 3px 0px 0px;
}
#info dd {
	margin-bottom:5px;
	font-size:11px;
	line-height:16px;
}


#menubunner a p {
	color:#000;
	text-decoration:none;
}
#menubunner a:hover p {
	text-decoration:none;
}

#signup-smp {
	display:none;
}
.first-smp,
.facebook-tablet,
.facebook-smp {
	display:none;
}


/********************************************
JOB FAIR
********************************************/

#slideshow {
    position:relative;
    height:268px;
    margin-bottom:4px;
}
#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height:268px;
    background-color: #FFF;
}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow DIV.last-active {
    z-index:9;
}
#slideshow DIV IMG {
    height:268px;
    display: block;
    border: 0;
}

.top_banner_area {
	margin-bottom:4px;
}


.topbanners {
	margin-bottom: 4px;
	}

.jfbnr201308 {
	position: relative;
	height:260px;
	margin:0 ;
}
.jfbnr201308 .date1    {
    position:    absolute;
    z-index:    1;
    top:        5px;
    right:        5px;
}
.jfbnr201308 .date2    {
    position:    absolute;
    z-index:    2;
    bottom:   5px;
    right:       5px;
}
.jfbnr201308 .date1:hover,
.jfbnr201308 .date2:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*** JOB FAIR 予約完了 ***/

.reserve-wrap {
	border:solid 1px #5d5d5d;
	padding:15px;
}
.reserve-wrap h3 {
	font-size:15px;
	font-weight:bold;
}
.reserve-wrap ul {
	margin-bottom:15px;
}
.reserve-wrap li {
	border-bottom:dotted 1px #5d5d5d;
	padding:5px 0;
	clear:left;
	width:100%;
	display:table;
}
.reserve-wrap li .area {
	width:75%;
	display:table-cell;
}
.reserve-wrap strong {
	font-size:13px;
}
.reserve-wrap li .reserve {
	display:table-cell;
	vertical-align:middle;
	width:25%;
}


@media only screen and (max-width: 980px) { 
	.reserve-wrap .btn-half {
		width:90%;
	}
	.reserve-wrap li {
		display:block;
	}
	.reserve-wrap li .area {
		width:100%;
		display:block;
	}
	.reserve-wrap li .reserve {
		display:block;
		width:50%;
		margin:0 auto;
	}

}


/********************************************
	contents page
********************************************/

#sidearea {
	
}






/*
///////////////////////////////////////////////////////////////////////////////////////////// 

	PAGINATION

/////////////////////////////////////////////////////////////////////////////////////////////
*/
.wp-paginate{
	background:#fff;
	padding:10px;
	text-align:center;
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.wp-paginate li{
	display:inline;
}
.wp-paginate li a{
	display:inline-block;
	font-weight:bold;
	padding:5px 15px;
}
.wp-paginate li .current{
	font-weight:bold;
	background:#000;
	background:rgba(0, 0, 0, 0.05);
	display:inline-block;
	padding:5px 15px;
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	     -o-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////// 

	COMMENTS

/////////////////////////////////////////////////////////////////////////////////////////////
*/
#comments h3{
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	color:#FFF;
	padding:15px;
	text-shadow:none;
}
#comments .commentlist{
	padding:0 20px;
}
#comments .commentlist li{
	padding:10px 10px;
	border-bottom:1px solid #e8e8e8;
	position:relative;
}

#comments .commentlist li:nth-child(even){
	background:#f9f9f9;
}
#comments .commentlist .avatar{
	position:absolute;
	top:5px;
	left:5px;
}
#comments .commentlist p{
	margin-bottom:0;
}
#comments .commentlist ul{
	margin-left:50px;
}
#comments .commentlist ul li .avatar{
	position:absolute;
	top:10px;
	left:8px;
	width:32px; height:32px;
}

.comment-des{float:right; width:89%; }
.comment-des strong{float:left; color:#464646; padding-right:5px; font-family: "Open Sans", Arial,sans-serif; font-size:14px; letter-spacing: -0.5px;}
.comment-des span{float:left; color:#777; font-family: Tahoma, Arial, sans-serif;}
.comment-by{float:left; width:100%; padding-bottom:5px; padding-top:5px; color: #000;}
.comment-by span.reply{color:#777; float:right;}
.comment-by span.reply a{color:#6f9c00; font-weight:bold; float:right; height:17px; margin-left:5px; font-weight: normal;}
.comment-by span.reply a:hover{border:none; color: #888;}
.comment-by span.date{color:#888; padding-right:7px; float:right;}


h4.black_title{
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	color:#FFF;
	padding:15px;
	text-shadow:none;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////// 

	GRID

/////////////////////////////////////////////////////////////////////////////////////////////
*/
.container{
		padding:0;
	}

/* shadow_block */
.box{
	background:#fff;
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	        transition-duration: 0.5s; 
	-webkit-transition-timing function: ease-in;
	   -moz-transition-timing function: ease-in; 
	        transition-timing function: ease-in;
	margin:5px;
	position:relative;
}
.box:before,
.box:after {
	content:"";
	display:table;
}
.box:after { clear:both; }
.box { zoom:1; }


.col1 { width: 240px; }
.col2 { width: 720px; }
.col3 { width: 480px; }
.col1,
.col2,
.col3 {
	float:left;
}
.col-half {
	width:45%;
}

.one-full { width: 100%; }
.one-half { width: 470px; }
.one-third { width: 307px; }
.two-third { width: 633px; }
.one-fourth { width: 225px; }
.three-fourth { width: 715px; }
.one-fifth { width: 176px; }
.two-fifth { width: 372px; }
.three-fifth { width: 568px; }
.four-fifth { width: 764px; }
.one-tenth { width:  78px; }

#main-cont .one-half {
	width:50%;
	float:left;
}
.inner {
	padding:10px;
}
.inner:before,
.inner:after {
	content:"";
	display:table;
}
.inner:after {
	clear:both;
}
.inner {
	zoom:1;
}
#main-cont .box {
/*	padding:10px 0 ;*/
}
#main-cont .inner {
	padding:20px;
}

    #page_content .one-half { 		width: 310px; }
    #page_content .one-third { 		width: 200px; }
    #page_content .two-third { 		width: 440px; }
    #page_content .one-fourth {		width: 140px; }
    #page_content .two-fourth {		width: 320px; }
    #page_content .three-fourth {	width: 500px; }
    #page_content .one-fifth { 		width: 104px; }
   	#page_content .two-fifth { 		width: 248px; }
   	#page_content .three-fifth { 	width: 392px; }
   	#page_content .four-fifth { 	width: 536px; }	
	#page_content .one-tenth { 		width:  60px; }	
#page_content .one-half.left-col { 	margin-left:10px; }

.red-wrap {
	border:solid 1px #ba0000;
	padding:10px;
}

	
/*
///////////////////////////////////////////////////////////////////////////////////////////// 

	 FORM

/////////////////////////////////////////////////////////////////////////////////////////////
*/
input[type=text],
input[type=password],
select {
	border:solid 1px #aaaaaa;
	padding:5px;
}
input[type=text].wide {
	max-width:40em;
	width:95%!important;
}
input[type=text].large {
	max-width:30em;
	width:95%!important;
}
input[type=text].small {
	max-width:8em;
	width:95%!important;
}
input[type=text].mini {
	width:5em;
}
select.wide {
	max-width:40em;
	width:95%!important;
}

textarea.large {
	width:90%;
	height:5em;;
}

.form_design .field input{
	width:100%;
	max-width: inherit;
	display:block;
}
.form_design .field input[type=checkbox], .form_design .field input[type=radio]{
	padding:4px;
	width:24px;
	max-width: inherit;
	display:block; float:left;
}
.form_design .field textarea{
	width:100%; height:150px;
	max-width: inherit;
	display:block;
}
.form_design .the-fix { padding: 0; padding-right: 30px; marign: 0; display: block; }
.form_design .submit_col .the-fix { padding: 0; padding-right: 10px; marign: 0; display: block; }

.form_design .submit_col input{
	cursor:pointer;
}
.form_design .dsgn{
	border:1px solid #d4d4d4;
	background:#FFF;
	color:#666;
	padding:4px 8px 4px 8px;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
	/* CSS3 SHADOW */
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	     -o-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	/* CSS3 Tranistion */
	-webkit-transition: all 0.3s ease;  /* Saf3.2+, Chrome */
	   -moz-transition: all 0.3s ease;  /* FF4+ */
		-ms-transition: all 0.3s ease;  /* IE10 */
		 -o-transition: all 0.3s ease;  /* Opera 10.5+ */
			transition: all 0.3s ease;
}
.form_design input.inputError,
.form_design textarea.inputError{
	border:1px solid rgba(100, 100, 100, 0.5) !important;
	background:#eee;
		/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
	   -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
	     -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
	        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	THEME COLORS

//////////////////////////////////////////////////////////////////////////////////////////////
*/


#sliderCarousel ul li a{color:#fff;}
#sliderCarousel ul li a:hover{color:#fd248a;}
.image_grid .slide_infos .infos a:hover{
	color:#fd248a !important;
}
#bg .main-bg{
	border-bottom:1px solid #eee;
}
#free_zone{
	background:#fff;
}
#title_bar{
	background:#fff;
}
.cr_btn, .cr_btn_big{
	background:#fd248a;
	color:#FFF;
}

#top_illustration{ background:#fd248a; }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:#fd248a;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background:#fd248a !important;
}
.plan.featured{
	border:1px solid #fd248a; 
}
.pricing-table .plan.featured:last-child{
	border-right:1px solid #fd248a;
}
.plan.featured h3{
	background-color: #fd248a;
	color:#ffffff;
}
.plan.featured .price{
	background-color: #fd248a;
	color:#ffffff;
}

.plan.featured
{
	border-right:1px solid #fd248a !important;
}

.toggle .title:hover{
	color:#fd248a;
}
.toggle .title.active{
	color:#fd248a;
}
ul.tabNavigation li a.active{
    color:#fd248a;
    border-top:1px solid #fd248a;
}

ul.tabNavigation li a:hover {
	color:#fd248a;
}
.accordion .title.active a{
	color:#fd248a !important;
}
