@charset "utf-8";

/*title*/

#content .headingArea {
	display: flex;
	margin-bottom: 20px;
}

#content .headingArea .logo {
	width: 45%;
	margin-right: 10px;
}

#content .headingArea img {
	width: 100%;
	height: auto;
}

#content .headingArea .greyLine {
	width: 55%;
	border-bottom: #ddd 3px solid;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.mainCont .imgArea {
	text-align: center;
}

.mainCont .imgArea img {
	width: 80%;
}

#content h3 {
	border-bottom: #00822d 2px solid;
	font-size: 180%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	letter-spacing: 2pt;
}

#content .lead {
	margin-bottom: 2em;
	font-size: 115%;
}

#content h3.photoGallery {
	margin-bottom: 0;
	border-bottom: none;
}

/*-------------------------add new css--------------------*/

.selectArea.positionSelect select {
	width: 240px;
	left: 91px;
	margin-top: 9px;
}

/* start 修正日付20150219 */

.selectArea .arrow2 {
	position: absolute;
	margin-left: -20px;
	cursor: pointer;
}

/* end 修正日付20150219 */

.tab2SearchIn .rBotn {
	margin-left: 40px;
}

.tab2SearchIn .text_left {
	margin-top: 10px;
}

.second_group input[type="radio"],
.third_group input[type="radio"] {
	display: none;
	margin-top: 14px;
}

.second_group label,
.third_group label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 14px 0 0 25px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.second_group label:before,
.third_group label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -2px;
	width: 18px;
	height: 18px;
	margin-top: -4px;
	background: #FFF;
	border-radius: 50%;
	border: #d2d2d2 solid 1px;
}

.second_group input[type="radio"]:checked+label:after,
.third_group input[type="radio"]:checked+label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: 2px;
	border-radius: 50%;
	background: #00822d;
}

.downloadArea .group_title {
	font-size: 14px;
}

.downloadArea .group_title span.group2 {
	margin: 0 15px 0 15px;
}

.downloadArea .group_contain {
	margin: 7px 0 0 0;
	clear: both;
}

.downloadArea .group_contain .group_left,
.downloadArea .group_contain .group_right {
	float: left;
}

.downloadArea .group_contain .group_left {
	text-align: center;
}

.downloadArea .group_contain .group_left img {
	margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
	.downloadArea .group_contain .group_left img {
		width: 50%;
	}
}

.downloadArea .group_contain .group_left a {
	font-size: 14px;
	color: #3c3c3c;
	text-decoration: underline;
}

.downloadArea .group_contain .group_right {
	margin-left: 6px;
}

.downloadArea .group_contain .group_right .group_right1 {
	float: left;
	clear: both;
	width: 268px;
	line-height: 20px;
	background: #e9e7cf;
}

.downloadArea .group_contain .group_right .group_right1 span {
	display: block;
	float: right;
	width: 31px;
	height: 16px;
	margin: 2px 2px 0 0;
	background: #fff;
	text-align: center;
}

.downloadArea .group_contain .group_right .group_right2 {
	float: left;
	clear: both;
	width: 268px;
	margin-top: 8px;
}

.downloadArea .group_contain .group_right .group_right2 table {
	width: 100%;
	font-size: 12px;
}

.downloadArea .group_contain .group_right .group_right2 th {
	text-align: center;
	background: #d4d1a4;
	border: 1px solid #c8c8c8;
	padding: 2px 0 1px 0;
}

.downloadArea .group_contain .group_right .group_right2 td {
	padding: 2px 0 1px 0;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.downloadArea .group_contain .group_right .group_right2 td.td_end {
	border-right: 1px solid #c8c8c8;
}

.downloadArea h3.clear_padding {
	clear: both;
	padding-top: 43px;
}

/*-------------------------/add new css--------------------*/

@media screen and (max-width: 750px) {
	#content .subNavi {
		margin-bottom: 30px;
		width: 166px;
		clear: both;
	}
	.subCont {
		clear: both;
		padding-top: 40px;
	}
}

/*----------------

pt_searchArea

-----------------*/

