@charset "utf-8";

#contents h2.h2-title{
    background: url("../../company/image/title.jpg") center center;
    background-size: cover;
}
#company{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
#company section{
    margin-bottom: 60px;
}
#company:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #company { 
	height: 1px;
	overflow: visible;
}
/**/
.pic-president{
    width: 250px;
    float: right;
    margin-left: 40px;
}
#company table{
    border-collapse: collapse;
    border: 1px solid #999;
    margin-bottom: 30px;
}
#company table th{
    border: 1px solid #999;
    background: #4e2f1f;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    width: 200px;
    text-align: left;
}
#company table td{
    border: 1px solid #999;
    padding: 10px;
}
#picture{
    text-align: center;
}
#company iframe{
    width: 100%;
    height: 500px;
}
#contents p.txt-rinen{
    text-align: center;
}
#partner h5{
    border-left: 4px solid #d00;
    padding-left: 8px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
#partner li{
    line-height: 2;
    position: relative;
    padding-left: 20px;
}
#partner li:before{
    position: absolute;
    content:'●';
    left: 0;
    top: 3px;
    font-size: 12px;
    color: #c8b081;
}
.partner-l{
    float: left;
    width: 280px;
}
.partner-c{
    float: left;
    width: 280px;
}
.partner-r{
    float: left;
    width: 280px;
}
.fr{
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}