@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
  BASE Style
----------------------------------------------------*/
#wrapper{ margin: 0 auto;}
#gHead { width: 100%; min-width:1082px; margin: 0 auto; background-color:#fff; z-index:200;}
#gCont { width: 100%; margin:0 auto; }
#contents-wrap{ width:1082px; margin:0 auto; overflow:hidden;}
#gFoot { width: 100%; }


/*----------------------------------------------------
  Header
----------------------------------------------------*/
#gHead{height: 80px;border-bottom: 1px solid #cfcfcf;}
.gHead-inner{width:1082px;margin: 0 auto;}

.gHead_gTitle a h1{
  width: 176px;
  height: 36px;
  margin-top: 20px;
  margin-left:10px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/gHead_gTitle.png) no-repeat 0 0;
  float: left;
}
a.sp_menu{
	display:none;
}
.gHead_gMenu{
	width:1082px;
	margin:-43px auto 0;
}
.gHead_gMenu nav{
	float:right;
	padding-right:10px;
}
.gHead_gMenu li{
  float: left;
	padding:0 10px;
	margin:0 5px;
	height:45px;
}
.gHead_gMenu li#list-last{
	padding-right:0;
	margin-right:0;
}
.gHead_gMenu li a{
	display:block;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#36434d;
	background:none;
}

.gHead_gMenu nav ul ul.sub-menu {
	 border:#f2f5f5 solid 5px;
	 border-bottom:none;
   margin: 22px 0 0 -58px;
   padding: 0px;
   display: none;
   position: absolute;
}
.gHead_gMenu nav ul ul.show {
	display:block;
}
.gHead_gMenu nav ul ul.sub-menu li {
   width: 170px;
   height: 35px;
	 margin:0;
	 padding-left:3px;
	 border-bottom:#f2f5f5 solid 5px;
	 background-color:#FFFFFF;
	 float:none;
}
.gHead_gMenu nav ul ul.sub-menu li a {
   line-height: 35px;
	 display:block;
   text-align: left;
   text-indent: 5px;
	 font-weight:normal;
}


.gCont_slide{height:250px;margin: 0 auto;border-bottom: 1px solid #cfcfcf; min-width:1082px;}
.gCont_slide-inner{width: 900px;margin: 0 auto;}
.gCont_slide-inner div{width:256px;float:left;margin: 70px 22px 0 22px; }
.gCont_slide-inner div a{text-decoration: none !important;}
.gCont_slide-inner div img{width:66px;margin: 0 auto 17px;display: block;}
.gCont_slide-inner div h1{font-size:17px;text-align: center;padding-bottom: 5px;}
.gCont_slide-inner div p{font-size:12px;text-align: center;color:#a5adb3;}
.gCont_slide_sp{width:320px; height:240px; margin:0 auto;}
.gCont_slide_sp iframe{width:320px; height:240px;}


.gCont_menu{background:#f2f5f5;border-bottom: 1px solid #cfcfcf;padding: 20px 0; min-width:1082px;}
.gCont_menu-inner{width: 900px;margin: 0 auto;}
.gCont_menu-category{list-style: none;float: left;margin-left: 80px;}
.gCont_menu-category li{float:left;border-bottom: 1px solid #cfcfcf;border-left: 1px solid #cfcfcf;}
.gCont_menu-category li:nth-last-child(1){border-right: 1px solid #cfcfcf;}
.gCont_menu-category li a{display:block;padding: 8px 30px;background: #fff;border-top: 1px solid #cfcfcf;font-size: 11px;color:#e74c3c;text-decoration: none;}
.gCont_menu-search{float: right;padding-right:20px;}
.gCont_menu-search input[type="text"]{width:200px; height: 28px; padding-left:5px; border: 1px solid #cfcfcf;}
.gCont_menu-search input[type="submit"]{height: 30px; width:30px; border: 1px solid #cfcfcf; background:url(../img/gCont_menu-search.png) no-repeat 50% #fff; cursor:pointer;}


/* パンくずリスト
----------------------------------------------------- */
#b-nav{
	border-bottom:#c5c5c5 solid 1px;
	height:39px;
	width:100%;
	min-width:1082px;
	margin:0 0 30px 0;
	padding-bottom:3px;
}
#b-nav ul{
	padding-left:20px;
	width:1047px;
	margin:0 auto;
	overflow:hidden;
}
#b-nav li{
	float:left;
	margin-right:10px;
	line-height:42px;
}
#b-nav li + li:before {
	margin-right:10px;
  content: ">";
}
#b-nav li a{
	text-decoration:none;
}
#b-nav li a.b01{
	background:url(../img/icon-pan.gif) no-repeat left 35%;
	padding-left:15px;
}
#b-nav li a:hover{
	text-decoration:underline;
}


/* サイドナビゲーション
----------------------------------------------------- */
#sideWrap{
	width:270px;
}

