

body, header, section, h1, h2, nav, ul, ol, li {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}


body{
	/*font-size:small;*/
	color:#333;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

h1 {
	color:#ffffff;
	background-color:#2829BF;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding:5px 0px;
}

h3 {
	text-align:center;
}

h3.title {
	background-color:#eeeeee;
	padding:10px;
	text-align:center;
	border: 1px #cccccc solid;
}
h3.subtitle {
	background-color:#ffffff;
	padding:5px;
	text-align:center;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	font-size:1.0em;
}

.f12 {
	font-size:12px;
}
.f12lh09 {
	font-size:12px;
	line-height:1.1em;
}
.f14 {
	font-size:14px;
}

.clearfix:after{
	content:'.';
	visibility:hidden;
	width:100%;
	clear:both;
	line-height:0px;
}


#topheader {
	text-align:center;
	margin:10px;
	padding:0;
}

#header {
	text-align:center;
	margin-bottom:10px;
}



#container{
	overflow:hidden;
	padding:0 15px 0px 15px;
	margin-bottom:20px;
}



#title {
	/*background-color:#949FB5;*/
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:5px 5px;
	margin:10px 0px;
	height:auto;
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#949FB5), to(#6D7896));

}


.reg_button_div {
	margin:20px 0px;
}
.reg_button {
	text-align:center;
	margin:5px 0px;
}


.pagetop {
	margin-top:20px;
	margin-bottom:15px;
	text-align:right;
}


.listtag {
	margin-left:20px;
	font-size:0.9em;
}




#menu{
	clear:both;
}

#menu ul{
	margin:20px 0px;
	list-style:none;
	padding:5px 0px;
}

#menu li{
	text-align:left;
	border:1px #ccc solid;
	border-bottom:0px;
    background: -webkit-gradient(
		       linear, left top, left bottom, 
		       from(#ffffff),
		       to(#eeeeee));
	text-shadow:1px 1px 0px rgba(255,255,255,1.0);
}


#menu li:first-child{
    /*background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#BBB),
				to(#666));
	border:none;*/
	border-top:1px #ccc solid;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}


#menu li:last-child{
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom:1px #ccc solid;
}

#menu li > header > h2 {
	text-align:left;
	font-weight:bold;
	font-size:1.4em;
	margin-left:15px;
	color:#FFF;
	text-shadow:0px -1px 0px rgba(0,0,0,1.0);
}

#menu li>a{
	color:#666;
	display:block;
	height:auto;
	/*-webkit-box-sizing: border-box;*/
	padding:10px 0;
	/*padding-left:10px;*/
	text-align:left;
	/*font-size:1.3em;*/
	font-weight:bold;
	/*vertical-align:middle;*/
	padding-left:10px;
	
}


#menu li>a>span{
	display:table-cell;
	clear:none;
	vertical-align:middle;
	height:auto;
}
#menu li>a>span:last-child{
    width:100%;
}
#menu li>a>span>img{
	margin:0 10px;
}
/*
#menu li > a:before {
	display:table-cell;
	content:'.';
	visibility:hidden;
	padding-left:10px;
}
*/
#menu li>a:after{
	content:url(images/arrow.png);
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
}




/*#menu2*/

#menu2{
	clear:both;
}

#menu2 ul{
	margin:20px 0px;
	list-style:none;
	padding:0;
}

#menu2 li{
	text-align:left;
	padding:5px 10px;
	border:1px #ccc solid;
	border-bottom:0px;
    background: -webkit-gradient(
		       linear, left top, left bottom, 
		       from(#ffffff),
		       to(#eeeeee));
}

#menu2 li:last-child{
	border-bottom:1px #ccc solid;
}


/*#news*/

#newstitle {
	margin-top:20px;
	padding:5px 0 5px 10px;
    background: -webkit-gradient(
		       linear, left top, left bottom, 
		       from(#ffffff),
		       to(#eeeeee));
	-webkit-border-top-left-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topleft: 10px;	/* Firefox用 */
	-webkit-border-top-right-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 10px;	/* Firefox用 */
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-shadow:1px 1px 0px rgba(255,255,255,1.0);
	font-weight:bold;
	color:#666;
}

#news {
	clear:both;
	font-size:small;
}

#news ul{
	margin:0;
	list-style:none;
	padding:0;
    background: -webkit-gradient(
		       linear, left top, left bottom, 
		       from(#ffffff),
		       to(#eeeeee));
}

#news li:first-child{
	border-top:1px #ccc solid;
}

#news li{
	text-align:left;
	padding:5px 10px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ddd solid;
}

#news li:last-child{
	border-bottom:1px #ccc solid;
}







#forpc {
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
}









