#header_right_top {
	padding: 0 5px;
	line-height: 1.2em;
}
#contents {
	box-sizing: border-box;
	padding: 0 5px;
}
#contents_header {
	padding: 0;
	margin: 0;
	width: 100%;
}
#contents_header_left,#contents_header_right {
	width: 100%;
	margin: 0;
}
#contents_header_left a,#contents_header_right span a {
	display: block;
	border: 1px #00f solid;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}

#contents_header_left a:hover,#contents_header_right span a:hover {
	border: 1px #f00 solid;
}

#contents_header_right table {
	margin-bottom: 10px;
}

#contents_header_right ul li span {
	margin-left: 5px;
	font-size: 0.7em;
	padding: 0 5px;
}
#submenu {
	
   /* Prevent vertical gaps */
 
   -webkit-column-count: 1;
   -webkit-column-gap:   0px;
   -moz-column-count:    1;
   -moz-column-gap:      0px;
   column-count:         1;
   column-gap:           0px;
 
}

.submenu_category {
	margin: 0 0 10px;
	text-decoration: none;
}

.submenu_category {
	display:block;
}
.submenu_category:hover {
	color: #fff;
	text-decoration: none;
	background-color: #990;
	border-color: #660;
}

#footer {
	background-color: #333;
	color: #fff;
}

p  {
	text-indent: 1em;
}

.float {
	display: inline-block;
	padding-bottom: 10px;
 	width: 100% !important;
 	height: auto !important;
	margin: 0 1px;
}

.float p{
	margin: 0;
	text-indent: 1em;
	font-size: 90%;
}

.float li {
	margin: 0;

}

.float ul li p {
	text-indent: 0em;
}

.info {
	margin: 0 auto;
	padding: 10px 0;
	line-height: 1.2em;
}

.notice {
	margin: 0 auto;
	text-align: left;
	line-height: 1.2em;
}
.red {
	color: #FF6;
	font-weight: normal;
}
a.contact {
	background-color: #666;
	color: #fff;
}
a.contact:hover {
	border-color: #ccc;
	background-color: #999;
}

h1,h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
}

@media screen and (min-width: 768px) {

#contents_header_left a,#contents_header_right span a {
	float: right;
}

#submenu {
	
   -webkit-column-count: 2;
   -moz-column-count:    2;
   column-count:         2;
 
}

}

@media screen and (min-width: 992px) {

#header_right_top {
	height: auto;
}

#contents_header_left {
	float: left;
	width: 481px;
	padding-right: 5px;
}

#contents_header_right {
	float: right;
	width: 481px;
	padding-left: 5px;
}

#submenu {
	
   -webkit-column-count: 3;
   -moz-column-count:    3;
   column-count:         3;
 
}

.info {
	width: 728px;
}

.notice {
	width: 728px;
}

}
