@charset "Shift_JIS";
/* CSS Document */

#AS-SPECIAL-contents{
	font-size:small;
}

#AS-SPECIAL-contents img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#AS-SPECIAL-contents p{
	line-height: 180%;
	margin-bottom: 15px;
	margin-top: 10px;
}

#AS-SPECIAL-contents ul{
	margin-bottom: 10px;
	margin-top: 0;
	padding-left:40px;
}

#AS-SPECIAL-contents li{
	margin-bottom: 5px;
	margin-top: 0;
	list-style:disc outside;
}

#AS-SPECIAL-contents h1 {
	margin: 0px;
	padding: 0px;
	clear: both;

}

/* ボールドテキスト */
.BoldText {
	font-weight: bold;
}

/* 大きめのボールドテキスト */
.BoldBigText {
	font-size: 120%;
	font-weight: bold;
}

/* グレーで大きめのボールドテキスト */
.BoldBigGreyText {
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}

/* 赤いテキスト */
.RedText {
	color: #FF0000;
}

/* 赤い小テキスト */
.RedSmallText {
	font-size: 90%;
	color: #FF0000;
}

/* グレーテキスト */
.GreyText {
	color: #838383;
}

/* グレーの小テキスト */
.GreySmallText {
	font-size: 90%;
	color: #838383;
}

/* 小テキスト */
.SmallText {
	font-size: 90%;
	line-height: 130%;
}

/* 緑のテキスト */
.GreenText {
	color: #339966;
}

/* メインコンテンツ中のドットライン */
.DotLine1 {
	margin-top: 5px;
	margin-bottom: 30px;
	border-top: 1px dotted #999999;
	}
.DotLine2 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #999999;
}

.off {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}

/* ページ下のオレンジ背景エリア用 */
.OrangeBack1 {
	background: #F9ECC4;
	padding: 4px;
	border: 1px solid #CC6600;
	margin: 20px 0px;
}/* ページ内リンク黄色背景エリア用 */
.YellowBack1 {
	background: #FFFEED;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 160%;
	text-align: center;
}/* 注記グレー背景エリア用 */
.GreyBack1 {
	background: #f8f8f8;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #ACD2F2;
}
.GreyBack2 {
	background: #f8f8f8;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ACD2F2;
	
}
.icon {
	margin-right: 1px;
	margin-top: 2px;
}
.DtList {
}
.DtList  dl {
	margin-top: 5px;
}
.DtList dt {
	background: url(/product/atermstation/images/arrow.gif) no-repeat;
	margin: 1px 0px 8px;
	padding-left: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.DtList  dd {
	margin-left: 12px;
}
.DtList2 {
}
.DtList2  dl {
	float: right;
	width: 480px;
	margin-top: 5px;
}
.DtList2 dt {
	background: url(/product/atermstation/images/arrow.gif) no-repeat;
	margin: 1px 0px 3px;
	padding-left: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.DtList2  dd {
	margin-left: 12px;
}
.backToProduct {
	font-weight: bold;
	text-align: right;
	border-top: 5px solid #e8e8e8;
	margin-top: 30px;
	margin-bottom: 30px;
}
.topicsThumb {
	float: left;
	width: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dotLine560 {
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #a8a8a8;
	width: 560px;
	clear: both;
}
 /* 写真ダウンロード左右スペース用 */
.ProdictDetailLeft2 {
	float: left;
	width: 275px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.ProductDetailRight2 {
	float: right;
	width: 275px;
	margin-bottom: 5px;
}	
.ProdictTablePhoto {
	width: 100px;
	padding-top: 5px;
}
 /* イメージ用 */
.ImageSpace {
	margin-top: 5px;
	margin-bottom: 5px;
}


/*body {width:100%; margin:0 auto; padding:0; text-align:center;}
#resp_header { display: none; }
.CrumbNavi {
	width:750px;
	color: #333333;
	margin:5px auto;
	line-height: 110%;
	text-align:left;
}*/
#container{ text-align:center; margin:0 auto; padding:10px 0 0;}
#resp_content {width:750px; margin:0 auto; text-align:left; }
.colm1 { float:left; width:240px; margin-right:10px; margin-top:10px }
.colm2 { float:left; width:500px; margin-top:10px }
.colm3 { float:left; width:250px; margin-right:10px; margin-top:10px }
.colm4 { float:left; width:740px; margin-right:10px; margin-top:10px }

/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
/*body {width:100%; margin:0 auto; padding:0;}*/
#container{ text-align:center; margin:0 auto; padding:10px 0 0;}
/*#resp_header { display:block;}
#resp_header .logo {float:left; margin:6px;}
#resp_header .drop {float:left; margin-left:25px; margin-top:12px;}
select.atermMenu { 
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:6px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-indent: 1em;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    background:#367cd2 url(/product/atermstation/common/images/drop_arrow.png) no-repeat;
    background-size:49px 60px;
    background-position: right center;
}*/
/*#header .headContents {display: none; width:0px; height:0px; }*/
/*div#header {
	clear: both;
	margin-bottom: 1px;
	padding-bottom: 1px;
	height:3px;
	background-image: url(/product/atermstation/common/images/bg_headerouter.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #397ECF;
}
.CrumbNavi {
	font-size: 75%;
	color: #333333;
	margin:5px auto;
	width: 95%;
	line-height: 110%;
	text-align:left;
}*/
#resp_content {width:95%; margin:0 auto; text-align:left; }
.colm1 { float:left; width:32%; margin-right:1%; margin-top:5px }
.colm2 { float:left; width:65%; margin-top:5px }
.colm3 { float:left; width:40%; margin-right:10px; margin-top:5px }
}
/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
/*body {width:100%; margin:0 auto; padding:0;}*/
.colm1 { float:none; width:95%; margin-right:2%; margin-top:5px }
.colm2 { float:none; width:95%; margin-top:5px }
.colm3 { float:none; width:95%; margin-right:5px; margin-top:5px }
}

@media screen and (max-width:540px) {
/*body {width:100%; margin:0 auto; padding:0;}*/
/*#resp_header .logo {float:none; margin:6px auto;}
#resp_header .drop {float:none; margin-left:0; margin-top:10px ;margin-bottom:10px;}*/
}

@media screen and (max-width:320px) {
/*body {width:100%; margin:0 auto; padding:0;}*/
/*#resp_header .logo {float:none; margin:6px auto;}
#resp_header .drop {float:none; margin-left:0; margin-top:10px ;margin-bottom:10px;}*/
.colm1 { float:none; width:95%; margin-right:2%; margin-top:5px }
.colm2 { float:none; width:95%; margin-top:5px }
.colm3 { float:none; width:95%; margin-right:5px; margin-top:5px }
}