@charset "utf-8";
/*
Template:responsive_255
Theme Name:responsive_255_chiid
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/* ベース
------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote {
	margin: 0px;
	padding: 0px;
}

ol, ul, blockquote {
	display: block;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sidebar{
float:right;
width:265px;
padding:10px 0 50px;
}

/* クラス
------------------------------------------------------------*/
.font-collar-red-01 {
	color: #FF3300;
}
.font-collar-blue-01 {
	color: #3A9DC2;
}
.font-collar-blue-02 {
	color: #3478F3;
}
.text-border-green {
	background-image: linear-gradient(transparent 75%, #CDEDB4 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #CDEDB4 25%);
	background-position: left -3px;
}
.text-border-orange {
	background-image: linear-gradient(transparent 75%, #FFDEBF 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #FFDEBF 25%);
	background-position: left -3px;
}
.text-effect-bold {
	font-weight: bold;
}

.text-box-00▼テキストボックス▼ {
}
/* ▼無地▼ */
.text-box-01 {
	display: block;
	background-color: #FFF;
	padding: 15px;
	overflow: hidden;
}
/* ▼枠線有り▼ */
.text-box-02 {
	display: block;
	background-color: #FFF;
	padding: 15px;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}
/* ▼小見出し付き用ボックス▼ */
.text-komidashi-left {
	width: 57.5%;
	float: left;
	display: block;
}
.text-komidashi-right {
	width: 57.5%;
	float: right;
	display: block;
}
.text-leftclear {
	display: block;
	overflow: hidden;
	clear: left;
}
.text-rightclear {
	display: block;
	overflow: hidden;
	clear: right;
}
/* ▼便箋の背景▼ */
.text-box-line {
	display: inline;
	line-height: 33px;
	background-image: url(/images/sozai/text-box/text-box-line.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* ▼隣のボックスと高さを合わせる▼ */
.text-box-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
    -webkit-flex-wrap: wrap;	
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}
/* ▼2つ並びボックス▼ */
.text-box-double {
	display: table-cell;
	overflow: hidden;
	float: left;
	width: 43.6%;
	padding: 2%;
	border: 1px solid #CCC;
}
.text-box-double img {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}
/* ▼背景画像タイプ01▼ */
.text-box-plate-01-top {
	display: block;
	overflow: hidden;
	background-color: #FFFFF2;
	background-image: url(/images/sozai/text-box/text-box-plate-01-top.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	height: 20px;
}
.text-box-plate-01 {
	display: block;
	overflow: hidden;
	background-color: #FFFFF2;
	background-image: url(/images/sozai/text-box/text-box-plate-01.png);
	background-repeat: repeat-y;
	background-size: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.text-box-plate-01-bottom {
	display: block;
	overflow: hidden;
	background-color: #FFFFF2;
	background-image: url(/images/sozai/text-box/text-box-plate-01-bottom.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	height: 20px;
}
/* ▼背景画像タイプ02▼ */
.text-box-plate-02-top {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/text-box/text-box-plate-02-top.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	height: 25px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.text-box-plate-02 {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/text-box/text-box-plate-02.png);
	background-repeat: repeat-y;
	background-size: 100%;
	padding-right: 25px;
	padding-left: 25px;
}
.text-box-plate-02-bottom {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/text-box/text-box-plate-02-bottom.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	height: 25px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
/* ▼テキストボックス小･無地▼ */
.text-box-inside {
	display: block;
	background-color: #FFF;
	padding: 15px;
	overflow: hidden;
}
/* ▼テキストボックス小･グレー▼ */
.text-box-inside-gray {
	display: block;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
	overflow: hidden;
}
/* ▼テキストボックス小･他カラー▼ */
.text-box-inside-blue {
	display: block;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #B7D9FF;
	overflow: hidden;
}
/* ▼テキストボックス小･マージン▼ */
.text-box-inside-margin {
	margin-bottom: 15px;
}
.text-box-inside-padding {
	padding: 1.5%;
}
/* ▼テキストボックス･チェック▼ */
.text-box-check-top {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/text-box/text-box-check-top.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	height: 55px;
}
.text-box-check {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/text-box/text-box-check-bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
	padding-right: 55px;
	padding-left: 55px;
	font-size: 19px;
}
.text-box-check-bottom {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/text-box/text-box-check-bottom.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	height: 50px;
}
.check-box {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.check-box-text {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/text-box/check-box-text.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.check-box-icon {
	height: auto;
	margin-right: 10px;
	float: left;
	display: block;
}
/* ▼吹き出し･左▼ */
.text-box-balloon-left {
	position: relative;
	margin-left: 44%;
	padding: 15px;
	width: auto;
	border: 1px solid #CCCCCC;
	z-index: 0;
	margin-bottom: 10px;
	background-color: #FFF;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	-ms-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	margin-right: 3px;
}
.text-box-balloon-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 18px 15px 0;
	border-color: transparent #FFFFFF transparent transparent;
	z-index: 0;
}
.text-box-balloon-left:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -19px;
	margin-top: -16px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 19px 16px 0;
	border-color: transparent #CCCCCC transparent transparent;
	z-index: -1;
}
/* ▼吹き出し･右▼ */
.text-box-balloon-right {
	position: relative;
	margin-right: 44%;
	padding: 15px;
	width: auto;
	border: 1px solid #CCCCCC;
	z-index: 0;
	margin-bottom: 10px;
	background-color: #FFF;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.text-box-balloon-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 18px 15px;
	border-color: transparent transparent transparent #FFFFFF;
	z-index: 0;
}
.text-box-balloon-right:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 19px 16px;
	border-color: transparent transparent transparent #CCCCCC;
	z-index: -1;
}
/* ▼吹き出し･上▼ */
.text-box-balloon-top {
	position: relative;
	padding: 15px;
	width: auto;
	border: 1px solid #CCCCCC;
	z-index: 0;
	background-color: #FFF;
	margin-top: 30px;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	margin-right: 3px;
	margin-bottom: 3px;
}
.text-box-balloon-top:before {
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 18px 15px;
	border-color: transparent transparent #FFFFFF transparent;
	z-index: 0;
}
.text-box-balloon-top:after {
	content: "";
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 16px 19px 16px;
	border-color: transparent transparent #CCCCCC transparent;
	z-index: -1;
}
/* ▼吹き出し･下▼ */
.text-box-balloon-bottom {
	position: relative;
	padding: 15px;
	width: auto;
	border: 1px solid #CCCCCC;
	z-index: 0;
	margin-bottom: 30px;
	background-color: #FFF;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	margin-right: 3px;
}
.text-box-balloon-bottom:before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 15px 0 15px;
	border-color: #FFFFFF transparent transparent transparent;
	z-index: 0;
}
.text-box-balloon-bottom:after {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 19px 16px 0 16px;
	border-color: #CCCCCC transparent transparent transparent;
	z-index: -1;
}
/* ▼トップページ･各ページリンク用 / 縦並びパターン▼ */
.text-box-link {
	width: auto;
	display: block;
	overflow: hidden;
}
.text-box-link a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #333;
}
.text-komidashi-link-left {
	width: 62.5%; /* ←画像フレーム「有り」の場合は「60%」に変更*/
	float: left;
	display: block;
}
.text-komidashi-link-right {
	width: 62.5%; /* ←画像フレーム「有り」の場合は「60%」に変更*/
	float: right;
	display: block;
}
/* ▼トップページ･各ページリンク用 / 横3つ並びパターン▼ */
.text-box-triple-01 {
	display: table-cell;
	overflow: hidden;
	float: left;
	width: 31.5%;
	margin-right: 2.5%;
}
.text-box-triple-01 img {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.text-box-triple-01 a {
	text-decoration: none;
	color: #666;
}
.text-box-triple-02 {
	display: table-cell;
	overflow: hidden;
	float: left;
	width: 31.5%;
}
.text-box-triple-02 img {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.text-box-triple-02 a {
	text-decoration: none;
	color: #666;
}
.text-box-triple-box {
	overflow: hidden;
	margin-top: 10px;

}
.text-box-triple-box-height {
	height: 150px;
}
.text-komidashi-link-triple {
	background-color: #6BCDEE;
	display: block;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 1px #666;
	margin-top: 7px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	text-align: center;
}
.border-link-triple {
	display: none;
}
.text-box-triple-margin {
	margin-bottom: 55px;
}
.text-box-margin {
	margin-bottom: 55px;
	display: block;
	overflow: hidden;
}
.text-box-margin-5 {
	margin-bottom: 5px;
}
.text-box-margin-10 {
	margin-bottom: 10px;
}
.text-box-bloc {
	display: block;
	overflow: hidden;
}
.text-box-auto-left { /* ←右に余白有り */
	margin-right: 15px;
}
.text-box-auto-left-02 { /* ←右に余白無し */
}
.text-box-auto-right {
}
.text-box-radius {
	border-radius: 5px;
}
.text-box-shadow {
	box-shadow: 2px 2px 3px #CCC;
	margin-right: 3px;
	margin-bottom: 3px;
}
.page-icon-box-01 {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
/* ▼サイトマップ･リンクページ用 / 横並びボックス▼ */
.text-box-tworow-01 { /* ←2つ並び用 */
	display: block;
	overflow: hidden;
	float: left;
	width: 50%;
}
.text-box-threerow-01 { /* ←3つ並び用 */
	display: block;
	overflow: hidden;
	float: left;
	width: 33%;
}
.text-box-sitemap-margin {
}
.text-box-bo▼区切り用･下ライン▼ {
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.border-bottom-01 {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.border-bottom-02 {
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.border-bottom-03 {
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
　 {
}
.h3-0▼h3▼ {
}
h3 {
	display: block;
	font-weight: normal;
}
/* ▼大見出し･テンプレート用▼ */
.h3-1 {
	font-weight: bold;
	font-size: 20px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFFFFF;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #000;
	text-shadow: 0px 0px 0px #333;
}
.h3-2 {
	font-weight: bold;
	font-size: 20px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFF;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.h3-3 {
	font-weight: bold;
	font-size: 20px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-image: url(/images/design/sozai/h3-3-bg.png);
	background-repeat: repeat-x;
}
/* ▼大見出し･オリジナル用▼ */
.h3 {
	font-size: 37px;
	line-height: 45px;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	background-image: url(/images/sozai/h3/h3-bg.png);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-shadow: 2px 2px 2px #30526B;
}
/* ▼大見出し･右アイコン▼ */
.h3-icon-right {
	display: block;
	overflow: hidden;
	float: right;
	margin-right: -10px;
	margin-top: -10px;
	height: auto;
	width: 17px;
}
.h3-icon-right img {
	height: auto;
	width: 100%;
}
/* ▼大見出し･左アイコン▼ */
.h3-icon-left {
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: -15px;
	width: 15px;
	height: auto;
}
.h3-icon-left img {
	height: auto;
	width: 100%;
}
/* ▼大見出し･吹き出し▼ */
.h3-box {
	display: block;
	overflow: hidden;
}
.h3-top {
	font-size: 37px;
	line-height: 45px;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-image: url(/images/sozai/h3/h3-bg.png);
	margin-right: 3px;
	box-shadow: 2px 2px 3px #CCC;
}
.h3-bottom {
	display: block;
	overflow: hidden;
	background-image: url(/images/sozai/h3/h3-bottom.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.h3-bottom img {
	width: 4.2%;
	height: auto;
}
　 {
}
.font-si0▼フォント･サイズ▼ {
}
.font-size-70 {
	font-size: 70%;
}
.font-size-80 {
	font-size: 80%;
}
.font-size-90 {
	font-size: 90%;
}
.font-size-100 {
	font-size: 100%;
}
.font-size-120 {
	font-size: 120%;
}
.font-size-130 {
	font-size: 130%;
}
.font-size-140 {
	font-size: 140%;
}
.font-size-160 {
	font-size: 160%;
}
.font-size-180 {
	font-size: 180%;
}
　 {
}
.font-he0▼フォント段落▼ {
}
.font-height-120 {
	line-height: 120%;
}
.font-height-140 {
	line-height: 140%;
}
.font-height-160 {
	line-height: 160%;
}
.font-height-180 {
	line-height: 180%;
}
.font-height-link {
	line-height: 200%;
}
.font-height-220 {
	line-height: 220%;
}
　 {
}
.text-al0▼テキスト･位置 {
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.vertical-align-middle {
	vertical-align: middle;
}
　 {
}
.font-co0▼フォント･カラー▼ {
}
.font-collar-red-01 {
	color: #FF3300;
}
.font-collar-red-02 {
	color: #FF6F6F;
}
.font-collar-red-border {
	color: #FF6666;
	font-weight: bold;
	border: 1px solid #FF4646;
	height: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.font-collar-orange-01 {
	color: #FF9900;
}
.font-collar-yellow-01 {
	color: #FFFF33;
}
.font-collar-yellow-02 {
	color: #FA9601;
}
.font-collar-blue-01 {
	color: #6BCDEE;
}
.font-collar-blue-02 {
	color: #3478F3;
}
.font-collar-green-01 {
	color: #009933;
}
.font-collar-green-02 {
	color: #39C52E;
}
.font-collar-purple-01 {
	color: #6666FF;
}
.font-collar-brown-01 {
	color: #9D4F00;
}
.font-collar-pink-01 {
	color: #E3007E;
}
.font-collar-white-01 {
	color: #FFFFFF;
}
.font-collar-go01 {
	color: #AC874F;
}
.font-collar-gray {
	color: #999999;
}
.font-collar-black-01 {
	color: #000000;
}
　 {
}
.text-ma0▼文字マーカー▼ {
}
.text-marker-yellow {
	background-color: #FCFC00;
	padding-right: 3px;
	padding-left: 3px;
}
.text-marker-red {
	background-color: #FF0000;
	padding-right: 3px;
	padding-left: 3px;
}
.text-marker-beige {
	background-color: #FFFF99;
	padding-right: 3px;
	padding-left: 3px;
}
.text-marker-gray {
	background-color: #D9D9D9;
	padding-right: 3px;
	padding-left: 3px;
}
.text-marker-pink {
	background-color: #FFBDBD;
	padding-right: 3px;
	padding-left: 3px;
}
.text-marker-pink {
	background-color: #999999;
}
　 {
}
.text-bo0▼文字背景ボーダー▼ {
}
.text-border-red {
	background-image: linear-gradient(transparent 75%, #FFDBDB 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #FFDBDB 25%);
	background-position: left -3px;
}
.text-border-yellow {
	background-image: linear-gradient(transparent 75%, #FFFFA8 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #FFFFA8 25%);
	background-position: left -3px;
}
.text-border-blue {
	background-image: linear-gradient(transparent 75%, #C8E0FF 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #C8E0FF 25%);
	background-position: left -3px;
}
.text-border-green {
	background-image: linear-gradient(transparent 75%, #D9F2C4 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #D9F2C4 25%);
	background-position: left -3px;
}
.text-border-orange {
	background-image: linear-gradient(transparent 75%, #FFDEBF 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #FFDEBF 25%);
	background-position: left -3px;
}
.text-border-pink {
	background-image: linear-gradient(transparent 75%, #FFDDF7 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #FFDDF7 25%);
	background-position: left -3px;
}
.text-border-beige {
	background-image: linear-gradient(transparent 75%, #FBECCA 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #FBECCA 25%);
	background-position: left -3px;
}
.text-border-brown {
	background-image: linear-gradient(transparent 75%, #E7DACF 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #E7DACF 25%);
	background-position: left -3px;
}
.text-border-gray {
	background-image: linear-gradient(transparent 75%, #DADADA 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #DADADA 25%);
	background-position: left -3px;
}
.text-border-maincolor {
	background-image: linear-gradient(transparent 75%, #DADADA 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #DADADA 25%);
	background-position: left -3px;
}
.text-border-subcolor {
	background-image: linear-gradient(transparent 75%, #DADADA 25%);
	background-image: -webkit-linear-gradient(transparent 75%, #DADADA 25%);
	background-position: left -3px;
}
　 {
}
.text-ef0▼フォント効果▼ {
}
.text-effect-underline {
	text-decoration: underline;
}
.text-effect-line-through {
	text-decoration: line-through;
}
.text-effect-weight {
	font-weight: normal;
}
.text-effect-bold {
	font-weight: bold;
}
.text-effect-shadow {
	text-shadow: 1px 1px 3px #999;
}
　 {
}
.bg-co0▼バック･カラー▼ {
}
.bg-colo-white {
	background-color: #FFF;
}
.bg-colo-gray-01 {
	background-color: #CCCCCC;
}
.bg-colo-gray-02 {
	background-color: #C9C9C9;
}
.bg-colo-blue-01 {
	background-color: #6BCDEE;
}
.bg-colo-blue-02 {
	background-color: #3478F3;
}
.bg-colo-yellow-01 {
	background-color: #FFFFCC;
}
.bg-colo-yellow-02 {
	background-color: #F0DE86;
}
.bg-colo-orange-01 {
	background-color: #FA9601;
}
.bg-colo-green-01 {
	background-color: #39C52E;
}
.bg-colo-red-01 {
	background-color: #FF3300;
}
　 {
}
.text-kome▼※マーク･インデント {
}
.text-kome {
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/09/icon-kome.png);
	padding-left: 18px;
	background-position: -3px 1px;
	display: inline-block;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
}
　 {
}
.text-pc▼テキスト･タブとスマホのみ表示 {
}
.text-pc-non {
	display: none;
}
.text-sp-non {
	display: block;
}
　 {
}
.komidashi-0▼小見出し･オリジナル用▼ {
}
.komidashi-001 {
	margin-bottom: 15px;
	font-size: 30px;
	color: #553318;
	overflow: hidden;
	line-height: 36px;
	display: table;
}
.komidashi-001-green {
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 30px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-image: url(/images/sozai/komidashi/komidashi-001-green.png);
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px #CCC;
	margin-right: 3px;
}
.komidashi-001-green-bottom {
	display: block;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/images/sozai/komidashi/komidashi-001-green-bottom.png);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 2px 2px 3px #CCC;
	margin-bottom: 3px;
	margin-right: 3px;
}
.komidashi-001-blue {
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 30px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-image: url(/images/sozai/komidashi/komidashi-001-blue.png);
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px #CCC;
	margin-right: 3px;
}
.komidashi-001-blue-bottom {
	display: block;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/images/sozai/komidashi/komidashi-001-blue-bottom.png);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 2px 2px 3px #CCC;
	margin-bottom: 3px;
	margin-right: 3px;
}
.komidashi-002 {
	display: block;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 39px;
	padding-top: 7px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 5px;
	color: #553318;
	overflow: hidden;
}
.komidashi-002-text {
	display: block;
	overflow: hidden;
	margin-top: 5px;
	padding-top: 1px;
}
.komidashi-green-border {
	display: table;
	background-image: url(/images/sozai/komidashi/komidashi-border-green.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.komidashi-blue-border {
	display: table;
	background-image: url(/images/sozai/komidashi/komidashi-border-blue.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.komidashi-icon01 {
	height: auto;
	margin-right: 10px;
	float: left;
	display: block;
}
　 {
}
.text-ko0▼小見出し･共通用▼ {
}
.text-komidashi-001 {
	background-color: #FFFFBF;
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.text-komidashi-002 {
	background-color: #FFFFBF;
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #DDDDDD;
}
.text-komidashi-003 {
	background-color: #FFFFBF;
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #DDDDDD;
}
.text-komidashi-004 {
	background-color: #FFFFBF;
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FF4D4D;
}
.text-komidashi-005 {
	background-color: #FFFFBF;
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 2px solid #FF4D4D;
}
.text-komidashi-006 {
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 3px double #FF8080;
	background-color: #FFFFD9;
}
.text-komidashi-007 {
	background-color: #FFFFBF;
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #FF4E4D;
	border-left-color: #DDDDDD;
}
.text-komidashi-008 {
	background-color: #FFFFFF;
	display: table;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6BCDEE;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6BCDEE;
}
.text-komidashi-009 {
	position: relative;
	background-color: #FFFFFF;
	display: table;
	margin-bottom: 15px;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
.text-komidashi-009:after {
	content: '';
	position: absolute;
	border-top: 15px solid #FFF;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -12px;
	left: 25px;
}
.text-komidashi-009:before {
	content: '';
	position: absolute;
	border-top: 15px solid #CCCCCC;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -15px;
	left: 25px
}
.text-komidashi-qa {
	background-color: #FFFFFF;
	display: table;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.text-komidashi-block {
	display: block;
}
　 {
}
.page-nu0▼見出し番号▼ {
}
.page-number-01 {
	margin-right: 3px;
	font-size: 200%;
	display: block;
	float: left;
}
.page-number-02 {
	margin-right: 5px;
	font-size: 150%;
	display: block;
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 20px;
	height: auto;
	padding-bottom: 4px;
	float: left;
}
.page-number-q {
	margin-right: 3px;
	font-size: 150%;
	display: block;
	float: left;
}
.page-number-a {
	margin-right: 3px;
	font-size: 180%;
	display: block;
	float: left;
}
　 {
}
.img-fl0▼イメージ配置▼ {
}
/* ▼ページ画像用▼ */
.img-float-left {
	float: left;
	margin-top: 5px;
	margin-right: 2.5%;
	display: block;
	height: auto;
	width: 40%;
}
.img-float-left img {
	width: 100%;
	height: auto;
}
.img-float-right {
	float: right;
	margin-top: 5px;
	margin-left: 2%;
	margin-right: 3px;
	display: block;
	height: auto;
	width: 40%;
}
.img-float-right img {
	width: 100%;
	height: auto;
}
.img-float-center {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 2%;
	margin-bottom: 2%;
}
.img-float-center img {
	width: 100%;
	height: auto;
}
/* ▼トップ･各ページリンク用▼ */
.img-float-left-link {
	float: left;
	margin-top: 5px;
	margin-right: 2.5%;
	display: block;
	height: auto;
	width: 35%;
}
.img-float-left-link img {
	width: 100%;
	height: auto;
}
.img-float-right-link {
	float: right;
	margin-top: 5px;
	margin-left: 2%;
	display: block;
	height: auto;
	width: 30%;
}
.img-float-right-link img {
	width: 100%;
	height: auto;
}
/* ▼フリーサイズ画像用▼ */
.img-float-left-freesize {
	float: left;
	margin-top: 5px;
	margin-right: 2.5%;
	display: block;
}
.img-float-right-freesize {
	float: right;
	margin-top: 5px;
	margin-left: 2%;
	display: block;
}
/* ▼画像下コメント▼ */
.img-comment {
	text-align: center;
	overflow: hidden;
}
/* ▼PC版で横幅･固定数を入れる▼ */ 
.img-float-100 {
	height: auto;
}
/* ▼PC版で横幅100%▼ */ 
.img-float-100-2 {
	width: 100%;
	height: auto;
	display: block;
}
/* ▼2つ並び画像▼ */
.img-float-double {
	display: table-cell;
	overflow: hidden;
	float: left;
	width: 48%;
	height: auto;
	margin-right: 3px;
}
.img-float-double img {
	width: 100%;
	height: auto;
}
.page-icon {
	height: auto;
	margin-right: 5px;
	float: left;
	display: block;
}
　 {
}
.img-fl0▼イメージ効果▼ {
}
/* ▼画像に白い枠を表示▼ */ 
.img-frame {
	padding: 7px;
	border: 1px solid #DFDFDF;
	background: #fff;
	overflow: hidden;
	box-shadow: 2px 2px 3px #CCC;
	margin-bottom: 3px;
	display: block;
	margin-right: 3px;
}
.img-frame img {
	vertical-align: top;
}
/* ▼画像に白い枠を表示(2つ並び用)▼ */ 
.img-frame-02 {
	padding: 7px;
	border: 1px solid #DFDFDF;
	background: #fff;
	overflow: hidden;
	box-shadow: 2px 2px 3px #CCC;
	margin-bottom: 3px;
	display: block;
}
.img-frame-02 img {
	vertical-align: top;
}
/* ▼画像にグレーの枠を表示▼ */ 
.img-border {
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
　 {
}
.img-zoom▼画像オンマウスでズーム▼ {
}
/* ▼枠内でズーム▼ */
.scale-up {
	height: auto;
	border: 1px solid #CCC;
	overflow: hidden;
	display: block;
}
.scale-up img {
	-moz-transition: -moz-transform 0.5s linear; /* ←｢0.5s｣がズームの速度 (数字が大きいほど遅くなる) */
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.scale-up img:hover {
	-webkit-transform: scale(1.1); /* ←ズーム後の画像サイズ (数字が大きいほど大きくなる) */
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* ▼枠ごとズーム▼ */ 
.img-zoom {
	-moz-transition: -moz-transform 0.5s linear; /* ←｢0.5s｣がズームの速度 (数字が大きいほど遅くなる) */
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.img-zoom:hover {
	-webkit-transform: scale(1.1); /* ←ズーム後の画像サイズ (数字が大きいほど大きくなる) */
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.img-float-yazirushi {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 110px;
	height: auto;
}
.img-float-yazirushi img {
	width: 100%;
	height: auto;
}
　 {
}
.table-0▼テーブル▼ {
}
.table-0 {
}
.table-0 th {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.table-0 td {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.table-text-auto {
	width: 10px;
	white-space: nowrap;
}
.table-sp-textleft {
}
.table-sp-textleft th {
	text-align: center;
}
.table-sp-textleft td {
	text-align: center;
}
.table-icon {
}
.table-icon th {
}
.table-icon td {
}
.table-sc0▼テーブル･横スクロール▼ {
}
.table-scroll {
	width: 100%;
	overflow-x: auto;
}
.table-price {
	width: 100%;
}
　 {
}
.text-0▼フォーム･文字入力ボックス幅▼ {
}
.textarea {
	width: 94%;
}
.input {
}
　 {
}
.img-form▼フォーム･必須▼ {
}
.img-form {
	height: auto;
	display: block;
	width: 52px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.img-form-02 {
	height: auto;
	display: block;
	width: 48px;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}
.text-form {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.text-form-center {
	display: block;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #F00;
}
label {
	margin-top: 3px;
	margin-bottom: 3px;
}
　 {
}
.img-form▼フォーム･ボタン▼ {
}
.img-form-button {
	width: 180px;
	height: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.img-form-button input {
	height: auto;
	width: 100%;
}
　 {
}
.info-0▼お知らせ掲示板▼ {
}
/* ▼BBSタイプ▼ */ 
.text-box-topics {
	width: auto;
	height: 300px;
	overflow: hidden;
	background-color: #FFF;
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/* ▼クラスタイプ▼ */ 
.text-box-topics-left {
	display: block;
	width: 170px;
	float: left;
}
.text-box-topics-right {
	display: block;
	float: left;
}
　 {
}
.ggmap▼Googleマップ▼ {
}
.ggmap {
	position: relative;
	padding-bottom: 80%;
	height: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.ggmap iframe, .ggmapr object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
　 {
}
.ggcalendar▼Googleカレンダー▼ {
}
.ggcalendar {
	position: relative;
	padding-bottom: 80%;
	height: 0;
	overflow: hidden;
	margin-right: auto;
	width: 100%;
	margin-left: auto;
}
.ggcalendar iframe, .ggmapr object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
　 {
}
.inview▼下スクロール要素を表示▼ {
}
/* ▼フェードイン▼ */    
.inviewfadeIn {
	opacity: 0;
	transition: 1.5s; /* ←動きの速さ (数字が大きいほど遅い) */
}
.fadeIn {
	opacity: 1.0;
}
/* ▼上にスライド▼ */    
.inviewUp {
	transform: translate(0, 40px);
　/* ←スライドの高さ*/  
 -webkit-transform: translate(0, 40px);
	transition: 1s; /* ←動きの速さ (数字が大きいほど遅い) */
}
.Up {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* ▼ズームイン▼ */    
.inviewzoomIn {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: 2s; /* ←動きの速さ (数字が大きいほど遅い) */
}
.zoomIn {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
/* ▼フェードイン＋上にスライド▼ */	   
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
　/* ←スライドの高さ*/  
 -webkit-transform: translate(0, 60px);
	transition: 1s; /* ←動きの速さ (数字が大きいほど遅い) */
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
　 {
}
.anchor-0▼アンカーポイント▼ {
}
.anchor {
	margin-top: -120px;
	padding-top: 120px;
	display: inline-block;
}
　 {
}
.jump-bu▼ジャンプボタン▼ {
}
.jump-button-box {
	display: block;
	overflow: hidden;
}
.jump-button-box a {
	color: #FFF;
	text-decoration: none;
}
.jump-button01 {
	width: 47.3%;
	height: auto;
	margin-right: 0.7%;
	display: block;
	float: left;
	background-image: url(/images/sozai/option/jump-button.png);
	background-repeat: repeat-x;
	line-height: 23px;
	padding-top: 0.8%;
	padding-right: 1%;
	padding-bottom: 0.6%;
	padding-left: 1%;
	text-align: center;
	border-radius: 5px;
}
.jump-button02 {
	width: 30.6%;
	height: auto;
	margin-right: 0.7%;
	display: block;
	float: left;
	background-image: url(/images/sozai/option/jump-button.png);
	background-repeat: repeat-x;
	line-height: 23px;
	padding-top: 0.8%;
	padding-right: 1%;
	padding-bottom: 0.6%;
	padding-left: 1%;
	text-align: center;
	border-radius: 5px;
}
.jump-button03 {
	width: 22.3%;
	height: auto;
	margin-right: 0.7%;
	display: block;
	float: left;
	background-image: url(/images/sozai/option/jump-button.png);
	background-repeat: repeat-x;
	line-height: 23px;
	padding-top: 0.8%;
	padding-right: 1%;
	padding-bottom: 0.6%;
	padding-left: 1%;
	text-align: center;
	border-radius: 5px;
}
　 {
}

/* フォーム
-----------------------------------------------*/
.table-form {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #444;
}
.table-form th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}
.table-form td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
　 {
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="tel"] {
        width: 250px;
        height: 20px !important;
}

.wpcf7 input[name="your-email"],
.wpcf7 input[name="access"] {
        width: 350px;
        height: 20px !important;
}

.wpcf7 input[name="recruit"],
.wpcf7 input[name="your-contact"],
.wpcf7 input[name="your-subject"] {
        width: 98%;
        height: 20px !important;
}

.wpcf7 textarea[name="your-message"] {
        width: 98%;
        height: 100px !important;
}
.wpcf7-submit {
	margin-left: 10px;
}
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #CCCCCC;
}

.text-form-button {
	text-align: center;
	display: block;
	margin-top: 10px;
}
.text-effect-bold {
	font-weight: bold;
}


/* ヘッダー
------------------------------------------------------------*/
.header-bg {
	background-color: #6BCDEE;
}
.header-box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header h1{
	width: 100%;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.contact{
	float: right;
	text-align: left;
	font-size: 90%;
	margin-top: -97px;
	color: #666666;
}

.contact .tel{
}
.contact a {
	font-weight: normal;
}
.contact-tel a {
	color: #34B931;
	font-weight: bold;
	font-size: 140%;
	line-height: 20px;
}
.contact-box {
	display: block;
	margin-left: 0px;
}
.contact p {

	padding-left: 68px;
}
.contact-tel {
	font-weight: bold;
	line-height: 22px;
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/08/header-info-tel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 4px;
}
.contact-opentime {
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/08/header-info-opentime.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 4px;
}
.contact-address {
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/08/header-info-address.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 4px;
}
.header-info-icon {
	margin-top: -3px;
	margin-right: 5px;
	display: block;
	float: left;
}
.header-title {
	clear: both;
	text-align: left;
	margin: 40px 0 25px 0;
	color: #000000;
	font-size: 160%;
	font-weight: bold;
}

.header-title img{
	margin-top: -10px;
	width: 270px;
	margin-left: 10px;
}
#mainImg img{
width:100%;
height:auto;
}

/* チェンジボタン
------------------------------------------------------------*/
●チェンジボタン {
}
▼PC版 {
}
#change-pc-top {
	display: none;
}
#change-pc-bottom {
	display: none;
}
▼SP･TB版 {
}
#change-sp-top {
	display: none;
}
#change-sp-bottom {
	display: none;
}


/* コンテンツ
------------------------------------------------------------*/
#content{
	float: left;
	width: 710px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 15px;
	line-height: 27px;
}

/* タイポグラフィ
------------------------------------------------------------*/

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}


/* パンくずリスト
------------------------------------------------------------*/
#topic-path {
	width: auto;
	color: #B4B4B4;
	margin-bottom: 20px;
}
#topic-path a {
	font-weight: normal;
	color: #B4B4B4;
	font-size: 12px;
	line-height: 15px;
}
#topic-path h2 {
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* サイドバー　ウィジェット
------------------------------------------------------------*/

section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0px 0 10px 0;
}

section.widget_search h3{
margin:10px 0 15px 0;
}

p.banner{
padding-bottom:15px;
}

p.banner img{
max-width:280px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
	clear: both;
	font-size: 115%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	padding-left: 0px;
}

section.widget ul{
margin:0px 0 30px 0;
}

section.widget li a{
display:block;
margin-top:15px;
color:#000000;
font-weight:bold;
}

section.widget li a:hover{
color:#cdcdcd;
}

.newsTitle{
	clear: both;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 3px solid #000000;
}
.newsTitle h3{
float:left;
}

.newsTitle p{
float:right;
padding:5px 10px 0 10px;
font-size:70%;
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/07/global-navi-bg.png);
	background-repeat: repeat-x;
}

.newsTitle p a{
color:#000000;
}

.newsTitle p a:hover{
color:#cdcdcd;
}

.news{
margin:30px 0 30px 0;
}

.news p{
clear:both;
margin-top:15px;
}

.news p a{
display:block;
color:#000000;
font-weight:bold;
}

.news span{
padding-left:10px;
}

.news a:hover span{
color:#cdcdcd;
}


.widget_text {
	margin-bottom: 18px;
}

.side-navi-menu {
	overflow: hidden;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 60px;
}
.widget_text a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.widget_text a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.side-navi-icon {
	overflow: hidden;
	display: block;
	height: 58px;
	width: 45px;
	margin-right: 15px;
	float: left;
}
section.widget_search{
	margin-bottom: 45px;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}
.screen-reader-text{
	font-size: 90%;
}

.side-banner {
	display: block;
	height: auto;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#sidebar a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.fb-page {
	display: block;
	height: auto;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}

.side-navi-fb {
	max-width: 270px;
	background-color: #FFF;
	height: 450px;
	overflow: hidden;
	color: #000;
	border-radius: 5px;
	display: block;
	border: 1px solid #D4D4D4;
	margin-right: auto;
	margin-left: auto;
}
.side-area {
	width: auto;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	padding-top: 12px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.side-navi-title {
	width: auto;
	padding-bottom: 5px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CECECE;
	font-size: 115%;
	font-weight: bold;
	background-color: #FFF;
	margin-bottom: 8px;
	color: #000;
}
.side-area-box {
	font-size: 13px;
	line-height: 22px;
	display: block;
	margin-top: 0;
	overflow: hidden;
	background-color: #FFF;
}

/* ページトップ
------------------------------------------------------------*/
#page-top{
	position: fixed;
	right: 16px;
	bottom: 16px;
	display: none;
}
 
#page-top img{
	height: auto;
	width: 100%;
} 
 
#page-top a{
    color:#fff;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    line-height:100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px; 
}
 
 #page-top a:hover{
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}

/* フッター
------------------------------------------------------------*/

#footer {
	background-color: #F2F2F2;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer .inner {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .menu-item {
	display: inline-block;
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/08/footer-sitemap-icon.png);
	background-repeat: no-repeat;
	background-position: 1px 14px;
}

#footer li {
	display: inline-block;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;

}
*:first-child+html #footer li{
display:inline;
}

#footer li:first-child{
	border: 0;
}

#footer li a {
	text-decoration: none;
	font-weight: normal;
	color: #777777;
	font-size: 14px;
	text-shadow: 0px 0px 0px #777777;
}

#footer li a:hover{
	text-decoration: underline;
}
#footer ul ul{
display:none;
}

div.footer-widget-area {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: #FFE9BB;
}

div.footer-widget-area .textwidget {
	margin-bottom: 0px;
}

ul.footer-widget-container {
	max-width: 1110px;
	width: auto;
	font-size: 16px;
	line-height: 28px;
	display: block;
	margin-top: 0;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 5px;
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.businessarea h3 {
	font-size: 22px;
	line-height: 30px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF8600;
	font-weight: bold;
}

.businessarea h4 {
	font-size: 21px;
	line-height: 32px;
}

.list-group-item {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.list-group-item-text {
	margin-left: 10px;
}

#copyright {
	clear: both;
	padding: 10px 0 10px;
	text-align: center;
	background-color: #E6E6E6;
	background-image: none;
}
/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

nav#mainNav{
	position: relative;
	margin-bottom: 20px;
}

nav#mainNav ul{
display: flex;
    justify-content: center;
    align-items: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CECECE;
}

nav#mainNav ul li{
float:left;
}

nav#mainNav ul li a{
	display: block;
	text-align: center;
	float: left;
	height: 50px;
	line-height: 40px;
	font-size: 110%;
	color: #333333;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CECECE;
	width: 200px;
	padding-top: 8px;
	font-weight: normal;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:70%;
color:#cdcdcd;
font-weight:normal;
}

nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover{
	color: #999999;

}

nav#mainNav ul li a span,nav#mainNav ul li a:hover strong {
	text-decoration: underline;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{
display: none;
}

nav#mainNav ul li:hover ul{
	display: block;
	position: absolute;
	top: 70px;
	z-index: 500;
	width: 166px;
}

nav#mainNav ul li li{
	border-bottom: 1px dotted #cdcdcd;
	float: none;
	width: 171px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: left;
	background-color: #FFFF90;
	padding: 8px;
}

nav#mainNav ul li li:last-child{
border:0;
}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
}

nav#mainNav ul li li a:hover{
	color: #666666;

}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}

.table-text-auto {
	width: 10px;
	white-space: nowrap;
}
#menu-item-37 a:after {
	content: 'Top Page';
	display: block;
	font-size: 13px;
	margin-top: -11px;
	color: #6BCDEE;
text-align:center;
}
#menu-item-70 a:after {
    content: 'Recruit';
    display: block;
    font-size:13px;
	margin-top: -11px;
	color: #6BCDEE;
text-align:center;
}
#menu-item-157 a:after {
    content: 'Company';
    display: block;
    font-size:13px;
	margin-top: -11px;
	color: #6BCDEE;
text-align:center;
}
#menu-item-76 a:after {
    content: 'Business';
    display: block;
    font-size:13px;
	margin-top: -11px;
	color: #6BCDEE;
text-align:center;
}
#menu-item-83 a:after {
    content: 'Service';
    display: block;
    font-size:13px;
	margin-top: -11px;
	color: #6BCDEE;
text-align:center;
}
#menu-item-79 a:after {
    content: 'Access Info';
    display: block;
    font-size:13px;
	margin-top: -11px;
	color: #6BCDEE;
text-align:center;
}
}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

nav#mainNav{
clear:both;
margin-top:-15px;
margin-bottom:25px;
	font-weight: bold;
}

nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 45px;
	line-height: 45px;
	margin-bottom: 0px;
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/08/global-menu-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-left: auto;
	margin-right: auto;
	width:98%;
}

#mainNav a#menu span{
	padding-left: 40px;
	color: #999999;
}

nav#mainNav a.menuOpen {
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/08/global-menu-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-left: auto;
	margin-right: auto;
	width:98%;
}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

  nav .panel a:before {
    content: attr(data-text);
  }
  nav .panel img {
    display: none;
  }

nav#mainNav ul{
margin:0;padding:0;
}

nav#mainNav ul li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

nav#mainNav ul li a{
display:block;
padding:15px 20px;
text-align:left;
border-bottom:1px dashed #cdcdcd;
color:#000000;
}


nav#mainNav ul li a span{
display:none;
}

