@charset "shift_jis";
/* CSS Document */

body{
text-align:center;
font-size:14px;
letter-spacing:1px;
margin:0px auto;
line-height:18px;
}

img{
border:0px;
max-width:100%;
height:auto;
}


/*基本リンクカラー*/

a:link,a:visited,a:active{
	color:#1e53d6;
	text-decoration:underline;
	}

a:hover{
	color:#317bf4;
	text-decoration:underline;
	}
		
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
	

/*文字設定いろいろ*/

h1{
	height:24px;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	padding:5px 0px 0px 15px;
	margin:0px;
	text-align:left;
	background-image:url(img/h1.png);
	background-repeat:repeat-x;
	}


.aka{color:#FF0000;}


.akab{
	color:#FF0000;
	font-weight:bold;
	}

.hai{color:#4C4C4C;}
	
.b{font-weight:bold;}

.b22{
	font-size:22px;
	font-weight:bold;
	text-align:22px;
	line-height:30px;
	color:#EA6000;
	text-align:left;
	width:100%;
	max-width:990px;
	margin-left:auto;
	margin-right:auto;
	}

.wb{
	font-weight:bold;
	font-size:16px;}

.b30{
	color:#2d2d2d;
	font-weight:bold;
	font-size:25px;
	line-height:30px;}




/*ヘッダー*/

div#floating-menu {
	width:100%;
    top: 0px;
    left: 0px;
    right: 0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/cihai.png);
	background-repeat:repeat-x;
	}

.cm{
	background-image:url(img/cm.png);
	background-repeat:repeat-x;
	height:63px;
	}


/*コンテンツメニュー*/

#toggle {display: none;}

#menu{
	width:100%;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	}

#menu li{
	height:63px;
	display:block;
	float:left;
	border-right:1px solid #CCC;
	margin: 0;
	padding: 0;
	}

#menu li a{
	height:40px;
	font-size:15px;
	display:block;
	float:left;
	padding:20px 60px 3px 60px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
	
#menu li a:hover{
	text-decoration:none;
	background-color:#073d9a;
	margin-top:1px;
	margin-bottom:2px;
	padding:20px 60px 3px 60px;
	}

#menu li:last-child a{border: none;}

#menu li a:hover{}


/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {

h1{
	height:24px;
	font-size:12px;
	color:#000;
	font-weight:normal;
	padding:5px 0px 0px 15px;
	margin:0px;
	text-align:left;
	background-image:none;
	}	

div#floating-menu {
	width:100%;
    top: 0px;
    left: 0px;
    right: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	background-image:none;
	}


#menu li a{
	height:40px;
	font-size:15px;
	display:block;
	float:left;
	padding:20px 12px 3px 12px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
	
#menu li a:hover{
	text-decoration:none;
	background-color:#073d9a;
	margin-top:1px;
	margin-bottom:2px;
	padding:20px 12px 3px 12px;
	}

}


/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {

.cm{background-image:none;}

#menu {
	display: none;
	list-style:none; 
	margin:0;
	padding:0;
	}
	
#menu li {
	width: 100%;
	height:auto;
	border-right:none;
	}

#menu li a {
	height:auto;
	width: 100%;
	max-width:720px;
	display: block;
	padding: 10px 20px 10px 20px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	background-color:#f0f0f0;
	border-bottom:1px solid #bbbbbb;
	}

#menu li a:hover{
	width: 100%;
	display: block;
	padding: 10px 20px 10px 20px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	border-bottom:1px solid #bbbbbb;
	background-color:#d4d4d4;
	margin-top:0px;
	margin-bottom:0px;
	}

#menu li:last-child a{border: none;}

#menu li a:hover{}
	
#toggle {
	background-image:url(img/cms.png);
	background-repeat:repeat-x;
	height:52px;
	display: block;
	position: relative;
	width: 100%;
	}
	
#toggle a{
	display: block;
	position: relative;
	padding:17px 0px 17px 0px;
	color:#000000;
	text-align: center;
	text-decoration: none;
	}
	
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #000000;
	}

#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background: #e2e2e2;
	}

#toggle a:before {margin-top:-9px;}

#toggle a:after {margin-top: 3px;}

}



.timg{
	background-image:url(img/thai.png);
	background-repeat:repeat-x;
	width:100%;
	height:243px;
	text-align:center;
	}

