@charset "utf-8";
/* CSS Document */


/*******************************************
みそのホーム｜事業概要

PC用 スマホ共通　CSS

********************************************/

#aboutus_contents table{
	border-collapse: collapse;
	border:1px #9C0 solid;
	margin-bottom:2em;
}
#aboutus_contents table caption{
	margin:auto;
	font-family: MyFont, sans-serif;
	font-weight:normal;
	color:#060;
}
#aboutus_contents td img{
	float:right;
	box-shadow:2px 2px 5px #ccc;
}
#aboutus_contents a{
	color:#090;
}
#aboutus_contents a:hover{
	color:#9C0;
}
#aboutus_contents th{
	background-color:#9C0;
	border-bottom:1px #fff solid;
}
#aboutus_contents td{
	background-color:#fff;
	line-height:160%;
	margin:0;
	border-bottom:1px #9C0 solid;
}

/*******************************************

PC用　CSS

*******************************************/
@media screen and (min-width: 800px){
#aboutus_contents{
	margin:auto;
	width:650px;
}
#aboutus_contents table caption{
	width:400px;
	height:80px;
	font-size:26px;
	letter-spacing: 0.3em;
	padding:30px 50px 0px 60px;
	background-image: url("../img/bg_h2_left.png"),url("../img/bg_h2_right.png");
	background-repeat:no-repeat,no-repeat;
	background-position:left,right;
}
#aboutus_contents table caption span{
	font-size:16px;
}
#aboutus_contents th{
	padding:0.8em;
}
#aboutus_contents td{
	padding:0.8em;
}

				}
/*******************************************

スマホ用　CSS

*******************************************/

@media screen and (max-width: 799px){
#aboutus_contents{
	margin:auto;
	width:90%;
}
#aboutus_contents table{
	width:95%;
}
#aboutus_contents table caption{
	height:2em;
	font-weight:bold;
}
#aboutus_contents th{
	padding:0.3em;
}
#aboutus_contents td{
	padding:0.3em;
}
.tel a{
	width:10em;
}					}
