/*   
Theme Name: XeoryBase-child
Theme URI: http://xeory.jp/
Description: Xeory　ベーステーマ 
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_base
Version: 0.1.9
*/

tTable {
	width: 40%;
	border-collapse: collapse;
	border-width: 2px;/*表全体を線で囲う*/
	border-style: solid;
	border-color: #ffa500;
	text-align: center;
}

tTable th, tTable td {
  border: dashed 1px #ffa500;/**/
  /*破線 1px オレンジ*/
}