#side-nav{
	position: relative;
	width:270px;
	float:left;
	padding-right:40px;
	margin-left:10px;
}

#side-nav #nav-title{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:#c5c5c5 solid 1px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	background:#36434d;
	border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
	padding-left:18px;
}
#side-nav .border-btm{
	border-bottom:#c5c5c5 solid 1px;
}
#side-nav nav ul{
	border:#c5c5c5 solid 1px;
	border-top:none;
	border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
}
#side-nav nav li a{
	display:block;
	height:40px;
	line-height:40px;
	border-top:#c5c5c5 dashed 1px;
	padding-left:18px;
	text-decoration:none;
}
#side-nav nav li.active a{
	font-weight:bold;
}
#side-nav nav li:first-child a{
	border:none;
}
.wp-tag-cloud{
	margin-top:10px;
}
.wp-tag-cloud li{
	float:left;
	margin:0 5px 5px 0;
}
.wp-tag-cloud li a{
	padding:8px 10px;
	text-decoration:none;
	border:1px;
	display:block;
	background-color:#f2f5f5;
	border-radius:3px;
}

/* 141003 Ranking */
.mRank h2{
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/mRanking_title.png) no-repeat left bottom;
    width: 270px;
    height: 62px;
    margin: 0 0 10px;
}
.mRank ul li{
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.mRank ul li:hover{
    background:#f8f7f4;
}
.mRank ul li .trimm{width: 62px;height:62px;border: 1px solid #ddd;overflow: hidden;position: relative;float: left;margin-left: 5px;}
.mRank ul li .trimm span{position: absolute;left: -25%;}
.mRank ul li .trimm img{width: auto;height:62px;-ms-interpolation-mode: bicubic;}

.mRank ul li .mRankTitle{
    width: 185px;
    height: 64px;
    display: table;
    float: right;
}
.mRank ul li .mRankTitle p{
    font-size: 12px;
    vertical-align: middle;
    display:table-cell;
}


/* メインエリア
----------------------------------------------------- */
#main-Area{
	width:750px;
	min-height:500px;
	float:left;
	margin-bottom:50px;
}
#main-Area-blog{
	width:750px;
	float:left;
	margin-bottom:50px;
}
.sub-title-wrap{
	background:#f6f5f1;
	border-bottom:1px solid #cfcfcf;
	height:45px;
	margin-bottom:20px;
}
.sub-title-wrap h2{
	float:left;
	font-size:16px;
	margin-top:12px;
	padding-left:15px;
}

/* TOP記事アイテムスタイル
----------------------------------------------------- */
.gCont-item{
  width: 1082px; margin: 30px auto 0; min-height:500px;
}
.gCont-item li.gCont-li{
  float: left;
  display: block;
  width: 334px;
	height:400px;
  border-bottom: 1px dashed #cfcfcf;
  margin: 0 10px 30px 0;
	padding:10px;
	background-color:#fff;
	-webkit-transition: background-color 0.3s linear;
}
.gCont-item li.gCont-li:nth-child(3n){
	margin-right:0;
}

#main-Area-blog .gCont-item{
  width: 750px;
	margin: 0 auto;
}
#main-Area-blog .gCont-item li.gCont-li{
	margin-right:30px;
}
#main-Area-blog .gCont-item li.gCont-li:nth-child(2n){
	margin-right:0;
}

