/* =============================================================================
   HTML5 reset
   ========================================================================== */

/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Remove margin
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Remove margin
 * Fixes styling in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * Add negative left margin
 * Fixes alignment displayed oddly in IE6/7
 */

legend {
    *margin-left: -7px;
}

/*
 * 1. Define font-size as equal to ancestor's
 * 2. Remove margin
 *    Fixes different margins set in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Define line-height as normal
 *    Addresses FF3/4 setting it using !important in the UA stylesheet
 * 2. Make overflow visible
 *    Fixes spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * 1. Display hand cursor for clickable form elements
 *    Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Define appearance for clickable form elements
 *    Fixes inability to style clickable 'input' types in iOS
 */

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

/*
 * Define box sizing
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
 * Define box sizing and appearance
 * Addresses box sizing set to border-box in S5 Chrome (include -moz to future-proof)
 * Addresses appearance set to searchfield in S5 Chrome
 */

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

/*
 * Remove WebKit search decoration
 * Addresses inner padding displaying oddly in S5 Chrome on OSX
 */

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

/*
 * Remove inner padding and border 
 * Fixes appearance displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/*
 * 1. Remove default vertical scrollbar
 *    Fixes scrollbar displayed oddly in IE6/7/8/9
 * 2. Add top vertical alignment
 *    Improves readability and aligment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}



/*
 * 1. Remove border
 *    Improves readability when inside 'a' element in all browsers
 * 2. Allow high quality bicubic image resampling
 *    Improves readability when scaled in IE7
 *    Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

/*
 * Define outline as thin dotted
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Remove outline
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

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


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Add bottom border
 * Fixes styling not present in IE7/8/9 S5 Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Add bold font weight
 * Fixes style set to 'bolder' in FF3/4 S4/5 Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Add italic font style
 * Fixes styling not present in S5 Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Add yellow background and black text
 * Fixes styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Redeclare monospace font family
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 * 1. Fixes font family set oddly in S5 Chrome
 * 2. Fixes monospace font family set oddly in IE6
 */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    _font-family: 'courier new', monospace; /* 2 */
    font-size: 1em;
}

/*
 * Add line wrapping
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Remove quotes
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

/*
 * Define font-size
 */

small {
    font-size: 75%;
}

/*
 * Position subscript and superscript content without affecting line-height
 * Fixes alignment within multi-line text displayed oddly in all browsers
 * gist.github.com/413930
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

li {
	line-height: 2em;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
}


/* =============================================================================
   Text
   ========================================================================== */
h1 {
	color: #0c4555;
	font-size: 24px;
	margin: 30px 0;
}

h2 {
	color: #0c4555;
	font-size: 18px;
	margin: 30px 0;
}

h3,
h4,
h5 {
	color: #0c4555;
	font-size: 16px;
	margin: 30px 0;
}

p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 1em 0;
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 * Consistent vertical and horizontal alignment in all browsers
 */

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

th,
td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
}


/* =============================================================================
   Wrapper
   ========================================================================== */

#wrapper {
	font-size: 13px;
	color: #333333;
	background: url(images/bg.gif) repeat-x 0 0;
	width: 100%;
}

#page {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}


/* =============================================================================
   Header
   ========================================================================== */

.page-header {
	height: 120px;
	position: relative;
}

.page-header .login {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
}

.page-header .followme {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	overflow: hidden;
}

.page-header .followme iframe {
	text-align: right;
}

.page-header .site-logo {
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0;
}

.page-header .header-search-box {
	position: absolute;
	top: 32px;
	right: 0;
}

.page-header .header-nav {
	position: absolute;
	top: 78px;
	right: 0;
}

.page-header .header-nav ul,
.page-header .header-nav ul li {
	padding: 0;
	margin: 0;
}

.page-header .header-nav ul li {
	float: left;
	list-style: none;
	position: relative;
	padding-bottom: 5px;
}

.page-header .header-nav ul li a {
	display: block;
	padding: 0 18px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	margin-left: 10px;
	-moz-box-shadow:0px 0px 3px #d3d5ce;
	-webkit-box-shadow:0px 0px 3px #d3d5ce;
	box-shadow:0px 0px 3px #d3d5ce;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.page-header .header-nav ul li a:link,
.page-header .header-nav ul li a:visited {
	background: #2b2c2c;
	color: #ffffff;
	text-decoration: none;
}

.page-header .header-nav ul li a:hover,
.page-header .header-nav ul li a:active {
	background: #20bde8;
	color: #ffffff;
	text-decoration: none;
}

.page-header .header-nav ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 30px;
	right: 0;
	width: 180px;
	padding: 5px;
	background: #2b2c2c;
	-moz-box-shadow:0px 0px 3px #d3d5ce;
	-webkit-box-shadow:0px 0px 3px #d3d5ce;
	box-shadow:0px 0px 3px #d3d5ce;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.page-header .header-nav ul li:hover ul {
	display: block;
}

