@charset "utf-8";

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/*
html {overflow-y: scroll;}
html,body {overflow: hidden;height: 100%;}
*/
body { line-height:1.5; font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif; }


/* リンク
----------------------------------------------------*/
a:link,a:visited,a:hover,a:active {color:#444;}


/* 汎用
----------------------------------------------------*/
/* =Clearfix (all browsers)
--------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */
* html .cf {height: 1%;}
/* IE7 */
*:first-child+html .cf {min-height: 1px;}


/* ----------------------------------------------------- float */
.floL{float:left;} .floR{float:right;}.imgR {float: right;margin: 0 0 10px 10px;} .imgL {float: left;margin: 0 10px 10px 0;}


/* ----------------------------------------------------- text-align */
.texL{text-align:left;} .texR{text-align:right;} .texC{text-align:center;}


/* ----------------------------------------------------- margin */
.mt00 { margin-top:  0px !important; }.mt05 { margin-top:  5px !important; }.mt10 { margin-top: 10px !important; }.mt15 { margin-top: 15px !important; }.mt20 { margin-top: 20px !important; }.mt25 { margin-top: 25px !important; }.mt30 { margin-top: 30px !important; }.mt35 { margin-top: 35px !important; }.mt40 { margin-top: 40px !important; }
.mr00 { margin-right:  0px !important; }.mr05 { margin-right:  5px !important; }.mr10 { margin-right: 10px !important; }.mr15 { margin-right: 15px !important; }.mr20 { margin-right: 20px !important; }.mr25 { margin-right: 25px !important; }.mr30 { margin-right: 30px !important; }.mr35 { margin-right: 35px !important; }.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }.mb05 { margin-bottom:  5px !important; }.mb10 { margin-bottom: 10px !important; }.mb15 { margin-bottom: 15px !important; }.mb20 { margin-bottom: 20px !important; }.mb25 { margin-bottom: 25px !important; }.mb30 { margin-bottom: 30px !important; }.mb35 { margin-bottom: 35px !important; }.mb40 { margin-bottom: 40px !important; }
.ml00 { margin-left:  0px !important; }.ml05 { margin-left:  5px !important; }.ml10 { margin-left: 10px !important; }.ml15 { margin-left: 15px !important; }.ml20 { margin-left: 20px !important; }.ml25 { margin-left: 25px !important; }.ml30 { margin-left: 30px !important; }.ml35 { margin-left: 35px !important; }.ml40 { margin-left: 40px !important; }


/* ----------------------------------------------------- padding */
.pt00 { padding-top:  0px !important; }.pt05 { padding-top:  5px !important; }.pt10 { padding-top: 10px !important; }.pt15 { padding-top: 15px !important; }.pt20 { padding-top: 20px !important; }.pt25 { padding-top: 25px !important; }.pt30 { padding-top: 30px !important; }.pt35 { padding-top: 35px !important; }.pt40 { padding-top: 40px !important; }
.pr00 { padding-right:  0px !important; }.pr05 { padding-right:  5px !important; }.pr10 { padding-right: 10px !important; }.pr15 { padding-right: 15px !important; }.pr20 { padding-right: 20px !important; }.pr25 { padding-right: 25px !important; }.pr30 { padding-right: 30px !important; }.pr35 { padding-right: 35px !important; }.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }.pb05 { padding-bottom:  5px !important; }.pb10 { padding-bottom: 10px !important; }.pb15 { padding-bottom: 15px !important; }.pb20 { padding-bottom: 20px !important; }.pb25 { padding-bottom: 25px !important; }.pb30 { padding-bottom: 30px !important; }.pb35 { padding-bottom: 35px !important; }.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }.pl05 { padding-left:  5px !important; }.pl10 { padding-left: 10px !important; }.pl15 { padding-left: 15px !important; }.pl20 { padding-left: 20px !important; }.pl25 { padding-left: 25px !important; }.pl30 { padding-left: 30px !important; }.pl35 { padding-left: 35px !important; }.pl40 { padding-left: 40px !important; }



