﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      import.css
 Author:         Your Name (admin)
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */

/* default Style - デフォルトのスタイル調整 基本リンクカラー設定
----------------------------------------------------------- */
@import url("../../common/css/default.css");


/* contents Style
----------------------------------------------------------- */
@import url("../../common/css/contents.css");


/* footer Style
----------------------------------------------------------- */
@import url("../../common/css/footer.css");


/* ライブラリー
----------------------------------------------------------- */
@import url("../../common/css/clearfix.css");


/* ページスタイル
----------------------------------------------------------- */
h2 {
	margin:45px auto;
	width:152px;
}

dt {
	border-left:7px solid #E0E0E3;
	padding-left:1em;
	float:left;
	display:block;
	width:7em;
	margin-bottom:3px;
}
dd {
	margin-bottom:3px;
}
.txtBox {
	background-color:#E0EEFA;
	margin-top:20px;
	padding:10px 20px 10px 20px;
	line-height:150%;
}
.txtBox_inn {
	float:left;
	margin-right:30px;
}

p .txtBox {
	line-height:150%;
}

h5 {
	border-left:7px solid #E0E0E3;
	padding-left:1em;
	margin-bottom:1em;
}

#content_inn p{
	line-height:120%;
	padding-top:10px;
	margin-bottom:0px;
}

.imgL{
}

.clearboth{
	margin:0 0 0 0;
}

.infomation{
	margin-top:20px;
}

h5{
	margin-top:30px;
	margin-bottom:0px;
}

.google_map{
	margin:110px 0 0 120px;
}


.imgC{
	margin-top:30px;

}