nav#mainNav ul li li{
float:left;
border:0;
}

nav#mainNav ul li li a{
padding-left:40px;
}

nav div.panel{
float:none;
}

#mainImg{
margin-bottom:20px;
}


}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
*****************************************************/

@media only screen and (max-width:1024px){

#wrapper, .inner{
width:100%;
}

#header .contact{
	margin-top: -102px;
}

#header h1{
	font-size: 12px;
	padding-bottom: 0px;
}

.header-title {
	margin-bottom: 30px;
}

.header-title img{
	width: 250px;
	margin-top: -15px;
	clear: both;
}

nav#mainNav{
margin-bottom:10px;
}

nav#mainNav ul{
margin:0 auto;
}

nav#mainNav ul ul{
padding:0;
}

nav div.panel{
float:none;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

.banner{
width:100%;
margin:0 auto;
text-align:center;
}

p.banner img{
width:100%;
height:auto;
}

.side-banner {
	width: 270px;
}

#footer .inner {
	text-align: center;
}

#footer ul {
	padding: 0px 0 0px;
}

#footer li{
margin-bottom:5px;
}

div.footer-widget-area .textwidget {
	padding-top: 5px;
}

.text-komidashi-link-triple {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

/* ▼トップ･各ページリンク用▼ */
.img-float-left-link, .img-float-right-link {
}
/* ▼フリーサイズ画像用▼ */
.img-float-left-freesize, .img-float-right-freesize {
	width: 40%;
}
.img-float-left-freesize, .img-float-right-freesize img {
	width: 100%;
	height: auto;
}
.text-bo0▼文字背景ボーダー▼ {
}
.text-border-red {
	background-position: left 0px;
}
.text-border-yellow {
	background-position: left 0px;
}
.text-border-blue {
	background-position: left 0px;
}
.text-border-green {
	background-position: left 0px;
}
.text-border-orange {
	background-position: left 0px;
}
.text-border-pink {
	background-position: left 0px;
}
.text-border-beige {
	background-position: left 0px;
}
.text-border-brown {
	background-position: left 0px;
}
.text-border-gray {
	background-position: left 0px;
}
.text-border-maincolor {
	background-position: left 0px;
}
.text-border-subcolor {
	background-position: left 0px;
}

}


