@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: url(../images/bg.jpg), url(../images/foot_bg.png);
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	background-color: #EAF6FD;
}
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: #00a5cf;	
}
a:hover {
	color: #00CCFF;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	padding-top: 10px;
	width: 100%;	/*ヘッダーブロックの幅*/
	text-align: center;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	padding-left: 2%;
}
/*メニュー１個あたりの設定*/
nav#menubar ul li {
	float: left;
	width: 18.5%;
	margin-left: 4.5%;	
}
/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 90%;
	height: auto;
}
nav#menubar ul li a img {
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	border: 7px solid #FFF;
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	border: 7px solid #FF3;
}
/*テキスト部分の設定*/
nav#menubar ul li a {
	text-decoration: none;
	color: #FFF;
}
nav#menubar ul li a span {
	display: block;
	word-wrap: break-word;
	border-radius: 100px;
	font-size: 16px;
	line-height: 1;
	background-color: #00CCFF;
	margin-bottom: 30px;
	padding: 4px;
}
/*テキスト部分のマウスオン時の設定。*/
nav#menubar ul li a:hover span {
	color: #FF3;
	background-color: #66CCFF;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 300px;
	width: 960px;
	border-radius: 5px;
	margin-bottom: 20px;
}
#mainimg img {
	border-radius: 5px;
}
#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;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	border-radius: 5px;
	background-color: #FFF;
	padding: 15px;
	text-align: left;
	clear: left;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 6px rgba(0,0,0,0.2);	
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
	padding-bottom: 30px;
	min-height: 300px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #e62856;
	font-size: 100%;
	padding: 10px 10px 10px 20px;
	clear: both;
	border-radius: 5px;
	color: #FFF;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #efefef;	
	font-size: 100%;
	padding: 8px 10px 8px 20px;
	clear: both;
	border-radius: 5px;
	border: 1px solid #CCC;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 20px 10px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	height:130px;
}
footer a {
	text-decoration: none;
}

/*フッター内のメニュー
---------------------------------------------------------------------------*/
#footermenu	{
	padding-top: 30px;
	text-align: center;
}
#footermenu li {
	display: inline;
	padding: 0px 5px;
}


/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow.png) no-repeat left center;
	padding-right: 20px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow.png) no-repeat 2px center;
}

/*ブロック
---------------------------------------------------------------------------*/
#main section {
overflow:hidden
}

#main section.list article {
	height: 330px;
	width: 260px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px #ccc;
	box-shadow: 0px 2px 5px #ccc;	
	background-color: #FFF;
	padding: 15px;
	float: left;
	margin: 0px 12px 20px;
	position: relative;
	border: 1px solid #CCC;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 120%;
	padding: 0;
	border-radius: 0px;
	color: #ff001e;
	border-bottom: 2px dotted #ff001e;
	margin-bottom: 5px;
}
/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;
	right: 0px;	
}

/*ブロック2
---------------------------------------------------------------------------*/
#main section.list2 {
	margin-left: 10px;
}

#main section.list2 article {
	height: 380px;
	width: 285px;
	background-color: #FFF;
	padding: 5px;
	float: left;
	margin: 0 8px 20px;
	position: relative;
	border: 1px solid #CCC;
}

/*ブロック3
---------------------------------------------------------------------------*/
#main section.list3 {
	margin-left: 10px;
}

#main section.list3 article {
	height: 160px;
	width: 455px;
	background-color: #FFF;
	float: left;
	margin: 0 8px 20px;
	position: relative;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 920px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ccc;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	background: #fafafa;
	width: 200px;
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #ffffe0;
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #ffffe0;	
	font-weight: bold;
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 250px;
	padding: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	background-color: #00CCFF;
	-webkit-box-shadow: 0px 2px 5px #ccc;
	box-shadow: 0px 2px 5px #ccc;	
	color: #FFF;
	letter-spacing: 0.1em;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #66CCFF;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #00CCFF;
	text-decoration: none;
	text-align: center;
	width: 12em;	
	display: block;
	float: right;
	letter-spacing: 0.1em;
	border-radius: 10px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #66CCFF;
	color: #FFF;
}

/*詳しく見るボタン
---------------------------------------------------------------------------*/
.button a {
	color: #FFF;
	background-color: #00CCFF;
	text-decoration: none;
	text-align: center;
	margin:10px auto 10px auto;
	width: 10em;	
	display: block;
	border-radius: 5px;
	padding: 10px;
}
/*マウスオン時*/
.button a:hover {
	background-color: #66CCFF;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #333;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
#menubar_hdr {
	display: none;
}
figcaption {
	font-size: 11px;
}
.pagetop {
	clear: both;
	text-align: right;
}

.g-map{
position: relative;
padding-bottom: 60%;
height: 0;
overflow: hidden;
}
.g-map iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.left-box { float: left; width: 630px; padding-left: 10px; box-sizing: border-box; }
.right-box { float: left;　width: 210px; padding-left: 20px; box-sizing: border-box; }

.float_r {
	float: right;
    margin: 15px;
}