/*TOP関連*/


#grid .block {
	height: 147px;
	width: 147px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
}

#grid .border {
	 /*全体では147px*/
	height: 145px;
	width: 145px;
	border:1px solid #d1d1d1;
	background: rgb(242,242,242);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
}

#grid .search_console,
#basic .search_console .inner  {
	background: rgb(246,246,246);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(226,226,226,1) 100%);
}

.new_console  {
	height: 147px;
	width: 147px;	
}

.new_console .inner {
	width: 147px !important;
	height: 147px !important;
	margin: 0 !important;
	padding:0 !important;
	overflow:hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#grid .vista  {
	height: 147px;
	width: 147px;	
}

#grid .vista .inner {
	width: 141px !important;
	height: 141px !important;
	margin: 0 !important;
	padding:0 !important;
	overflow:hidden;
	border: 3px solid #fff; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(../img/smt/icon_vista_grid.png) #222;
	background-size: 100px 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.new_console .text {
	height: auto !important;
}

.bg_img .tmb {
	display: inline-block;
	overflow: hidden;
	width:147px;
	height:147px;
	background-position:center center;
	-webkit-background-size:147px auto !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bg_img {
	position:relative;
}

.new_console .text {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 137px;
	height: 30px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 30px;
	bottom: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
	color: #FFF;
}

.new_console .icon,
.block .icon {
	position: absolute;
	width: 31px;
	top: 5px;
	left: 3px;
	z-index:1000;
}


#grid .nav {
	width: 147px;
	height:100%;
}


#grid .bg_img .inner {
	width: 147px;
	height: 147px;
	overflow:hidden;
}

#grid .block .inner {
	width: 137px;
	height: 137px;
	margin: auto;
	padding: 5px 0 5px 0;
}


#grid .news a {
	display: block;
	height: 145px;
	width: 145px;
}


#grid .news .photo {
	height: 91px;
	width: 137px;
	margin: 0 0 3px;
	overflow: hidden;
	position: relative;
}

#grid .news .photo .trim {
	width: 137px;
	height: 137px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: -23px;
	left: 0px;
}

#grid .news .photo img {
	width: 137px;
}

#grid .news .text {
	height: 39px;
	width: 137px;
	vertical-align: middle;
	display: table-cell;
	color:#1a1a1a;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

#grid .news .text p {
}

#grid .news .text .title {
	font-weight:bold;
	font-size: 11px;
	line-height: 14px;
}

#grid .news .text .date,
#grid .news .text .cat {
	font-size: 11px;
	line-height: 1;
	padding-bottom: 3px;
	padding-top: 3px;
}

#grid .divider {
	-webkit-border-radius:.3em;
	border-radius:.3em;
	height: 45px;
	-webkit-background-size: 5px 30px !important;
	position: relative;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 45px;
	margin-bottom:6px;
}

#grid .btn {	
	margin-bottom:6px;
}

#grid .divider h3 {
	font-size: 12px;
	line-height: 45px;
}

#grid .btn a{
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	display: block;
	height: 43px;
	line-height: 43px;
	text-align: left;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: bold;
	border: #999999 solid 1px;
	text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 1px;
	background: rgb(253,253,253);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(50%,rgba(224,224,224,1)), color-stop(51%,rgba(212,212,212,1)), color-stop(100%,rgba(205,205,205,1)));
}


#grid .text_input {
	position: absolute;
	bottom: 10px;
	margin:0px 3px 0px 3px;
}

#grid .center .title {
	text-align: center;
	font-size: 14px;
}

#grid .search_console .inner {
	-webkit-background-size: 38px 39px !important;
	background: url(../img/smt/icon_search_grid.png) no-repeat center 45px;
	position: relative;
	color:#1a1a1a !important;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}

#grid .hole .inner,
#grid .facebook .inner,
#grid .twitter .inner
	{
	color:#fff !important;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	}

#grid .hole {
	background: #e50112;
}

#grid .twitter {
	background: #00aced;
}



#grid .facebook{
	background: #3b5a97;
}

#grid .line{
	background: #5ae628;
}


#grid .hole .inner {
	-webkit-background-size: 65px auto !important;
	background: url(../img/smt/icon_hole.png) no-repeat center 50px;
	position: relative;
	height: 137px;
}

#grid .twitter .inner {
	-webkit-background-size: 70px auto !important;
	background: url(../img/smt/icon_twitter.png) no-repeat center 48px;
	position: relative;
}

#grid .facebook .inner {
	-webkit-background-size: 30px auto !important;
	background: url(../img/smt/icon_facebook.png) no-repeat center 45px;
	position: relative;
}

#grid .line .inner {
	-webkit-background-size: auto 30px !important;
	background: url(../img/smt/icon_line.png) no-repeat center 58px;
	position: relative;
}

#grid .social {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 137px;
}

#grid .social a {
	color:#FFF;
}

.news .photo {
	width: 94px;
	height:94px;
	float: left;
	margin-right: 10px;
}

#basic .block,
#page_news .block {
	padding:10px;
}

#basic .news{
	position: relative;
}

#basic .block .inner {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.news .text {
	overflow: auto;
	vertical-align: middle;
	display: table-cell;
	height: 94px;
}

.news .new .date {
	background:url(../img/smt/icon_new.png) no-repeat;
	background-size:31px 16px;
	background-position:center left;
	padding-left:36px;
}


#basic section hr:last-child {
	display:none;
}


#basic section {
	padding: 0px;
}
#basic section .nav {
	padding: 10px;
}
#basic .new_console {
	float: left;
	height: 147px;
	width: 147px;
	margin-right: 10px;
}
#basic .hole {
	height: 147px;
}

#basic .hole .inner {
	-webkit-background-size: 94px auto !important;
	background: #e50112 url(../img/smt/icon_hole.png) no-repeat center 40px;
	position: relative;
	height: 147px;
}

#basic .vista {
	/*height: 147px;*/
}

#basic .vista .inner {
	-webkit-background-size: 100px auto !important;
	background: #222 url(../img/smt/icon_vista_grid.png) no-repeat center center;
	position: relative;
	height: 141px;
	border: 3px solid #fff;  
}

#basic .search_console .inner  {
	padding:10px;
}

#basic .twitter .inner {
	-webkit-background-size: 33px auto !important;
	background: #00aced url(../img/smt/icon_twitter_s.png) no-repeat center right;
	position: relative;
	height: 40px;
}

#basic .facebook .inner {
	-webkit-background-size: 27px auto !important;
	background: #3b5a97 url(../img/smt/icon_facebook_s.png) no-repeat center right;
	position: relative;
	height: 40px;
}


#basic .line .inner {
	-webkit-background-size: auto 17px !important;
	background: #5ae628 url(../img/smt/icon_line_s.png) no-repeat center right;
	position: relative;
	height: 40px;
}


#basic .social {
	height: 20px;
	margin-top: -10px;
	position: absolute;
	left: 10px;
	top: 50%;
}
.gridster {
	width: 306px;
	margin-right: auto;
	margin-left: auto;
}

.grid-container{ padding:10px 0 0 0}

#page_home .group_news {
	text-align: center;
	padding: 10px;
}

#grid .group_news {
	padding: 0px;
	height:147px;
	overflow:hidden;
}
