@charset "utf-8";

/* --------------------------------------------------
	共通？
-------------------------------------------------- */

#set_body {
	width: 980px;
	margin: 0 auto;
}
#set_main {
	width: 980px;
}

#header {
	height: 150px;
	border-bottom: solid 10px #1d2d73;
}
#header_inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header_inner li {
	float: left;
}
#header_inner #logo {
	position:absolute;
}

#footer #footer_navi {
	background-color: #1d2d73;
	height: 50px;
}


#footer #footer_navi_inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#footer #low_foot{
	background-color: #fdc01c;
	padding: 20px 0; 
}
#footer #low_foot_inner{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#footer #low_foot_inner .low_foot01{
	margin: 10px 100px 0 0px;
	float: right;
}
#footer #low_foot_inner .low_foot01 p.bold{
	font-weight: bold;
	margin-bottom: 5px;
}
#footer #low_foot_inner .low_foot02{
	float: left;
	margin: 0px 0px 0 80px;
}
#footer #copyRight {
	width: 980px;
	margin: 10px auto;
}
#footer #copyRight p {
	text-align: center;
}


#container_wrapper {
	width: 100%;
	background-image: url(../images/common/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #b7d2ff;
	padding: 30px 0 50px 0;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	width: 100%;
	margin: 30px 0 20px 0;
	font-size: 20pt;
	border-bottom: #333333 solid 1px;
	padding-bottom: 8px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝";
}
h2 {
	margin: 20px 0 10px 0;
	background-color: #009;
	color: #ffffff;
	font-size: 14pt;
	padding: 3px 10px;
	font-weight: bold;
}
dl:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
dl {
	clear: both;
}
dl dt, dl dd {
	float: left;
	padding: 15px;
}
input, textarea {
	padding: 3px;
	font-size: 12pt;
}
p.info {
	font-size: 9pt;
}
textarea {
	width: 100%;
	height: 50px;
}
#buttons {
	margin: 20px 0;
	text-align: center;
}
#buttons input[type="submit"] {
	width: 200px;
	height: 60px;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px;
}
#errorMessage {
	color: #ff0000;
}

.upImage {
	display: block;
}
.upImage img {
	max-width: 100%;
	max-height: 200px;
}
.upImage .now a,
.upImage .now img {
	display: block;
}
.upImage .now a {
	margin: 5px 0 10px 0;
	width: 100px;
	height: 30px;
	background-color: #CCC;
	border: #333 solid 1px;
	text-align: center;
	line-height: 30px;
}



#loginInfo {
	float: right;
	margin-top: 100px;
}

.hissu {
	padding-left: 50px;
	background-image: url(/images/manager/hissu.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 5px 14px;
}

/*------ ナビ ------*/
#navi {
	width: 100%;
	background-color: #1d2d73;
}
#navi ul {
	width: 980px;
	margin: 0 auto;
}
#navi li{
	float:left;
	width: 242px;
	text-align: center;
	font-size: 16px;
	line-height:  45px;
	border-right: 1px solid #ffffff;
}
#navi li#navi01{
	border-left: 1px solid #ffffff;
}
#navi a{
	color: #ffffff;
	display: block;
}
#navi a:hover{
	color: #000000;
	background-color: #fdc01c;
}



/*-----一覧表示-----*/
#hyoji{
	font-size: 16px;
	text-align: right;
}
#rowHead{
	color: #ffffff;
	font-weight: bold;
	background-color: #333;
	padding: 10px 0;
}
#rowHead:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.item_wrapper {
	background-color: #C4dDfD;
}
.item_wrapper div.item:nth-child(2n){
	background-color: #D5EFFD;
}
.item_wrapper .item:after {
	content: "."; 
	display: block; 
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#rowHead div,
.item_wrapper .item div{
	float: left;
}
.item_wrapper .item {
	padding: 10px 0;
	border-bottom: #006 solid 1px;
}

/********************************
 企業情報登録画面
 ********************************/
#en_entry {
	margin-bottom: 15px;
}
#en_entry a {
	display: block;
	width: 180px;
	height: 40px;
	background-color: #69F;
	text-align: center;
	font-size: 14pt;
	line-height: 40px;
	border-radius: 3px;
	box-shadow: 3px 3px #AAA;
	margin-left: auto;
}
#en_entry a:hover {
	cursor: pointer;
}
.company_entry .notice {
	font-size: 11pt;
	color: #ff0000;
	text-align: center;
	line-height: 1.4em;
	
}
.company_entry h3 {
	font-weight: bold;
	border: #003 double 3px;
	padding: 10px;
	margin-bottom: 5px;
}
.company_entry .sub_section {
	margin-bottom: 20px;
}

.company_entry dl {
	border-bottom: #666666 solid 1px;
	background-color: #0FF;
	width:980px;
	margin: 0 auto;
}
.company_entry dl dt {
	width: 300px;
}
.company_entry dl dt.hissu {
	width: 265px;
}
.company_entry dl dd {
	width: 620px;
	background-color: #ffffff;
}
.company_entry dl dd p.midashi {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 15px;
}
.company_entry dl dd label {
	margin-left: 5px;
	word-break: keep-all;
	white-space: nowrap;
}
.company_entry dl dd label input {
	height: 18px;
}