.pt_searchArea {
	background-color: #fbfbe8;
	height: 105px;
	border-top: #00822d 2px solid;
	border-bottom: #00822d 2px solid;
	padding: 30px 40px;
	position: relative;
	margin-bottom: 60px;
}

.searchTtl {
	background: url(../img/search_icon.png) no-repeat left center;
	padding-left: 26px;
	font-size: 16px;
	margin-bottom: 20px;
}

.p_ttl,
.searchTournament,
.searchInitials,
.searchPlayer {
	float: left;
}

.searchTournament {
	margin-bottom: 15px;
}

.p_ttl {
	width: 80px;
	padding-top: 10px;
	line-height: 1;
}

.search_btn {
	position: absolute;
	top: 73px;
	right: 40px;
}

@media screen and (max-width: 750px) {
	.pt_searchArea {
		padding: 6% 5%;
	}
	.searchTtl {
		background: url(../img/search_icon.png) no-repeat left center;
		padding-left: 26px;
		font-size: 120%;
		margin-bottom: 5px;
	}

	.pt_searchArea {
		height: auto;
	}

	.p_ttl,
	.searchTournament,
	.searchInitials,
	.searchPlayer {
		float: none;
	}

	.search_btn {
		position: absolute;
		top: 100px;
		right: 5%;
		width: 30%;
	}

	.searchTournament {
		margin-bottom: 2%;

	}
	/*-----------------------add new css---------------------*/
	.selectArea .arrow2 {
		display: none;
	}
	.search_tmt .tab2Search {
		overflow: scroll;
		background: #fff;
	}
	.tab2SearchIn p.text_left {
		width: 100%;
		clear: both;
	}
	/*-----------------------/add new css---------------------*/
}


/*-----------------

photoArea

------------------*/

.photoArea div {
	text-align: center;
}

.photoArea li {
	float: left;
	margin-right: 30px;
	padding-bottom: 29px;
}

.photoArea li a {
	color: #3c3c3c;
	text-decoration: underline;

}

.photoArea li.mr0 {
	margin-right: 0;
}

@media screen and (max-width: 750px) {
	.photoArea li {
		width: 48%;
		margin-right: 3%;
	}

	.photoArea li.sp_mr0 {
		margin-right: 0;
	}

	.photoArea li.sp_mr3 {
		margin-right: 3%;
	}
}

/*---------------

search_tmt

----------------*/

/* start 修正日付20150219 */

.search_tmt {
	position: relative;
	margin-top: 2em;
}

/* end 修正日付20150219 */

.search_tmt .tableTab {
	border-bottom: 2px #00822d solid;
}

.search_tmt .tableTab p {
	float: left;
	margin-right: 4px;
	cursor: pointer;
	height: 30px;
}

.search_tmt .tableTab p.tab1 {
	width: 146px;
	background-color: #a9a9a9;
}

.search_tmt .tableTab p.tab2 {
	width: 173px;
	background-color: #a9a9a9;
}

.search_tmt .tableTab p.tab1.active {
	background-color: #00822d;
}

.search_tmt .tableTab p.tab2.active {
	background-color: #00822d;
}

.search_tmt .tabArea {
	position: absolute;
	top: 89px;
	left: 0;
	width: 100%;
}

.search_tmt table {
	width: 600px;
	text-align: center;
}

.search_tmt table a {
	color: #3c3c3c;
	text-decoration: underline;
}

.search_tmt table th {
	border: 1px #c8c8c8 solid;
	text-align: center;
	padding: 10px 13px;
	background-color: #fffff3;
}

.search_tmt table td {
	border: 1px #c8c8c8 solid;
	padding: 10px;
	background-color: #fffcfd;
}

.search_tmt table .select a {
	color: #00822d;
}

.tab2Search {
	clear: both;
	margin: 0 0 16px 0;
}

.search_tmt .tab2Search {
	display: none;
	background: #fff;
	border-bottom: 2px #00822d solid;
}

.search_tmt .tab2Search form {
	padding: 30px;
}

.search_tmt .tab2SearchIn * {
	float: left;
	margin-bottom: 8px;
}

