@charset "UTF-8";

/*common*/
html{

}
* {
	margin: 0px;
	padding: 0px;
}
p{
margin-top:1em;
}
a img{
border:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
}
:focus {
	outline: 0;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*for Dreamweaver view */
.clearfix {overflow:hidden;}

/*print*/
#printHeader{
	display:none;
}

/*class*/
.smallFont{
	font-size:0.8em;
}
.super {
	font-size: 10px;
	vertical-align: super;
	color:#300;
}

/*layout*/
body {
	background: #FFFFFF;
	font-size:0.9em;
	color:#333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
/*
	background-image:url(../img/d.jpg);
	background-repeat:repeat;
*/
}
#wrapper{
	min-width:480px;
}
#header {
	margin-top:180px;
	/*background-image:url(../img/head_navi_bg.gif); background-position:bottom; background-repeat:repeat-x;*/
}
#headerLogo{
	border-bottom:#cccccc 2px solid;
	padding-bottom:8px;
	/*background-image:url(../img/head_bg.gif); background-position:bottom; background-repeat:repeat-x;*/
}
h1 {
	float:left;
	width:300px;
	padding-left:20px;
}
h2 {
	float:right;
	width:310px;
	padding-right:20px;
	margin-top:10px;
}
#menu{
	margin-top:12px;
	margin-bottom:5px;
	margin-left:7px;
	float:left;
	width:100%;
}
#menu li{
	float:left;
	width:90px;
	margin-right:20px;
	list-style:none
}
#menu a{
	display:block;
	width:90px;
	height:20px;
	text-indent:-999em;
}
#btCompany a{
	background:url(../img/bt_company.png) no-repeat 0px 0px;
}
#btCompany a:hover{
	background:url(../img/bt_company.png) no-repeat 0px -20px;
}
#btProducts a{
	background:url(../img/bt_products.png) no-repeat 0px 0px;
}
#btProducts a:hover{
	background:url(../img/bt_products.png) no-repeat 0px -20px;
}
#btServices a{
	background:url(../img/bt_services.png) no-repeat 0px 0px;
}
#btServices a:hover{
	background:url(../img/bt_services.png) no-repeat 0px -20px;
}
#btcontact a{
	background:url(../img/bt_contact.png) no-repeat 0px 0px;
}
#btcontact a:hover{
	background:url(../img/bt_contact.png) no-repeat 0px -20px;
}

/*contents*/
#contents{
	background:#fff;
	padding:30px 20px;
	display:none;
	height:100%;
}
#company,#products,#services,#contact,{
	display:none;
}
#contents h3{
	margin:10px 20px 30px 20px;
	border-bottom:1px solid #CCCCCC;
	color:#330000;
	font-size:1.3em;
	line-height:2em;
	text-indent:0.5em;
}
.clearfix h4 {
	font-size: 115%;
	color: #330000;
}
#contents p{
	margin:0px 30px;
	/*border-bottom:1px dotted #ccc;
	padding-bottom:10px;*/
}
#contents dl{
	margin:15px 30px 10px 30px;
	border-bottom:1px dotted #ccc;
}
#contents dt, #contents dd{
	font-size:100%;


}
#contents dt{
	float:left;
	color:#000;
	width:280px;
	margin-bottom:25px;

}
#contents dd{
	padding-left:300px;

}

.li-none{
	list-style:none;
}
/* services */
#services table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin-bottom:10px;
}
#services th,#services td{
	padding:5px;
	border:1px solid #ccc;
	font-size:0.9em;
}
#services th{
	text-align:left;
	background:#aaa;
	color:#fff;
}
#services td {
	text-align:right;
}
#services .price{
	margin-top:5px;
	text-align:right;
	color:#000;
	font-size:0.9em;
}

.footer {
	margin:20px 30px;
}
.footer a{
	display:block;
	width:43px;
	height:11px;
	text-indent:-999em;
	background:url(../img/bt_up.gif) no-repeat 0px 0px;
	float:right;
	line-height:0;
}
.footer a:hover{
		background:url(../img/bt_up.gif) no-repeat 0px -11px;
}

@media only screen and (max-width:800px){
#contents form dl.clearfix dt, #contents #company dl.clearfix dt {
	float:none;
	width:300px;
	margin:0 0 10px 0;
}

#contents form dl.clearfix dd, #contents #company dl.clearfix dd {
	padding-left:0px;
}
#contents form dl.clearfix dd:last-child, #contents #company dl.clearfix dd:last-child {
	padding-bottom:20px;
}
}

@media only screen and (max-width:600px){
#contents dt{
	float:none;
	width:300px;
	margin:20px 0 10px 0;
}

#contents dl.clearfix dd {
	padding-left:0px;
}
#contents dl.clearfix dd:last-child {
	padding-bottom:20px;
}

#contents dl.clearfix dd ul {
	padding-left:0.5em;
}

}

@media only screen and (max-width:480px){
#header {
	margin-top:180px;
	background-image:url(../img/head_navi_bg.gif); background-position:bottom; background-repeat:repeat-x;
}
#headerLogo{
	padding-bottom:15px;
}
ul#menu {
	float:none;
	position:relative;
	padding-left:20px;
}
ul#menu li {
	padding-right:0;
}
#contents {
	padding:0 0 30px 0;
}
#contents h3{
	margin:20px 20px 0 20px;
}
#contents dl.clearfix {
	height:auto;
	padding-bottom:30px;
}
#contents dl.clearfix img {
	width:240px;
	height:139px;
}
#contents dt{
	float:none;
	width:300px;
	margin:20px 0 10px 0;
}

ul.detail li span.smallFont {
	margin-left:0;
}


}
/*botann*/
a.bt-samp8{
  display: block;
  height: 35px;
  width: 120px;
  text-decoration: none;
  background: #ffffff;
	border-style: solid; border-color: #F7F7F7;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
	float: left;
	margin: 5px;
	margin-top: 10px;
}
a.bt-samp8:active{  /* クリック時の設定 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}


/*メールフォーム*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
