@charset "UTF-8";


/* --------------------------------------------------------------------- */
/* home - index.html
/* --------------------------------------------------------------------- */

div#mainVisual.home {
	display: block;
}
div#mainVisual.home p{
	display: block;
	position: relative;
	z-index: 0;
	margin-top: -6px;
	/*position: fixed;*/
	width: 100%;
}

section.home {
	position: relative;
	/*z-index: 500;*/
}

/* blog */
section#blog {
	margin-top: 25px;
}

section#blog > header {
	display: block;
	background: #62b8a4;
	}
	section#blog > header h2 {
		background: url("../images/cursor.png") no-repeat 22px bottom;
		background-size: 20px 10px;
		font-size: 11px;
		color: #fff;
		padding: 17px 10px;
		text-shadow: 0px 1px 1px #329b7a;
		font-weight: bold;
		}
		section#blog > header h2 span {
			padding: 15px 0 15px 54px;
			background: url("../../images/blog.png") no-repeat left center;
			background-size: 44px 16px;
		}


section#blog ul { /*tabコンテンツ */
	clear: left;
	height: 100%;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
	}
	section#blog ul li {
		display: block;
		text-align: left;
		width: 100%;
		text-align: center;
		font-weight: bold;
		background: url("../images/dot_01.png") repeat-x left bottom;
		background-size: 3px 1px;
		}
	section#blog ul li a {
		padding: 15px 0 15px 0px;
		display: block;
		}
		section#blog ul li div.tabcontentsAera {
			background: url("../images/icon_04.png") no-repeat 99% center;
			background-size: 7px 10px;
		}
		section#blog ul li p.img {
			display:block;
			width:160px; /*トリミング後の横幅*/
			height:60px; /*トリミング後の縦幅*/
			overflow:hidden;
			position:relative;
			z-index:1;
			border: 1px solid #dad9d9;
			float: left;
		}

	section#blog div.textArea {
		width: 53%;
		float:left;
		text-align: left;
		}
		section#blog div.textArea p time {
			margin-top: 4px;
			padding: 1px 4px 1px 4px;
			background: #62b8a4;
			color: #fff;
			font-weight: bold;
			display: inline-block;
			font-size: 10px;
			border-radius: 4px;
			}
			body.android section#blog div.textArea p time {
				margin-top: 4px;
				padding: 2px 1px 0px 4px;
				background: #62b8a4;
				color: #fff;
				font-weight: bold;
				display: inline-block;
				font-size: 10px;
				border-radius: 4px;
				}
		section#blog div.textArea h3 {
			font-size: 12px;
			font-weight: normal;
			color: #000000;
			line-height: 1.4;
			margin-top: 6px;
			display: inline-block;
			/*width: 70%;*/
			}
		section#blog div.textArea p time,
		section#blog div.textArea h3{
			margin-left: 7px;
		}


/* --------------------------------------------------------------------- */
/* policy - index.html
/* --------------------------------------------------------------------- */

section p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}

section#policy p.policycopy {
	margin: 22px 0px 16px 0px;
	padding: 0 10px;
	display:block;
}

section#policy ol {
	list-style-type: decimal !important;
	display: block;
	list-style: inside;
	position: relative;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0.5em 0 10px;
	color: #333;
	line-height: 1.5;
	}
	section#policy ol.init {
	margin-left: 0.4em;
	}
	section#policy ol li {
		margin-bottom: 12px;
		color: #309978;
		font-weight: bold;
		}
	section#policy ol li:last-child{
		margin-bottom: 15px;
		color: #309978;
		font-weight: bold;
		}
		section#policy ol.init li {
			margin-bottom: 0px;
			color: #333;
			font-weight: bold;
			list-style: inside;
			list-style-type: decimal !important;
			text-indent: -1.3em;
			}
	div#policyAddress {
		padding-top: 2px;
	}
	section#policy ol li p {
		font-size: 12px;
		font-weight: normal;
		color: #333;
		line-height: 1.5;
		display: inline;
	}
	section#policy ol li h3 {
		font-weight: bold;
		font-size: 13px;
		display: inline;
		width: 100%;
		margin-bottom: 4px;
		line-height: 1.8;
	}

section#policyMinBox {
	border: 1px solid #62b8a4;
	display:block;
	margin: 3px 20px 25px 20px;
	padding: 10px 10px 6px 10px;
	}
	section#policyMinBox h3 {
		font-weight: bold;
		color: #309978;
		font-size: 14px;
		display: block;
		background: url("../images/dot_01.png") repeat-x left bottom;
		background-size: 3px 1px;
		padding-bottom: 10px;
		margin-bottom: 8px;
	}
	p#policyMinBoxInfo {
		line-height: 1.6;
	}
	section#policyMinBox p.plTit {
		font-weight: bold;
		font-size: 11px;
		line-height: 1;
		margin: 10px 0 7px 0;
	}
	section#policyMinBox p.plTel,
	section#policyMinBox p.plMail {
		margin: 0;
		line-height: 1;
	}
	section#policyMinBox p.plTel a {
		font-weight: bold;
		font-size: 16px;
		color: #309978;
		background: url("../images/icon_07.gif") no-repeat left center;
		background-size: 18px;
		padding: 18px 0 18px 23px;
		}
	section#policyMinBox p.plMail a {
		font-weight: bold;
		color: #309978;
		font-size: 16px;
		padding: 18px 0 18px 23px;
		background: url("../images/icon_08.gif") no-repeat left 1.2em;
		background-size: 18px;
		}

