@charset "utf-8";



/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	background: #fff;/*背景色、背景画像の読み込み。*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #262626;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 980px;	/*コンテナー幅*/
	margin: 0px auto;
/*	-webkit-box-shadow: 0px 0px 8px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	/*box-shadow: 0px 0px 8px #999;			/*同上*/
	background: #FFF;	/*コンテナーの背景色*/
/*	padding: 0px 2%;		/*上下、左右の余白*/
}

#container1 {
	background: #FFF;	/*コンテナーの背景色*/
/*	padding: 0px 2%;		/*上下、左右の余白*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	overflow: hidden;
	border-top: 0px solid #08f;	/*上のアクセント用ラインの幅、線種、色*/
	padding: 12px 0px 10px 0px;	/*上下、左右へのボックス内にとる余白*/
}
/*ロゴ画像の設定*/
header #logo img {
	float: left;
	max-width:150px;
	padding:10px;
}
header #logo_sub img {
	float: left;
	max-width:250px;
}

header .sublink{
	float: right;	/*右に回り込み*/
}

/*電話番号ボックス全体の設定*/
header .tel {
	float: right;	/*右に回り込み*/
	margin-top:30px;
	padding-right:12px;
	color: #262626;	/*文字色*/
	font-size: 26px;	/*文字サイズ*/
	font-weight: bold;	/*太字*/
	text-align: right;	/*テキストを右寄せ*/
	line-height: 1;	/*行間をデフォルトより少し狭くする*/
	letter-spacing: 0.01em;	/*文字間隔を少し広くとる設定*/
}
/*電話番号ボックス内の「TEL」部分の設定*/

	header .bg1 a{
		margin:20px;
		width: 150px;
		float:right;
		background: #06f;	/*背景*/
		text-align:center;
		color: #fff;			/*文字色*/
		padding: 10px 0 8px 0;
		border:solid #06f 1px;
		border-radius: 7px;
		letter-spacing: 0.1em;
		line-height:1.2rem;
	}

	@media screen and (max-width: 480px) {
		header .bg1 a{
			margin:0 10px;
			width: 120px;
			float:right;
			background: #06f;	/*背景*/
			text-align:center;
			color: #fff;			/*文字色*/
			padding: 8px 0 6px 0;
			border:solid #06f 1px;
			border-radius: 7px;
			letter-spacing: 0.1em;
			line-height:1.1rem;
		}
	}

header .bg1 a:hover{
	background: #fff;	/*背景*/
	text-align:center;
	color: #00f;			/*文字色*/
}

/*電話番号に自動リンクが貼られる環境用（タブレットやスマートフォンなど）の設定*/
header .bg1 a {
	color: #ffffff;		/*文字色*/
	text-decoration: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menubar {
	clear: both;
	overflow: hidden;
	margin-bottom: 1px;	/*メニューブロックの下に空ける余白*/
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;	/*メニューを左に回り込み*/
	width: 19.999%;		/*メニュー幅。6個あるので6分の１で16.66%です。*/
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	margin-left: 2%;
	line-height: 1.6;
	font-size: 15px;	/*文字サイズ*/
	padding: 8px 0px;	/*上下、左右へのボックス内の余白*/
	font-weight: bold;	/*太字にする設定*/
	letter-spacing: 0.01em;		/*文字間隔を少し広めにとる設定。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background: url(../images/menu_bar1.png) no-repeat left center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*バー画像の読み込みとグラデーション*/
/*	background: url(../images/menu_bar1.png) no-repeat left center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	text-align: center;	/*文字をセンタリング*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定＋内側への設定*/
	box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;			/*同上*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child a {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	border: 1px solid #222;	/*枠線の幅、線種、色*/
	background:222;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background:  -webkit-linear-gradient(#222, #222 49%, #555 50%, #777 100%);	/*バー画像の読み込みとグラデーション*/
	background: linear-gradient(#222, #333 49%, #555 50%, #777 100%);			/*同上*/
	color: #FFF;	/*文字色*/
}
/*英語表記の設定*/
nav#menubar ul li a span {
	font-size: 9px;	/*文字サイズ*/
	color: #262626;	/*文字色*/
	display: block;
	font-weight: normal;
}
nav#menubar ul li a:hover span,
nav#menubar ul li.current a span {
	color: #FFF;	/*マウスオン時の文字色*/
}
/*小さい端末用(画面幅480px以下)メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	overflow: hidden;
	padding-bottom: 30px;
}



hr {
	border-color: #9af;
	margin-bottom: 30px;
}

h6 {
	border-left: #4a4cbe 10px solid;
	color: #4a4cbe;
	font-size: 16px;
	padding-left: 10px;
}

h5 {
	font-size:16px;
	padding-left: 13px;
}

#head-box{
	height:150px;
	margin:5px;
	padding:5px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #f4f4f4 33%, #e8e8e8 67%, #FFF 100%);	/*グラデーション*/
	background: linear-gradient(#eee, #e8e8e8 33%, #f4f4f4 67%, #FFF 100%);			/*同上*/
	border-radius:10px;
}

#head-box0{
	height:150px;
	margin:0px 5px;
	padding:5px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #f4f4f4 33%, #e8e8e8 67%, #FFF 100%);	/*グラデーション*/
	background: linear-gradient(#e1ffff, #f1ffff 33%, #f8ffff 67%, #FFF 100%);			/*同上*/
	border-radius:10px;
}

#head-box img , #head-box0 img{
	margin:5px;
	float:left;
}

