﻿/* ---------------------------------------------- */
/*                esterline.html                  */
/* ---------------------------------------------- */
body {
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
}

.style-pc-mode {
	display: block;
}

.style-sp-mode {
	display: none;
}

/* Header Section */
#logo_img {
	width: 230px;
}

/* EsterLine Section */
.explain-esterline {
	margin-top: -30px;
	margin-bottom: 30px;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 10px;
	border-color: #0778cc;
	border-radius: 10px;
	background-color: #d6edfd;
}

.explain-inner {
	padding: 10px;
	border-radius: 10px;
	background-color: #d6edfd;
}

.text-red {
	color: #ff6600;
	font-weight: bold;
}

/* TradeMark Section */
.trademark-image {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* RoundAbout Section */
.roundabout-section {
	background-image: url(../../../img/subpage/esterline/back.jpg);
}

.roundabout-comment {
	padding: 15px 10px 3px 10px;
	border-top-style: solid;
	border-top-width: 10px;
	border-color: #0778cc;
	border-radius: 10px;
	background-color: #d6edfd;
	margin-bottom: 30px;
}

.roundabout-date {
	margin-top: -30px;
}

.roundabout-slick {
	padding: 20px 27px 6px 0px;;
	background-color: #fff;
}

.roundabout-title {
	margin-top: 50px;
	margin-bottom: 15px;
}

/* Price Table Section */
.pricetable-outlet {
	margin-top: 50px;
}

.pricetable-number {
	padding: 10px;
	border-style: solid;
	border-color: #0778cc;
	background-color: #d6edfd;
}

.pricetable-header {
	color: #0778cc;
}

.pricetable-sort {
	padding-left: 10px;
	padding-right: 10px;
}

/* Commercial Section */
.commercial-comment {
	margin-top: -20px;
}


/*ここからスマートフォン用（768px以下）環境の設定
---------------------------------------------------------------------------*/
@media (max-width : 768px) {
	.style-pc-mode {
		display: none;
	}

	.style-sp-mode {
		display: block;
	}

	#logo-img-mobile {
		width: 250px;
	}
}