.timg2{
	background-image:url(img/thai2.png);
	background-repeat:repeat-x;
	width:100%;
	height:71px;
	text-align:center;
	}

.yoko{
	width:100%;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	}


hr.sen{
	display:block;
	width: 99%;
	height: 1px;
	border: 0;
	border-top:1px solid #bfbfbf;
	}

hr.ten{
	display:block;
	width: 99%;
	height: 1px;
	border: 0;
	border-top:1px dashed #c0bfbe;
	}


/*全体↓*/	

#box{
	padding-top:10px;
	width:100%;
	max-width:1010px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFF;
	}

.gwaku{
	background-color:#eaeaea;
	border:1px solid #848484;
	text-align:left;
	line-height:20px;
	width:93%;
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 15px 10px;
	}

.pwaku{
	text-align:left;
	line-height:20px;
	width:100%;
	max-width:990px;
	margin-left:auto;
	margin-right:auto;
	}

.pwaku2{
	text-align:center;
	line-height:20px;
	width:100%;
	max-width:990px;
	margin-left:auto;
	margin-right:auto;
	}

.pwaku3{
	text-align:left;
	line-height:20px;
	width:85%;
	max-width:290x;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	}



.bwaku{
	width:33%;
	float:left;
	min-width:250px;
	height:385px;
	color:#FFF;
	background-image:url(img/bhai.png);
	background-repeat:repeat-x;
	}


/*サブページ小タイトル*/

.ss-ty{
	background-image:url(img/nty02.png);
	background-repeat:repeat-x;
	width:100%;
	height:54px;
	font-size:17px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	}

/*会社案内*/


.col-1 {
    display: inline-block;
    width: 210px;
}
.col-2 {
    display: inline-block;
    width: 200px;
}


.col-3 {
    display: inline-block;
	vertical-align: top;
    width: 80px;
}
.col-4 {
    display: inline-block;
	width:100%;
	max-width:520px;
}



/*業務内容*/

	.aka-s{
	color:#FF0000;
	font-size:10px;
	line-height:11px;}




.k-list table{
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-top:10px;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
	max-width:950px;
	}	
	
.k-list th{
	text-align:center;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-weight:bold;
	background-color:#EEE;
	padding-top:5px;
	padding-bottom:5px;
	}		
	
.k-list td{
	text-align:center;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding-top:5px;
	padding-bottom:5px;
	}




/*よくあるご質問*/


.q{
	background-image:url(img/q.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 0 10px 50px;
	font-weight:bold;
	margin-top:20px;
	width:90%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	max-width:950px;
	}

.a{
	background-image:url(img/a.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 0 10px 50px;
	border-bottom:1px dotted #999;
	margin-top:10px;
	margin-bottom:10px;
	width:90%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	max-width:950px;
	}




/*お問い合わせ*/

.oto-f table{
	width:100%;
	border-top:1px solid #999999;
	margin-top:10px;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	}	
		
.oto-f th{
	width:30%;
	background-color:#f5f5f5;
	border-bottom:1px solid #999999;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.oto-f td{
	text-align:left;
	border-bottom:1px solid #999999;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	}


input.submit_button{
	padding: 15px 50px;
    background-color: #333;
    color: #fff;
    border-style: none;
	}

input.submit_button:hover{
    padding: 15px 50px;
    background-color:#6D7475;
    color: #fff;
    border-style: none;
	}


/*ページトップ*/

#pageTop{
	background:#0260be;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:20px 8px 20px 7px;
	position:fixed;
	bottom:92px;
	right:3px;
	text-decoration:none;
	}

#pageTop:hover{
	background:#317bf4;
	font-weight:bold;
	text-decoration:none;
	}


.btn_top {
	text-align: right;
	cursor: pointer;
	}



@media print {
	#pageTop{display: none !important;}
	}

/*--フッタ--*/

address{
	font-style:normal;
	color:#444444;
	padding-top:10px;
	letter-spacing:1px;
	font-size:12px;
	text-align:center;
	}

a.ad:link,a.ad:visited,a.ad:active{
	color:#FFF;
	padding:5px 15px 5px 15px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
	
a.ad:hover{
	color:#FFF;
	padding:5px 15px 5px 15px;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	}

.addbox{
	width:100%;
	height:182px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/fhai.png);
	background-repeat:repeat-x;
	}

.addbox2{
	width:100%;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	}

