@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
	font-size:14px;
	color:#fff;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	line-height:1.7;
}

/* form */
button, fieldset, form, input, 
label, legend, select, textarea{  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline;  
}  

input, textarea{
	vertical-align:middle;
	padding:1px;
}

textarea{
	width: 98%;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:baseline;
	margin-right:3px;
}

/* links */
a:link,
a:visited { color:#fff; text-decoration: underline; }

a:hover,
a:active { text-decoration: none; }

a img { filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)"; -moz-opacity: 1; opacity: 1; zoom: 1; }

a img:hover { filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; -moz-opacity: 0.7; opacity: 0.7; zoom: 1; }

/* clearfix scheme */
div:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* html div { zoom: 1; } /* IE6 */

*:first-child+html div { zoom: 1; } /* IE7 */

.cf:after { clear: both; display: block; visibility: hidden; height: 0; content: "."; }

.cf { _display: inline-table; zoom: 1; }

/* common modules */
.center { text-align: center; }

.f200 { font-size: 200%; }

.mt0 { margin-top:0 !important; }
.mb0 { margin-bottom:0 !important; }

.img-l{ float:left;  margin:0 30px 30px 0; }

.img-r{ float:right; margin:0 0 30px 30px; }

/* layout */
#spLinkBlockInPc {
	display:none;
	background:#000;
	padding:20px 0;
}

#spLinkBlockInPc a{
	text-decoration:none;
	color:#2d2d2d;
	text-align:center;
	display:block;
	background: linear-gradient(#eee, #ccc);
	border-radius:20px;
	font-size:250%;
	padding:20px 0;
	margin:0 auto;
	width:60%;
}

#header { width:100%; background:/*url(../img/bg_header.png)*/#c00; /*position:fixed;*/ z-index: 999; }

.header-inner {
	width:960px;
	height:85px;
	margin:0 auto;
	position:relative;
}

.header-inner .logo {
	position:absolute;
	top:20px;
	left:0;
}

.header-inner .global-nav {
	position:absolute;
	top:11px;
	right:0;
}

.header-inner .global-nav li {
	line-height:100%;
	float:left;
	padding: 5px 0;
	margin-right:20px;
}

.header-inner .global-nav li.nav-facebook {
	padding-left:20px;
	margin:0;
	border-left:1px solid #d97a75;
}

.page-title {
	background:url(../img/bg_page_title.png) #fff;
}

.page-title h1 {
	width:960px;
	color:#000;
	font-family:'Oswald', sans-serif;
	font-size:40px;
    margin:auto;
    vertical-align:middle;
	line-height:75px;
}

.page-title h1 span {
	font-size:16px;
	vertical-align:middle;
	margin-left:20px;
}


.topic-path{
	width:960px;
	margin:15px auto 15px;
	font-size: 12px;
}

.topic-path span {
	color:#999;
	padding:0 10px;
}

.topic-path2{
    color:#000000;
    width:960px;
	margin:15px auto 15px;
	font-size: 12px;
}

.content {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

.content2 {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

.content p{
	margin:10px 0;
}

.content2 p{
       margin:10px 0 5px;
}

.pagetop {
	width:960px;
	margin:60px auto 20px;
	text-align:right;
	font-size:12px;
}

.pagetop a,
.pagetop a:link,
.pagetop a:hover,
.pagetop a:visited,
.pagetop a:active {
	background:url(../img/icon_arrow_pagetop.png) center right no-repeat;
	padding-right: 13px;
	text-decoration:none;
}

.footer {
	background:#000;
	border-top:1px solid #444;
	color:#666;
	font-size:11px;
	padding:20px 0 80px;
	text-align:center;
}

/*---------------------------------------------------
  見出し
----------------------------------------------------*/
.title01{
	background:url(../img/bg_title_01.png) left bottom no-repeat;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	color:#fff;
	padding-bottom:10px;
	margin:60px 0 30px;
	clear:both;
}

h2{
	font-size:30px;
	margin:60px 0 30px;
}

h3{
	background:url(../img/bg_title_h3.png) left bottom no-repeat;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	color:#c00;
	padding-bottom:10px;
	margin:60px 0 30px;
	clear:both;
}

h4{
	background:url(../img/bg_title_h4.png);
	font-size:18px;
	padding:10px;
	margin:40px 0 20px;
	clear:both;
}

/*---------------------------------------------------
  テーブルの装飾
----------------------------------------------------*/
table{
	border-collapse:collapse;
	border:1px solid #444;
}

table th,
table td {
	padding:10px 15px;
	background:#000;
	text-align:left;
	vertical-align:middle;
	border:1px solid #444;
}

table thead th, table tbody th{
	background:#2d2d2d;
	text-align:left;
	font-weight:bold;
}

table td.color{
	background:#222;
}

table td.color2{
  background-image:linear-gradient(to top right,
                        transparent, transparent 50%,
                        red 50%, red 50%,
                        transparent 51%, transparent);
}

table td.color span{
	color:red;
}


.titleA{
    font-size:25px;
    line-height:0.5em;
    padding-top:30px;
    padding-bottom:1px; 
}

.titleB{
    padding-top:1px;
    padding-bottom:1px; 
    margin-bottom:0;
}

.recruit1{
    background:#FFF;
　　color:#000 ;
}