@charset "utf-8";

/*=========================================================
	[ m_heading.css ]
	module - heading style
	date - creation:2013-01-21 // update:2013-02-12
=========================================================*/

/*=========================================================
	index
		1. heading style
=========================================================*/

/* 1. heading style
=========================================================*/
/* Common setting */
#content h2 span,#content h3 span{
}

/* heading level1
---------------------------------------------------------*/
.hLv1{
	clear:both;
	padding-top:10px;
	font-size:20px;
	font-size:2.0rem;
	background:transparent url(/format/images/h1_bk_top.jpg) no-repeat 0 0;
	font-weight:bold;
}
.hLv1 h1{
	padding:5px 10px 30px 23px;
	background:transparent url(/format/images/h1_bk.jpg) no-repeat 0 100%;
}
.titSchool h1{
	padding:10px 10px 35px 23px;
}
.hLv1 span{
	margin-right:10px;
	color:#08A5F2;
	font-size:120%;
	font-size:26px;
	font-size:2.6rem;
}
.hLv1 span.resultText{
	color:#FF33CC;
/*	color:#F36;*/
}

/* heading level2
---------------------------------------------------------*/
#side h2,#side h3{margin:30px 0 10px;}
#content h2{
	margin:25px 0 20px;
}
h2.hLv2{
}


/* heading level3
---------------------------------------------------------*/
#content h3{
}
.titSec{
	margin:30px 0 20px;
	padding:3px 5px 8px 25px;
	border-bottom:1px solid #dddddd;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	color:#08A5F2;
	background:transparent url(/format/images/h2_box_bg.gif) no-repeat 0 0;
}
#boxSearch .titSec{
	padding:20px 5px 8px 25px;
	border-top:1px dotted #dddddd;
	border-bottom:none;
	background:transparent url(/format/images/h2_box_bg.gif) no-repeat 0 50%;
	color:#333333;
}
/*#boxSearch h3.first{padding-top:0;}*/

/*#mainTab{}*/
.titRelation{
	padding:0 5px 8px 0;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #dddddd;
}
.titDetail{
	margin:-30px 0 20px;
	text-align:right;
}
#content .titDetail a{
}