/* CSS Document */
@charset "utf-8";
.body {
	max-width:100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	line-height:140%;
	text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 -o-text-size-adjust: 100%;
}


#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#text_header {
	width: 100%;
	height: auto;
	float: left;
	text-align:center;
}
#text_header p {
	padding: 5px 20px 5px 20px;
	margin: 0px;
	color: #333;
	font-weight: lighter;
	font-size: 15px;
}
#header {
	width: 100%;
	height: auto;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbffdb+0,f4fff4+46,ffffff+100 */
	background: rgb(219,255,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,255,219,1) 0%, rgba(244,255,244,1) 46%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(219,255,219,1) 0%,rgba(244,255,244,1) 46%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(219,255,219,1) 0%,rgba(244,255,244,1) 46%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbffdb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



	padding-top:10px;	
}
#logo {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
#logo img {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
#logo:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#tel:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#tel {
	width: 100% !important;
	height: auto !important;
	float: left !important;
	text-align: center !important;
	margin-bottom:15px;
}
#tel div{
	width: 100% !important;
	height: auto !important;	
}
.tel_img {
	width: 100% !important;	
	height: auto !important;
	float: left !important;
	text-align: center !important;
}
#text_tel p{
	width: 100%;
	height: auto;
	color: #656565;
	font-size: 16px;
	margin:0;
	font-family: Meiryo;
	font-weight: bold;
	padding-bottom:20px;
	}
#logo img {
	width: 100%;
	height: auto;
	float: left;
}
#slide {
	width: 100% !important;
	height: auto !important;
	float: left;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #ff6a80;
	box-sizing: border-box;
}
#slide div{
	width:100% !important;
	height:auto !important;
}
.slide_img {
	width: 100% !important;
	height:auto !important;	
	float: left !important;
	border-radius: 5px !important;
}
#slide img {
	width: 100% !important;
	height:auto !important;	
	float: left !important;
	border-radius: 5px !important;
}
#text_slide {
	width: auto;
	height: auto;
	position: absolute;
	float: right;
	background-color: rgba(145, 162, 25, 0.5);
	right: 4px;
	margin-top: 40%;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
#text_slide p {
	color: #fff;
	padding: 8px 10px 8px 10px;
	float: right;
	margin: 0;
	font-size: 16px;
	opacity: 1 !important;
}
#menu {
	width: 100%;
	height: auto;
	float: left;
	padding-top:10px;
	padding-bottom: 10px;
	/*border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;*/
	font-weight:normal !important;
}
.menu_item {
	width: 99%;	
	height: 35px;
	float: left;
	border-radius: 8px;
	margin-top: 2px;
	background: #B1E4B1 url(../img/bg_menu.png) top right no-repeat;
	box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
	
}
.menu_item:hover {
	transition-timing-function: ease-out;
	transition-duration: 500ms;
	background: #C9E68A url(../img/bg_menu.png) top right no-repeat;
	cursor: pointer;		
}
.menu_item:hover a{	
	color:#fff;
}
.active {
	background: #C9E68A url(../img/bg_menu.png) top right no-repeat;
	border: 1px solid #ccc;
}
.active a{
	color: #fff !important;
}

.menu_item a {
	text-decoration: none;
	padding: 8px 0px 8px 20px;
	float: left;
	color: #fff;
	width:90%;
	height:90%;
	text-align:left;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}
#content {
	width: 100%;
	height: auto;
	float: left;
}
.title {
	width: 99%;
	height: auto;
	float: left;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 10px auto;
	background: #ffe0c1 url(../img/bg_title.png) center left no-repeat;
	background-position:2px;	
	-webkit-box-shadow: 0 7px 3px -6px #777;
	-moz-box-shadow: 0 7px 3px -6px #777;
	box-shadow: 0 7px 3px -6px #777;
}
.title h2 {
	padding: 6px 0px 5px 36px;
	margin: 0px;
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 16px;
}
#footer {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background: #dbffdb;
	margin-top: 20px;
	padding: 15px 0px;
}
.footer_add_link {
	width: 100%;
	color: #333;
}
.footer_add_link a {
	text-decoration: none;
	color: #fff;
}
.footer_add_link a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
}
.add {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.clearall{
	clear:both;
}
.span_bold{
	font-weight:bold;
}
.h2{
	font-weight:bold !important;
}
.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}
.block_Text {
	width: 95%;
	height: auto;	
	margin-left: 2%;
	font-size: 14px;
	color: #666;
	text-align: justify;
	margin-bottom: 20px;	
	line-height:160%;
}
#swf{
	position:relative;
	width: 100%;
	height: auto;
	float: left;
	z-index:-1 !important;
}
#swf IMG {
	width:99.7% !important;
	height:auto;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#test_sld{
	width:100%;
	height:auto;
	background:url(../img/bgb.png) right center repeat;
	color:#fff;
	margin-top: 115px;
 	position: absolute;
}
#mainVisual {
	margin:0px auto;
	width:100% !important;
	margin-bottom: 66%;
	box-sizing: border-box;		
}


#mainVisual1 {
	margin:0px auto;
	width:100% !important;
	margin-bottom: 21%;
	box-sizing: border-box;		
}






.sub_title_youtube{
	padding: 8px;
	text-align:center;
	background:#000;
	color:#00d8ff;
	font-size:16px;
	font-weight:bold;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}



.blue{
	background:url(../../img/business/dot_icon.png) no-repeat;
	padding-left:15px;
	background-position:0px 5px;
}
.blue2{
	background:url(../../img/business/dot_icon2.png) no-repeat;
	padding-left:15px;
	background-position:2px 6px;
}




.ul_info{
	list-style:none;
}
.ul_info li{
	background:url(../../img/info/icon.png) no-repeat;
	padding:3px 0px 3px 25px;
	background-position:0px 8px;
}


.ttd1{
	width:42%;
	border-bottom:1px dotted #7f7f7f;
}

.ttd2{
	border-bottom:1px dotted #7f7f7f;
}


.ttd3{
	width:42%;
	background:#FDEEDF;
}

.ttd4{
	background:#F9FDF2;
}


.ttd5{
	width:28%;
	border-bottom:1px dotted #7f7f7f;
}

.ttd6{
	border-bottom:1px dotted #7f7f7f;
}

/*====================================================================
	トップ
====================================================================*/
.topics_box{
	border:solid 1px #cccccc;
	margin:10px 10px 20px 10px;
}
.topics_cell {
	height:230px;
	overflow-y:scroll;
}

.topics_table{
	text-align:left;
	color:#555555;
	padding:10px;
	line-height:140%;
}

.topics_table td{
	padding:5px;
	border-bottom:dotted 1px #cccccc;
}


.topics_table a:link {
	color: #008a46;
	text-decoration: none;
}

.topics_table a:visited {
	color: #008a46;
	text-decoration: none;
}

.topics_table a:hover {
	color: #008a46;
	text-decoration: underline;
}

.topics_table a:active {
	color: #008a46;
	text-decoration: none;
}




.ttd2 a:link {
	color: #008a46;
	text-decoration: none;
}

.ttd2 a:visited {
	color: #008a46;
	text-decoration: none;
}

.ttd2 a:hover {
	color: #008a46;
	text-decoration: underline;
}

.ttd2 a:active {
	color: #008a46;
	text-decoration: none;
}



.box_table a:link {
	color: #008a46;
	text-decoration: none;
}

.box_table a:visited {
	color: #008a46;
	text-decoration: none;
}

.box_table a:hover {
	color: #008a46;
	text-decoration: underline;
}

.box_table a:active {
	color: #008a46;
	text-decoration: none;
}

