﻿	@charset "utf-8";
	body {
		color: #5e5e5e;
		padding-top:0 !important;
		background-color: #fff;
		height: 100%;
		/*font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC","Hiragino Kaku Gothic Pro","Times New Roman","sans-serif";*/
		font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC";
	}
	h1, h2, h3, h4, h5, h6 {font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC";}
	a{
		color: #5e5e5e;
		-webkit-transition: color 0.1s linear;
		-moz-transition: color 0.1s linear;
		-o-transition: color 0.1s linear;
		-ms-transition: color 0.1s linear;
	}
	a:hover{color: #600;}
	a img { border: none !important;}
	img{
		max-width: 100% !important;
		max-height: 100% !important;
	}

	/* --- header --------------------------------------------- */
	#header{
		border-top:solid 10px #F00;
		padding:2px 0 0;
	}
	.padding003{padding:0 0 3px;}
	.padding5{padding:5px;}
	.padding0{
		padding:0;
	}
	.contact-btn{
		font-weight: bold;
		background-color:#060;
		border: solid #050;
		color:#FFF;
		border-radius: 5px;
		padding: 7px 5px;
		text-align: center;
	}
	.contact-btn:hover{
		background-color:#0B0;
		border: solid #0A0;
		color:#FFF;
	}
	.div-back{background: linear-gradient(#F7F7F7,#D6D6D6);}
	ul#menu li{
		position: relative;
		font-size:80%;
	}
	ul#menu{
		line-height:1.2;
	}
	ul li{
	list-style: none outside none;
	}
	#menu .menuBtn{
		padding: 7px 0;
		text-align: center;
		border: none;
		display: block;
		vertical-align: middle;
		-webkit-transition: background-color 0.3s linear, background 0.3s linear;
		z-index: 0.5;
	}
	#menu .menuBtn:hover{background-color:#C8C8C8;}

	.menu-L{font-size: 1.125em; font-weight: bold;}
	.menu-M {font-size: 1.0em; font-weight: bold;}
	.menu-S{font-size: 0.813em;}

	.mnSelected{
		background-color: #DCDDDD;
		background: linear-gradient(#B5B5B5,#949494);
		background: -webkit-gradient(linear,0 0 , 0 bottom, from(#B5B5B5),to(#949494));
		background: -moz-linear-gradient(#B5B5B5,#949494);
	}
	.mobilemenubtn{
		padding:3px 10px;
		border:solid 1px #9F0F19;
		color:#FFF;
		background-color:#B9111D;
		border-radius:0 3px 3px 0;
		box-shadow:0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	}
	.mobilemenu{
		display:none;
		margin-bottom:0;
	}
	.margbtm10{margin-bottom:10px;}
	.mobilemenulist{
		padding:2px 15px;
		background-color: #F7F7F7;
		border: solid 1px #C8C8C8;
	}
	.mobilemenulist.mnSelected{color:#F7F7F7;}
	.mobilemenulist:hover{background-color:#C8C8C8;}
	
	/* --- ログイン --------------------------------------------- */
	#loginArea{height: 30px;color: #5e5e5e;font-size: 10pt;padding: 0 0 0 0; font-size: 0.8em}
	#loginArea form{margin: 0;}
	#loginArea table{margin: 0; border: none; height: 34px;}
	#loginArea table tr td {vertical-align: top; padding: 0 10px 0 0;}
	#loginArea table tr td#Email {vertical-align: middle; white-space: nowrap;}
	#loginArea img{height: 30px; margin-right: 10px; vertical-align: top;}
	#searchword{margin-bottom:0;}
	#loginBtn,#logoutBtn,#btnSearch{margin-bottom: 0 !important;}
	#loginBtn,#logoutBtn{padding: 0 5px; min-width: 75px;}
	.Contact{margin: 0; border: none;}
	.Contact td{background-color:#FFF;}

	/* --- footer --------------------------------------------- */
	footer{
		margin-top:45px;
		border-top: solid 5px #F00;
	}
	#footer{
		padding-top: 5px;
	}
	.privacy{
		border: 1px solid #666;
		border-radius: 1px;
		padding: 7px 10px;
		text-align: center;
	}
	.mini{font-size: 11px;}
	#pagetop {
		display: none;
		position: fixed;
		bottom: 60px;
		right: 10px;
		padding: 10px;
		cursor: pointer;
		z-index:100;
	}
	/* --- slider --------------------------------------------- */
	.sliderback{
		text-align:center;
		padding:1%;
		background:#DA0615;
	}
	.frameLine {
		border: solid 1px #CCC;
		padding: 20px;
	}
	.bx-wrapper {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	.bx-wrapper .bx-viewport{border:none !important;}
	.bx-wrapper .bx-pager {
		text-align: center;
		margin-top: 5px;
	}
	.bx-wrapper .bx-pager .bx-pager-item {
		display: inline-block;
		*zoom: 1;
		*display: inline;
	}
	.bx-controls-direction{
		/*position:relative;*/
		bottom:0px;
	}
	.bx-pager.bx-default-pager{
		top:-100px;
		display:none;
	}
	.bx-wrapper{margin:0 auto !important;}
	.bx-viewport{position:static !important;}

	/* --- TOPページ内 --------------------------------------------- */
	.topmain{color:#333;}
	.top1-1{
		font-size:200%;
		font-family:ＭＳ Ｐ明朝,serif;
		padding:15px 0 10px;
	}
	.top1-2{
		font-size:150%;
		padding:0 0 3px;
	}
	.top1-3{
		font-size:10pt;
		margin:5px 10px;
		line-height:130%;
	}
	.top2line{
		margin:0px auto;
		margin-top:10px;
		border: solid;
		border-radius: 3px 0 0 3px;
		border-width:1px;
	}
	.top2-1{
		margin:15px 10px 10px;
	}
	.top2-2{
		font-size:12pt;
		margin:10px 20px 0;
		line-height:150%;
	}
	.genki_p{
		position:relative; 0;
		text-align: right !important;
	}

	.box{
		border:1px solid #999;
		padding:7px;
		border-radius:3px;
	}
	.box_title{
		font-size:130%;
		font-weight: bold;
	}
	.box_red{
		color:#C00;
		font-weight: bold;
		margin-bottom:0;
	}
	#box1{
	background-image: url("../images/topbusiim01.png");
	background-repeat:no-repeat;
	}
	#box2{
	background-image: url("../images/topbusiim02.png");
	background-repeat:no-repeat;
	}
	#box3{
	background-image: url("../images/topbusiim03.png");
	background-repeat:no-repeat;
	}
	#box4{
	background-image: url("../images/topbusiim04.png");
	background-repeat:no-repeat;
	}
	#box5{
	background-image: url("../images/topbusiim05.png");
	background-repeat:no-repeat;
	}
	#box6{
	background-image: url("../images/topbusiim06.png");
	background-repeat:no-repeat;
	}
	
	.businessblock{
		max-width:960px;
		padding:3% 0;
	}
	.businessbtn{
		border: 1px solid #C66;
		border-radius: 3px;
		color:#FFF;
		background-color:#F99;
		padding: 10px 10px;
		text-align: center;
	}
	.businessbtn:hover{
		border: 1px solid #900;
		color:#FFF;
		background-color:#C33;
	}

	/* --- 新着情報 --------------------------------------------- */
	.upNewsFrame{
		background-color:#DA0615;
		color:#FFF;
		padding:5px;
		border-radius:5px 5px 0 0;
	}
	.content_box{
		border:1px solid #CCC;
		margin:0 auto;
		padding:5px;
		overflow:visible;
		border-radius:0 0 5px 5px;
	}

	/* --- content --------------------------------------------- */
	.content{
		margin:0 auto;
		font-size:10pt;
		line-height:150%;
		width:100%;
		max-width:960px;
	}
	.h1back{
		line-height:170%;
		background-color:#DA0615;
	}
	.h1element{
		font-size:170%;
		font-weight: 400;
		line-height:170%;
		padding:0 5px;
		color:#FFF;
		margin: 0 auto;
		width: 100%;
		max-width: 960px;
	}
	.h2element{
		font-size:160%;
		font-weight: 400;
		padding:0 0 0 30px;
		border-radius:10px 10px 10px 10px;
		background-color:#F33;
		color:#FFF;
		margin:20px 0;
	}
	.h3element{
		font-size:150%;
		font-weight: 500;
		color:#600;
		border-bottom:dotted;
		border-width:0 0 2px 0;
		border-color:#F33
	}
	.h4element{
		font-size:120%;
		font-weight: 400;
		color:#933;
		margin:5px 5px 0;
	}
	.linkcursor{cursor: pointer;}
	.Cred{color:#F00;}
	.bold{font-weight: bold;}
	.fontsize25{font-size:25px;}
	.margleft{margin-left:10px;}
	.margtop{margin-top:15px;}
	.margbtm{margin-bottom:15px;}
	
	/* --- business.asp --------------------------------------------- */
	.content ul li{list-style:square;}
	.content li{margin:0 25px;}
	.paddingbottom20{padding-bottom:20px;}

	/* --- office.asp --------------------------------------------- */
	.ofcont{margin:0 15px 10px;}
	.tableset{
		text-align: Left;
		vertical-align: top;
	}
	.margin10{margin:0 10px 10px;}


	/* --- staff.asp --------------------------------------------- */
	.stcont{margin:0 15px 10px; font-size:95%;}
	.CommentFrame{
		padding:7px;
		border:2px solid #966;
		border-radius:7px;
		background-color:#EDD;
	}
	.font80pct{font-size:80%;}

	/* --- price.asp --------------------------------------------- */
	.feexframe{padding:10px 10px 30px; border:solid 1px #999;}
	.prcont{margin:0 15px 10px; font-size:90%;}

	/* --- response.asp --------------------------------------------- */
	.rescont{margin:0 15px 10px;}

	/* --- privacy.asp --------------------------------------------- */
	.privacysize{font-size:80%;}
	.height100{height:100px;}

	/* --- contact.asp --------------------------------------------- */
	.contactItem{margin:0 !important;}
	small.error{
		display:none;
	}
	#submitbtn.contactsbmbtn{
		background: linear-gradient(#f21818,#9e0e0e);
		background: -webkit-gradient(linear,0 0 , 0 bottom, from(#f21818),to(#9e0e0e));
		background: -moz-linear-gradient(#f21818,#9e0e0e);
		border-radius: 4px;
		font-family: inherit;
		padding: 5px 30px;
		font-size: 1em;
		border-color: #570808;
		color: #FFF;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	}
	#submitbtn.contactsbmbtn:hover{
		background: linear-gradient(#b32222,#420707);
		background: -webkit-gradient(linear,0 0 , 0 bottom, from(#b32222),to(#420707));
		background: -moz-linear-gradient(#b32222,#420707);
		font-family: inherit;
		padding: 5px 30px;
		font-size: 1em;
		border-color: #3a0303;
		color: #FFF;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	}
	#submitbtn.contactsbmbtn:disabled{
		background: linear-gradient(#d07a7a,#9a6262);
		background: -webkit-gradient(linear,0 0 , 0 bottom, from(#d07a7a),to(#9a6262));
		background: -moz-linear-gradient(#d07a7a,#9a6262);
		font-family: inherit;
		padding: 5px 21px;
		font-size: 1em;
		border-color: #804e4e;
		color: #dcc0c0;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
	}

	/* --- access.asp --------------------------------------------- */
	
	/* --- news.asp --------------------------------------------- */
	.margin20{margin:0 20px;}
	.padding10{padding:10px;}
	.upNewsTitle{font-size:150%; padding:10px 30px;}
	.upNewsDate{text-align:right; padding:0 10px;}
	.upNewsText{padding:10px 50px; line-height:150%;}
	div#newsformonoff a:nth-child(even){background-color:#FEE;}
	div#newsformonoff.content_box{padding: 0;}
	div#newsformonoff a:hover{background-color:#FDD;}
	div#newsformonoff a{padding: 1px 10px;}
	.padd-r{padding:2px 5px 0 0;}
	.vidWrap iframe{max-width:100%;}
	.editbtnset{font-size:50%;}

	/* --- csr.inc --------------------------------------------- */
	.dispnon{display: none;}
	.subheadfsize{font-size:120%;}
	div#csrformonoff a:nth-child(even){background-color:#FEE;}
	div#csrformonoff.content_box{padding: 0;}
	div#csrformonoff a{padding: 1px 10px;}
	div#csrformonoff a:hover{background-color:#FDD;}

	/* --- topicEditor.inc --------------------------------------------- */
	.editarea{
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 5px;
		position: absolute;
		top: 132px;
		/*height: auto !important;*/
		z-index: 50;
		display: none;
		background-color: #F3F3F3;
	}
	.editarea .labelFront{position: relative;top: 25px; left: -20px;}
	.editorTitle,.editorFixTitle{
		font-weight: bold;
		font-size: 1.250em;
		padding: 10px 0 10px 10px;
		margin: 10px 0 10px -10px;
		background-color: #DA0615;
		color: #fff;
		border-radius:5px;
	}
	#fromHour,#fromMin,.timeCrn{
		width: 40px;
		display: inline;
	}
	.btnArea{
		background-color: #CCC;
		border-radius: 3px;
		padding: 10px;
	}

	.radio{cursor: pointer;}
	.backg-ccc{background-color:#CCC;}
	.fsize70{font-size:75%;}
	
	.btnArea ul{margin-bottom: 0;}
	.btnArea button{margin: 0;}
	.btnArea fieldset{padding: 0 0 0 10px; margin:5px 0;}
	#upload ul li{list-style: none;}
	#fileProperty{padding-top: 30px;}
	
	/* ---upload --------------------------------------------- */
	#upload{
		font-family:'PT Sans Narrow', sans-serif;
		width:98%;
		padding:30px;
		border-radius:3px;
		margin:10px;
	}
	#drop{
		background-color: #c0c0c0;
		padding: 40px 50px;
		margin-bottom: 30px;
		border: 20px solid rgba(0, 0, 0, 0);
		border-radius: 3px;
		border-image: url('../images/border-image.png') 25 repeat;
		text-align: center;
		text-transform: uppercase;
		font-size:16px;
		font-weight:bold;
		color:#7f858a;
		min-height: 300px;
	}
	#drop-hover{
		opacity: 0.8;
	}
	#drop a{
		background-color:#007a96;
		padding:12px 26px;
		color:#fff;
		font-size:14px;
		border-radius:2px;
		cursor:pointer;
		display:inline-block;
		margin-top:12px;
		line-height:1;
	}
	#drop a:hover{
		background-color:#0986a3;
	}
	#drop input{
		/*display:none;*/
		max-width: 300px;
		height: 50px;
	}
	#upload ul{
		list-style:none;
		margin:0 -30px;
		border-top:1px solid #7f7f7f;
		border-bottom:1px solid #7f7f7f;
	}
	#upload ul li{
		background-color:#333639;
		background-image:-webkit-linear-gradient(top, #C5C5C5, #8A8A8A);
		background-image:-moz-linear-gradient(top, #C5C5C5, #8A8A8A);
		background-image:linear-gradient(top, #C5C5C5, #8A8A8A);
		border-top:1px solid #3d4043;
		border-bottom:1px solid #2b2e31;
		padding:15px;
		height: 52px;
		position: relative;
	}
	#upload ul li input{
		display: none;
	}
	#upload ul li p{
		/*width: 144px;*/
		overflow: hidden;
		white-space: nowrap;
		color: #EEE;
		font-size: 16px;
		font-weight: bold;
		position: absolute;
		top: 0px;
		left: 100px;
	}
	#upload ul li i{
		font-weight: normal;
		font-style:normal;
		color:#7f7f7f;
		display:block;
	}
	#upload ul li canvas{
		top: 15px;
		left: 32px;
		position: absolute;
		max-width: 24px;
		max-height: 24px;
	}
	#upload ul li span{
		width: 15px;
		height: 12px;
		background: url('../images/icons.png') no-repeat;
		position: absolute;
		top: 20px;
		right: 33px;
		cursor:pointer;
	}
	#upload ul li.working span{
		height: 16px;
		background-position: 0 -12px;
	}
	#upload ul li.error p{
		color:red;
	}
	.section-container{
		margin-bottom:7em !important;
	}
	#filePropertyWraper{display:none;}
	#fileProperty{
		background-color: #080808;
		box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
		width: 100%;
		margin:0;
		z-index: 100000;
	}
	#fileProperty.row{
		color: #EEEEEE !important;
		text-decoration:none !important;
	}
	dl{ padding:10px; }
	.content_box iframe{max-width:100%;}
	/* --- @media --------------------------------------------- */
	@media screen and (max-width: 767px){
		#csrformonoff{
			display:none;
		}
		#newsformonoff{
			display:none;
		}
	}
	@media screen and (min-width: 768px){
		#csrformonoff{
			display:block;
		}
		#newsformonoff{
			display:block;
		}
	}
	
	@media screen and (max-width: 480px){
		.top2-1{
			font-size:140%;
		}
		.h3element{
			padding:0 0 0 10px;
		}
		.mapheight{height:300px;}
	}
	@media screen and (min-width: 481px){
		.top2-1{
			font-size:170%;
		}
		.h3element{
			padding:0 0 0 20px;
		}
		.mapheight{height:500px;}
	}