@charset "utf-8";


/* font-face
 * ----------------------------------------------------------------------------- */
/*@font-face {
 	font-family: "awesome";
 	src: url("./font/awesome/fonts/fontawesome-webfont.eot");
	 src: url("./font/awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
 	url("./font/awesome/fonts/fontawesome-webfont.woff") format("woff"), url("./font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"),
 	url("./font/awesome/fonts/fontawesome-webfont.svg#slick") format("svg");
	 font-weight: normal;
	 font-style: normal;
 }*/

@font-face {
 	font-family: "genericons";
 	src: url("./font/genericons/genericons.eot");
	src: url("./font/genericons/genericons.eot?#iefix") format("embedded-opentype"),
 	url("./font/genericons/genericons.woff") format("woff"), url("./font/genericons/Genericons.ttf") format("truetype"),
 	url("./font/genericons/genericons.svg#slick") format("svg");
	 font-weight: normal;
	 font-style: normal;
 }

@font-face {
	font-family: "Or Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Or Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Or Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}
@font-face {
	font-family: "Or Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}

.material-icons {
	vertical-align: middle;
	color: #13ae67;
	display: inline-block;
	position: relative;
	top:-2px;
	line-height: 0.5em!important;
}



/* -----------------------------------------------------------------------------
 * 1.0 Reset
 * ----------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Or Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
	body {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* 背景 */
body {
	background-color: #fff;

	background-image:
		url(image/back_sky.jpg);
	background-position :center top;
	background-repeat: no-repeat;
	background-size:cover;
}
@media screen and (max-width: 1000px) {
	body {
		background-image:
			url(image/back_sky_sp.jpg);
		background-size:contain;
	}
}

/* リンクカラー */
a {
	text-decoration: none;
	color: #0071bc;
}

a:active,
a:hover {
	color: #29abe2;
}

/* 見出しフォントサイズ */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 12px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height:1.2em;
	font-weight:600;
}
h2 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height:1.2em;
	font-weight:600;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1.2em;
	font-weight:600;
}
h4 {
	font-size: 14px;
	font-size: 1.4rem;
}
h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

p {
	margin-bottom:20px;
}

img {
	height: auto;
	max-width: 100%;
}

/* 選択 反転カラー */
::selection {
	background: #D1D3CD;
	color: #888;
	text-shadow: none;
}

::-moz-selection {
	background: #D1D3CD;
	color: #888;
	text-shadow: none;
}


/* リンク画像アルファ
 * ----------------------------------------------------------------------------- */
#main a:hover img ,
#sidebar a:hover img,
#footer a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
}



/* -----------------------------------------------------------------------------
 * 2.0 repairParts 個別class
 * ----------------------------------------------------------------------------- */
hr {
	clear:both;
	max-width:1000px;
}

