@charset "utf-8";
/* ===================================================================
 ニュース（～2017年）
=================================================================== */
/* カテゴリタイトル設定 */
.contents__title {
	display: none; 
}

/* サブタイトル設定 */
.contents__news-subtitle {
	font-size: 1.2em;
	text-align: center;
}

.contents__news-subtitle span {
	font-size: 150%;
	font-weight: bold;
	color: #036;
}

/* 大タイトル設定 */
.size--big {
	font-size: 1.3em;
	display: block;
}

.size--small {
	font-size: 0.7em;
	display: block;
}

/* 本文中の強調したい文に設定 */
.newscopy {
	font-size: 1.3em;
	text-align: center;
	font-weight: 700;
}

/* リード設定 */
.newsLead p {
	margin: 0 0 24px 0;
}

/* 日付設定 */
.newsDay {
	text-align: right;
	margin-bottom: 1.6em;
}

/* 拠点dlをテーブルに */
.base_info dt{
    color: #00689f;
}
.base_info dd {

}
@media screen and (min-width: 35.5em) {
.base_info dt{
    width: 8em;
    margin: 0;
}
.base_info dd {
    margin: -1.5em 0 0 0;
    padding: 0 0 1em 10em;
}
}

/* 商標リスト設定 */
.list {
	font-size: 0.9em;
	padding: 0 0 0 0.5em;
}

/* リストマーカー設定 */
#news .contents ul {
	margin: 1em 0;
}

#news .contents li {
	list-style-type: disc;
	margin-left: 1em;
}

#news .contents li.numList {
	list-style-type: none;
	margin-left: 2em;
	text-indent: -2em;
}

/* テーブル */
#news .contents table {
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-right: none;
	width: 100%;
}

#news .contents table th,
#news .contents table td {
	padding: 5px 7px;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	vertical-align: top;
}

#news .contents table th { background-color: #efefef;}

#news .contents table.nowrap th,
#news .contents table td.nowrap { white-space: nowrap;}

#news .contents table.w300 {
	width: 300px;
	margin-left: 149px;
}

#news .contents table.spec th { width: 100px;}

#news .contents table.noLine,
#news .contents table.noLine th,
#news .contents table.noLine td { border: none;}

/* classリリース用テーブル */
#news .contents table.class_table th,
#news .contents table.class_table td {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 5px 7px;
	vertical-align: top;
}

#news .contents table.class_table {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #dcdcdc -moz-use-text-color -moz-use-text-color #dcdcdc;
	border-image: none;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	margin-bottom: 0;
	width: 100%;
}

#news .contents table.class_table th{
	text-align:left;
}

#news .contents table.class_table th.blue1{
	background: #C2ECCF;
	font-weight:normal;
}

#news .contents table.class_table th.blue2{
	background: #85DA9F;
	font-weight:normal;
}

#news .contents table.class_table th.blue3{
	background: #34C15F;
	font-weight:normal;
}

#news .contents table.class_table th.blue4{
	background: #2E74B5;
	color:#FFFFFF;
	font-weight:normal;
}

#news .contents table.class_table td span{
	color: #F00;
	margin-left: 5px;
}

.wid11 { width:11em;}
.wid13 { width:13em;}


/* imgセンタリング 上下マージン */
.newsImg {
	margin: 30px 0;
	text-align: center;
}

.newsImg--right a {
	display:block;
	float:right;
	margin-left: 20px;
	text-align:center;
}

.newsImg--right a img { 
	border:1px solid #DDD;
}

/* 映像センタリング */
.swfWrapper{
	margin: 2em auto;
	width: 605px;
}

.videoWrapper{
	margin: 2em auto;
}

/* ===================================================================
 clearfix
=================================================================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* ///////////////////////////////////////////////////////////////////////////////////
可変
/////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 35.5em){

	/* 記事 */

	.contents__title {
		display: inherit;
		position: relative;
		margin-bottom: 3.0em;
	}

	.contents__title:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1em;
		border-bottom: 1px solid #14a0dc;
		width: 2em;
		margin: 0 auto;
	}

	/* サブタイトルの設定 */
	.contents__news-subtitle {
		text-align: left;
	}

	/* 大タイトルの設定 */
	.contents__news-title {
		font-size: 1.4em;
		text-align: left;
	}

	/* 大タイトルの改行を取る設定 */
	.contents__news-title br {
		display: none;
	}

	/* 大タイトルの改行を取りたくない場合の設定 */
	.contents__news-title br.newline {
		display: inherit;
	}

	/* 本文中の強調したい文に設定 */
	.newscopy {
		text-align: left;
	}

	/* 画像100%表示 */
	body#news #news .contents img {
		width: 100%;
		height: auto;
		float: none;
	}

	/* imgセンタリング 上下マージン */
	.center img{
		width: auto;
		margin: 1em 0;
	}

	.newsImg--right a {
		float:none;
		margin-left: 0;
	}

	.videoWrapper img {
		width: auto !important;
	}

	.newsSubTitle {
		background: #F1F9FC;
		border: 1px solid #D7E4EC;
		font-size: 1.4em;
		margin: 2em 0 1em 0;
		line-height: 1.4;
		padding: 0.6em;
	}

	#news .contents table{
		table-layout: fixed;
		word-break: break-all;
	}

	/* Class用テーブル */
	#news .contents table.class_table {
		table-layout: inherit;
	}

	.wid11 { width:5em;}
	.wid13 { width:calc(100% / 2);,width:-webkit-calc(100% / 2);}

	#news a{
		word-wrap: break-word;
	}

    
	/* 映像 */
	.videoWrapper {
	background-color: #000;
	}

}
/* ///////////////////////////////////////////////////////////////////////////////////
旧レイアウト
/////////////////////////////////////////////////////////////////////////////////// */

.center {
	text-align: center;
}

.newsSubTitle {
	background: #F1F9FC;
	border: 1px solid #D7E4EC;
	font-size: 1.2em;
	margin: 2em 0 1em 0;
	line-height: 1;
	padding: 0.6em;
}

.wordBreak{
	word-break: break-all;
}

.newsHeading {
	color: #00689f;
	font-weight: bold;
	margin: 2em 0 0 0;
	display: block;
	font-size: 1.4em;
}

.newsSubHeading {
	font-weight: bold;
	margin: 1em 0 0 0;
	display: block;
}

.news_subtitle {
	padding-left: 15px;
	padding: 5px 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 122%;
	background-color: #d2e8f4;
}

.news_subtitle_event, .blue {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00689f !important;
	font-size: 110%;
	font-weight: bold;
}

.mb20{
	margin-bottom: 20px !important;
}

.con-img_l {
	float: left;
	padding: 0 30px 0 0;
}

.con-img_r {
	float: right;
	padding: 0 0 0 30px;
}

.contents img {
	max-width: 100%;
}

.contents .function th {
	width: 25%;
}

.golf_table th {
	width: 25%;
}
