*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:12px;
	line-height:1.5em;
}

html,body {
	height:100%;
}

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color:#333333;

}

a {
	color:#00479d;
//	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

a.navi {
	color:#ffff00;
	text-decoration:none;
}
a.navi:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

.km {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.km2 {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}

.clear {
	clear:both;
}




/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/

#smart_wrapper{
	display:none;
}
#smart_footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:inline;
}
.smart_img_class{
	display:none;
}


.left {
	float:left;
}
.right {
	float:right;
}


body {
	font-size:12px;
	line-height:1.4em;
	min-width:1200px;
	width:100%;
//	background-color:#fff;
	background-color:#006835;
	text-align:center;
	background-image: url(../images/top.png);
//	background-repeat:repeat-x;
//	background-attachment:fixed;
}

.top {
	width:100%;
	min-height:30px;
	text-align:center;
	padding:5px 0;
	background-color: #006835;
	color:#ffffff;
	letter-spacing: 1px;
}

.footer {
	width:100%;
	height:30px;
	text-align:center;
	padding:5px 0;
	background-color: #006835;
	color:#ffffff;
	letter-spacing: 1px;
}

.top-t {
	width:1200px;
	text-align:left;
}
.footer-t {
	width:1200px;
	text-align:right;
}
.footer-left {
	width:500px;
	text-align:left;
}
.footer-right {
	width:500px;
	text-align:right;
}
.footer-btn1 {
	width:130px;
	color:#fff;
	text-align:center;
	border-left:1px solid #fff;
}
.footer-btn1:hover {
	color:#006835;
	background-color:#fff;
}
.footer-btn2 {
	width:190px;
	color:#fff;
	text-align:center;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.footer-btn2:hover {
	color:#006835;
	background-color:#fff;
}

.main {
	width:1200px;
	margin:0px 0;
}

.contents {
	display:table;
	width:1200px;
	margin:-1px 0 0 0;
	background-color:#fff;
	border:1px solid #006835;
//	background-color: rgba(255,255,255,0.5);
}
.contents-h1 {
	min-height:715px;
}

.left-t {
	display:table-cell;
	position:relative;
//	float:left;
	width:599px;
	padding:30px;
	text-align:left;
	vertical-align:top;
//	border-right:1px solid #006835;
	background-color:#fff;
}
.left-clr {
	min-height:715px;
	text-align:center;
	background-image: url(../images/back-m.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
//	background-attachment:fixed;
}
.right-t {
	display:table-cell;
	position:relative;
//	float:right;
	width:600px;
	margin:0 0 0 -1px;
	padding:30px;
	text-align:left;
	vertical-align:top;
	background-color:#fff;
	border-left:1px solid #006835;
}
.right-clr {
	min-height:715px;
	padding:30px 0 0 30px;
	background-color:#c7e8fa;
}

.center-t {
	display:table-cell;
	position:relative;
	width:1198px;
	padding:30px;
	text-align:left;
	vertical-align:top;
	background-color:#fff;
}



.title-p1 {
	margin:20px 0 0 0;
}
.title-p2 {
	width:320px;
	height:auto;
	margin:23px 0 0 0;
}

.news {
	position:absolute;
	bottom:30px;
	width:540px;
	min-height:200px;
	padding:10px;
	border:2px solid #17843c;
	background-color: rgba(255,255,255,0.7);
}
.news-t {
	text-align:left;
	border-bottom:1px solid #17843c;
}
.news-m {
	width:515px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #17843c;
}
.news-l {
	text-align:left;
	width:100px;
	color:#006835;
	font-weight:bold;
}
.news-r {
	text-align:left;
	width:415px;
}

.btn-m {
	width:100px;
	height:100px;
	margin:0 10px 10px 0;
	background-color:#fff;
}
.btn-m:hover {
	opacity: 0.6;
}

.msg-p1 {
	margin:10px 0 0 22px;
}

.right-top {
	width:540px;
	margin:0 0 15px 0;
}
.tel-p1 {
	margin:5px 0 0 0;
}
.mail {
	width:260px;
	height:43px;
	padding:12px 0 0 17px;
	background-color:#bfda78;
}
.mail:hover {
	background-color:#f8b551;
}


.gaiyou {
	position:absolute;
	bottom:30px;
	width:540px;
	min-height:200px;
	padding:10px;
	border:2px solid #17843c;
	background-color: #fff;
}

.gaiyou-left {
	width:260px;
}
.gaiyou-mds {
	width:80px;
	padding:2px;
	color:#fff;
	text-align:center;
	background-color:#17843c;
}
.gaiyou-p1 {
	width:180px;
	height:auto;
	margin:0 0 5px 0;
}









.left-w2 {
	width:471px;
	text-align:left;
}
.right-w2 {
	width:729px;
	text-align:left;
	margin:0;
}

.btn2 {
	float:left;
	width:90px;
	height:90px;
	margin:0 0 0 1px;
}
.btn2:hover {
	opacity: 0.6;
}

.title-b {
	width:471px;
	height:90px;
//	padding:20px 0 0 15px;
	text-align:center;
//	background-color:#ffffff;
	background-image: url(../images/back-m2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	border:1px solid #fff;
}

.title-c {
	width:100%;
	height:80px;
	padding:25px 0 0 20px;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #006835;

}
.title-c01 {
	background-image: url(../images/title-01.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.navi {
	width:1200px;
	height:24px;
	background-color:#cef295;
	margin:-1px 0 0 0;
	padding:3px 0 0 20px;
	text-align:left;
	color:#555;
	border-left:1px solid #006835;
	border-right:1px solid #006835;
}




.midashi {
	position: relative;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	background:#006835;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.midashi2 {
	border-left:6px solid #5ebd77;
	padding:6px 0 6px 10px;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}

.midashi-c {
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-size:14px;
	color:#006835;
	font-weight:bold;
	text-align:left;
	border-left:8px solid #006835;
	border-bottom:1px solid #006835;
	background-color: rgba(255,255,255,0.5);
}

.naiyou {
	padding:0 0 0 15px;
}
.naiyou2 {
	padding:0 15px 0 15px;
}
.naiyou2l {
	width:540px;
}

.maru1 {
	width:40px;
	height:40px;
	margin:0 10px 0 0;
	padding:5px 0 0 9px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background-color:#159759;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.maru2 {
	width:80px;
	height:80px;
	margin:0 10px 0 0;
	padding:32px 0 0 0px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	background-color:#159759;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
.maru2m {
	padding:22px 0 0 0px;
}

.qqq {
	width:40px;
	height:40px;
	margin:0 10px 0 0;
	padding:5px 0 0 9px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background-color:#0080bd;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.aaa {
	width:40px;
	height:40px;
	margin:0 10px 0 0;
	padding:5px 0 0 9px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background-color:#f19149;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.faq-line1 {
	margin:10px 0;
//	border-bottom:1px dashed #888;
}
.faq-line2 {
	margin:10px 0;
	border-bottom:1px solid #888;
}
.keisan {
	margin:10px 0;
	padding:10px;
	border:1px solid #888;
}


.privacy-n {
	font-weight:bold;
	text-align:right;
}

.recruit-line {
	width:100%;
	height:1px;
	margin:20px 0;
	border-bottom:2px solid #006835;
}

.photo-w {
	width:410px;
	margin:10px 0 0 0;
}
.photo-w2 {
	width:510px;
	margin:10px 0 10px 0;
}


.photo-a {
	width:524px;
	height:auto;
	margin:0 0 10px 0;
}
.photo-b {
	width:200px;
	height:auto;
}
.photo-bs {
	width:200px;
	height:auto;
	margin:15px 0 0 0;
}
.photo-c {
	width:350px;
	height:auto;
	margin:10px 0 0 0;
}

.photo-d {
	width:250px;
	height:auto;
}

.photo-e {
	width:126px;
	height:auto;
}

.photo-f {
	width:300px;
	height:auto;
	margin:0px 0 0 0;
}


.sitemap-1 {
	width:250px;
	margin:0 30px 30px 0;
}
.sitemap-2 {
	width:100%;
	margin:-1px 0 0 0;
	padding:7px 7px 7px 7px;
	border:1px solid #006835;

	text-decoration:none;
}




/*----------------------------------------
	会社概要
----------------------------------------*/

.about-line {
	width:100%;
	height:1px;
	border-bottom:1px solid #898989;
}

.about-table {
	display:table;
	width:100%;
	border-bottom:1px solid #898989;
}
.about-td1 {
	display:table-cell;
	width:100px;
	padding:10px;
	color:#006835;
	background-color:#e6ffc6;
}
.about-td2 {
	display:table-cell;
	padding:10px;
	background-color:#fff;
}

.about-table-b {
	display:table;
	width:100%;
	border-bottom:1px solid #898989;
}
.about-td1-b {
	display:table-cell;
    position: relative;
	width:150px;
	padding:10px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-color:#159759;
}
.about-td2-b {
	display:table-cell;
	padding:10px;
	background-color:#fff;
}

.about-td-col1 {
	color:#006835;
	background-color:#d0fbb3;
	border:2px solid #d0fbb3;
}
.about-td-col2 {
	color:#ff6228;
	background-color:#ffec95;
	border:2px solid #ffec95;
}
.about-td-col3 {
	color:#0068b7;
	background-color:#b0e3ff;
	border:2px solid #b0e3ff;
}
.about-td-col4 {
	color:#d9405b;
	background-color:#ffccc8;
	border:2px solid #ffccc8;
}
.about-table-c {
	display:table;
	width:100%;
	margin:5px 0 0 0;
//	border-bottom:1px solid #898989;
}
.about-td1-c {
	display:table-cell;
	width:80px;
	padding:5px 0px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
.about-td2-c {
	display:table-cell;
	padding:5px 5px;
	color:#444;
//	background-color:#fff;
	vertical-align:middle;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}




.naiyou-line {
	width:100%;
	height:1px;
	margin:10px 0;
	border-bottom:1px dashed #898989;
}

.naiyou-left {
	display:table;
	background-color:#159759;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #159759;
}

.naiyou-left2 {
	display:table;
	background-color:#ff7b28;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left2:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #ff7b28;
}

.naiyou-left3 {
	display:table;
	background-color:#0068b7;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left3:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #0068b7;
}

.naiyou-left4 {
	display:table;
	background-color:#eb6877;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left4:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #eb6877;
}

.hukidasi2{
	display:table-cell;
	text-align: center;
	width: 100%;
	height:100%;
	padding:0;
	font-size:18px;
    vertical-align: middle;
}
.naiyou-right {
	display:table;
	width:405px;
	height:60px;
	padding:0 10px 0 0;
}
.hukidasi3{
	display:table-cell;
    vertical-align:middle;

}




.farmer-table {
	display:table;
	width:100%;
//	border-bottom:1px solid #898989;
}
.farmer-td1 {
	display:table-cell;
	width:130px;
//	padding:10px;
	color:#006835;
	text-align:right;
	vertical-align:middle;
//	background-color:#e6ffc6;
}
.farmer-td2 {
	display:table-cell;
//	padding:10px;
	vertical-align:middle;
//	background-color:#fff;
}

.recruitr-table {
	display:table;
	width:100%;
//	border-bottom:1px solid #898989;
}
.recruit-td1 {
	display:table-cell;
	width:140px;
//	padding:10px;
	color:#006835;
	text-align:left;
	vertical-align:middle;
//	background-color:#e6ffc6;
}
.recruit-td2 {
	display:table-cell;
	width:520px;
//	padding:10px;
	vertical-align:middle;
//	background-color:#fff;
}
.recruit-td3 {
	display:table-cell;
	width:140px;
//	padding:10px;
	color:#006835;
	text-align:right;
	vertical-align:middle;
//	background-color:#e6ffc6;
}




.market2-1 {
	padding:0px;
	border:1px solid #1a421a;
}

.market-p4 {
	margin:0 15px 4px 0;
}
.market-p5 {
	width:1106px;
}

.market-table {
	display:table;
	width:100%;
//	border-bottom:1px solid #898989;
}
.market-td1 {
	display:table-cell;
	width:160px;
//	padding:0 10px 0 0;
	color:#006835;
	text-align:left;
	vertical-align:top;
//	background-color:#e6ffc6;
}
.market-td2 {
	display:table-cell;
	padding:5px 10px 5px 0;
	vertical-align:middle;
//	background-color:#fff;
}

.market-table2 {
	display:table;
	width:100%;
//	border-bottom:1px solid #898989;
}
.market-2-td1 {
	display:table-cell;
	width:180px;
//	padding:0 10px 0 0;
	color:#006835;
	text-align:center;
//	background-color:#e6ffc6;
	vertical-align:middle;
}
.market-2-td2 {
	display:table-cell;
	padding:5px 10px 5px 0;
	vertical-align:middle;
//	background-color:#fff;
	vertical-align:top;
}


.market-t1 {
	font-size:16px;
	color:#1a421a;
	font-weight:bold;
}
.market-t2 {
	width:55px;
	margin:0 0 5px 0;
	padding:2px 5px;
	font-size:15px;
	color:#e60012;
	font-weight:bold;
	text-align:center;
	border:2px solid #e60012;
}
.market-t3 {
//	font-size:16px;
	color:#e8340c;
//	font-weight:bold;
}

.market-y {
	margin:5px 0 2px 0;
}














.left-w {
	float:left;
	width:667px;
	text-align:left;
}
.right-w {
	float:right;
	width:533px;
	text-align:left;
	margin:0 0 0 -1px;
}

.title-w {
	width:650px;
	height:346px;
	margin:0 0 18px 0;
	padding:5px;
	border:2px solid #ffffff;
}
.title-w2 {
	width:635px;
	height:331px;
	padding:20px 15px 0 15px;
	border:1px solid #ffffff;
}
.title {
	width:597px;
	height:282px;
	background-image: url('../images/title.png');
}

.slide {
	width:533px;
	height:231px;
	margin:0 0 0 -1px;
	border:1px solid #00a0e9;
	background-color:#ffffff;
}

.button-w {
	width:533px;
	height:267px;
}
.button {
	float:left;
	width:134px;
	height:134px;
	margin:-1px 0 0 -1px;
	padding:30px 0 0 0;
	text-align:center;
	border:1px solid #00a0e9;
	background-color: rgba(255,255,255,0.5);
}
.button:hover {
	background-color: rgba(180,255,100,0.5);
}
.button-a {
	background-color: rgba(180,255,100,0.5);
}

.border1 {
	height:185px;
	margin:-1px 0 0 0px;
	padding:15px;
	border:1px solid #00a0e9;
}
.border2 {
	width:533px;
	height:236px;
	margin:-52px 0 0 -1px;
	border:1px solid #00a0e9;
	background-color:#00a0e9;
}

.topics {
	float:left;
	width:410px;
}
.topics-line {
	margin:0px 0 0 0;
	border-top:1px solid #00a0e9;
	border-bottom:1px solid #00a0e9;
}
.topics-t {
	display:table;
	width:410px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
	background-color:#ffffff;
}

.topics-tl {
	display:table;
	width:410px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
	background-color:#ffffff;
}
.topics-tl:hover{
	background-color:#c2fd86;
}

.topics-t1 {
	display:table-cell;
	width:14px;
}
.topics-t2 {
	display:table-cell;
	width:110px;
	color:#333333;
}
.topics-t3 {
	display:table-cell;
	width:286px;
	color:#00a0e9;
}
.topics-t4 {
	display:table-cell;
	max-width:286px;
	color:#333333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis; /* Opera9,10対応 */
}



.topics_G {
	float:left;
	width:1140px;
}
.topics-t_G {
	display:table;
	width:1140px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
	background-color:#ffffff;
}
.topics-tl_G {
	display:table;
	width:1140px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
	background-color:#ffffff;
}
.topics-tl_G:hover{
	background-color:#c2fd86;
}

.topics-t1_G {
	display:table-cell;
	width:14px;
}
.topics-t2_G {
	display:table-cell;
	width:110px;
	color:#333333;
}
.topics-t3_G {
	display:table-cell;
	width:286px;
	color:#00a0e9;
}
.topics-t4_G {
	display:table-cell;
	width:1000px;
	color:#333333;
}




.link {
	float:left;
	width:202px;
	margin:0 0 0 20px;
}


.link-line {
	width:243px;
	margin:-1px 0 0 8px;
	padding:10px 0 10px 20px;
	border:1px solid #006835;
	background-color:#ffffff;
	font-size:12px;
	color:#0068b7;
	font-weight:bold;
	text-decoration:none;
	line-height:1em;
	background-image: url('../images/3k.png');
	background-repeat: no-repeat;
	background-position: 1px 12px;
}
.link-line:hover{
	background-color:#c2fd86;
}
.link-line-m {
	margin:-7px 0 0 8px;
}

.access {
	float:left;
	width:330px;
}
.map {
	float:right;
	width:304px;
	height:150px;
	border:1px solid #00a0e9;
}
.map-size {
	width:302px;
	height:148px;
}

.access-b {
	width: 220px;
	padding:3px 15px 4px 15px;
	color:#ffffff;
	font-weight:bold;
	border:2px solid #00a0e9;
	background-color:#00a0e9;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.access-b:hover {
	color:#00a0e9;
	background-color:#ffffff;
}

.time {
	padding:15px 0 0 15px;
}
.time-p {
	width:265px;
	height:234px;
	background-image: url('../images/time-p.png');
}

.line-b {
	height:1px;
	border-bottom:1px solid #00a0e9;
}


/*----------------------------------------
	スライダー
----------------------------------------*/

.slider {
	box-sizing:border-box;
	min-width:531px;
	margin:0;
}

.gallery {
	width: 531px;
	margin: 0px 0px; /* space for prev/next buttons */
}

.gallery-cell {
	width: 531px;
	height: 229px;
}

.gallery-t {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 531px;
	height: 229px;
}

.slider_p {
	width: 531px;
	height: 229px;


}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
	background: #0d93de;
}
.flickity-prev-next-button:hover {
	background: #73df63;
}
/* arrow color */
.flickity-prev-next-button .arrow {
	fill: white;
}
.flickity-prev-next-button.no-svg {
	color: white;
}
/* position outside */
.flickity-prev-next-button.previous {
	left: 5px;
}
.flickity-prev-next-button.next {
	right: 5px;
}

.flickity-page-dots {
  bottom: 5px;
}
.flickity-page-dots .dot {
  background: #0d93de;
}


/*------------------------------------
	コンテンツ
------------------------------------*/

.tops {
	width:1200px;
	height:33px;
	padding:5px 0;
	text-align:left;
	background-image: url('../images/title-c.png');
	background-repeat: no-repeat;
}




.button2 {
	float:left;
	width:93px;
	height:93px;
	margin:-1px 0 0 -1px;
//	padding:25px 0 0 0;
//	text-align:center;
//	border:1px solid #006835;
//	background-color: rgba(255,255,255,0.5);
}
.button2:hover {
//	background-color: rgba(180,255,100,0.5);
}
.button-a2 {
	background-color: rgba(180,255,100,0.5);
}

.menu-p2 {
	width:auto;
	height:45px;
}





.left-c {
	float:left;
	width:599px;
	padding:30px;
	text-align:left;
	border-right:1px solid #006835;
}
.right-c {
	float:right;
	width:600px;
	margin:0 0 0 -1px;
	padding:30px;
	text-align:left;
	border-left:1px solid #006835;
}

.midashi-c {
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-size:14px;
	color:#006835;
	font-weight:bold;
	text-align:left;
	border-left:8px solid #006835;
	border-bottom:1px solid #006835;
	background-color: rgba(255,255,255,0.5);
}

.midashi-c2 {
	font-size:14px;
	color:#0071db;
	font-weight:bold;
}




/*------------------------------------
	アクセス
------------------------------------*/

.access-title {
	background-image: url('../images/access-title-p.png');
}

.access-left {
	width:510px;
}
.access-right {
	width:689px;
}

.access-r2 {
	width:250px;
	padding:10px;
	color:#ffffff;
	background-color:#00a0e9;
}

.access-map {
	width:629px;
	height:780px;
}


/*------------------------------------
	診療案内
------------------------------------*/

.annai-title {
	background-image: url('../images/annai-title-p.png');
}

.annai-l {
	float:left;
}
.annai-r {
	float:right;
}

.annai-w1 {
	width:320px;
	margin:0 15px 0 0;
}
.annai-w2 {
	width:200px;
}
.annai-w3 {
	margin:15px 0 0 15px;
}

.annai-p {
	width:200px;
	height:auto;
}

.annai-text1 {
	margin:0 0 0 20px;
}


/*------------------------------------
	診療症例
------------------------------------*/

.syourei-title {
	background-image: url('../images/syourei-title-p.png');
}

.f10 {
	font-size:10px;
}

.pmtc1 {
	font-size:18px;
	color:#0071db;
	font-weight:bold;
}
.pmtc {
	color:#0071db;
	font-weight:bold;
}

.yobou-w1 {
	margin:15px 15px 0 0;
}
.yobou-w2 {
	margin:15px 0 0 0;
}

.shinbi {
	display:table;
	padding:0 15px 15px 15px;
	background-color:#ffffff;
}
.shinbi-tr {
	display:table-row;
}
.shinbi-td1 {
	display:table-cell;
	width:100px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #0071db;
}
.shinbi-td2 {
	display:table-cell;
	width:350px;
	padding:5px 0 5px 0;
	border-bottom:1px solid #0071db;
}

.shinbi-t0 {
	float:left;
	width:150px;
	margin:0 10px 15px 0;
	padding:5px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-color:#00a0e9;
}

.shinbi-t1 {
	width:110px;
	margin:0 15px 0 0;
	padding:10px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#00a0e9;
}

.inp-p {
	width:165px;
	height:auto;
}


/*------------------------------------
	スタッフ紹介
------------------------------------*/

.stuff-title {
	background-image: url('../images/stuff-title-p.png');
}

.stuff-m {
	width:1160px;
	margin:10px 0 20px 0;
}
.stuff-m1 {
	width:1120px;
	margin:30px 0 10px 0;
}
.stuff-m2 {
	float:left;
	margin:20px 18px 10px 18px;
}
.stuff-m3 {
	width:540px;
	padding:0 0 5px 0;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
}

.stuff-t1 {
	float:left;
	width:330px;
	padding:0 10px 0 10px;
//	color:#ffffff;
	text-align:left;
//	background-color:#0071db;
}
.stuff-t2 {
	margin:0 0 5px 0;
	padding:5px 0 4px 0;
	font-size:15px;
	color:#0071db;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #0071db;
}
.stuff-t3 {
	height:70px;
	padding:5px 10px;
	text-align:left;
}

.stuff-km {
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}

.stuff-p {
	float:left;
	width:200px;
	height:auto;
	margin:5px 0 0 5px;
}

.stuff-p2 {
	max-width:725px;
	height:auto;
	border:2px solid #0071db;
	margin:15px 0 10px 0;
}


/*------------------------------------
	院内紹介
------------------------------------*/

.innai-title {
	background-image: url('../images/innai-title-p.png');
}

.innai-m {
	width:1160px;
	margin:10px 0 20px 0;
}

.innai-m2 {
	float:left;
	margin:20px 18px 10px 18px;
}
.innai-m3 {
	width:254px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
}

.innai-t1 {
	padding:5px 10px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	background-color:#0071db;
}
.innai-t2 {
	height:50px;
	padding:5px 10px;
	text-align:left;
}
.innai-t3 {
	height:70px;
	padding:5px 10px;
	text-align:left;
}




/*------------------------------------
	ケア通信
------------------------------------*/

.caring-title {
	background-image: url('../images/caring-title-p.png');
}

.caring-m {
	width:1140px;
	margin:10px 0 30px 0;
}
.caring-m1 {
	width:1130px;
	margin:30px 0 10px 0;
	text-align:left;
}
.caring-m2 {
	float:left;
	margin:10px 5px 0px 5px;
}
.caring-m3 {
	width:275px;
	padding:10px 0 10px 10px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
}
.caring-m3:hover {
	background-color: rgba(180,255,100,0.5);
}
.caring-m4 {
	width:85px;
}

.caring-t1 {
	float:left;
	width:170px;
	padding:0 5px 0 5px;
	font-size:10px;
//	color:#ffffff;
	text-align:left;
//	background-color:#0071db;
}
.caring-t2 {
	margin:0 0 5px 0;
	padding:5px 0 4px 0;
	font-size:14px;
	color:#0071db;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #0071db;
}
.caring-t3 {
	margin:0 0 0 15px;
	list-style-type:square;
}
.caring-t4 {
	font-size:10px;
	color:#333333;
	line-height:1.4em;
}
.caring-t5 {
	font-size:16px;
	color:#0071db;
	text-align:left;
	font-weight:bold;
}
.caring-t6 {
	font-size:12px;
//	color:#0071db;
	text-align:left;
	font-weight:bold;
	margin:3px 0 0 0;
}

.caring-table {
	display:table;
}
.caring-td1 {
	float:left;
	width:160px;

}
.caring-td2 {
	float:left;
	width:700px;
}


.caring-p {
	width:85px;
	height:auto;
	border:1px solid #0071db;
}


/*------------------------------------
	求人情報 
------------------------------------*/

.recruit-title {
	background-image: url('../images/recruit-title-p.png');
}

.recruit-m {
	width:1140px;
	margin:30px 0 30px 0;
}
.recruit-m1 {
	width:1130px;
	margin:20px 0 10px 0;
	text-align:left;
}
.recruit-m2 {
	width:1130px;
	padding:15px 20px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
	text-align:left;
}
.recruit-m3 {
	width:530px;
	text-align:center;
}
.recruit-m4 {
	width:530px;
	text-align:center;
	background-color:#0071db;
	padding:15px 0;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
}

.recruit-m5 {
	height:300px;
	font-size:24px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;

}
.recruit-m6 {
	font-size:24px;
	color:#ff0000;
	font-weight:bold;
}
.recruit_f01 {
	color:#0071db;
	font-weight:bold;
}
.recruit_i01 {
	width:530px;
	height:35px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.recruit_i03 {
	width:530px;
	height:100px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.recruit_i06 {
	width:200px;
	height:50px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:10px 0 0 0;
}

.recruit_t01 {
	font-size:20px;
	color:#0071db;
	font-weight:bold;
	margin:5px 0;
}
.recruit_t02 {
	width:530px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 0 0;
}

.recruit_t03 {
	width:400px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:15px 0;
	padding:10px;
	border:1px solid #0071db;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.recruit_t04 {
	width:500px;
	margin:15px 0 0 0;
	font-size:14px;
	text-align:left;
}

/*----link-buttom--*/
.MyButton {
	padding: 6px 20px;
	cursor: pointer;
	font-size: 12px;
	background: #006835;
	color: #fff;
	border:3px solid none;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.MyButton:hover{
	color: white;
	background: #5ebd77;
	border:0px solid #fff;
}


/*------------------------------------
	メール
------------------------------------*/

.mail-title {
	background-image: url('../images/mail-title-p.png');
}

.mail-m {
	width:1140px;
	margin:10px 0 30px 0;
}
.mail-m1 {
	width:1130px;
	margin:20px 0 10px 0;
	text-align:left;
}
.mail-m2 {
	width:1130px;
	padding:15px 20px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
	text-align:left;
}
.mail-m3 {
	width:530px;S
	text-align:center;
}

.mail-td1 {
	float:left;
	width:75px;

}
.mail-td2 {
	float:left;
	width:700px;
	padding:25px 0 0 0;
}

.contact_f01 {
	color:#0071db;
	font-weight:bold;
}
.contact_i01 {
	width:530px;
	height:35px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.contact_i03 {
	width:530px;
	height:240px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.contact_i06 {
	width:200px;
	height:50px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:20px 0 0 0;
	color:#fff;
	background-color: #115fad;
}


/*------------------------------------
	トピックス
------------------------------------*/

.topics-m {
	width:1140px;
	margin:30px 0 30px 0;
}

.topics-b {
	width: 180px;
	padding:3px 15px 4px 15px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #00a0e9;
	border-left:1px solid #00a0e9;
	border-right:1px solid #00a0e9;
	background-color:#00a0e9;
	-webkit-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-ms-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
}
.topics-b:hover {
	color:#00a0e9;
	background-color:#ffffff;
}



/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:480px){

#smart_wrapper{
//	display:block;
	display:inline;
}
#wrapper{
	display:none;
}
#footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:none;
}
.smart_img_class{
	display:inline;
}


.left {
	float:none;
}
.right {
	float:none;
}

.left-s {
	float:left;
}
.right-s {
	float:right;
}

.clear_s {
	clear:both;
}

body {
	font-size:12px;
	line-height:1.4em;
	min-width:355px;
	width:100%;
}

.top {
	font-size:11px;
	min-width:355px;
	width:100%;
	min-height:30px;
	text-align:center;
	padding:5px 0;
	letter-spacing: 1px;
}

.footer {
	min-width:355px;
	width:100%;
	min-height:40px;
	text-align:center;
	padding:10px 0;
	letter-spacing: 1px;
}


.top-t {
	width:350px;
	text-align:left;
	font-size:11px;
}
.footer-t {
	width:350px;
	text-align:right;
	font-size:11px;
}
.footer-btn1 {
	width:130px;
	margin:0 0 0 16px;
	padding:5px 0;
	text-align:center;
	border:1px solid #fff;
}
.footer-btn2 {
	width:190px;
	margin:0 0 0 -1px;
	padding:5px 0;
	text-align:center;
	border:1px solid #fff;
}
.footer-left {
	width:355px;
}
.footer-right {
	width:355px;
	padding:10px 0;
	font-size:11px;
	text-align:center;
}


.main {
	width:350px;
	margin:0px 0;
}

.contents {
	display:block;
	width:349px;
	margin:-1px 0 0 0;
	border:1px solid #006835;
	background-color:#fff;
//	background-color: rgba(255,255,255,0.5);
}
.contents-h1 {
	min-height:1px;
}

.left-t {
	display:block;
	float:none;
	width:347px;
	min-height:250px;
	padding:15px;
	text-align:left;
	border-right:0px;
}
.left-clr {
	min-height:350px;
}
.right-t {
	display:block;
	float:none;
	width:347px;
	margin:0 0 0 0px;
	padding:15px;
	text-align:left;
	border-left:0px;
}
.right-clr {
	min-height:930px;
}

.center-t {
	display:table-cell;
	position:relative;
	width:347px;
	padding:15px;
	text-align:left;
	vertical-align:top;
	background-color:#fff;
}


.title-p {
	width:auto;
	height:30px;
}
.title-p1 {
	width:320px;
	height:auto;
	margin:10px 0 0 0;
}
.title-p2 {
	width:320px;
	height:auto;
	margin:10px 0 0 0;
}
.msg-p1 {
	width:318px;
	height:auto;
	margin:10px 0 0 0;
}

.news {
	position:absolute;
	bottom:15px;
	width:320px;
	min-height:200px;
	padding:10px;
	border:2px solid #17843c;
	background-color: rgba(255,255,255,0.7);
}
.news-t {
	text-align:left;
	border-bottom:1px solid #17843c;
}
.news-m {
	width:100%;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #17843c;
}
.news-l {
	text-align:left;
	width:100%;
	color:#006835;
	font-weight:bold;

}
.news-r {
	text-align:left;
	width:100%;
}
.news-p1 {
	width:auto;
	height:26px;
	margin:0px 0 0 0;
}

.right-top {
	width:315px;
	margin:0 0 15px 0;
	text-align:center;
}
.tel-p1 {
	margin:5px 0 0 0;
}
.mail {
	width:260px;
	height:43px;
	margin:5px 0 0 27px;
	padding:12px 0 0 0px;
	background-color:#bfda78;
}

.btn-m {
	width:100px;
	height:100px;
	margin:0 0px 0px 1px;
	background-color:#fff;
}


.gaiyou {
	position:absolute;
	bottom:15px;
	width:317px;
	min-height:200px;
	padding:10px;
	border:2px solid #17843c;
	background-color: #fff;
}

.gaiyou-left {
//	width:260px;
	width:100%;
}
.gaiyou-mds {
	width:80px;
	padding:2px;
	color:#fff;
	text-align:center;
	background-color:#17843c;
}
.gaiyou-p1 {
	width:180px;
	height:auto;
	margin:0 0 5px 0;
}

.mapmap {
	width:293px;
	height:180px;
	margin:5px 0 0 0;
}


.left-w2 {
	width:347px;
	text-align:left;
}
.right-w2 {
	width:347px;
	text-align:left;
	margin:0;
}

.btn2 {
	float:left;
	width:68px;
	height:68px;
	margin:1px 0 0 1px;
}


.title-c {
	width:349px;
	padding:25px 0 0 10px;
}
.title-c01 {
	background-image: url(../images/title-01.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.navi {
	width:349px;
	padding:3px 0 0 10px;
//	font-size:10px;
}




.naiyou2 {
	padding:0 0px 0 15px;
}
.naiyou2l {
	width:300px;
}



.naiyou-left {
	display:table;
	background-color:#159759;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #159759;
}

.naiyou-left2 {
	display:table;
	background-color:#ff7b28;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left2:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #ff7b28;
}

.naiyou-left3 {
	display:table;
	background-color:#0068b7;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left3:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #0068b7;
}

.naiyou-left4 {
	display:table;
	background-color:#eb6877;
	color: #fff;
	text-align: center;
	width: 100px;
	height:60px;
	padding: 8px 0;
	border-radius: 6px;
	position: relative;
	color: #fff;
}
.naiyou-left4:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 10px solid transparent;
	border-left: 10px solid #eb6877;
}

.hukidasi2{
	display:table-cell;
	text-align: center;
	width: 100%;
	height:100%;
	padding:0;
	font-size:18px;
    vertical-align: middle;
}
.naiyou-right {
	display:table;
	width:185px;
	height:60px;
	padding:0 10px 0 0;
}
.hukidasi3{
	display:table-cell;
    vertical-align:middle;
}





.photo-w {
	width:200px;
	margin:0 0 0 0;
}
.photo-w2 {
	width:250px;
	margin:0px 0 0px 0;
}

.photo-a {
	width:300px;
	height:auto;
}
.photo-b {
	width:200px;
	height:auto;
	margin:10px 0 0 0;
}
.photo-bs {
	width:200px;
	height:auto;
	margin:10px 0 0 0;
}
.photo-c {
	width:300px;
	height:auto;
}
.photo-d {
	width:250px;
	height:auto;
	margin:10px 0 0 0;
}
.photo-e {
	width:100px;
	height:auto;
}
.photo-f {
	width:300px;
	height:auto;
	margin:0 0 0 0;
}



.farmer-table {
	display:table;
	width:100%;
//	border-bottom:1px solid #898989;
}
.farmer-td1 {
	display:table-cell;
	width:110px;
//	padding:10px;
	color:#006835;
	text-align:right;
	vertical-align:middle;
//	background-color:#e6ffc6;
}
.farmer-td2 {
	display:table-cell;
//	padding:10px;
	vertical-align:middle;
//	background-color:#fff;
}



.recruitr-table {
	display:block;
	width:100%;
//	border-bottom:1px solid #898989;
}
.recruit-td1 {
	display:block;
	width:315px;
//	padding:10px;
	color:#006835;
	text-align:center;
	vertical-align:middle;
//	background-color:#e6ffc6;
}
.recruit-td2 {
	display:block;
	width:315px;
//	padding:10px;
	vertical-align:middle;
//	background-color:#fff;
}
.recruit-td3 {
	display:block;
	width:315px;
//	padding:10px;
	color:#006835;
	text-align:center;
	vertical-align:middle;
//	background-color:#e6ffc6;
}


.market-p4 {
	width:146px;
	height:auto;
	margin:0 5px 4px 0;
}
.market-p5 {
	width:300px;
	height:auto;
}

.market-table {
	display:block;
	width:100%;
//	border-bottom:1px solid #898989;
}
.market-td1 {
	display:block;
	width:160px;
//	padding:0 10px 0 0;
	color:#006835;
	text-align:left;
	vertical-align:top;
//	background-color:#e6ffc6;
}
.market-td2 {
	display:block;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
//	background-color:#fff;
}

.market-table2 {
	display:block;
	width:100%;
//	border-bottom:1px solid #898989;
}
.market-2-td1 {
	display:block;
	width:300px;
//	padding:0 10px 0 0;
	color:#006835;
	text-align:center;
//	background-color:#e6ffc6;
	vertical-align:middle;
}
.market-2-td2 {
	display:block;
	padding:5px 10px 5px 0;
	vertical-align:middle;
//	background-color:#fff;
	vertical-align:top;
}

.market02-06i {
	width:280px;
	height:auto;
}


.sitemap-1 {
	width:315px;
	margin:0 0px 30px 0;
}
.sitemap-2 {
	width:100%;
	margin:-1px 0 0 0;
	padding:7px 7px 7px 7px;
	border:1px solid #006835;
	text-decoration:none;
}










.left-w {
	float:none;
	width:349px;
	text-align:left;
}
.right-w {
	float:none;
	width:349px;
	text-align:left;
	margin:0 0 0 0;
}

.title-w {
	width:349px;
	height:274px;
	margin:0 0 5px 0;
	padding:5px;
	border:2px solid #ffffff;
}
.title-w2 {
	width:335px;
	height:260px;
	padding:10px 10px 0 13px;
	border:1px solid #ffffff;
}
.title {
	width:310px;
	height:234px;
	background-image: url('../images/title-s.png');
}

.slide {
	width:349px;
	height:151px;
	margin:0 0 0 0;
	border:1px solid #00a0e9;
	background-color:#ffffff;
}

.menu-p {
	width:auto;
	height:45px;
}
.button-w {
	width:350px;
	height:185px;
	margin:0 0 0 1px;
}
.button {
	float:left;
	width:88px;
	height:88px;
	margin:-1px 0 0 -1px;
	padding:20px 0 0 0;
	text-align:center;
	border:1px solid #00a0e9;
	background-color: rgba(255,255,255,0.5);
}
.button:hover {
	background-color: rgba(180,255,100,0.5);
}
.button-a {
	background-color: rgba(180,255,100,0.5);
}

.border1 {
	height:auto;
	margin:-1px 0 0 0px;
	padding:15px;
	border:1px solid #00a0e9;
}
.border2 {
	width:349px;
	height:auto;
	margin:0;
	border:1px solid #00a0e9;
	background-color:#00a0e9;
}

.topics {
	float:left;
	width:319px;
}
.topics-line {
	margin:0px 0 0 0;
	border-top:1px solid #00a0e9;
	border-bottom:1px solid #00a0e9;
}
.topics-t {
	display:table;
	width:319px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
}
.topics-tl {
	display:table;
	width:319px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
}
.topics-t1 {
	display:table-cell;
	width:14px;
}
.topics-t2 {
	display:table-cell;
	width:100px;
	font-size:10px;
}
.topics-t3 {
	display:table-cell;
	width:286px;
	color:#00a0e9;
	font-size:10px;
}
.topics-t4 {
	display:table-cell;
	max-width:206px;
	color:#333333;
	font-size:10px;
}

.topics_G {
	float:left;
	width:319px;
}
.topics-t_G {
	display:table;
	width:319px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
}
.topics-tl_G {
	display:table;
	width:319px;
	margin:-1px 0 0 0;
	padding:12px 0;
	border-top:1px solid #00a0e9;
	text-align:left;
}

.topics-t1_G {
	display:table-cell;
	width:14px;
}
.topics-t2_G {
	display:table-cell;
	width:110px;
	font-size:10px;
}
.topics-t3_G {
	display:table-cell;
	width:286px;
	color:#00a0e9;
	font-size:10px;
}
.topics-t4_G {
	display:table-cell;
	display:table-cell;
	width:286px;
	color:#333333;
	font-size:10px;
}

.link {
	float:left;
	width:202px;
	margin:10px 0 0 0;
}
.link-line {
	width:308px;
	margin:-1px 0 0 8px;
	padding:10px 0 10px 20px;
	border:1px solid #006835;
	background-color:#ffffff;
	font-size:12px;
	color:#0068b7;
	font-weight:bold;
	text-decoration:none;
	line-height:1em;
	background-image: url('../images/3k.png');
	background-repeat: no-repeat;
	background-position: 1px 12px;
}




.access {
	float:none;
	width:330px;
}
.map {
	float:none;
	width:319px;
	height:150px;
	border:1px solid #00a0e9;
	margin:0 0 10px 0;
}
.map-size {
	width:317px;
	height:148px;
}

.access-b {
	width: 220px;
	padding:3px 15px 4px 15px;
	color:#ffffff;
	font-weight:bold;
	border:2px solid #00a0e9;
	background-color:#00a0e9;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.access-b:hover {
	color:#00a0e9;
	background-color:#ffffff;
}

.time {
	padding:15px 0 0 15px;
}
.time-p {
	width:90px;
	height:215px;
	background-image: url('../images/time-p2.png');
}


/*----------------------------------------
	スライダー
----------------------------------------*/

.slider {
	min-width:346px;
//	border:1px solid #000000;
}

.gallery {
	width: 346px;
}

.gallery-cell {
	width: 346px;
	height: 149px;
}

.gallery-t {
	width: 346px;
	height: 149px;
}

.slider_p {
	width: 346px;
	height: 149px;
}

/* position outside */
.flickity-prev-next-button.previous {
	left: 5px;
}
.flickity-prev-next-button.next {
	right: 5px;
}


/*------------------------------------
	コンテンツ
------------------------------------*/

.tops {
	width:349px;
	height:55px;
	padding:5px 0;
	text-align:left;
	background-image: url('../images/title-c2.png');
	background-repeat: no-repeat;
}

.left-w2 {
	float:none;
	width:349px;
	text-align:left;
}
.right-w2 {
	float:none;
	width:349px;
	text-align:left;
	margin:0 0 0 0px;
}

.border-a {
	height:92px;
	margin:-1px 0 0 0px;
	padding:0;
	border:1px solid #00a0e9;
}

.button-w2 {
	width:350px;
	height:185px;
	margin:1px 0 0 1px;
}
.button2 {
	float:left;
	width:88px;
	height:88px;
	margin:-1px 0 0 -1px;
	padding:20px 0 0 0;
	text-align:center;
	border:1px solid #00a0e9;
	background-color: rgba(255,255,255,0.5);
}
.button2:hover {
	background-color: rgba(180,255,100,0.5);
}
.button-a2 {
	background-color: rgba(180,255,100,0.5);
}

.menu-p2 {
	width:auto;
	height:45px;
}





.left-c {
	float:none;
	width:349px;
	padding:15px;
	text-align:left;
	border-right:0px;
}
.right-c {
	float:none;
	width:349px;
	margin:0 0 0 0px;
	padding:15px;
	text-align:left;
	border-left:0px;
}

.midashi-c {
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-size:16px;
	color:#006835;
	font-weight:bold;
	border-left:7px solid #006835;
	border-bottom:1px solid #006835;
	background-color: rgba(255,255,255,0.5);
}

.midashi-c2 {
	font-size:14px;
	color:#0071db;
	font-weight:bold;
}

.title-b {
	width:347px;
	height:90px;
	padding:15px 0 0 5px;
	background-color:#ffffff;
}



/*------------------------------------
	アクセス
------------------------------------*/

.access-title {
	background-image: url('../images/access-title-p.png');
	background-size:420px auto;
}

.access-left {
	width:340px;
}
.access-right {
	width:340px;
}


.access-r2 {
	width:310px;
	margin:5px 0 0 0;
	padding:10px;
	color:#ffffff;
	background-color:#00a0e9;
}

.access-map2 {
	width:310px;
	text-align:center;
	margin:15px 0 0 0;
}

.map-p {
	width:310px;
	height:auto;
}

.access-map {
	width:310px;
	height:290px;
}


/*------------------------------------
	診療案内
------------------------------------*/

.annai-title {
	background-image: url('../images/annai-title-p.png');
	background-size:420px auto;
}


.annai-l {
	float:none;
}
.annai-r {
	float:none;
}

.annai-w1 {
	width:320px;
	margin:0 0 0 0;
}
.annai-w2 {
	width:320px;
	margin:15px 0 0 0;
	text-align:center;
}
.annai-w3 {
	width:320px;
	text-align:center;
	margin:15px 0 0 0px;
}

.annai-p {
	width:200px;
	height:auto;
}

.annai-text1 {
	margin:0 0 0 20px;
}


/*------------------------------------
	診療症例
------------------------------------*/

.syourei-title {
	background-image: url('../images/syourei-title-p.png');
	background-size:420px auto;
}

.f10 {
	font-size:10px;
}

.pmtc1 {
	font-size:18px;
	color:#0071db;
	font-weight:bold;
}
.pmtc {
	color:#0071db;
	font-weight:bold;
}

.yobou-w1 {
	width:320px;
	text-align:center;
	margin:15px 0 0 0;
}
.yobou-w2 {
	width:320px;
	text-align:center;
	margin:15px 0 0 0;
}

.shinbi {
	display:block;
	padding:0 15px 15px 15px;
	background-color:#ffffff;
}
.shinbi-tr {
	display:block;
}
.shinbi-td1 {
	display:block;
	padding:5px 0 0 0;
	vertical-align:middle;
	border-bottom:0px;
}
.shinbi-td2 {
	display:block;
	width:290px;
	padding:5px 0 5px 0;
	border-bottom:1px solid #0071db;
}

.shinbi-t0 {
	float:left;
	width:150px;
	margin:0 10px 15px 0;
	padding:5px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-color:#00a0e9;
}

.shinbi-t1 {
	width:110px;
	margin:0 15px 0 0;
	padding:10px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#00a0e9;
}

.yobou-p {
	width:213px;
	height:auto;
}

.shinbi-p {
	width:290px;
	height:auto;
}
.inp-p {
	width:178px;
	height:auto;
}


/*------------------------------------
	院内紹介
------------------------------------*/

.innai-title {
	background-image: url('../images/innai-title-p.png');
	background-size:420px auto;
}

.innai-m {
	width:320px;
	margin:10px 0 20px 0;
}

.innai-m2 {
	float:none;
	margin:20px 18px 10px 18px;
}
.innai-m3 {
	width:254px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
}

.innai-t1 {
	padding:5px 10px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	background-color:#0071db;
}
.innai-t2 {
	height:auto;
	padding:10px 10px;
	text-align:left;
}
.innai-t3 {
	height:auto;
	padding:10px 10px;
	text-align:left;
}




/*------------------------------------
	スタッフ紹介
------------------------------------*/

.stuff-title {
	background-image: url('../images/stuff-title-p.png');
	background-size:420px auto;
}

.stuff-m {
	width:320px;
	margin:10px 0 15px 0;
}
.stuff-m1 {
	width:320px;
	margin:20px 0 10px 0;
}
.stuff-m2 {
	float:none;
	margin:20px 0px 10px 0px;
}
.stuff-m3 {
	width:250px;
	padding:0 0 5px 0;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
}

.stuff-t1 {
	float:none;
	width:245px;
	padding:0 10px 0 10px;
//	color:#ffffff;
	text-align:left;
//	background-color:#0071db;
}
.stuff-t2 {
	margin:0 0 5px 0;
	padding:5px 0 4px 0;
	font-size:15px;
	color:#0071db;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #0071db;
}
.stuff-t3 {
	height:70px;
	padding:5px 10px;
	text-align:left;
}

.stuff-km {
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}

.stuff-p {
	float:none;
	width:235px;
	height:auto;
	margin:5px 0 0 0px;
}

.stuff-p2 {
	width:320px;
	height:auto;
	border:2px solid #0071db;
	margin:10px 0 0 0;
}


/*------------------------------------
	ケア通信
------------------------------------*/

.caring-title {
	background-image: url('../images/caring-title-p.png');
	background-size:420px auto;
	background-position:-40px 0px;
}

.caring-m {
	width:320px;
	margin:10px 0 15px 0;
}
.caring-m1 {
	width:320px;
	margin:0px 0 10px 0;
	text-align:left;
}
.caring-m2 {
	float:none;
	margin:10px 0px 0px 0px;
}
.caring-m3 {
	width:320px;
	padding:10px 0 10px 10px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
}
.caring-m3:hover {
	background-color: rgba(180,255,100,0.5);
}
.caring-m4 {
	float:left;
	width:85px;

}

.caring-t1 {
	float:left;
	width:215px;
	padding:0 5px 0 10px;
	font-size:10px;
//	color:#ffffff;
	text-align:left;
//	background-color:#0071db;
}
.caring-t2 {
	margin:0 0 5px 0;
	padding:5px 0 4px 0;
	font-size:14px;
	color:#0071db;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #0071db;
}
.caring-t3 {
	margin:0 0 0 15px;
	list-style-type:square;
}
.caring-t4 {
	font-size:10px;
	color:#333333;
	line-height:1.4em;
}
.caring-t5 {
	font-size:16px;
	color:#0071db;
	text-align:left;
	font-weight:bold;
}
.caring-t6 {
	font-size:12px;
//	color:#0071db;
	text-align:left;
	font-weight:bold;
	margin:3px 0 0 0;
}

.caring-table {
	display:table;
}
.caring-td1 {
	float:none;
	width:320px;
//	text-align:center;
	margin:15px 0 0 0;
}
.caring-td2 {
	float:none;
	width:320px;
	margin:10px 0 0 0;
}


.caring-p {
	width:85px;
	height:auto;
	border:1px solid #0071db;
}


/*------------------------------------
	求人情報 
------------------------------------*/

.recruit-title {
	background-image: url('../images/recruit-title-p.png');
	background-size:420px auto;
}

.recruit-m {
	width:320px;
	margin:15px 0 15px 0;
}
.recruit-m1 {
	width:320px;
	margin:20px 0 10px 0;
	text-align:left;
}
.recruit-m2 {
	width:320px;
	padding:10px 10px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
	text-align:left;
}
.recruit-m3 {
	width:280px;
	text-align:center;
}
.recruit-m4 {
	width:295px;
	text-align:center;
	background-color:#0071db;
	padding:10px 0px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
}
.recruit-m5 {
	height:300px;
	font-size:24px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;

}
.recruit-m6 {
	font-size:18px;
	color:#ff0000;
	font-weight:bold;
}

.recruit_f01 {
	color:#0071db;
	font-weight:bold;
}
.recruit_i01 {
	width:295px;
	height:35px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.recruit_i03 {
	width:295px;
	height:240px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.recruit_i06 {
	width:295px;
	height:50px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:10px 0 0 0;
}

.recruit_t01 {
	font-size:15px;
	color:#0071db;
	font-weight:bold;
	margin:5px 0;
}
.recruit_t02 {
	width:290px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 20px 0;
}

.recruit_t03 {
	width:290px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:15px 0;
	padding:10px;
	border:1px solid #0071db;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.recruit_t04 {
	width:290px;
	margin:10px 0px 0 5px;

	font-size:13px;
	text-align:left;
}


/*------------------------------------
	メール
------------------------------------*/

.mail-title {
	background-image: url('../images/mail-title-p.png');
	background-size:420px auto;
	background-position:-50px 0px;
}

.mail-m {
	width:320px;
	margin:5px 0 30px 0;
}
.mail-m1 {
	width:320px;
	margin:15px 0 10px 0;
	text-align:left;
}
.mail-m2 {
	width:320px;
	padding:15px 15px;
	border:2px solid #0071db;
	background-color: rgba(255,255,255,0.5);
	text-align:left;
}
.mail-m3 {
	width:300px;
	text-align:left;
}

.mail-td1 {
	float:left;
	width:70px;

}
.mail-td2 {
	float:left;
	width:250px;
	padding:5px 0 0 0;
	font-size:11px;
}

.contact_f01 {
	color:#0071db;
	font-weight:bold;
}
.contact_i01 {
	width:285px;
	height:35px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.contact_i03 {
	width:285px;
	height:240px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.contact_i06 {
	width:285px;
	height:50px;
	padding:5px;
	font-size:12px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:10px 0 0 0;
}

.mail-p2 {
	width:60px;
	height:auto;
}


/*------------------------------------
	トピックス
------------------------------------*/

.topics-m {
	width:320px;
	margin:15px 0 15px 0;
}

.topics-b {
	width: 160px;
	padding:3px 5px 4px 5px;
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #00a0e9;
	border-left:1px solid #00a0e9;
	border-right:1px solid #00a0e9;
	background-color:#00a0e9;
	-webkit-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-ms-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
}


}