@charset "UTF-8";

/*==============================================================================

	Module
	
==============================================================================*/

/*------------------------------------------------------------------------------
	Typography
------------------------------------------------------------------------------*/

#main #pageTitle {
	margin: 0 0 20px 0;
	background: url(../img/h1_tit_top_bg.png) no-repeat left top;
}

#main #pageTitle h1 {
	position: relative;
	margin: 0;
	padding: 15px 15px 15px 28px;
	background: url(../img/h1_tit_bottom_bg.png) no-repeat left bottom;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.6;
}

#main #pageTitle h1:after {
	content :".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main #pageTitle h1:before {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	content: "";
	width: 5px;
	height: 25px;
	background: url(../img/h1_tit_icon_bg.png) no-repeat left top;
	transform: translateY(-50%);
}

/*IE7▼*/
*+html body #main #pageTitle h1 {
	padding: 17px 15px 12px 15px;
}
/**/

#main h2 {
	margin: 23px 0 18px 0;
	padding: 12px 15px 9px 15px;
	background: url(../img/h2_tit_top_bg.png) no-repeat left top;
	border-bottom: 2px solid #c30e15;
	font-size: 108%;
	line-height: 1.6;
	text-shadow: 0 1px 0 #fff,
	1px 0 0 #fff,
	0 -1px 0 #fff,
	-1px 0 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}

#main h3 {
	position: relative;
	margin: 23px 0 18px 0;
	padding: 0 15px 12px 18px;
	background: url(../img/h3_tit_bottom_bg.png) repeat-x left bottom;
	font-size: 108%;
	line-height: 1.6;
}

#main h3:after {
	content :".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main h3:before {
	position: absolute;
	top: 0px;
	left: 3px;
	content: "";
	display: block;
	width: 8px;
	height: 21px;
	background: url(../img/h3_tit_icon_bg.png) no-repeat left top;
}

/*IE7▼*/
*+html body #main h3 {
	padding: 4px 15px 10px 12px;
	border-left: 6px solid #d12027;
}
/**/


p {
	margin: 0 0 15px 0;
	line-height: 1.8;
}

ol.normalList {
    margin: 0 0 20px 0;
	padding: 0 0 0 2.2em;
	list-style: outside decimal;
}

ol.normalList li,
ul.normalList li {
	margin: 0 0 10px 0;
	padding: 0;
}

ol.normalList li p,
ul.normalList li p {
	margin: 10px 0 20px 0;
	padding: 10px 12px;
	background: #f9fafb;
	border-radius: 3px;
	border: 1px solid #aaaaaa;
	font-size: 100%;
}

ul.normalList {
    margin: 0 0 20px 0;
	padding: 0 0 0 0.5em;
	list-style: none;
}

ul.normalList li {
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

ul.normalList li:before {
	background: url(../img/list_dot_icon_bg.png) no-repeat left top;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: 5px;
    text-indent: 100%;
    white-space: nowrap;
}

/*IE7▼*/
*+html body ul.normalList li {
	padding-left: 12px;
	background: url(../img/list_dot_icon_bg.png) no-repeat left 9px;
}
/**/

dl.normalList {
	overflow: hidden;
	border-bottom: 1px dotted #aaaaaa;
	line-height: 1.6;
}

dl.normalList dt {
	float: left;
	display: block;
	padding: 0 0 10px 0;
	width: 15em;
}

dl.normalList dt.head {
	font-weight: bold;
}

dl.normalList dd {
	display: block;
	overflow: hidden;
	padding: 0 0 10px 0;
}

dl.normalList dd .nameList {
	display: inline-block;
	width: 7em;
	font: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/*------------------------------------------------------------------------------
	Table
------------------------------------------------------------------------------*/

table.normal {
	width: 100%;
	margin: 18px 0;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	line-height: 1.6;
}

table.normal th {
	width: 20%;
	letter-spacing: 0.25em;
	padding: 12px;
	background: #EBF0F3;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
	text-align: left;
}

table.normal th.wh {
	background: #ffffff;
}

table.normal td {
	padding: 12px;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

/*------------------------------------------------------------------------------
	system
------------------------------------------------------------------------------*/

#main .reportBox {
	margin: 0 0 50px 0;
}

#main .reportBox h1 {
	margin: 0 0 20px 0;
	padding: 12px 10px 6px 10px;
	font-size: 146.5%;
	font-weight: normal;
	line-height: 1.6;
	border-top: 4px solid #c30e15;
	border-bottom: 1px solid #dddddd;
	background: url(../img/report_h1_tit_bg.png) repeat-x left top;
	text-shadow: 0 1px 0 #fff,
	1px 0 0 #fff,
	0 -1px 0 #fff,
	-1px 0 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}

#main .reportBox h1 span {
	display: block;
	font-weight: bold;
	font-size: 80%;
}

/* NEW表示 */
#main .reportBox h1 span.new {
	display: inline-block;
	margin-left: 0.8em;
	padding: 0 0.8em;
	border-radius: 1em;
	background: #ff2a00;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #ffffff;
	vertical-align: middle;
	text-shadow: none;
}
/**/

#main .reportBox h2 {
	margin: 23px 0 18px 0;
	padding: 10px 15px 8px 10px;
	background: #f9fafb;
	border-left: 5px solid #d42c33;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	font-size: 108%;
	line-height: 1.6;
	text-shadow: none;
}

#main .reportBox h3 {
	position: static;
	margin: 23px 0 18px 0;
	padding: 4px 10px 4px 8px;
	background: url(../img/report_h3_tit_bg.png) repeat-x left bottom;
	border-left: 5px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	font-size: 108%;
	line-height: 1.6;
}