/*----------------------------------------------------
	#page
----------------------------------------------------*/
section h1.h1-style01{
	font-size:30px;
	padding-left:80px;
	margin:10px 0 25px;
	line-height:70px;
	font-weight:normal;
	color:#36434d;
}
section h1.h1-style01 span{
	color:#6c777f;
	font-size:13px;
	margin-left:20px;
}
section h1.h1-style02{
	background:#f2f5f5;
	border-bottom:2px solid #d1d1d1;
	font-size:24px;
	font-weight:normal;
	padding:10px 15px 5px;
	margin-bottom:30px;
}
section h2.h2-style01{
	font-weight:normal;
	background:url(../img/list-img01.png) left 7px no-repeat;
	font-size:20px;
	border-bottom:1px solid #c1c0c0;
	padding-left:20px;
	padding-bottom:5px;
	margin-bottom:20px;
}

dl.table-style01{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	width:100%;
	background-color:#f2f5f5;
	margin-bottom:40px;
}
dl.table-style01 dt{
	float: left;
	width: 150px;
	font-weight:bold;
	padding:15px 0 0 15px;
	border-top: 1px dashed #cfcfcf;
}
dl.table-style01 dd{
	_height: 1%;
	margin-left: 150px;
	background-color:#fff;
	padding:15px 0 15px 15px;
	border-top: 1px dashed #cfcfcf;
}
.none-border{
	border:none!important;
}
dl.table-style03{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	width:100%;
	background-color:#f2f5f5;
	margin-bottom:40px;
}
dl.table-style03 dt{
	float: left;
	width: 250px;
	font-weight:bold;
	padding:15px 0 0 15px;
	border-top: 1px dashed #cfcfcf;
}
dl.table-style03 dd{
	_height: 1%;
	margin-left:250px;
	background-color:#fff;
	padding:15px 0 15px 15px;
	border-top: 1px dashed #cfcfcf;
}
dl.table-style03 dd.line_02{
	line-height:2em;
}
.none-border{
	border:none!important;
}

/*----------------------------------------------------

 company
	
----------------------------------------------------*/
.h1-style01.company{
	background:url(../img/company/icon01.png) no-repeat;
}
.mission-contents{
	margin-left:20px;
}
.mission-contents h3{
	margin-bottom:20px;
	font-size:16px;
}
.mission-contents p{
	margin-bottom:40px;
}
.message-left{
	float:left;
	width:450px;
	margin-right:20px;
}
.message-right{
	float:left;
	margin-bottom:40px;
}
.daihyo{
	text-align:right;
	padding-right:60px;
	font-weight:bold;
}
#member-wrap{
	position:relative;
}
#member-list{
	border-top:#c5c5c5 solid 1px;
	border-left:#c5c5c5 solid 1px;
	width:745px;
	margin:0 auto 530px;
}
#member-list a{
	text-decoration:none;
}
#member-list li{
	width:148px;
	height:195px;
	border-bottom:#c5c5c5 solid 1px;
	border-right:#c5c5c5 solid 1px;
	float:left;
	text-align:center;
}
#member-list li:hover{
	cursor:pointer;
}
#member-list li figure img{
	margin:20px 0 10px;
}
#member-list li#goko{
	background:url(../img/company/member/thum-goko.jpg) no-repeat 20px 20px;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
	transition: 0.5s;
}
#member-list li#goko:hover{
	background-image:url(../img/company/member/thum-goko-on.jpg);
}
span.goko-hover{
	display:block;
	margin:20px auto 15px;
	width:107px;
	height:107px;
	text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
#member-list li figure span{
	font-weight:bold;
}