#footer{
clear:both;
	font-size:0.9em;
	text-align:center;
	margin:0;
	line-height:1.1em;
	padding:10px 5px 15px 5px;
	background-color:#e6e6e6;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#482432), to(#2E1720));*/
}
/*#footer a {
	color:#fff;
	text-decoration:underline;
}*/



#pagecontrol_top {
	margin:4px 0px;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}

.joblist_no {
	background-color:#efefef;
	padding:5px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	-webkit-border-top-left-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topleft: 10px;	/* Firefox用 */
	-webkit-border-top-right-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 10px;	/* Firefox用 */
}
.joblist {
	margin:0px 0px 10px 0px ;
	padding:5px;
	border: solid 1px #cccccc;
	-webkit-border-bottom-left-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topleft: 10px;	/* Firefox用 */
	-webkit-border-bottom-right-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 10px;	/* Firefox用 */
}




ul.navbtm {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	height:40px;
	line-height:0;
	margin-top:50px;
}

ul.navbtm li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	background: #000000 url(images/nav_botm_bg.gif);
	color: #fff;
	margin-right: 1px;
	width: 1000px;
}

ul.navbtm li a {
	display: block;
	color: #fff;
	/*line-height: 30px;*/
	text-align: center;
}

ul.navbtm li:last-child {
	margin-right: 0;
}





#snslogo{
	margin:10px 0;
}
.snslogo_left{
	width:50%;
	text-align: center;
	float:left;
}
.snslogo_right{
	width:50%;
	text-align: center;
	float:right;
}


#ptitle{
	background-color:#efefef;
	margin:0 0 10px 0;
	padding:5px;
	border: solid 1px #cccccc;
	-webkit-border-top-left-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topleft: 10px;	/* Firefox用 */
	-webkit-border-top-right-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 10px;	/* Firefox用 */
	-webkit-border-bottom-left-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 10px;	/* Firefox用 */
	-webkit-border-bottom-right-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 10px;	/* Firefox用 */
}



#bottomnav{
	padding: 0;
	margin:0;
	height:50px;
	text-align:center;
	background: #e6e6e6 url(images/bottomnav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#bottomnav_left{
	width:50%;
	height:50px;
	text-align: left;
	float:left;
}
#bottomnav_right{
	width:50%;
	height:50px;
	text-align: right;
	float:left;
}

.shubetsu {
	background-color: #BAD3FF;
	padding:1px 4px 1px 4px;
	margin-right:5px;
	-webkit-border-top-left-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topleft: 6px;	/* Firefox用 */
	-webkit-border-top-right-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 6px;	/* Firefox用 */
	-webkit-border-bottom-left-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 6px;	/* Firefox用 */
	-webkit-border-bottom-right-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 6px;	/* Firefox用 */
}

#detailcatch {
	margin-bottom:10px;
	padding:5px 0;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.datailtable {
	font-size:small;
	background:#ddd;
}
.datailtable td {
	padding:4px;
	border-bottom: solid 1px #cccccc;
}


#pagetitlebar {
	width:250px;
	height:16px;
	background-image: url(images/pagetitlebar.png);background-size:contain;
	margin:0 auto 10px auto;
	padding:12px 20px;
	font-size:14px;
	font-weight:bold;
}


.submitbtn {
	width: 290px;
	margin: 0;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));	
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	font-size:16px;
}





#banner {
	text-align:center;
	margin-top:20px;
	padding:0;
}