@charset "Shift_JIS";

/*
	================================================================================================
		tablet guide prepare [memories]
	================================================================================================
*/

div.cntin{
	text-align: center;
}

/*-----------/summary--------------*/

#contents .box_summary_area {
	border: 5px double #d2d2d2;
	margin:  0 0 2em 0;
	padding: 1em 1em 1em 1em;
}

img.summary_ttl {
	margin-bottom: 20px;
}

/*-----------/legend key--------------*/
#contents .legend {
	width: 710px;
	border: 2px solid #d2d2d2;
	margin:  0 0 3em 1.5em;
	padding: 1em 1em 0em 1em;
}
#contents .legend .left {
	width: 210px;
	float: left;
	margin-right: 5px;
}
#contents .legend .center {
	width: 210px;
	float: left;
	margin: 0 5px 0 0;
}
#contents .legend .right {
	width: 280px;
	float: left;
}
#contents .legend .clear {
	clear: both;
	margin-bottom: 20px;
}
/*-----------/cloud service--------------*/

#contents .cloudservice_ttl {
	margin-bottom: 50px;
}

#contents .cloudservice_ttl .left {
display: inline-block;
	vertical-align: middle;
	width: 230px;
	*margin-bottom: 0;
	*display: inline;
	*zoom: 1;
}
#contents .cloudservice_ttl .center {
display: inline-block;
	vertical-align: middle;
	width: 350px;
	margin: 0;
	*margin-bottom: 0;
	*display: inline;
	*zoom: 1;
}
#contents .cloudservice_ttl .right {
display: inline-block;
	vertical-align: middle;
	width: 80px;
	*margin-bottom: 0;
	*display: inline;
	*zoom: 1;
	float: right;
}
#contents .box_info_area dl dd {
	*padding: 16px 0 0 54px;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents .legend {
	width: auto;
}

#contents .legend .left,
#contents .legend .center,
#contents .legend .right {
	clear: both;
	width: auto;
}
#contents .legend .left img,
#contents .legend .center img,
#contents .legend .right img {
	width: auto;
	height: 28px;
}

#contents .legend .left,
#contents .legend .center {
	margin-bottom: 10px;
}
	
#contents .cloudservice_ttl {
	margin-bottom: 30px;
}
#contents .cloudservice_ttl .left {
	display: block;
	text-align: left;
	margin-left: 0;
	margin-bottom: 10px;
	width: auto;
}
#contents .cloudservice_ttl .center {
display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	*margin-bottom: 0;
	*display: inline;
	*zoom: 1;
}
#contents .cloudservice_ttl .right {
display: inline-block;
	vertical-align: middle;
	width: auto;
	*margin-bottom: 0;
	*display: inline;
	*zoom: 1;
}

#contents .cloudservice_ttl .center img {
	width: auto;
	height: 28px;
}
#contents .cloudservice_ttl .right img {
	width: auto;
	height: 23px;
}
#contents .section img.PMH_bnr {
	margin-bottom: 10px;
}
img.summary_ttl {
	margin-bottom: 0;
}
}