/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
-----------------------------------*/
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
-----------------------------------*/
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
-----------------------------------*/
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
-----------------------------------*/
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}


/* Grouping content
-----------------------------------*/
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* Forms
-----------------------------------*/
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}


/* Tables
-----------------------------------*/
/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/**
* End Normalize
*/



/*-----------------------------------
	Gloval
-----------------------------------*/
html { 
	width: 100%; 
}
body {
	background: #ffffff;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 17px; 
	-webkit-text-size-adjust: none; 
	color: #3a3a3a;
	min-width: 320px;
	padding: 10px 0;
}
* html body { 
	font-family: "MS PGothic", Sans-Serif; 
}

/*-----------------------------------
	Block
-----------------------------------*/
section:after,
article:after,
aside:after,
header:after,
footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.wrapper { 
	width: 100%; 
	overflow: hidden; 
	position: relative; 
}
.extra-wrap { 
	overflow: hidden; 
}


/*-----------------------------------
	Layout grid960
-----------------------------------*/

/* `Container
-----------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid > Global
-----------------------------------*/
.grid_3,
.grid_9,
.grid_12 {
	display: inline;
	float: left;
}


/* `Grid > Children 
-----------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/* `Grid > 12 Columns
-----------------------------------*/
.container_12 .grid_3 {
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
}
.container_12 .grid_9 {
	width: 670px;
	margin-right: 10px;
	margin-left: 20px;
}
.container_12 .grid_12 {
	margin-left: 10px;
	margin-right: 10px;
	width: 940px;
}

.container_12 img {
	width: 100%;
}

/* `Clear Floated Elements
-----------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
  zoom: 1;
}

/*-----------------------------------
	Styling
-----------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.0em;
}

h1 {
	font-size: 1.5em;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 10px 0;
}
h5 {
	font-size: 1.0em;
	margin: 10px 0 10px 0;
}
h6 {
	font-size: 1.0em;
	margin: 10px 0 5px 0;
}

p {
	margin:0 0 10px 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.left {
	 float: left;
}
.center {
	float: none;
	margin: 0 auto;
}
.right {
	float: right;
}

/*---------------------------------
	HR
-----------------------------------*/
hr  { 
	background-color: #fff; 
	width: 100%; 
	border: 0; 
	height: 1px; 
	clear: both; 
	margin: 10px auto; 
}
hr.line  { 
	background-color: #f5f5f5; 
	width: 100%; 
	border: 0; 
	height: 1px; 
	clear: both; 
	margin: 10px auto; 
}

/*---------------------------------
	LISTS
-----------------------------------*/
ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}


/*---------------------------------
	TABLES
-----------------------------------*/
table {
	width: 100%;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
}
thead, tbody {
	margin: 0;
	padding: 0;
}
tbody {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
th, td {
	padding:0;
	font-size:0.9em;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: left;
}


/*---------------------------------
	Link
-----------------------------------*/
a,
a:link {
	color: #C71585;/*mediumvioletred*/
}

a:visited {
	color: #C71585;/*mediumvioletred*/
}

a:hover,
a:active {
	color: #DA70D6;/*orchid*/
}

a:focus {
	outline: none;
}


/*---------------------------------
	BREADCRUMBS
-----------------------------------*/
ul.breadcrumbs {
	margin: 10px 0;
	padding: 0;
	line-height: 0%;
	font-size: 0;
}

ul.breadcrumbs li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline; /* IE ONLY*/
	position: relative;
	zoom: 1;
	line-height: 100%;
	font-size: 14px; /* 0.8em default to override font-size:0; on parent*/
}

ul.breadcrumbs li a {
	display: inline-block;
	*display: inline; /* IE ONLY*/
	position: relative;
	padding: 5px 15px 5px 5px;
	zoom: 1;
	margin: 0;
	background: url("img/icon-arrow-right.png") no-repeat right center;
}

ul.breadcrumbs li:last-child {
	color: #777;
	cursor: default;
	text-decoration: none;
	padding: 5px 8px;
	background: none;
}

ul.breadcrumbs li:last-child a:hover {
	text-decoration: none;
}


/*-----------------------------------
 Header
-----------------------------------*/
#header {
	text-align:left;
}
#header h1 {
	font-size: 15px;
}

/*---------------------------------
	Gloval Navi Reset
-----------------------------------*/
.menu {
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0;
	position:relative;
	z-index:1000;
}

.menu:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.menu li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	position:relative;
	zoom:1;
	line-height:inherit;
	top:0;
	left:0;
	font-size:16px;
}
.menu li a {
	margin:0;
	padding:0;
	display:block;
	position:relative;
	zoom:1;
	line-height:105%;
	top:0;
	left:0;
}

