@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: site.css
description: サイト制作ページ専用スタイルシート

1.目的別
2.SEO対策
3.サイト運用
4.運用事例
5.ドメインチェック診断結果

///////////////////////////////////////////////////////// */

/* ===========  1.目的別  =========== */

.sitebox01 {
	float: left;
	width: 180px;
	border: 1px solid #e5e5e5;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 15px 15px 5px;
}

.sitebox02 {
	float: left;
	width: 180px;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding: 15px 15px 5px;
}

.siteBox h1 {
	font-weight: bold;
	font-size: 128.6%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
}

.siteBox h2 {
	font-weight: bold;
	font-size: 107%;
	color: #e60012;
}

/*600px以上1000px以下タブレット縦*/
@media screen and (min-width: 600px) and (max-width: 1000px) {
.sitebox01, .sitebox02 {
	float: none;
	width: 40%;
	border: 1px solid #e5e5e5;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 15px;
	padding: 3% 3% 0;
	float: left;
}

.sitebox01 img, .sitebox02 img {
	width: 100%;
	height: auto;
}

.vp img {
	width: 100%;
}


}


/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {
.sitebox01, .sitebox02 {
	float: none;
	width: 90%;
	border: 1px solid #e5e5e5;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 5% 5% 0;
}

.sitebox01 img, .sitebox02 img {
	width: 100%;
	height: auto;
}

.vp img {
	width: 100%;
}

}


/* ===========  2.SEO対策  =========== */
.boxSEO01 {
	width: 440px;
	float: left;
	margin-right: 20px;
}

.boxSEO02 {
	width: 180px;
	float: left;
}

