@charset "utf-8";
/* CSS Document */
/*
スマホ: 320px - 480px 
タブレット: 480 - 768px
PC: 768px以上
*/

/* 共通の設定 */

body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:14px;
		line-height:150%;
		background-color:#FFF;
		margin:0 auto;
    width: 95%;
}

header {
	text-align:center; 
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	}

h2.tle1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#009;
}
h3.midasi{
	border-bottom: 1px solid #ccc;
  padding: 3px 0;
  margin-bottom: 10px;
}
h3.midasi2{
	font-size: 16px;
  border-left: 5px solid #ccc;
  padding: 3px 0 3px 10px;
	margin-top:10px;
  margin-bottom: 10px;
}



/*画像の設定*/
img{
max-width: 100%;
height: auto;
width: auto;　
}

/*PCサイト関連*/
#header1 {
	display:none;
}

/*色管理*/
.ao{
	color:blue;
}
.aka{
	color:red;
}
.midori{
	color:green;
}
/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents{
	background:url(http://www.hunet-japan.co.jp/img_link/buill150.gif) no-repeat bottom;
	padding-bottom:170px;
	
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img{
	position:fixed;
	bottom:10px;
	right:1px;
}



/*    */
/*==========================================
 コンテンツエリアのスタイル
===========================================*/
div#contents section#contact h2 {
  margin:0 0 35px 5px;
}
div#contents section#contact p {
  margin:0 0 15px 5px;
}

p.btn {
  text-align: center;
  padding: 25px 0;
}
p.btn input {
  width:198px;
}
.errormsg{
	color:#F00;
}
p.title1{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
	border-top:10px solid #000;
}
footer div {
	margin:20px 0 0 20px;
}
footer div p{
	font-size:12px;
	line-height:120%;
}
footer div small {
	font-size:0.6em;
}



@media only screen and (min-width: 769px) {
	




}

@media screen and (min-width: 961px){
	
	header {
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	

.syokai{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:14px;
		padding-left:8px;

	}

	

#container{
width:100%;
}

#header1 {
	display:block;
	overflow:hidden;
}
#headlogo{
	float:left;
	width:200px;
}
#headcenter{
	float:left;
	width:630px;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
}
#headright{
	float:right;
	width:120px;
}
#header2 {
	display:none;
}

div#contents {
    max-width: 980px;
    margin: 0 auto;
  } 
footer {
    text-align: center;
  }



}




