@charset "utf-8";

/* theme_base.css */
* {
	margin:0;
	padding:0;
	line-height:1;
}
body {
	background-color:#fff;
	font-size:100%;
	color:#4f4e4d;
	text-align:center;
	font-family:'メイリオ',Meiryo, sans-serif;
}
div {
	text-align:left;
}
a { text-decoration: none; }
a:link { color: #4C4C80; }
a:visited { color: #896958; }
a:active,
a:hover { text-decoration: underline; color: #7878CC; }

img {
	border:none;
	vertical-align:top;
}
a img, :link img, :visited img, :active img, :hover img {
	border: 0;
}
ol, ul {
	list-style: none;
}
h1,h2,h3,h4,dt,th {
	font-weight:normal;
}
address {
	font-style:normal;
}
p {
	line-height:150%;
	font-size:78%;
	color:#4f4e4d;
	margin: 0;
	padding: 0;
}
dt,dd,li,td,th {
	line-height:150%;
	font-size:78%;
	color:#4f4e4d;
}

/* wrapper */
#container {
	margin: 0px auto;
	width: 800px;
}

/* header_start */

#headerWrapper {
	border-bottom: 2px solid #D36985;
	zoom: 1;
}

#logoNavi {
	height: 80px;
	position: relative;
	z-index: 0;
}

#logo {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 0;
}

.logo {
	background-position: 0 0;
	display: block; width: 540px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
}

.cS	{
	background-image: url(/CSP/img/bt/sprites/c.png?switch=2025112610);
	background-repeat: no-repeat;
	border: 0;
}

.offL {
	text-indent: -9999px;
	overflow: hidden;
}

/* bread_list_start */

.lp_breadcrumbs {
	font-weight:bold;
	font-size:10px;
	line-height:120%;
	font-weight:bold;
	color:#999;
	padding-top:14px;
}

/*social_list_start*/

.social-list {
	position: absolute;
	top: 5px;
	right: 0;
}

.social-list > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-align: right;	
}


/* 　下部の斜めタイトル　 */

p#btmName {
	clear:both;
	color:#666666;
	text-align:right;
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}

/* page_top_start */

#pagetop {
	width:800px;
	margin:0;
	padding-bottom:10px;
}

#pagetop > p {
	background-image:url(/CSP/img/lp/contest/icons/icon_pagetop.png?switch=2025112610);
	background-repeat:no-repeat;
	float:right;
	padding-left:12px;
}

#pagetop > p > a:link,
#pagetop > p > a:visited {
	color: #4c4c80;
}

#pagetop > p > a:active,
#pagetop > p > a:hover {
	color: #7878CC;
	text-decoration: underline;
}

/************************************************************
 * CLASSES(プロパティ)
 ************************************************************/
 /*width*/
.w730 { width: 730px; }

/*margin-top*/
.mT2  { margin-top: 2px; }
.mT5  { margin-top: 5px; }
.mT10 { margin-top: 10px; }
.mT15 { margin-top: 15px; }
.mT20 { margin-top: 20px; }
.mT30 { margin-top: 30px; }
.mT40 { margin-top: 40px; }
.mT50 { margin-top: 50px; }
.mL3	{ margin-left: 3px; }
/*margin-right*/
.mR5 { margin-right: 5px; }
.mR10 { margin-right: 10px; }

/*display*/
.dib4b { display: inline-block; *display: inline; zoom:1; }

/*vertical-aline*/
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }

/*text-align*/
.tac { text-align: center; }

/*float*/
.fl   { float: left; }
.fr		{ float: right; }

/*position*/
.pa   { position: absolute; }
.pr   { position: relative; }

.b	{ font-weight: bold !important; }

.fs13	{ font-size: 13px; }
.fs14	{ font-size: 14px; }

.fgDRed		{ color: #DD0000; }

/* background */
.bgWhite	{ background-color: #FFFFFF; }

/*clear fix*/
.cf:after	{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.cf			{ zoom: 1; }

/* clearfix */
.cFix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.cFix	{ zoom: 1; }

.pClear	{ padding: 0 !important; }

/* popUpFooter */
.tbClose {
	color: #BFB4AB !important;
	font-weight: bold;
	text-decoration: none !important;
	background: url(/CSP/img/lp/contest/icons/icon_tb_close.png?switch=2025112610) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fgGray {
	color: #666666;
}

.taL {
	text-align: left !important;
}