.page-header .header-nav ul li ul li {
	display: block;
	float: none;
	padding: 0;
}

.page-header .header-nav ul li ul li a {
	margin: 0;
	padding: 4px 8px;
	height: auto;
	line-height: 1.2;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.page-header .header-nav ul li ul li a:link,
.page-header .header-nav ul li ul li a:visited {
	background: #2b2c2c;
	color: #ffffff;
}

.page-header .header-nav ul li ul li a:hover,
.page-header .header-nav ul li ul li a:active {
	background: #20bde8;
	color: #ffffff;
}


/* =============================================================================
   Footer
   ========================================================================== */
   
#footer-wrapper {
	background: #4c4d4d;
	color: #ffffff;
	padding: 20px 0;
	margin-top: 20px;
	overflow: hidden;
}

#footer-wrapper a:link,
#footer-wrapper a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer-wrapper a:hover,
#footer-wrapper a:active {
	color: #ffffff;
	text-decoration: none;
}

.page-footer {
	width: 940px;
	margin: 0 auto;
	line-height: 130%;
}

.page-footer h2 {
	font-size: 14px;
}

.page-footer p {
	line-height: 1.3;
	margin: 0;
}

.page-footer .footer-area {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.page-footer .social-widgets {
	float: left;
	width: 220px;
	overflow: hidden;
}


/* =============================================================================
   Home
   ========================================================================== */


#header {
	height: 420px;
	position: relative;
	color: #ffffff;
}

#header .slideshow {
	position: absolute;
	top: 30px;
	left: 0;
	width: 480px;
	padding-bottom: 13px;
	background: url(images/shadow_slideshow.png) no-repeat left bottom;
}

#header .slideshow h1 {
	margin-top: 0;
}
#header .slideshow iframe {
	vertical-align: bottom;
}

#header .slideshow ul {
	margin: 0;
	padding: 0;
}

#header .showcase {
	position: absolute;
	top: 30px;
	left: 510px;
	width: 430px;
	height: 226px;
}

#header .showcase h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#header .showcase .c5-roundabout-handler {
	margin-bottom: 0;
}

#header .download {
	margin-top: 20px;
}

#header .download a {
	display: block;
	width: 394px;
	height: 54px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 54px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#header .download a:link,
#header .download a:visited {
	color: #ffffff;
	text-decoration: none;
	background: #303031; /* Old browsers */
	background: -moz-linear-gradient(top, #303031 0%, #3f3f3f 45%, #232323 55%, #2a2728 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303031), color-stop(45%,#3f3f3f), color-stop(55%,#232323), color-stop(100%,#2a2728)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #303031 0%,#3f3f3f 45%,#232323 55%,#2a2728 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #303031 0%,#3f3f3f 45%,#232323 55%,#2a2728 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #303031 0%,#3f3f3f 45%,#232323 55%,#2a2728 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303031', endColorstr='#2a2728',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #303031 0%,#3f3f3f 45%,#232323 55%,#2a2728 100%); /* W3C */
}

#header .download a:hover,
#header .download a:active {
	color: #000000;
	text-decoration: none;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
}

#introduce {
	height: 192px;
	overflow: hidden;
}

#introduce ul {
	margin: 0;
	padding: 0;
}

#introduce li {
	list-style: none;
	display: inline;
	margin: 0;
	line-height: 1.6;
}

#introduce li a {
	float: left;
	width: 245px;
	margin: 10px 20px 0 0;
	padding: 10px 10px 10px 45px;
	background-repeat: no-repeat;
	background-position: 0 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#introduce li a:link,
#introduce li a:visited {
	background-color: #d8eff5;
	color: #414141;
	text-decoration: none;
}

#introduce li a:hover,
#introduce li a:active {
	background-color: #f7f9fa;
	color: #333333;
	text-decoration: none;
}

#introduce li.about a {
	background-image: url(images/icon_1.png);
}

#introduce li.install a {
	background-image: url(images/icon_4.png);
}

#introduce li.editor a {
	background-image: url(images/icon_2.png);
	margin-right: 0;
}

#introduce li.designer a {
	background-image: url(images/icon_3.png);
}

#introduce li.developer a {
	background-image: url(images/icon_5.png);
}

#introduce li.community a {
	background-image: url(images/icon_6.png);
	margin-right: 0;
}

#introduce .login {
	clear: left;
	text-align: right;
	font-size: 12px;
}

#top-main {
	overflow: hidden;
	line-height: 130%;
}

#top-main .main-block {
	float: left;
	width: 300px;
	margin-right: 20px;
}

#top-main .main-block1 {
	float: left;
	width: 300px;
	margin-right: 20px;
}