.member-list-c {
	position: relative;
	background: #f2f5f5;
}
.member-list-c:after {
	bottom: 100%;
	left: 75px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 245, 245, 0);
	border-bottom-color: #f2f5f5;
	border-width: 20px;
	margin-left: -20px;
}
#motion_area2 .member-list-c:after {
	left: 225px;
}
#motion_area3 .member-list-c:after {
	left: 375px;
}
#motion_area4 .member-list-c:after {
	left: 525px;
}
#motion_area5 .member-list-c:after {
	left: 673px;
}
.motion {
	display: none;
	position:absolute;
	z-index:10;
	top:300px;
	left:2px;
	width:748px;
}
.m02 {
	top:495px!important;
}
.member-list-c .member-por{
	border-bottom:#cfcfcf dashed 1px;
	padding:30px 30px 25px;
}
.member-list-c .member-img{
	float:left;
	margin-right:25px;
}
.member-list-c .member-text{
	float:left;
	width:410px;
}
.member-list-c .member-text .member-name{
	font-size:40px;
	font-weight:bold;
}
.member-list-c .member-text .member-name span{
	display:block;
	font-size:16px;
	line-height:24px;
	margin-bottom:30px;
}
.member-list-c .member-text .member-intro{
	color:#6c777f;
	font-weight:bold;
	line-height:1.8em;
}
.member-article{
	padding:15px 30px 10px;
}
.member-article p{
	color:#36434d;
	font-weight:bold;
	margin-bottom:15px;
}
.member-article .member-article-inner li{
	float:left;
	width:150px;
	margin-right:22px;
}
.member-article .member-article-inner li:last-child{
	margin-right:0;
}
.member-article .member-article-inner li a{
	text-decoration:none;
}
.member-article .member-article-inner li a:hover{
	text-decoration:underline;
}
.member-article .member-article-inner li time{
	float:left;
	width:6em;
	line-height: 23px;
}
.member-article .member-article-inner li img{
	width:150px;
	height:100px;
}
.member-article .member-article-inner li .member-article-category{
	float:right;
	width: 66px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius:2px;
  float: right;
}
.member-article .member-article-inner li h1{
	margin-top:5px;
}
.close-button{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

/*----------------------------------------------------

 blog
	
----------------------------------------------------*/
.h1-style01.blog{
	background:url(../img/blog/icon01.png) no-repeat;
}
.cat-search{
	float:right;
	margin-top:9px;
	padding-right:20px;
}
.cat-search input[type="text"]{
	height: 25px;
	width:200px;
	padding-left:5px;
	border: 1px solid #cfcfcf;
}
.cat-search input[type="submit"]{
	height: 27px; 
	width:27px; 
	border: 1px solid #cfcfcf; 
	background:url(../img/gCont_menu-search.png) no-repeat 50% #fff;
	cursor:pointer;
}

.socialbox {
    float: left;
    display: inline-block;
    margin: 0 0 25px 10px;
}

.hatena-box{min-width:80px;max-width:125px;}
.facebook-box{min-width:70px;max-width:115px;}
.twitter-box{ width:70px;}
.gplus-box{min-width:50px;max-width:80px;}
.pocket-box{min-width:60px;max-width:115px;}

.blog-item{
	margin:0 0 20px;
}
.blog-item time{
	display:block;
	color:#e43927;
	font-size:15px;
	float:left;
	margin-right:10px;
	line-height:31px
}
.blog-item-author{
	float:left;
	border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
	padding-left:35px;
	height:31px;
	line-height:31px;
}
.blog-category{
	margin-bottom:15px;
}
.blog-category li{
	float:left;
	padding:3px 5px 0;
	margin-right:6px;
	border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
	color:#ffffff;
	background:#646363;
}
#blog-inner{
	width:655px;
}
#blog-inner h1{
	font-size:30px;
	line-height:1.3em;
	margin-bottom:10px;
}
#blog-inner img{
	height:auto;
}
#blog-inner #article-wrap{
	font-size:1.2em;
}
#blog-inner #article-wrap p{
	margin-bottom:30px;
	line-height:1.7em;
}
#blog-inner #article-wrap h2{
	background:#f4f6f6;
	color:#333333;
	border-bottom:2px solid #e43927;
	font-size:24px;
	padding:10px 15px 5px;
	margin-top:40px;
	margin-bottom:20px;
}
#blog-inner #article-wrap h3{
	color:#333333;
	background:url(../img/list-img01.png) left 7px no-repeat;
	font-size:20px;
	border-bottom:1px solid #c1c0c0;
	padding-left:20px;
	padding-bottom:5px;
	margin-bottom:20px;
}
#blog-inner #article-wrap ul{
	overflow:hidden;
	margin-bottom:30px;
}
#blog-inner #article-wrap li{
	background:url(../img/list-img02.png) left 4px no-repeat;
	padding-left:20px;
}
#blog-inner #article-wrap iframe{
	width:450px;
	height:250px;
}
#blog-inner #article-wrap a:hover{
	color:#e43927;
}

