@charset "utf-8";

/* CSS Document */

/* 印刷しない項目 */
@media print {
aside, header, nav, .footer_upper, .footer_mid_1 img, .footer_bottom, .hero, .top_margin {
	display: none;
}
/* 印刷時の余白幅指定 */
@page {
	margin: 5mm 5mm 5mm 25mm;
}
/* ＋＋＋＋タブレット対応を基準で印刷＋＋＋＋ */
/*トップメニューのデフォルト幅確保*/

/*トップカテゴリ*/
.top_category {
	margin-bottom: 0em;
}
.top_category p {
	margin-left: 20px;
}
.top_category h1 {
	float: none;
	text-shadow: 0px 0px;
	font-size: x-large;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.top_category .caption{
	text-shadow: 0px 0px;
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
	font-size: x-large;
	padding-top: 0px;
	line-height: 100%;
	float: none;
}

/*メインコンテンツ*/
.main_left {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	color: #000000;
}
.main_left p {
	font-size: 12px;
	padding-left: 2%;
	width: 96%;
	line-height: 170%;
	margin-top: 4px;
	margin-bottom: 8px;
}
.main_left h2 {
	font-size: large;
	margin-top: 0px;
	text-indent: 0px;
}
.main_left h3 {	
	padding-top: 20px;
}
.main_left h4 {
	margin-left: 5%;
	padding-top: 10px;
}
/*フッター*/
.footer_mid_1 {
	font-size: large;
	color: #000000;
}
.footer_mid_2 {
	display: inline;
	margin-left: 2%;
	color: #000000;
	font-size: medium;
}
.footer_mid_tel a {
	display: inline;
	margin-left: 2%;
	color: #000000;
}
/* ＋＋＋＋タブレット対応：end＋＋＋＋ */

.container {
	width: 100%;
	font-size: 12px;
}