/* --------------------------------------------------------------------- */
/* recruit */
/* --------------------------------------------------------------------- */
section#recruit div#recruitOp {
	margin: 0 10px 0 20px;
	display: block;
	}
	section#recruit div#recruitOp p {
		margin-top: 10px;
	}

section#recruit h3 {
	color: #30ae90;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.35;
	margin-top: -5px;
}

section.recruitTable {
	font-size: 12px;
	}
	section.recruitTable a {
	color: #30ae90;
	text-decoration: underline;
	}

	section.recruitTable h4 {
		font-size: 15px;
		color: #30ae90;
		font-weight: bold;
		border-bottom: 2px solid #62b8a4;
		padding: 0 0 10px 0;
	}
	section.recruitTable h4.recruitTitfast {
		margin-top: 22px;
		padding-left: 10px;
	}
	section.recruitTable h4.recruitTit {
		padding-left: 10px;
	}
	section.recruitTable div {
		margin: 0 10px;
	}
	section.recruitTable table {
		width: 100%;
		margin-bottom: 25px;
		}
		section.recruitTable table th {
			color: #30ae90;
			width: 74px;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 0 10px;
			padding-right: 0px;
		}
		section.recruitTable table td {
			color: #333333;
			font-size: 12px;
			font-weight: normal;
			margin: 0 10px 0 0;
		}
		section.recruitTable table th,
		section.recruitTable table td {
			padding: 12px 10px 12px 0px;
			line-height: 1.5;
			vertical-align: top;
			background: url("../images/dot_01.png") repeat-x left bottom;
			background-size: 3px 1px;
		}


/* --------------------------------------------------------------------- */
/* service */
/* --------------------------------------------------------------------- */

section#service > h3 {
	display: block;
	text-align: center;
	margin-bottom: 25px;
	margin-top: -2px;
	}
	section#service > h3 img {
	margin: 0 auto;
	}

section.serviceBox {
	margin-bottom: 16px;
}
section.serviceBox.last {
	margin-bottom: 25px;
	}
	section.serviceBox p{
		padding: 0 10px;
		line-height: 1.6;
	}

section.serviceBox div {
	padding-left: 51px;
	height: 32px;
	border-bottom: 2px solid #62b8a4;
	padding-bottom: 10px;
	margin-bottom: 8px;
	}
	section.serviceBox div h4 {
		color: #333333;
		font-size: 15px;
		font-weight: bold;
		display: block;
		padding-top: 1px;
		}
	body.android section.serviceBox div h4 {
		color: #333333;
		font-size: 15px;
		font-weight: bold;
		display: block;
		padding-top: 3px;
		}
		section.serviceBox div h4 span{
			color: #62b8a4;
			font-size: 10px;
			font-weight: bold;
			display: block;
			margin-top: 5px;
		}
section.serviceBox div.serviceTitleA {
	background: url("../../service/images/icon_01.gif") no-repeat 10px top;
	background-size: 32px;
	}
section.serviceBox div.serviceTitleB {
	background: url("../../service/images/icon_02.gif") no-repeat 10px top;
	background-size: 32px;
	}
section.serviceBox div.serviceTitleC {
	background: url("../../service/images/icon_03.gif") no-repeat 10px top;
	background-size: 32px;
	}


/* --------------------------------------------------------------------- */
/* works - index.html
/* --------------------------------------------------------------------- */

section#works ul#worksList  {
	display: block;
	border-top: 2px solid #62b8a4;
	}
	section#works ul#worksList  li {
		display: block;
		border-bottom: 1px solid #ccc;
		}
		section#works ul#worksList li a{
		display: block;
		padding: 12px 10px 12px 12px;
		}
		section#works div.worksListBox {
			background: url("../images/icon_03.png") no-repeat right center;
			background-size: 9px 13px;
			}
			section#works div.worksListBox p.workViual {
				display: block;
				float: left;
				}
				section#works div.worksListBox p.workViual img{
				display: block;
				width: 86px;
				height: 86px;
				margin-right: 10px;
			}
			section#works div.worksListBox div.workTextArea {
				float: left;
				width: 62%;
				}
				section#works p.category {
					margin: 2px 0 0 0;
					padding: 2px 2px 3px 3px ;
					line-height: 1;
					background: #62b8a4;
					color: #fff;
					font-weight: bold;
					display: inline-block;
					font-size: 10px;
					border-radius: 4px;
				}
				body.android section#works p.category {
					padding: 2px 3px 3px 4px;
				}
				div.workTextArea h3 {
					font-size: 14px;
					font-weight: bold;
					color: #1ca572;
					line-height: 1.3;
					margin-top: 5px;
					margin-bottom: 5px;
				}
				div.workTextArea p.address {
					font-size: 12px;
					font-weight: bold;
					color: #555555;
					line-height: 1.5;
				}