#head-box h5 , #head-box0 h5{
	margin-top:10px;
	line-height:21px;
}

#head-box p , #head-box0 p{
	margin-top:3px;
	font-size:13px;
	line-height:18px;
}


/*メインコンテンツ（ページ最上部）
---------------------------------------------------------------------------*/

#main1 {
	float: left;	/*左側に回り込み*/
	overflow: hidden;
	width: 100%;	/*メインコンテンツ幅*/
}
/*１カラム時のメインコンテンツ*/
.c1 #main1 {
	float: none;
	width: 100%;
}
/*mainコンテンツのh1タグの設定*/
#main1 h1 {
	clear: both;
	margin-bottom: 16px; 
	font-size:28px;
	color: #fff;		/*文字色*/
	background-color: #222;
	padding: 20px 15px 20px 15px;	/*上下、左右への余白*/
	letter-spacing: 0.1em;

}
/*mainコンテンツのh2タグの設定*/
#main1 h2 {
	clear: both;
	margin-bottom: 15px; 
	/*background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*グラデーション*/
	/*background: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size:18px;
	color: #262626;		/*文字色*/
	padding: 1px 15px 7px 25px;	/*上下、左右への余白*/
	background-image:url(../images/bg_headline_icon.png);
	background-repeat: no-repeat;
/*	border-bottom: 5px solid #ccc;	/*下の線の幅、線種、色*/
/*	border-top: 1px solid #CCC;			/*上の線の幅、線種、色*/
/*	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
/*	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
}
/*mainコンテンツのh3タグの設定*/
#main1 h3 {
	clear: both;
	margin-bottom: 15px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*グラデーション*/
	background: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh4タグの設定*/
#main1 h4 {
	clear: both;
	margin-bottom: 0.5em;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	color: #000;	/*文字色*/
}

#main1 h6{
	clear: both;
	margin-bottom: 30px; 
	font-size:28px;
	color: #353535;		/*文字色*/
	/* background-color: #bfceff; */
	box-shadow: 0px 0px 5px 5px #d8d8e6;	
	padding: 5px 15px 5px 15px;	/*上下、左右への余白*/

}

/*メインコンテンツのp(段落)タグ設定*/
#main1 p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main1 h2 + p,
#main1 h3 + p {
	margin-top: -5px;
}






#main5 {
	float: left;	/*左側に回り込み*/
	overflow: hidden;
	width: 100%;	/*メインコンテンツ幅*/
}
/*１カラム時のメインコンテンツ*/
.c1 #main5 {
	float: none;
	width: 100%;
}
/*mainコンテンツのh1タグの設定*/
#main5 h1 {
	clear: both;
	margin-bottom: 16px; 
	font-size:28px;
	color: #000;		/*文字色*/
	background-color:#CCFF99;
	padding: 20px 15px 20px 15px;	/*上下、左右への余白*/

}
/*mainコンテンツのh2タグの設定*/
#main5 h2 {
	clear: both;
	margin-bottom: 15px; 
	font-size:18px;
	color: #262626;		/*文字色*/
	padding: 5px 15px 7px 30px;
	background-color:#CCFFCC;
}
/*mainコンテンツのh3タグの設定*/
#main5 h3 {
	clear: both;
	margin-bottom: 15px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*グラデーション*/
	background: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh4タグの設定*/
