@charset "utf-8";
/*
Theme Name: fuji-group
Description: ブログ用のテーマです。
Version: 1.0
Author: adshin co&#46;
Author URI: http://e-adshin.com
*/



/* リセット
------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  
}

p {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* クリフィ */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}




/* 共通
------------------------------------------------------------------------------------------------*/
#cont {
}

#column {
	width:1000px;
	margin:35px auto 0;
}


/* 一覧
------------------------------------------------------------------------------------------------*/
#index {
	width:1000px;
	margin:0 auto 0;
}



/* ブログ一覧
------------------------------------------------------------------------------------------------*/
#concept #new_arr {
	float:left;
	margin:30px auto 20px;
	background: url(img/top/new_bg.jpg) repeat;
}
#concept .arr_main {
	padding:0;
	width:590px;
	margin:25px auto 0;
}
#concept .arr_main li {
	height:200px;
	width:148px;
	background:#FFF;
	padding:15px;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	border-bottom:none;
	/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 32px 1px;
}
#concept .arr_main li:nth-child(3n) {
	margin-right:0;
}
#concept .arr_main li p {
	line-height:16px;
	margin:0;
	padding-top:8px !important;
	padding-bottom:0;
}
#concept .arr_main li a {
	color:#323232;
	font-size:12px;
	text-decoration:none;
}
#concept .arr_main li a:hover {
	text-decoration: underline;
}
#concept .arr_btn {
	text-align:center;
}
#concept ul li img {
    margin: 0;
}


/********************************************************************/
/* pager */
.pager{
	text-align:center;
	margin-top:30px;
}
.pager a {
	color:#666;
	background:#fff;
	text-decoration:none;
}
a.page-numbers,
.pager .current{
	background:#fff;
	border:solid 1px #666;
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:#666;
	border:solid 1px #666;
	color:rgba(255,255,255,1);
}