@charset "utf-8";
/*
Theme Name: greenexpert
Theme URI:greenexpert
Author: greenexpert
-------------------------------------------------------------- */

/*===============================================
PC版CSS設定
===============================================*/
@media print,screen and (min-width: 1000px){
/*===============================================
PC版CSS以下記入
===============================================*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 18px;
	line-height: 100%;
	background-image: url(img/header_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border: none;
}
 ul {
	list-style-type:none;
}
p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 1px #FFF;
}
a {
	color: #009245;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.ph_right {
	float: right;
	margin-left: 1.5em;
}
.ph_left {
	float: left;
	margin-right: 1.5em;
}
.gototop {
	position: fixed;
	right: 10px;
	z-index: 40;
}
#header {
	width: 1000px;
	height: 122px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}
#wrapper {
}
#header h1 {
	height: 122px;
	width: 735px;
	float: left;
}
#header h1 span {
	display: none;
}
#header h1 a {
	height: 122px;
	width: 735px;
	display: block;
}
.header_form {
	float: left;
	width: 265px;
	padding-top: 70px;
}
.header_add {
	width: 1000px;
	text-align: right;
	position: absolute;
	font-size: 14px;
	padding-left: 0px;
	padding-top: 15px;
}
#navi {
	background-image: url(img/navi_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100px;
	display: block!important;
}
#navi ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#navi li {
	background-image: url(img/navi.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 58px;
	width: 198px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #009245;
	border-left-color: #FFF;
	text-align: center;
}
#navi li a {
	color: #333;
	height: 46px;
	width: 198px;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 20px;
	display: block;
	line-height: 1.1em;
	font-weight: bold;
	padding-top: 12px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#navi li a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F63;
	color: #999;
}
#navi li a span {
	font-size: 14px;
	font-weight: normal;
	display: block;
}
#navi li:first-child a {
	height: 36px;
	padding-top: 22px;
}
#footer {
	background-image: url(img/navi_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 2em;
	}
#footer ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 4em;
}
#footer li {
	font-size: 18px;
	padding-right: 1.4em;
	padding-left: 1.4em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	text-shadow: 1px 1px 1px #FFF;
	display: inline;
}
#footer li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#footer li a {
	color: #009245;
	text-decoration: none;
}
#footer li a:hover {
	color: #F60;
	text-decoration: underline;
}
.footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footer .left {
	width: 55%;
	float: left;
}
.footer .right {
	float: left;
	width: 45%;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 16px;
	line-height: 1.3em;
}
.copy {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
	background-color: #009245;
}
#contents {}
.article {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* トップページ設定 */

#home .article h2 {
	font-size: 36px;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-weight: normal;
}
#home .article ul {
	background-image: url(img/top/bk.png);
	margin-right: auto;
	margin-left: 30px;
	padding: 20px;
	width: 360px;
}
#home .article li {
	font-size: 24px;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	text-shadow: 1px 1px 1px #FFF;
}
#home .article li:before {
	content: "●";
	color: #F60;
	padding-right: 0.2em;
}
#home .article li:last-child:before {
	content: none;
}
#home .article li:last-child {
	text-align: right;
	padding-top: 0.5em;
	padding-bottom: 0px;
	font-size: 18px;
}
#home .article li:last-child a {
	color: #F60;
	text-decoration: none;
}
#home .article li:last-child a:hover {
	color: #F30;
	text-decoration: underline;
}

#top_part1 {
	background-color: #E6E6E6;
}
#top_part1 .article {
	background-image: url(img/top/part1_bk.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 420px;
}
#top_part2 {
	background-color: #FFF;
}
#top_part2 .article {
	background-image: url(img/top/part2_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 420px;
}
#top_part2 .article h2 {
	text-align: right;
	padding-right: 30px;
}
#top_part2 .article ul {
	margin-left: 560px;
}

#top_part3 {
	background-color: #E6E6E6;
}
#top_part3 .article {
	background-image: url(img/top/part3_bk.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 420px;
}
.pc {
	display: block;
}
.sm {
	display: none;
}
.pc_kaigyou {
	display: block;
}
.sm_kaigyou {
	display: inline;
}
.header_menu {
	display: none;
}

/* 各ページ共通設定 */

.category_name h2 {
	font-size: 36px;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 20px;
	margin-bottom:1em;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	}
.article h3 {
	font-size: 24px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 20px;
}
.article h4 {
	font-size: 24px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20px;
}
.article h4:before {
	content: "●";
	color: #F60;
	margin-right: 0.2em;
}
.article p {
	margin-left: 50px;
}
.article .ph {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	width: 280px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	border: 5px solid #FFF;
}

/* 会社概要設定 */