/* navi */
div#worksNavi {
	display: block;
	}
	div#worksNavi ul {
		margin-bottom: 25px;
		border-top: none;
		/*border-bottom: 1px solid #ccc;*/
		padding: 15px 15px;
	}
	div#worksNavi ul li {
		display: block;
		background: #67bba7;
		border-radius: 4px;
		width: 120px;
	}
	div#worksNavi ul li a{
		display: block;
		background: #67bba7;
		border-radius: 4px;
		color: #fff;
	}
	div#worksNavi ul li:first-child {
		float: left;
	}
	div#worksNavi ul li:first-child a {
		background: #67bba7;
		border-radius: 4px;
		display: block;
		margin: 0;
		padding: 0;
		}
		div#worksNavi ul li:first-child span {
			font-weight: bold;
			display: block;
			color: #fff;
			font-size: 12px;
			padding: 11px 10px 13px 16px;
			margin-left: 10px;
			background: url("../images/icon_11.png") no-repeat left 1em;
			background-size: 9px 12px;
			}
			body.android div#worksNavi ul li:first-child span {
			font-weight: bold;
			display: block;
			color: #fff;
			font-size: 12px;
			padding: 12px 10px 12px 16px;
			margin-left: 10px;
			background: url("../images/icon_11.png") no-repeat left 1em;
			background-size: 9px 12px;
			}
		/*div#worksNavi ul li:first-child a span {
			font-weight: bold;
			display: block;
			color: #fff;
			text-shadow: 0px 1px 1px #329b7a;
			font-size: 12px;
			padding: 12px 10px 12px 16px;
			margin-left: 10px;
			background: url("../images/icon_09.png") no-repeat left 1em;
			background-size: 10px 14px;
			}*/

	div#worksNavi ul li:last-child {
		float: right;
	}
	div#worksNavi ul li:last-child a {
		background: #67bba7;
		border-radius: 4px;
				padding: 0;
				display: block;
		}
		div#worksNavi ul li:last-child span {
			font-weight: bold;
			display: block;
			color: #fff;
			margin-right: 10px;
			font-size: 12px;
			padding: 12px 16px 12px 10px;
			background: url("../images/icon_12.png") no-repeat right 1em;
			background-size: 9px 12px;
		}
		div#worksNavi ul li:last-child a span {
			font-weight: bold;
			display: block;
			color: #fff;
			text-align: right;
			text-shadow: 0px 1px 1px #329b7a;
			margin-right: 10px;
			font-size: 12px;
			padding: 11px 16px 13px 10px;
			background: url("../images/icon_10.png") no-repeat right 1em;
			background-size: 10px 14px;
		}
		body.android div#worksNavi ul li:last-child a span {
			font-weight: bold;
			display: block;
			color: #fff;
			text-shadow: 0px 1px 1px #329b7a;
			margin-right: 10px;
			font-size: 12px;
			padding: 12px 16px 12px 10px;
			background: url("../images/icon_10.png") no-repeat right 1em;
			background-size: 10px 14px;
		}

/* --------------------------------------------------------------------- */
/* workOnpage - works/00/index.html
/* --------------------------------------------------------------------- */