.gCont-item li.gCont-li:hover{
  cursor: pointer;
	background-color:#f4f8fa;
}
.gCont-item li.gCont-li a{
	text-decoration:none;
}

.gCont-item li img{
  width: 310px;
	height:205px;
  border: 1px solid #d2d2d2;
  padding: 10px;
  background: #fff;
}

.gCont-item-inner{
  margin: 15px 0;
}
.gCont-item li time{
  font-size: 17px;
  color:#a5adb3;
  float: left;
  line-height: 31px;
  margin-right: 15px;
}
.gCont-item_author{
  width: 60px;
  height: 31px;
  line-height:31px;
  font-size:14px;
  padding-left: 35px;
  float: left;
	border-radius:2px;
}
.miura{
	background: url(../img/author_01.jpg) no-repeat;
}
.goko{
	background: url(../img/author_02.jpg) no-repeat;
}
.sato{
	background: url(../img/author_03.jpg) no-repeat;
}
.kumagai{
	background: url(../img/author_04.jpg) no-repeat;
}
.chiba{
	background: url(../img/author_05.jpg) no-repeat;
}
.owada{
	background: url(../img/author_06.jpg) no-repeat;
}
.qinty{
	background: url(../img/author_07.jpg) no-repeat;
}
.gCont-item_category{
  width: 66px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius:2px;
  float: right;
  margin-top: 5px;
}

