@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #fff;
}

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;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #2828b4;
	text-decoration: underline;
}
a:hover {
	color: #2828b4;	
	text-decoration: none;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF 80%, #ededed);	/*グラデーション*/
	background-image: linear-gradient(#FFF 80%, #ededed);		/*グラデーション*/
	}
	
	
/*ヘッダーブロックの中*/

header .inner {
	width: 990px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*h1の設定*/

#h1box {
width:100%;
background-color:#2828b4;
padding:5px 0;
}

#h1 {
color:#fff;
margin:0 auto;
padding:0;
font-size:13px;
font-weight:normal;
width:990px;
text-align:left;
line-height:1.0em;
}


header .inner #logo {
	position: absolute;
	left:0;
	top: 20px;
}

/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 15px;
	right:0;
	font-size: 11px;
	text-align: center;
	line-height: 1.6;
	font-style:normal;
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size:20px;
	color: #2828b4;
	font-weight: bold;
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 60px;	/*ブロックの高さ*/
	background-color: #2828b4;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2828b4), to(#2828b4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#2828b4, #2828b4 49%, #2828b4 50%);	/*同上*/
	background-image: linear-gradient(#2828b4, #2828b4 49%, #2828b4 50%);			/*同上*/
	margin-bottom: 25px;
}
nav#menu ul {
	width: 997px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 165px;	/*メニュー幅*/
	border-right: 1px dotted #ddd;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 25px;
	padding-top: 10px;
	font-size:15px;
	color: #FFF;	/*文字色*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px dotted #ddd;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #6464e1;	/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size:14px;	/*文字サイズ*/
	display: block;
	line-height: 20px;
	padding-bottom: 5px;
	opacity: 0.5;	/*透明度50％*/
	font-family: 'Rokkitt', serif !important;
}

#activemenu {
background-color: #2828b4 !important;	/*背景色*/
}
/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 705px;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 590px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}


/*2カラム時*/
body.c2 #main {
	width: 702px;	/*メインコンテンツ幅*/
}


/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 280px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 200px;
	padding-bottom: 30px;
}
/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #666;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#999, #666);	/*同上*/
	background-image: linear-gradient(#999, #666);			/*同上*/
	padding: 3px 0px;	/*上下、左右への余白*/
	color: #FFF;	/*文字色*/
	border-radius: 6px 6px 0px 0px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
/*box1の中にあるh2タグの設定*/
#sub .box1 h2,
#side .box1 h2 {
	border-radius: 0;	/*角丸をなくす設定*/
}
/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	background-color: #eee;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box1,
#side h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}

/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/

#sub ul li,
#side ul li {
}

#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding:5px 0 5px 10px;
	background:url(../images/bgsidenavi.png) left center no-repeat #fff;	/*背景色*/
	color:#666;
	padding-left:25px !important;
}

#sub ul li a:hover,
#side ul li a:hover {
	text-decoration: none;
	background:url(../images/bgsidenavi-over.png) left center no-repeat #eee;	/*背景色*/
	color: #2828b4 !important;
padding-left:25px;
}


#sidenaviactive a {
text-decoration: none !important;
	background:url(../images/bgsidenavi-over.png) left center no-repeat #eee !important;	/*背景色*/
	color: #2828b4 !important;
	padding-left:25px !important;
}
/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #2828b4;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-color: #2828b4;	/*スライドショーの外側（左右）の背景色*/
}
#mainimg aside {
	width: 997px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mainimg .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;
}

/*トップページボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 30px;		/*ボックス間のスペース*/
	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: #FFF;	/*背景色*/
}

/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding:0;
	margin:0 0 30px 0;
	color:#333 !important;
	line-height:1.7em;
}

#main section.list article p span {
color: #2828b4;
text-decoration:underline;
}

#main section.list article p span:hover {
color: #2828b4;
text-decoration:none;
}

/*ボックス内の写真設定*/
#main section.list article div img {
	margin:0 auto;
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
text-align:center;
}

/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right:10px;
}