#blog-inner #previous-next{
	border-top:#cfcfce solid 1px;
	padding-top:25px;
}
#blog-inner #previous-next a{
	text-decoration:none;
}
#blog-inner #previous-next a:hover{
	text-decoration:underline;
}
#previous-next #previous-area{
	float:left;
	width:300px;
}
#previous-next #previous-area p{
	margin-bottom:10px;
	font-weight:bold;
}
#previous-next #previous-area .image-area{
	float:left;
	margin-right:8px;
}
#previous-next #previous-area .image-area img{
	border:#d2d2d1 solid 1px;
	width:78px;
	height:51px;
}
#previous-next #previous-area .text-area{
	float:left;
	width:130px;
}

#previous-next #next-area{
	float:right;
	width:300px;
	text-align:right;
}
#previous-next #next-area p{
	margin-bottom:10px;
	font-weight:bold;
}
#previous-next #next-area .image-area{
	float:right;
	margin-left:8px;
}
#previous-next #next-area .image-area img{
	border:#d2d2d1 solid 1px;
	width:78px;
	height:51px;
}
#previous-next #next-area .text-area{
	float:right;
	text-align:left;
	width:130px;
}




#category-nav{
	border-top:#cfcfce solid 1px;
	margin-top:30px;
	padding-top:30px;
}
#category-nav h1.title-area{
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	font-size:14px;
	padding-left:13px;
	background:#36434d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:30px;
}
#category-nav ul{
	overflow:hidden;
	margin-left:5px;
}
#category-nav li{
	width:318px;
	box-sizing:border-box;
	border-bottom:#cfcfce solid 1px;
	margin-bottom:25px;
	margin-right:7px;
	float:left;
	padding:0 25px 13px 10px;
}
#category-nav li article{
	overflow:hidden;
}
#category-nav li div.img-area{
	float:left;
	margin-right:8px;
}
#category-nav li div.img-area img{
	width:105px;
}
#category-nav li div.text-area{
	float:left;
	width:168px;
}
#category-nav li div.text-area time{
	font-size: 12px;
	line-height: 21px;
	display:block;
  color:#a5adb3;
	width:102px;
  float: left;
  margin-right: 5px;
}
#category-nav li div.text-area .category{
	width: 60px;
  height: 20px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius:2px;
  float: left;
  margin-top: 0;
	margin-bottom:3px;
}
#category-nav li div.text-area h1{
	font-size: 13px;
  color:#333;
  margin-bottom:0px;
}
#category-nav li div.text-area h1:hover{
	text-decoration:underline;
}
#rss-area{
	float:left;
}


#blog-inner #article-wrap .talkUl li{
	background:url(../img/b01.png) no-repeat left top;
	background-size:95px 95px;
	padding-left:120px;
	margin-bottom:20px;
}
#blog-inner #article-wrap .talkUl li.b01{
	background-image:url(../img/b01.png);
}
#blog-inner #article-wrap .talkUl li.b02{
	background-image:url(../img/b02.png);
}
#blog-inner #article-wrap .talkUl li.b03{
	background-image:url(../img/b03.png);
}
#blog-inner #article-wrap .talkUl li.b04{
	background-image:url(../img/b04.png);
}
#blog-inner #article-wrap .talkUl li.b05{
	background-image:url(../img/b05.png);
}
#blog-inner #article-wrap .talkUl li.g01{
	background-image:url(../img/g01.png);
}
#blog-inner #article-wrap .talkUl li.g02{
	background-image:url(../img/g02.png);
}
#blog-inner #article-wrap .talkUl li.g03{
	background-image:url(../img/g03.png);
}
#blog-inner #article-wrap .talkUl li.g04{
	background-image:url(../img/g04.png);
}
#blog-inner #article-wrap .talkUl li.g05{
	background-image:url(../img/g05.png);
}
#blog-inner #article-wrap .talkUl li div {
	position: relative;
	background: #ffffff;
	border: 1px solid #c5c5c5;
	padding:10px 20px;
	min-height:75px;
}
#blog-inner #article-wrap .talkUl li div:after, #blog-inner #article-wrap .talkUl li div:before {
	right: 100%;
	top: 48px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#blog-inner #article-wrap .talkUl li div:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
