@charset "utf-8";
/*
Theme Name: ブログの引越し屋さん
Theme URI: http://www.kameleon.jp/
Description: ブログの引越し屋さん
Author: 株式会社カメレオン
*/

/* CSS Document */

/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", Osaka;
	background-color: #E3E5D0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.cboth {
	clear: both;
}

.red {
	color: #FF0000;
}

a, a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* For WordPress's TinyMCE Editor */
.alignnone {
	float:none;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 10px 10px 0;
}
img.alignright {
	/*margin-left: 10px;*/
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
div.text-center {
	text-align: center;
}

/*	デフォルトの値	*/

p {
	margin-bottom: 1em;
}

ul,ol,dl {
	padding-left: 2em;
	padding-bottom: 1em;
}

a img {
	border: none;
}

/*-------------------------
	ヘッダー
-------------------------*/

#header {
	width: 876px;
	padding: 0 12px;
}

#header h1 a {
	display: block;
	background: url(images/common/logo.gif) no-repeat;
	width: 517px;
	height: 63px;
	text-indent: -9999px;	
}

#header .red {
	color: #E3372D
}

#header .left-box {
	float: left;
	padding-top: 20px;
	width: 517px;
}

#header .right-box {
	float: right;
	width: 263px;
}

#tel-inq {
	background:url(images/common/tel-inq.gif) no-repeat;
	width: 253px;
	height: 105px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}
/*-------------------------
	グローバルナビ
-------------------------*/
#global-navi {
	width: 882px;
	height: 40px;
	margin: 0 auto;
	clear: both;
	padding: 20px 7px 0 11px;
}

#global-navi ul {
	width: 882px;
	height: 40px;
	list-style-type: none;
	padding: 0;
}

#global-navi li {
	float: left;
	width: 146px;
	height: 40px;
}


#global-navi li a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	display: block;
}

#global-navi li a:hover {
	background-position: 0 -40px;
}

#global-navi li.gmenu05 {
	width: 147px;
}

#global-navi li.gmenu06 {
	width: 151px;
}


#global-navi li.gmenu01 a {
	background-image: url(images/common/gmenu01.jpg);
}

#global-navi li.gmenu02 a {
	background-image: url(images/common/gmenu02.jpg);
}

#global-navi li.gmenu03 a {
	background-image: url(images/common/gmenu03.jpg);
}

#global-navi li.gmenu04 a {
	background-image: url(images/common/gmenu04.jpg);
}

#global-navi li.gmenu05 a {
	background-image: url(images/common/gmenu05.jpg);
}

#global-navi li.gmenu06 a {
	background-image: url(images/common/gmenu06.jpg);
}

/*-------------------------
	メイン
-------------------------*/

#main {
	width: 876px;
	padding: 5px 12px 70px;
	background: url(images/common/main_bg.gif) #FFFFFF top no-repeat;
}


/*-------------------------
	コンテンツ
-------------------------*/

#contents {
	width: 643px;
	float: right;
	margin-top: 12px;
}

#contents h2#title-h {
	color: #9EC60E;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-bottom: 10px;
	border-bottom: 2px solid #9EC60E;
}
#contents div.text-box {
	padding: 0 10px;
}
#contents p {
	line-height: 1.5em;
}
#page-img {
	width: auto;
}

#page-img img {
	vertical-align: bottom;
}

/*-------------------------
	サイドバー
-------------------------*/

#sidebar {
	width: 205px;
	float: left;
	margin-top: 12px;
}

#sidebar ul {
	list-style-type: none;
	width: 205px;
	padding: 0;
}

#sidebar li {
	background: url(images/common/sidebar/sidebar_marker.gif) no-repeat;
	padding: 5px 0 12px 30px;
	width: auto;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	border-bottom: #C8C8C8 solid 2px;
	margin-bottom: 7px;
}


/*-------------------------
	フッター
-------------------------*/

#footer {
	width: 900px;
	height: 68px;
	margin-bottom: 37px;
	background: url(images/common/footer_bg.gif) #FFFFFF no-repeat bottom;
	text-align: center;
	font-size: 10px;
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto 12px;
	width: 900px;
}

