@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	width: 100%;
	color: #333;	/*全体の文字色*/
	background-color: #fff;	/*全体の背景色*/
	background-image: linear-gradient(#C9E7F5,#fff,#fff);
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
img.intro{
	text-align: center;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;
}
img.flow{
	text-align: center;
	width: 100%;
	height: auto;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

.movie {
	text-align:center;
    position: relative;
	top: 10px;
    padding-bottom: 56.25%;
    width: auto;
}
.movie iframe {
    position: absolute;
	top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.map {
    position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}
 

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #0C65A7;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #0C65A7;			/*マウスオン時の文字色（全体）*/
	text-decoration: underline;	}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 1000px;	/*コンテナー幅*/
	margin: 0px auto;
	background-color: #fff;	/*コンテナーの背景色*/
	padding: 0px 10px;		/*上下、左右の余白*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 70px;	/*ブロックの高さ*/
	position: relative;
}
/*h1タグの設定*/
header h1 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	color: #FFF;				/*文字色*/
	background-color: #f28900;	/*背景色*/
	font-size: 10px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 18px;			/*行間*/
}
/*社名ロゴの設定*/
header #logo {
	position: absolute;
	text-align: left;
	top: 5px;
}
/*電話番号ボックスの設定*/
header #tel-box {
	position: absolute;
	right: 0px;
	top: 10px;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
#tel-box li {
	float: right;
}
#tel-box li a {
	font-size: 20px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2294cd), to(#0c65a7));
	background-image: -webkit-linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	background-image: linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	padding: 7px 12px 7px 5px;
	margin-left: 10px;
	border-radius: 10px;
	text-decoration: none;
}
#tel-box li a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2f86a2), to(#72bfd0));
	background-image: -webkit-linear-gradient(#2f86a2, #4EA1B8 30%, #72bfd0 50%);
	background-image: linear-gradient(#2f86a2, #4EA1B8 30%, #72bfd0 50%);
}
#tel-box li.icon-menu{
	display: none;
}



/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 5px 0 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2294cd), to(#0c65a7));
	background-image: -webkit-linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	background-image: linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;
	text-align: center;
	text-decoration: none;
	border-radius:4px;
	border-left:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	line-height: 30px;
	color: #FFFFFF;
}
#menu li a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	color: #333;
}
#toggle {
	display: none;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#top-img {
	clear: left;
	width: 1000px;	/*幅*/
	height: 300px;	/*高さ*/
	position: relative;
	margin-bottom: 2px;
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;
}
#top-img .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインイメージ下のメニュー
---------------------------------------------------------------------------*/
#menu2{
	text-align: center;
}
#menu2 li{
	text-align: center;
	float: left;
	width: 250px;
}
#menu2 li:nth-child(odd){
	border-right: 1px botted #000;
}
#menu2 li a{
	display: block;
	padding: 10px 0 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2294cd), to(#0c65a7));
	background-image: -webkit-linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	background-image: linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	font-size: 16px;
	color: #FFFFFF;
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;
	text-align: center;
	text-decoration: none;
	border-left:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	border-radius: 5px;
}
#menu2 li a:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	color: #333;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 20px;
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 740px;
	padding-bottom: 30px;
}
#main section {
	-webkit-box-shadow: 1px 2px 5px #ccc;
	box-shadow: 1px 2px 5px #ccc;
}
	
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #2294cd;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2294cd), to(#0c65a7));
	background-image: -webkit-linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	background-image: linear-gradient(#2294cd, #187dbb 45%, #0c65a7 50%);
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size: 100%;
	color: #fff;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	line-height: 150%;
	clear: both;
	border-top: 3px solid #2294CD;
	border-bottom: 3px solid #0c65a7;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	border-bottom: 2px solid #CCCCCC;
	font-size: 100%;
	padding: 1em 5px 0px;
	margin: 10px 15px 5px;
	line-height: 150%;
	clear: both;
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	padding: 1em 10px 0px;
	font-size: 100%;
	line-height: 140%
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 0.5em;
	line-height: 150%;
}

#main li {
	padding: 0px 12px 0 25px;
	line-height: 150%;
}

