@media print,screen and (min-width: 960px) {
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(pict/bg/bg_blue.gif);
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}
}

h1{
	font-size: 12px;
	font-weight:normal;
}

.demo_title{
  font-size : 16px;
  line-height : 18px;
  color:#0000FF;
  background-color: aliceblue;
  font-weight:bold;
  padding:5px 0 5px 0;
  margin:10px 0 0 0;
  width:655px;
  letter-spacing:0.1em;
}

.caution_area{
	background-color:#FFFFE6;
	width:655px;
	font-size:12px;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
}

.big_red{
  font-size: 16px;
  line-height: 14px;
  color: #F00;
  font-weight:bold;
  text-align:left;
  padding:5px 0 5px 0;
}

.text_bold {
  font-size: 12px;
  line-height: 14px;
  color:#004080;
  font-weight:bold;
  text-align:left;
  padding:5px 0 0 15px;
}


.red{ color:#FF0000;}
.blue{ color:#0000FF;}
.map{ 
	color:hotpink;
	font-weight:bold;
	}

.kobec_tel{
  font-size: 12px;
  line-height: 14px;
  color:#F00;
  font-weight:bold;
  text-align:left;
  padding:5px 0 0 15px;
}

table.demo{
	width:655px;
	margin:10px 0 10px 0;
	padding:0;
	border-collapse: collapse;
}

table.demo th{
	background-color: #FFC;
	margin:0;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border:solid 2px #5076FC;
}

table.demo td{
	border:solid 2px #5076FC;
}

table.demo p{
	font-size:12px;
	text-align:center;
	margin:0;
	padding:5px;
}


/*---footer---*/
.little {
	font-size: 9px;
	line-height: 11px;
}
.normal {
	font-size: 12px;
}

/*demo new*/
.title{
	width:700px;
	margin:20px 0;
	padding-left:30px;
}
.title h1{
	margin:0;
	font-size:12px;
	padding:15px 0 0 10px;
	text-align:left;
	line-height:1.2;

	}
.title p{
	margin:0;
	font-size:12px;
	padding:15px 0 0 10px;
	text-align:left;
	line-height:1.2;
}

.title h2{
	margin:0;
	font-size:12px;
	padding:15px 0 0 10px;
	text-align:left;
}
/*ΓήΣAζ΅Xά*/
.box13{
	margin:5px 10px 0 10px;
	padding:5px 0;
	background-color:#FFC;
}
.box13 p{
	font-size:12px;
	margin:0;
	padding:10px;
	line-height:1.2;
}
.red_b12 {
	font-weight:bold;
    color:#F00;
	font-size:12px;
}

/*β’νΉζ(demo,support)*/
table.type01 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin:0 10px 10px 10px;
	background:#FFFFFF;
}
table.type01 td {
	width:100%;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align:left;
	font-size:12px;
	vertical-align:middle;
}

table.type01 i{
	margin:0 7px 0 0;
}

.boxD{
	width:700px;
	margin:10px 0;
	padding-left:30px;
}
.demo h1{
	margin:0 0px 20px 0px ;
	padding:8px 0 8px 10px ;
	background: #91B9FD;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
table.demo_t {
	width: 95%;
	margin-left:10px;
	border-collapse: collapse;
	font-size:14px;
}
table.demo_t th {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.demo_t td {
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
.red_l{
	border-bottom: 2px solid #ff3333;
}
.blue_b {
	font-weight:bold;
    color:#00F;
}
.topimg{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	border:none;
}

@media only screen and (max-width: 768px) {
	table.demo_t{
		display: block;
		padding-right:10px;
	}
	table.demo_t thead{
		display: none;
	}
	table.demo_t tbody{
		display: block;
	}
	table.demo_t tbody tr{
		display: block;
		margin-bottom: 1.5em;
	}
	table.demo_t tbody th,
	table.demo_t tbody td{
		display: list-item;
		border: none;
	}
	table.demo_t tbody th{
		margin-bottom: 5px;
		list-style-type: none;
		width:100%;
	}
	table.demo_t tbody td{
		margin:0 10px;
		padding: 0;
		list-style-type: none;
	}
}
