﻿@charset "UTF-8";


div.report
{
}

div.report div.reportHeader
{
	padding-top: 20px;
}

div.report p.reportHeaderImgPC
{
	display: none;
}

div.report div.reportHeader h1
{
	font-size:21px;
	font-size:1.3125rem;
	font-weight: 700;
	color: #727171;
	line-height: 1.2em;
	margin: 15px auto;
	width: 87%;
}

div.report div.reportHeader h2
{
	font-size:11px;
	font-size:0.6875rem;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

div.report div.reportHeader h2 span
{
	padding: 8px;
	background: #009DE1;
}

div.report div.reportHeader p.reportRead
{
	font-size:15px;
	font-size:0.9375rem;
	font-weight: 300;
	color: #727171;
	line-height: 1.5em;
	margin-bottom: 30px;
	margin: 0 auto 10px;
	width: 87%;
}

div.report div.reportHeader dl
{
	margin: 10px auto 0;
	width: 87%;
	padding-bottom: 10px;
}

div.report div.reportHeader dl dt
{
	float: left;
	clear: right;
	width: 19%;
	font-size:10px;
	font-size:0.625rem;
	font-weight: 300;
	color: #4C4948;
	background: #DCDDDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 3px 0;
	display: block;
	margin-bottom: 5px;
}

div.report div.reportHeader dl dd
{
	float: right;
	width: 78%;
	font-size:13px;
	font-size:0.8125rem;
	font-weight: 700;
	color: #727171;
	display: block;
	margin-bottom: 5px;
	line-height: 1.4em;
}

div.report div.reportHeader div.youtube
{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 91%;
	margin: 15px auto 30px;
}

div.report div.reportHeader div.youtubelong
{
	position: relative;
	padding-bottom: 100%;
	padding-top: 77.5%;
	height: 0;
	width: 91%;
	margin: 15px auto 30px;
}

div.report div.reportHeader div.youtube iframe,
div.report div.reportHeader div.youtubelong iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none !important;
}

div.report div.reportHeader div.reportHeaderImg
{
	width: 91%;
	margin: 15px auto 30px;
}




div.report div.reportOutline
{
	width: 90%;
	margin: 0 auto 25px;
}

div.report div.reportOutline h3
{
	font-size:16px;
	font-size:1rem;
	font-weight: 700;
	color: #009DE1;
	line-height: 1.5em;
	margin-bottom: 25px;
}

div.report div.reportOutline h4
{
	font-size:16px;
	font-size:1rem;
	font-weight: 300;
	color: #4C4948;
	line-height: 1.5em;
	margin-bottom: 25px;
	text-indent:-1em;
	padding-left:1em;
	zoom:1;
}

div.report div.reportOutline p
{
	font-size:16px;
	font-size:1rem;
	font-weight: 300;
	color: #4009DE1;
	line-height: 1.5em;
	margin-bottom: 25px;
}

div.report div.reportOutline dl
{
	margin-bottom: 15px;
}

div.report div.reportOutline dl dt
{
	float: left;
	clear: right;
	width: 19%;
	font-size:10px;
	font-size:0.625rem;
	font-weight: 300;
	color: #4C4948;
	border: 1px solid #4C4948;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 3px 0;
	display: block;
	margin-bottom: 10px;
}

div.report div.reportOutline dl dd
{
	float: right;
	width: 78%;
	font-size:13px;
	font-size:0.8125rem;
	font-weight: 300;
	color: #4C4948;
	display: block;
	margin-bottom: 10px;
	line-height: 1.4em;
}

div.report div.reportOutline p strong,
div.report div.reportOutline dl dt strong,
div.report div.reportOutline dl dd strong
{
	color: #D0121B;
	font-weight: 300;
}

div.report div.reportOutline div.reportOutlineTxt
{
	background: #EFEFEF;
	padding: 20px 22px 10px;
}

div.report div.reportOutline div.reportOutlineBtn
{
	border-right: 22px solid #EFEFEF;
	border-bottom: 20px solid #EFEFEF;
	border-left: 22px solid #EFEFEF;
	margin: 0 auto 20px;
	padding: 15px 0;
}

div.report div.reportOutline div.reportOutlineBtn h3
{
	font-size:14px;
	font-size:0.875rem;
	font-weight: 700;
	color: #D0121B;
	text-align: center;
	margin-bottom: 30px;
}

div.report div.reportOutline div.reportOutlineBtn p
{
	font-size:14px;
	font-size:0.875rem;
	font-weight: 700;
	text-align: center;
}

div.report div.reportOutline div.reportOutlineBtn p a
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E60012;
	padding: 20px 60px 20px 15px;
	color: #FFF;
	text-decoration: none;
	position: relative;
}

div.report div.reportOutline div.reportOutlineBtn p a:after
{
	content: url(../images/arrow_01.png);
	padding-left: 40px;
	position: absolute;
	height: 17px;
	width: 17px;
	top: 36%;
	right: 14px;
}