#main a.link {
	color: #ff8200;
	text-decoration: none;
}
#main a.link:hover {
	text-decoration: underline;
}
#main small {
	line-height: 130%;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	border: 1px solid #72bfd0;	/*枠線の幅、線種、色*/
	background-color: #2f86a2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72bfd0), to(#2f86a2));
	background-image: -webkit-linear-gradient(#72bfd0, #4EA1B8 30%, #2f86a2 50%);
	background-image: linear-gradient(#72bfd0, #4EA1B8 30%, #2f86a2 50%);
	color: #FFF;	/*文字色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下の順の設定。*/
}
#sub-image {
	text-align: center;
	padding-bottom: 15px;
}

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

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: 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;	/*角丸をなくす設定*/
}
#sub .box1 p {
	line-height: 150%;
	text-align: center;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	line-height: 140%;
}
footer #sitemap{
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
}
footer #sitemap a{
	background-color: #187dbb;
	border-radius: 10px;
	padding: 5px 7px 5px 5px;
	color: #fff;
	text-decoration: none;
}
footer #sitemap a:hover{
	background-color: #5DB4EA;
	border-radius: 10px;
	padding: 5px 7px 5px 5px;
	color: #fff;
	text-decoration: none;
}
footer #guide{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;				/*文字色*/
	background-color: #0c65a7;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer #guide a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*intro.html内の弁護士紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding: 0 0 20px;
}
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: 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 section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	background-color: #f6f1b2;	/*背景色*/
	color: #333;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #0c65a7;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}

/*simpleタイプ（※ボックス内の部分的な箇所にリンクを設定する場合）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	color: #187dbb;
	text-decoration: none;
}
/*マウスオン時*/
#main section.list.simple article a:hover {
	background-color: transparent;
	text-decoration: underline;
}
/*ボックス内の写真設定*/
#main section.list.simple article figure a:hover img {
	background-color: #f6f1b2;
	border: 1px solid #999;
}


/*case.htmlのボックス
---------------------------------------------------------------------------*/
#main .qa {
	height: 100px;
	margin: 10px 0px 15px;
}
#main .qa2 {
	height: 100px;
	margin: 10px 0px 15px;
}
#main .qa img {
	width: auto;
	height: auto;
	float: left;
	padding: 0 10px;
}
#main .qa2 img {
	width: auto;
	height: auto;
	float: left;
	padding: 0 10px;
}
#main .isee img {
	width: auto;
	height: auto;
	float: left;
	padding: 0px 10px ;
}
#main .case img.sil {
	width: auto;
	height: auto;
	float: left;
	padding: 0px 10px;
}
#main .case img {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
}
#main .case2 img {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
}
#main .case h3 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #FFC602;	/*左側の線の幅、線種、色*/
	margin: 15px 15px 10px;
	color: #000;	/*文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}


/*テーブル取り扱い事例
---------------------------------------------------------------------------*/
.ta {
	width: 100%;
}
.ta, .ta td, .ta th{
	border: none;
	line-height: 130%;
}
/*テーブル内の右側*/
.ta td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta th{
	width: 50px;
	padding: 10px;
	text-align: center;
}
.ta a {
	text-decoration: none;
}

/*テーブルサービス
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
}
/*テーブル内の右側*/
.ta3 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta3 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #FBE2A3;	/*背景色*/
}

