@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*トップページオリジナルコンテンツ用*/

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-top-autotradeabc{
	flex-wrap: wrap;
}

.flex-top-autotradeabc-left{
	padding-top:12px;
}

.flex-top-autotradeabc-right ul{
	margin-top:0px;
}

.flex-top-earesult{
	justify-content: space-around;
	align-items: stretch;    /*全ての要素の高さを揃える*/
	flex-wrap: wrap;
	text-align:center;
}

.flex-top-onamaecom{
	flex-wrap: wrap; 
}
.flex-top-onamaecom-left{
	padding-top:12px;
}

.flex-top-onamaecom-right ol{
	margin-top:0px;	
}

.article-footer, .entry-footer {
   background-color: white;
}



.article-footer, .entry-footer {
   background-color: white;
}


/*その他*/

.sidebar h3 {
  padding: 6px;
  font-size: 0.95em;
  letter-spacing: .4px;
  border-bottom: 1px solid #595857;
  background-color:black;
  color:white;
}

div.centerbox{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
}
div.centerbox > *{
    vertical-align: middle;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}
div.centerbox span {
    height: 100%;
    width: 0px;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}
div.centerbox p {
    text-align:left;
    padding-left:20px;
    padding-right:20px;
}


div#followme{
    width: 100%;
    height: 100%;
	margin-bottom:10px;
    display: block;
    text-align: left;
}
div#followme > *{
    vertical-align: middle;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}
div#followme span {
    height: 100%;
    width: 0px;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.fxCampaignTable{
	border: 1px solid #333;
	margin-bottom:10px;
}
.fxCampaignTable div.table-header{
	border: 1px solid #333;
	padding:5px;
}

.fxCampaignTable div.table-footer{
	border: 1px solid #333;
	padding:5px;
	text-align:center;
}

.fxCampaignTable div.table-column {
	border: 1px solid #333;
 	padding:5px;
 	vertical-align:top;
}

.fileTable{
	border: 1px solid #333;
	margin-bottom:10px;
}
.fileTable div.table-header{
	border: 1px solid #333;
	padding:5px;
	background-color:#eee;
}
.fileTable div.table-column{
	border: 1px solid #333;
	padding:5px;
}


/*appreach用*/
.appreach {
	text-align: left;
	padding: 10px;
	border: 1px solid #7C7C7C;
	overflow: hidden;
}

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

.appreach p{margin: 0;}

.appreach a:after {display: none;}

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

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

.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}


.eagettable{
	border: 1px solid #333;
	margin-bottom:10px;
}
.eagettable div.table-header{
	border: 1px solid #333;
	padding:5px;
}

.eagettable div.table-footer{
	border: 1px solid #333;
	padding:5px;
}
.eagettable div.table-row {
 display: table;
 width: 100%;

}
.eagettable div.table-column {
 display: table-cell;
 border: 1px solid #aaa;
 padding:5px;
 vertical-align:top;
}

.eagettable div.table-column:first-child {
 width: 120px; /*左カラムのサイズ*/
 background-color:#eee;
 padding:5px;
 vertical-align:middle;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