.menu ul {
	top:0;
	left:100%;
}

/*---------------------------------
	Gloval Navi Customize
-----------------------------------*/
.menu {
	border:1px solid #c3c3c3;
	z-index:600;
	margin-bottom: 21px;
}

.menu li a {
	padding: 11px 11px 9px 11px;
	text-decoration:none;
	font-size:0.9em;
	color: #1a1a1a;
	border-bottom: 1px solid #dcdcdc;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
}

.menu li:last-child  a {
	border-bottom: none;
}

.menu li.current>a,
.menu li.current>a:hover,
.menu li.current.hover>a {
	font-weight: bold;
	cursor: default;
}

.menu li a:hover,
.menu li.hover>a {
	background: rgb(155,205,255);
	background: -moz-linear-gradient(top, rgba(155,205,255,1) 0%, rgba(134,192,250,1) 44%, rgba(110,176,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,205,255,1)), color-stop(44%,rgba(134,192,250,1)), color-stop(100%,rgba(110,176,242,1)));
	background: -webkit-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%);
	background: -o-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%);
	background: linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcdff', endColorstr='#6eb0f2',GradientType=0 );
	color:#fff;
}

/* SideTitle */
#sidebar .title {
    border-top:solid 1px #c3c3c3;
	border-left:solid 1px #c3c3c3;
	border-right:solid 1px #c3c3c3;
	color: #3a3a3a;
    font-size: 15px;
	background: #ffffff;
	padding: 10px 5px;
	line-height: 1.3em;
    margin: 0;
}
#sidebar .title span {
	border-left: 10px solid #191970;
	padding-left: 7px;
}


