/*
Theme Name: stinger6child
Template: stinger6
*/
@import url('../stinger6/style.css');

* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif,;
	margin: 0px;
	padding: 0px;
}


body {
	min-width: 320px;
	word-wrap: break-word;
	background-color: #fff;
}

/* 基本の文字 */
p {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

p .pcredit {
	font-size: 10px;
	color: #ccc;
}


/*ブログタイトル*/
header .sitename {
	font-size: 28px;
	font-family: 'Crete Round', sans-serif;
	line-height: 30px;
	padding: 10px 0px 0px;
	margin-bottom: 10px;
}

header .sitename a {
	font-family: 'Crete Round', sans-serif;
	color: #666;
	text-decoration: none;
}

header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* RSS購読するボタンの色を変更 */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #FF99CC;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}

.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*---------------------------------
Browser Shot
--------------------------------*/
.infobox {
    border: 1px dashed #ccc;
    padding: 15px;
}
 
.browser-shot img{
  box-shadow:2px 2px 3px #CCCCCC;
}

/* adsenseショートコードを中央に */
.adcenter{
margin: 0 auto;
text-align: center;
margin-bottom:85px
}

.adresponsive{
  max-width: 336px;
  margin-left: auto;
  margin-rigfht: auto;
}


/*---------------------------------
トータルシェア数
<span class="share-total"><?php if(function_exists('scc_get_share_total')) echo scc_get_share_total(); ?>&nbsp;Shares</span>
と入れればよい
--------------------------------*/

.share-total {
	background: #FFD5D5; /* 背景色 */
	color: #FF7979; /* 文字色 */
	padding: 0 0.3em; /* 内側余白 */
}


/*---------------------------------
All about prime ad
--------------------------------*/
@charset "utf-8";
.aaprad{
    display: table;
    width: 100%;
    position: relative;
    clear: both;
    line-height: 1.2;
}

/*サムネイル画像*/
.aaprad-img{
    float: left;
    line-height: 1;
    overflow: hidden;
    position: relative;
    padding: 10px 0 10px 10px;
    /*サムネイル画像枠サイズはこちら*/
    width: 100px;
    height: 100px;
}
.aaprad-img > a {
display: block;
}
.aaprad-img a img{
    width: 100%;
    height: auto;
    border: none;
}
/*タイトル*/
.aaprad-title{
    overflow: hidden;
}
.aaprad-title a {
    padding: 8px;
    display: block;
    /*タイトルのフォント指定等はこちら*/
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.aaprad-title a:hover {
	color: #b22222;
}

.aaprad-description{
    overflow: hidden;
}
.aaprad-description a {
    padding: 0 8px 8px;
    display: block;
    /*本文のフォント指定等はこちら*/
    color: #666;
    font-size: 0.87rem;
    text-decoration: none;
}

/*広告主体主名称*/
.aaprad-company{
    overflow: hidden;
    margin-bottom: 24px;
}
.aaprad-company a {
    padding: 0 8px;
    display: block;
    /*広告主体主名称のフォント指定等はこちら*/
    color: #999;
    font-size: 0.73rem;
    text-decoration: none;
}

.aaprad-info{
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.aaprad-info a {
    text-decoration: none;
    font-family: Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    vertical-align: middle;
    color: #555;
    font-size: 10px;
}
.aaprad-info img {
    margin-left: 4px;
    display:inline-block;
    vertical-align: middle;
}
.aaprad-thumbnail .aaprad-title ,
.aaprad-thumbnail .aaprad-description ,
.aaprad-thumbnail .aaprad-company {
    margin-left:116px;
}
