﻿/*********************************************************************
Copyright AJI LLC (http://www.ksi-sd.com/golf)
ゴルフサイト右側の内容(共通)のスタイルシート
ファイル名：golf-main-contents-pc.css
2018年11月作成
*********************************************************************/

/*--------------------------------------------------------------------
記述の覚え
margin、padding :１番目(上)、２番目(右)、３番目(下)、４番目(左)
                  １番目(上下)、２番目(右左)
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
rink.htm/リンク 用
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
タイトル枠
--------------------------------------------------------------------*/
/*--タイトル外枠--*/
.main-tytol-waku{ /*各ページ共通*/
	width : 100% ;
	height:auto;
	text-align:center;
	font-size : 15px ;  
	font-family: "ＭＳ ゴシック",sans-seriff;
	font-weight: bold;              
	color : #30c;       
	padding : 10px;
	margin : 10px 0  ; 
/*	background-color: #0000ee; */
}

.waku-tytol-left{/**タイトルの左枠**/
        width:60%;/*340px;*/ 
	text-align : center;
	font-size : 12px;  /*文字の大きさ*/
	line-height:1.6em;
	color : #000000;
	font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
	float:left;
	margin-top: 18px;
/*	background-color: #00ffee; */
}

.waku-tytol-right{/**タイトルの右枠**/
	width:38% ; /*340px; */
	text-align : center;
	font-size : 13px;  /*文字の大きさ*/
	line-height:1.6em; 
	color : #000;
	font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
	float:right; /*right;*/
	margin-top: 4px ;
/*	background-color: #ff00ee; */
}

.waku-small {  /*タイトル右の「リンク」の枠*/
	width : 220px ;
	text-align : center;
	font-size : 14px;  
	color : #0000df;      
	font-family: "ＭＳ ゴシック",sans-serif;
	font-weight: bold;             
	padding : 5px 0 3px 0 ;
	margin:0 0 5px 0;
	background : #fff ;
	border : ridge 3px #00f;
	border-top-color: #0fd;
	border-left-color : #0fd ;
}

.waku-medium {  /*タイトル「サンディエゴの関するリンク」の枠*/
	width : 400px ;
	text-align : center;
	font-size : 14px;  
	color : #0000df;      
	font-family: "ＭＳ ゴシック",sans-serif;
	font-weight: bold;             
	padding : 5px 0 3px 0 ;
	margin:20px 0 5px 0;
	background : #fff ;
	border : ridge 3px #00f;
	border-top-color: #0fd;
	border-left-color : #0fd ;
}

.waku-rink{
	width:100%;
	height:auto;
}

.waku-rink-left{ /*リンク枠内の左の枠*/
	width:330px;
	height:auto;
	text-align:left;
	font-size:12px;
	color:000;
	line-height:2.0em;
	float:left;
	margin:0;
/*	background-color: #ff00ee;*/
}

.waku-rink-right{ /*リンク枠内の右の枠*/
	width:330px;
	height:auto;
	font-size:12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color:000;
	line-height:2.0em;
	text-align : left;
	float: right;
}

.waku-comment {  /*枠 コメント枠 緑色系*/
     width : 300px ;
     text-align : left;
     font-size : 13px;  
     color : #0000cf;      
     font-family: "ＭＳ ゴシック",sans-serif;
     padding : 4px 3px 4px 7px;
     margin : 0 ; 
     background : #ccffdd  ;
     border : solid 1px #0000ff;
}


/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
/* ▼表全体の装飾▼ */
.atable {
	width:80%;
	border-collapse: collapse;
	border: none;/*2px #0000ff solid;*/
/*	background-color: #ffffff;*/
}

/* ▼表のセル(全部)の装飾▼ */
.atable th,td {
	padding:10px;
	text-align:center;
/*   border-style: solid ;
   border-color: #000000;
   border-width: 1px; */
}


/*--------------------------------------------------------------------
イメージの設定
--------------------------------------------------------------------*/
.image-seaworld{
	width:130px;
	height:163px;
	padding-top:5px;
	padding-left:10px;
	float: right;
}

.image-boll{  /*boll.pngの大きさ*/
	width:18px;
	height:aut;
}


