﻿@charset "utf-8";
/* ----------------------------------------------------------

---------------------------------------------------------- */
@import url(reset.css);
@import url(common.css);

/* トップページ */

#flash_area {
	margin:0px 0px 5px 0px;
}

#index_main {
	width:485px;
	float:left;
}

#index_main .catch {
	margin:10px 0px 0px 20px;
}

#index_main p {
	width:400px;
	margin:25px 0px 25px 20px;
}

#index_main .info_area {
	margin:20px 0px 0px 20px;
}

#index_main .info {
	width:448px;
	height:180px;
	overflow:auto;
	border:solid 1px #CCC;
	margin:5px 0px 0px 0px;
}

#index_main ul {
	line-height:1.5;
	margin:15px 0px 0px 17px;
}

#index_main ul li {
	background-image:url(../images/mark_02.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0px 0px 0px 20px;
}

#index_main ul li a {
	color:#666;
}

#index_main ul li a:hover{
	color:#FF6600;
	text-decoration:underline;
}

#bana_area {
	width:210px;
	float:left;
}

/* トップページ終了 */

/* 事業内容 */

.works {
margin:15px 0px 0px 0px;
padding:0px 20px 0px 29px;

}

.works p {
	width:420px;
	margin:0px 0px 0px 25px;
}

.works ul {
	margin:15px 0px 50px 25px;
	line-height:1.5;
}

.works .item1 {
	background-image:url(../images/works_01.jpg);
	background-repeat:no-repeat;
	background-position:100% 0%;
	height:200px;
	margin:20px 12px 20px 0px;

}

.works .item2 {
	margin:25px 0px 100px 25px;
}

/* 事業内容終了 */

/* ホークスドリームとは */

.about {
	margin:15px 0px 0px 0px;
	padding:0px 20px 0px 29px;
}

.about p {
	width:485px;
	}

.about h2 span  {
	margin: -19px 12px 0px 0px;

}

.about .aboutitem_01 {
	clear:both;
	margin:20px 0px 0px 15px;
	}

.about .aboutitem_01 img {
	width:111px;
	padding:0px 23px 0px 0px;
	float:left;
}

.about .aboutitem_01 p {
	float:left;
	width:476px;
	margin:0;
	padding:0px 0px 50px 0px;
}

.about .aboutitem_02 {
	clear:both;
	margin:20px 0px 0px 33px;
	}

.about .aboutitem_02 img {
	width:43px;
	padding:0px 63px 50px 0px;
	float:left;
}

.about .aboutitem_02 p {
	float:left;
	width:485px;
	margin:0;
	padding:0px 0px 50px 0px;
}

.about_idea {
	margin:35px 0px 50px 50px;
}

.about table {
	border-collapse:collapse;
	margin:30px 0px 100px 0px;
	border-top:double #5BAC53 4px;
	border-bottom:double #5BAC53 4px;
	
}

.about th {
	width:95px;
	background-color:#E7F2E6;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	padding:10px 20px 10px 20px;
	vertical-align:top;
	font-weight:bold;
	letter-spacing:5px;
	text-align:justify;
	text-justify:distribute-all-lines;
}

.about td {
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	width:490px;
	padding:10px 0px 10px 10px;
}

.about span {
	text-decoration:underline;
}

.about .none_border {
	background-image:none;
}

/* ホークスドリームとは終了 */

/* 所属球団 */

.team {
	margin:15px 0px 0px 0px;
	padding:0px 20px 0px 29px;
}

.team ul {
	margin:40px 0px 0px 10px;
	width:630px;
	}

.team ul li {
	display:inline;
	width:285px;
	margin:0px 30px 0px 0px;
	}

/* 所属球団終了 */

/* ------------大阪ホークスドリーム ------------------*/

.team_horks {
	width: 650px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
}

.horks_img {
	margin:5px 0px 0px 22px;
}

.team_horks h3 {
	margin:0px 0px 15px 0px;
}

.result table {
	margin:15px 0px 100px 0px;
	line-height:1,5;
}

.result table img {
	margin:0px 10px 10px 0px;
}

.result table td {
	vertical-align:top;
	line-height:1,5;
}

