@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "inquiry.css";
@import "DropDownMenu.css";



body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 15px;
	line-height: 1.4;
	background: url(/img/bg2.jpg) left top repeat-x #ebfafb;
}

/* リンク設定 */
a:link {
	color: #0096b0;
}
a:visited {
	color: #0096b0;
}
a:hover {
	color: #00cfde;
	text-decoration: none;
}


/* 強調文字 */
strong {
	font-weight: bold;
}


/* レイアウト設定 */
#container {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
}



/* ヘッダー */
#header {
	display: block;
	width: 780px;
	height: 92px;
	background: url(/img/header_bg.gif) 457px 26px no-repeat;
	text-align: left;
}

h1 {
	padding: 24px 0px 0px 10px;
}



/* グローバルメニュー */
#global-menu {
	clear: both;
	display: block;
	width: 780px;
	height: 60px;
	text-align: left;
	z-index: 2;
}
.global-menu-inbox {
	width: 100%;
}
.menu_all {
	float: left;
	padding: 15px 0px 0px 10px;
	width: 140px;
	height: 30px;
}
.menu_inq {
	float: left;
	padding: 15px 0px 0px 10px;
	width: 160px;
	height: 30px;
}



/* コンテンツブロック */
#contents_block {
	background: url(/img/contents_block_in.gif) left top repeat-y;
	margin-bottom: 20px;
	float: left;
	z-index: 1;
}



/* 左メニュー */
.left_side {
	width: 200px;
	float: left;
}
.left_title {
	padding: 1px 0px 20px 0px;
}
.left_other {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border-bottom: 1px solid #bcbdbf;
}



/* 右コンテンツ */
.right_side {
	width: 560px;
	float: right;
	text-align: center;
}
.flash_box {
	width: 520px;
	padding: 20px 0px;
	margin: 0px auto;
}
.top_information {
	width: 500px;
	border: 1px solid #333333;
	padding: 10px;
	margin: 0px auto 20px auto;
	text-align: justify;
}



/* トップページ */
.corp_outbox {
	width: 520px;
	padding: 0px;
	margin: 0px auto 20px auto;
}
.corp_box {
	width: 520px;
}
.corp_box td {
	text-align: justify;
}
.corp_name {
	padding: 5px;
	background: #e6ebc2;
}
.branch_box {
	padding: 5px;
	border-bottom: 1px dotted #333333;
}
.corp_end {
	padding: 5px 5px 0px 5px;
}
.management_txt {
	text-align: left;
	padding: 0px 20px 5px 20px;
	font-size: 14pt;
	font-weight: bold;
}



/* 会社概要 */
.pdf_parts {
	text-align: right;
	padding: 0px 20px 10px 0px;
}
.outline_box {
	width: 520px;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	text-align: justify;
}
.outline_box th {
	width: 150px;
	padding: 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #333333;
	border-right: 1px dotted #333333;
}
.outline_box td {
	padding: 5px;
	border-bottom: 1px solid #333333;
}
.outline_box th.outleft {
	width: 150px;
	padding: 5px;
	background: #f2f2f2;
	border-right: 1px dotted #333333;
}
.outline_box td.outright {
	padding: 5px;
}

#yakuin th {
	width: 30%;
	font-weight: normal;
	background: #ffffff;
	border-bottom: 1px dotted #cccccc;
	border-right: none;
}
#yakuin td {
	border-bottom: 1px dotted #cccccc;
}



/* 沿革 */
.history_box {
	width: 520px;
	border-top: 1px dotted #333333;
}
.history_box td {
	padding: 5px 0px;
	border-bottom: 1px dotted #333333;
	text-align: center;
	vertical-align: top;
}
.history_box td.his_txt {
	width: 370px;
	text-align: justify;
	padding-left: 15px;
}



/* 事業案内 */
#act_left_box {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: 300px;
	text-align: justify;
}
#act_right_box {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: 200px;
	text-align: right;
	font-size: 11px;
}

.act_box {
	width: 300px;
}
.act_box td {
	text-align: justify;
}
.act_name {
	padding: 5px;
	background: #e6ebc2;
	font-weight: bold;
}
.act_box td.act_pdfbox {
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #cccccc;
	text-align: right;
}
.act_box td.act_pdfbox2 {
	padding: 5px 0px 20px 0px;
	border-top: 1px dotted #cccccc;
	text-align: right;
}
.act_end {
	padding: 5px;
}
.act_end2 {
	padding: 5px 5px 0px 5px;
}



/* 採用情報 */
.rec_info {
	width: 520px;
	margin: 0px auto 20px auto;
	padding: 0px;
	text-align: justify;
}
.rec_regular {
	width: 520px;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: justify;
	color: #de0001;
}



/* お問い合わせ */
.inq_box {
	width: 300px;
	padding: 2px;
}
.inq_ex {
	color: #999999;
}
#inq-area {
	width: 300px;
	padding: 2px;
}
.inq-button {
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.inq_information {
	width: 500px;
	border: 1px solid #999999;
	padding: 10px;
	margin: 0px auto 20px auto;
	text-align: justify;
	font-size: 13px;
	color: #999999;
}



/* サッカー・フットサル */
.soc_ft_list li {
	border-bottom: 1px dotted #333333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/* 	共通 */
.clear {
	clear: both;
	display: block;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
.bottom5px {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.bottom10px {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.bottom20px {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.page_top {
	clear: both;
	width: 760px;
	border: 1px solid #bbbdbf;
	padding: 10px;
	margin: 0px auto 20px auto;
	text-align: right;
	background: #fafafa;
}
.business_box {
	clear: both;
	width: 760px;
	border: 1px solid #bbbdbf;
	padding: 10px;
	margin: 0px auto 20px auto;
	text-align: justify;
	background: #fafafa;
	color: #808080;
	font-size: 13px;
}
.rec_second_title {
	width: 520px;
	margin: 30px auto 10px auto;
	padding: 0px;
	text-align: justify;
	color: #de0001;
}



/* フッター */
#footer {
	clear: both;
	border-top: 2px solid #333333;
	background: #fafafa;
	padding: 20px;
	color: #808080;
}
#footer a {
	color: #808080;
}
#footer a:visited {
	color: #808080;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
}

#copy {
	padding: 10px 0px 0px 0px;
	font-size: 11px;
}



/* +++++++++++++++++++++++ */

/* アコーディオン */

/* +++++++++++++++++++++++ */
.accordionbox{
	width: 100%;
}
.accordionlist dt{
    border-top: 1px solid #DFDFDF;
	background:#004972;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt.title{
    padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
	background:#004972;
}
.accordionlist dd{
    display:none;
	background: #fff;
	clear: both;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
	padding: 10px;
}
.accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 10px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 10px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 10px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}