@charset "UTF-8";

*{ margin:0; padding:0; }

h1 { font-size:12px; color: #ff0000; font-weight: normal;}
h2 { font-size:16px; color: #000000;
width:auto;
border-left:10px solid #006400;
padding-left:10px;
}

a{text-decoration: none; color: #0000ff;}

.title{ color: #000000; }

img{border:0px;}

table{
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	}
td{font-size: 13px}

body {
	background:#ffffff;
	font-size:16px;
	text-align: center;
	}

#container {
	position:relative;
	margin:0 auto;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:10px;
	padding-right:10px;
	width: 90%;
	background:#ffffff;
	text-align: left;
	line-height: 1.5em;
	color: #333;
	font-size: 16px;

	}

#head{
	width: 100%;
	padding:5px;
	}

#head a {text-decoration: none;
		color: #000000; }

#main{
	padding:0px;
	width: 100%;
	font-size: 16px;
	}

#menu{
	width: 100%;
	font-size: 16px;
	line-height: 1.8em
	}

#submenu{
	width: 100%;
	}

	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}


.category{
	float: left; width:100%;
	padding-left: 10px;
	font-size: 18px;
	line-height: 2em;
}

ul.list-wrap{
	list-style-type: none;
	line-height: 1.8em;
}
ul.list-wrap li{ line-height: 1.8em; font-size:16px;}





 @media screen and (min-device-width: 768px) {
 /* PC用のCSS */

#container {
	width: 760px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	border-left:  1px solid #808080;
	border-right: 1px solid #808080;
	}

#submenu{
	float:left;
	width:168px;
	font-size:15px;
	padding:5px;
line-height: 1.8em;
	}



#main{
	float:left;
	width:560px;
	padding:10px;
	}

#menu{
	float:right;
	width:168px;
	font-size:14px;
	}

#foot{
	width:100%;
	clear:both; 
	background: #d3d3d3;
	text-align:center;
	}
#foot a{ color:#333; text-decoration: none; }

	.pcview { display: block; }
	.spview { display: none; }

.category{
	float: left; width:33%;
	padding-left: 0px;
	font-size: 16px;
	line-height: 1.5em;
}

}



