@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

#cp-seo-table{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* IE7のみ適用 */
*+html #cp-seo-table{
	margin-top: 20px;
}

/* IE6以下のみ適用 */
* html #cp-seo-table{
	margin-top: 20px;
}

#cp-seo-table *{
	line-height: 1.5em;
}

#cp-seo-table th{
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	background-color: #F0F0F0;
	padding: 2px 6px 2px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#cp-seo-table td{
	padding: 2px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F9F9F9;
}

#cp-seo-table td.seo-td01{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#cp-seo-ul{
	background-color: #FFF5DD;
	padding: 10px;
	border: 1px solid #CC6633;
	margin-top: 10px;
	margin-bottom: 30px;
}

#cp-seo-ul ul{
	font-size: 1.3em;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	list-style-type: disc;
}

#cp-seo-ul li{
	font-weight: bold;
	color: #663300;
	margin-bottom: 0.8em;
}

#to_mail{
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#seoapp-info{
	font-size: 1.5em;
	color: #FF0000;
	background-color: #FFE8E8;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #FF0000;
	line-height: 1.5em;
	font-weight: bold;
}

#powerad-faq-box{
	margin-bottom: 30px;
}

#powerad-faq-box h3{
	font-size: 1.2em;
	margin-top: 40px;
}

#powerad-faq-box p{
	margin-left: 14px;
}

#powerad-faq-box h3#q-top{
	margin-top: 20px;
}
