/* =====================================
   table
===================================== */



.table04 {
  width: 100%;
}
.table04 th {
  border: 1px solid #f89c0b;
  background: #f89c0b;
  padding: 8px 15px;
}
.table04 td {
  border: 1px solid #f89c0b;
  padding: 8px 15px;
}


.table03 {
  width: 100%;
}
.table03 th {
  width: 25%;
  background: #ffcb89;
  border: 1px solid #FFF;
  padding: 5px 10px;
}
.table03 td {
  background: #FFF0DC;
  border: 1px solid #FFF;
  padding: 5px 10px;
  vertical-align: middle;
}


/*  ----table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table02 thead th {
    background: #F9AF3B;
    border: 1px solid #f89c0b;
}
table.gnv_tmp_table02 th {
    background: #fff3d6;
    border: 1px solid #f89c0b;
}
table.gnv_tmp_table02 td {
    border: 1px solid #f89c0b;
    vertical-align: middle;
}

/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center !important;
}
table.gnv_tmp_hours td {
    width: 8%;
}

/*------- table -------------------------- */

.b_06 table td, .b_06 table th {
  border: 1px solid #f89c0b;
}
.b_06_item {
  width: 30%;
  padding: 7px 10px;
  text-align: left;
  background: #fff3d6;
}












/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 └ 1-7. pc sp change
 2. header
 3. nav
 4. mainimage
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under 
 ├ 6-4. map 
 └ 6-5. tel
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. list
 ├ 8-3. writer
 ├ 8-4. sns
 └ 8-5. etc
******************************************************************************* */

/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 1-2. margin -------------------------- */
.m00 { margin: 0 !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}
.m45 { margin: 45px !important;}
.m50 { margin: 50px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 1-3. padding -------------------------- */
.pa00 { padding: 0 !important;}
.pa05 { padding: 5px !important;}
.pa10 { padding: 10px !important;}
.pa15 { padding: 15px !important;}
.pa20 { padding: 20px !important;}
.pa25 { padding: 25px !important;}
.pa30 { padding: 30px !important;}
.pa35 { padding: 35px !important;}
.pa40 { padding: 40px !important;}
.pa45 { padding: 45px !important;}
.pa50 { padding: 50px !important;}

.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}



.top .mb10 {
  text-align: center;
  margin-bottom: 20px !important;
  font-family: "UD新ゴ コンデンス90 B JIS2004",Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* 1-4. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 1-5. bold -------------------------- */
.bold { font-weight: bold;}

/* 1-6. ph -------------------------- */
.ph {
    display: inline-block;
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ph img {
	width: 100%;
}

/* 1-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}


}

/* =====================================
 2. header
===================================== */

/* =====================================
 3. nav
===================================== */
#inquiryBody nav {
	
}

/* =====================================
 4. mainimage
===================================== */

#mainimage img {
  max-width: 680px;
  margin: 20px auto 200px;
}


#carousel_wrapper {
	background: #f8f8f6 url(/asset/main_pc_bg.jpg) center top no-repeat !important; 
    overflow: hidden;
    position: relative;
    text-align: center;
}



.under #mainimage {

	background: url(http://www.ed-kobe.com/asset/h2_bg.jpg) right top no-repeat;
	padding: 42px 0;
    line-height:1.2 !important;
}
#blogBody #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
	display: none;
}
.under h2 {
	color: #000;
        text-align: left;
}
.under h2 span {
	color: #999;
	font-size: 70%;
	padding-left: 20px;
}
h2.titleBg {
	text-align: left;
}
/* =====================================
 5. footer
===================================== */
#footer img{
    width:auto;
}
#footer address {
    color: #000000;
    font: 15px/1.5 "Ubuntu",sans-serif;
    padding-top: 4px;
    text-transform: uppercase;
}
#footer address dl {
    margin-bottom: 20px;
}
#footer address dt {
    margin-bottom: 5px;
    font-weight: bold;
}
#footer .footerLink {
    color: #000000;
    list-style: outside none none;
    margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.5;
}
.privacy {
    color: #000000;
    font: 15px "Times New Roman";
    margin: 5px 0 12px;
    text-transform: uppercase;
}
/* =====================================
 6. content
===================================== */
#content-top {
    min-height: 260px;
}
.under #content-top {
    min-height: 0px;
}
.img1 {
    border: 1px solid #d9d9d9;
    display: inline-block;
}
.img1, .img2, .img3, .img4 {
    box-sizing: border-box;
    width: 100%;
}

