@charset "utf-8"; /* 文字コード */

@media screen and (max-width:640px){

/* ページ全体の基本的な設定と背景色 */
	body {
		margin: 0px 0px 20px 0px;
		background:#FFEBCD; /* 背景色 */
		background-image:url("/img/spg3.gif");
	}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

iframe{
max-width: 100%;
height: auto;
width /***/:auto;　
}

textarea{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* 3カラム全体 */
	#box {
		display: flex;           /* Flexコンテナ化 */
		flex-direction: column; /* ボックスを縦並びに */
		width: 100%;
	}

/* エントリーのある大段落（3カラム） */
	#content {
		order: 1;
		float: left;
		width: 100%;
	}

/* エントリーのある大段落（2カラム） */
	#content2 {
		order: 1;
		float: left;
		width: 100%;
	}

	#cmbn1 {
		order: 2;
		white-space: normal;
	}

/* 左カラム */
	#links-left{
		order: 3;
	}

/* 右カラム */
	#links-right{
		order: 4;
	}

}