.search_tmt .tab2SearchIn .p_name {
	margin-right: 10px;
	line-height: 27px;
	font-size: 115%;
}

.search_tmt .tab2SearchIn .p_name_input {
	width: 300px;
	height: 27px;
	background: #fff;
	border: 2px solid #e0e0e0;
	margin-right: 10px;
}

.search_tmt .search_btn02 {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.search_tmt {
		width: 100%;
	}

	.search_tmt .tableTab p {
		text-indent: 0;
		text-align: center;
		line-height: 30px;
		border-radius: 4px 4px 0 0;
		color: #3c3c3c;
		background: #ededed !important;
	}

	.search_tmt .tableTab p.active {
		color: #fff;
		background: #00822d !important;
	}

	.search_tmt .tableTab p.tab1 {
		width: 9em;
	}

	.search_tmt .tableTab p.tab2 {
		width: 13em;
	}

	.search_tmt .tab1Search {
		width: 100%;
		overflow: scroll;
	}

	.search_tmt .tab2Search form {
		padding: 6% 5%;
	}

	.search_tmt .tab2Search .p_name_input {
		width: 80%;
		margin-bottom: 10px;
	}

	.search_tmt .tab2Search .g_list {
		width: 50%;
	}

	.search_tmt .search_btn02 input {
		width: 85%;
		text-align: center;
	}
	/* start 修正日付20150219 */
	.tabArea {
		overflow: scroll;
	}
	/* end 修正日付20150219 */
}


/* library/index.html

------------------------------------*/

/*------------

youtubeArea

--------------*/

.youtubeArea h3 .y_ttl {
	background: url(../img/youthbe_icon.gif) no-repeat left center;
	padding-left: 50px;
}

.youtubeArea h3 .official {
	float: right;
	font-size: 11px;
	padding-top: 13px;
}

.youtubeArea h3 .official a {
	color: #3c3c3c;
	letter-spacing: 0.1em;
}

.youtubeArea li {
	float: left;
	margin-bottom: 50px;
}

.youtubeArea li+li {
	float: right;
}

@media screen and (max-width: 750px) {
	.youtubeArea h3 .official {
		padding-top: 1%;
	}

	.youtubeArea ul {
		text-align: center;
	}

	.youtubeArea li,

	.youtubeArea li+li {

		float: none;

		margin-bottom: 5%;

	}



}

/*----------------

search_schedule

-*---------------*/

.search_schedule {

	margin-bottom: 50px;

}

.search_schedule .floatBox {

	float: left;

	margin: 0 47px 0 7px;

}



@media screen and (max-width: 750px) {

	.search_schedule .floatBox {

		float: none;

		margin-bottom: 4%;

	}

	.search_schedule .p_ttl {

		float: left;

	}

}





/*---------------

downloadArea

----------------*/

.downloadArea {
	clear: both;
	margin-top: 50px;
}

.downloadArea ul li {
	text-align: center;
}

.downloadArea ul li.screensaver {
	float: left;
}

.downloadArea ul li.wallpaper {
	float: right;
}

.downloadArea .dldImg {
	margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
	/* start 修正日付20150219 */
	.downloadArea {
		clear: both;
		margin-top: 40px;
	}
	/* end 修正日付20150219 */
	.downloadArea ul li.screensaver,

	.downloadArea ul li.wallpaper {

		float: none;

		padding: 0 5% 3%;

	}

}





/*  /library/photosearch/index.html

--------------------------------------------------*/

.photosearch #content .photoArea h3 {

	color: #3c3c3c;

	font-size: 170%;

}



@media screen and (max-width: 750px) {

	.pager {

		padding: 10px 0 0 0;

		text-align: center;

	}

}







/*/library/schedulesearch/index.html

-------------------------------------------------------------------*/

/*------------------

searchResult

--------------------*/

.searchResult {

	margin-top: 50px;

}

.searchResult h4 {

	font-size: 170%;

	border-bottom: 2px #00822d solid;

	color: #00822d;

}

.searchResult p {

	border-bottom: 2px solid #e6e6e6;

	padding: 20px 0 10px;

	font-size: 110%;

}



