@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
 address, cite, code, del,  em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
 var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", 
"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus  {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
a, a:link {
	color: #0060BF;
	text-decoration: none;
}
a:visited {
	color: #0060BF;
}
a:hover {
	color: #0060BF;
	text-decoration: underline;
}
a:active {
	color: #0060BF;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

/*------------------------------------------------------------
	(1)レイアウト
------------------------------------------------------------*/
body{
	background:#fff;
	color: #164158;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

.outer {
	position: relative;
	width:100%;
	min-width:640px;
}

.inner {
	min-width:640px;
	max-width:1000px;
	margin:0 auto;
	position: relative;
}
article {
	zoom: 1;
}
article:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.left-box{
	display: block;
	float: left;
	left: 0;
	margin-left: 0;
	position: absolute;
	zoom: 1;
}
.right-box{
	display: block;
	float: right;
	right: 0;
	margin-right: 0;
	position: absolute;
	zoom: 1;
}
.top-box{
	margin-top: 0;
}
.bottom-box{
	margin-bottom: 0;
}
section {
	clear: both;
	position:relative;
}
/*------------------------------------------------------------
	(2)header
------------------------------------------------------------*/
@media screen and (min-width: 641px) {
	#headerwrapper{
		position:fixed;
		width:100%;
		height:60px;
		z-index: 99;
		left:0;
		background: rgba(255,255,255,1.0);
	}
	#headerContainer {
		position:fixed;
		width:100%;
		min-width:640px;
		max-width:990px;
		/*margin: 0 auto;*/
		z-index: 100;
		left: 50%;
		transform: translate(-50%);
		background: rgba(255,255,255,1.0);
	}
}

#headersepa {
	display:block;
	width:100%;
	height:60px;
	margin-bottom: 5px;
}
div#head-mark {
	display: none;
}
#g-navi-box {
	display:block;
	margin:0 auto;
	width:100%;
	min-width:640px;
	max-width:990px;
	position: relative;
}
#g-navi-box ul li {
	float: left;
	display: inline-block;
	width:20%;
}
/* #float:ie6･7 hack */
#g-navi-box ul li {
	#width:198px;
}

h3.navi-title{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background: none;
}

#g-navi-box ul li a{
	text-indent: -9999em;
	display: block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	height: 60px;
}

#g-navi-box ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#menu-mark a{
	background: url(../img/images/parts/mark.gif) no-repeat;
	background-position: 0 0;
	background-size:contain;
	z-index:-10;
}
#menu-home a{
	background: url(../img/images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -198px 0;
}
#menu-service a{
	background: url(../img/images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -396px 0;
}
#menu-company a{
	background: url(../img/images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -594px 0;
}
#menu-contact a{
	background: url(../img/images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -792px 0;
}
#menu-home a:hover{
	background: url(../img/images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -198px 0;
}
#menu-service a:hover{
	background: url(../img/images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -396px 0;
}
#menu-company a:hover{
	background: url(../img/images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -594px 0;
}
#menu-contact a:hover{
	background: url(../img/images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -792px 0;
}
/*------------------------------------------------------------
	(3)コンテンツ
------------------------------------------------------------*/
#slide {
	display:block;
	margin-top: 20px;
	width: 100%;
	height:300px;	
}
#slide + .none-image {display:none;}

/* #float:ie6･7 hack */
#slide {
	#display:none;
}
#slide + .none-image {#display:block;}

#page-nav a {
	color:#fff;
	background-color:#999;
	padding:2px 5px;
	font-size:16px;
	line-height: 2em;
	margin-left:5px;
}
#pagebody {
	position: relative;
}
.article {
	float:left;
	display:block;
	margin-right:-220px;
	width:100%;
	height:550px;
}
.article p {
	display:block;
	margin-right:220px;
	font-size: 1.2em;
	text-indent: 1em;
}

.aside {
	display:block;
	float:left;
	width:200px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}