section#workInformation {
	display: block;
	font-size: 12px;
	position: relative;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	}
	section#workInformation p.category {
		margin: 2px 0 0 0;
		padding: 2px 2px 3px 3px ;
		line-height: 1;
		background: #62b8a4;
		color: #fff;
		font-weight: bold;
		display: inline-block;
		font-size: 10px;
		border-radius: 4px;
	}
	body.android section#workInformation p.category {
		padding: 2px 3px 3px 4px;
	}
	section#workInformation h3 {
		font-size: 16px;
		font-weight: bold;
		color: #1ca572;
		line-height: 1.3;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	section#workInformation p.comment {

	}
	section#workInformation table {
		width: 100%;
		background: url("../images/dot_01.png") repeat-x left top;
		background-size: 3px 1px;
		margin-top: 15px;
		}
		section#workInformation table tr th,
		section#workInformation table tr td {
			padding: 12px 10px 12px 0px;
			line-height: 1.5;
			vertical-align: top;
			background: url("../images/dot_01.png") repeat-x left bottom;
			background-size: 3px 1px;
		}
		section#workInformation table tr th {
			font-weight: bold;
			color: #1ca572;
			width: 70px;
		}
	section#workInformation ul li {
		padding: 15px 0;
		background: url("../images/dot_01.png") repeat-x left bottom;
		background-size: 3px 1px;
	}
	section#workInformation div#SNSArea {
		width: 280px;
		margin: 0 auto;
		text-align: center;
		display: block;
		}
		section#workInformation ul.SNS {
			width: 280px;
			margin: 0 auto;
			display: block;
			overflow: hidden;
			display: -webkit-box;
		}
		section#workInformation ul.SNS li {
			padding: 0;
			background: none;
			vertical-align: middle;
			}
			section#workInformation ul.SNS li.twitter {
				display: block;
				width: 100px;
				margin-right: 4px;
			}
			section#workInformation ul.SNS li.facebook {
				display: block;
				width: 99px;
				margin-right: 16px;
			}
			section#workInformation ul.SNS li.google {
				display: block;

				width: 59px;
				margin-right: 1px;
				text-align: right;
			}
	section#aoyamaShop div#map_canvas {
		display: block;
		height: 180px;
		border: 1px solid #ccc;
		background: #ccc;
		overflow: hidden;
		margin: 0 10px 30px 10px;
	}
	div#map_canvas {
		display: block;
		height: 159px;
		border: 1px solid #ccc;
		background: #ccc;
		overflow: hidden;
	}

	/* slide */
	section#works div#worksSlideContents {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 18px;
		}
		div#worksSlideContents div#flick {
			overflow: hidden;
			/*margin: 19px 20px 0 20px;*/
			}
			div#worksSlideContents div#flick li.prev {
				position: absolute;
				top: 45%;
				left: 0;
				z-index: 100;
			}
			div#worksSlideContents div#flick li.next {
				position: absolute;
				top: 45%;
				right: 0;
				z-index: 100;
			}
		div#worksSlideContents ul li.itemBox {
			overflow: hidden;
			height: 281px;
			}
			div#worksSlideContents ul li.item {
				float: left;
				display: block;
				position: relative;
				}
				div#worksSlideContents ul li.item img{
				display: block;
				margin: 0 20px;
				padding: 0;
				overflow: hidden;
			}
		div.container {
			overflow: hidden;
			display: block;
		}
		div.itemBox {
		     position: relative;
		}
		.moving {
		     -webkit-transition: -webkit-transform .2s ease-out;
		     -moz-transition: -moz-transform .2s ease-out;
		     -o-transition: -o-transform .2s ease-out;
		     -ms-transition: -ms-transform .2s ease-out;
		}

		section#works div.more {
			display: block;
			margin: 25px 0;
			padding: 0 0px;
			}
			section#works div.more a {
				background-color: #62b8a4;
			}
			section#works div.more span{
				background: url("../images/icon_15.gif") no-repeat left center;
				background-size: 11px 12px;
				padding-left: 15px;
				text-shadow: none;
				}


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

section#contact p.contactTopComment {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5;
	padding: 0 20px;
	}
	section#contact p.contactTopComment a {
		font-size: 12px;
		font-weight: normal;
		color: #30ae90;
		text-decoration: underline;
		line-height: 1.5;
		}
	section#contact p.contactMinTit {
		font-weight: bold;
		color: #555555;
		font-size: 11px;
	}
	section#contact p.telTit,
	section#contact p.faxTit,
	section#contact p.telTit a,
	section#contact p.faxTit a  {
		font-size: 16px;
		font-weight: bold;
		color: #62b8a4;
		padding: 2px 0 5px 0;
		}
		section#contact p.telTit span {
			background: url("../images/icon_16.gif") no-repeat left center;
			background-size: 18px;
			padding: 4px 0 4px 23px;
		}
		section#contact p.faxTit span {
			background: url("../images/icon_17.gif") no-repeat left center;
			background-size: 18px;
			padding: 4px 0 4px 23px;
		}

		div.contactEtc {
			padding: 0 20px;
			margin: 0px 0 15px 0;
			display: block;
			}
			div.contactEtc p.contactInfo {
			font-size: 10px;
			line-height: 1.4;
			margin-bottom: 4px;
			}


section#contactForm > header {
	background: #62b8a4;
	display: block;
	margin-bottom: 17px;
	}
	section#contactForm > header h3 {
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		padding: 11px 0 12px 0;
		}
		section#contactForm > header h3 span {
			background: url("../images/icon_18.gif") no-repeat left center;
			background-size: 18px 18px;
			padding: 13px 0 13px 23px;
			margin-left: 20px;
			}
