/* 全体設定 */

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size:13px;
	color:#292929;
	line-height:1.8em;
}

a {
	color:#1E90FF;
	text-decoration:none;
}

a:visited {
}

 a:hover {
	text-decoration:underline;
} 

a:active {
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#wrapper {
	margin:0px auto 0px auto;
	width:960px;
}

#contents {
	width:960px;
	margin:0 auto;
	clear:both;
	padding:0px 0px 0px 0px;
}
#contents a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#contents a:hover img {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
/* 全体設定end */

/* ヘッダ設定 */

#logo {
	width:320px;
	float:left;
	padding:18px 0px 0px 0px;
}
#logo-index {
	clear:both;
}
#logo a {
	font-size:24px;
	color:#FFF;
}

#logo a:hover {
	text-decoration:none;
}

#header {
	width:960px;
	margin:0 auto;
	position:relative;
}
#info {
	text-align:right;
	padding-top:15px;
}
.screen-reader-text {
	display:none;
}
 
/* カスタムメニュー */

#gnavi {
	width:960px;
	margin-top:25px;
	clear:both;
}
#gnavi a img {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#gnavi a:hover img {
}
#gnavi ul {

}

#gnavi li {
	float:left;
	width:20%;
	text-align:center;
}

#gnavi a {
	color:#202020;
}

#gnavi a:hover {
	text-decoration:none;
	background:url(./img/under.png);
	background-repeat:no-repeat;
	background-position: -28px bottom;
}
#current {
	text-decoration:none;
	background:url(./img/under.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}
#gnavi ul ul {
	float:left;
	position:absolute;
	z-index: 99999;
	display: none;
}

#gnavi ul ul ul {
	left: 100%;
	top: 0;
}

#gnavi ul ul a {
	background: #f9f9f9;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	width: 168px;
}

#gnavi li:hover > a,
#gnavi ul ul :hover > a,
#gnavi a:focus {
	
}

#gnavi li:hover > a,
#gnavi a:focus {
}

#gnavi ul li:hover > ul {
	display: block;
}
.current-menu-item {
	background:#ccc;
}
.breadcrumbs {
	text-align:right;
	color:#bbb;
}
/* カスタムメニューend */

/*  ヘッダ設定end */ 

 /* サイドバー */
 
#side {
	float:left;
	width:220px;
	padding:5px 0px 50px 0px;
	background-color:#FFF;
 }
 
#side h3 {
	background-color:#666;
	color:#FFF;
	padding:5px;
	font-size:14px;
 }

#side h3 a {
	color:#FFF;
}
 
#side ul {
	margin:10px 0px 10px 0px;
	list-style:none;
 }
 
#side ul li {
	margin:10px 0px 10px 0px;
	padding:0px 0px 5px 10px;
	border-bottom: dotted 1px #DDD;
 }
 
#side ul li .children {
	margin:5px 0px 0px 0px;
}
 
#side ul li .children  li {
	border-bottom:none;
	margin:0px;
}

/* ウィジェット */

/* 検索フォーム */
 
#side form {
	margin:30px 0px 30px 0px;
}
 
.widget_search label {
	display: none;
} 
 
/* 検索フォームend */

/* カレンダー */

#wp-calendar {
	margin:10px auto 0px auto;
	width:100%;
}

#wp-calendar  caption {
	margin:0px 0px 5px 0px;
}
 
#wp-calendar td {
	padding:7px;
}

#wp-calendar caption {
	color: #333;
	font-size: 14px;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
text-align:center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* カレンダーend */

/* セレクトボックス */

#side select {
	margin:30px 0px 30px 0px;
}

/* セレクトボックスend */

/* タグクラウド */

.tagcloud {
	margin:10px 0px 10px 0px;
}

/* タグクラウドend */

/* ウィジェットend */
 
/* サイドバーend */

/* コンテンツ設定 */