.result table td a {
	line-height:1,5;
	display:block;
	color:#666;
}

/* 球団組織概要 */


.outline table {
	border-collapse:collapse;
	margin:30px 0px 150px 0px;
	border-top:double #5BAC53 4px;
	border-bottom:double #5BAC53 4px;
	
}

.outline th {
	width:125px;
	background-color:#E7F2E6;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	padding:10px 0px 10px 20px;
	vertical-align:top;
	font-weight:bold;
	letter-spacing:4px;
}

.outline td {
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	width:480px;
	padding:10px 0px 10px 10px;
	line-height:1.5;
}

.outline dl {
	width:480px;
}

.outline dt {
	width:160px;
	float:left;
	clear:both;
	padding:5px 0px 5px 0px;
}

.outline dd {
	width:320px;
	padding:5px 0px 5px 0px;
	margin-left:160px;
}

.outline .none_border {
	background-image:none;
}


.about .none_border {
	background-image:none;
}

/* 球団組織概要終了 */

/* 選手募集概要 */

.team_horks .aim {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.recruit p {
	margin:0px 0px 120px 20px;
}

.recruit ul {
	line-height:1.5;
	margin:0px 0px 40px 20px;
}

.recruit ul li {
	background-image:url(../images/mark_01.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
	background-position:0px 3px;
}

/* 選手募集概要終了 */

/* サポートクラブ */

.club p {
	margin:0px 0px 20px 0px;
	padding:0px 20px 0px 7px;
}

.club .club01{
	text-align:right;
	margin:20px 5px 20px 0px;
}
.club .club02 {
	margin:0px 0px 100px 0px;
}

.club ul {
	line-height:1.5;
	margin:0px 0px 30px 20px;
}

/* サポートクラブ終了 */

/* 選手紹介 */

.player h2 {
	margin:0px 0px 25px 0px;
}

.player h3 {
	background-image:url(../images/line_02.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	font-size:14px;
	width:620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 25px;
}

.player .manager_item h4 {
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 15px 40px;
	background-image:url(../images/line_03.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px 0px 0px 80px;
	text-indent: 10px;
}

.player .manager_item h4 a {
	font-size:12px;
	margin:0px 0px 0px 40px;
}

.manager_item {
	margin:0px 0px 20px 0px;
}


.manager_item ul {
	width:480px;
	margin:0px 0px 0px 125px;
}

.manager_item ul li{
	background-image:url(../images/line_01.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px 0px 10px 0px;
}

.manager_item img {
	float:left;
	width:90px;
	padding:10px 0px 0px 10px;
}

.other_item img {
	float:left;
	width:90px;
	padding:10px 0px 0px 10px;
}

.othter_item_area {
	width:660px;
	margin:0px 0px 10px 0px;
}

.other_item {
	width:320px;
	float:left;
	margin:0px 0px 10px 0px;
}

#oter_h3_01 {
	margin:20px 0px 15px 0px;
}

#oter_h3_02 {
	width: 305px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.other_item h4 {
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 15px 10px;
	background-image:url(../images/line_03.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px 0px 0px 116px;
	width:190px;
}

.other_item ul {
	width:200px;
	margin:0px 0px 0px 116px;
}

.other_item ul li {
	background-image:url(../images/line_01.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px 0px 10px 10px;
}

.player #space {
	margin:0px 0px 80px 0px;
}

/* 選手紹介終了 */

/* 池内氏紹介 */

.ikeuchi h3 {
	padding:0px 0px 15px 10px;
	font-size:14px;
	background-image:url(../images/line_03.gif);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px 0px 10px 180px;
	width:450px;
}

.ikeuchi h4 {
	padding:0px 0px 8px 10px;
	margin:0px 0px 0px 180px;
	background-image:url(../images/line_01.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:450px;
	font-weight:bold;
}

.ikeuchi01 {
	background-image:url(../images/player_16.jpg);
	background-repeat:no-repeat;
	margin:20px 0px 40px 0px;
}

.ikeuchi01 p {
	width:445px;
	margin:7px 0px 30px 180px;
}

.ikeuchi01 ul {
	margin:20px 0px 0px 195px;
	line-height:1.5;
}

.ikeuchi02 {
	background-image:url(../images/player_17.jpg);
	background-repeat:no-repeat;
	
}

.ikeuchi02 img {
	margin:7px 0px 30px 185px;
}

.ikeuchi02 ul {
	line-height:1.5;
	margin:20px 0px 100px 195px;
}

/* 池内氏紹介終了 */


/* -----------------大阪ホークスドリーム終了--------------------- */



/* 門田博光物語 */

.history {
	margin:15px 0px 0px 0px;
	padding:0px 20px 0px 29px;

}

.history .history_item {
	background-image:url(../images/history_02.jpg);
	background-repeat:no-repeat;
	height:300px;
	margin:20px 0px 30px 10px;
}

.history table {
	margin:15px 0px 0px 0px;
}

.tdstyle1 {
	padding:0px 20px 0px 0px;
}

.tdstyle2 {
	padding:0px 10px 0px 0px;
}

.history .history01 {
	margin:10px 0px 20px 30px;
}

.history .none_border {
	background-image:none;
}

.history dl {
	width:626px;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:12px;
	margin:0px 0px 130px 0px;
}

.history dl dt {
	width:70px;
	padding:10px 0px 10px 30px;
	float:left;
	clear:both;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	line-height:1.5;
}

.history dl dd {
	width:475px;
	padding:10px 55px 10px 0px;
	margin-left:100px;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	line-height:1.5;
}

* html .history dl dd {
	margin:-38px 0px 0px 100px;
}

*:first-child+html .history dl dd {
	margin:-38px 0px 0px 100px;
}

/* 門田博光物語終了 */

/* ホークスドリームベースボールスクール詳細 */

.school {
	padding:0px 15px 0px 29px;
	margin:5px 0px 0px 0px;
}

.school h2 {
	margin:20px 0px 0px 0px;
}

.tabmenu {
	margin:8px 0px 0px 22px;
	border-bottom:solid 1px #00CC66;
	padding:0px 0px 1px 0px;
	width:650px;
}

.tabmenu li {
	display:inline;
	margin:0;
	padding:0;
}

.school .school_menu {
	margin:0px 0px 0px 7px;

}

.school .school_menu img {
	float:left;
	width:110px;
	padding:0px 15px 0px 0px;
}

.school .school_menu p {
	width:495px;
	padding:7px 0px 8px 5px;
	float:left;
	border-bottom:solid 1px #80BE79;
}

.detail h3 {
	margin:0px 0px 10px 0px;
}

.detail table {
	margin:20px 0px 20px 0px;
	border-collapse:collapse;
}

.detail table th {
	background-color:#E7F2E6;
	text-align:center;
	padding:5px 0px 5px 0px;
	border:solid 1px #5BAC53;
}

.detail table td {
	padding:10px 0px 10px 20px;
	border:solid 1px #5BAC53;
	line-height:1.3;
}

.detail #detai_th01 {
	text-align:center;
	background-color:#C0E0BC;
	padding:5px 0px 5px 0px;
	border:solid 1px #5BAC53;
}

.detail #detai_th02 {
	text-align:left;
	padding:5px 0px 5px 40px;
}

.detail #detai_td01 {
	padding:5px 0px 5px 5px;
	vertical-align:top;
}

.detai01 {
	background-image:url(../images/school_01_2.jpg);
	background-repeat:no-repeat;
}

.detai01 img {
	margin:110px 0px 40px 390px;
}

.detai01 p {
	width:430px;
	margin:10px 0px 0px 210px;
}

.detai02 {
	clear:both;
	margin:0px 0px 20px 10px;
}

.detai02 p {
	width:410px;
	border:solid 1px #5BAC53;
	background-color:#E7F2E6;
	padding:5px;
	float:left;
}

.detai02 #tshirt {
	text-align:center;
	width:160px;
	background-color:#FFF;
	border:none;
	float:left;
	padding:0px 30px 0px 0px;
	font-size:12px;
	line-height:1.3;
}

.detai03 {
	margin:30px 0px 100px 0px;
}

.detai03 p {
	margin:0px 0px 15px 10px;
}

.detai03 img {
	margin:10px 0px 0px 15px;
}

/* ホークスドリームベースボールスクール詳細終了 */

/* 動作解析 */

* html .analytica {
	overflow:auto;
}

.analytical h3 {
	margin:20px 0px 20px 0px;
}

.analytical h4 {
	font-weight:bold;
	border:solid 1px #80BE79;
	font-size:14px;
	padding:5px 0px 5px 20px;
	margin:0px 0px 10px 0px;
	width:609px;
}

.analytical table {
	border-collapse:collapse;
	border:solid 1px #80BE79;
}

.analytical table th {
	width:141px;
	background-color:#E7F2E6;
	border:solid 1px #80BE79;
	font-weight:bold;
	padding:10px 0px 10px 20px;
}

.analytical_td1 {
	width:245px;
	border:solid 1px #80BE79;
	line-height:1.5;
	padding:10px 20px 10px 20px;
}

.analytical_td2 {
	width:160px;
	border:solid 1px #80BE79;
	line-height:1.5;
	padding:10px 0px 10px 20px;
}

.analytical_01 {
	padding:0px 25px 0px 0px;
	margin:20px 0px 20px 0px;
}

.analytical_box {
	width:640px;
	margin:20px 0px 30px 10px;
}

.analytical_02 {
	width:265px;
	height:147px;
	border:solid 1px #80BE79;
	padding:5px;
	float:left;
	margin:0px 10px 0px 0px;
}

.analytical_02 em {
	font-weight:bold;
	font-size:14px;
}

.analytical_03 {
	width:320px;
	border:solid 1px #80BE79;
	padding:5px;
	background-color:#E7F2E6;
	float:left;
}

.analytical_03 em {
	font-weight:bold;
	font-size:14px;
}

.analytical_04 {
	margin:10px 0px 20px 20px;
}

.analytical_05 {
	margin:50px 0px 60px 70px;
}

.kaiseki_img01 {
	margin:0px 0px 0px 20px;
}

.kaiseki_img02 {
	margin:0px 0px 0px 5px;
}
.kaiseki_img02_2 {
	margin:0px 0px 25px 5px;
}

.kaiseki_img03 {
	margin:0px 0px 0px 15px;
}

/* 動作解析終了 */

/* プライバシーポリシー */

.privacy {
	margin:15px 0px 0px 0px;
	padding:0px 20px 0px 29px;

}

.privacy h2 {
	margin:0px 0px 15px 0px;
}

.privacy p {
	width:580px;
	padding:0px 0px 0px 25px;
}

.privacy h3 {
	margin:0px 0px 15px 0px;
}

.privacy ol {
	list-style-type:decimal;
	line-height:1.5;
	margin:20px 0px 20px 35px;
}

.privacy .privacy_01 {
	margin:15px 0px 15px 0px;
}

.privacy .privacy_02 {
	margin:0px 0px 100px 0px;
}

/* プライバシーポリシー終了 */



/* 追加CSS */

.sponsor {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 29px;
}
#contents #main .sponsor a {
	text-decoration: none;
	color: #666666;
}
#contents #main .sponsor a:visited{ 
	color: #333; 
	text-decoration: none;	
}