/* .gCont-item_category sub class
----------------------------------------------------- */
.web{background: #fd9426!important;}
.news{background: #e74c3c!important;}
.benri{background: #53d769!important;}
.nanka{background: #1c7efb!important;}
/* -----------------------------------------------------  */
.gCont-item li h1{
  font-size: 18px;
  color:#333;
  margin-bottom: 20px;
}
.gCont-item_social ul{
	overflow:hidden;
}
.gCont-item_social li{
	float:left;
	width:50px;
	padding-left:30px;
	color:#616161;
	font-size:15px;
	line-height:26px;
	height:24px;
}
.facebook-num{
	background:url(../img/icon-facebook.png) no-repeat left 50%;
}
.twitter-num{
	background:url(../img/icon-twitter.png) no-repeat left 50%;
}
.hatena-num{
	background:url(../img/icon-hatena.png) no-repeat left 50%;
}

/* 新着記事ボタンスタイル
----------------------------------------------------- */
.gCont-item_more{margin: 0 auto 40px; width:1082px;}
#main-Area-blog .gCont-item_more{width:750px;}
#nagare-Area .gCont-item_more{width:750px; margin-top:20px;}
.gCont-item_more a{
  background: #36434d;
	margin:0 auto;
  border-radius: 8px;
	display:block;
  width: 450px;
  height: 58px;
  text-align: center;
  font-size: 16px;
	line-height:58px;
  color: #fff !important;
  text-decoration: none;
  vertical-align: middle;
}

/* 制作実績
----------------------------------------------------- */
.gFoot_work_list {
	margin:0 auto;
	height:100px;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	overflow:hidden;
}
.swiper-slide a{
	display:block;
	text-decoration:none;
}
.swiper-slide .img-area{
	float:left;
}
.swiper-slide .text-area{
	float:left;
	width:170px;
	padding:5px 5px 0;
}
.swiper-slide .url-area{
	padding-bottom:1px;
}
.swiper-slide figcaption{
	font-weight:bold;
}
.img-area {
	display: inline-block;
	position: relative;
}
.img-area:after {
	position: absolute;
	content: "";
	box-shadow: 0 10px 5px rgba(0,0,0, .5);
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
	right: 3px;
	left: auto;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}
.arrow-left{
	display:block;
	height:46px;
	width:38px;
	background:url(../img/arrow-left.png) no-repeat;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	position:absolute;
	z-index:10;
	top:30px;
	left:-45px;
	opacity:1;
  filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
  -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}
.arrow-right{
	display:block;
	height:46px;
	width:38px;
	background:url(../img/arrow-right.png) no-repeat;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	position:absolute;
	z-index:10;
	top:30px;
	right:-40px;
	opacity:1;
  filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
  -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}
.arrow-right:hover,.arrow-left:hover{
	opacity:.8;
  filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: .8;
	-moz-opacity: .8;
  -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
#gFoot{
	border-top:#cfcfcf solid 1px;
	background:#f6f5f1;
	padding-top:30px;
	min-width:1082px;
}
#gFoot .gFoot_work{
	border-bottom:#cfcfcf solid 1px;
}
#gFoot .gFoot_work_inner{
	width:1082px;
	margin:0 auto 20px;
}
#gFoot .foot-slider-area{
	width:975px;
	margin:0 auto;
	padding-left:10px;
	position:relative;
}
#gFoot .gFoot_work_inner h1{
	margin-bottom:20px;
	background:url(../img/circle-img-01.png) no-repeat;
	padding-left:20px;
}
#gFoot .gFoot_fav_menu_wap{
	overflow:hidden;
	width:1082px;
	margin:30px auto;
}
#gFoot .gFoot_fav_menu_wap .gFoot_fav{
	float:left;
	margin-right:20px;
}
.gFoot_fav ul{
	height:88px;
}
.gFoot_fav li a{
	display:block;
	width:348px;
	height:39px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.gFoot_fav li.btn-facebook a{
	background:url(../img/btn_facebook.gif) no-repeat;
	margin-bottom:10px;
	opacity:1;
  filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
  -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}
.gFoot_fav li.btn-rss a{
	background:url(../img/btn_rss.gif) no-repeat;
	opacity:1;
  filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
  -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}
.gFoot_fav li.btn-facebook a:hover,.gFoot_fav li.btn-rss a:hover{
	opacity:.6;
  filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
  -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}
#gFoot .gFoot_menu{
	float:left;
	background:#fff;
	border:#bfbfbf solid 1px;
	width:712px;
	height:86px;
	overflow:hidden;
}
#gFoot .gFoot_menu ul{
	overflow:hidden;
	margin:18px 0 0 20px;
}
#gFoot .gFoot_menu li{
	float:left;
	margin-right:32px;
	margin-bottom:12px;
}
#gFoot .gFoot_menu li a{
	display:block;
	background:url(../img/arrow_footer.png) no-repeat left 30%;
	padding-left:20px;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:#333;
}
.gFoot_copy{
	background-color:#36434d;
	color:#fff;
	font-size:12px;
}
.gFoot_copy small{
	display:block;
	text-align:center;
	margin-top:5px;
}
.gFoot_copy .gFoot_copy_inner{
	padding:25px 0;
	width:1082px;
	margin:0 auto;
	overflow:hidden;
}
.gFoot_copy .gFoot_copy_inner .gFoot_logo{
	float:right;
	margin-top:-22px;
	padding-right:10px;
}
.facebook_likeArea{
	margin:10px 0 0 5px;
}
.commentsArea{
	margin-top:15px;
}

