@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;	/*文字サイズ、行間、フォント指定*/
	background-color: #EAF6FD;	/*背景色*/
	border-top: 4px solid #F1A2C4;	/*ページ上部の線の幅、線種、色*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
	background-repeat: repeat-x;
}
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: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #0f1bb1;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/

header {
	width: 100%;
	background: #fff;
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #fff, 1px 1px 6px 3px rgba(10,10,0,.5);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1.5px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #F1A2C4;
	border-right-color: #F1A2C4;
	border-bottom-color: #4AB98D;
	border-left-color: #F1A2C4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}




/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
	height: 100px;	/*ブロックの高さ*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #fff;
}



/*h1ロゴの設定*/
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	margin-top: 5px;
	color: #333333;
	}

.logo {
	position: absolute;
	left: 0px;	/*innerに対して左から20pxの場所に配置*/
	top: 0px;	/*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 0px;		/*innerに対して上から15pxの位置に配置*/
	right: 0px;	/*innerに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 18px;	/*文字サイズ*/
	color: #0f1bb1;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;	
	margin-top: -15px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 60px;
	background-color: ;
	margin-bottom: 10px;


}
nav#menu ul {
	width: 997px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;

}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	height: 80px;
	float: left;
	width: 20%;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: ;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
}
nav#menu ul li a {
	height: 30px;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;	/*文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 130%;
	font-weight: ;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #CCCCCC;	/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 10px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 0px;
	padding-bottom: 5px;
	opacity: 0.5;	/*透明度50％*/
	color: #666666;
}

/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #FFFFFF;	/*背景色*/
	border-bottom-style: solid;
	border-bottom-color: #4AB98D;
	border-bottom-width: 5px;
}


#Menuon a, #Menuon a:hover {
	color: #fff;
	border-bottom-style: solid;
	border-bottom-color: #F1A2C4;

	} 



/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;	/*コンテンツ幅*/
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#body {
	width: 97%;
	height:auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 15px;
	border: 10px solid #fff;
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	
	
	border: 1.5px dashed #4AB98D;
	-moz-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #fff, 1px 1px 6px 3px rgba(10,10,0,.5);
	
	}

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

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*右側に回り込み*/
	width: 790px;	/*メインコンテンツ幅*/
	padding-bottom: 0px;
}
/*2カラム時*/
body.c2 #main {
	width: 770px;	/*メインコンテンツ幅*/
}

#main h2 {
	width: 97%;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	
	
	border: 1.5px dashed #4AB98D;
	-moz-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #fff, 1px 1px 6px 3px rgba(10,10,0,.5);
}



/*mainコンテンツのh3タグ設定*/
#main h3 {
	width: 97%;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	
	
	border: 1.5px dashed #F1A2C4;
	-moz-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #fff, 1px 1px 6px 3px rgba(10,10,0,.5);
}


#main p {
	padding: 0.5em 10px 15px;	/*左から、上、左右、下への余白*/
}


#box_top ul li {
	width: 240px;
	height:335px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 15px;
	border: 10px solid #fff;
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 8.5px;	
	border: 1.5px dashed #4AB98D;
	-moz-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #fff, 1px 1px 6px 3px rgba(10,10,0,.5);
}

#box_top ul li.box_full {
	width: 765px;
	height:335px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 15px;
	border: 10px solid #fff;
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 8.5px;	
	border: 1.5px dashed #4AB98D;
	-moz-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #fff, 1px 1px 6px 3px rgba(10,10,0,.5);
}

#box_top ul li.box_full2 {
	width: 765px;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 15px;
	border: 5px solid #fff;
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 8.5px;
	border: 1.5px dashed #060;
	-moz-box-shadow: 0 0 0 3px #070, 1px 1px 2px 1px rgba(5,5,0,.5);
	-webkit-box-shadow: 0 0 0 3px #070, 1px 1px 2px 1px rgba(5,5,0,.5);
	box-shadow: 0 0 0 3px #070, 1px 1px 2px 1px rgba(5,5,0,.5);
	background-color: #4AB98D;
}