section#contactForm p.comment {
	padding: 0 20px;
}
section#contactForm form {
	padding: 0 20px;
	font-size: 12px;
	}
	section#contactForm form label.Tit {
		display: block;
		font-size: 12px;
		color: #30ae90;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 10px;
		}
		section#contactForm form label.Tit2 {
			display: block;
			font-size: 12px;
			color: #30ae90;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		section#contactForm form#formIn label.Tit {
			display: block;
			font-size: 12px;
			color: #30ae90;
			font-weight: bold;
			margin-top: 15px;
			margin-bottom: 5px;
		}
		section#contactForm form label span {
		font-size: 12px;
		color: #555555;
		font-weight: normal;
		}
	section#contactForm form input label {
		margin-right: 20px;
		}
	section#contactForm form ul.type1 li {
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		width: 90px;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
		}
	section#contactForm form ul.type1 li.narrow {
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
		}
	section#contactForm form ul.type1 li.wide {
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		width: 35%;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
		}
	section#contactForm form ul.type2 li {
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		width: 90px;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
		}
	section#contactForm form ul.type2 li.narrow {
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
		}
	section#contactForm form ul.type3 li {
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		width: 40%;
		text-align: left;
		margin: 0 0 0px 0;
		padding: 0;
		}
		body.android section#contactForm form ul li:nth-child(1),
		body.android section#contactForm form ul li:nth-child(4) {
			list-style: none;
			display: inline-block;
			vertical-align: middle;
			width: 80px !important;
			text-align: left;
			padding: 0;
			}
			body.android section#contactForm form ul li:nth-child(5) {
				list-style: none;
				display: inline-block;
				vertical-align: middle;
				width: 98px !important;
				text-align: left;
				padding: 0;
			}
		section#contactForm form ul li label {
			position: relative;
			left: 3px;
			vertical-align: middle;
			}
			body.android section#contactForm form ul li label {
				position: relative;
				left: 0px;
				vertical-align: middle;
				top: 2px;
			}



		input[type="checkbox"] {
			vertical-align: middle;
			border-radius: 3px;
			border: 1px solid #a6a6a6;
		}
		input[type="radio"] {
			vertical-align: middle;
			border: 1px solid #a6a6a6;
		}
		form textarea {
			width: 100%;
			display: inline-block;
			border-radius: 0;
			border: 1px solid #cbd9d8;
			box-shadow: none !important;
			text-shadow: none;
			background: #f5f6f6;
			-webkit-appearance:none;
		}
		input[type="text"],
		input[type="email"],
		input[type="tel"],
		input[type="number"] {
			/*margin-top: 10px;*/
			display: inline-block;
			border-radius: 0;
			text-shadow: none;
			border: 1px solid #cbd9d8;
			box-shadow: none !important;
			background: #f5f6f6;
			-webkit-appearance:none;
			width: 78%;
			/*vertical-align: middle;*/
		}
		#gs_locality {
			margin-top: 5px;
		}
		section#contactForm .formTextType1 {
			width: 100%;
		}
		section#contactForm .formTextType2 {
			width: 56%;
		}
		section#contactForm .formTextType3 {
			width: 89%;
		}
		section#contactForm .formTextType4 {
			width: 65%;
		}
		section#contactForm .formTextType5 {
			width: 30%;
			display: inline;
		}
		section#contactForm .formTextType6 {
			width: 35%;
		}
		section#contactForm .formTextType7 {
			width: 15%;
		}
		select#region {
			font-size: 11px;
			margin-top: 5px;
			vertical-align: middle;
		}

		#gs_days {
			margin-right: 5px;
		}
		#gs_daysmonth {
			margin-right: 5px;
			margin-left: 6px;
		}
		#gs_daysday {
			margin-left: 6px;
			margin-right: 5px;
		}

		#gs_school {
			margin: 0 5px 0 5px;
		}

		#gs_academicM {
			margin-right: 5px;
		}
		#gs_academicD {
			margin-left: 6px;
			margin-right: 5px;
		}
		.gs_career {
			margin-right: 5px;
		}
	button[type=submit] {
		background: none;
		border: none;
		}
		section#contactForm button[type=submit] img {
		position: relative;
		top: -5px;
		left: -73px;
		}
		section#contactForm div.more.type2 button[type=submit] img.formIn {
		position: relative;
		top: -5px;
		left: -145px;
		}
		section#contactForm div.more.type2 button[type=submit] img {
		position: relative;
		top: -5px;
		left: -135px;
		}
		body.android section#contactForm button[type=submit] img {
		position: relative;
		top: -5px;
		left: -73px;
		}
		body.android section#contactForm div.more.type2 button[type=submit] img.formIn {
		position: relative;
		top: -5px;
		left: -145px !important;
		}
		body.android section#contactForm div.more.type2 button[type=submit] img {
		position: relative;
		top: -5px;
		left: -135px;
		}

		section#contactForm div.more  {
			display: block;
			margin: 25px 0;
			padding: 0 0px;
			position: relative;
			font-size: 12px;
			}
			section#contactForm div.more button[type=submit] {
				width: 100%;
				font-size: 12px;
				color: #fff;
				display: block;
				padding: 11px 0 11px 25px;
				font-weight: bold;
				position: relative;
				background: #62b8a4;
				border-radius: 4px;
				text-shadow: none;
				}
				body.android section#contactForm div.more button[type=submit] {
				width: 100%;
				font-size: 12px;
				color: #fff;
				display: block;
				padding: 10px 0 10px 25px;
				font-weight: bold;
				position: relative;
				background: #62b8a4;
				border-radius: 4px;
				text-shadow: none;
				}
				section#contactForm div.more button[type=submit] span {
					position: relative;
					left: 15px;
					background: none;
					text-shadow: none;
				}
/* form php */
.form_txt2 {
	padding: 15px;
	border: 1px solid #62b8a4;
	margin: 20px;
}

ul.formlistInset li {
	/*float: left;*/
	display: block;
	line-height: 1.6;
	}
	/*ul.formlistInset li:after {
		content: "";
		margin: 0 10px 0 0;

	}*/

/* --------------------------------------------------------------------- */
/* company */
/* --------------------------------------------------------------------- */

