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

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

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


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

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

a:hover{
	color:#3B8C6D;
	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:#282828;
	font-weight:normal;
	padding:8px 0px 5px 20px;
	margin:0px;
	text-align:left;
	}


.aka{color:#FF0000;}


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

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

.bc{font-weight:normal;}


/*ヘッダー*/

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

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


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

#toggle {display: none;}

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

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

#menu li a{
	height:38px;
	font-size:14px;
	display:block;
	float:left;
	padding:22px 22px 2px 22px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	}
	
#menu li a:hover{
	text-decoration:none;
	background-color:#E5E5E5;
	padding:22px 22px 2px 22px;
	border-top:5px solid #46D5E0;
	}



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

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

#menu li a{
	height:42px;
	font-size:13px;
	display:block;
	float:left;
	padding:22px 12px 2px 12px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	}
	
#menu li a:hover{
	text-decoration:none;
	background-color:#E5E5E5;
	padding:20px 12px 1px 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;
	border-top:none;
	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-color:#E5E5E5;
	width:100%;
	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:1080px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFF;
	}


.pwaku{
	text-align:left;
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	}



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

.ss-ty{
	background-image:url(img/nty.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:25px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding-top:25px;
	margin:5px 0px 10px 0px;
	}


/*よくあるご質問*/

.q{
	background-image:url(img/q.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px 10px 50px;
	margin-left:10px;
	width:100%;
	max-width:1000px;
	font-weight:bold;
	}

.a{
	background-image:url(img/a.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px 10px 50px;
	margin-left:10px;
	width:100%;
	max-width:1000px;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	margin-top:5px;
	}
	

/*お問い合わせ*/


li.otc{
	list-style-image:url("img/otop03.png");
	background-position:center left;
	vertical-align:middle;
	color:#2D2D2D;
	font-size:17px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	}


.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;
	font-size:15px;
	}
	
.oto-f td{
	text-align:left;
	border-bottom:1px solid #999999;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	}


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

/*会社概要*/

.pp{
	padding:8px 20px 8px 20px;
	font-size:14px;
	width:100%;
	max-width:980px;
	margin:0px 25px 0px 25px;
	border-bottom:1px solid #999;
	}
	


/*ページトップ*/

#pageTop{
	background:#1C1C1C;
	color:#FFF;
	font-size:14px;
	padding:15px 6px 22px 6px;
	position:fixed;
	bottom:24px;
	right:2px;
	text-decoration:none;
	}

#pageTop:hover{
	background:#383838;
	text-decoration:none;
	}


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


/*--フッタ--*/

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

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

.addbox{
	width:100%;
	height:150px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#1C1C1C;
	}

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


/*印刷制限*/

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