#profile {
	background-image: url(img/profile/bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 2em;
	padding-bottom: 3em;
	background-size:auto 100%;
}
#profile .waku {
	background-image: url(img/sm/bk.png);
	padding: 30px 0px 10px 50px;
}
#profile ul:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#profile li {
	font-size: 24px;
	line-height: 1.3em;
	float: left;
	text-shadow: 1px 1px 1px #FFF;
	padding-bottom: 1em;
}
#profile li:first-child {
	width: 25%;
}
#profile li:first-child:before {
	content: "●";
	color: #F60;
	padding-right: 0.2em;
}
#profile li:last-child {
	width: 75%;
}
#profile .waku .gmap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
#profile .waku .gmap iframe {
	height: 400px;
	width: 800px;
}
#profile .waku p {
	margin: 0px;
	padding: 0px;
}

/* お問い合わせ */

#form {
	padding-bottom: 3em;
	background-size:auto 100%;
	background-color: #FFF;
}
#form ul {
	background-color: #EEE;
	padding: 20px;
}
#form li {
	font-size: 24px;
	line-height: 1.3em;
	float: left;
	text-shadow: 1px 1px 1px #FFF;
}
#form li:first-child {
	width: 25%;
}
#form li:last-child {
	width: 75%;
}
#form li span {
	font-size: 70%!important;
}
#form ul:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

#form li .form_name {
	font-size: 24px;
	width: 18%;
	padding: 5px;
}
#form li .form_email {
	font-size: 24px;
	width: 80%;
	padding: 5px;
}
#form li .form_tel {
	font-size: 24px;
	width: 15%;
	padding: 5px;
	margin: 0px 5px;
}
#form li .form_iken {
	font-size: 24px;
	width: 96%;
	padding: 5px;
}
#form .form_botan {
	text-align: center;
	margin-top:1em;
}
#form .form_botan input {
	font-size: 24px;
	text-align: center;
	padding: 15px;
	margin: 10px;
}

/* 医療情報システム */

#system .catchcopy {
	background-color: #E6E6E6;
}
#system .catchcopy h3 {
	background-image: url(img/top/part1_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 32px;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-weight: normal;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#system #part1 ul {
	background-image: url(img/system/bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	height: 550px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#system #part1 li {
	font-size: 28px;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #FFF;
	background-image: url(img/system/point2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	height: 110px;
	margin-bottom: 1em;
	padding-left: 170px;
	padding-right: 0px;
	padding-top: 40px;
}
#system #part1 li:first-child {
	background-image: url(img/system/point1.png);
}
#system #part1 li:last-child {
	background-image: url(img/system/point3.png);
	height: 90px;
	padding-top: 60px;
}
#system #part2 {
	background-color: #E6E6E6;
	padding-top: 2em;
	padding-bottom: 2em;
}
#system #part2 .article {
	background-color: #FFF;
	padding: 30px 0px;
	text-align: center;
	background-image: url(img/system/bk2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#system #part2 .article img {
	width: 600px;	
}
#system  #part3 {
	margin-bottom:3em;
	padding-top: 1em;
}
#system  #part3 .waku {
	border: 1px solid #CCC;
	padding: 15px;
	margin-top: 2em;
	margin-left: 50px;
}
#system  #part3 .waku li {
	font-size: 24px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}
#system  #part3 .waku li:before {
	content: "●";
	color: #F60;
	margin-right: 0.2em;
}


/* エコ（省エネ） */

#eco .catchcopy {
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#eco .catchcopy h3 {
	background-image: url(img/top/part2_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 32px;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-weight: normal;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#eco .chart {
	background-color: #E6E6E6;
	padding-top: 2em;
	padding-bottom: 2em;
}
#eco .chart .article {
	background-color: #FFF;
	padding: 30px 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(img/eco/bk.png);
}
#eco .chart img {
	width: 720px;	
}
.eco_link {
	width: 68px;
	position: absolute;
	margin-top: 402px;
	margin-left: 730px;
	display: block;
}
.eco_link img {
	width: 68px!important;
	height: 16px!important;
}

/* IT・システム開発 */

#it .catchcopy {
	background-color: #E6E6E6;
}
#it .catchcopy h3 {
	background-image: url(img/top/part3_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 32px;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-weight: normal;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#it .article h3 {
	margin-top: 2em;
}
#it .article ul {
	margin-bottom: 2em;
	margin-left: 50px;
}
#it .article ul:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#it .article li {
	font-size: 24px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	padding-bottom: 1em;
}
#it .article li:before {
	content: "●";
	color: #CCC;
	padding-right: 0.2em;
}

/* Wordpress用設定 */

.nocomments {
	display: none!important;
}