#main5 h4 {
	clear: both;
	margin-bottom: 0.5em;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	color: #000;	/*文字色*/
}

#main5 h6{
	clear: both;
	margin-bottom: 30px; 
	font-size:28px;
	color: #353535;		/*文字色*/
	/* background-color: #bfceff; */
	box-shadow: 0px 0px 5px 5px #d8d8e6;	
	padding: 5px 15px 5px 15px;	/*上下、左右への余白*/

}

/*メインコンテンツのp(段落)タグ設定*/
#main5 p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main5 h2 + p,
#main5 h3 + p {
	margin-top: -5px;
}

/*メイン0コンテンツ
---------------------------------------------------------------------------*/
#main0 {
	float: left;	/*左側に回り込み*/
	overflow: hidden;
	width: 66%;	/*メインコンテンツ幅*/
}
/*１カラム時のメインコンテンツ*/
.c1 #main0 {
	float: none;
	width: 100%;
}
/*mainコンテンツのh1タグの設定*/
#main0 h1 {
	font-size:20px;
	color: #262626;		/*文字色*/
	padding: 10px;
	box-shadow: 0px 2px 5px #CCC;	
 margin-bottom:15px;
}
/*mainコンテンツのh2タグの設定*/
#main0 h2 {
	margin-bottom: 15px; 
	/*background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*グラデーション*/
	/*background: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	/*-webkit-box-shadow: 0px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
/*	box-shadow: 0px 2px 5px #CCC;			同上*/
	font-size:18px;
	color: #262626;		/*文字色*/
	padding: 5px 15px 5px 30px;	/*上下、左右への余白*/
	background-image:url(../images/bg_headline_icon.png);
	background-repeat: no-repeat;
/*	border-bottom: 5px solid #ccc;	/*下の線の幅、線種、色*/
/*	border-top: 1px solid #CCC;			/*上の線の幅、線種、色*/
/*	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
/*	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
}
/*mainコンテンツのh3タグの設定*/
#main0 h3 {
	clear: both;
	margin-bottom: 15px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*グラデーション*/
	background: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh4タグの設定*/
#main0 h4 {
	clear: both;
	margin-bottom: 0.5em;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	color: #000;	/*文字色*/
}
/*メインコンテンツのp(段落)タグ設定*/
#main0 p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main0 h2 + p,
#main0 h3 + p {
	margin-top: -5px;
}





/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	overflow: hidden;
	width: 74%;	/*メインコンテンツ幅*/
}
/*１カラム時のメインコンテンツ*/
.c1 #main {
	float: none;
	width: 100%;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	clear: both;
	margin-bottom: 16px; 
	font-size:18px;
	color: #262626;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	background-image:url(../images/bg_headline_icon.png);
	background-repeat: no-repeat;
	box-shadow: 0px 2px 5px #CCC;	
/*	border-bottom: 5px solid #ccc;	/*下の線の幅、線種、色*/
/*	border-top: 1px solid #CCC;			/*上の線の幅、線種、色*/
/*	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
/*	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px; 
	/*background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*グラデーション*/
	/*background: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
 /*-webkit-box-shadow: 0px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
/*	box-shadow: 0px 2px 5px #CCC;			/*同上*/
	font-size:18px;
	color: #262626;		/*文字色*/
	padding: 0px 15px 0px 20px;	/*上下、左右への余白*/
	background-image:url(../images/bg_headline_icon.png);
	background-repeat: no-repeat;
/*	border-bottom: 5px solid #ccc;	/*下の線の幅、線種、色*/
/*	border-top: 1px solid #CCC;			/*上の線の幅、線種、色*/
/*	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
/*	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*グラデーション*/
	background: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	clear: both;
	margin-bottom: 0.5em;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	color: #000;	/*文字色*/
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 10px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	position: relative;
	overflow: hidden;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main .list a {
	overflow: hidden;
	padding: 2%;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
/*マウスオン時*/
#main .list a:hover {
	background: #f6f1b2;	/*背景色*/
	color: #333;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 25%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 22%;		/*画像の幅*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 2%;
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}