.searchResult span {

	color: #00822d;

	text-align: center;

	width: 30px;

	float: left;

	display: block;

	vertical-align: top;

	font-size: 110%;



}

.searchResult li {

	border-bottom: 2px solid #e6e6e6;

	padding: 10px 0 10px;

	font-size: 110%;

	display: inline-block;

	display: block;

}

.searchResult li:after {

	content: ".";

	clear: both;

	display: block;

	visibility: hidden;

	height: 0;

	line-height: 0;

}

* html .searchResult li {
	height: 1%;
}

.searchResult li a {

	color: #3c3c3c;

	text-decoration: underline;

}



/*/library/search/index.html

-------------------------------------------------------------------------*/

/*---------------------

tourSchedule

----------------------*/

.tourSchedule table {

	border-top: 2px solid #c8c8c8;

	border-bottom: 2px solid #c8c8c8;

	width: 100%;

	text-align: center;



}

.tourSchedule table .firstBox {
	width: 20%;
}

.tourSchedule table .secondBox {
	width: 60%;
}

.tourSchedule table .thirdBox {
	width: 20%;
}

.tourSchedule table tr {

	border-top: 2px solid #c8c8c8;

}

.tourSchedule table th {

	text-align: center;

	background-color: #e9e7cf;

	border-right: 1px solid #c8c8c8;

	padding: 5px 0;

}

.tourSchedule table td {

	border-right: 1px solid #c8c8c8;

	padding: 10px 13px;

}

.tourSchedule table td div {

	float: left;

	text-align: left;

	width: 60%;

}

.tourSchedule table td img {

	float: right;

}

.tourSchedule table td div p span {

	color: #df2256;

	vertical-align: top;

	padding-right: 3px;

}

.tourSchedule table td div .tmtName a {

	color: #646464;

	text-decoration: underline;

	font-size: 105%;

}

.tourSchedule table td div .tmtName {

	margin-bottom: 10px;

}

.tourSchedule table td div.officialGame {

	width: 100%;

	font-size: 130%;

	color: #00822d;

}

.tourSchedule table tr.add td {

	background: #fffff3;

}

.prizeMoney {

	border-top: #e5e5e5 2px solid;

	padding-top: 1em;

	margin-top: 1em
}

@media screen and (max-width: 750px) {

	.tourSchedule table td div {

		width: 100%;

		float: none;

	}

	.tourSchedule table td img {

		width: 60%;

		float: none;

	}

}



/*/library/XXXX/index.html

-------------------------------------------------------------------------*/

/*--------------

detail_X

--------------*/

#content .detail_X h3 {

	color: #3c3c3c;

	font-size: 170%;

}

#content .detail_X dt {

	color: #00822d;

	font-size: 170%;

	padding-top: 10px;

}

/*-------------

otherPicture

--------------*/

#content .otherPicture {

	margin-top: 50px;

}

#content .otherPicture h3 {

	font-size: 150%;

}

#content .otherPicture h3 span {

	float: right;

	font-size: 12px;

}

#content .otherPicture h3 span.official {

	padding-top: 9px;

}

#content .otherPicture h3 span a {

	color: #3c3c3c;

	text-decoration: none;

}

@media screen and (max-width: 750px) {

	#content .otherPicture h3 span img.arrow {

		width: 10px;

		position: relative;

		top: -0.2em;

	}

}

ul.bxslider {

	width: 510px !important;

}

.bxslider li {
	width: 120px !important;
	margin-right: 10px;
}

/*otherPicture*/
#content .otherPicture .sliderWrap {
	position: relative;
}

#content .sliderWrap .slider {
	overflow: hidden;
	width: 510px;
	margin: 0 auto;
}

#content .sliderWrap .slider li {
	float: left;
	margin-right: 10px;
}

#content .sliderWrap .slider li.last {
	margin-right: 0;
}

#content .sliderWrap .control {
	display: block;
	position: absolute;
	top: 45px;
	width: 17px;
}

#content .sliderWrap p {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 18px;
}

#content .sliderWrap p.prev {
	left: 10px;
}

#content .sliderWrap p.next {
	right: 10px;
}