#contents #main .sponsor a:hover {
	color: #CC6666;
	text-decoration: underline;
}

#contents #main .sponsor ul {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 45px;
}
#contents #main .sponsor ul li {
	line-height: 1.5em;
}
#contents #main .sponsor p {
	padding: 15px;
}
.link {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 25px;

}
#contents #main .link p {
	float: left;
	padding-left: 13px;
	padding-top: 15px;
}
#contents #main .link h2 {
	margin-left: 8px;
	clear: both;
}
.link .topmargin20 {
	padding-bottom: 30px;
}
#contents #main .link .clearboth{
	clear: both;
	height: 10px;
}
.goods {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 29px;
}
#contents #main .goods .goodslist {
	float: left;
	width: 200px;
	margin-top: 35px;
	margin-right: 5px;
	margin-left: 8px;
}
#contents #main .goods h3 {
	background-color: #C9E4C6;
	margin-top: 8px;
}
.goods .goodslist img {
	padding-bottom: 20px;
}
#contents #main .goods .box {
	clear: both;
	background-color: #E1F0DF;
	border: 1px solid #80BE79;
	padding: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#contents #main .goods .space {
	clear: both;
	height: 30px;
}
.inq {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 29px;
}
#contents #main .inq em {
	color: #FF0000;
}
#contents #main .inq p {
	line-height: 1.2em;
	margin-left: 5px;
	margin-bottom: 5px;
}
#contents #main .inq .space {
	padding-top: 18px;
	padding-bottom: 25px;
	padding-left: 12px;
}
#contents #main .inq table {
	border: 1px solid #97CA91;
	width: 97%;
	border-spacing: 0;
}
#contents #main .inq td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97CA91;
}
#contents #main .inq .inqleft {
	background-color: #E1F0DF;
	border-top-color: #97CA91;
	border-right-color: #97CA91;
	border-bottom-color: #97CA91;
	border-left-color: #97CA91;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	vertical-align: top;
}
#contents #main .inq input {
	height: 24px;
	border: 1px solid #CCCCCC;
	width: 400px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#contents #main .inq #inqad select {
	margin: 5px;
	width: 120px;
}
#contents #main .inq textarea {
	border: 1px solid #CCCCCC;
}
#contents #main .inq #bottun input {
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-left: 15px;
}
#contents #main .inq #bottun {
	text-align: center;
}

