@charset "UTF-8";
/************************************************
	ファイル名 : category.css
	バージョン番号 : $Revision: 198 $
	コミット日時 : $Date: 2014-09-19 15:17:06 +0900 (2014/09/19 (金)) $
	作業者 : $Author: 知生 $
	開発者 : 有限会社 プロペラ
	開発者住所 : 〒 904-0117 沖縄県中頭郡北谷町北前 1-11-3-A
	開発者TEL : 098-923-0358 / FAX : 098-923-0359
************************************************/
.type1 #area_c {
    display: none!important;
}


.type1 article {
    width: 100%!important;
}

#category .PostItem img {
    border-bottom: 1px dotted #c1c1c1;
    padding-bottom: 15px;
    width: 100%;
    height: auto!important;
}

#category .PostItem .PostItemTitle {
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
    padding: 5px 0 5px 0;
}


#category .PostItem a {
    color: #222;
	border: none;
    margin: 15px 10px 15px 10px;
    padding: 0;
    display: block;
    text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#category .PostItem a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-color:#fff;
}