div.report div.reportOutline div.reportOutlineBtn p a:hover
{
	opacity: 0.8;
	\zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



div.report div.reportMain
{
	width: 90%;
	margin: 0 auto;
}

div.report div.reportMain h2
{
	font-size:16px;
	font-size:1rem;
	font-weight: 700;
	color: #009DE1;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: 5px;
}

div.report div.reportMain h4
{
	font-size:16px;
	font-size:1rem;
	font-weight: 700;
	color: #4C4C4C;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: 5px;
}

div.report div.reportMain p
{
	font-size:16px;
	font-size:0.9rem;
	font-weight: 300;
	color: #4C4948;
	line-height: 1.5em;
	margin-bottom: 20px;
}

div.report div.reportMain p img
{
	margin-bottom: 5px;
}

div.report div.reportMain div.gaiyou
{
	padding: 0.5em;
	background: #DFF2FC;
}

div.report div.reportMain div.gaiyou h4
{
	margin-top: 0;
}

div.report div.reportMain div.gaiyou p
{
	margin-bottom: 0;
}

div.report div.reportMain div.youtube
{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 15px auto 30px;
}

div.report div.reportMain div.youtubelong
{
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	padding-top: 77.5%;
	height: 0;
	margin: 15px auto 30px;
}

div.report div.reportMain div.youtube iframe,
div.report div.reportMain div.youtubelong iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none !important;
}



div.report div.reportSide
{
	width: 90%;
	margin: 0 auto 25px;
}

div.report div.reportSide div.youtube,
div.report div.reportSide div.youtubelong,
div.report div.reportSide div.reportSideProf,
div.report div.reportSide div.reportSideTag
{
	display: none;
}






/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

div.report
{
}

div.report p.reportHeaderImgPC
{
	display: block;
}

div.report div.reportHeader
{
	padding-top: 50px;
	width:693px;
}

div.report div.reportHeader h1
{
	font-size:28px;
	color: #4C4948;
	line-height: 1.2em;
	margin: 30px auto 10px;
	width: 655px;
	padding-left: 38px;
}

div.report div.reportHeader h1 br
{
	display: none;
}

div.report div.reportHeader h2
{
	font-size:23px;
	margin-bottom: 30px;
}

div.report div.reportHeader h2 span
{
	padding: 15px 38px;
	background: #009DE1;
}

div.report div.reportHeader p.reportRead
{
	font-size:16px;
	color: #4C4948;
	line-height: 1.5em;
	margin-bottom: 30px;
	margin: 10px auto 10px;
	width: 655px;
	padding-left: 38px;
}

div.report div.reportHeader p.reportRead br
{
	display: none;
}

div.report div.reportHeader div.youtube,
div.report div.reportHeader div.youtubelong
{
	display: none;
}

div.report div.reportHeader div.reportHeaderImg
{
	display: none;
}



div.report div.reportOutline
{
	width: 655px;
	padding-left: 38px;
	margin: 30px 0;
}

div.report div.reportOutline h3
{
	font-size:16px;
	margin-bottom: 25px;
}

div.report div.reportOutline h4
{
	font-size:16px;
}

div.report div.reportOutline p
{
	font-size:16px;
	margin-bottom: 15px;
}

div.report div.reportOutline dl
{
	margin-bottom: 30px;
}

div.report div.reportOutline dl dt
{
	width: 80px;
	font-size:14px;
	clear: both;
}

div.report div.reportOutline dl dd
{
	width: 567px;
	font-size:18px;
}

div.report div.reportOutline div.reportOutlineTxt
{
	background: none;
	padding: 0;
}


div.report div.reportOutline div.reportOutlineBtn
{
	display: none;
}



div.report div.reportMain
{
	width: 655px;
	padding-left: 38px;
	margin: 30px 0 80px;
}

div.report div.reportMain h2
{
	font-size:18px;
	color: #009DE1;
	margin-top: 30px;
	margin-bottom: 5px;
}

div.report div.reportMain h4
{
	font-size:18px;
	margin-top: 50px;
	margin-bottom: 10px;
}

div.report div.reportMain p
{
	font-size:16px;
}

div.report div.reportMain div.gaiyou
{
	padding: 30px 38px;
	margin-top: 2em;
}



div.report div.reportSide div.reportSideProf
{
	display: block;
	border-top: 15px solid #EFEFEF;
	border-right: 20px solid #EFEFEF;
	border-bottom: 15px solid #EFEFEF;
	border-left: 20px solid #EFEFEF;
	padding: 20px 20px 0;
	margin-bottom: 30px;
}



div.report div.reportSide
{
	width: 400px;
	margin: 0;
	position: absolute;
	top: 677px;
	right: 32px;
}

div.report div.reportSide div.youtube
{
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 30px;
}

div.report div.reportSide div.youtubelong
{
	display: block;
	position: relative;
	padding-bottom: 100%;
	padding-top: 77.5%;
	height: 0;
	margin-bottom: 30px;
}