/*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
.list table {
	font-size: 10px;	/*文字サイズ*/
	margin: 0px 15px 5px;
	width: 72%;
	background: #fff;
}
.list table,
.list table td,
.list table th{
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
.list table td,
.list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
.list table th{
	width: 18%;		/*幅*/
	background: #eff1f8;	/*背景色*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
}
/*白い説明用ブロック*/
.list table td {
	width: 31%;	/*幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 25%;	/*サブコンテンツ幅*/
}

#sub p {
 padding:3px;
}

#sub0 {
	float: right;	/*右側に回り込み*/
	width: 33%;	/*サブコンテンツ幅*/
}

#sub2 {
	float: right;	/*右側に回り込み*/
	width: 25%;	/*サブコンテンツ幅*/
	margin-left:20px;
}

#sub3 {
	float: left;	/*左側に回り込み*/
	width: 33%;	/*サブコンテンツ幅*/
}

#sub4{
	float: right;	/*右側に回り込み*/
	width:300px;
	margin:10px 10px 10px 10px;
}

#sub5{
	float: left;	/*左側に回り込み*/
	width: 300px;
	margin:10px 0px 10px 20px;
}

#text-box{
	clear:both;
	font-size:30px;
	text-align:center;
}

#doc{
	width:50%;
	float:right;
	margin-bottom:15px;
}

#green-h{
	background-color:#99CC99 ;
	float:left;
	width:49%;
	padding:15px 0px 0px 0px;
	font-weight:bold;
	font-size:18px
}

#green-p{
	background-color:#CCFFCC ;
	float:left;
	width:49%;
	padding:15px 0px 0px 0px;
 margin-bottom:15px;
}

#orange-h{
	background-color:#CC9933 ;
	float:left;
	width:49%;
	padding:15px 0px 0px 0px;
	font-weight:bold;
	font-size:18px
}

#orange-p{
	background-color:#FFCC99 ;
	float:left;
	width:49%;
	padding:15px 0px 0px 0px;
	margin-bottom:15px;
}

#normal-p{
	float:left;
	width:49%;
	padding:15px 0px 0px 0px;
	margin-bottom:15px;
}


/*１カラム時のサブコンテンツ*/
.c1 #sub {
	display: none;	/*非表示*/
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	background: #262626;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#262626, #242424 49%, #000 50%);	/*グラデーション*/
	background: linear-gradient(#262626, #242424 49%, #000 50%);			/*同上*/
	color: #FFF;	/*文字色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下の順の設定。*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	border-top: 0px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 0px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 0px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 0px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-bottom:18px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#eaeeff, #FFF);	/*グラデーション*/
	background: linear-gradient(#eaeeff, #FFF);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 2px #FFF inset;		/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background: #caeeff;	/*背景色*/
	color: blue;				/*文字色*/
	font-weight: bold;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #eaeaea);	/*グラデーション*/
	background: linear-gradient(#FFF, #eaeaea);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*box1内のh2タグ*/
#sub .box1 h2 {
	padding: 2px 0px;	/*上下、左右への余白*/
	border-radius: 0px;	/*角丸をなくす設定*/
}

/*フッター設定
---------------------------------------------------------------------------*/

footer {
	clear: both;
	text-align: center;
	padding: 15px 0px;
	color: #000;				/*文字色*/
	background: #ededed;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #000;
}
footer a:hover {
	color: #00f;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom: 20px;
}
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 180px;	/*ボックスの高さ*/
	padding-left: 15px;

}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;

}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 50px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 180px;
	padding: 10px 10px 10px 15px;
	text-align: left;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*グラデーション*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}

/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	margin-bottom: 50px;
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td {
	padding: 10px;
}
/*テーブル内の左側*/
.ta2 th {
	width: 100px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*グラデーション*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}


