@charset "UTF-8";

body { -webkit-text-size-adjust: none; } /*スマホ自動文字サイズOFF*/
body{
	font-family: "メイリオ", Meiryo,Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:20px;
	color:#323232;
	background-color:#ffffff;
}
img{
	width: 100%;
}
a:hover {
	opacity: 0.75;
}

/* -------- footer位置固定に必須の設定ここから -------- */
html {
	min-height:100%;
	position:relative;
}
#wrapper {
	width:100%;
	height:100%;
	min-height:100%;
	margin-bottom:107px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	display: block;
}
/* -------- footer位置固定に必須の設定ここまで -------- */

/*トップへ戻るボタン*/
#pageTop {
	position: fixed;
	bottom: 10px;
	right:10px;
	z-index:1000;
}
#pageTop img {
	width:50px;
	height:50px;
}

/*---------------------------
見出し
---------------------------*/
h1 {
	padding:0 10px 15px;
	text-align: center;
}
h2 {
	padding:15px 5px;
	color:#37785d;
	font-size:18px;
	font-weight:bold;
	background: url('../images/line.png') no-repeat;
	background-position: bottom left;
}
h3 {
	font-size:18px;
	font-weight:bold;
	padding:15px 5px;
}

#contact h3 {
	color:#37785d;
	font-size:14px;
	font-weight:bold;
	border-left:solid 5px #37785d;
	border-bottom:solid 1px #d1dad6;
	padding:5px 10px;
	margin-bottom:1em;
}

/*---------------------------
ヘッダー
---------------------------*/
#header {
	border-top:solid 5px #37785d;
	background-color: #ffffff;
}
.headerLeft a{
	width:280px;
	display:block;
	margin:0 auto;
	padding:15px 0;
}
.headerLeft a img{
	width:100%;
}
.headerTel a{
	display: block;
	padding:15px;
	border:solid 1px #d1dad6;
	margin:10px 10px 15px;
	text-align: center;
	color:#37785d;
	font-size:24px;
	font-weight:bold;
}
.headerTel a span{
	font-size:14px;
	display: block;
}
.headerTel a img{
	width:32px;
	display:inline-block;
	margin-right:5px;
}
.headerTel a img{
	vertical-align:baseline;
}

/*---------------------------
フッター
---------------------------*/
#footer {
	background-color: #37785d;
	padding:15px 0;
	margin-top:30px;
	color:#e0e0e0;
}
#footer ul {
	margin-bottom:15px;
}
#footer ul li{
	float:left;
	margin-right:20px;
	margin-left:5px;
}
#footer ul li a{
	font-size:11px;
	padding:5px;
}
#footer ul li:before{
	content:">";
}
small {
	text-align: center;
	font-size:11px;
	font-style:normal;
	display: block;
}

/*---------------------------
グローバルナビ
---------------------------*/
nav ul {
	display:table;
	table-layout: fixed;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
nav ul li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-bottom:solid 5px #37785d;
}
nav ul li a{
	border-top:solid 1px #d1dad6;
	border-right:solid 1px #d1dad6;
	display: block;
	padding:10px 0;
	color:#37785d;
	font-weight:bold;
}
nav ul li a span{
	display:block;
	font-size:11px;
	font-weight:normal;
}
nav ul li a:hover {
	background-color: #eeeeee; /*薄いグレー*/
}
nav ul li.current{
	border-bottom:solid 5px #bcac42;
}
nav ul li.current a:hover{
	background-color: #fffdec; /*薄い黄色*/
}


/*---------------------------
基本構造
---------------------------*/
section {
	padding:0 10px 40px;
}
.contents {
	margin:0 auto;
}
.innerBox {
	width:100%;
	max-width:640px;
	margin: 0 auto;
	padding:0;
	position:relative;
}


/*---------------------------
左サイド　お問合せ枠
---------------------------*/
#contactBox {
	border:solid 1px #bcac42;
	margin:0 10px 40px;
	padding:0 10px 10px;
	color:#bcac42;
}
#contactBox .telBtn a {
	display: block;
	font-size:24px;
	text-align: center;
	margin-bottom:15px;
	padding:15px;
	border:solid 1px #bcac42;
}
#contactBox .telBtn img {
	width:32px;
	display: inline-block;
	margin-right:5px;
	vertical-align:baseline;
}
#contactBox .formBtn a {
	display: block;
	color:#ffffff;
	font-size:14px;
	text-align: center;
	background-color:#bcac42;
	padding:15px;
}

/*---------------------------
新着情報
---------------------------*/
#news ul li{
	padding:10px 0;
	border-bottom:dotted 1px #d1dad6;
}
#news ul li span.date{
	font-weight:bold;
}
#news ul li a{
	color:#e53939;
	text-decoration: underline;
}
#news ul li a:hover{
	text-decoration: none;
}


/* ----------------下層ページコンテンツの設定----------------- */

.txArea {
	padding:15px 0;
}
.txArea p{
	margin-bottom:1em;
}

