/*
Theme Name: GITS
Theme URI:
Description: サンプルテーマ
Version: 1.0
Author: jesto
Author URI:
*/

@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

body { font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', Arial, Helvetica, sans-serif; background-color:#fff; color:#333; }

address,em,strong,th {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}

/* CLEAR */
.clear{ clear: both; }


.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* slider */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow:  0px 2px 4px #CCC ;
	-moz-box-shadow:  0px 2px 4px #CCC ;
	box-shadow:  0px 2px 4px #CCC ;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #000 url(images/left.png) no-repeat right center;}
.slider_next {background: #000 url(images/right.png) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*index.html*/


body {
	background: url(images/BG.jpg);
}

a{
	text-decoration: none;
}

.shadowbox{
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;}


#wrapper {
	margin: 0px auto;
	width: auto;
}

#navBG {
	height: 60px;
	background: #000;
	width: auto;
	
}

#nav {
	background: #000;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 980px;
}

#nav ul {
	text-align: center;
	/* [disabled]margin-left: 100px; */
}

#nav ul li {
	display: inline;
	float: left;
	margin-right:5px;
}
#nav ul li.end {
	margin-right:0px;
}

/* -drop menu - */

#nav ul {
visibility:visible;/*javascriptの指定*/
}

#nav li {
width:155px;/*メニューボタンの幅*/
float:left;
}

#nav li a {
font-size:12px;
display:block;
/*height:60px;*/
width:155px;
line-height:35px;
text-align:center;
color:#FFFFFF;
z-index:10;
height: 60px;
}


#nav ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    z-index:100;
}

#nav ul li ul li {
	float: none;
    margin: 0;
    padding: 0;
    display: block;
}

#nav ul li ul li:first-child a:after{
	content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

#nav ul li ul li a {
	font-size:11px;
	background-image:none;
	height:auto;
	line-height:nomal;
	/*border-top: 1px solid #FFF;*/
	border:solid 1px;
	border-color: #cccccc #666666 #666666 #cccccc;
	width:137px;
	padding:1px;
	color:#ffffff;
	z-index:10;
	width: 158px;
}

#nav ul li ul#mportfolio li a {
	background-color:#ed93b7;
}

#nav ul li ul#mcompany li a {
	background-color: rgb(243, 188, 79);
}

#nav ul li ul#mservice li a {
	background-color: rgb(231, 109, 96);
}

#nav ul ul li a:hover {
background-color:#ffffff;
color:#333333;/*マウスオーバーで文字の色が変化*/
}

#nav ul ul#mportfolio li a:hover {
background-color:#ffffff;
color:#333333;/*マウスオーバーで文字の色が変化*/
}

#nav ul ul#mcompany li a:hover {
background-color:#ffffff;
color:#333333;/*マウスオーバーで文字の色が変化*/
}

#nav ul ul#mservice li a:hover {
background-color:#ffffff;
color:#333333;/*マウスオーバーで文字の色が変化*/
}

#nav ul li ul {
	display: none;/*javascriptの指定*/
}

#nav ul li:hover > ul{
	display: block;
}

/* - to here - */

a .home_button:hover {
	background-position:left bottom;
	background: url(images/HOME_hover.jpg);	
}

a .article_button:hover ,.active a .article_button{
	background-position:left bottom;
	background: url(images/ARTICLE_hover.jpg);	
}

a .company_button:hover ,.active a .company_button{
	background-position:left bottom;
	background: url(images/COMPANY_hover.jpg);	
}

a .service_button:hover ,.active a .service_button{
	background-position:left bottom;
	background: url(images/SERVICE_hover.jpg);	
}

a .results_button:hover ,.active a .results_button{
	background-position:left bottom;
	background: url(images/RESULTS_hover.jpg);	
}

a .contact_button:hover ,.active a .contact_button{
	margin-right:0px;
	background-position:left bottom;
	background: url(images/CONTACT_hover.jpg);	
}

#header{margin:0;}

#heads {
	margin: 0px auto;
	width: 980px;
	font-size: 70%;
	position:relative;
}

#logo {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

#icon {
	height: 30px;
	float: right;
	margin-top: 35px;
	margin-right: 10px;
}
#icon ul li{
	float: left;
	margin-left: 10px;
}