#blog-inner #article-wrap .talkUl li div:before {
	border-color: rgba(197, 197, 197, 0);
	border-right-color: #c5c5c5;
	border-width: 11px;
	margin-top: -11px;
}
/*----------------------------------------------------

 contact
	
----------------------------------------------------*/
.h1-style01.contact{
	background:url(../img/contact/icon01.png) no-repeat;
}
.contact-area{
	margin:0 auto 50px!important;
	float:none!important;
}
.contact-text-01{
	font-weight:bold;
	margin-bottom:30px;
	margin-left:15px;
}
dl.table-style02{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	width:100%;
	background-color:#f2f5f5;
	margin-bottom:40px;
}
dl.table-style02 dt{
	float: left;
	width: 175px;
	font-weight:bold;
	padding:15px 0 0 15px;
	border-top: 1px dashed #cfcfcf;
}
dl.table-style02 dt.hissu{
	background:url(../img/contact/hissu.png) no-repeat right 16px;
}
dl.table-style02 dd{
	_height: 1%;
	margin-left: 195px;
	background-color:#fff;
	padding:15px 0 15px 15px;
	border-top: 1px dashed #cfcfcf;
}
dl.table-style02 dd input[type="text"]{
	width:60%;
}
dl.table-style02 dd input[type="email"]{
	width:60%;
}
dl.table-style02 dd input[type="tel"]{
	width:60%;
}
dl.table-style02 dd textarea{
	width:80%;
	height:140px;
}
p#submit-button input{
  background: #36434d;
	margin:0 auto;
  border-radius: 8px;
	display:block;
  width: 450px;
  height: 44px;
  text-align: center;
  font-size: 16px;
	line-height:44px;
  color: #fff !important;
  text-decoration: none;
  vertical-align: middle;
	border:none;
}
.wpcf7-list-item{
	display:block;
}
.wpcf7-not-valid-tip{
	display:block;
	margin-top:5px;
	color:#e43927;
}
.wpcf7-response-output{
	text-align:center;
	margin-top:15px;
	color:#e43927;
}

/*----------------------------------------------------

 work
	
----------------------------------------------------*/
.h1-style01.work{
	background:url(../img/work/icon01.png) no-repeat;
}

/*----------------------------------------------------

 service
	
----------------------------------------------------*/
#qa-style{
}
#qa-style dt{
	background:url(../img/service/img-q.gif) no-repeat 20px 3px;
	font-size:16px;
	border-bottom:#c1c0c0 solid 1px;
	padding:0 0 5px 50px;
	margin-bottom:20px;
}
#qa-style dd{
	background:url(../img/service/img-a.gif) no-repeat 17px 3px;
	padding:35px 0 0 18px;
	line-height:1.8em;
	margin-bottom:40px;
}
#qa-style dd ol{
	list-style:none;
}
#qa-style dd a{
	color: #6bc4ea;
  text-decoration: none;
}
#qa-style dd a:hover{
	text-decoration:underline;
}
#nagare-img{
	text-align:center;
	margin-bottom:50px;
}
#nagare_dl{
	margin-bottom:70px;
}
#nagare_dl dt{
	font-size:16px;
	font-weight:bold;
	border-bottom:#c1c0c0 solid 1px;
	padding:0 0 10px 20px;
	margin-bottom:35px;
}
#nagare_dl dd{
	overflow:hidden;
	margin-bottom:45px;
}
#nagare_dl dd .left-area{
	float:left;
	width:140px;
	text-align:center;
}
#nagare_dl dd .right-area{
	float:left;
	width:530px;
}
.nagare-text{
	text-align:center;
	font-weight:bold;
	font-size:15px;
}