/*---------------------------
会社概要ページ
---------------------------*/
#company table {
	width:100%;
	margin:15px auto;
}
#company table th,#company table td{
	padding:15px 10px;
	border-bottom:dotted 1px #d1dad6;
	vertical-align:top;
}
#company table th{
	width:30%;
	font-weight:bold;
}

/*---------------------------
事業内容ページ
---------------------------*/
#service ul {
	margin:15px auto;
}
#service ul li{
	padding:15px 10px;
	font-size:14px;
	list-style:disc inside;
}

/*---------------------------
プライバシーポリシーページ
---------------------------*/
#policy ol {
	margin-left:2em;
}
#policy ol li{
	list-style:decimal;
	margin-bottom:1em;
}
.tx_right {
	text-align: right;
}

/*---------------------------
サイトマップページ
---------------------------*/
#sitemap ul {
	margin:15px auto;
}
#sitemap ul li {
	padding:15px 10px 15px 15px;
	font-size:14px;
}
#sitemap ul li.bold {
	font-weight:bold;
}

/*---------------------------
お問合せページ
---------------------------*/
#contact table {
	width:100%;
	margin:15px auto;
}
#contact table th,#contact table td{
	padding:15px 10px;
	border-bottom:dotted 1px #d1dad6;
	vertical-align:top;
}
#contact table th{
	width:30%;
	font-weight:bold;
	white-space: nowrap;
}
#contact table td input[type="text"],#contact table td textarea{
	font-family:inherit;
	width:90%;
}
#form {
	margin-bottom:60px;
}
#form p input[type="submit"], #form p input[type="button"] {
    width: 60%;
	display:block;
    padding: 15px 10px;
    margin: 0 auto;
	border:none;
    background-color: #cccccc;
    cursor: pointer;
	font-family:inherit;
}
#form p.btn2 {
	margin:0 auto;
	width:70%;
}
#form p.btn2 input[type="submit"], #form p.btn2 input[type="button"] {
	width:49%;
	display:inline-block;
}
#form p input[type="submit"]:hover, #form p input[type="button"]:hover {
    background-color: #37785d;
	color:#e0e0e0;
}
.msg {
	color:#c80000;
	font-weight:bold;
}


/*---------------------------
404ページ
---------------------------*/
#notFound ul {
	margin:15px auto;
}
#notFound ul li {
	padding:15px 10px 15px 15px;
	color:#37785d;
	font-size:14px;
	font-weight:bold;
	background: url('../images/arrow.png') no-repeat;
	background-position:left center;
	background-size:10px auto;
}







/* =================================================================== ** 

　タブレット用レイアウト　481px以上

** =================================================================== */
@media screen and (min-width:481px) {

#wrapper {
	margin-bottom:86px;
}

/*---------------------------
見出し
---------------------------*/
h1 {
	float:left;
	text-align: left;
	padding:15px 10px;
	flex:1;
	-webkit-flex:1;
}

/*---------------------------
ヘッダー
---------------------------*/
.headerLeft a{
	padding:10px 0;
}
.headerRight {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center;
}
.headerTel {
	flex-shrink:0;
	-webkit-flex-shrink:0;
}
.headerTel a{
	margin:0;
	border:0;
	font-size:24px;
}
.headerTel a span{
	text-align: left;
}

/*---------------------------
グローバルナビ
---------------------------*/
nav ul li:first-child a{
	border-left:solid 1px #d1dad6;
}

/*---------------------------
基本構造
---------------------------*/
.innerBox {
	max-width:768px;
}

/*---------------------------
左サイド　お問合せ枠
---------------------------*/
.left {
	float:left;
	width:35%;
	margin-top:15px;
}
#contactBox .telBtn a {
	padding:0;
	border:0;
}

/*---------------------------
新着情報
---------------------------*/
.right {
	float:right;
	width:65%;
	margin-top:15px;
}

/* ----------------下層ページコンテンツの設定----------------- */
/*---------------------------
会社概要ページ
---------------------------*/
#company table th{
	width:25%;
}


}




/* =================================================================== ** 

　PC用レイアウト　769px以上

** =================================================================== */
@media screen and (min-width:769px) {

/*トップへ戻るボタン*/
#pageTop {
	position: absolute;
	bottom: 10px;
	right:0;
	z-index:1000;
}

/*---------------------------
ヘッダー
---------------------------*/
.headerLeft {
	float:left;
	width:30%;
	max-width:290px;
}
.headerLeft a{
	width:100%;
	padding:10px 0 15px;
}
.headerRight {
	float:left;
	width:44%;
}

/*---------------------------
グローバルナビ
---------------------------*/
nav ul li a{
	font-size:14px;
}

/*---------------------------
基本構造
---------------------------*/
.innerBox {
	max-width:980px;
}

/*---------------------------
左サイド　お問合せ枠
---------------------------*/
.left {
	width:245px;
}
#contactBox .telBtn a {
	font-size:22px;
}

/*---------------------------
新着情報
---------------------------*/
.right {
	width:735px;
}




}
