﻿/* body */
html {
	background-color: #f8f4e6;
}
body {
	margin: 0px;
}
a:link,a:visited {
	color: #554738;
}
a:hover {
	color: #eb6101;
}

/* base */
div#base {
	width: 850px;
	margin: 0px auto;
	position: relative;
	font: 95%/140% "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	text-align: left;
}
/* header */
div#header {
	width: 100%;
	height: 200px;
	margin: 0px;
	position: relative;
}
div#header div.logo {
	width: 200px;
	height: 180px;
	position: relative;
	left: 10%;
	top: 5%;
}
div#header div.logo>img {
	height: 180px;
}
div#header div.container {
	width: 50%;
	margin: ;
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #ffffff;
	border-radius: 15px;
}
div#header h1 {
	width: 100%;
	margin: 0px;
	font: 180%/200% "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝",serif;
	border-bottom: 1px solid #f8e58c;
}
div#header p {
	width: 100%;
}
/* menu */
div#menu {
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	padding: 15px 0px;
	background-image:
		url(./img/menu01.gif),
		url(./img/menu03.gif);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		0% 50%,
		100% 50%;
}
div#menu div {
	width: 750px;
	height: 60px;
	margin: 0px 50px;
	padding: 0px;
	background: url(./img/menu02.gif),repeat-x;
	content: ".";
}
div#menu ul {
	margin: 0px;
	padding: 0px;
}
div#menu li {
	margin: 0px 8px 0px 0px;
	padding: 12px 15px 5px 20px;
	float: left;
	list-style: none;
	position: relative;
	background-color: transparent;
}
div#menu li:after {
	width: 0px;
	border: 8px solid transparent;
	border-left-color: #ffffff;
	border-right-width: 0px;
	position: absolute;
	top: 15px;
	left: 10px;
	content: "";
	display: block;
}
div#menu li.active{
	background-color: rgba(255,217,0,0.5);
}
div#menu a:link {
	font-weight: bolder;
	color: #ffffff;
}
div#menu a:visited {
	color: #ffffff;
}
div#menu a:hover {
	color: #6a1917;
}

/* left */
div#left {
	width: 250px;
	float: left;
}
div#left div.container {
	width: 90%;
	margin-bottom: 20px;
	padding: 5%;
	background-color: #ffffff;
	border-radius: 10px;
}
div#left h2 {
	width: 90%;
	margin: 0px auto;
	border-bottom: 1px solid #302833;
	font: bolder 100% "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
div#left p {
	width: 90%;
	margin: 10px auto;
}
div#left dl {
	width: 90%;
	margin: 10px auto;
}
div#left dd {
	margin-left: 10px;
}
div#left div.map {
	width: 90%;
	margin: auto;
}
/* right */
div#right {
	width: 550px;
	float: right;
}
div#right div.container {
	margin-bottom: 20px;
	background-color: #ffffff;
}
div#right div.container_inner {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 10px;
}
div#right div.pr {
	width: 100%;
	height: 250px;
	background: transparent url(./img/tracksample.jpg) no-repeat 50% 70%;
	background-size: cover;
	position: relative;
}
div#right div.pr>p {
	margin: 0px;
}
div#right h2 {
	width: 95%;
	margin: 0px auto;
	border-bottom: 1px solid #302833;
	font: bolder 100% "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
div#right p {
	width: 95%;
	margin: 10px auto;
}
div#right p.pr {
	width: 260px;
	height: 50px;
	padding: 15px;
	margin: 0px;
	position: absolute;
	bottom: 25px;
	right: 20px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 10px;
	font-size: 120%;
}
div#right ul {
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
}
div#right li {
	width: 250px;
	margin; 0px;
	padding: 10px 0px;
	float: left;
	list-style: none;
}
div#right li.right {
/*	margin-left: 20px !important;*/
}
div#right li>h2, div#right li>p, div#right li>div {
	width: 90%;
	margin: auto;
	padding: 10px 0px 0px;
}
div#right li>div {
	text-align: right;
}
div#right li>div a {
	padding: 1px 8px;
	background-color: #f08300;
	border-radius: 15px;
	color: #ffffff;
	text-decoration: none;
}
div#right li>div a:href, div#right li>div a:visited, div#right li>div a:hover {
	color: #ffffff;
}
/* footer */
div#footer {
	clear: both;
	width: 100%;
	padding: 20px 0px;
	background-color: #cbb994;
}
footer p {
	text-align: center;
}
footer p:after {
	content: "ISG 1009（遺品整理、運搬等業務）\A代表者：宮本　一明　　　住所：熊本県合志市幾久富1866-727";
	white-space: pre-line;
}
/* navi */
div.navi {
	width: 80px;
	height: 80px;
	position: absolute;
	right: -15%;
	bottom: 3%;
}
div.navi img {
	opacity: 0.6;
}
div.navi img:hover {
	opacity: 0.8;
}

/****** gyoumu ******/

div.gyoumu_base {
	width: 90%;
	margin: 10px auto 20px;
	padding: 5%;
	background-color: #ffffff;
}
div.gyoumu_base h2 {
	width: 95%;
	margin: 0px auto;
	border-bottom: 1px solid #302833;
	font: bolder 100% "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
div.gyoumu_base p {
	width: 85%;
	margin: 20px auto;
}
div.gyoumu_base img {
	width: 100%;
}
table.ryoukin {
	width: 90%;
	margin: 15px auto 50px;
	border-collapse: separate;
	border-spacing: 0px 1px;
	table-layout: fixed !important;
}
table.ryoukin th {
	text-align: center;
}
table.ryoukin th.tcolor1 {
	background-color: #ee7800;
}
table.ryoukin th.tcolor2 {
	background-color: #fac559;
}
table.ryoukin th.tcolor3 {
	background-color: #79c06e;
}
table.ryoukin th.tcolor4 {
	background-color: #68a4d9;
}
table.ryoukin th.tcolor5 {
	background-color: #a688bd;
}
table.ryoukin th.tcolor6 {
	background-color: #88bfbf;
}
table.ryoukin th.tcolor7 {
	background-color: #a2c2e6;
}
table.ryoukin th, table.ryoukin td {
	padding: 8px 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
table.ryoukin tr.color1>td {
	background-color: #f7f6f5;
}
table.ryoukin tr.color2>td {
	background-color: #e6eae6;
}
table.ryoukin span {
	font-size: 80%;
}

/****** toiawase ******/
iframe.mailform {
	width: 100%;
	height: 700px;
	margin: auto;
	border: 0px;
}
.td-item-title {
	background-color: #f3981d !important;
}

/***** for mobile *****/
@media handheld,screen and (max-width: 650px) {
	div#base {
		width: 95%;
	}
	div#header div.logo {
		width: 45%;
		left: 0%;
	}
	div#header div.logo>img {
		height: 80%;
	}
	div#header h1 {
		font-size: 120%;
		line-height: 120%;
	}
	div#menu {
		width: 100%;
		height: auto;
		padding: 0px;
		background-image: none;
		background-color: #ee7800;
		overflow: hidden;
	}
	div#menu div {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		background: none;
		content: "";
	}
	div#menu li {
		margin: 0px;
		padding: 10px;
	}
	div#menu li:after {
		display: none;
	}
	div#left, div#right {
		float: none;
		width: 100%;
	}
	div#left>div, div#right>div {
		width: 100%;
	}
	div.navi {
		display: none;
	}
}