body.home .aside {
 	margin-top:340px;
}
#news  {
	display:block;
	width:100%;
	margin-right:220px;
	padding-left:5px;
	padding-right:5px;
}
/*
#content-1 {
	position:relative;
	display:block;
	width:100%;
	margin: 0 auto 20px;
	padding-left:5px;
	padding-right:5px;

}
*/
#news {
	margin:10px 0 0 3px;
	width:100%;
	height:200px;
	display:block;
}

#news-title {
	display:block;
	width:70px;
	height:20px;
	background: url(../img/images/parts/news.gif) no-repeat;
	float:left;
}
#news-list a {
	display:block;
	width:70px;
	height:20px;
	background: url(../img/images/parts/list.gif) no-repeat;
	float:left;
}

/* SNS button */
.social-box {
	display:block;
	float:right;
	margin-right:220px;
	height:40px;
	width:460px;
}
#socialbuttons div {
  float:right;
}
#socialbuttons{
	display:inline-block;
	height: 40px;
	width:460px;
	margin: 0 0 20px 0;
}

#news-warpper {
	width:100%;
	height: 150px;
	margin: 0 2px 220px 5px;
	text-indent:0;
	clear:both;
	display:block;
	vertical-align: 1.2em;
	font-size: 1em;
	margin-top:0;
	
}
/*
column-count:2; 
	column-width:50%;
	-moz-column-count:2;
	-moz-column-width:50%;
	-webkit-column-count:2; 
	-webkit-column-width:50%;
*/


#news-warpper table {
	border-collapse: separate;
	border-spacing: 6px 4px;
	
}
/*
#content-1 {
	z-index:-10!impotant;
	display:block;
}
#content-1 .f-waku {
	height:20px;
	margin: 0 auto 20px;
	background: url(../img/images/parts/fuilm.gif) repeat-x;
}
*/
.aside li {
	text-indent: -9999em;
}
.aside a:hover {
	opacity:0.9;
}
#bnr-1 {
	display:block;
	width:200px;
	height:75px;
	background: url(../img/images/parts/spacer.gif) repeat;
}
#bnr-2 a {
	display:block;
	width:200px;
	height:75px;
	border: solid 1px #060;
	background: url(../img/images/parts/kyuyo-bnr.gif) no-repeat;
}

#bnr-3 a{
	display:block;
	width:200px;
	height:181px;
	border: solid 1px #060;
 	background: url(../img/images/parts/sample-site.gif) no-repeat;
}
#bnr-4 {
	margin-top: 0;
	display:block;
	width:200px;
	height:188px;
	background: url(../img/images/home-qrcode.gif) no-repeat;
}
.no-js .menu-box::after {
	font-size:1.5em;
	color:#f00;
	content:"このサイトは JavaScript を利用して作られています。すべての機能をご利用頂くには JavaScript を有効にしてください。";
}
/*------------------------------------------------------------
	(4)footer
------------------------------------------------------------*/
/* position:relative;
*/
footer {
	position: relative;
	clear:both;
	display:block;
	width:100%;
	height:200px;
	bottom:-200px;
}
footer .inner {
	background: url(../img/images/parts/renga.gif) repeat;
	height:200px;
	border: solid 1px #060;
}

/* 		margin-left: 300px;
*/
#footer2 > .left-box{
		display:block;
		float:none;
		color:#fff;
		margin-top: 55px;
		margin-left:0;
}
#footer2 ul li{
		display:inline-block;
		float: left;
		padding: 2px 4px;
}
#footer2 .left-box.copyright{
		color:#fff;
		clear:both;
		width:100%;
		display: block;
		margin-top:120px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
}

#footer2 a {
		color:#fff;
}
#footer2 a:hover {
	color: #0000cc;
	text-decoration: underline;
}
#footer2 .left-box {
	height: 51px;
}


/*------------------------------------------------------------
	(5)戻るボタン
------------------------------------------------------------*/
/* pagetop pattern2 */
/*   right:48%;
*/
.pagetop2 {
  text-indent:-9999em;
  position: fixed;
  bottom:200px;
  margin: 0 auto;
  z-index: 9000;
}

