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

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

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

.waku-tytol-left{/**タイトルの左枠**/
        width:33%;/*340px; */
	float:left;
	text-align:right;
	margin: 5px 0 0 0;
/*	background-color: #00ffee; */
}

.waku-tytol-right{/**タイトルの右枠**/
	width:65% ; /*340px; */
	float:right; /*right;*/
	text-align:left;
	margin: 5px 0 0 0;
/*	background-color: #ff00ee; */
}

.waku-about-aji {  /*会社概要の説明枠 */
	width : 670px ;
	text-align : left;
	font-size : 15px;  /*文字の大きさ*/
	line-height:1.5em;
	font-family: "ＭＳ ゴシック",sans-serif;/*フォントの字体*/
	color:#0000df;
	padding : 10px;
	margin : 0px ;  
	border: solid 1px #0a0;
	background : #fff;
}

.about-aji-title {
	width : 670px;/*370px;*/
	font-size : 15px ; 
	font-family: "ＭＳ ゴシック",sans-seriff;
	font-weight: bold;             
	color : #30c;  
	text-align:left;    
	padding :8px 10px 5px 10px ;
	margin : 5px 0 5px 0px ; 
	background : #eff ;    
	border-bottom : solid 2px #03f ;
	border-right : solid 2px #03f ;
}

.waku-comment {
	width:80%;
	text-align:left;
	font-size:12px;
        line-height:1.2em;
	color:#0000df;
	float:right;
	padding:0;
	margin:0;
}


/*--------------------------------------------------------------------
イメージの設定
--------------------------------------------------------------------*/
.image-boll{
	width:18px;
	height:aut;
}

/*--------------------------------------------------------------------
会社概要のテーブル設定
--------------------------------------------------------------------*/
/* ▼テーブル全体の装飾▼ */
table {
	border-collapse: collapse;
	border:1px #0a0 solid;
	font-size: 13px;
	color:#0000df;
	font-family: "ＭＳ ゴシック",serif;
	line-height : 1.5em;
	width:98.5%;/*670px;*/
	background: #fff;
}

/* ▼表の上部のセル( thead th、td)の装飾▼ 
table th,
table td{
	padding: 0.3em;
	border-style: solid ;
	border-color: #000000;
	border-width: 1px;
} */ 

/* ▼表の(tbody th,td)の装飾▼ */
table tbody th {
	border-right: 3px double #0a0;
	letter-spacing: 0.15em;
	color:#0000df;
	vertical-align: top;
	padding: 8px 8px;
}

table  tbody td{
	letter-spacing: 0.15em;
	padding: 8px 8px;
}

/* ▼テーブルの行毎の色装飾▼ */
table tbody tr {
	background: #fff;
	border: 1px solid #0a0;
}

table tbody tr:nth-child(2n+1) {
	background:#eee;
}

table tbody tr:hover {
	background: #ccc;
	cursor:pointer;  
}