/*テーブルその他
---------------------------------------------------------------------------*/
#table {
	width: 300px;
	padding: 10px 0 10px 50px;
}
.ta4 {
	width: 100%;
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
}
/*テーブル内の右側*/
.ta4 td{
	padding: 10px;
	text-align: center;
}
/*テーブル内の左側*/
.ta4 th{
	width: auto;
	padding: 10px;
	text-align: center;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pagetop a {
	background: rgba(24,125,187,0.5);
    text-decoration: none;
    color: #fff;
	font-weight: bold;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#pagetop a:hover {
    text-decoration: none;
    background: rgba(159,157,157,0.69);
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f28900;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fr {
	float: right;
}
.fl {
	float: left;
}

figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}
.dl_1em {
	line-height: 150%;
	padding: 0em 12px 1em 20px;
	}
	.dl_1em dt {
		float: left;
		width: 1em;
		text-align: right;
		margin-right: 5px;
	}
	.dl_1em dd {
		margin-left: 1.5em;
	}

/*Ｑ＆Ａのdl設定
---------------------------------------------------------------------------*/
.dl_1em2 {
	line-height: 150%;
	padding: 1em 12px 1em 20px;
	}
	.dl_1em2 dt {
		clear: both;
		float: left;
		width: 1em;
		text-align: right;
		color: #0C65A7;
		font-weight: bold;
	}
	.dl_1em2 dd {
		margin-left: 1.5em;
	}
	.dl_1em2 dd a{
		color: #0C65A7;
		text-decoration: none;
		font-weight: bold;
	}
	.dl_1em2 dd a:hover {
		text-decoration: underline;
	}

.dl_1em3 {
	line-height: 150%;
	padding: 0em 12px 1em 20px;
	}
	.dl_1em3 dt {
		float: left;
		width: auto;
		text-align: right;
	}
	.dl_1em3 dd {
		margin-left: 12em;
	}

.dl_2em {
	line-height: 150%;
	padding: 0.5em 0px 0.5em 25px;
	}
	.dl_2em dt {
		clear: both;
		float: left;
		width: auto;
		text-align: right;
		color: #323232;
		font-weight: normal;
	}
	.dl_2em dd {
		margin-left: 2.5em;
	}
	.dl_2em dd a{
		color: #323232;
		text-decoration: none;
		font-weight: normal;
	}
	.dl_2em dd a:hover {
		text-decoration: underline;
	} 
.dl_3em {
	line-height: 150%;
	padding: 0.5em 0px 0.5em 35px;
	}
	.dl_3em dt {
		clear: both;
		float: left;
		width: auto;
		text-align: right;
	}
	.dl_3em dd {
		margin-left: 3.5em;
	} 

#thanks {
	text-align: right;
	width: 100%;
	height: auto;
}
#thanks img {
	padding: 190px 15px 15px;
}

.fr img {
	padding: 5px;
	border: 1px #ccc solid;
	margin: 5px 10px;
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;
}

/*取り扱い事例リンクボタンの設定
---------------------------------------------------------------------------*/
#button {
	text-align: center;
}
#button ul {
	width: 640px;
	height: 60px;
	margin: 0px auto 0px auto;
}
#button li {
	float: left;
	width: 300px;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
	background-color: #bf8300;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1b739), to(#bf8300));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f1b739, #bf8300);	/*同上*/
	background-image: linear-gradient(#f1b739, #bf8300);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	border-radius: 30px;
}
#button li:hover {
	background-color: #f1b739;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bf8300), to(#f1b739));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#bf8300, #f1b739);	/*同上*/
	background-image: linear-gradient(#bf8300, #f1b739);			/*同上*/
}
	
#button a {
	line-height: 200%;
	text-decoration: none;
	font-size:16px;
	color: #FFFFFF;
}

/*サイトマップ
---------------------------------------------------------------------------*/
#sitemap article {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-bottom: 10px;
	margin: 10px;
	background: linear-gradient(to left top,#f4f4f4,#fff,#fff,#fff);
}
#sitemap h3{
	text-decoration: none;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #0C65A7;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
#sitemap h3 a {
	text-decoration: none;
	color: #333;
}
#sitemap h3 a:hover {
	color: #0c65a7;
}
#sitemap li {
	list-style: none;
}
#sitemap li a {
	text-decoration: none;
	color: #333;
}
#sitemap li a:hover {
	color: #0c65a7;
}

/*olのスタイル
---------------------------------------------------------------------------*/
#list h3{
	text-decoration: none;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #0C65A7;	/*左側の線の幅、線種、色*/
	margin-bottom: 1.5em;
	color: #000;	/*文字色*/
}
#list h3 a{
	text-decoration: none;
}
#list ol {
	margin: 0px 10px 20px 50px;
}
#list li {
	padding: 0 0 5px 2px;
}
#list li a {
	text-decoration: none;
}
#listqa ol {
	clear:both;
	margin: 0px 10px 20px 50px;
}
#listqa li {
	padding: 0 0 5px 2px;
}
#listqa li a {
	text-decoration: none;
}

/*依頼者の声
---------------------------------------------------------------------------*/
#voice article {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-bottom: 10px;
	margin: 10px;
	background: linear-gradient(to left top,#f4f4f4,#fff,#fff);
}
#voice h3{
	text-decoration: none;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #ffc602;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
#voice img {
	width: auto;
	height: auto;
	float: left;
	padding: 5px 25px 0px;
}
#voice article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	color: #EB8500;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#voice article a:hover {
	text-decoration: underline;
}

#wall {
	background:url(../images/back_img.gif);
	margin: 10px;
	border-radius: 10px;
}
#wall li {
	list-style: none;
	padding: 10px;
	
	