#top-main .main-block2 {
	float: left;
	width: 300px;
}

#top-main h1,
#top-main h2,
#top-main h3,
#top-main p,
#top-main p.ccm-page-list-title {
	font-size:12px;
	overflow: hidden;
	margin:0px;
}



/* =============================================================================
   Second
   ========================================================================== */

#breadcrumb {
	height: 28px;
	line-height: 28px;
	margin-bottom: 20px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	margin: 0 1em 0 0;
}
/*
#breadcrumb li:after {
	content: " > ";
}
*/
#contents {
	float: left;
	width: 640px;
}

#aside {
	float: right;
	width: 240px;
	line-height:130%;
}

#aside ul {
	padding: 0;
	margin: 0 0 20px 0;
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

#aside li {
	list-style: none;
	display: inline;
}

#aside li a {
	display: block;
	padding: 10px 14px;
	border-bottom: 1px solid #d6e9ed;
}

#aside li a:link,
#aside li a:visited {
	background: #3292a6;
	color: #ffffff;
	text-decoration: none;
}

#aside li a:hover,
#aside li a:active {
	background: #d7eff5;
	color: #000000;
	text-decoration: none;
}

#main h1 {
	color: #0c4555;
	font-size: 24px;
	margin: 30px 0;
}

#main h2 {
	color: #0c4555;
	font-size: 18px;
	margin: 30px 0;
}

#main h3,
#main h4,
#main h5 {
	color: #0c4555;
	font-size: 16px;
	margin: 30px 0;
}

#main p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 1em 0;
}


/* =============================================================================
   concrete5
   ========================================================================== */
#main .ccm-page-list {
	margin: 10px 0 0 0;
}

/* #main h1 {
	color: #0c4555;
	font-size: 16px;
	margin: 0 !important;
} */

#main .ccm-page-list h3.ccm-page-list-title {
	color: #0c4555;
	font-size: 16px;
	margin: 0 !important;
	line-height: 1.3em;
}

#main .ccm-page-list .ccm-page-list-date {
	color: #555555;
	font-size: 10px;
	margin: 0 !important;
	line-height: 1.3em;
}

#main .ccm-page-list .ccm-page-list-description {
	font-size: 14px;
	margin: 0 0 18px 0 !important;
	line-height: 1.3em;
}

#aside .ccm-page-list {
	margin: 10px 0 0 0;
}

#aside .ccm-page-list h3.ccm-page-list-title {
	color: #0c4555;
	font-size: 12px;
	margin: 0 !important;
	line-height: 1.3em;
}

#aside .ccm-page-list .ccm-page-list-date {
	color: #555555;
	font-size: 8px;
	line-height: 1.3em;
	text-align: right;
	margin: 0 !important;
}

#aside .ccm-page-list .ccm-page-list-description {
	font-size: 10px;
	margin: 0 0 14px 0 !important;
	line-height: 1.3em;
}

#main div.ccm-page-list div.ccm-page-list-thumbnail {
	float:left !important;
	border:0;
	padding-right:10px;
}
#main div.ccm-page-list .divider{
	clear:both;
	padding-top: 3px !important;
	background: url(images/nav_horizontal_divider.gif) no-repeat top;
	overflow:hidden;
	height:1px;
	width:100%;
}


/* =============================================================================
   MISC
   ========================================================================== */
.socialbtns{
	margin: 10px 0 10px 0;
}

/* =============================================================================
   concrete5 forum
   ========================================================================== */
td.ccm-discussion-category-name h2 {
	font-size:14px !important;
	line-height:1.3em !important;
	margin:0;
}

.ccm-discussion-post-body {
	font-size:14px !important;
	line-height:1.3em !important;
}

.ccm-discussion-threaded-comment h3 {
	font-size:18px !important;
	line-height:1.3em !important;
	margin:0;
}
.ccm-discussion-post-time {
	line-height:1.3em !important;
}

ccm-discussion-main-message blockquote,
.ccm-discussion-post-body blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.ccm-discussion-main-message blockquote,
.ccm-discussion-post-body blockquote {
	color:#000;
	background-color:#eee;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* white-space: pre-wrap;
	white-space: -moz-pre-wrap;
 	white-space: -o-pre-wrap; */
 	font-size:14px;
 	line-height: 130%;
}

/* =============================================================================
   concrete5 forum
   ========================================================================== */
   
   
hr.shadow{
    background-image: url(images/bg_hr_shadow.png);
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
height: 60px;
border: none;
clear:both;
}
p.socialbtns{
    margin-bottom:1em;
}

.fb_iframe_widget,.fb_iframe_widget span{
    vertical-align: top;
}

ul.topPageList{
    padding:0;
    list-style: none;
}
ul.topPageList li a{
    text-decoration: : none;
}