@media screen and (max-width: 750px) {
	#content .otherPicture h3 span {
		padding-top: 0;
	}

	#content .otherPicture .slider {
		width: 100%;
		padding: 0 10%;
	}

	#content .otherPicture .slider li {
		width: 32%;
		margin-right: 2%;
	}

	#content .sliderWrap p {
		width: 9px;
		margin-top: -10px;
	}

	#content .sliderWrap p.prev {
		left: 2%;
	}

	#content .sliderWrap p.next {
		right: 2%;
	}
}

.brN {
	border-right: none !important;
}


/* text

-------------------------------------------------------------------------*/

#content .txtRed {
	color: #00822d;
}

.linkAfterArrow.row2 {
	position: relative;
	left: 3.1em;
	top: -1em;
}

@media screen and (max-width: 750px) {
	.subNaviCont {
		width: 166px;
		padding-left: 10px;
		padding-top: 6px;
	}
}


/* library gallery search

--------------------------------------------------------------*/

.mb16 {
	margin-bottom: 16px;
}


/* start 修正日付20150219 */

#content .selecBox {
	width: 210px;
	font-size: 13px;
	border: 1px solid #e0e0e0;
	padding: 0px 12px 0 6px;
	overflow: hidden;
	position: relative;
	background: rgb(255, 255, 255);
}
#content .selecBox select {
	width: 130%;
	height: auto;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	display:inline-block;
	box-sizing: content-box;
	text-indent: 0.01px;
	text-overflow: '';
	font-family : inherit;
	font-size : 100%;
	outline: none;
}
#content .selecBox:after {
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	content: "\f0d7";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 750px) {
	#content .selecBox {
		width: 80%;
	}
}
.shisetu_name_input {
	margin-left: -5px;
}

/* end 修正日付20150219 */


.selectArea.tab1 select {
	width: 162px;
	left: 120px;
}

.membersSelectwrap {
	width: 128px;
}

.selectArea.members .selectBtn {
	width: 107px;
	height: 25px;
	display: inline-block;
	line-height: 2.3;
	color: #000;
}

.selectArea.members select {
	width: 109px;
	left: 120px;
	padding: 0;
}

.selectArea.membername .selectBtn {
	width: 138px;
	height: 25px;
	display: inline-block;
	line-height: 2.3;
	color: #000;
}

.selectArea.membername select {
	width: 140px;
	left: 248px;
	padding: 0;
}

/* start 修正日付20150219 */

.selectArea select {
	width: 233px;
	position: absolute;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	height: auto;
	text-indent: 0.5em;
}

/* end 修正日付20150219 */

.selectArea .arrow {
	position: relative;
	left: -23px;
}

.mr0 {
	margin-right: 0;
}

.floatBoxright {
	float: left;
	margin: 0 0 0 7px;
}

.searchBtn {
	padding: 0 7rem;
	background-color: #00822d;
}

@media screen and (max-width: 750px) {
	.selectArea .arrow img {
		width: 11px;
	}

	.selectArea.tab1 select {
		width: 162px;
		left: inherit;
	}

	.selectArea.members select {
		width: 109px;
		left: inherit;
		padding: 0;
	}

	.selectArea.membername select {
		width: 140px;
		left: inherit;
		padding: 0;
	}

	.selectArea .arrow {
		display: none !important;
	}

	.selectArea select {
		display: block !important;
		position: inherit;
	}

	.membersSelectwrap {
		float: none !important;
	}

	.membernameSelectwrap {
		float: none !important;
	}

	select {
		background: url(/official/common/img/icon/icon_select_arrow.png) no-repeat white;
		background-position: 95% center;
	}

	.floatBoxright {
		float: none;
	}

	.search_schedule .p_ttl {
		padding-top: inherit;
		line-height: inherit;
	}
	/* start 修正日付20150219 */
	.shisetu_name_input {
		margin-left: 0;
	}
	/* end 修正日付20150219 */
	.searchBtn {
		padding: 0 30%;
		background-color: #00822d;
	}
}

/* start 修正日付20150219 */

/* end 修正日付20150219 */

