@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
#c_cc {
	margin:auto;
}
.gridContainer {
	margin:auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#LayoutDiv1 {
	width: 100%;
	font-size: small;
		margin:auto;
}
h1 {
	font-size:x-small;
	font-weight:normal;
}

.contents {
	float:left;
	width:60%;
	margin-left:0%;
}


.etc {
	padding: 1em;
}
td img {
	margin-right:5px;
}


.sidebar {
	width:34%;
	float:right;
	border-left:#F39700 solid thick;
	padding-left:2%;
}
.sidebar p {
	font-size:smaller;
}

@media only screen and (min-width: 100px) {
	.sidebar img {
	margin-bottom:3px;
	width:100%;
}
	.spNone {
	display:none;
}
}
@media (min-width: 481px) and (max-width: 1000px) {
body { background: url(img/bg_body.jpg) repeat-y center top!important;
background-size:100%!important;}

}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95%;
	margin:auto;
}

.contents {
	width:65%;
}

.sidebar {
	width:30%;
	float:right;
	border-left:#F39700 solid thick;
	margin-right:0px;
	padding-left:2%;
}


#LayoutDiv1 {
	width: 100%;
	font-size: small;
}
.sidebar img {
	margin-bottom:3px;
	width:100%;
}
	.spNone {
	display:none;
}
table {
	margin-left:0px;
	padding-left: 0px;
	padding-right:0px;
	margin-right:0px;
	width:100%;	
}
th {
	background-image: url(../img/info.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size:contain;
	line-height:1.2em;
	padding:2% 3%;
}
td {
	background-image: url(../img/info3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height:1.5em;
	padding:2% 3%;;
	font-weight: bold;
}
}
@media only screen and (max-width: 480px) {
	table {
	margin-left:0px;
	padding:0px;
	margin-right:0px;	
}
th {
	background-image: url(../img/info.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size:contain;
	line-height:1.2em;
	padding:5%;
}
td {
	background-image: url(../img/info3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height:1.5em;
	padding:5%;
	font-weight: bold;
}
}
@media only screen and (min-width: 769px) {

#LayoutDiv1 {
	margin: auto;
	width: 90%;
	font-size: small;
}
.header {
	width:100%;
	margin-bottom:20px;
}
.header img {
	width:100%;
	height:auto;
}
#ss {
	width:100%;
}



.sidebar p {
	margin-bottom:2%;
	margin-top:0px;

}
.sidebar img {
	margin-bottom:3px;
	width:100%;
}
.spNone {
	display:block;
	
}
.mobile {
	display:none;
}
}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 1000px) {
.gridContainer {
	width: 1000px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;

}
#LayoutDiv1 {
	width: 880px;
	font-size: small;
}
.header {
	width:880px;
}
.header img {
	width:100%;
	height:auto;
}
#ss {
	width:100%;
}


#LayoutDiv1 {
	padding-left:57px;
	padding-right:57px;
		font-size: small;
	margin:auto;
}
.sidebar {
	width:30%;
	float:right;
	border-left:#F39700 solid thick;
	padding-left:2%;
}
.sidebar p {
	margin-bottom:2%;
	margin-top:0px;

}
.contents {
	width:65%;
}
.sidebar img {
	margin-bottom:3px;

}
.spNone {
	display:block;
	
}
.mobile {
	display:none;
}
}

.access {
	clear:both;
	margin-top:1%;
	padding-top:1%;
	
}
.access img {
	margin-bottom:1%;
}

.sidebar p {
	margin-bottom:2%;
	margin-top:5px;
	font-size:100%;
}
.footer {
	text-align:center;
	font-weight:bold;
	margin-top:1%;

}