section#company div#companyOp {
	margin-bottom: 46px;
	margin-top: -3px;
	}
	section#company div#companyOp h3 {
		margin-bottom: 17px;
		}
		section#company div#companyOp h3 img {
			width: 100%;
			margin: 0 auto;
		}
	section#company div#companyOp p {
		margin: 0 10px -6px 10px;
		text-align: center;
		line-height: 1.9;
		position: relative;
		top: -5px;
	}

/* home - company/index.html */
section#company a {
	color: #30ae90;
	text-decoration: underline;
}


section#company a.button {/* 20150119 */
	color: #ffffff;
	text-decoration: none;
}

/* 2link -map 20150119 */
div.companyMapLinks ul {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-left: 8px;
	}
	div.companyMapLinks ul li {
		display: inline-block;
		padding: 0 0 30px 0px;
		}
		div.companyMapLinks ul li a {
			text-align: center;
			color: #494a4a;
			margin-right: 35px;
			padding: 15px 0 15px 7px;
			font-size: 10px;
			background: url("../images/icon_06.png") no-repeat left 1.7em;
			background-size: 3px 6px;
		}



section#company section > header {
	background: #62b8a4;
	display: block;
	}
	section#company section > header h4 {
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		padding: 11px 0 12px 0;
		}
		section#company section > header h4.companyHome span {
			background: url("../images/icon_20.gif") no-repeat left center;
			background-size: 18px 18px;
			padding: 13px 0 13px 23px;
			margin-left: 10px;
			}
		section#company section > header h4.companyAccess span {
			background: url("../images/icon_21.gif") no-repeat left center;
			background-size: 18px 18px;
			padding: 13px 0 13px 23px;
			margin-left: 10px;
			}

h3.companyTit,
h4.companyTit {
		font-size: 15px;
		color: #30ae90;
		font-weight: bold;
		border-bottom: 2px solid #62b8a4;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
	}
	section h3.companyTit,
	section h4.companyTit {
		padding-left: 10px;
	}
section#company div.companyTable {
	font-size: 12px;
	margin: 0 10px;
	}
	section#company div.companyTable div {
		margin: 0 10px;
	}
	section#company div.companyTable table.fast {
		width: 100%;
		margin-bottom: 20px;
		}
	section#company div.companyTable table {
		width: 100%;
		margin-bottom: 30px;
		}
		section#company div.companyTable table th {
			color: #30ae90;
			width: 74px;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 0 10px;
			padding-right: 0px;
		}
		section#company div.companyTable table td {
			color: #333333;
			font-size: 12px;
			font-weight: normal;
			margin: 0 10px 0 0;
		}
		section#company div.companyTable table th,
		section#company div.companyTable table td {
			padding: 12px 10px 12px 0px;
			line-height: 1.5;
			vertical-align: top;
			background: url("../images/dot_01.png") repeat-x left bottom;
			background-size: 3px 1px;
		}

section#company div#map_canvas {
	height: 150px;
	/* margin: 15px 10px 20px 10px; */
	margin: 15px 10px 15px 10px;/* 20150119 */
	display: block;
	background: #ccc;
	border: 1px solid #ccc;

}

section#company p.companyImage {
	margin: 0 auto;
	display: block;
	width: 300px;
}

p.companyNext {
	width: 300px;
	height: 55px;
	margin: 0 auto 50px auto;
	}
	
	p.companyNext a,
	p.companyNext a img {
		height: 55px;
		display: block;
	}

/* staff - company/staff.html */

section#companyStaff ul {
	margin-bottom: 20px;
}
section#companyStaff ul li {
	border-bottom: 1px solid #ccc;
	}
section#companyStaff ul li:first-child {
	margin-top: -10px;
	}
	section#companyStaff ul li a {
		color: #62b8a4;
		font-size: 10px;
		display: -webkit-box;
		padding: 10px 10px;
		background: url("../images/icon_03.png") no-repeat 96% center;
		background-size: 9px 13px;
		font-weight: bold;
		}
	section#companyStaff ul li p.staffImg img {
		width: 72px !important;
		height: 72px;
		margin-right: 10px;
	}
	section#companyStaff div.textArea {
		width: 70%;
		padding-top: 13px;
		}
		section#companyStaff div.textArea p {
			font-size: 12px;
		}
		section#companyStaff div.textArea h4 {
			font-size: 15px;
			font-weight: bold;
			margin-top: 4px;
		}

	section#companyStaff div.more span{
				background: url("../images/icon_15.gif") no-repeat left center;
				background-size: 11px 12px;
				padding-left: 15px;
				text-shadow: none;
				position: relative;
				left: 8px;
				}


section#companyStaffIn p.staffVisual {
	width: 132px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}

section#companyStaffIn div.staffName {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	section#companyStaffIn h4 {
		font-size: 16px;
		font-weight: bold;
		color: #30ae90;
		margin: 0 auto;
		}
		section#companyStaffIn h4 span {
			font-size: 12px;
			font-weight: normal;
			position: relative;
			left: 4px;
			}