#main {
	float:right;
	width:690px;
	padding:5px 0px 0px 0px;
}
#main-full {
	width:960px;
	height:100%;
	margin:0 auto 0 auto;
	position:relative;
}
#main-full .img1 {
	position:absolute;
	top:20px;
	left:70px;
}
#main-full .img2 {
	position:absolute;
	top:300px;
	left:50px;
}
#main-full .img3 {
	position:absolute;
	top:300px;
	left:260px;
}
#goto_top {
	position:fixed;
	right:10px;
	bottom:45px;
}
.topimg {
	-webkit-box-shadow: 10px 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 10px 10px 8px -6px #8d8c8c;
	 box-shadow: 10px 10px 8px -6px #8d8c8c;
	 margin:10px 0 40px 0;
}
.leftbox {
	width:300px;
	float:left;
}
.leftbox330 {
	width:330px;
	float:left;
	margin-right:20px;
}
.centerbox {
	width:330px;
	float:left;
	margin:0 0 0 30px;
}
.rightbox {
	width:270px;
	float:right;
}
.rightbox330 {
	width:330px;
	float:right;
}
.rightbox360 {
	width:360px;
	float:right;
}
.topitem li {
	width:172px;
	float:left;
	margin:13px 25px 40px 0;
}
.topitem li:last-child {
	margin:13px 0px 40px 0px;
}
.topitem li p {
	font-size:15px;
	text-align:center;
	margin-top:0px;
}
.post ul {
	list-style:none;
}
.post ul li {
}
#news {
	margin:15px 0 15px 0;
}
#news li {
	margin-bottom:8px;
}
#news li span {
	width:68%;
	float:right;
}
#goto_top a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #d1d1d1), color-stop(0.50, #dbdbdb), color-stop(0.00, #dcdcdc));
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
	background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
        background-color:#DCDCDC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	display:block;
	border:solid 1px #CCC;
	color:#333;
}

#goto_top a:hover {
	text-decoration:underline;
}

* html #goto_top a {
   position:absolute;
   right:30px;
}

/* コンテンツ設定end */

/* フッター */	

#footer {
	margin:30px auto 0px auto;
	width:100%;
	background-color:rgb(150,150,150);
	clear:both;
	color:#FFF;
	padding:5px 0px 5px 0px;
}

#footer ul {
	width:50%;
	margin:0px;
}
#footer ul li {
	display:inline;
	margin-right:1.5em;
}
#footer ul li a {
	color:#fff;
}
.fgroup {
	width:960px;
	margin:0 auto;
}
#footer p {
	font-size:12px;
	text-align:right;
}
#footer-index {
	width:1000px;
	margin:0px auto 0 auto;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	clear:both;
}
#footer-index p {
	color:#444;
	text-align:right;
}
/* フッターend */
/* テーブル要素 */
input {
	padding:2px 4px;
	border-radius:3px;
}
textarea {
	padding:2px 4px;
	border-radius:3px;
	border-color:#CCC;
}
.company {
	width:100%;
}
.company th {
	padding:3px 10px 3px 3px;
	text-align:right;
	vertical-align:top;
	width:6em;
}
.company td {
	padding:3px 3px 3px 7px;
	text-align:left;
	border-left:3px solid #CCC;
}
.contact {
	width:100%;
}
.contact th {
	width:25%;
	padding:5px 10px 5px 3px;
}
.contact td {
	padding:5px 3px 5px 7px;
	text-align:left;
}
.price-table {
	width:100%;
	border:1px solid #ccc;
	margin:30px 0 20px 0;
}
.price-table th {
	width:25%;
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:3px 5px;
	background:rgb(240,240,240);
}
.price-table td {
	width:25%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:3px 5px;
}
.wpcf7-submit {
	margin-left:43%;
	padding:2px 10px;
}
.price {
	border:none;
}
.item-box {
	width:162px;
	float:left;
	margin:0 5px 20px 5px;
	text-align:center;
}
.item-box:nth-child(4n+1) {
	clear:both;
}
/* テーブルend */