.clear {
	clear:both;
}
.mb0 {
	margin-bottom:0px !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb60 {
	margin-bottom:60px !important;
}

.color-red {
	color:#ff0000;
}

.color-magenta {
	color:#CC0041;
}

.img-radius {
	border-radius:5px;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.i-block {
	display: inline-block;
}


/* -----------------------------------------------------------------------------
 * 2.1 form Patterns
 * ----------------------------------------------------------------------------- */
input,
select,
textarea,
button {
	color: #3f3f3f;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

input,
select,
button {
	vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
	width:100%;
	background:#fff;
	border: 1px solid #ccc;
	border-radius:4px;
	padding:0px 8px;
}

textarea {
	padding:2px 8px;
	line-height: 1.4;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 2px #2197c6;;
	border: 1px solid #2197c6!important;
	outline: none;
}

select {
	color: #5f5f5f;
	width: auto;
	height: 30px;
	padding: 0px 35px 0px 5px;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
	background: #fff url(./image/select_arrow.jpg) no-repeat right;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
select {
	margin: 0 5px 5px 0;
}

table input[type="text"],
table input[type="password"],
table input[type="email"],
table input[type="tel"],
table input[type="search"],
table select {
	margin: 3px 5px 3px 0;
}

textarea {
	margin: 0 0 5px 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	position: relative;
	top:-1px;
}

form label.radio,
form label.checkbox {
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: middle;
}

form p {
	display: inline-block;
}
.site-contents form p {
	padding: 0;
	margin-bottom: 0;
}


/* Button Base
----------------------------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #00a29a;
	border: 0;
	border-radius: 3px;
	color: #fff;
	padding: 5px 15px 3px;
	margin: 0 5px 5px 0;
	text-transform: none;
	vertical-align: middle;
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom: solid 2px #00918a;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #33b5ae;
	color: #fff;
	border-bottom: solid 2px #33b5ae;
	box-shadow: none;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #66c7c2;
	border-bottom: solid 2px #66c7c2;
	box-shadow: none;
}

/* button Align-center */
.site-contents .button-center,
form .button-center {
	text-align: center;
	width: 100%;
}


/* button pt01
----------------------------------------------------------------- */
input.button-pt01,
.button-pt01 {
	background-color: #fff;
	border-radius: 3px;
	color: #18a299;
	border: solid 2px #18a299;
	box-shadow: none;
}

input.button-pt01:hover,
.button-pt01:hover {
	border: solid 2px #00918a;
}

input.button-pt01:active,
.button-pt01:active {
	border: solid 2px #00918a;
}



/* ----------------------------------------------------------------------------- 
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------- */
html,body {
	height:100%;
}

.site {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	position: relative;
}

.site-main {
	background-color: transparent;
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding-bottom:35px;
}

/* contents */
.site-contents {
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (max-width: 1000px) {
	.site-contents {
		padding:0 10px;
	}
}

.site-contents-color {
	background:#f7f3eb;
background: -moz-linear-gradient(top,  rgba(247,243,235,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,243,235,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(247,243,235,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f3eb', endColorstr='#ffffff',GradientType=0 );
	padding-top:25px;
	padding-bottom:25px;
	position: relative;
}

@media screen and (min-width: 1001px) {
	.site-contents-color::before {
		content: "";
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background-image: url(image/bg02.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/* service紹介専用 */
.site-contents-service {
	max-width:820px;
	padding:20px 20px 20px;
	background:rgba(255,255,255,0.9);
	border-radius:5px;
}
@media screen and (max-width: 1000px) {
	.site-contents-service {
		padding:10px 10px 0;
		border-radius:0px;
		background:rgba(255,255,255,1);
	}
}


/* jquery.inview
----------------------------------------------------------------------------- */
.site-contents {
	opacity: 0.0;
	transition: all 0.8s;
}

.site-contents.fadeindown {
	opacity: 1.0;
	transition: all 0.8s;
}


/* -----------------------------------------------------------------------------
 * 4.0 Header
 * ----------------------------------------------------------------------------- */
#site-header {
	background-color: transparent;
}

.site-header-inner {
	max-width: 1000px;
	height:auto;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

/* logo */
.site-header-inner a.logo {
	display:inline-block;
	margin-top:10%;
	margin-bottom:10%;
}
@media screen and (max-width: 900px) {
	.site-header-inner a.logo img {
		width:90%;
	}
}
@media screen and (max-width: 450px) {
	.site-header-inner a.logo img {
		width:95%;
	}
	.site-header-inner a.logo {
		margin-top:70px;
	}
}

.site-header-inner .header-illust {
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: -1;
	top:-10%;
	left: -5%;
}

@media screen and (max-width: 900px) {
	.site-header-inner .header-illust {
		top:-30%;
		left: -5%;
	}
}

/* menu */
.header-menu-box {
	width:100%;
	position:fixed;
	top:10px;
	right:0px;
	z-index:9999999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	over-flow:hidden;
	text-align: right;
	padding: 0 10px;
	box-sizing: border-box;
}

.header-menu-inner {
	max-width:1000px;
	margin:0 auto;
}

ul.header-menu {
	list-style:none;
	border-radius:15px;
	background:rgba(255,255,255,0.9);
	border:1px solid #bbb;
	padding:3px 7px;
	margin:0;
	display: inline-block;
	font-weight: 600;
}

ul.header-menu li {
	display:inline-block;
	color:#fff;
	padding:0px 5px 2px;
	line-height:1em;
	border-right:1px solid #eadeed;
	text-align: left;
}

ul.header-menu li:last-child {
	border-right:0px solid #50afb4;
}

ul.header-menu li a {
	color:#333;
}

ul.header-menu li a:hover {
	color:#13ae67;
}

ul.header-menu li i {
	margin-right:3px;
}

@media screen and (max-width: 600px) {
	.header-menu-box {
		text-align: center;
	}
	ul.header-menu li {
		padding:0px 4px 2px;
	}
	ul.header-menu li i {
		display: none;
	}
}



/* -----------------------------------------------------------------------------
 * 5.0 Footer
 * ----------------------------------------------------------------------------- */
.site-footer,
.site-info,
.site-footer a {
	color:#3f3f3f;
}

.site-footer {
	background-color: transparent;
	width:100%;
	height:35px;
	position:absolute;
	bottom:0;
}

/* コピーライト */
.site-info {
	background-color: #333333;
	font-size:12px;
	line-height:35px;
	height:35px;
	color: #fff;
	text-align:center;
}

/* ページトップアンカー */
#pageTop {
	background:#000;
	width: 48px;
	height: 48px;
	position:fixed;
	bottom:25px;
	right:0px;
	z-index:999;
	text-align: center;
	cursor: pointer;
	border-radius:10px 0 0 10px;
}

#pageTop:hover,
#pageTop:active {
	background:#13ae67;
}

#pageTop:before {
	content: "\f435";
	display: inline-block;
	margin-top: 12px;
	font: normal 24px/1 genericons;
	color: #fff;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#pageTop .pagetop-text {
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}



/* -----------------------------------------------------------------------------
 * 6.0 Contents title
* ----------------------------------------------------------------------------- */
.site-contents h1 {
	border:1px solid #bbb;
	background:rgba(255,255,255,0.9);
	display:inline-block;
	border-radius:5px;
	color: #222;
	padding:10px 20px;
	font-size:18px;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom:20px;
	clear:both;
	vertical-align: middle;
}



.site-contents h2 {
	background: #88c357;
	border-radius:5px;
	color:#fff;
	padding:10px 20px;
	font-size:21px;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom:20px;
}

.site-contents h3 {
	padding:5px 20px;
	font-size:21px;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom:20px;
}

.site-contents p {
	padding:0px 20px;
	margin-bottom:10px;
}



/* -----------------------------------------------------------------------------
 * 7.0 repairParts
* ----------------------------------------------------------------------------- */
/* ul リスト
----------------------------------------------------------------- */
.site-contents ul {
	list-style:none;
	margin:0 0 30px 0;
	/*padding: 0 20px;*/
}

.site-contents ul li {
	border-bottom:1px dotted #ccc;
	padding: 8px 20px;
}

/*.site-contents ul li:before {
	content: "\f429";
	font: normal 14px/1 Genericons;
	position: relative;
	top: 2px;
	margin-left:-18px;
	font-weight:normal;
	color:#fa6428;
	padding-right:5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/

.site-contents ul li.li-title {
	border-bottom:0px dotted #ccc;
	border-radius:5px;

background: #e0efd0;
/*background: -moz-linear-gradient(top, #e9f6f0 0%, #dceff0 100%);
background: -webkit-linear-gradient(top, #e9f6f0 0%,#dceff0 100%);
background: linear-gradient(to bottom, #e9f6f0 0%,#dceff0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6f0', endColorstr='#dceff0',GradientType=0 );*/
}

@media screen and (max-width: 400px) {
	.site-contents ul {
		padding: 0;
	}
}


/* テーブル
----------------------------------------------------------------- */
/* テーブル リセット */
table {
	border:none;
}

table th,
table td {
	border:none;
}

table th {
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.site-contents table {
	width: 100%;
	padding:0 20px;
	border-collapse: separate;
	border-spacing: 10px 8px;
	border: none;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.site-contents table th,
.site-contents table td {
	padding: 10px;
	line-height: 1.4;
}

.site-contents table th {
	background-color:#e0efd0;
	text-align: left;
	min-width: 80px;
	overflow: visible;
	position: relative;
	color: rgba(0,0,0,0.6);
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #dceff0;
	border-left:0px solid #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-contents table th:before {
	content: "\f0da";
	font: normal 12px/1 FontAwesome;
	vertical-align:middle;
	position: relative;
	top: -1px;
	color: #13ae67;
	margin-right:5px;
}

.site-contents table td {
	background-color: rgba(255, 255, 255, 0.0);
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #ddd;
	border-left:0px solid #ccc;
	padding-left: 20px ;
}

/* テーブル レイアウト <table> SP */
@media screen and (max-width: 783px) {
	.site-contents table {
		padding:0 ;
	}

	.site-contents table th {
		max-width: 100%;
		width: 100%;
		display:block;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:0px solid #ccc;
		border-left:1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 5px 5px 0px 0px;
		overflow:hidden;
	}

	.site-contents table td {
		width: 100%;
		display:block;
		border-top:0px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 0px 0px 5px 5px;
		overflow:hidden;
	}
}



/* -----------------------------------------------------------------------------
 * 8.0 Contents
 * ----------------------------------------------------------------------------- */
.contents_bg {
	background-image:
		url(image/contents_bg01.jpg);
	background-position :center bottom;
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}
.contents_bg_text {
	background: rgba(255,255,255,0.8);
	border-radius: 15px;
	margin:30px 20px;
}

/* Service
 * ----------------------------------------------------------------------------- */
.box-service {
	width:69%;
	float:left;
}

.img-service {
	float:right;
	margin-top:-50px;
	max-width:30%;
	border-radius: 50%;
}

@media screen and (max-width: 654px) {
	.box-service {
		width:59%;
		float:left;
	}
	.img-service {
		margin-top:0px;
		max-width:40%;
	}
}

@media screen and (max-width: 473px) {
	.box-service {
		width:100%;
		float:none;
	}
	.img-service {
		margin:0 auto;
		float:none;
		display:block;
		max-width:250px;
	}
}


/* Staff
 * ----------------------------------------------------------------------------- */
.contents-double {
	width:50%;
	float:left;
	padding:0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-double img {
	width:100%;
	max-width:450px;
}

@media screen and (max-width: 700px) {
	.contents-double {
		width:100%;
		float:none;
	}

	.contents-double img {
		display:block;
		margin:0 auto;
	}
}



/* Company
 * ----------------------------------------------------------------------------- */
.contents-single {
	background:#fff;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-radius:5px;
	margin:0 0 25px;
	text-align:center;
	position: relative;
	padding:20px 10px;
}

/* Google map */
.glooglemap iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
}
/*#map-single {
	width: 95%;
	height: 300px;
	border-radius: 5px;
	border: 3px solid #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}
@media screen and (max-width: 400px) {
	#map-single {
		width: 90%;
	}
}

#map-single img {
	max-width: initial;
	max-width: unset;
}
*/


/* -----------------------------------------------------------------------------
 * 8.0 Print
 * ----------------------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #2b2b2b;
		font-size: 8pt;
		width:85%;
		margin:0 auto;
	}

	.site-header-inner a.logo {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.site-header-inner a.logo img {
		width:70%;
	}

	ul.header-menu,
		.site-header-inner a.header-contents {
		display:none;
	}

	.site-contents h1 {
		font-size: 10pt;
	}
	.site-contents h2 {
		font-size: 12pt;
	}
	.site-contents h3 {
		font-size: 12pt;
	}

	#map-single {
		display:none;
	}

	#pageTop {
		display:none!important;
	}



/* Service*/
.box-service {
	width:70%;
}
.img-service {
	margin-top:-50px;
	width:20%;
}


.site-contents-color {
	background: transparent;
}
}
























































/* ul リスト 2列組*/
/*.site-content .entry-content ul.ul2column li {
	width:49%;
	display:inline-block;
	box-sizing: border-box;
	border-left:10px solid rgba(255, 255, 255, 0);
	border-right:10px solid rgba(255, 255, 255, 0);
}

@media screen and (max-width: 783px) {
	.site-content .entry-content ul.ul2column li {
		width:100%;
		border-left: 0px solid rgba(255, 255, 255, 0);
		border-right: 0px solid rgba(255, 255, 255, 0);
	}
}
*/


/* テーブル レイアウト <table> SP（thを使用しない）*/
/*@media screen and (max-width: 783px) {
	.site-content table.sp-table-td td {
		width: 100%;
		display:block;
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:0px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		border-radius: 0px;
		overflow:hidden;
	}
}*/


/* テーブル レイアウト01 td 交互に背景*/
/*.site-content table.table-mutual {
	border-spacing: 0px 0px;
}

.site-content table.table-mutual tr:nth-child(odd) td {
	background-color: #f9f8f4;
}*/


/* テーブル レイアウト02 罫線有り */
/*.site-content table.table-border {
	border-collapse: collapse;;
	border-top:1px solid #ccc;
}
.site-content table.table-border td{
		border-top:0px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		border-radius: 0px;
}
*/


/* テーブル レイアウト03 画像が左右に並ぶ */
/*.site-content table.table-img,
.site-content table.table-img-sp {
	border-collapse: collapse;;
	border-spacing: 0;
	border: none;
	margin-bottom:20px;
table-layout: fixed;
}

.site-content table.table-img-sp td,
.site-content table.table-img td {
	border: none;
	padding:5px;
	width: 50%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	text-align:center;
}

@media screen and (max-width: 600px) {
	.site-content table.table-img-sp td {
		width: 100%;
		display:block;
		border: none;
		border-radius: 0;
		overflow:hidden;
	}
}*/

/* 中に入れる画像にフチを入れる */
/*.site-content table.table-img-border img {
	border:3px solid #fff;
	box-shadow:0 0 1px 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin:1px;
}*/



/* 20190409 FB追加 */
.fb-container {
	margin: 0 auto!important;
}

@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}

/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}








