@charset "utf-8";

/*
Theme Name: cntpl
Theme URI: http://www.cubenet.com.au/
Description: Cube Net TemPLate
Version: 1.0
Author: cubenet
Author URI: http://www.cubenet.com.au/
Tags: cubenet
*/


/*-----------------------------------------
nuetralise
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote {
	margin: 0; 
	padding: 0;
}
p {
	margin-bottom: 1em;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
}
ol, ul {
	list-style:none;
}
fieldset, img {
	 border:0;
}
table {
	/*
	border-collapse: collapse; 
	border-spacing:0;
	*/
}
input, select, textarea {
	font-size: 100%;
}
.cleaning {
	clear: both;
	height: 0;
}



/*-----------------------------------------
main
*/
body, td, th,input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",sans-serif;
}
.wrapper_outer {
	margin: auto;
	width: 900px;
}
.wrapper_inner {
	margin: auto;
	width: 900px;
}
.cleaning {
	clear: both;
	height: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */

/*-----------------------------------------
header
*/
.header {
	background-color: #FFFFFF;
}
.header_text {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
}
.header_text span {
	vertical-align: top;
	line-height: 26px;
}
/*
.headerbg {
	background-image: url(images/header.png);
	background-repeat: norepeat;
	height: 295px;
}
*/

/*-----------------------------------------
header menu
*/
.header_menu {
	padding-bottom: 5px;
}
.header_menu ul {
	margin: 0;
}
.header_menu li {
	display:inline;
}
.header_menu a {
	display:block;
	float:left;
}

.header_menu a:link, .header_menu a:visited {
	text-decoration: none;
}
.header_menu a:hover, .header_menu a:active {
	text-decoration: none;
}

/*-----------------------------------------
footer
*/
.footer {
	clear:both;
	background-color:#000000;
	min-height: 50px;
}
.footer_text {
}
.copyright {
	text-align:center;
	font-size:10px;
	color: #FFFFFF;
}
.footer_admin {
	float: left;
	background: #000000;
	font-size:10px;
	padding-left: 10px;
}
.footer_admin a:link, .footer_admin a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer_admin a:hover, .footer_admin a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.creator {
	text-align: right;
	background: #000000;
	font-size:10px;
	padding-right: 10px;
}
.creator a:link, .creator a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.creator a:hover, .creator a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
/*-----------------------------------------
footer menu
*/
.footer_menu {
	text-align: center;
	padding: 5px 0;
	font-size: small;
	color: #FFFFFF;
}
.footer_menu a {
	padding: 5px 15px;
}

.footer_menu a:link, .footer_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer_menu a:hover, .footer_menu a:active {
	text-decoration: underline;
	color: #FFFFFF;
}



/*-----------------------------------------
contents
*/
.contents {
	font-size: small;
}
.contents_single {
	padding: 50px;
}
.contents_home {
}


/*-----------------------------------------
contents/page
*/
.contents_single h1 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(images/titlebg.png);
	background-repeat:repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.contents_single_text {
	padding: 20px 0;
	line-height: 1.5em;
}

/*-----------------------------------------
contents/home
*/
.home_main {
	float:right;
	width: 680px;
	padding: 10px 0;
}
.home_side {
	margin: 0 690px 0 0;
	padding: 10px 0;
}
.home_banner {
	padding: 0 0 15px 0;
}

.home_main h1 {
	font-size: medium;
	font-weight: bold;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #66AD27;
}
.home_side_textbox {
	line-height: 1.5em;
	margin: 0 20px 0 20px;
	background-color: #FFF;
}



/*-----------------------------------------
contents/main
*/
/*right main*/
.main {
	float:right;
	width: 680px;
	padding: 10px 0;
}
.side {
	margin: 0 690px 0 0;
	padding: 10px 0;
}

/*left main*/
/*
.main {
	float:left;
	width: 550px;
}
.side {
	margin: 0 0 0 550px;
}
*/

.main h1 {
	font-size: large;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 0.5em;
	border-bottom: #66AD27 5px solid;
}
.main_textbox {
	margin: 20px;
	background-color: #FFF;
	border-bottom: #CCC solid 2px;
}
.blog_textbox {
	margin-left: 20px;
}
.main_textbox h2 {
	font-size: medium;
	font-weight: bold;
	background-image:url(images/subtitlepoint.png);
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-position: left center;
	margin-left: 5px;
}
.main_textbox h2 a:link, .main_textbox h2 a:visited {
	text-decoration: none;
	color: #000000;
}
.main_textbox h2 a:hover, .main_textbox h2 a:active {
	text-decoration: underline;
	color: #000000;
}
.main_text {
	clear: both;
	line-height: 1.5em;
	margin-top: 20px;
}
.main_text span {
	color: #66ac27;
}
.main_text dl {
}
.main_text dt {
	color: #66ac27;
	font-weight: bold;
}
.main_text dd {
}

.item_data {
	text-align: right;
	padding-top: 10px;
}

/*-----------------------------------------
tablenav
*/
.tablenav {
	color: #0062C5;
	background:#cccccc;
	margin: 10px 0 20px 20px;
	padding: 5px 20px 5px 5px;
	line-height: 140%;
	text-align: right;
}

a.page-numbers, .tablenav .current {
	color: #0062C5;
	padding: 2px .4em;
	border:solid 1px #FFFFFF;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #0062C5;
}

.tablenav .current {
	color: white;
	background: #0062C5;
	border-color: #0062C5;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


/*-----------------------------------------
comment
*/
#comments {
	font-size: medium;
	padding: 20px 20px 0 20px;
}
#postcomment {
	font-size: medium;
	padding: 20px 20px 0 20px;
	color:#333;
}
#commentlist {
	padding: 0 20px;
}
#commentlist li {
	padding: 20px;
}
.comment_info {
	font-style: italic;
	padding: 5px 0 0 20px;
}