/*ボックス内のh4タグ設定*/
#main section.list article h3 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #2828b4;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #2828b4;	/*文字色*/
}


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

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;	/*背景色*/
}
/*テーブルのキャプション設定*/
.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;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #66abf9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71b1f9), to(#66abf9));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#71b1f9, #66abf9);	/*同上*/
	background-image: linear-gradient(#71b1f9, #66abf9);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	border: none;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #71b1f9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#66abf9), to(#71b1f9));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#66abf9, #71b1f9);	/*同上*/
	background-image: linear-gradient(#66abf9, #71b1f9);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 11px;	/*文字サイズ*/
	background-color: #2828b4;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
section {
clear:both;
margin:0 0 30px 0 !important;
}

.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

.mini1 {
	font-size: 12px;
	line-height: 1.5;
}

figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}

.box1p {
background-color:#fff;
line-height:1.7em;
padding:5px;
}

.box1p a {
	color: #2828b4;	
	text-decoration: underline !important;
}
.box1p a:hover {
	color: #2828b4;	
	text-decoration:none !important;
}

.p0 {
margin:0 !important;
padding:0 !important;
line-height:1.7em;
clear:both;
}

.p10 {
margin:0 0 10px 0 !important;
padding:0 !important;
line-height:1.7em;
clear:both;
}

.p20 {
margin:0 0 20px 0 !important;
padding:0 !important;
line-height:1.7em;
clear:both;
}

.p30 {
margin:0 0 30px 0 !important;
padding:0 !important;
line-height:1.7em;
clear:both;
}

.p50 {
margin:0 0 50px 0 !important;
padding:0 !important;
line-height:1.7em;
clear:both;
}

.p100 {
margin:0 0 100px 0 !important;
padding:0 !important;
line-height:1.7em;
clear:both;
}

.big {
font-size:150% !important;
font-weight:bold !important;
}

/* ---------------mouseover--------------- */

.mouseover a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* ---------------h2--------------- */

.h2{
	border:solid 1px #ddd;
  -moz-border-radius: 5px; /* FF */
  -webkit-border-radius: 5px;/* Webkit */
  border-radius: 5px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	padding: 3px 0 3px 10px;
  -pie-background:linear-gradient(top,  #fff,  #eee);
  behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc);  /* ie */
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size:18px;
  color:#666 !important;
  margin-bottom:20px;
  clear:both;
}
.h2 span {
  border-left:5px #2828b4 solid;
  padding-left:10px;
}

.h2-002 {
  background: url(../images/line.gif) repeat-x bottom left;
	padding-bottom: 15px;
	color: #3cf;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size:20px;
  color:#2828b4 !important;
  margin-bottom:20px;
  clear:both;
}

/* ---------------h3--------------- */

.h3 {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size:20px;
  color:#2828b4 !important;
  margin-bottom:10px;
  padding-bottom:10px;
  clear:both;
  line-height:1.0em;
  border-bottom:dotted 1px #ccc;
}

/* ---------------Wobble Horizontal--------------- */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* ---------------responsive----------------- */

.responsive img {
max-width:100% !important;
height:auto !important;
width:auto !important;
}

/* ---------------float----------------- */

.floatleft480 {
width:480px;
float:left;
margin:0 0 30px 0;
}

.floatright200 {
width:200px;
float:right;
margin:0 0 30px 0;
}

.floatleft340 {
width:340px;
float:left;
margin:0 0 30px 0;
}

.floatright340 {
width:340px;
float:right;
margin:0 0 30px 0;
}

/* ---------------newsdl----------------- */  

.newsdl {
margin:0 0 50px 0;
padding:0;
text-align:left;
}

.newsdl dt {
margin:0;
padding:0;
font-weight:bold;
}

.newsdl dd {
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:dotted 1px #aaa;
}

/* ---------------footerul----------------- */  

#footerul {
clear:both;
text-align:center;
width:100%;
margin:0 auto;
padding:0;
}

.footerul ul {
list-style:none;
margin:0 0 50px 0;
padding:0;
}

.footerul ul li {
display:block;
float:left !important;
}

/* ---------------table----------------- */

.table001 {
margin:0 0 30px 0;
padding:0;
border:solid 1px #cfcfcf;
border-collapse:collapse;
line-height:1.5em;
}

.table001 th {
width:140px;
text-align:center;
padding:10px 0;
margin:0;
background-color:#eee;
border-bottom:solid 1px #cfcfcf;
border-right:solid 1px #cfcfcf;
}

.table001 td {
text-align:left;
padding:10px;
margin:0;
border-bottom:solid 1px #cfcfcf;
}

.table002 {
margin:0 0 30px 0;
padding:0;
border-collapse:collapse;
line-height:1.5em;
}

.table002 th {
width:30%;
text-align:center;
padding:10px 0;
margin:0;
border-bottom:dotted 1px #cfcfcf;
border-right:dotted 1px #cfcfcf;
}

.table002 td {
text-align:left;
padding:10px;
margin:0;
border-bottom:dotted 1px #cfcfcf;
width:70%;
}

/* ---------------googlemap----------------- */

#googlemap {
margin:0 0 30px 0;
padding:0;
}


/*トップページボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.productbox {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 20px;		/*ボックス間のスペース*/
	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;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display:block;
	overflow:hidden;
}

/*ボックス内の段落タグ設定*/
.productbox p {
	padding:0;
	margin:0 0 20px 0;
	color:#333 !important;
	line-height:1.7em;
}


/*ボックス内の写真設定*/
.productbox div img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right:10px;
	margin-bottom:20px;
}

/*ボックス内のh3タグ設定*/
.productbox h3 {
	padding: 3px 0px 3px 0;	/*上、右、下、左側への余白*/
	font-size: 110%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	margin-bottom:10px;
	color: #2828b4;	/*文字色*/
}