.boxSEO_list {
	border: 1px solid #e5e5e5;
	padding: 15px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#ffffff));
	background: linear-gradient(#e5e5e5, #ffffff);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFe5e5e5, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFe5e5e5, endColorstr=#FFFFFFFF)";
}

ol.seo-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.seo-list li {
	list-style-type: none;
	padding-left: 24px;
}

ol.seo-list li.list01 {
	background: url(../images/seo/hd_SEOlist_1.gif) left top no-repeat;
}

ol.seo-list li.list02 {
	background: url(../images/seo/hd_SEOlist_2.gif) left top no-repeat;
}

ol.seo-list li.list03 {
	background: url(../images/seo/hd_SEOlist_3.gif) left top no-repeat;
}

ol.seo-list li.list04 {
	background: url(../images/seo/hd_SEOlist_4.gif) left top no-repeat;
}

ol.seo-list li.list05 {
	background: url(../images/seo/hd_SEOlist_5.gif) left top no-repeat;
}

ol.seo-list li.list06 {
	background: url(../images/seo/hd_SEOlist_6.gif) left top no-repeat;
}

ol.seo-list li.list07 {
	background: url(../images/seo/hd_SEOlist_7.gif) left top no-repeat;
}

/*600px以上1000px以下タブレット縦*/
@media screen and (min-width: 600px) and (max-width: 1000px) {
.boxSEO01 {
	width: 100%;
}

.boxSEO02 {
	width: 100%;
	text-align: center;
}

img.img100 {

}

}


/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {

.boxSEO01 {
	width: 100%;
}

.boxSEO02 {
	width: 100%;
	text-align: center;
}

img.img100 {

}

}

/* ===========  3.サイト運用  =========== */
.boxOperation01 {
	width: 440px;
	float: left;
	margin-right: 20px;
}

.boxOperation02 {
	width: 180px;
	float: left;
}

.titleOperation {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#fae5e7));
	background: linear-gradient(#ffffff, #fae5e7);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #ffffff, #fae5e7);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffffff, endColorstr=#FFfae5e7);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffffff, endColorstr=#FFfae5e7)";
	color: #e60012;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

table.tbl-operation {
	border: 1px solid #034c88;
	border-collapse:collapse;
	width: 100%;
}

table.tbl-operation th {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2774b3), to(#034c88));
	background: linear-gradient(#2774b3, #034c88);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #2774b3, #034c88);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF2774b3, endColorstr=#FF034c88);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF2774b3, endColorstr=#FF034c88)";
	color: white;
	font-size: 114%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #034c88;
	border-bottom:none;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	width: 50%;
}

table.tbl-operation td {
	border: 1px solid #034c88;
	border-bottom:none;
	padding: 5px;
	vertical-align: middle;
	width: 25%;
}

table.tbl-operation td h3 {
	text-align: center;
}

table.tbl-operation td p {
	margin-top: 10px;
}

/*600px以上1000px以下タブレット縦*/
@media screen and (min-width: 600px) and (max-width: 1000px) {
.boxOperation01 {
	width: 100%;
}

.boxOperation02 {
	width: 100%;
	text-align: center;
}

table.tbl-operation td h3 img {
	width: 90%;
}

}


/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {

.boxOperation01 {
	width: 100%;
}

.boxOperation02 {
	width: 100%;
	text-align: center;
}



}

/* ===========  4.運用事例  =========== */
.boxCase01 {
	width: 350px;
	float: left;
	margin-right: 20px;
}

.boxCase02 {
	width: 270px;
	float: left;
}

table.tbl-case {
	border: 1px solid #c9c9c9;
	border-collapse:collapse;
	width: 100%;
}

table.tbl-case th {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#c9c9c9));
	background: linear-gradient(#e5e5e5, #c9c9c9);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #e5e5e5, #c9c9c9);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFe5e5e5, endColorstr=#FFc9c9c9);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFe5e5e5, endColorstr=#FFc9c9c9)";
	color: black;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #c9c9c9;
	border-bottom:none;
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px;
	white-space: nowrap;
}

table.tbl-case td {
	border: 1px solid #c9c9c9;
	border-bottom:none;
	padding: 5px 10px;
	vertical-align: middle;
}

/*600px以上1000px以下タブレット縦*/
@media screen and (min-width: 600px) and (max-width: 1000px) {
.boxCase01 {
	width: 100%;
}

.boxCase02 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

}


/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {

.boxCase01 {
	width: 100%;
}

.boxCase02 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}



}


/* ===========  5.ドメインチェック診断結果  =========== */
dl.list-check {
}

dl.list-check dt {
	width: 160px;
	float: left;
	font-size: 114.3%;
	padding-top: 10px;
}

dl.list-check dd {
	margin-left: 180px;
	font-weight: bold;
	font-size: 171.4%;
}

table.tbl-domain {
	width: 100%;
	border-collapse:collapse;
}

table.tbl-domain th {
	background: #eee;
	padding: 8px;
	border: 1px solid #dcdcdc;
	font-weight: normal;
	text-align: center;
	width: 45px;
}

table.tbl-domain td {
	padding: 8px;
	border: 1px solid #dcdcdc;
	font-weight: bold;
	text-align: center;
}

.boxCheck {
	border: 3px solid #eee;
	padding: 20px 10px;
	width: 654px;
	margin-top: 50px;
}

.boxCheck01 {
	float: left;
	border-right: 1px dotted #626262;
	width: 280px;
	padding-right: 10px;
	margin-right: 10px;
}

.boxCheck02 {
	float: left;
	width: 353px;
}

a.btnContactCheck {
	display: block;
	background: url(../../system/images/menu/btn_contact.png) left top no-repeat;
	text-indent: -9999px;
	width: 280px;
	height: 40px;
}

a.btnContactCheck:hover {
	background-position: left -40px;
}

.textbox {
	margin: 0 0 3px 0;
	padding: 0.3em;
	border: 1px solid #b8b8b8;
	width: 270px;
}

dl.list-form {
	width: 350px;
	margin-top: 8px;
}

dl.list-form dt {
	width: 290px;
	float: left;
}

dl.list-form dd {
	padding-left: 297px;
	margin-top: 1px;
}

.hdRecheck {
	background: url(../images/domain_result/hd_img01.gif) left 5px no-repeat;
	padding-left: 12px;
}

/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {
.spBlock {
	display: block;
}

dl.list-check {
}

dl.list-check dt {
	width: 100%;
	float: none;
	padding-top: 0;
}

dl.list-check dd {
	margin-left: 0;
}

.boxCheck {
	border: 3px solid #eee;
	padding: 20px 10px;
	width: auto;
	margin-top: 30px;
}

.boxCheck01 {
	float: none;
	border-right: none;
	border-bottom: 1px dotted #626262;
	width: 100%;
	padding-right: 0;
	margin-right: 0;
	padding-bottom: 10px;
}

.boxCheck02 {
	float: none;
	width: 100%;
	margin-top: 10px;
}





.textbox {
	margin: 0 0 3px 0;
	padding: 0.3em;
	border: 1px solid #b8b8b8;
	width: 100%;
}

dl.list-form {
	width: 100%;
}

dl.list-form dt {
	width: 70%;
	float: left;
}

dl.list-form dd {
	padding-left: 80%;
	margin-top: 1px;
}

}

/*スマホ横*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
.spBlock {
	display: inline;
}

dl.list-check {
}

dl.list-check dt {
	width: 160px;
	float: left;
	font-size: 114.3%;
	padding-top: 10px;
}

dl.list-check dd {
	margin-left: 180px;
	font-weight: bold;
	font-size: 171.4%;
}







dl.list-form {
	width: 350px;
	margin-top: 8px;
}

dl.list-form dt {
	width: 290px;
	float: left;
}

dl.list-form dd {
	padding-left: 297px;
	margin-top: 1px;
}

.textbox {
	margin: 0 0 3px 0;
	padding: 0.3em;
	border: 1px solid #b8b8b8;
	width: 270px;
}

}