/* 幅740px以下
------------------------------------------------------------*/
@media only screen and (max-width:740px) {
.text-box-auto-left {
}
.text-box-auto-left-02 {
}
.text-box-auto-right {
	display: block;
}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:644px){

body{
background-position:0 -25px;
font-size:90%;
}

#header h1{
	padding-top: 2px;
	font-size: 9px;
}

.header-title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 23px;
}

.header-title img{
	width: 270px;
	max-width:100%;
	margin-left: 0px;
}

#header .contact{
	display: none;
	width:275px;
	margin-top: -20px;
	margin-bottom: 30px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#mainImg {
height: 330px;
overflow: hidden;
position: relative;
margin-bottom:35px;
}

#mainImg img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}

h2.title{
margin-bottom:35px;
}

h2.title span{
padding-bottom:5px;
}

.businessarea h3 {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 10px;
}

caption, th {
	width: 10px;
	white-space: nowrap;
}

ul.post img{
display:block;
margin:5px auto 20px auto;
float:none;
width:100%;
}

#page-top{
	height: auto;
	width: 70px;
	right: 2px;
	bottom: 2px;
}

ul.footer-widget-container {
	font-size: 15px;
	line-height: 24px;
}
.site-content h3{
	font-size: 18px;
	line-height: 29px;
}
.businessarea h4 {
	font-size: 16px;
	line-height: 24px;
}

