@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : company.css
 Author     : 
 Style Info : 会社概要 CSS
=================================================================== */

/*　代表者挨拶　*/
h5{font-weight: bold; text-align: center; font-size: 20px; color: #f97396; margin-bottom: 20px;}
.sign{height: 60px; line-height: 60px; font-weight: bold; text-align: right; padding-right: 80px; background: url("../../img/common/rogo.gif") no-repeat right;}

/*　会社概要　*/
table{width: 100%;}
tr>td:first-of-type{width: 25%; background: #ecf6ff; text-align: center; color: #43a8e7; vertical-align: middle;}
tr>td:nth-of-type(2){width: 60%; padding: 10px 3%;}
tr:nth-of-type(even) td{background: #fff; }
tr:nth-of-type(even) td p{height: 5px; border-top: solid 1px #bfbfbf;}
table ol li{margin-left: 1em; margin-bottom: 5px;}

@media screen and (max-width:480px) { 
/*　画面サイズが480pxまではここを読み込む　*/
	
	/*　代表者挨拶　*/
	h5{font-size: 16px;}
	.sign{height: auto; line-height: 1.4; background-size: 50px; padding: 15px 60px 15px 0;}
	
	/*　会社概要　*/
}


@media screen and (max-width:360px) { 
/*　画面サイズが360pxまではここを読み込む　*/

	
}