#country {position:absolute; right:-35px; top:14px;}

#white {
	background: #FFF;
	height: 110px;
	-moz-box-shadow: 0px 2px 2px #ccc inset;
	-webkit-box-shadow: 0px 2px 2px #ccc inset;
	box-shadow: 0px 2px 2px #ccc inset;
}

#mainline {
	width: 980px;
	margin: 20px auto 0px;
}

#main {
	float: left;
	width: 720px;
}

.topics {
	width: 720px;
	height: 180px;
	margin-bottom: 30px;
	position: relative;
	background: #FFF;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}


.topics div.date {
	position: absolute;
	top: 55px;
	left: -30px;
	background: url(images/circle.png) no-repeat;	
	width:62px;
	height:61px;
}
.topics div.date p {
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	line-height:16px;
	margin-top:15px;
	margin-bottom:0;
	color:#000;
}

.topics .thumbnail {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	-moz-box-shadow: 0px 0px 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px #ccc;
	box-shadow: 0px 0px 1px #ccc;
}

.topics .article {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	width: 525px;
}

.topics .article h3.title {
	height: 50px;
	width: 525px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	font-size:18px;
	font-weight:bold;
}

.topics .article .title a {
	color: #54acd9;
}

.topics .article .sentence {
	width: 525px;
	height:50px;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.topics .article .sentence a {
	color: #ff3333;	
}

.topics .category_writer  {
	color: #FFF;
	background: #000;
	width: 515px;
	font-size: 12px;
	float: left;
	margin-left: 15px;
	text-align: right;
	padding:5px;
}

.topics .category_writer a{
		color: #FFF;
}


#pageNav {
	background: #FFF;
	margin-top: 50px;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}

.pastlist {
	background: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}
.pastlist p {
	text-align:right;	
	padding:0.5em 1em;
}
.pastlist p a {
	background: url(images/ICON_arrow.png) no-repeat left center;
	padding-left:24px;
	color:#000;
	font-size:13px;
}

#sidebar {
	float: right;
	width: 230px;
	margin-top: 0px;
}

#sidebar #category {
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}

#sidebar #category ul {
	background: #FFF;
}

#sidebar #category ul li {
	border-bottom: 1px solid #CCC;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(images/ICON_arrow2.png) no-repeat 12px center;
	padding-left:28px;
	padding-right:12px;
	margin:0;
	vertical-align:text-bottom;
}
#sidebar #category ul li a {
	font-size:13px;
	color:#333;
	margin:0;
}

#sidebar .searchbox{background:#fff; padding:10px;position: relative;}
#sidebar input#search{
    -moz-box-shadow: 0px 0px 2px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px 2px #eaeaea inset;
	width:210px;
	height:30px;
	border:none;
	font-size:13px;}
#sidebar input#searchBtn{position: absolute;top: 17px;left:198px; }


#sidebar .banner {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar .ranking {
	background: #FFF;
	padding-bottom: 15px;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}
	

ul.wpp-list {}
ul.wpp-list li{margin:15px 15px 0 15px;}
ul.wpp-list li img{margin-right:15px;}
ul.wpp-list li a.wpp-post-title{font-size:13px; color:#54acd9; display:block;}
ul.wpp-list li span{font-size:11px; color:#333;}

#repair  img{
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
	}

#Facebook{
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
	background:#fff;
	clear:both;
}


#pagetop {
	clear:both;
	width:960px;
	margin:10px auto;
	height:70px;
}

#pagetop p {
	float: right;
	margin-bottom: 10px;
	display: block;
	width: 71px;
	height: 70px;
	background: url(images/BT_pagetop.png) no-repeat 0 0;
}

#pagetop p:hover{
		background-position: 0 bottom;
}


#footer {
	color: #FFF;
	background: #000;
	clear: both;
	margin: 0px auto;
	height: auto;
	-moz-box-shadow: 0px -2px 2px #ccc;
	-webkit-box-shadow: 0px -2px 2px #ccc;
	box-shadow: 0px -2px 2px #ccc;
}

#footer a {
		color: #FFF;
}
	

#footer #content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