#topic-path a {
	font-size: 10px;
}

#topic-path h2 {
	font-size: 10px;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

#footer .menu-item {
	background-position: 1px 8px;
}

#footer li {
	padding-top: 0px;
	padding-bottom: 3px;
}

.text-box-01 {
	padding: 10px;
}
.text-box-02 {
	padding: 10px;
}

.text-box-flex {
	display: block;
}

/* ▼トップページ･各ページリンク用 / 横3つ並びパターン▼ */
.text-box-triple-01 {
	display: block;
	float: none;
	width: auto;
	margin-right: 0px;
}
.text-box-triple-01 img {
	width: 80%;
}
.text-box-triple-02 {

	float: none;
	width: auto;

}
.text-box-triple-02 img {

	width: 80%;
}
.text-komidashi-link-triple {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 15px;
}
.text-box-triple-margin {
	margin-bottom: 0px;
}
.border-link-triple {
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	margin-top: 25px;
	margin-bottom: 15px;
	float: none;
	width: 100%;
	clear: left;
}
.text-box-triple-box-height {
	height: auto;
}
.text-box-margin {
	margin-bottom: 40px;
}

.h3-1 {
	font-size: 17px;
	line-height: 25px;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	/* [disabled]margin-bottom: 15px; */
}
.img-float-yazirushi {
	width: 20%;
}
.page-icon {
	width: 19px;
}