/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
	margin-bottom: 50px;
}
.ta3, .ta3 td, .ta3 th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.2;
}
/*テーブル内の右側*/
.ta3 td {
	width:auto;
	padding: 10px;
}
/*テーブル内の左側*/
.ta3 th {
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi {
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*グラデーション*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}

/*ボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#262626, #000);	/*グラデーション*/
	background: linear-gradient(#262626, #000);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #262626;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#000, #262626);	/*グラデーション*/
	background: linear-gradient(#000, #262626);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #262626;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*よく頂く質問・リンク共通設定
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq,
.link {
	padding: 0px 15px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt,
.link dt {
	color: #0b10ed;	/*文字色*/
	font-weight: bold;	/*太字*/
}
.faq dt a,
.link dt a {
	color: #0b10ed;
}
/*回答の設定*/
.faq dd,
.link dd {
	padding-bottom: 15px;
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(45deg) translate(35px);
	-ms-transform: rotate(45deg) translate(35px);
	transform: rotate(45deg) translate(35px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(45deg) translate(35px);
	-ms-transform: rotate(45deg) translate(35px);
	transform: rotate(45deg) translate(35px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #dcdcdc;padding: 4px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #262626;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right !important;}
.mini1 {font-size: 11px;font-weight: normal;}

#entry-container{
	background-color: #ddd;
	padding:12px 0px 0px 10px;
	margin-bottom:25px;
	border-left: solid 10px #999;
}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像の設定*/
header {
	border: none;
	padding: 10px 0px;
	text-align: center;
}

header #logo img {
	width: 50%;	/*ロゴ画像の幅*/
}

header #logo_sub img {
	display: none;
}

/*電話番号ボックス全体の設定*/
header .tel {
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.01em;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 33.33%;		/*メニュー幅*/
}
nav#menubar ul li a {
	margin: 1% 0;
}
nav#menubar ul li:nth-child(odd) a {
	margin-right: 0;
}
/*メニューの１つ目を非表示にする*/
/*※補足：レイアウト上、段落ちが気になったのでこの設定をしましたが、表示させたいならこのブロックを削除し、上の(odd)を(even)に変更して下さい。*/
/*nav#menubar ul li:first-child {
	display: none;
} */

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}

#sub {
	display: none;
}

#main0, #sub0 {
	float: none;
	width: auto;
}

#main1, #sub1 {
	float: none;
	width: auto;
}

#main,#sub3 {
	float: none;
	width: auto;
}

#main,#sub4{
	float: none;
	width: 100%;
}

#main,#sub5{
	float: none;
	width: 100%;
}

#doc,#green-h,#green-p,#orange-h,#orange-p,#normal-p{
	float: none;
	width: 100%;
}

#head-box , #head-box0 {
	float: none;
	width: 100%;
}

#head-box h5 , #head-box0 h5{
	margin-top:25px;
	padding-left:20px;
}

#head-box p , #head-box0 p{
	margin:5px;
	font-size:14px;
}


/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {display: none;}



}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*	#sub2 {
		display: none;
	} */

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border: none;
	padding: 10px 0px;
	text-align: center;
}
/*ロゴ画像の設定*/
header #logo img {
	width: 67%;	/*ロゴ画像の幅*/
	float: none;
	margin-bottom: 10px;
}
/*電話番号ボックス全体の設定*/
header .tel {
	font-size: 16px;
	float: none;
	text-align: center;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*大きな端末用(画面幅481px以上)メニューを非表示にする*/
#menubar {
	display: none;
}

/*小さい端末用(画面幅480px以下)メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}
/*メニュー１個ごとの設定*/
nav#menubar-s ul li a {
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 3px 0px;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 2%;		/*上から18pxの場所に配置*/
	right: 2%;	/*右から2%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #333;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*service.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main .list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main0 .list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main0 .list figure img {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main1 .list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main1 .list figure img {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


#main5 .list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main5 .list figure img {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
.list table {
	margin: 0px;
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*
section#new h2.open {
	background: url(../images/.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*マイナスアイコンとグラデーション*/
/*	background: url(../images/btn_minus.png) no-repeat left center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);		/*同上*/
/*	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);				/*同上*/
/*}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*プラスアイコンとグラデーション*/
/*	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
/*	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);					/*同上*/
/*}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 4px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 30%;
	padding: 4px;
}

/*テーブル2
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta2 td{
	width: auto;
	padding: 4px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 20%;
	padding: 4px;
}

/*ボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: auto;
	font-size: 14px;
	letter-spacing: normal;
}


/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}

}