@media only screen and (max-width: 568px) {
section h1.h1-style01{
	font-size:20px;
	padding-left:40px;
	margin:10px 0 10px;
	line-height:40px;
	font-weight:normal;
}
section h1.h1-style01 span{
	display:none;
}
.socialbox {
    float: left;
    display: inline-block;
    margin: 0 5px 15px 0px;
}

.hatena-box{width:80px;}
.facebook-box{width:70px;}
.twitter-box{width:70px;}
.gplus-box{width:50px;}
.pocket-box{width:60px;}

/*----------------------------------------------------

 company
	
----------------------------------------------------*/
.h1-style01.company{
	background-size:33px 33px;
	background-position:2px 2px;
}
.h1-style01.blog{
	margin-left:2.5%;
	background-size:33px 33px;
	background-position:2px 2px;
}
.h1-style01.contact{
	background-size:33px 33px;
	background-position:2px 2px;
}
section h1.h1-style02{
	font-size:18px;
	padding:10px 15px 5px;
	margin-bottom:20px;
}
section h2.h2-style01{
	background:url(../img/list-img01.png) left 4px no-repeat;
	font-size:16px;
	padding-left:18px;
}
dl.table-style01{
	border: none;
	width:100%;
	background-color:none;
	margin:0 auto 20px;
}
dl.table-style01 dt{
	float: none;
	width: 100%;
	box-sizing:border-box;
	font-weight:bold;
	padding:8px 0 8px 10px;
	background-color:#f2f5f5;
	border-top:none;
	border-radius: 3px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
}
dl.table-style01 dd{
	_height: 0;
	margin-left: 0;
	width:100%;
	box-sizing:border-box;
	background-color:#fff;
	padding:8px 10px 8px 10px;
	border-top:none;
}
dl.table-style03{
	border: none;
	width:100%;
	background-color:none;
	margin:0 auto 20px;
}
dl.table-style03 dt{
	float: none;
	width: 100%;
	box-sizing:border-box;
	font-weight:bold;
	padding:8px 0 8px 10px;
	background-color:#f2f5f5;
	border-top:none;
	border-radius: 3px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
}
dl.table-style03 dd{
	_height: 0;
	margin-left: 0;
	width:100%;
	box-sizing:border-box;
	background-color:#fff;
	padding:8px 10px 8px 10px;
	border-top:none;
}
.history-img img{
	width:100%;
}
.mission-contents{
	margin-left:10px;
}
.mission-contents h3{
	margin-bottom:20px;
	font-size:14px;
}
.mission-contents p{
	margin-bottom:40px;
}
.message-left{
	float:none;
	width:100%;
	margin-right:0px;
}
.message-right{
	float:none;
	margin-bottom:20px;
}
.daihyo{
	padding-right:30px;
}
#member-list{
	border-top:#c5c5c5 solid 1px;
	border-left:#c5c5c5 solid 1px;
	width:300px;
	margin:0 auto 20px;
}