/* 追加CSS終了 */
#contents #main .sponsor .hosoku {
	font-size: 12px;
	color: #81BF7A;
	font-weight: normal;
	padding: 5px 0 0 0;
}
#contents #main .team ul li a img {
	margin: 5px;
	float: left;
}
#contents #main .team .clear {
	clear: both;
}
#contents #main .team ul li a p {
	float: right;
	width: 250px;
	clear: both;
}
#contents #main .news {
	margin: 20px;
}
#contents #main .news ul li {
	background-image: url(../images/mark_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.img_box {
	padding: 0px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.img_box img {
	margin: 10px;
}
.t_team2 table {
	border-collapse:collapse;
	border-top:double #5BAC53 4px;
	border-bottom:double #5BAC53 4px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

.t_team2 th {
	width:160px;
	background-color:#E7F2E6;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	font-weight:bold;
	letter-spacing:5px;
	text-align:center;
	text-justify:distribute-all-lines;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.t_team2 td {
	width:160px;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	padding:10px 0px 10px 10px;
	text-align: center;
	border: 1px solid #D0E6CE;
}

.t_team2-2 th {
	width:120px;
	background-color:#E7F2E6;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	font-weight:bold;
	letter-spacing:5px;
	text-align:center;
	text-justify:distribute-all-lines;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.t_team2-2 td {
	width:100px;
	background-image:url(../images/line_01.jpg);
	background-repeat:no-repeat;
	padding:10px 0px 10px 10px;
	text-align: center;
	border: 1px solid #D0E6CE;
}
.time table {
	border-collapse:collapse;
	border-top:double #5BAC53 4px;
	border-bottom:double #5BAC53 4px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

.time th {
	width:60px;
	background-color:#E7F2E6;
	vertical-align:top;
	font-weight:bold;
	letter-spacing:5px;
	text-align:center;
	text-justify:distribute-all-lines;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.time td {
	width:60px;
	text-align: center;
	border: 1px solid #D0E6CE;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#contents #main .team_horks.recruit h4 {
	font-size: 14px;
	line-height: 2.5em;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0E6CE;
	border-bottom-color: #D0E6CE;
	margin-bottom: 20px;
}
.20bottom {
	margin-bottom: 20p !important;
}
.com20b {
	font-size: 20px;
	font-weight: bold;
	color: #060;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
#contents #main .team_horks.recruit .img_box p .right {
	text-align: right;
}
.right {
	text-align: right;
	margin:0px !important;
}
#contents #main .team_horks.recruit .img_box p {
	margin: 0px;
}
#contents #main .koushi .box1 .20b_txt {
	font-size: 20px;
	font-weight: bold;
}