#footer #footerLogo {
	float: left;
	font-size: 80%;
}

#footer .footerNav {
	float: left;
	width: 210px;
	margin-left: 50px;
}

#footer .footerNav .navTitle {
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
}

#footer .footerNav ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

#footer .footerNav ul li {
	list-style: url(images/arrow3.png);
	margin-top: 10px;
	font-size: 75%;
}

#footer #copyright {
	clear: both;
	text-align: center;
	font-size: 75%;
	border-top: 1px solid #444;
	padding-top: 10px;
}


/*----------------service.html----------------*/

.contents {
	width: 720px;
	background: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom:20px;
	font-size: 90%;
	color: #666;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}

.contents img {
	margin-top: 20px;
	margin-left: 20px;
}

.contents p {
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.contents .detail {
	text-align: right;
	margin-top: 0px;
}

#tel {
	width: 360px;
	text-align: center;
	color: #FFF;
	background: #000;
	float: left;
	height: 135px;
}

#tel p {
	margin-top: 10px;
	margin-bottom: 15px;
}

#mail {
	color: #FFF;
	background: #000;
	text-align: center;
	width: 360px;
	float: left;
	height: 135px;
}

#mail p {
	margin-top: 10px;
	margin-bottom: 15px;
}

#pankuzu {
	width: auto;
	clear: both;
	font-size:13px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 1px 2px #CCC inset, 0px -1px 2px #CCC inset; /* insetを追加 */
	-webkit-box-shadow: inset 0px 1px 2px #CCC,0px -1px 2px #CCC inset;
	-moz-box-shadow: inset 0px 1px 2px #CCC,0px -1px 2px #CCC inset;
	margin-bottom: 10px;
}

#pankuzu p {
	width: 960px;
	margin: 0px auto;
}

#pankuzu p a {
	color:#54acd9;
}


#pankuzu a img {
	vertical-align: middle;
}

.shadow{
-moz-box-shadow: 0px 0px 0.5em #ccc;
-webkit-box-shadow: 0px 0px 0.5em #ccc;
box-shadow: 0px 0px 0.5em #ccc;}



#sidebar #servicemenu {
-moz-box-shadow: 0px 0px 0.5em #ccc;
-webkit-box-shadow: 0px 0px 0.5em #ccc;
box-shadow: 0px 0px 0.5em #ccc;
}

#sidebar #servicemenu ul {
	background: #FFF;
}

#sidebar #servicemenu ul li {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	height: 30px;
	padding-left: 20px;
	padding-top: 7px;
}


/*kobetsu.html*/

#kobetsu {
	width: 720px;
	float: left;
}

#kobetsu-inner {
	background: #FFF;
	margin-bottom: 30px;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}

#kobetsu #title h2 {
	margin: 0 10px 10px 10px;
	font-size: 26px;
	border-bottom: 1px solid #298698;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#333;
}

#kobetsu #title_service h2 {
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#ffe7e9;
	background-color:#e36e5c;
}

#kobetsu #title_company h2 {
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#ffe7e9;
	background-color:#f1bd33;
}

#kobetsu #title_portfolio h2 {
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#ffe7e9;
	background-color:#ed93b7;
}

#kobetsu #title_contact h2 {
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#fff;
	background-color:#b0b0b0;
}


#kobetsu #title h2 a {
}

#kobetsu #date {
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}

#kobetsu #date a {
	color:#333;
}

#kobetsu #date span{
	color:#298698;
	font-size:20px;
	font-family:'Century Gothic';
}

#kobetsu #kobetsu_category {
	color: #FFF;
	background: #000;
	font-size: 12px;
	text-align: right;
	padding:5px;
	margin:0 10px;
}

#kobetsu #kobetsu_category a{
	color: #FFF;
}

#kobetsu .shadow_ {
	margin: 10px;
}

#kobetsu #tag {
	/* [disabled]width: 680px; */
	margin: 10px;
}

#kobetsu #tag img {
	float: left;
	margin-right: 10px;
}

#kobetsu #tag ul {
	float: left;
}

#kobetsu #tag ul li{
	float: left;
	margin:0 5px;
}