@media screen and (max-width:480px) {
	.tab2SearchIn .rBotn {
		clear: both;
		margin-left: 80px;
	}
	/* start 修正日付20150219 */
	/* end 修正日付20150219 */
	.downloadArea .group_title span {
		display: block;
		clear: both;
		width: 100%;
	}
	.downloadArea .group_title span.group2 {
		margin: 0;
	}
	.search_tmt .tab2SearchIn .p_name_input {
		width: 100%;
		clear: both;
	}
	.search_tmt .tab1Search {
		margin-top: 0px;
	}
	.search_tmt .tab2Search {
		margin-top: 0px;
	}
	#content h3.clear_padding {
		padding-top: 20px;
	}
}

@media screen and (max-width:414px) {
	.search_tmt .search_btn02 input {
		width: 100%;
	}
	/* start 修正日付20150219 */
	/* end 修正日付20150219 */
	.selectArea.positionSelect select {
		width: 200px;
	}
}

@media screen and (max-width:320px) {
	.tab2SearchIn .rBotn {
		clear: both;
		margin-left: 60px;
	}
	.selectArea.positionSelect select {
		width: 180px;
	}
}

.clear_padding {
	clear: both;
	display: block;
	float: left;
	margin-top: 1em;
	width: 100%;
}

.group_title {
	display: block;
	float: left;
	margin-bottom: 0.5em;
}

.group_title>span {
	margin-right: 10px;
}

.group_contain {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 2em;
}

.group_left {
	display: block;
	float: left;
	margin-right: 1em;
}

.group_left>a {
	color: #646464;
	display: block;
	text-align: center;
	text-decoration: underline;
	width: 100%;
}

.group_right1 {
	background: none repeat scroll 0 0 #e9e7cf;
	border: 1px solid #e9e7cf;
	text-align: left;
}

.group_right1>span {
	background: none repeat scroll 0 0 #fff;
	margin-left: 10px;
	padding: 0 2px;
}

.group_right2 {
	display: block;
	margin-top: 1em;
}

.group_right2>table {
	text-align: center;
	width: 270px;
}

.group_right2 th {
	background: none repeat scroll 0 0 #d5d2a3;
	border: 1px solid #c8c8c8;
	text-align: center;
}

.group_right2 td {
	border: 1px solid #c8c8c8;
}

.search_tmt .tabText {
	display: inline-block;
	padding-top: 5px;
}

.search_tmt .tableTab p.tab1 {
	background-color: #e9e9e9;
	box-shadow: none;
	color: #333;
	font-size: 14px;
	text-align: center;
	width: 145px;
}

.search_tmt .tableTab p.tab2 {
	background-color: #e9e9e9;
	box-shadow: none;
	font-size: 14px;
	text-align: center;
	color: #333;
	width: 145px;
}

.search_tmt .tableTab p.tab1.active {
	color: #fff;
	background-color: #00822d;
}

.search_tmt .tableTab p.tab2.active {
	color: #fff;
	background: #00822d;
}

.search_tmt .tabArea {
	width: 100%;
	background: none repeat scroll 0 0 #fbfbe8;
	border-bottom: 2px solid #00822d;
	position: relative;
	top: auto;
}

.prefSelectwrap {
	margin-bottom: 1em;
}

/* start 修正日付20150219 */

.prefSelectwrap label {
	float: left;
}

/* end 修正日付20150219 */

.inputlabel {
	margin-right: 10px;
	color: #333333;
}

.search_tmt table {
	text-align: center;
	width: 600px;
}

.search_tmt input {
	font-size: 100% !important;
	background-color: #fff !important;
	height: 23px !important;
	margin: 0 10px 0 -5px !important;
	width: 230px !important;
	border-style: inset !important;
	border-width: 2px !important;
	border-color: initial !important;
	border-image: initial !important;
}

.search_tmt table a {
	color: #3c3c3c;
	text-decoration: underline;
}

.search_tmt table th {
	background-color: #fffff3;
	border: 1px solid #c8c8c8;
	padding: 10px 13px;
	text-align: center;
}

.search_tmt table td {
	background-color: #fffcfd;
	border: 1px solid #c8c8c8;
	padding: 10px;
}