#footer li {
	display: inline;
	border-right: 1px solid #000000;
	margin-right: 6px;
	padding-right: 5px;
}

#footer li.no-border {
	border: none;
}


/*-------------------------
	コンテンツ毎
-------------------------*/
/* フォーム類 */
table.form-table {
	margin-bottom: 15px;
}
table.form-table th, table.form-table td {
	padding: 10px;
	border-bottom: 1px dotted #9EC60E;
	vertical-align: middle;
}
table.form-table th {
	width: 150px;
	border-right: 3px solid #9EC60E;
	font-weight: normal;
	text-align: left;
}
table.form-table td {
	width: 310px;
}
table.form-table input.text-field {
	width: 200px;
}
table.form-table textarea.textarea {
	width: 300px;
	height: 150px;
}
table.form-table select.select-field {
}

/* よくある質問 */
h3.question-h {
	height: 18px; /* 25px */
	background: url(images/faq/q_bg.gif) no-repeat 0 0;
	padding-left: 30px;
	padding-top: 7px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 14px;
}
div.answer-box {
	padding: 5px 15px 5px 30px;
	border-bottom: 1px dotted #9EC60E;
	margin-bottom: 10px;
	background: url(images/faq/a_bg.gif) no-repeat 0 0;
	min-height: 20px;
	height:auto !important;
	height: 20px;
}

/* 料金プラン */
div.price-box {
	border: 1px solid #7B7B7F;
	padding: 5px 10px 0;
	margin-bottom: 15px;
}

h3#move-h {
	width: 623px;
	height: 28px;
	background: url(images/price/move_h.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
}

h3#original-h {
	width: 623px;
	height: 28px;
	background: url(images/price/original_h.jpg) no-repeat;
	text-indent: -9999px;
	margin-top: 50px;
	margin-bottom: 15px;
}

h3#support-h {
	width: 623px;
	height: 29px;
	background: url(images/price/support_h.jpg) no-repeat;
	text-indent: -9999px;
	margin-top: 50px;
	margin-bottom: 15px;
}
div.price-image-margin {
	margin-bottom: 40px;
}

/* 製作実績 */
div.result-box {
	padding-bottom: 25px;
	background: url(images/results/result-box_bg.gif) repeat-x left bottom;
	margin-bottom: 25px;
	width: 623px;
}

div.result-box div.result-box-inner {
	width: 201px;
	float: left;
	margin-right: 10px;
}

div.result-box div.result-box-inner-nomargin {
	margin-right: 0;
}

#contents div.result-box p.title,#contents div.result-box p.title2  {
	line-height: 14px;
	margin-bottom: 5px;
}
div.result-box div.result-box-inner p.title {
	height: 14px;
	padding-left: 17px;
	background: url(images/results/title_icon.gif) no-repeat;
}

div.result-box div.result-box-inner p.title2 {
	height: 14px;
	padding-left: 17px;
	background: url(images/results/title_icon2.gif) no-repeat;
}

div.result-box div.result-box-inner div.blog-title {
	height: 30px;
	margin-bottom: 5px;
}

div.result-box div.result-box-inner div.blog-image {
	text-align: center;
	margin-bottom: 8px;
}

div.result-box div.result-box-inner div.blog-icons {
}

div.blog-icons p {
	font-size: 1px;
	line-height: 1px;
	width: 65px;
	height: 19px;
	text-indent: -9999px;
	float: left;
	margin-right: 2px;
}
div.blog-icons p.move {
	background: url(images/results/icon_move.gif) no-repeat;
}
div.blog-icons p.original {
	background: url(images/results/icon_original.gif) no-repeat;
	width: 66px;
}
div.blog-icons p.support {
	background: url(images/results/icon_support.gif) no-repeat;
	margin-right: 0;
}



/* レンタル＆独自ブログ比較表 */
table.compare-table {
	width: 623px;
	border-collapse: collapse;
	line-height: 1.5em;
}
table.compare-table td, table.compare-table th {
	width: 33%;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
table.compare-table th {
	background-color: #9BBB59;
	color: #FFFFFF;
	font-weight: bold;
}
table.compare-table td {
	background-color: #DEE7D1;
}
table.compare-table tr.line2 td {
	background-color: #EFF3EA;
}