#main .reportBox h4 {
	margin: 0 0 6px 0;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.6;
}

#main .reportBox h3:after {
	content :"";
	display: inherit;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .reportBox h3:before {
	position: static;
	top: auto;
	left: auto;
	content: "";
	display: inherit;
	width: auto;
	height: auto;
	background: none;
}

#main .reportBox .inner {
	line-height: 1.6;
}

/* mainPhoto */

#main .reportBox .mainPhoto {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	background: #f4f5f6;
}

#main .reportBox .mainPhoto .wrap {
	margin: 0 auto;
	width: 700px;
	max-height: 420px;
	overflow: hidden;
}

#main .reportBox .mainPhoto img {
	max-width: 700px;
}

#main .reportBox .mainPhoto p {
	margin: 0;
	padding: 8px 0 5px 0;
	background: #ffffff;
	line-height: 1.6;
	font-size: 85%;
	text-align: left;
}

#main .reportBox .mainPhoto a {
	display: block;
	position: relative;
	z-index: 1;
	max-height: 420px;
	overflow: hidden;
}

#main .reportBox .mainPhoto a:hover:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "";
	width: 66px;
	height: 29px;
	background: url(../img/zoom_icon_bg.png) no-repeat left top;
	z-index: 2;
}

/* reportPhoto */

#main .reportBox .reportPhoto {
	margin: 20px 0 0 0;
}

#main .reportBox .reportPhoto .pLine {
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}

#main .reportBox .reportPhoto .pLine:after {
	content: "";
	display: block;
	clear: both;
}

#main .reportBox .reportPhoto .pLine .pl,
#main .reportBox .reportPhoto .pLine .pr {
	width: 340px;
	margin: 0 0 20px 0;
	padding: 0;
	background: #f4f5f6;
	text-align: center;
}

#main .reportBox .reportPhoto .pLine .pl {
	float: left;
}

#main .reportBox .reportPhoto .pLine .pr {
	float: right;
}

#main .reportBox .reportPhoto .pLine p {
	margin: 0;
	padding: 5px 0 0 0;
	background: #ffffff;
	line-height: 1.6;
	font-size: 85%;
	text-align: left;
}

#main .reportBox .reportPhoto .pLine .pl a,
#main .reportBox .reportPhoto .pLine .pr a {
	display: block;
	position: relative;
	z-index: 1;
}

#main .reportBox .reportPhoto .pLine .pl a:hover:before,
#main .reportBox .reportPhoto .pLine .pr a:hover:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "";
	width: 66px;
	height: 29px;
	background: url(../img/zoom_icon_bg.png) no-repeat left top;
	z-index: 2;
}

#main .reportBox .reportPhoto .pLine .pl img,
#main .reportBox .reportPhoto .pLine .pr img {
	max-width: 340px;
	max-height: 255px;
}

/**/

/* profilePhoto */

#main .reportBox .profileBox {
	zoom: 1;
}

#main .reportBox .profileBox:after {
	content: "";
	display: block;
	clear: both;
}

#main .reportBox .profileBox table {
	width: 600px;
}

#main .reportBox .profilePhoto {
	margin: 0;
	float: right;
}

#main .reportBox .profilePhoto .wrap {
	width: 340px;
	margin: 0;
	padding: 0;
	background: #f4f5f6;
	text-align: center;
}

#main .reportBox .profilePhoto p {
	margin: 0;
	padding: 10px 0 0 0;
	background: #ffffff;
	line-height: 1.6;
	text-align: center;
}

#main .reportBox .profilePhoto .wrap a {
	display: block;
	position: relative;
	z-index: 1;
}

#main .reportBox .profilePhoto .wrap a:hover:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "";
	width: 66px;
	height: 29px;
	background: url(../img/zoom_icon_bg.png) no-repeat left top;
	z-index: 2;
}

#main .reportBox .profilePhoto .wrap img {
	max-width: 340px;
	max-height: 255px;
}

/**/

#main .reportBox .reportFoot {
	position: relative;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #333333;
}

#main .reportBox .reportFoot p {
	margin: 0;
	padding: 0;
	color: #888888;
}

#main .reportBox .reportFoot .gotop {
	position: absolute;
	right: 0;
	top: 10px;
}

#main .reportBox .reportFoot .gotop a {
	padding-left: 18px;
	background: url(../img/gotop_icon_bg.png) no-repeat left 4px;
}

/**/

#main .reportBox table.normal th {
	width: 4em;
	letter-spacing: 0.25em;
}

/*------------------------------------------------------------------------------
	Pager
------------------------------------------------------------------------------*/

.pager {
	margin: 20px 0 20px 0;
	text-align: center;
}

.pager ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	zoom: 1;
}

.pager ul:after {
	content: "";
	display: block;
	clear: both;
}

.pager ul li {
	display: inline-block;
	*display: block;
	*float: left;
	margin: 0 5px 0 0;
}

.pager ul li a {
	display: block;
	width: 30px;
	padding: 6px 0 6px 0;
	background: #f9fafb;
	border: 1px solid #dddddd;
	color: #333333;
	font-size: 108%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.pager ul li a:hover {
	background: #d42c33;
	border: 1px solid #d42c33;
	color: #ffffff;
}

.pager ul li.active a {
	display: block;
	background: #d42c33;
	border: 1px solid #d42c33;
	color: #ffffff;
}

.pager ul li.prev a,
.pager ul li.next a {
	width: 60px;
}