.search_tmt table .select a {
	color: #00822d;
}

.search_tmt .tab2Search,
.search_tmt .scheduleSearch {
	background: none repeat scroll 0 0 #fbfbe8;
	border-bottom: 2px solid #00822d;
	display: none;
}

.search_tmt .tab2Search form,
.search_tmt .scheduleSearch form {
	padding: 30px;
}

.search_tmt .tab2SearchIn * {
	float: left;
}

.search_tmt .tab2SearchIn .p_name {
	font-size: 115%;
	line-height: 27px;
	margin-right: 10px;
}

.search_tmt .tab2SearchIn .p_name_input {
	height: 23px;
	margin-right: 10px;
	width: 230px;
}

.search_tmt .search_btn02 {
	text-align: center;
}

.search_tmt form {
	padding: 30px;
}

.tab1ContIn dl {
	clear: none;
	margin-top: 1em;
}

.tab1ContIn dl dt {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: both;
}

.tab1ContIn dl dd {
	display: block;
	float: left;
	clear: none;
}

.tab1ContIn dl li {
	display: block;
	float: left;
	margin-right: 30px;
}

.tab1ContIn dl input {
	opacity: 1 !important;
	position: static !important;
	display: block !important;
	float: left !important;
	width: auto !important;
}

.tab1ContIn dl label {
	display: block;
	float: left;
	line-height: 23px;
	color: #333333;
}

.search_btn02 input {
	height: auto;
}

/* start 修正日付20150223 */

.schoolArea {
	margin: 1em 0 30px;
	width: 100%;
}

.schoolArea li {
	display: block;
	float: right;
	width: 284px;
}

/* end 修正日付20150223 */

.schoolArea li.odd {
	float: left;
}

.schoolAreabox>dd {
	margin-top: 1em;
}

.schoolAreabox .textBanner {
	font-size: 2.2em;
	border: solid 2.5px #c8c8c8;
	text-align: center;
	line-height: 74px;
}

.schoolAreabox .textBanner a {
	font-weight: 600;
	color: #2c6237;
	text-decoration: none;
	display: block;
}

.coolto {
	text-align: right;
}

.coolto>a {
	color: #646464;
}

@media screen and (max-width: 750px) {
	/* start 修正日付20150223 */
	.schoolArea li {
		width: 100%;
		margin-bottom: 20px;
	}
	/* end 修正日付20150223 */
	.search_tmt {
		width: 100%;
	}
	.search_tmt .tableTab p {
		background: none repeat scroll 0 0 #ededed !important;
		border-radius: 4px 4px 0 0;
		color: #3c3c3c;
		line-height: 30px;
		text-align: center;
		text-indent: 0;
	}
	.search_tmt .tableTab p.active {
		background: none repeat scroll 0 0 #00822d !important;
		color: #fff;
	}
	.search_tmt .tab1Search {
		overflow: scroll;
		width: 100%;
	}
	.search_tmt .tab2Search form {
		padding: 6% 5%;
	}
	.search_tmt .tab2Search .p_name_input {
		margin-bottom: 10px;
		width: 80%;
	}
	.search_tmt .tab2Search .g_list {
		width: 50%;
	}
	.search_tmt .search_btn02 input {
		text-align: center;
		width: 85%;
	}
	.scheduleSearch div>div {
		float: left !important;
		margin-right: 2em;
	}
	.mainCont div {
		display: block;
		width: 100%;
	}
	/* start 修正日付20150219 */
	.tab1ContIn dl li {
		margin-right: 8%;
	}
	.shisetuRadioArea dd {
		width: 100%;
	}
	.shisetuRadioArea li label {
		line-height: 12px;
	}
	/* end 修正日付20150219 */
}

@media screen and (max-width: 660px) {
	.search_tmt .tableTab p {
		height: 4em !important;
		line-height: 1.5em !important;
		padding: 5px 5px 0;
		width: 31% !important;
	}
}

/* start 修正日付20150223 */

#content .square:before {
	content: "■";
	margin-right: 0.3em;
	color: #00822d;
}

#content h4.square {
	font-size: 134%;
}

/* end 修正日付20150223 */