@media only screen and (max-width: 568px) {
  #wrapper{ margin: 0 auto; }
  #gHead { width: 100%; }
	#gCont { width: 100%; margin:0; }
	#contents-wrap{ width:100%; margin:0;}
/*----------------------------------------------------
  Header
----------------------------------------------------*/
#gHead{height: 58px; position:absolute; min-width:320px; top:0; z-index:50; background:#FFFFFF;border-bottom: 1px solid #cfcfcf;}
.gHead-inner{width:100%;}
.gHead_gTitle{overflow:hidden;}
.gHead_gTitle a h1{
  width: 135px;
  height: 27px;
  margin-top: 14px;
	margin-left:10px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/gHead_gTitle.png) 0 0;
	background-size:135px 27px!important;
  float: left;
}
a.sp_menu{
	display:block;
	float:right;
	padding-right:10px;
	margin-top:15px;
	z-index:100;
}
.gHead_gMenu{
	width:100%;
	margin:0;
}
.gHead_gMenu nav{
	float:none;
	padding-right:0;
}
.inner{
	margin-top:-340px!important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.inner.close{
	-webkit-transition:-webkit-transform 0.25s linear;
  -moz-transition:-moz-transform 0.25s linear;
  -o-transition:-o-transform 0.25s linear;
  transition:transform 0.25s linear;
}
.inner.active{
	-webkit-transform: translate3d(0,400px,0);
  -moz-transform: translate3d(0,400px,0);
  -o-transform: translate3d(0,400px,0);
  transform: translate3d(0,400px,0);
	-webkit-transition:-webkit-transform 0.25s linear;
  -moz-transition:-moz-transform 0.25s linear;
  -o-transition:-o-transform 0.25s linear;
  transition:transform 0.25s linear;
}
.gHead_gMenu nav ul{
	list-style:none;
}
.gHead_gMenu li{
  float: none;
  margin: 0;
	padding:0;
	height:auto;
}
.gHead_gMenu li a{
display: block;
text-decoration: none;
padding: 13px 0 13px 20px;
height:30px;
line-height:30px;
border-bottom:#cfcfcf solid 1px;
}
.gHead_gMenu nav ul ul.show {
	display:none;
}

/* Fallbacks */

.no-csstransforms .top {
  position: static;
}

.no-csstransforms .drawer nav {
  display: none;
}

.no-csstransforms .drawer.active nav {
  display: block;
}

.gCont_slide{min-width:320px;}
.gCont_slide_sp{width:320px; height:240px; margin:30px auto 0;}
.gCont_slide_sp iframe{width:320px; height:240px;}

.gCont_menu{display:none; min-width:320px;}

/* パンくずリスト
----------------------------------------------------- */
#b-nav{
	border-bottom:#c5c5c5 solid 1px;
	height:43px;
	width:100%;
	min-width:320px;
	margin:0 0 12px 0;
}
#b-nav ul{
	background:none;
	padding-left:20px;
	width:90%;
	margin:0;
	overflow:hidden;
}
#b-nav li{
	float:left;
	background:none;
	padding-right:0;
	margin-right:0;
	line-height:45px;
}
#b-nav li + li:before {
  margin: 0 5px;
  content: ">";
}

/* サイドナビゲーション
----------------------------------------------------- */
.mRank{display: none;}
#sideWrap{
	width:100%;
}
#side-nav{
	width:95%;
	float:none;
	padding-right:0;
	margin:0 auto;
}
#side-nav #nav-title{
	border-bottom:none;
	color:#000000;
	background:#f2f5f5;
	padding-left:0;
	text-align:center;
}
#side-nav .border-btm{
	border-bottom:#c5c5c5 solid 1px!important;
}
#side-nav nav ul{
	border:#c5c5c5 solid 1px;
	box-sizing:border-box;
	border-right:none;
	border-bottom:none;
	overflow:hidden;
	border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
#side-nav nav li a{
	display:block;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	border-right:#c5c5c5 solid 1px;
	border-bottom:#c5c5c5 solid 1px;
	float:left;
	height:40px;
	line-height:40px;
	border-top:none;
	padding-left:0;
	text-decoration:none;
}
#side-nav nav li#title-li a{
	width:100%;
}
#side-nav nav li.active a{
	font-weight:bold;
}
#side-nav nav li:first-child a{
	border-right:#c5c5c5 solid 1px;
	border-bottom:#c5c5c5 solid 1px;
}


/* メインエリア
----------------------------------------------------- */
#main-Area{
	width:95%;
	float:none;
	margin:0 auto 20px;
	min-height:inherit;
}
#main-Area-blog{
	width:100%;
	float:none;
	margin:0 auto;
}
.sub-title-wrap h2{
	font-size:14px;
	font-weight:normal;
}

