/*
Theme Name: stinger7child
Template: stinger7
*/
@import url('../stinger7/style.css');

header .sitename {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 0px;
	margin-bottom: 10px;
}

header .descr {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 781px) {
	#header-l {
		max-width:100%;
	}
}

.amazlet-box {
	border:dashed 1px #999999;
	padding:20px;
	font-size:14px;
	margin-bottom:20px;
}

table.conversion tr td {
	border:solid 1px #dddddd;
	padding:5px;
	white-space:nowrap;
}

.sticky-itslink {
	border:dashed 1px #999999;
	padding:16px;
	margin:20px 0;
}
.googleplay {
	border:dashed 1px #999999;
	padding:16px;
	margin:20px 0;
}

.photogallery {
	margin:0;
	padding:0;
}
.photogallery ul li {
	float:left;
	margin:0 20px 20px 0;
	list-style:none;
}

img.borderline {
	border:solid 1px #666;
}
.pricetable table {
	white-space-collapse:collapse;
}
.pricetable table tr td {
	border:solid 1px #666;
	font-size:18px;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
}

div.kaerebalink-box {
	border:dotted 1px #999;
	padding:20px;
	margin-bottom:20px;
}

hr {
	margin:40px 0;
	border:none;
	border-top:dotted 1px #999;
}


/*-----New Share HTML----*/

.link-box {
	border:1px solid #e1e1e1;
	padding:10px;
	display:flex;
	margin:30px;
}

.link-box:hover {
	background-color:#f3f3f3;
	-webkit-transition:background-color .35s;
	transition:background-color .35s;
}

.img-box {
	width:25%;
	float:left;
}

.img-box div {
	min-height:170px;
	background-size:cover;
	background-position:center center;
}

.text-box {
	width:75%;
	float:left;
	padding-left:20px;
	line-height:1.4em;
	margin:0;
}

.text-box .title {
	font-size:18px;
	line-height:1.4em;
	font-weight:600;
	color:#428bca;
	padding:0;
	margin:0;
}

.text-box .description {
	font-size:14px;
	line-height:1.4em;
	color:#333;
	padding:0;
	margin:0;
}

@media only screen and (max-width:479px) {

.img-box div {
	min-height:80px;
}

.text-box {
	margin-left:10px;
	line-height:1.4em;
}

.text-box .title {
	font-size:13px;
	line-height:1.4em;
	margin:0;
}

.text-box .description {
	font-size:11px;
	line-height:1.4em;
	margin-top:5px;
}
}

/*-----ここまで：New Share HTML----*/

#appreach-box {
	border:dotted 1px #999;
	margin:10px 0 20px 0;
}