/*----------------------------------------------------

 blog
	
----------------------------------------------------*/
.cat-search{
	padding-right:10px;
}
.cat-search input[type="text"]{
	width:100px;
}
.blog-item{
	margin:0 0 10px;
}
.blog-category{
	margin-top:15px;
	margin-bottom:0px;
}
.blog-category li{
	float:left;
	padding:3px 5px 0;
	margin-right:6px;
	margin-bottom:10px;
	border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
	color:#ffffff;
	background:#646363;
}
#blog-inner{
	width:100%;
}
#blog-inner img{
	width:100%;
	height:auto;
}
#blog-inner h1{
	font-size:20px;
	line-height:1.3em;
	margin-bottom:5px;
}
#blog-inner #article-wrap{
	font-size:1.1em;
}
#blog-inner #article-wrap p{
	margin-bottom:20px;
	line-height:1.7em;
}
#blog-inner #article-wrap h2{
	font-size:18px;
	padding:10px 15px 5px;
	margin-bottom:20px;
}
#blog-inner #article-wrap h3{
	background:url(../img/list-img01.png) left 4px no-repeat;
	font-size:16px;
	padding-left:18px;
}
#blog-inner #article-wrap ul{
	margin-bottom:20px;
}
#blog-inner #article-wrap iframe{
	width:300px;
	height:280px;
}



#previous-next #previous-area{
	float:left;
	width:50%;
}
#previous-next #previous-area p{
	margin-bottom:10px;
	font-weight:bold;
}
#previous-next #previous-area .image-area{
	float:left;
	margin-right:8px;
}
#previous-next #previous-area .image-area img{
	display:none;
}
#previous-next #previous-area .text-area{
	float:left;
	width:90%;
}

#previous-next #next-area{
	float:right;
	width:50%;
	text-align:right;
}
#previous-next #next-area p{
	margin-bottom:10px;
	font-weight:bold;
}
#previous-next #next-area .image-area{
	float:right;
	margin-left:8px;
}
#previous-next #next-area .image-area img{
	display:none;
}
#previous-next #next-area .text-area{
	float:right;
	text-align:left;
	width:90%;
}

#category-nav{
	display:none;
}

#google-map{
	display:none;
}
#rss-area{
	display:none;
}


#blog-inner #article-wrap .talkUl li{
	background:url(../img/b01.png) no-repeat left top;
	background-size:55px 55px;
	padding-left:70px;
	margin-bottom:20px;
}
#blog-inner #article-wrap .talkUl li div {
	min-height:35px;
}
#blog-inner #article-wrap .talkUl li div:after, #blog-inner #article-wrap .talkUl li div:before {
	top: 35px;
}
/*----------------------------------------------------

 contact
	
----------------------------------------------------*/

.contact-text-01{
	font-weight:normal;
	margin-bottom:10px;
	margin-left:0;
}
dl.table-style02{
	border: none;
	width:100%;
	background-color:none;
	margin:0 auto 20px;
}
dl.table-style02 dt{
	float: none;
	width: 100%;
	box-sizing:border-box;
	font-weight:bold;
	padding:8px 0px 8px 10px;
	background-color:#f2f5f5;
	border-top:none;
	border-radius: 3px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
}
dl.table-style02 dt.hissu{
	background:url(../img/contact/hissu.png) no-repeat;
	background-position:97% 9px;
}
dl.table-style02 dd{
	_height: 0;
	margin-left: 0;
	width:100%;
	box-sizing:border-box;
	background-color:#fff;
	padding:8px 10px 8px 10px;
	border-top:none;
}
dl.table-style02 dd input[type="text"]{
	width:80%;
}
dl.table-style02 dd input[type="email"]{
	width:80%;
}
dl.table-style02 dd input[type="tel"]{
	width:80%;
}
p#submit-button input{
	margin:0 auto;
	display:block;
  width: 90%;
  height: 44px;
	line-height:44px;
}

/*----------------------------------------------------

 work
	
----------------------------------------------------*/
.h1-style01.work{
	background-size:33px 33px;
	background-position:2px 2px;
}

/*----------------------------------------------------

 service
	
----------------------------------------------------*/
#nagare-img{
	display:none;
}
#nagare_dl{
	margin-bottom:30px;
}
#nagare_dl dt{
	font-size:15px;
	border-bottom:none;
	margin-bottom:0px;
}
#nagare_dl dd{
	overflow:hidden;
	margin-bottom:25px;
}
#nagare_dl dd .left-area{
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
#nagare_dl dd .left-area img{
	width:70px;
	height:auto;
}
#nagare_dl dd .right-area{
	float:none;
	width:100%;
}

}