.pagetop2 a {
	display:block;
	width:110px;
	height:55px;
	background: url(../img/images/parts/box-top_s1.gif) no-repeat;
}
.pagetop2 a:hover {
	display:block;
	width:110px;
	height:55px;
	background: url(../img/images/parts/box-top_s2.gif) no-repeat;
}

.LAYOUT-01.LAYOUT-01-image {
	float:left;
}
.LAYOUT-02.LAYOUT-02-image {
	float:right;
}
.LAYOUT-05.LAYOUT-05-image {
	float:left;
}
.LAYOUT-06.LAYOUT-06-image {
	float:right;
}
.container {
	width: 80%;
	margin-left:auto;
    margin-right:auto;
}
.buttonface-class {
	margin: 0;
	padding:1px 6px;
	border-width:2px;
	border-color:buttonface;
	border-style:outset;
	background-color:buttonface;
	color: inherit;
	font-size:100%;
}
.zipcode-of-searchbtn {
	margin: 0;
	padding: 0;
	border-width:2px;
	border-color:buttonface;
	border-style:outset;
	background-color:buttonface;
	color: inherit;
	font-size:100%;
}
.confirm-item {
	display:block;
	border: 1px;
	padding: 0.5em;
	margin: 0 0 1rem 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.875rem;
	height:2.3125rem;
	width:100%;
	box-sizing:border-box;
}
.confirm-nav ul ,
.zipaddress-nav ul {
	margin: 0;
	padding:0;
	list-style-type:none;
}
.confirm-nav ul li  {
	display:inline-block;
	padding:0 5px;
}
.zipaddress-nav ul li {
	display:inline-block;
}
.confirm-nav ul li:first-child  {
	margin-right:2rem;
}
/* ×丸いボタン
.pagetop2 a {
  display: table-cell;
  width: 6em;
  height: 6em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 50%;
  background: #000;
  behavior: url(PIE.htc);  
}
*/
/*------------------------------------------------------------
--------------------------------------------------------------
	メディアクエリー
--------------------------------------------------------------
------------------------------------------------------------*/
@media screen and (max-width: 640px) {

/*------------------------------------------------------------
	(1')レイアウト
------------------------------------------------------------*/

.outer {
	width:100%;
	min-width:100%;
}

.inner {
	min-width:100%;
	max-width:100%;
	margin:0 auto;
}
.left-box,
.right-box{
	display:block;
	width:100%;
	position:relative;
	margin: 0 auto;
}
h3.navi-title span:before,
#g-navi-box ul li a:after {
background:url(../img/images/parts/icon_sphone.png) no-repeat;
-webkit-background-size:498px 134px;
-moz-background-size:498px 134px;
-o-background-size:498px 134px;
background-size:498px 134px;
}
/*------------------------------------------------------------
	(2')header
------------------------------------------------------------*/
/*
#headerwrapper{
	position:relative;
	width:100%;
	height:60px;
	z-index: 99;
	left:0;
	background: rgba(255,255,255,1.0);
}
#headerContainer {
	position:relative;
	width:100%;
	min-width:640px;
	max-width:990px;
	margin: 0 auto;
	z-index: 100;
	background: rgba(255,255,255,1.0);
}
*/
#headersepa {
	display:none;
}
div#head-mark {
	display: block;
	width: 100%;
        height: 60px;
	text-indent: -9999em;
	background: url(../img/images/parts/mark.gif) no-repeat;
	background-position: 0 0;
	background-size:contain;
}
#menu-mark a,
#menu-home a, 
#menu-home a:hover,
#menu-service a, 
#menu-service a:hover,
#menu-company a, 
#menu-company a:hover,
#menu-contact a, 
#menu-contact a:hover {
	background:none;
}
.global-navi { min-width:100%; }
.global-navi.inner { width:100%; height:45px;margin: 0 auto 0;}

