
.topic2 li {
	display: inline-block;
	width: 40%;
	text-align: center;
	vertical-align: top;
}
/*--■■■お問い合わせ・カタログ請求・お申込み--*/
.mailto {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.mailto li {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	background: #f2f2f2;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align: center;
	font-weight: normal;
}
.mailto li a {
	padding: 10px 0;
	display: block;
	color: #333;
}
.mailto li a:hover {
	background:#ccc;
}
.mailto li img {
	width:15%;
	height:auto;
}

/*--■■■グローバルメニュー--*/
.aside {
	width: 100%;
	background: #003062;
	overflow: hidden;
}
.aside ul {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	color: #fff;
	list-style: none;
}
.aside ul li {
	display: inline-block;
	width: 24%;
	text-align: center;
	font-size:1.0em;
}
.aside img {
	width: 12%;
	height: auto;
	margin: 10px;
	vertical-align: middle;
}
.aside a {
	color: #ccc;
	display:block;
}
.aside a:hover {
	color: #fff;
}
.ie8 .aside ul li {
	float:left;
	width: 24%;
	text-align: center;
	font-size:1.0em;
}

/*--■■■フッター--*/
.footer {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	overflow: hidden;
}
.footer-txt {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.7em;
}
.footer-txt li {
	font-size: 1em;
	display: inline-block;
}
.ie8 .footer-txt li {
	font-size: 0.65em;
	text-align:center;
	float:none;
	width:95%;
}
.footer-txt li a {
	color: #fff;
}
.others {
	width: 29%;
	text-align:left;
	float:left;
}
.copy {
	text-align: right;
	width: 69%;
}
/*--■■■ページトップ--*/
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #036FDC;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=45);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* メディア
-------------------------------------------------------------------------------------------------*/

/* 幅1200px以上 */
@media only screen and (min-width:1200px) {

}

/* 幅1199px以下 */
@media only screen and (max-width:1199px) {
.mailto li {
	width: 30%;
}
.aside {
	bottom: 59px;
}
.aside,.footer-box {
/*	position: static;*/
}
.aside ul {
	width:90%;
}
.aside ul li {
	font-size:0.8em;
}
.aside img {
	display:none;
}
.footer {
	width:90%;
}
.others {
	width: 95%;
	float:none;
		text-align:center;
}
.copy {
	float:none;
	width: 95%;
	text-align:center;
}
}

/* PC 横 */
@media only screen and (max-width:768px) {
.topic2 li {
	width:48%;
}
.topic2 li img {
	width:90%;
	height:auto;
}
.aside {
	bottom: 75px;
}
.aside ul li {
	width:48%;
		border-bottom:1px solid #003E63;
		padding:10px 0;
}
}

/* スマホ 横 */
@media only screen and (max-width:640px) {
.topic2 li {
	width:48%;
}
.topic2 li img {
	width:90%;
	height:auto;
}
.todetail a {
	width:80%;
	font-size:11px;
}
.support-txt {
	display:none;
}
.mailto li {
	font-size:11px;
}
.mailto li img {
	width:50%;
	height:auto;
}
.aside ul li {
	width:48%;
	margin-right:5px;
}
.aside ul li {
	font-weight:bold;
	font-size:0.65em;
	background:#fff;
	margin-bottom:4px
}
.aside ul li a {
	color: #003E63;
}
.aside a:hover {
	color: #003E63;
}
.others span:before {
	content: "\A";
	white-space: pre;
}
span.mailto::before {
	content: "\A";
	white-space: pre;
}
}

/* 印刷 */
@media print {
.pagetop{
	display:none;
}
.topic2 li img {
	width:80%;
	height:auto;
}
/*.aside,.mailto,.topic2 {
	display:none;
}*/
.mailto li {
	width: 28%;
}

.aside ul {
	width:90%;
}
.aside ul li {
	width:49.1%;
	margin-right:5px;
}
.aside ul li {
	font-weight:bold;
	font-size:0.65em;
	background:#fff;
	margin-bottom:4px
}
.aside ul li a {
	color: #003E63;
}
.aside a:hover {
	color: #003E63;
}
.aside img {
	display:none;
}
.footer {
	width: 100%;
}
.footer-txt li {
	float:none;
	width:95%;
	text-align:center;
}
.others {
	width: 29%;
}
.copy {
	text-align: right;
	width: 69%;
}


}