section#companyStaffIn div.staffInTable {
	margin: 0 10px;
}
section#companyStaffIn table.fast {
	width: 100%;
	margin-bottom: 20px;
	}
	section#companyStaffIn table {
		width: 100%;
		background: url("../images/dot_01.png") repeat-x left top;
		background-size: 3px 1px;
		}
		section#companyStaffIn table th {
			color: #30ae90;
			width: 95px;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 0 10px;
			padding-right: 0px;
		}
		section#companyStaffIn table td {
			color: #333333;
			font-size: 12px;
			font-weight: normal;
			margin: 0 10px 0 0;
		}
		section#companyStaffIn table th,
		section#companyStaffIn table td {
			padding: 12px 10px 12px 0px;
			line-height: 1.5;
			vertical-align: top;
			background: url("../images/dot_01.png") repeat-x left bottom;
			background-size: 3px 1px;
		}

/* navi */
section#companyStaffIn div#Navi {
	display: block;
	}
	section#companyStaffIn div#Navi ul {
		/*margin-bottom: 25px;*/
		border-top: none;
		/*border-bottom: 1px solid #ccc;*/
		padding: 20px 10px 15px 10px;
	}
	section#companyStaffIn div#Navi ul li {
		display: block;
		background: #bab9b9;
		border-radius: 4px;
	}
	section#companyStaffIn div#Navi ul li a{
		display: block;
		background: #67bba7;
		border-radius: 4px;

	}
	section#companyStaffIn div#Navi ul li:first-child {
		float: left;
	}
	section#companyStaffIn div#Navi ul li:first-child a {
		background: #67bba7;
		border-radius: 4px;
		display: block;
		margin: 0;
		padding: 0;
		text-shadow: 0px 1px 1px #329b7a;
		}
		section#companyStaffIn div#Navi ul li:first-child a span {
			background: url("../images/icon_09.png") no-repeat left 1.2em;
			background-size: 9px 12px;
		}
		section#companyStaffIn div#Navi ul li:first-child span {
			font-weight: bold;
			display: block;
			color: #fff;
			font-size: 12px;
			padding: 13px 10px 15px 16px;
			margin-left: 10px;
			background: url("../images/icon_11.png") no-repeat left 1.2em;
			background-size: 9px 12px;
			}
		body.android section#companyStaffIn div#Navi ul li:first-child span {
			font-weight: bold;
			display: block;
			color: #fff;
			font-size: 12px;
			padding: 14px 10px 14px 16px;
			margin-left: 10px;
			background: url("../images/icon_11.png") no-repeat left 1.2em;
			background-size: 9px 12px;
			}

	section#companyStaffIn div#Navi ul li:last-child {
		float: right;
	}
	section#companyStaffIn div#Navi ul li:last-child a {
		background: #67bba7;
		border-radius: 4px;
		text-shadow: 0px 1px 1px #329b7a;
		}
		section#companyStaffIn div#Navi ul li:last-child a span {
			background: url("../images/icon_10.png") no-repeat right 1.2em;
			background-size: 9px 12px;
		}
		section#companyStaffIn div#Navi ul li:last-child span {
			font-weight: bold;
			display: block;
			color: #fff;
			margin-right: 10px;
			font-size: 12px;
			padding: 13px 16px 15px 10px;
			background: url("../images/icon_12.png") no-repeat right 1.2em;
			background-size: 9px 12px;
		}
		body.android section#companyStaffIn div#Navi ul li:last-child span {
			font-weight: bold;
			display: block;
			color: #fff;
			margin-right: 10px;
			font-size: 12px;
			padding: 14px 16px 14px 10px;
			background: url("../images/icon_12.png") no-repeat right 1.2em;
			background-size: 9px 12px;
		}


	section#companyStaffIn div.more span{
				background: url("../images/icon_15.gif") no-repeat left center;
				background-size: 11px 12px;
				padding-left: 15px;
				text-shadow: none;
				position: relative;
				left: 8px;
				}

/* --------------------------------------------------------------------- */
/* shop */
/* --------------------------------------------------------------------- */

section#aoyamaShop a {
	color: #30ae90;
	text-decoration: underline;
}

section#aoyamaShop div#aoyamaShopMainArea {
	margin: 0 20px 16px 20px;
	word-break: normal;
	}
	section#aoyamaShop h3 {
		font-size: 16px;
		color: #30ae90;
		font-weight: bold;
		margin: 15px 0;
	}
	section#aoyamaShop p.aoyamaShopCopy {
		font-size: 12px;
	}


section#aoyamaShop div.aoyamaShopTable {
	font-size: 12px;
	margin: 0 10px;
	}
	section#aoyamaShop div.aoyamaShopTable div {
		margin: 0 10px;
	}
	section#aoyamaShop div.aoyamaShopTable table.fast {
		width: 100%;
		margin-bottom: 20px;
		}
	section#aoyamaShop div.aoyamaShopTable table {
		width: 100%;
		margin-bottom: 15px;
		background: url("../images/dot_01.png") repeat-x left top;
		background-size: 3px 1px;
		}
		section#aoyamaShop div.aoyamaShopTable table th {
			color: #30ae90;
			width: 74px;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 0 10px;
			padding-right: 0px;
		}
		section#aoyamaShop div.aoyamaShopTable table td {
			color: #333333;
			font-size: 12px;
			font-weight: normal;
			margin: 0 10px 0 0;
		}
		section#aoyamaShop div.aoyamaShopTable table th,
		section#aoyamaShop div.aoyamaShopTable table td {
			padding: 12px 10px 12px 0px;
			line-height: 1.5;
			vertical-align: top;
			background: url("../images/dot_01.png") repeat-x left bottom;
			background-size: 3px 1px;
		}