/* TOP記事アイテムスタイル
----------------------------------------------------- */
.gCont-item{
  width: 100%; margin: 0; min-width:320px; min-height:inherit;
}
#main-Area-blog .gCont-item{
	width: 100%; margin: 0; min-width:320px;
	border-top: 1px solid #cfcfcf;
}
.gCont-item a{
	text-decoration:none;
}
.gCont-item li.gCont-li{
  float: none;
  width: 100%;
	height:auto;
  border-bottom: 1px solid #cfcfcf;
  margin:0;
	padding:10px 0 8px;
	background:url(../img/arrow_item_sp.png) no-repeat 97% 50%;
	min-width:320px;
}
.gCont-item li.gCont-li article{
	width:95%;
	min-height:75px;
	margin:0 auto;
}
.gCont-item li figure{
  width:105px;
	height:70px;
  border:none;
  padding:0px;
  background:none;
	float:left;
	padding-left:3px;
}
.gCont-item li img{
	width:105px;
	height:70px;
	float:left;
	padding:0;
	border:none;
}
.gCont-item-wrap{
	margin-left:113px;
	box-sizing:border-box;
	padding:0 20px 0 0;
	overflow:hidden;
}
.gCont-item-inner{
  margin:0 0 0 0;
	overflow:hidden;
}
.gCont-item li time{
  font-size: 12px;
  color:#a5adb3;
	width:102px;
  float: left;
  line-height: 22px;
  margin-right: 5px;
}
.gCont-item_author{
	display:none;
}
.gCont-item_category{
  width: 60px;
  height: 20px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius:2px;
  float: left;
  margin-top: 0;
}
.gCont-item_social{
	display:none;
}
.gCont-item li h1{
  font-size: 13px;
  color:#333;
  margin-bottom:0px;
}


/* 新着記事ボタンスタイル
----------------------------------------------------- */
.gCont-item_more{width:100%; min-width:320px; margin:20px auto;}
#main-Area-blog .gCont-item_more{width:100%; min-width:320px; margin:20px auto;}
#nagare-Area .gCont-item_more{width:100%; min-width:280px; margin:10px auto 20px;}
.gCont-item_more a{
  width: 94%;
  height: 40px;
	line-height:40px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  vertical-align: middle;
	margin:0 auto;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
#gFoot { width: 100%; min-width:320px; padding-top:0; }
#gFoot .gFoot_work{
	border-bottom:none;
	display:none;
}
#gFoot .gFoot_fav_menu_wap{
	overflow:hidden;
	width:100%;
	min-width:320px;
	margin:0;
}
#gFoot .gFoot_fav_menu_wap .gFoot_fav{
	float:none;
	margin:0;
	padding:0;
}
.gFoot_fav ul{
	height:72px;
	width:320px;
	margin:20px auto;
}
.gFoot_fav li a{
	display:block;
	width:320px;
	height:36px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.gFoot_fav li.btn-facebook a{
	background-size:320px 36px;
	margin-bottom:0;
}
.gFoot_fav li.btn-rss a{
	background-size:320px 36px;
	background-position:0 -1px;
	margin-bottom:0;
}
#gFoot .gFoot_menu{
	float:none;
	background:none;
	border:none;
	width:100%;
	height:auto;
	overflow:hidden;
}
#gFoot .gFoot_menu ul{
	overflow:hidden;
	margin:0 0 20px;
	border-top:#c6c6c6 solid 1px;
}
#gFoot .gFoot_menu li{
	float:left;
	width:50%;
	text-align:center;
	margin:0;
}
#gFoot .gFoot_menu li:nth-child(2n){
	border-right:none;
}
#gFoot .gFoot_menu li a{
	display:block;
	background:#fff;
	padding:16px 0;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#333;
	border-bottom:#c6c6c6 solid 1px;
	border-right:#c6c6c6 solid 1px;
}
#gFoot .gFoot_menu li:nth-child(2n) a{
	border-right:none;
}
.gFoot_copy{
	font-size:12px;
}
.gFoot_copy small{
	display:block;
	text-align:center;
	margin-top:5px;
}
.gFoot_copy .gFoot_copy_inner{
	padding:18px 0;
	width:100%;
	min-width:320px;
}
.gFoot_copy .gFoot_copy_inner .gFoot_logo{
	display:none;
}
.facebook_likeArea{
	display:none;
}
.wp-tag-cloud{
	display:none;
}
/* Phone Portrait (320px) */
/*@media only screen and (max-width: 320px) {
  #wrapper{ max-width: 320px;margin: 0 auto; }
  #gHead { width: 100%; }
  #gCont { width: 100%; }
  #gFoot { width: 100%; }
}*/