#kobetsu #tag ul li a{
	background: #298698;
	display: inline;
	color: #FFF;
	font-size: 90%;
	padding: 5px;
}

#kobetsu #SNS {
	clear: left;
	padding-top: 10px;
	margin: 10px;
}
#kobetsu #SNS ul li  {
	display: inline;
}

#kobetsu #kobetsukiji {
	margin: 10px;
}

#kobetsu #advertisement {
	margin: 10px;
}

#kobetsu #advertisement ul li {
	display: inline;
	margin-left: 5px;
}

#kobetsu #writer {
	background: #298698;
	color: #FFF;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
}

#kobetsu #writer p {
	float: right;
	padding-right: 10px;
}

#kobetsu #writer a {
	color:#fff;
}

#kobetsu p.writerthumbnail {
	float: left;
	margin-left: 10px;
}

#kobetsu #name {
	font-size: 14px;
	width: 580px;
	float: left;
	margin-left: 10px;
	font-weight:bold;
}

#kobetsu #introduction {
	font-size: 13px;
	width: 580px;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #CCC;
}

#kobetsu #anotherarticle {
	clear: both;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#kobetsu #relatedarticle #articlelist {
	color: #FFF;
	background: #298698;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#kobetsu #relatedarticle ul.relatedpost {
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#kobetsu #relatedarticle ul.relatedpost li{
	float: left;
	height: 150px;
	width: 330px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
}
#kobetsu #relatedarticle ul.relatedpost li img{
	float: left;
	width:150px;
	height:150px;
	margin-right:15px;
}
#kobetsu #relatedarticle ul.relatedpost li h4{
	font-weight:bold;
	font-size:14px;
}
#kobetsu #relatedarticle ul.relatedpost li h4 a{
	color:#333;
}
#kobetsu #relatedarticle ul.relatedpost li p{
	font-size:13px;
}
#kobetsu #relatedarticle ul.relatedpost li p a.more-link{
	color:#ff3333;
}

#snsbox {
	background: #FFF;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 0.5em #ccc;
	-webkit-box-shadow: 0px 0px 0.5em #ccc;
	box-shadow: 0px 0px 0.5em #ccc;
}

.snstab {
	padding:15px;
}
ul#tab{
  padding:0;
  margin:0;
}
ul#tab li {
  float: left;
  padding: 0 0px 0 0 ;
  list-style: none;
  cursor: pointer;
  margin:0 5px 0 0 ;
  height:25px;
}
ul#tab li.select {
}
ul#tab li img {
  padding:0;
  margin:0;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  width: 660px;
}
.snstab .facebook {
  border:1px solid #3b5998;
  border-top:3px solid #3b5998;
  padding:14px;
}
.snstab .twitter {
  border:1px solid #00acee;
  border-top:3px solid #00acee;
  padding:14px;
}






/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* = GITS Added -------------------------------------------------------------- */

#kobetsukiji h1 {
font-size: 200%;
font-weight: bold;
line-height: 130%;
margin: 0 0 30px;
}
/* line 157, ../sass/_blog.scss */
#kobetsukiji h2 {
  font-size: 136%;
  line-height: 120%;
  background: #f2f2f2;
  border-bottom: #9e9e9e 1px dotted;
  padding: 20px 20px;
  margin: 40px 0 20px 0;
  font-weight: bold;
}
/* line 166, ../sass/_blog.scss */
#kobetsukiji h3 {
  background: url(http://gitsint.com.au/wp-content/uploads/2013/09/line_tile02.png) left bottom repeat-x;
  padding: 0 0 15px 0;
  margin: 30px 0 20px 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 120%;
}
/* line 174, ../sass/_blog.scss */
#kobetsukiji h4 {
  margin: 30px 0 20px 0;
  padding: 5px 0 5px 15px;
  font-size: 113%;
  font-weight: bold;
  line-height: 120%;
  border-left: #000 5px solid;
}
/* line 182, ../sass/_blog.scss */
#kobetsukiji h5 {
  padding: 1px 0 0 0;
  margin: 30px 0 10px 0;
  font-size: 107%;
  font-weight: bold;
  line-height: 110%;
}
/* line 189, ../sass/_blog.scss */
#kobetsukiji h6 {
  margin: 20px 0 10px 0;
  font-weight: bold;
  line-height: 120%;
}