/*
.a1:before {
    background: url("/asset/link1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
*/

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.b_11 .b_11_in span img,
.b_11_2_in span img {
    display: block;
    float: none;
    line-height: 1px;
    margin: 0;
    width: 100%;
}
.container_12 .alpha {
    margin-right: 10px !important;
}
.container_12 .omega {
	margin-left: 10px !important;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.img4 {
    border: 1px solid #dcdcdc;
    display: inline-block;
    float: left;
    margin: 5px 20px 20px 0;
    width: 220px;
}
#content{
	background:#ffffff;
}
.block1 p span {
    display: block;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.top .counts_01 .block1 {
 margin-bottom: 0px;
    padding: 10px;
}
.block1 {
    background: none repeat scroll 0 0 #ffffff;
    margin-bottom: 20px;
    padding: 15px 15px 15px 15px;
}
.div6 {
    background: none repeat scroll 0 0 #fff;
    color: #9a9a9a;
    font-size: 15px;
    padding: 0 12px 17px 0;
}
/* 6-1. title -------------------------- */
/* 6-2. top -------------------------- */
/* 6-3. under -------------------------- */
.under #content{
	background: #fff;
	padding: 30px 0;
}
.under #content-top{
	
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
	position: relative;
	padding-bottom: 40%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 995px) {

/* =====================================
 1. header
===================================== */
.grid_12 {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.top .b_09 .grid_12 {
  padding: 0 0px;
}



/* =====================================
 4. mainimage
===================================== */

#mainimage img {
  margin: 20px auto 170px;
}


}



@media only screen and (max-width: 767px) {


#carousel_wrapper {
	background: url(/asset/main_sp_bg.jpg) center top no-repeat !important; 
}

.container_12 .omega,
.container_12 .alpha {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.top #content-top {
  min-height: 70px;
}

/* =====================================
 1. header
===================================== */
#header .grid_12 {
  padding: 0 0px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin: 0;
}

.counts_01 .grid_6,
.counts_01 .grid_3 {
  margin-bottom: 15px;
}

#blogBody .blogside h3 {
  width: auto;
  padding: 10px 0;
}

.table03 th,
.table03 td {
    padding: 5px 3px;
    font-size: 80%;
}

}


@media screen and (max-width: 600px) {
.gnv_tmp_map {
	position: relative;
	padding-bottom: 80%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
    cursor: text;
}
.tel_txt a:hover {
    text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 767px) {
.tel_txt a,
.tel_txt a:hover {
    text-decoration: underline;
}

.top .b_09 .grid_12 {
  width: 100% !important;
}
/* =====================================
 4. mainimage
===================================== */

#mainimage img {
  max-width: 365px;
  margin: 20px auto 30px;
}
.top #mainimage .grid_12 {
  padding: 0;
}

table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 2px;
}



}

@media screen and (max-width: 480px) {
#mainimage img {
  max-width: 365px;

}

}

@media screen and (max-width: 420px) {
#mainimage img {
  max-width: 365px;
  margin: 40px auto 45px;
}
.top #content-top {
  min-height: 50px;
}
}

/* =====================================
 7. full content
===================================== */
.full .brd4 {
	padding: 30px 0;
	background: #f6f6f6;
}
.full .div4:after,
.full .div7:after {
	border-color: transparent transparent #f6f6f6;
}
.full .contents_block{
	width:100%;	
}
.full p {
	margin-bottom: 0;
}
/* =====================================
 8. blog
===================================== */
#blogBody h3 {
	color: #323232 !important;
	margin: 20px 0 20px;
	background: none;
	border-top: 3px solid #448b1c;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px;
}
#blogBody .blogside h3 {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	border-top: none;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	margin: 10px 0 20px !important;
    width: 100%;
}
/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
input[type="text"]{
	border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
	padding: 2px;
    border-radius: none;
	margin-bottom: 5px;
}
#blogBody input[type="text"]{
	width: 98%;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}

.blog #content .icon_imgs {
    width: auto !important;
}
.blog #content img {
    height: auto;
    max-width: 100%;
    width: auto;
}
/* 8-2. list -------------------------- */
.blogside .list li {
	background: none;
}
.blogside li:before {
    color: #14408c;
    content: "・";
    font-size: 100%;
    padding-right: 0.4em;
}
.blogside .list a {
    word-wrap: break-word;
}
/* 8-3. writer -------------------------- */
.blog #content .contributor {
    color: #999;
    font-size: 85%;
    margin: 3em 0 0.5em;
    text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
    text-align: right;
}
.blog .shareBt .fb_iframe_widget {
    margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
    text-align: right;
    vertical-align: middle;
    width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
    width:auto;
}
.blog .shareBt .lineBt img {
    width: 88px !important;
}
/* 8-5. etc -------------------------- */
ol, ul {
    font-size: 15px;
    list-style: outside none none;
}


.under #content-parts{
    background:#ffffff;
    padding: 30px 0;
} 










/* =====================================
アプリ
===================================== */
.app_image {
	margin:20px auto;
	max-width:700px;
}
.app_image span img {
    border: none;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
    z-index: 1;
}
.app_box{
	display:none !important;
}
@media screen and (max-width: 767px) {
.app_image {
	max-width:600px;
	padding:0 20px;
}
.app_box{
	display:table !important;
	text-align:center;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
}
.app_box p{
	display: table-cell;
}
.app_box a{
	line-height: 1.4;
	display: block;
	padding: 10px 20px;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
		background: #eee;
		background: -moz-linear-gradient(top, #fff, #ededed);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	-webkit-box-shadow: 3px 3px 5px 0 #ccc;
	-moz-box-shadow: 3px 3px 5px 0 #ccc;
	box-shadow: 3px 3px 5px 0 #ccc;
	margin:0 15px !important;
	text-decoration:none !important;
        color:#333;
}
}