#box_top ul li p {
	line-height: 1.2em;
	height:95px;
	}



#box_top .icatch{
	width: 90%;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

#box_top ul li.box_full .icatch{
	width: 90%;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 37px;
	padding: 0px;
}

#box_top .midasi {
	width: px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}


#box_top h5 {
	margin: 0px;
	padding: 0px;
	color: #4AB98D;
	font-size: ;
	font-weight: ;
	text-align: center;

}
#box_top .k3 {
	font-size: 120%;
	color: #ffffff;
	border-radius: 8px;
	font-weight: bold;
	display: block;
	width: 90%;
	text-align: center;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #40A47B;
}
#box_top .k3:hover {
	color: #fff;
	background-color: #3A9672;
}

#box_top a {
text-decoration: none;
}

#box_top p {
	font-size: 120%;
	font-weight:bold;
	text-decoration: none;
	color: #333;
	line-height: 2em;
}

/*サイドコンテンツ
---------------------------------------------------------------------------*/

/*サイドコンテンツ*/
#side {
	float:right;
	width: 205px;
	padding-bottom: 0px;
	margin-right:0px;
	
}
.side_area p{
	background-image: url(../images/area_side.png);
	font-size: 110%;
	color: #ffffff;
	font-weight: normal;
	display: block;
	width: 100%;
    height: 500px;
	text-align: center;
	}





/*2カラム時サイドコンテンツを非表示*/
body.c2 #side {
	display: none;
}

#side h2 {
	font-size: 100%;
	text-align: center;	
	background-color: #1e234c;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1e234c), to(#1e234c));
	background-image: -webkit-linear-gradient(#1e234c, #1e234c);	
	background-image: linear-gradient(#1e234c, #1e234c);		
	padding: 3px 0px;
	color: #FFF;
	border-radius: 3px 3px 3px 3px;	
}

#side .box1 h2 {
	border-radius: 0;
}

#side .box1 {
	background-color: #FFF;
	border: 1px solid #1e234c;
	padding: 5px;
	margin-bottom: 15px;
}


#side h2 + ul,
#side h2 + .box1 {
	border-top: none;
}

#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}

/*side
---------------------------------------------------------------------------*/
#side ul {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;	
	margin-bottom: 15px;
}
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	
	padding-left: 10px;
	background: #FFF;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #7EC271;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}



#ft_bg {
	background-image: url(../images/footer2.png);
	background-repeat: repeat-x;
	height: 88px;
	margin-top: -80px;
	}
	
	
	
.foot_gif{
	width: 90%;
	display: block;
	margin-bottom: 70px;
	text-align: center;
	}	

	

div#footer {
	background: #7EC271;
   width: 100%;
   height: 120px;
   font-size: 10px;
   text-align: left;
   letter-spacing: 1px;}
 
div#footer2 {
	width: 100%;
	height: 98px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
	box-shadow: 2px -2px 8px #CCC;
	
	border: 1.5px dashed #4AB98D;
	-moz-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #fff, 1px 1px 4px 3px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #fff, 1px 1px 6px 3px rgba(10,10,0,.5);
}	
	
div#footerIn {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background-color: #000066;
}


div#footerIn .footerlogo {
	width: 450px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 200%;
	font-size: 100%;
}
div#footerIn .footerlogo2 {
	position: absolute;
	float: right;
	top: 5px;
	right: 0px;
	line-height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#footerIn .footerlogo3 {
	width: 350px;
	float:left;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 120%;

}

div#footerIn .footerlogo4 {
	width: 350px;
	float:right;
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 120%;

}

div#footerIn li {
   margin-bottom: 5px;}

div#footerIn a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 120%;
   }

div#footerIn a:hover {
   text-decoration: underline;}

div#footerIn ul.foot_menu01 {
	position: absolute;
	left: 500px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.8em;
	font-size: 12px;	
}

div#footerIn ul.foot_menu02 {
	position: absolute;
	left: 700px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.8em;	
	font-size: 12px;	
	
}

