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

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


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

.amazonjs_item .amazonjs_info h4{
    background:transparent !important;
    color:#000 !important;
}
.amazonjs_item .amazonjs_info h4:before,.amazonjs_item .amazonjs_info h4:after{
  content:none;
}

/**************************************************************
【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:700}				/* 太字 */
.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}			/* 赤色の文字背景 */



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

.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:4px;
   border: 1px solid #cccccc;
}

.b{
	font-weight:bold;
}


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


/*******************************
星ＣＳＳ
*******************************/

.rate {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 16px;
  font-size: 16px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★';
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 16px;
}

.rate2:after {
  width: 32px;
}

.rate3:after {
  width: 48px;
}

.wrap {
  width: 48px;
  margin: 0 auto;
}

.top_main_widget {
	   border: 1px dotted #cccccc;
  background-color:#FCFCFC;
  padding:10px;
  margin-bottom:10px;
}

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

