﻿/*スマートフォン用CSS*/

@media screen and (max-width: 640px) {
 
.img{
max-width: 100%;
height: auto;
width:auto;
}
/*********************************************************************
Copyright AJI LLC (http://www.ksi-sd.com/golf)
ゴルフサイト 会社概要 右側の内容のスタイルシート、
ファイル名：golf-about-aji-sumaho.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:95%;/*340px;*/ 
	float:none;
	text-align:center;
	margin: 5px 0 0 0;
/*	background-color: #00ffee; */
}

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

.waku-about-aji {  /*会社概要の説明枠 */
	width : 90%;/*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 : 90%;/*670px;*/
	font-size : 15px ; 
	font-family: "ＭＳ ゴシック",sans-seriff;
	font-weight: bold;             
	color : #30c;  
	text-align:left;    
	padding :8px 10px 5px 10px ;
	margin : 5px 0; 
	background : #eff ;    
	border-bottom : solid 2px #03f ;
	border-right : solid 2px #03f ;
}

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


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

.image-auto{
	max-width:95%;
	width:auto;
	height:auto;
}

.image-outlineaji{
	max-width:95%;
	width:auto;
	height:auto;
}

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


/* ▼表の(tbody th,td)の装飾▼ */
table tbody th {
	border-bottom:1px #0a0 solid;
	letter-spacing: 0.15em;
	color:#0000df;
	vertical-align: top;
	padding: 8px ;
	width:auto;
	display:block;
	background:#eee;
}

table  tbody td{
	letter-spacing: 0.15em;
	padding: 8px 8px;
	width:90%;
	display:block;
}

/* ▼テーブルの行毎の色装飾▼ */
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;  
}*/
}