.comment_form {
	padding: 20px;
}
.comment_form_parts {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.comment_form_title {
	color: #333;
	font-size: medium;
	padding-right: 15px;
}
.comment_form_value {
}
.comment_form_value input, .comment_form_value textarea {
	font-size: medium;
	border: 3px dotted #999;
	background-color: #C1F5FF;
	width: 100%;
}
.comment_form_submit {
	clear: both;
	text-align: center;
	padding: 15px;
	font-size: medium;
}
.comment_form_submit input {
	font-size: large;
	padding: 5px 10px;
}

/*-----------------------------------------
side
*/

.side_block {
	padding: 0 20px 20px 20px;
}
.side_block h3 {
	font-size: medium;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px 10px 5px 5px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-color: #FFF;
}

.side_block ul {
	margin: 0;
}
.side_block li {
	background-color:#33CCFF;
}
.side_block ul a {
	line-height: 1.5em;
	display:block;
	padding: 0 0 0 5px;
}
.side_block ul a:link, .side_block ul a:visited {
	text-decoration: none;
	color: #000000;
}
.side_block ul a:hover, .side_block ul a:active {
	text-decoration: underline;
	color: #000000;
	background-color: #3399CC;
}
.side_block_tag {
	background-color:#33CCFF;
	padding: 5px;
}
.side_block_tag a {
	line-height: 1.5em;
	padding: 0 0 0 5px;
}
.side_block_tag a:link, .side_block_tag a:visited {
	text-decoration: none;
	color: #000000;
}
.side_block_tag a:hover, .side_block_tag a:active {
	text-decoration: underline;
	color: #000000;
	background-color: #3399CC;
}

/*-----------------------------------------
sidebar_cms
*/

.side_cms_block {
	padding: 0 0 15px 0;
}
.side_cms_menu {
	padding: 0 0 15px 0;
}
.side_cms_menu ul {
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.side_cms_menu li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.side_cms_menu ul a {
	line-height: 4em;
	display:block;
}
.side_cms_menu ul a:link, .side_cms_menu ul a:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(images/side_menu_mark_in.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
}
.side_cms_menu ul a:hover, .side_cms_menu ul a:active {
	text-decoration: underline;
	color: #000000;
	background-image: url(images/side_menu_mark_in.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0 0 0 45px;
}
/*-----------------------------------------
company
googlemap
*/
.map_h2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(images/titlebg.png);
	background-repeat:repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*-----------------------------------------
contact
*/
.contact_form {
	margin-top: 20px;
}
.contact_form_title {
	color: #FFFFFF;
	text-align: right;
	font-size: medium;
	padding: 15px;
	background-color: #66AD27;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAABAB;
	border-bottom-color: #AAABAB;
	border-left-color: #AAABAB;
	width: 11em;
}
.contact_form_value {
	color: #666666;
	padding: 15px;
	font-size: medium;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #AAABAB;
	border-bottom-color: #AAABAB;
	border-right-color: #AAABAB;
}
.contact_form_value input, .contact_form_value textarea  {
	font-size: medium;
}
.contact_form_submit {
	clear: both;
	text-align: center;
	padding: 15px;
	font-size: medium;
}
.contact_form_submit input {
	font-size: medium;
	padding: 5px 50px;
}
.contact_error {
	color: #C00;
}




/*-----------------------------------------
checklist
*/
.checklist_form {
	margin-top: 20px;
}
.checklist_form_title {
	color: #FFFFFF;
	text-align: right;
	font-size: medium;
	padding: 15px;
	background-color: #66AD27;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAABAB;
	border-bottom-color: #AAABAB;
	border-left-color: #AAABAB;
	width: 28em;
}
.checklist_form_value {
	color: #666666;
	padding: 15px;
	font-size: medium;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #AAABAB;
	border-bottom-color: #AAABAB;
	border-right-color: #AAABAB;
}
.checklist_form_value input, .checklist_form_value textarea  {
	font-size: medium;
}
.checklist_form_submit {
	clear: both;
	text-align: center;
	padding: 15px;
	font-size: medium;
}
.checklist_form_submit input {
	font-size: medium;
	padding: 5px 50px;
}
.checklist_error {
	color: #C00;
}




/*-----------------------------------------
仮ページ用
*/
.single_contact {
	padding-top: 25px;
}
.single_contact h1 {
	font-size: large;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 0.5em;
	border-bottom: #66AD27 5px solid;
}



/*-----------------------------------------
以下コード見直し用
*/
/*-----------------------------------------
汎用
*/
.page_title_img {
	padding-bottom: 10px;
}
.page_catch {
	font-size: 18px;
	color: #66ac27;
	font-weight: bold;
	margin-bottom: 1em;
}

/*-----------------------------------------
page-feature
*/
.feature_page_title {
	background-color: #999999;
	padding: 3px 5px;
	color: #ffffff;
}
.feature_point {
	color: #67ad28;
}
.feature_desc {
}

/*-----------------------------------------
page-plan
*/
.plan_price {
	font-size: 40px;
	font-weight: bold;
	color: #EB6100;
	
}

/*-----------------------------------------
page-customer
*/
.customer_name {
	margin: 0 0 0.5em 0;
}
.customer_name a {
	color: #ff9900;
	line-height: 1.5em;
	font-size: medium;
	font-weight: bold;
}
.customer_name a:link, .customer_name a:visited {
	text-decoration: none;
}
.customer_name a:hover, .customer_name a:active {
	text-decoration: underline;
}
.page_customer {
}
.page_customer dd {
	margin-bottom: 1em;
}

/*-----------------------------------------
page-faq
*/
.page_faq {
}
.page_faq dd {
	margin-bottom: 2.5em;
}
.page_faq dt {
}

/*-----------------------------------------
page-flow
*/
.page_flow {
}
.page_flow dd {
	margin-bottom: 2.5em;
}
.page_flow dt {
}


/*-----------------------------------------
page-option
*/

.option_table {
	border-collapse: collapse;
}
.option_name {
	border: #CCC 1px solid;
	padding: 10px;
}
.option_price {
	border: #CCC 1px solid;
	padding: 10px;
	background-color: #E8E8E8;
	text-align: right;
	white-space: nowrap;
}
.option_desc {
	color: #666;
	padding-left: 20px;
}
.option_gap {
	border: none;
	height: 20px;
}
/*-----------------------------------------
page-design
*/

.design_name {
	color: #67ad28;
	font-weight: bold;
	padding-top: 10px;
}
.design_desc {
	padding: 5px 0;
}

/*-----------------------------------------
contact
Contact Form 7
*/
/*
.contact_form {
}
.contact_form_parts {
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.contact_form_title {
	float: left;
	width: 50%;
	color: #333;
	text-align: right;
	font-size: medium;
	padding-right: 15px;
}
.contact_form_value {
	width: 50%;
	margin-left: 50%;
}
.contact_form_value input, .contact_form_value textarea  {
	font-size: medium;
	border: 3px dotted #999;
	background-color: #C1F5FF;
}
.contact_form_submit {
	clear: both;
	text-align: center;
	padding: 15px;
	font-size: medium;
}
.contact_form_submit input {
	font-size: medium;
	padding: 5px 10px;
}
*/