.text-komidashi-006 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 15px;
}

.img-fl0▼イメージ配置▼ {
}
/* ▼ページ画像用▼ */
.img-float-left, .img-float-right {
	display: block;
	float: none;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}
.img-float-center {
	display: block;
	float: none;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}
/* ▼トップ･各ページリンク用▼ */
.img-float-left-link, .img-float-right-link {
	display: block;
	float: none;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}
/* ▼フリーサイズ画像用▼ */
.img-float-left-freesize, .img-float-right-freesize {
	display: block;
	float: none;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}
/* ▼2つ並び画像▼ */
.img-float-double {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	margin-bottom: 3%;
}
.img-float-double img {
}
.img-float-yazirushi {
	width: 50px;
}
.textarea {
}
.input {
	width: 94%;
}
.text-form {
	margin-right: 7px;
}
.text-form-center {
	width: auto;
}
.img-form-button {
	width: 150px;
}
.page-icon-box-01 {
	margin-bottom: 10px;
}

.text-kome▼※マーク･インデント {
}
.text-kome {
	padding-left: 18px;
	background-position: -3px 2px;
}
.text-pc▼テキスト･タブとスマホのみ表示 {
}
.text-pc-non {
	display: none;
}
.text-sp-non {
	display: none;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="tel"] {
        width: 60%;
}

.wpcf7 input[name="your-email"],
.wpcf7 input[name="access"] {
        width: 70%;
}
.wpcf7 input[name="recruit"],
.wpcf7 input[name="your-contact"],
.wpcf7 input[name="your-subject"] {
        width: 94%;
}
}

/* 幅420px以下
*****************************************************/
@media only screen and (max-width:420px) {
#content{
	font-size: 13px;
	line-height: 20px;
}

.post ul{
	padding-left: 22px;
}
.post ol{
	padding-left: 22px;
}
.post blockquote {
	padding-left: 0px;
}

h3 {
	font-size: 17px;
}
.h3-1 {
	padding-top: 8px;
	padding-bottom: 6px;
}
.text-komidashi-006 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	font-size: 14px;
}
.text-komidashi-link-triple {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	font-size: 14px;
}
.text-kome▼※マーク･インデント {
}
.text-kome {
	background-image: url(http://www.k-egg.biz/wp-content/uploads/2017/09/icon-kome-sp.png);
	padding-left: 14px;
	background-position: -1px 2px;
}
.img-form {
	margin-top: 3px;
	width: 40px;
}
.img-form-02 {
	margin-top: 2px;
	width: 36px;
}
}