/*===============================================
PC版CSS記入以上
===============================================*/
}
/*===============================================
PC版CSS設定終了
===============================================*/

/*===============================================
スマホ版CSS設定
===============================================*/
@media screen and (max-width: 999px){
/*===============================================
スマホ版CSS以下記入
===============================================*/
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 16px;
	line-height: 100%;
	background-image: url(img/header_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:auto 75px;
}
img {
	border: none;
}
 ul {
	list-style-type:none;
}
p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 1px #FFF;
}
a {
	color: #009245;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.ph_right {
	float: right;
	margin-left: 1.5em;
}
.ph_left {
	float: left;
	margin-right: 1.5em;
}
.gototop {
	position: fixed;
	right: 10px;
	z-index: 40;
}
.gototop img {
	width: 100px;
}
#header {
	width: 100%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:auto 75px;
	position: fixed;
	z-index: 5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#wrapper {
}
#header h1 {
	height: 75px;
	width: auto;
	background-image: url(img/sm/header.png);
	background-repeat: no-repeat;
	background-size:auto 75px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 span {
	display: none;
}
#header h1 a {
	height: 75px;
	width: 270px;
	display: block;
}
.header_form {
	float: none;
	width: auto;
	padding-top: 0px;
}
.header_add {
	width: 100%;
	text-align: left;
	position: absolute;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 55px;
}
#navi {
	background-image: url(img/sm/bk.png);
	background-repeat: repeat;
	height: auto;
	position: fixed;
	width: 100%;
	z-index: 10;
	opacity:0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95)";
	top: 77px;
}
#navi ul {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
}
#navi li {
	background-image: url(img/sm/navi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: none;
	height: 40px;
	width: auto;
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #009245;
	text-align: center;
	background-color: #FFF;
}
#navi li a {
	height: 20px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 16px;
	display: block;
	line-height: 1.3em;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#navi li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F63;
	color: #999;
}
#navi li a span {
	display: none;
}
#navi li:first-child a {
	height: 20px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background-image: url(img/navi_bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 1em;
	padding-bottom: 1em;
	}
#footer ul {
	display: none;
}
.footer {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
.footer .left {
	float: none;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0.5em;
}
.footer .left img {
	width: 245px;
}
.footer .right {
	float: none;
	width: auto;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 12px;
	line-height: 1.3em;
	margin-right: 10px;
	margin-left: 10px;
}
.copy {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
	background-color: #009245;
}
#contents {
	padding-top: 77px;
}
.article {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* トップページ設定 */

#home .article h2 {
	font-size: 21px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0px;
	font-weight: normal;
}
#home .article ul {
	background-image: url(img/top/bk.png);
	margin-right: auto;
	margin-left: 0px;
	padding: 10px;
	width: auto;
}
#home .article li {
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 0em;
	text-shadow: 1px 1px 1px #FFF;
}
#home .article li:before {
	content: "●";
	color: #F60;
	padding-right: 0.2em;
}
#home .article li:last-child:before {
	content: none;
}
#home .article li:last-child {
	text-align: right;
	padding-top: 0em;
	padding-bottom: 0px;
	font-size: 14px;
}
#home .article li:last-child a {
	color: #F60;
	text-decoration: none;
}
#home .article li:last-child a:hover {
	color: #F30;
	text-decoration: underline;
}

#top_part1 {
	background-color: #E6E6E6;
}
#top_part1 .article {
	background-image: url(img/top/part1_bk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	background-size:auto 100%;
}
#top_part2 {
	background-color: #FFF;
}
#top_part2 .article {
	background-image: url(img/top/part2_bk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	background-size:auto 100%;
}
#top_part2 .article h2 {
	text-align: left;
	padding-right: 0px;
}
#top_part2 .article ul {
	margin-left: 0px;
}

#top_part3 {
	background-color: #E6E6E6;
}
#top_part3 .article {
	background-image: url(img/top/part3_bk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	background-size:auto 100%;
}
.pc {
	display: none;
}
.sm {
	display: block;
}
.pc_kaigyou {
	display: inline;
}
.sm_kaigyou {
	display: block;
}
.header_menu {
	position: fixed;
	top: 12px;
	right: 10px;
}

/* 各ページ共通設定 */

.category_name h2 {
	font-size: 21px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 15px;
	margin-bottom:0.7em;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0.7em;
	}
.article h3 {
	font-size: 16px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 10px;
}
.article h3 span {
	font-size: 14px;
}
.article h4 {
	font-size: 16px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
}
.article h4:before {
	content: "●";
	color: #F60;
	padding-right: 0.2em;
}
.article p {
	margin-left: 20px;
}
.article .ph {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
	width: 30%;
	box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	border: 2px solid #FFF;
}


