﻿@media screen and (min-width:768px) {

.paragraph {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	border: 3px solid #f0f0f0;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.faqQ {
	color: #900;
	font-weight: normal;
	padding: 4px 4px 8px 20px;
	border-bottom: 1px dotted #ccc;
	background: url(/contest/images/ico_q.gif) no-repeat 0 2px;	
}

.faqA {
	padding: 4px 4px 4px 20px;
	background: url(/contest/images/ico_a.gif) no-repeat 0 4px;	
}

/* サイドメニュー
----------------------------------------------------------------------------------------------------*/
.menuText .accordion .aFeed1 {
	display: none !important;
}

/* 特殊横幅又は高さ系
-------------------------------------------------------------------------------------*/
#wPrimary .wid600 {
	width: 600px;
}

}

@media screen and (max-width:767px) {
.titleSub p span {
	display: none;
}

h2 {
	margin-bottom: 20px;
}

table,
table tbody,
table tr,
table th,
table td {
	display: block;
}

table.dataTL,
table.dataTL th,
table.dataTL td {
	border: none;
}

table.dataTL {
	margin-bottom: 10px;
	padding: 5px 0;
}

table.dataTL th {
	margin-bottom: 5px;
	padding: 0 5px;
}

table.dataTL td {
	padding: 0 5px;
}

table.dataTL td:last-child {
	padding-bottom: 7px;
}

/*トップページリンク*/
#linkToppage {
	display: none;
}
/*ここまで*/


}