/*-----------------------------------------------------------------------------------*/
/*	会社情報用CSS　PC・SP
/*-----------------------------------------------------------------------------------*/



/*===============================================
●pc用.css 画面の横幅が641px以上（タブレット共通）
===============================================*/


#side-navi-orange h3 {
	background-color: #f39800;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	line-height:37px;
	text-align:center;
}

#company-01 {
	border-collapse: collapse;
	margin-top: 35px;
	width:100%;
}

#company-01 tr th {
	border: solid 1px #CCC;
	vertical-align: middle;
	background-color: #f5f5f5;
}

#company-01 tr td {
	border:solid 1px #CCC;
	padding:8px 10px 8px 12px;
}

#company-02 {
	margin-top: 25px;
}



#map_canvas {
position: relative;
padding-bottom: 66.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#map_canvas iframe,
#map_canvas object,
#map_canvas embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/******************* 代表挨拶 *********************/

#president-01 {
	margin-top: 35px;
}

#president-pic {
	float:left;
}
#president-greeting {
	width: 480px;
	float:right;
}

#president-greeting p {
	margin-top: 15px;
}





/****************** 理念・ビジョン *********************/

#vision-01 {
	
}

#vision-01 h3 {
	font-size: 19px;
	font-weight: bold;
	background-image: url(../images/company/vision-bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 3px;
	color:#f39800;
	margin:35px 0 8px;
}

#vision-01 strong {
	font-size:21px;
	font-weight:normal;
	line-height:1.4em;
}

#vision-01 ul li {
	background-image: url(../images/top&base/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 23px;
	margin-bottom: 6px;
	font-size: 19px;
	line-height: 1.4em;
}

#vision-01 h4 {
	color:#f39800;
	font-weight:bold;
	margin-top:25px;
}

#vision-01 dl {
	
}

#vision-01 dl dt {
	font-size:20px;
	font-weight:normal;
	line-height:1.4em;
}

#vision-01 dl dd {
}

#vision-logo img {
	float:left;
	margin-top:20px;
}

#logo-mean {
	width: 450px;
	float: right;
}





/****************** 社訓 ********************/

#motto-01 {
	margin-top:30px;
}

#motto-01 dl {
	margin-top:30px;
}

#motto-01 dl dt {
	font-size: 17px;
	font-weight: bold;
	background-image: url(../images/company/vision-bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 3px;
}

#motto-01 dl dd {
	margin-top:5px;
	padding-left:17px;
}





/**************** 沿革 *****************/

#history-01 {
	margin-top:30px;
}

#history-01 table {
	border-collapse:collapse;
	border-bottom:dotted 1px #CCC;
}

#history-01 table tr th {
	width: 20%;
	vertical-align: middle;
	padding:8px 0;
}

#history-01 table tr th img {
	display: inline;
}

#history-01 table tr td {
	vertical-align: middle;
	padding:8px 10px;
}

.light-orange {
	background-color:#DDDDDD;
}

.light-gray {
	background-color: #F3F3F3;
}

.nen {
	width:8%;
}

#president-txt_01{
	font-size: 24px;
	color: #000;
}










/*===============================================
●smartphone用.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

#company-menu {
}

#company-menu h3 {
	background-color: #f39800;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	padding:10px 0 10px 20px;
}

#company-01 {
	width:96%;
	margin:15px auto 0 auto;
}

#company-01 tr th {
	border: solid 1px #CCC;
	vertical-align: middle;
	background-color: #f5f5f5;
	font-size:80%;
}

#company-01 tr td {
	border:solid 1px #CCC;
	padding:8px 10px 8px 12px;
	font-size:80%;
	line-height:1.6em;
}

#company-02 {
	width:90%;
	margin:15px auto 20px auto;
}

#map_canvas {

}




/*************** 代表挨拶 *****************/

#president-01 {
	width:96%;
	margin:0 auto;
}

#president-pic {
	margin:0 auto;
}

#president-greeting {
	width:100%;
	
}

#president-greeting h3 {
	margin-top:20px;
}

#president-greeting p {
}




/****************** 理念・ビジョン *********************/

#vision-01 {
	width:96%;
	margin:0 auto;
}

#vision-logo img {
	margin:0 auto;
	text-align:center;
}

#vision-logo-02 {
	width:60%;
	margin:0 auto;
}

#logo-mean {
	width: 100%;
}





/****************** 社訓 ********************/

#motto-01 {
	width:96%;
	margin:0 auto;
}





/**************** 沿革 ******************/

#history-01 {
	width:96%;
	margin:15px auto;
	border:solid 1px #CCC;
}

#history-01 table {
	border-collapse:collapse;
	border-bottom:dotted 1px #CCC;
}

#history-01 table tr th {
	width: 20%;
	vertical-align: middle;
	padding:8px 0;
}

#history-01 table tr th img {
	display: inline;
}

#history-01 table tr td {
	vertical-align: middle;
	padding:8px 10px;
	font-size:13px;
	line-height:1.5em;
}

.light-orange {
	background-color:#DDDDDD;
}

.light-gray {
	background-color: #F3F3F3;
}

.nen {
	width:7%;
}






}