#g-navi-box 	{
	min-width:100%;
	max-width:100%;
	margin:0 auto;
}
#g-navi-box.left-box {
	height:60px;
	width:100%;
}
.global-navi {
	margin-left: auto;
	margin-right: auto;
	background: none;
	height:auto;
	min-width:100%;
}
.global-navi ul li a{
	clear: both;
	text-indent: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	height: 60px;
	width: 100%;
	background: none;
}
h3.navi-title span {
	color:#360;
	display:block;
	padding: 14px 8px 7px;
	text-align:center;
}

h3.navi-title span:before {
	left:-14px;
	content:"";
	display:inline-block;
	position:relative;
	width:21px;
	height:14px;
	background-position:0 -2px;
}
h3.toggled-on span:before {
	left:-14px;
	content:"";
	display:inline-block;
	position:relative;
	width:21px;
	height:14px;
	background-position: -67px -31px;
}
h3.navi-title {
	width: 100%;
	height:60px;
	margin-left: auto;
	margin-right:auto;
}
h3.navi-title a {
	text-indent:0;
	text-decoration:none;
    display: block;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	line-height:1.5;
	width: 100%;
	height:60px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(../img/images/parts/spacer.gif);
	background-repeat:repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;

	z-index:20;
	position:relative;
	-ms-opacity:0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
}
#g-navi-box.left-box {
	float:none;
}
.menu-box {
	display:block;
	/*background-color: #360;*/
	padding: 4px 4px 0;
}
#g-navi-box ul {
	display: none;
}
#g-navi-box.toggled-on {
	height: 322px;
}
#g-navi-box.toggled-on ul {
	position: relative;
	display: block;
}
#g-navi-box.left-box ul li {
	float: none;
	display: block;
	background-color: #fff;
	width: 100%;
	height:60px;
	border-bottom: 1px solid #360;
}

#g-navi-box.left-box ul li a{
	position:relative;
	color:#360;
	text-indent: 3px;
	float: none;
	display: block;
	width: 100%;
	height:60px;
	margin-left: auto;
	margin-right:auto;
	padding-top:15px;
	border-radius: 2px;
	font-size:130%;
	font-weight:bold;
vertical-align:20px;
}
#g-navi-box ul li a:after {
	content:"";
	display:block;
	position:absolute;
	top: 50%;
	right: 15px;
	width:4px;
	height:8px;
	background-position:0 -29px;
	margin-top: -15px;
}
#g-navi-box:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* 以下は消えない→first-childにて消える
*/
li#menu-mark { display:none; }
#menu-mark a { display:none; }

#g-navi-box ul li:first-child {
	display:none;
}
#g-navi-box ul li:nth-last-child(4n) {
	border-top: 1px solid #360;
}
/*------------------------------------------------------------
	(3')コンテンツ
------------------------------------------------------------*/
#slide {
	width:100%;
	margin: 0 auto;
}
.article {
	position:relative;
	float:none;
	margin-right:0;
	width:100%;
	display:block;
}
.article h2 {
	line-height:1.5;
	font-size: 1em;
}
.article p {
	display:inline;
	margin-right:0;
	font-size: 0.8em;
}
.aside {
	position:relative;
	display:block;
	float:none;
	width:100%;
	padding-left:0;
	padding-right:0;
}
#news  {
	position:relative;
	display:block;
	width:100%;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
/*
#content-1 {
	display:block;
	width:100%;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
*/
#news {
	margin:10px 0 0 3px;
	width:100%;
	height:0;
	display:inline;
}
#news-title {
	display:block;
	width:70px;
	height:20px;
	background: url(../img/images/parts/news.gif) no-repeat;
	float:left;
}
#news-list a {
	display:block;
	width:70px;
	height:20px;
	background: url(../img/images/parts/list.gif) no-repeat;
	float:left;
}

/* SNS button */
.social-box {
	display:block;
	float:none;
	margin-right:0;
	height:60px;
	width:100%;
}
#socialbuttons div {
  float:right;
}
#socialbuttons{
	display:inline-block;
	height: 60px;
	width:100%;
	margin: 0;
}