#blogp p {
	margin-bottom: 1.0em;
}

#blogp a {
	color: #30ae90;
}

#blogp div {
	line-height: 1.5;

}

#blogp strong {
	font-weight: bold;
}

.recommend {
	border: 1px solid #e0e0e0;
	padding: 12px;
	line-height: 1.5;
}

.wp_social_bookmarking_light {
	width: 400px;
}


/* --------------------------------------------------------------------- */
/* home - 20150630 up
/* --------------------------------------------------------------------- */

#topCopyArea {
	margin: 0 10px;
	}
	#topCopyArea .topMainCopy {
		font-size: 20px;
		font-weight: bold;
		color: #666666;
		text-align: center;
		margin-bottom: 25px;
	}
	#topCopyArea .box {
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#topCopyArea .box:last-child {
		border: 0;
	}
	#topCopyArea .box .title {
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.45;
		color: #333;
	}
	#topCopyArea .box p,
	#topCopyArea .box dt,
	#topCopyArea .box dd {
		font-size: 12px;
		line-height: 1.75;
	}
	#topCopyArea .box dt {
		font-weight: bold;
	}
	#topCopyArea .box dd {
		margin-bottom: 10px;
	}
	#topCopyArea .box dd.last {
		margin-bottom: 0;
	}
	#topCopyArea .box a {
		margin-top: 10px;
		color: #30ae90;
		display: inline-block;
		text-decoration: underline;
		}
		#topCopyArea .box a:hover {
			text-decoration: none;
		}


	#topCopyArea .acBlock {
		/*border-top: 1px solid #eeeeee;*/
	}
	#topCopyArea .acBlock dt.first {
		padding-top: 8px;
	}
	#topCopyArea .acBlock dt {
		border-bottom: 1px solid #eeeeee;
		padding-top: 14px;
		padding-bottom: 10px;
		line-height: 1.55;
		position: relative;
	}
	#topCopyArea .acBlock dt span {
		background: #62b8a4;
		color: #fff;
		padding: 4px 4px 3px 4px;
		border-radius: 2px;
		font-size: 9px;
		line-height: 1;
		margin-bottom: 4px;
		display: inline-block;
		}
		#topCopyArea .acBlock dt:after {
			content: "";
			width: 16px;
			height: 1px;
			background: #555;
			position: absolute;
			top: 50%;
			right: 10px;
		}
		#topCopyArea .acBlock dt:before {
			content: "";
			width: 1px;
			height: 16px;
			background: #555;
			position: absolute;
			top: 50%;
			right: 18px;
			margin-top: -8px;
		}
		/* * */
		#topCopyArea .acBlock dt.open:after {
			content: "";
			width: 16px;
			height: 1px;
			background: #555;
			position: absolute;
			top: 50%;
			right: 10px;
		}
		#topCopyArea .acBlock dt.open:before {
			content: "";
			width: 16px;
			height: 1px;
			background: #333;
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: 0px;
		}
	#topCopyArea .acBlock dd {
		display: none;
		padding-top: 8px;
		padding-bottom: 10px;
		margin-bottom: 0;
		border-bottom: 1px solid #eeeeee;
	}
	#topCopyArea .acBlock dd.open {
		display: block !important;
	}


/* --------------------------------------------------------------------- */
/* visual - 20151112 */
/* --------------------------------------------------------------------- */

div.pagePictSlideArea {
	display: block;
	width: 100%;
	margin-top: -6px;
	min-height: 190px;/* js set */
	max-height: 320px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	}
	div.pagePictSlideArea ul.slidePicts li img {
		width: 100%;
		max-width: 640px;
		height: auto;
		position: absolute;/* js */
		left: 0px;/* js */
		top: 0px;/* js */
		z-index: 10;
	}

div#visualLogo {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: -20px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9999;
	}
	div#visualLogo p {
		margin: 0 auto;
		}
		div#visualLogo p img {
			width: 65%;
			height: auto;
			display: block;
			margin: 0 auto;
		}

/* --------------------------------------------------------------------- */
/* limited CSS */
/* --------------------------------------------------------------------- */

/* landscape */
@media screen and (max-width: 479px){
	/* form */
	section#contactForm form ul.type1 li:nth-child(3) {
		text-align: right;
	}
}

/* Portrait */
@media screen and (min-width: 480px) {
	/* form */
	section#contactForm form ul.type2 li:nth-child(3) {
		display: none;
	}
}

.btniaa { margin: 30px 0;}

.old_alert{
	clear: both;
	margin: 1em 0;
	padding: 1em;
	background-color: #EFEFEF;
	font-weight: bold;
}
