@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

/* --------------------------------
	reset
-------------------------------- */
#main p {
	font-size: 104.71%;
}
#main img {
	/*margin: 20px 0;*/
}
/* --------------------------------
	会社案内トップ
-------------------------------- */
#index-list li {
	display: inline-block;
}
#index-list li a {
	width: 292px;
	border: 6px solid #eee;
	display: block;
}
#index-list li a:hover {
	border: 6px solid #f27f88;
}
.category-title {
	font-size: 162.71%;
	font-family: "UD新丸ゴ M", "UD Shin Maru Go Medium";
	margin: 20px 0;
}
/* --------------------------------
	経営理念・社長ご挨拶
-------------------------------- */
#main #philosophy-cont {
	font-size: 162.71%;
	font-family: "UD黎ミン R", "UD Reimin Regular";
	text-align: center;
	margin-bottom: 50px;
}
#message ul.decimal > li {
	margin-bottom: 20px;
}
#main #president-name {
	font-size: 162.71%;
	font-family: "UD黎ミン R", "UD Reimin Regular";
	text-align: center;
}
#main .position {
	font-size: 82.71%;
}
.suppliers-title {
	font-size: 142.71%;
	text-align: center;
	margin: 30px 0 10px;
	font-family: "UD新丸ゴ M", "UD Shin Maru Go Medium";
}
.color-frame {
	background-color: #fef4ec;
	padding: 20px;
	line-height: 1.8;
}
/* --------------------------------
	沿革
-------------------------------- */
#history-list li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#history-list div.year {
	text-align: center;
}
.yeay-txt {
	font-size: 186.71%;
	font-family: "UD新丸ゴ M", "UD Shin Maru Go Medium";
	display: block;
}
.month-txt {
	font-size: 106.71%;
	display: block;
}

/* PC SIZE */
@media screen and (min-width: 1120px){
	/* --------------------------------
		会社案内トップ
	-------------------------------- */
	#index-list li {
		margin-left: 30px;
		margin-bottom: 30px;
	}
	#index-list li:nth-child(1),
	#index-list li:nth-child(4) {
		margin: 0px;
	}
	/* --------------------------------
		会社概要
	-------------------------------- */
	#overview .f-cmn_tbl th {
		width: 26%;
		background-color: #f8fdfe;
		border:0;
		border-top: 1px solid #ccc;
		text-align: left;
	}
	#overview .f-cmn_tbl td {
		background-color: #fff;
		border:0;
		border-top: 1px solid #ccc;
	}
	.googlemaps {
		width: 720px;
		vertical-align: top;
	}
	/* --------------------------------
		沿革
	-------------------------------- */
	#history-list li {
		padding-top: 40px;
	}
	#history-list div {
		display: inline-block;
	}
	#history-list div.year {
		width: 25%;
	}
	#history-list div.disc {
		width: 75%;
		vertical-align: top;
	}
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 1120px){
	/* --------------------------------
		会社案内トップ
	-------------------------------- */
	#index-list li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#index-list img {
		max-width: 100%;
	}
	/* --------------------------------
		会社概要
	-------------------------------- */
	#overview .f-cmn_tbl th {
		background-color: #f8fdfe;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	#overview .f-cmn_tbl td {
		border: 1px solid #ccc;
	}
	#overview .f-cmn_tbl th.first {
		border-top: 1px solid #ccc;
	}
	/* --------------------------------
		沿革
	-------------------------------- */
	#history-list div.disc {
		text-align: center;
		margin-top: 10px;
	}
	#history-list li {
		padding-top: 10px;
	}
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 600px){
	/* --------------------------------
		会社案内トップ
	-------------------------------- */
	.category-title {
		font-size: 136.71%;
		margin: 10px 0;
	}
	/* --------------------------------
		経営理念・社長ご挨拶
	-------------------------------- */
	#main #philosophy-cont {
		font-size: 142.71%;
		margin-bottom: 50px;
	}
	#main #president-name {
		font-size: 142.71%;
	}
	/* --------------------------------
		会社概要
	-------------------------------- */
	#overview .f-cmn_tbl th {
		border-bottom: 0;
	}
	/* --------------------------------
		経営理念・社長ご挨拶
	-------------------------------- */
	.suppliers-title {
		font-size: 128.71%;
	}
	#main .color-frame {
		font-size: 100.71%;
	}
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 480px){
}
@media screen and (max-width: 350px){
}