#kobetsukiji h2 {
  font-size: 138%;
  line-height: 120%;
  background: #f2f2f2;
  border-bottom: #9e9e9e 1px dotted;
  padding: 20px 20px;
  margin: 40px 0 20px 0;
  font-weight: bold;
}

#kobetsukiji hr{
	height: 12px;
	border: 1;
	box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

#kobetsukiji a{
	text-decoration: underline;
}

#introduction a{
	text-decoration: underline;
}

/* -- 会社紹介で使用 --*/

td.companyL{
  vertical-align:text-top;
  width:112px;
  font-color=red;
  padding:5px;
}

td.companyR{
  vertical-align:text-top;
  font-color=red;
  padding:5px;
  width:505px;
}


/*ユーザー一覧用の装飾*/
.users .author-info {
    padding: 1em;
    border-radius: 1em;
    background-color:#eff;
    border: solid 1px #ccc;
    /* not used */
}
.users .author-info2 {
    padding: 1em;
    border-radius: 1em;
    background-color:#fff;
    height:480px;
    border: solid 1px #eee;
}

.users .author-info:nth-child(even) {
    background-color:#eee;
    /* not used */
}
.users .author-info2:nth-child(even) {
    background-color:#fff;
}
.users p {
	line-height:1.5;
    font-size: 86%;
    /*margin: 1em 0;*/
}

.users .user_article_title {
	line-height:1.5;
	padding-bottom: 10px;
    /*margin: 1em 0;*/
}

.users .box_single_profile_wrap {
	line-height:1.5;
	height: 225px;
	border: solid 1px #999;
	padding: 1em;
	/*box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);*/
}

.users .avatar {
    /*border-radius: 50%;*/
    box-shadow: 0 0 0.1em #333;
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
    border:1px;
}
.users .uid,
.users .nickname {
    border:1px;
    text-align:top;
    font-weight:bold;
    display:inline-block;
    /*padding:0.2em;
    margin-right:0.3em;*/
    /*border-bottom: 1px #0000ff dotted;
    border-top: 1px #0000ff dotted;*/
    width:400px;
}

.users .title {
    border:1px;
    text-align:top;
    display:inline-block;
    font-weight:bold;
    /*padding:0.2em;
    margin-right:0.3em;*/
    /*border-bottom: 1px #0000ff dotted;
    border-top: 1px #0000ff dotted;*/
    width:400px;
}
.users .entry {
    width: 145px;
    float: left;
    margin: 0px 0px 0px 10px;
    font-size: 86%;
}

.users .author-description{
    height:220px;

}


.users .user_profile{
    font-size: 86%;
    padding-LEFT:180px;
}

.users .user_sociallink{
	font-size: 86%;
	padding-LEFT:180px;
	padding-top:10px;
}

.ad_article1{
 width: 315px;
 height: 270px;
 border-width: 2px;
 border-style: solid;
 padding-left: 20px;
 padding-top: 20px;
 background-color:#f6f6f6;
 color:#d8d8d8;
 float:left;
 margin-bottom:10px;
}
.ad_article2{
 width: 315px;
 height: 270px;
 border-width: 2px;
 border-style: solid;
 padding-left: 20px;
 padding-top: 20px;
 background-color:#f6f6f6;
 color:#d8d8d8;
 float:left;
 margin-bottom:10px;
 margin-left:15px;
}

/* 過去記事のページ送り20130923 nato */

.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/*　パース通信用お問合せ　*/
.table3 {
width: 94%; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #b0b0b0 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.table3 TD {
border: 1px #606060 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
}

.table3 TH {
border: 1px #606060 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
color: rgb(255, 255, 255);
background-color: rgb(176, 176, 176);
}

/*　masa blog用　*/
.table4 {
/*width: 94%; テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #b0b0b0 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
}

.table4 TD {
border: 1px #606060 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
}

.table4 TH {
border: 1px #606060 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
color: rgb(255, 255, 255);
background-color: rgb(176, 176, 176);
}

blockquote{
background-color:#ddd;
padding:1em 1em 1em 3em;
position:relative;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