div#footerIn .telnumber {
   position: absolute;
   top: 45px;
   right: 0;
   width: 277px;
   height: 104px;
   text-indent: -9999em;}

div#footerIn .submenu {
   position: absolute;
   overflow: hidden;
   top: 233px;
   left: 0;
   width: 980px;}

div#footerIn .submenu ul {
   float: left;
   padding-top: 8px;}

div#footerIn .submenu ul li {
   float: left;
   margin-right: 17px;}

div#footerIn .submenu address {
   width: 219px;
   height: 30px;
   float: right;
   text-indent: -9999em;}
   
small {
	padding-top: 5px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	}
   
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 1px 1px 1px 1px #999999;
	border-radius: 0px;
	margin-bottom: -50px;
	margin-top: 18px;
}




/*テーブル１
---------------------------------------------------------------------------*/

.ta1 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.ta1, .ta1 td, .ta1 th{
	line-height: 2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.ta1 td{
	padding: 10px;
}

.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	line-height: 1.2em;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #4AB98D;
}

.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;	/*文字を太字にする設定*/
}

/*テーブル2 (対応エリア)
---------------------------------------------------------------------------*/
.ta2 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ta2, .ta2 td, .ta2 th{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	line-height: 2;
}


.ta2 td{
	padding: 2px;
	width: 50px;
	height: 10px;
}

.ta2 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	line-height: 1.2em;
}

.ta2 th.tamidashi{
	width: auto;
	text-align: center;
	background-color: #4AB98D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


/*テーブル3 (ハウスクリーニング料金表)
---------------------------------------------------------------------------*/
.ta3 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ta3, .ta3 td, .ta3 th{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	line-height: 2;
}


.ta3 td{
	padding: 10px;
	width: 40px;
	height: 30px;
	font-size:120%;
	font-weight:400;
}
.ta3 th{
	width: ;
	height: 50px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	line-height: 1.2em;
		font-size:120%;
	font-weight:600;
}
.ta3 th.title{
	padding: 7px;
	width: px;
	height: 20px;
}


.ta3 th.kosyo{
	padding: 10px;
	width: 25px;
	height: 30px;
	border-right-style: dashed;
	border-right-color: #CCC;
	border-right-width: 1px;
}
.ta3 td.naiyou{
	padding: 10px;
	width: 150px;
	height: 30px;
	border-right-style: dashed;	
	border-right-color: #CCC;
	border-right-width: 1px;
}


.ta3 th.tamidashi{
	width: auto;
	height: 20px;
	text-align: center;
	background-color: #4AB98D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/*こだわり
---------------------------------------------------------------------------*/

.ta4 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.ta4, .ta4 td, .ta4 th{
	line-height: 2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.ta4 td{
	padding: 10px;
}

.ta4 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	line-height: 2em;
}

.ta4 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #4AB98D;
}

.ta4 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;	/*文字を太字にする設定*/
}



.red {
	color: #FF0000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.blue {
	color: #0000FF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	}
.bold {
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	}

/*テーブル
---------------------------------------------------------------------------*/

.ta_form {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.ta_form, .ta_form td, .ta_form th{
	line-height: 2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.ta_form td{
	padding: 10px;
}

.ta_form th{
	width: 25%;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	line-height: 1.2em;
}

.ta_form th.tamidashi{
	width: auto;
	text-align: center;
	color:#fff;
	background-color: #4AB98D;
}

.ta_form 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: 8px;
	margin-bottom: 20px;
	border-radius: 15px;
	background-color: #4B943F;
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	font-size: 15px;
	border: none;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #007700;/*背景色（古いブラウザだとここの色のみが出ます）*/
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;


}
#pagetop a {
	color: #000;		
	font-size: 12px;	
	border-radius: 0px;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
}

#pagetop_s {
	display: none;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}


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





/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: none;	
	}
	
	
#hp {
	display: block;
    } 
	
#hp_tab {
	display: block;
}

#smart_tab {
	display: none;
}

.img_s {
	width:auto;
    } 

.img_s2 {
	width: auto;
    }
	
