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

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


/**************************************************************
【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;}				/* 太字 */
.bold{font-weight:700}				/* 太字 */
.u{text-decoration:underline}	/* 下線 */

.align1{text-align:center !important} /* 中央寄せ */
.align2{text-align:right !important}  /* 右寄せ */
.align3{text-align:left !important} /* 左寄せ */

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

/**************************************************************
【background-colorの設定】
**************************************************************/
.bg-yellow{background:#ff0}		/* 黄色の文字背景 */
.bg-blue{background:#4ab0f5}	/* 青色の文字背景 */
.bg-red{background:red}			/* 赤色の文字背景 */

/*******************************
追加ＣＳＳ
*******************************/

.b{
	font-weight:bold;
}

.content table { width: 100%;}
.content td, .content th { vertical-align:top; border:1px solid #bbb; padding:10px 15px 7px; line-height:2.2; background:#fff; }
.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:4px;
   border: 1px solid #cccccc;
}

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