/*---------------------------------
	BUTTONS GREEN
-----------------------------------*/
a.button,
a.button:visited {
	position:relative;
	top:0;
	left:0;
	vertical-align: middle;
	margin:3px 9px;
	padding:9px 17px 12px 17px;
	line-height:100%;
	cursor: pointer;
	width:auto;
	overflow:visible;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	*display:inline;/*IE ONLY*/
	zoom:1;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
	background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
	background: -moz-linear-gradient(top, #8fcf00, #6b9c00);
	background: -o-linear-gradient(top, #8fcf00, #6b9c00);
	background: linear-gradient(top, #8fcf00, #6b9c00);
	background-color: #7db500;
	border-color: #5a8200;
	color: white;
	text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35); 
    -webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	border-radius: 21px;
}

a.button:active,
a.button:visited:active {
	background: #76a312;
    color: #374f00;
}

a.button{}/*overrides*/

a.button:hover {
	background-color: #7db500;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
    background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
    background: -moz-linear-gradient(top, #a0e800, #6b9c00);
    background: -o-linear-gradient(top, #a0e800, #6b9c00);
    background: linear-gradient(top, #a0e800, #6b9c00);
}

a.button .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("img/glyphicons-halflings-white.png");
	background-position: -264px -72px;
	background-repeat: no-repeat;
	margin:2px 3px 0px -2px;
	*margin:2px 3px 0px 0px;/*IE 7 ONLY*/
}

/*---------------------------------
	ORANGE
-----------------------------------*/
a.button.orange {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04));
	background: -webkit-linear-gradient(top, #fa9915, #d87e04);
	background: -moz-linear-gradient(top, #fa9915, #d87e04);
	background: -o-linear-gradient(top, #fa9915, #d87e04);
	background: linear-gradient(top, #fa9915, #d87e04);
	background-color: #f18d05;
	border-color: #bf7004;
	color: white;
	text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35); 
}
a.button.orange:active {
    background: #d8891e;
    color: #8d5303; 
}
a.button.orange:hover {
	background-color: #f18d05;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04));
    background: -webkit-linear-gradient(top, #fba42e, #d87e04);
    background: -moz-linear-gradient(top, #fba42e, #d87e04);
    background: -o-linear-gradient(top, #fba42e, #d87e04);
    background: linear-gradient(top, #fba42e, #d87e04); 
}


/*-----------------------------------
 Contents
-----------------------------------*/
#contents {
}

.info-box {
	border: 1px solid #c3c3c3;
	padding: 14px 18px;
}
.info-box p {
	line-height: 1.62em;
	font-size: 15px;
	margin-bottom: 0px;
}

.report-box {
	border: 1px solid #c3c3c3;
	padding: 14px 18px;
	line-height: 24px;
}
.report-box p {
	line-height: 1.62em;
	font-size: 15px;
	margin-bottom: 17px;
}

.rank-box {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	padding: 0px 0px 11px 0px;
	background: #fff;
}
/*Main Title*/
#contents h2 {
    border-top:solid 1px #c3c3c3;
	border-left:solid 1px #c3c3c3;
	border-right:solid 1px #c3c3c3;
	color: #3a3a3a;
    font-size: 16px;
	background: #ffffff;
	padding: 10px 7px;
	line-height: 1.3em;
    margin: 0;
	position: relative;
    padding: 0.7em 0.5em 0.5em 3em;
	-webkit-border-radius: 1em 1em 0 0;
	-moz-border-radius: 1em 1em 0 0;
	-ms-border-radius: 1em 1em 0 0;
	-o-border-radius: 1em 1em 0 0;
	border-radius: 1em 1em 0 0;
}
/*#contents h2 span {
	border-left: 20px double #191970;
	padding-left: 7px;
}*/
#contents h2:before {
    content: "";
    position: absolute;
    background: #191970;
    top: 0;
    left: 1.3em;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#contents h2:after {
    content: "";
    position: absolute;
    background: #4169E1;
    top: 1.1em;
    left: 0.5em;
    height: 12px;
    width: 12px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}


/*Marker*/
#contents p span {
	background: #FFD700;
}

/*Report Title*/
.report-box h3 {
	position: relative;
	font-size: 15px;
	line-height: 1;
	padding: 9px 10px 7px 10px;
	border-left: 5px solid #a3a3a3;
	border-right: 1px solid #dcdcdc;
}
.report-box h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	border-top: 1px solid #dcdcdc;
}
.report-box h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

/*rankbox-top*/
h3.cardname {
	float: left;
	width: 320px;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #dcdcdc;
}

/* Ranking Background */
h3.rank1 {
	background:url(images/rank1.png) top left no-repeat #ffffff;
}
h3.rank2 {
	background:url(images/rank2.png) top left no-repeat #ffffff;
}
h3.rank3 {
	background:url(images/rank3.png) top left no-repeat #ffffff;
}
h3.rank4 {
	background:url(images/rank4.png) top left no-repeat #ffffff;
}
h3.rank5 {
	background:url(images/rank5.png) top left no-repeat #ffffff;
}
h3.rank6 {
	background:url(images/rank6.png) top left no-repeat #ffffff;
}
h3.rank7 {
	background:url(images/rank7.png) top left no-repeat #ffffff;
}
h3.rank8 {
	background:url(images/rank8.png) top left no-repeat #ffffff;
}
h3.rank9 {
	background:url(images/rank9.png) top left no-repeat #ffffff;
}
h3.rank10 {
	background:url(images/rank10.png) top left no-repeat #ffffff;
}
h3.rank11 {
	background:url(images/rank11.png) top left no-repeat #ffffff;
}
h3.rank12 {
	background:url(images/rank12.png) top left no-repeat #ffffff;
}
h3.rank13 {
	background:url(images/rank13.png) top left no-repeat #ffffff;
}
h3.rank14 {
	background:url(images/rank14.png) top left no-repeat #ffffff;
}
h3.rank15 {
	background:url(images/rank15.png) top left no-repeat #ffffff;
}

.white-box {
	width: 100%;
	background-color: #ffffff;
	overflow: hidden; 
	position: relative; 
}

.cardicon {
	float: left;
	width: 247px;
	padding-top: 10px;
}

.cardicon img {
	width: 40px;
	height: 28px;
}
.cardicon tbody {
	border-bottom: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}
.cardicon td {
	padding-top: 3px;
	height: 28px;
	text-align: center;
	line-height: 1;
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
}

/*rankbox-mid*/
.cardimg {
	width: 220px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 10px;
}
.cardimg img {
	width: 100%;
	height: inherit;
	float: left;
}
.cardinfo dl {
	width: 410px;
	font-size: 13px;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 14px;
}
.cardinfo dt {
	width: 130px;
	font-weight: bold;
	vertical-align: top;
	margin:0;
	padding:2px 10px;
	display:inline-block;
	*display:inline; /* IE ONLY*/
	border-top: 1px solid #c3c3c3;
}
.cardinfo dd {
	width: 230px;
	margin:0;
	padding: 2px 10px;
	display:inline-block;
	*display:inline; /* IE ONLY*/
	border-top: 1px solid #c3c3c3;
}
.cardnote {
	background: #eaeaea;
	padding: 10px 14px;
	margin: 7px 14px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

}
.cardnote p {
	padding: 0px;
	margin: 0px;
}

/*-----------------------------------
 Footer
-----------------------------------*/
footer {
	margin-top: 36px;
}
footer .totop {
	 text-align: right;
	 padding-bottom: 3px;
	 margin-right: 14px;
}
footer .copy {
	background:#dcdcdc;
	color:#666;
	padding: 10px 0;
	text-align:center;
}
footer p {
	font-size:14px;
	margin-bottom: 0;
}
footer a,
footer a:hover {
	text-decoration:none;
	color:#666;
}

.hide {display:none;}

/*---------------------------------
	Responsive Grid Media Queries
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/

/*GridLayout*/

@media all and (min-width: 480px) and (max-width: 768px) {

.container_12 *[class*="grid_"] {
	float: none;
	width: auto;
	clear: both;
	display: block;
}
.container_12 .grid_9 {
	margin-left: 10px;
}
	
.container_12 *[class*="grid_"] [class*="grid_"] {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
	
.container_12 {
	max-width: 480px;
}

h3.cardname {
	float: none;
	font-size: 15px;
	width: 410px;
	border-bottom: none;
	padding-left: 70px;
}
.cardicon {
	float: none;
	width: 90%;
	margin: 5px auto;
}

.cardimg {
	width: 250px;
	float: none;
	margin-right: 0;
	margin: auto;
}
.cardimg img {
	width: 250px;
	height: inherit;
}
.cardinfo dl {
	width: 420px;
	font-size: 13px;
	float: none;
	margin: 10px auto;
	padding:0;
	/*border-bottom: 1px solid #dcdcdc;*/
}
	
.cardinfo dt {
	width: 130px;
	margin:0;
	padding: 2px 0px;
	display:inline-block;
	*display:inline; /* IE ONLY*/
}
.cardinfo dd {
	width: 290px;
	margin:0;
	padding: 2px 0px;
	display:inline-block;
	*display:inline; /* IE ONLY*/
	
}

.container_12 .menu li {
	display:block;
}

.container_12 .menu:hover li {
	display:block;
}

.container_12 .menu li a{
	display:block;
	padding:15px 20px;
}

.container_12 .menu ul {
	position:relative;
	top:0;
	left:0;
	margin:10px;
}

.show-desktop {display:none;}
.hide-desktop {display:block;}
.show-phone	 {display:none;}
.hide-phone {display:block;}
	
}

@media all and (max-width: 480px) {
	
.container_12 *[class*="grid_"] {
	float:none;
	width:auto;
	clear:both;
	display:block;
}
.container_12 .grid_9 {
	margin-left: 10px;
}
	
.container_12 *[class*="grid_"] [class*="grid_"] {
	margin-left:0;
	margin-right:0;
	width:100%;
}
	
.container_12 {
	max-width: 320px;
}

h3.cardname {
	float: none;
	font-size: 14px;
	border-bottom: none;
	width: 210px;
	margin: 0;
	padding-left: 65px;
}
.cardicon {
	float: none;
	width: 95%;
	margin: 5px auto;
}

.cardimg {
	width: 250px;
	float: none;
	margin: auto;
}
.cardimg img {
	width: 250px;
	height: inherit;
}

.cardinfo dl {
	width: 100%;
	font-size: 13px;
	float: none;
	margin: 10px 0;
	padding:0;
	border-bottom: none;
}
	
.cardinfo dt {
	width: 97%;
	margin:0;
	padding: 3%  0 1% 3%;
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
}
.cardinfo dd {
	width: 90%;
	margin:0;
	padding: 5px 0px;
	padding-left: 10%;
	border-top: none;
}
.cardnote {
	background: #eaeaea;
	padding: 5px;
	margin: 7px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}

.container_12 .menu li {
	display:block;
}

.container_12 .menu:hover li {
	display:block;
}

.container_12 .menu li a{
	display:block;
	padding:15px 20px;
}

.container_12 .menu ul {
	position:relative;
	top:0;
	left:0;
	margin:10px;
}

.show-desktop {display:none;}
.hide-desktop {display:block;}
.show-phone	 {display:block;}
.hide-phone {display:none;}
	
}

.box-title-sky{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	color:#01497f;
	border-left-width: 10px;
	border-left-color: #2BBAF7;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:#2BBAF7;
	border-bottom-style:solid;
}
.box-title-pink{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	color:#e02a43;
	border-left-width: 10px;
	border-left-color: #fd7488;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:#fd7488;
	border-bottom-style:solid;
}
.box-line{
	background-color: #FFE711;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	color:#df2900;
}