@charset "utf-8";
/* CSS Document */
/********* メインのパディング、書体など ********/
.company .main_inner3{
	margin: 0 auto;
    width: 1000px;
    padding: 54px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
}
/**********************************************************/
/*会社概要*/
/**********************************************************/
.company .box1 {
	width: 22%;
    padding-right: 11.09%;
    float: left;
}

.company .box1 p:nth-child(2) {
    height: 40px;
}
.company .box1 a img:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.company .box2{
	float: left;
    width: 60%;
}
.company .box3 {
    float: right;
    width: 29%;
}

.company .main_inner3 .green{
	font-weight:bold;
}

.company h2 {
	margin-bottom:30px;
}
.company .tensen{
	width:100%;
    border-bottom: 2px dashed #9A9A9A;
    margin: 57px 0 60px;
	padding:0;
    vertical-align: baseline;
}
.company li{
	padding:0.55em 0 1.9em 3.9em;
}
.company .li1{
	background:url(../img/summary/summary4.png) no-repeat;
}
.company .li2{
	background:url(../img/summary/summary5.png) no-repeat;
}
.company .li3{
	background:url(../img/summary/summary6.png) no-repeat;
}
.company .access_button{
    background: #e60012;
    color: #fff;
	font-weight:bold;
    text-decoration: none;
    line-height: 1.4em;
    padding: 5px 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.company .access_button:hover{
    background: #fed903;
}
.president_txt {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 15px 0 0;
    text-align: right;
}
.company .material table {
	width:100%;
}

/**********************************************************/
/*交通・アクセス*/
/**********************************************************/
.company dt{
	color:#037c39;
	margin:0 0 0 -8px;	
}
.company dd{
	margin-bottom:22px;
}
.company .box4{
	float: left;
    width: 29%;
}
.company .box5 {
    float: right;
}
.company .bigmap:link{
	text-decoration:underline;
	color:#0e629b;

}.company .bigmap:visited{
	text-decoration:underline;
	color:#0e629b;
}
.company .bigmap:hover{
	text-decoration:none;
	color:#0e629b;
}
