@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}



caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */


body {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 80%;
	-webkit-text-size-adjust: none;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

/* リンク設定
------------------------------------------------------------*/
/*a{color:#009;text-decoration:none;}
a:hover{
	opacity:0.7;}
a:active, a:focus {
	outline:0;
	font-family: inherit;
}
*/
/* 全体
------------------------------------------------------------*/
*#wrapper{
width:100%;	
margin:0 auto;
height: auto;
position:relative;
}
/* ------------------------------------------------------------*/
/**************************
/*メインヴィジュアル*/

#kv{
	width: 1000px;
    margin: 0 auto;}
#mainBanner {
    margin: 17px auto;
    padding: 0;
    width: 100%;
    position: relative;
    line-height: 0;
}#mainBanner img{
	width:100%;}
#course_back{display:none;}
/* ------------------------------------------------------------*/
/*パンくずリスト*/
#breadcrumb{
	height:30px;
	width:1000px;
	margin:0 auto;
	clear:both;
}
#breadcrumb ul li a{
	color:#f29e9d;
	margin-left:20px;
}
#breadcrumb ul li {
	color:#f29e9d;
/*	display:inline;
*/	float:left;
	padding:2px;
	background:url(../images/flow/home_icon.png) no-repeat left center;}

#breadcrumb ul li:last-child{background:none;}	

/*---------------------------------------------------------------------------------------------------------------------*/
#contents_wap {
	width:100%;
	margin:0 auto;
	height: auto;
    position: relative;
	clear:both;
}
#contents {
	width:1000px;
	margin:0 auto;
	height:auto;
}
/*左コンテンツ*/
/*#leftcontents {
	width:750px;
    height:auto;
    float: left;
}
*/.company {
	margin-top:30px;
}
dl {
    overflow: hidden;
    font-size: 12px;
    line-height: 150%;
    border-bottom: 1px #009 solid;
}

 dt {
    width: 140px;
    padding: 20px;
    float: left;
 }
 dd {
    width: 510px;
    padding: 20px;
    float: right;
}
#company_map {
	margin-top:30px;
	margin-bottom:30px;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){

}

/* タブレット用
------------------------------------------------------------*/
@media only screen and (max-width:959px){
#kv{
	width: 100%;
    margin: 0 auto;}
/*	#main_slide{
		width:100%;
	}
	#main_slide{
		height:auto;
		background-image:none;
	}
*/
/*コンテンツ**********************************/
#contents{
		width:100%;
	}
#leftcontents{
		width:100%;
		margin:0 auto;
}
.gaiyo {
	margin-bottom:50px;
}
 dl{
	 margin-bottom:10px;
 }


}
@media only screen and (max-width:700px){
#breadcrumb{
		width:100%;
		height:30px;
	}
dl {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #009 solid;

}


 dt {
    width: 100%;
    padding: 0px;
    float: none;
	margin-bottom:10px;
	}
 dd {
    width: 100%;
    padding: 0px 0px 10px;
    float: none;
}
.company {
	margin-bottom:30px;
}
#company_map {
	display:none;
}

	}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#breadcrumb{
		width:100%;
		height:30px;
		padding: 5px;
	}


}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}

