@charset "utf-8";

/* 中央ペイン
------------------------------------------------------------*/
#content {
width:1080px;
margin:0 auto;
}

.notice{
width:600px;
padding:15px 20px 10px;
color:#000066;
background:#f5f5f5;
border-radius:8px;
margin:10px auto 30px;
}

/* 見出し
------------------------------------------------------------*/
h2#main_header {
text-align:center;
margin:30px auto;
font-size:25px;
font-size:2.5rem;
color:#800000;
font-weight:bold;
line-height:1.2;
/*font-family:"Times New Roman","游明朝",YuMincho,"HGS明朝E","ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ Ｐ明朝","メイリオ",Meiryo,serif;*/
}

.que_trade_link{
width:600px;
text-align:center;
padding:10px 5px;
margin:0 auto;
border:2px solid #800000;
border-radius:5px;
background:#EEE;
background:-moz-linear-gradient(top,#fff 0%,#eee);
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
cursor:pointer;
}
.que_trade_link a{
color:#800000;
text-decoration:none !important;
font-weight:normal;
font-size:20px;
font-size:2.0rem;
line-height:1;
}
.que_trade_link a:hover{
color:#800000;
text-decoration:underline !important;
}

.nda{
padding:15px 15px 10px;
color:#000066;
background:#f5f5f5;
border:1px solid #99CC99;
border-radius:8px;
margin:50px 20px 10px;
}

.exchange{
text-align:center;
margin:20px auto 0;
}

/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
	#content {
	width:96%;
	margin:0 auto;
	padding:10px 0;
	}
}


/* 幅660px以下から
------------------------------------------------------------*/
@media only screen and (max-width:660px){

	.notice{
	width:96%;
	}
	.que_trade_link{
	width:96%;
	}
	.exchange{
	display:none;
	}

}