.pinterest {
	margin-top:30px;
}
#news-warpper {
	width:100%;
	height: 80px;
	margin: 0 2px 20px 5px;
	text-indent:0;
	clear:both;
	display:block;
	vertical-align: 1em;
	font-size: 0.6em;
	margin-top:0;
	
}
/*
column-count:2; 
	column-width:50%;
	-moz-column-count:2;
	-moz-column-width:50%;
	-webkit-column-count:2; 
	-webkit-column-width:50%;
*/
#news-warpper table {
	border-collapse: separate;
	border-spacing: 6px 4px;
	
}
/*
#content-1 {

	display:block;
}
#content-1 .f-waku {
	height:20px;
	margin-right:0;
	background: url(../img/images/parts/fuilm.gif) repeat-x;
}
*/
.aside li {
	width:100%;
	text-indent: -9999em;
}
.aside a:hover {
	opacity:0.9;
}

#bnr-1 {
	display:none;
	width:200px;
	height:75px;
	background: url(../img/images/parts/spaceer.gif) repeat;
}
#bnr-2 a {
	display: block;
	width: 100%;
	height:140px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(../img/images/parts/kyuyo-bnr.gif);
	background-repeat:no-repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
	position:relative;
	border: solid 1px #060;
}

#bnr-3 a{
display: block;
	width: 100%;
	height:250px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(../img/images/parts/sample-site.gif);
	background-repeat:no-repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
	position:relative;
	border: solid 1px #060;
}
#bnr-4 {
	display:none;
	margin-top: 0;
	width:200px;
	height:188px;
	background: url(../img/images/home-qrcode.gif) no-repeat;
}
/*------------------------------------------------------------
	(4')footer
------------------------------------------------------------*/
/* position:relative;
*/
footer {
	position: relative;
	clear:both;
	display:block;
	width:100%;
	height:200px;
	bottom: 0px;
}
footer .inner {
	background: url(../img/images/parts/renga3.gif) repeat;
	border: solid 1px #060;
}

#footer2 .left-box{
		color:#fff;
		margin: 0 auto 0;
		width:100%;
}
#footer2 ul li{
		display:block;
		float: left;
		padding: 2px 4px;
		width: 100%;
		margin-left: auto;
		margin-right:auto;
		line-height: 2;
		text-align:center;
		font-size: 120%;
		font-weight:bold;
}
#footer2 .left-box .copyright{
		clear:both;
		display: block;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	width:100%;
}
#footer2 a {
		display:block;
		color:#fff;
}
#footer2 a:hover {
	color: #0060BF;
	text-decoration: underline;
}
#footer2 .left-box {
	margin-left: 0;
	width: 100%;
}
#footer2 .cx {
	display: none;
}
/*------------------------------------------------------------
	(5')戻るボタン
------------------------------------------------------------*/
/* pagetop pattern2 */

.pagetop2 {
  position: fixed;
  
  bottom:200px;
  right: 0;
  margin-right:0;
  margin: 0 auto;
  z-index: 200;
}

.pagetop2 a {
	display:block;
	width:110px;
	height:55px;
	background: url(../img/images/parts/box-top_s1.gif) no-repeat;
}
.pagetop2 a:hover {
	display:block;
	width:110px;
	height:55px;
	background: url(../img/images/parts/box-top_s2.gif) no-repeat;
}

/* 丸いボタン
*/
.page_top {
	position: fixed;
	right: 0;
	padding: 0 0 8px 0;
	bottom: 0;
}
.pagetop a {
  text-indent: 0;
  display: table-cell;
  width: 5em;
  height: 5em;
  text-align: center;
  vertical-align: middle;
  padding-top:10px;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  border-radius: 50%;
  background: #000;
  behavior: url(PIE.htc);  
}

}
@media print {
	a[href]:after {
	content: "" !important;
	}
	
	abbr[title]:after {
	content: "" !important;
	}
   }