.company_entry #errorMessage {
	border: #ff0000 double 3px;
	padding: 20px;
}
.company_entry #buttons p.preview {
	margin-left: auto;
	width: 180px;
	height: 40px;
	background-color: #69F;
	text-align: center;
	font-size: 14pt;
	line-height: 40px;
	border-radius: 3px;
	box-shadow: 3px 3px #AAA;
}
.company_entry #buttons p.preview a {
	color: #ffffff;
}

/********************************
 ログイン画面
 ********************************/
.login dl {
	margin: 0 auto;
}
.login dl dt {
	width: 100px;
	margin-left: 40px;
	font-size: 14pt;
}
.login dl dd {
	width: 300px;
	background-color: #ffffff;
}
.login #section1 {
	width: 500px;
	border: #999999 double 3px;
	margin: 50px auto 0;
	padding: 30px 0;
}
.login #errorMessage {
	width: 460px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.login #errorMessage p {
	text-align: center;
}

/********************************
 完了画面
 ********************************/
.fin #message {
	margin: 100px 0 100px 0;
}
.fin #message p {
	text-align: center;
}
/********************************
 管理画面トップ
 ********************************/
.top h1 {
	margin-top: 40px;
	font-weight: bold;
	font-size: 24px;
	padding-left: 10px;
	border-left: 5px solid #1d2d73; 
}
.top .section {
	float:left;
	margin: 40px 0 40px 65px;
	
}
.top #latest_information a{
	display: block;
	width: 240px;
	height: 240px;
	text-indent: -9999px;
	background-image: url(../images/manager/topBtn01.jpg);
}
.top #latest_information a:hover{
	background-position:left bottom;
}
.top #column a{
	display: block;
	width: 240px;
	height: 240px;
	text-indent: -9999px;
	background-image: url(../images/manager/topBtn02.jpg);
}
.top #column a:hover{
	background-position:left bottom;
}
.top #company_list a{
	display: block;
	width: 240px;
	height: 240px;
	text-indent: -9999px;
	background-image: url(../images/manager/topBtn03.jpg);
}
.top #company_list a:hover{
	background-position:left bottom;
}
/********************************
 企業一覧
 ********************************/
.company_list {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.company_list .kensaku{
	margin-left: 140px;
}
.company_list .item .controller {
	width: 400px;
	float: right;
}
.company_list .controller div p {
	float: left;
}
.company_list .controller p.head {
	width: 100px;
	margin-right: 10px;
	text-align: right;
}

.company_list .zyotai {
	width: 80px;
	margin-right: 10px;
}
.company_list .zyotai p{
	text-align: center;
}
.company_list .zyotai p.s0 { background-color: #39F; }
.company_list .zyotai p.s1 { background-color: #FC6; }
.company_list .zyotai p.s2 { background-color: #0F6; }
.company_list .zyotai p.s3 { background-color: #F30; }


.company_list .acount {
	width: 170px;
	margin-right: 10px;
}
.company_list .kigyo {
	width: 290px;
	margin-right: 10px;
}
.company_list .syonin {
	margin-left: 10px;
}
.company_list .syonin input {
	color: #090;
}
.company_list .chushi input {
	color: #F00;
}
.company_list .hensyu{
	margin-left: 10px;
}
.company_list .sakuzyo {
	margin-left: 60px;
}
.company_list .special {
	margin: 10px 20px 10px 0;
}
.company_list .special .status p {
	margin-right: 10px;
}
.company_list .special .status p a {
	display: block;
	width: 50px;
	color: #030;
	text-align: center;
}
.company_list .special .status p.none a { background-color: #999999; }
.company_list .special .status p.yes a { background-color: #0C3; }

.company_list .item .zyotai{ margin-top: 3px; }
.company_list .item .acount{ margin-top: 6px; }
.company_list .item .kigyo{ margin-top: 6px; }


/*--------------------------------------------
　　　　　　　　新着情報一覧
--------------------------------------------*/
.news_list #toroku{
	text-align: center;
	border: 2px solid #1d2d73;
	width: 120px;
	margin:20px 0 20px auto;
	padding: 7px 0;
}

.news_list #toroku a{
	color: #1d2d73;
	display: block;
}
.news_list .hiduke {
	width: 150px;
	padding-left: 20px;
}
.news_list .kiji {
	width: 560px;
}
.news_list .kakunin {
	margin-left: 20px;
}
.news_list .sakuzyo {
	margin-left: 10px;
}
.news_entry textarea {
	width: 100%;
	height: 300px;
}


/*--------------------------------------------
　　　　　　応援団コラム一覧
--------------------------------------------*/
.column_list #toroku{
	text-align: center;
	border: 2px solid #1d2d73;
	width: 120px;
	margin:20px 0 20px auto;
	padding: 7px 0;
}
.column_list #toroku a{
	color: #1d2d73;
	display: block;
}
.column_list .hiduke {
	width: 150px;
	padding-left: 20px;
}
.column_list .kiji {
	width: 560px;
}
.column_list .kakunin {
	margin-left: 20px;
}
.column_list .sakuzyo {
	margin-left: 10px;
}

/*--------------------------------------------
　　　　　　応援団コラム入力
--------------------------------------------*/
#area1 {
	height: 300px;
}
.wys ul li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
}