/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/**************************************************************
【以下 css 追加分】
**************************************************************/


/**************************************************************
【fontの設定】
**************************************************************/
.text70{font-size:70%}			/* フォントサイズ70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:bold}				/* 太字 */
.u{text-decoration:underline}	/* 下線 */

/**************************************************************
【colorの設定】
**************************************************************/
.red{color:red}				/* 赤色 */
.blue{color:#2ca9e1}		/* 青色 */
.green{color:#82ae46}		/* 緑色 */
.orange{color:#ff7d00}		/* 橙色 */
.yellow{color:#fff000}		/* 黄色 */
.pink{color:#ff0084}		/* ピンク */
.gray{color:#999}

/*******************************
追加ＣＳＳ
*******************************/
.entry-content table { width: 98%;}
.entry-content td, .entry-content th { vertical-align:top; border:1px solid #bbb; padding:10px 15px 7px; line-height:2.2; background:#fff; }
.entry-content th { background:#E8E8E8; font-weight:bold; color:#333; }

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}


.ad-space {
	margin:0;
	font-size:10px;
	color:#999999;
}

#pc_double_ads-2 .ad-label {
	margin:0 0 5px 5px;
	font-size:10px;
	color:#999999;
	text-align:left;
}

.box_img_border{
   margin: 0 5px 2px 0;
   padding:5px;
   border: 1px solid #cccccc;
}

hr {
   border:dotted #999999;
   border-width:1px 0 0 0;
	margin:5px 0 15px;
}

