/*!
 * doccc.dev@gmail.com
 * default.css
 */

@charset "utf-8";

* { margin:0; padding:0; border:0;}
*:focus, * { -moz-outline:none; outline:none; ie-dummy:expression(this.hideFocus=true);}

html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; overflow:auto;}
body { font:12px/140% "co_text_corpregular", Arial, Helvetica, sans-serif; color:#303030; background:#fff;}

input[type="text"], input[type="password"], textarea { font:12px/130% Arial, Helvetica, sans-serif; color:#000; background:#fff; border:1px #000 solid; padding:3px;}
input[type="submit"], input[type="button"] { font:12px/140% Arial, Helvetica, sans-serif; cursor:pointer; color:#000; background:#CCC; border:1px #666 solid; padding:3px;}

table { border-collapse:collapse; border-spacing:0;}
td, th { vertical-align:top;}
th { text-align:left; font-weight:bold;}

p { padding:0 0 20px 0;}

img { border:0; -ms-interpolation-mode:bicubic; vertical-align:middle;}

ul li { list-style:none; padding:0 0 0 20px;}
ol { margin-left:20px; //margin-left:24px;}
ol li { list-style:decimal;}

a { text-decoration:none; color:#545454; cursor:pointer;}
a:hover { text-decoration:underline;}
/*
.content a:visited { color:#4f11ac;}
*/
a:hover, a:active { outline:0;}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins {text-decoration: none;}
del {text-decoration: line-through;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { padding:0 0 15px 0; font-weight:normal; line-height:normal; font-family:"co_headline_corpregular";}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {}

h1, .h1, h3.like-h1 { font-size:24px;}
h2, .h2 { font-size:18px;}
h3, .h3 { font-size:16px;}
h4, .h4 { font-size:14px;}
h5, .h5 { font-size:12px;}
h6, .h6 { font-size:11px;}

h1.no-style,
h2.no-style,
h3.no-style,
h4.no-style,
h5.no-style,
h6.no-style {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.h1.like-h1 { font-size:24px;}
.h2.like-h1 { font-size:24px;}
.h3.like-h1 { font-size:24px;}
.h4.like-h1 { font-size:24px;}

article, aside, address, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time { display:block;}
audio, canvas, video { display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) { display:none;}
[hidden] { display:none;}

abbr[title] { border-bottom:1px dotted;}
b, strong { font-weight:bold;}
blockquote { margin:1em 40px;}
dfn { font-style: italic;}
hr { display:block; height:1px; border-top:1px solid #ccc; margin:1em 0;}
ins { background: #ff9; color: #000; text-decoration: none;}
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold;}
small { font-size: 85%;}
svg:not(:root) { overflow:hidden;}
figure { margin:0;}
legend { *margin-left:-7px;}

pre, code, kbd, samp { font-family:monospace, monospace; _font-family: 'courier new', monospace; font-size:1em;}
pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word;}

q { quotes:none;}
q:before, q:after { content:""; content:none;}

sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup { top:-0.5em;}
sub { bottom:-0.25em;}

.clear { clear:both; overflow:hidden; height:0; line-height:0;}
.clearfix:before, .clearfix:after { content:""; display:table;}
.clearfix:after { clear:both;}
.clearfix { zoom:1;}
.hide { display:none !important;}
.show { display:block !important;}
.hidden { visibility:hidden !important;}
.visible { visibility:visible !important;} 
.relative { position:relative !important;}
.absolute { position:absolute !important;}
.fleft { float:left !important;}
.fright { float:right !important;}
.no-border { border:0 !important;}
.no-background { background:none !important;}
.no-background-image { background-image:none !important;}
.no-padding { padding:0 !important;}
.no-margin { margin:0 !important;}
.inline-block { display:-moz-inline-box; display:inline-block; *zoom:1; *display:inline; word-spacing:normal; vertical-align:top;}
.no-border-bottom { border-bottom:0 !important;}
.no-border-visible { border-color:transparent !important;}
.no-padding-top { padding-top:0 !important;}
.no-border-top { border-top:0 !important;}
.align-center { text-align:center !important;}

.block { display:block !important;}

.move-hand { cursor:url(../images/openhand.cur), move;}
.move-hand:active, .move-hand.active { cursor:url(../images/closedhand.cur), move;}

/*
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
**/

.box-shadow { -moz-box-shadow:3px 3px 5px #000; -webkit-box-shadow:3px 3px 5px #000; box-shadow:3px 3px 5px #000;}
.border-radius { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
body .opacity { -khtml-opacity:0.8; -moz-opacity:0.80; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity:0.8;}