@charset "UTF-8";





/** 00. アプリダウンロードボタン
 **************************************************************** **/
.appreach_inner {
	border:3px solid #eee;/*ボーダー色*/
	display: inline-block;
	padding: 20px;
}

.appreach {
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}

.appreach:after {
	content: "";
	display: block;
	clear: both;
}

.appreach img,
.appreach p {
	margin: 0;
	padding:0;
}

.appreach a:after {
	display: none;
}

.appreach__icon {
	border-radius: 10%;
	overflow: hidden;
	margin: -5px 3% 0 0 !important;
	height: auto !important;
	max-width: 120px !important;
}

.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}

.appreach__detail:after {
	content: "";
	display: block;
	clear: both;
}

p.appreach__name {
	font-size: 16px;
	color: #555;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}

.appreach__info {
	font-size: 12px !important;
	color: #888;
}

.appreach__info a {
	color: #aaa;
}

.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}

.appreach__posted a {
	margin-left: 0.5em;
}

.appreach__links {
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}

.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
}

.appreach__gplink img {
	height: 40px;
}

@media only screen and (max-width: 786px){
	.appreach {
		margin:20px 0;
	}
	
	.appreach__info {
		font-size: 11px !important;
	}
	
	p.appreach__name {
		font-size: 15px;
	}
	
	.appreach__icon {
		max-width: 100px !important;
	}
	
	.appreach__aslink img {
		margin-right: 10px;
		height: 35px;
	}
	
	.appreach__gplink img {
		height: 35px;
	}
}


/** 01. Indent
 **************************************************************** **/
[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

/** 02. リンクの折り返し
 **************************************************************** **/
#content a {
	overflow-wrap: break-word;
	word-break: break-all;
}



.contact p {
	margin: 10px 0;
}






/** 03. 文字付囲み枠
**************************************************************** **/
.box03 {
	position: relative;
	padding: 1.5em 1em;
	border: solid 3px #f44336;
	border-radius: 8px;
	margin: 10px;
}

.box03.green_line {
	border: solid 3px #3B9720;
}

.box03 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 18px;
	background: #FFF;
	color: #f44336;
	font-weight: bold;
}

.box03.green_line .box-title {
	color: #3B9720;
}
.box03 p {
	margin: 0; 
	padding: 0;
}

@media (max-width: 768px) {
	.box03 .box-title {
		position: absolute;
		display: inline-block;
		top: -13px;
		left: 5px;
		padding: 0 2px;
		margin: 0 5px;
		line-height: 1.5;
		font-size: 15px;
		background: #FFF;
		color: #f44336;
		font-weight: bold;
	}

	.box03 {
		position: relative;
		padding: 2em 1em;
		border: solid 3px #f44336;
		border-radius: 8px;
		margin: 5% 5%;
	}
}






/** 04. table
**************************************************************** **/
#content table.tblFull.center * {
	vertical-align: middle;
	text-align: center;
}