div.report div.reportSide div.youtube iframe,
div.report div.reportSide div.youtubelong iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none !important;
}


div.report div.reportSide div.reportSideProf
{
	display: block;
	border-top: 15px solid #EFEFEF;
	border-right: 20px solid #EFEFEF;
	border-bottom: 15px solid #EFEFEF;
	border-left: 20px solid #EFEFEF;
	padding: 20px 20px 0;
	margin-bottom: 30px;
}

div.report div.reportSide div.reportSideProf div.reportSideProfMain
{
	margin-bottom: 15px;
}

div.report div.reportSide div.reportSideProf div.reportSideProfMain p
{
	font-size:16px;
	float: left;
	width: 142px;
}

div.report div.reportSide div.reportSideProf div.reportSideProfMain h3
{
	float: right;
	width: 168px;
	font-size: 15px;
	font-weight: 300;
	color: #4C4948;
	margin-bottom: 5px;
}

div.report div.reportSide div.reportSideProf div.reportSideProfMain h4
{
	float: right;
	width: 168px;
	font-size: 20px;
	font-weight: 700;
	color: #4C4948;
	line-height: 1.2em;
}

div.report div.reportSide div.reportSideProf div.reportSideProfMain h4 span
{
	font-size: 15px;
	font-weight: 300;
}

div.report div.reportSide div.reportSideProf div.reportSideProfTxt
{
	clear: both;
}

div.report div.reportSide div.reportSideProf div.reportSideProfTxt p
{
	font-size:16px;
	line-height: 1.5em;
	font-weight: 300;
	color: #4C4948;
	margin-bottom: 30px;
}



div.report div.reportSide div.reportSideTag
{
	margin: 0 auto 30px;
	display: block;
}

div.report div.reportSide div.reportSideTag ul
{
	list-style: none;
	width: 417px;
}

div.report div.reportSide div.reportSideTag ul li
{
	float: left;
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
	padding-right: 15px;
}

div.report div.reportSide div.reportSideTag ul li a
{
	border: 1px solid #898989;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 15px;
	color: #898989;
	display: block;
	text-decoration: none;
	padding: 5px 15px;
}

div.report div.reportSide div.reportSideTag ul li a:hover
{
	color: #FFF;
	background: #898989;
}

div.report div.reportSide div.reportSideTag ul li:nth-last-child(3n+1)
{
	margin-right: 0;
}

}




div.reportFooter
{
	margin: 0;
	width: 90%;
	padding: 0 5%;
	border-bottom: 4px solid #DCDDDD;
}

div.reportFooter div.reportFooterTag
{
	margin: 20px auto;
	display: block;
	overflow: hidden;
}

div.reportFooter div.reportFooterTag ul
{
	list-style: none;
	width: 104.5%;
}

div.reportFooter div.reportFooterTag ul li
{
	float: left;
	font-size: 11px;
	font-size: 0.6875rem;
	text-align: center;
	margin-bottom: 10px;
	padding-right: 2%;
}

div.reportFooter div.reportFooterTag ul li a
{
	border: 1px solid #898989;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #898989;
	display: block;
	text-decoration: none;
	padding: 5px 13px;
}

div.reportFooter div.reportFooterTag ul li a:hover
{
	color: #FFF;
	background: #898989;
}

div.reportFooter div.reportFooterTag ul li:nth-last-child(3n+1)
{
	margin-right: 0;
}

div.reportFooter div.reportFooterBtn
{
	border-top: 20px solid #EFEFEF;
	border-right: 22px solid #EFEFEF;
	border-bottom: 20px solid #EFEFEF;
	border-left: 22px solid #EFEFEF;
	margin: 20px auto;
	padding: 15px 0 40px;
}


div.reportFooter div.reportFooterBtn h3
{
	font-size:14px;
	font-size:0.875rem;
	font-weight: 700;
	color: #D0121B;
	text-align: center;
	margin-bottom: 30px;
}

div.reportFooter div.reportFooterBtn p
{
	font-size:14px;
	font-size:0.875rem;
	font-weight: 700;
	text-align: center;
}

div.reportFooter div.reportFooterBtn p a
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E60012;
	padding: 20px 60px 20px 15px;
	color: #FFF;
	text-decoration: none;
	position: relative;
}

div.reportFooter div.reportFooterBtn p a:after
{
	content: url(../images/arrow_01.png);
	padding-left: 40px;
	position: absolute;
	height: 17px;
	width: 17px;
	top: 36%;
	right: 14px;
}

div.reportFooter div.reportFooterBtn p a:hover
{
	opacity: 0.8;
	\zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}





/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

div.reportFooter
{
	display: none;
}

}
/*--------------------------------------------------
 Clearfix
----------------------------------------------------*/

div.report:after,
div.report div.reportHeader div.reportHeaderProf:after,
div.report div.reportOutline dl:after,
div.report div.reportSide div.reportSideProf div.reportSideProfMain:after,
div.report div.reportSide div.reportSideTag ul:after,
div.reportFooter div.reportFooterTag ul:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