/* 会社概要設定 */

#profile {
	background-image: url(img/profile/bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 1em;
	padding-bottom: 1em;
	background-size:auto 100%;
}
#profile .waku {
	background-image: url(img/sm/bk.png);
	padding: 10px 5px 5px 10px;
}
#profile ul:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#profile li {
	font-size: 16px;
	line-height: 1.3em;
	float: left;
	text-shadow: 1px 1px 1px #FFF;
	padding-bottom: 0.5em;
}
#profile li:first-child {
	width: 40%;
}
#profile li:first-child:before {
	content: "●";
	color: #F60;
	padding-right: 0.2em;
}
#profile li:last-child {
	width: 60%;
}
#profile .waku .gmap {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	margin-bottom: 1em;
}
#profile .waku .gmap iframe {
	height: 300px;
	width: 260px;
}
#profile .waku p {
	margin: 0px;
	padding: 0px;
}

#form {
	padding-bottom: 3em;
	background-size:auto 100%;
	background-color: #FFF;
}
#form ul {
	background-color: #EEE;
	padding: 10px;
}
#form li {
	font-size: 16px;
	line-height: 1.3em;
	float: left;
	text-shadow: 1px 1px 1px #FFF;
}
#form li:first-child {
	width: 25%;
}
#form li:last-child {
	width: 75%;
}
#form li span {
	font-size: 70%!important;
}
#form ul:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

#form li .form_name {
	font-size: 16px;
	width: 18%;
	padding: 3px;
}
#form li .form_email {
	font-size: 16px;
	width: 70%;
	padding: 3px;
}
#form li .form_tel {
	font-size: 16px;
	width: 15%;
	padding: 3px;
	margin: 0px 5px;
}
#form li .form_iken {
	font-size: 16px;
	width: 96%;
	padding: 3px;
}
#form .form_botan {
	text-align: center;
	margin-top:1em;
}
#form .form_botan input {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

/* 医療情報システム */

#system .catchcopy {
	background-color: #E6E6E6;
}
#system .catchcopy h3 {
	background-image: url(img/top/part1_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 21px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: normal;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	background-size:auto 100%;
	padding: 10px;
}
#system #part1 ul {
	background-image: url(img/system/bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 10px 10px 10px;
	height: auto;
	background-size:100% auto;
}
#system #part1 li {
	font-size: 18px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	background-image: url(img/system/point2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: auto;
	margin-bottom: 0.5em;
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 0px;
	background-size:auto 40px;
}
#system #part1 li:first-child {
	background-image: url(img/system/point1.png);
}
#system #part1 li:last-child {
	background-image: url(img/system/point3.png);
	height: auto;
	padding-top: 0px;
}
#system #part2 {
	background-color: #E6E6E6;
	padding: 10px;
}
#system #part2 .article {
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	background-image: url(img/system/bk2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
}
#system #part2 img {
	width: 100%;	
}
#system  #part3 {
	margin-bottom:2em;
	padding-top: 0em;
}
#system  #part3 .waku {
	border: 1px solid #CCC;
	padding: 5px 5px 5px 0px;
	margin-top: 1em;
	margin-left: 0px;
}
#system  #part3 .waku li {
	font-size: 16px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}
#system  #part3 .waku li:before {
	content: "●";
	color: #F60;
	margin-right: 0.2em;
}


/* エコ（省エネ） */

#eco .catchcopy {
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#eco .catchcopy h3 {
	background-image: url(img/top/part2_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 21px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: normal;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	background-size:auto 100%;
	padding: 10px;
}
#eco .chart {
	background-color: #E6E6E6;
	padding: 10px;
}
#eco .chart .article {
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	background-image: url(img/eco/bk.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:100% auto;
}
#eco .chart img {
	width: 100%;	
}
.eco_link {
	display: none;
}

/* 医療情報システム */

#it .catchcopy {
	background-color: #E6E6E6;
}
#it .catchcopy h3 {
	background-image: url(img/top/part3_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 21px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: normal;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	background-size:auto 100%;
	padding: 10px;
}
#it .article h3 {
	margin-top: 1em;
}
#it .article ul {
	margin-bottom: 1em;
	margin-left: 0px;
}
#it .article ul:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#it .article li {
	font-size: 16px;
	line-height: 1.3em;
	text-shadow: 1px 1px 1px #FFF;
	padding-bottom: 0.5em;
}
#it .article li:before {
	content: "●";
	color: #CCC;
	padding-right: 0.2em;
}

/* Wordpress用設定 */

.nocomments {
	display: none!important;
}

/*===============================================
スマホ版CSS記入以上
===============================================*/
}
/*===============================================
スマホ版CSS設定終了
===============================================*/