@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

body{  
	margin:0; 
	paddin:0;
	line-height: 150%; 
	font-size:90%;
}

a {
	text-decoration: none;
	color:#000;
}

h1 {
	padding:0;
	margin:0;
}
h1 a {
	width:577px;
	height:72px;
	display: block;
	margin-left:8%;
}


/* ヘッダーエリア */
div#header {  
	width: 1800px;  
	height: 111px;  
	padding:5px 0;  
	color: #fff;  
}

/* フッターエリア 	box-shadow: 0px 3px 10px 3px #ccc;
*/
div#footer {  
	width: 100%;  
	height: 450px;  
	padding:10px 0;
	background:url();  
	color: #ffdf14;
	text-align:left;
	position:relative;
}

div#footer div.fb-page{
	position:absolute;
	top:40px;
	left:20px;
}

/* コンテンツエリア */
div#contents{
	max-width:1080px;
	min-width:420px;
	padding:30px;
	margin:0 auto;
}

/* グリッドのコンテナー */
div#container {
	width:990px;
	margin:0 auto;
}

/* グリッドのボックス */
div.box {
	margin:5px;
	width:200px;
	background: ;

	/* ボックスを角丸にする */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* ボックスにドロップシャドウを追加する */
	box-shadow: 0px 2px 5px 1px #ccc;
}

/* トップボックス */
div.box.top {
	width:410px;
	position: relative;
}

/* 大きいボックス */
div.box.w2 {
	width:410px;
	position: relative;
	background:#FFF;
}

div.box.w3 {
	float:left;
	width:450px;
	position: relative;
	background:#FFF;
}

/* ボックス内の画像に表示される空白の対策 */
div.box div.thumb {
	line-height:0; 
}

/* ボックス内の画像 */
div.box div.thumb img {
	border:none;

	/* 画像右上・左上を、ボックスに合わせて角丸にする */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* 大きいボックスの画像ファイル */
div.box.w2 div.thumb img {

	/* ボックスに合わせて角丸にする */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ボックス内のヘッダー */
div.box h3 {
	margin:0;
	padding:3px 5px;
	background:#EEE;
	color:#333;
	font-size:14px;
}


div.box h3.gg {
	margin:0;
	padding:3px 5px;
	background:#FFD9E1;
	color:#333;
	font-size:13px;
}

div.box h3.bb {
	margin:0;
	padding:3px 5px;
	background:#8FEFE3;
	color:#333;
	font-size:13px;
}

/* 大きいボックスの画像キャプション */
div.box.w2 h3 {
	position: absolute;
	bottom:0;
	margin:0;
	width:390px;
	padding:6px 10px;
	background:#FFF;
	color:#000;
	opacity:0.7;
	font-size:13px;

	/* キャプションの右下・左下を、ボックスに合わせて角丸にする */
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}

/* ボックス内文章 */
div.box p {
	margin:5px;
	padding:5px;
	font-size:12px;
	line-height:1.5;
	color:#666;
}

.hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

div#contents table {
	width:450px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	padding: 10px;
	margin-left:80px;
	margin-top:50px;
}

table td {
	border: 1px dashed #C2A5A5;
	padding: 10px;
}

table a{
	color:#F36;
}



