@charset "utf-8";

* {
	box-sizing							: border-box;
}
html,body {
	height								: 100%;
}
body {
	font-family							: verdana,Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size							: 13px;
	*font-size							: small;
	*font								: x-small;
	text-align							: center;
	margin								: 0;
	padding								: 0;
}
h1,
h2,
h3 {
	font-weight							: normal;
	margin								: 0;
	padding								: 0;
}
a:link,
a:hover,
a:visited,
a:active {
	color								: #333;
	text-decoration						: none;
}
a:hover {
	text-decoration						: underline;
}
.attent {
	font-size							: 85%;
}

/* フロート解除 */
.clearfix:before,
.clearfix:after {
	content								: " ";
	display								: table;
}
.clearfix:after {
	clear								: both;
}
.clearfix {
	*zoom								: 1;
}

/*
 共通
----------------------------------------------------------------------*/

#container {
	width								: 100%;
	height								: auto !important;	/* IE6対策 */
	height								: 100%;				/* IE6対策 */
	min-height							: 100%;
	background-color					: #FFF;
	position							: relative;
}

#contents {
	padding-bottom						: 40px;				/* フッターの高さと同じ */
}
#footer {
	height								: 40px;
	position							: absolute;
	bottom								: 0;
}

/*
 ヘッダー
----------------------------------------------------------------------*/

#header {
	text-align							: center;
	line-height							: 1.1;
	width								: 100%;
	padding								: 1.5em 0;
	background							: #fff;
	background							: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background							: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 38%, #f2f2f2 100%);
	background							: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(38%,#ffffff), color-stop(100%,#f2f2f2));
	background							: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#f2f2f2 100%);
	background							: -o-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#f2f2f2 100%);
	background							: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 38%,#f2f2f2 100%);
	background							: linear-gradient(to bottom,  #ffffff 0%,#ffffff 38%,#f2f2f2 100%);
	filter								: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	border-bottom						: 3px solid #9d2428;
	-webkit-box-shadow					: 0px 8px 5px -5px rgba(50, 50, 50, 0.4);
	-moz-box-shadow						: 0px 8px 5px -5px rgba(50, 50, 50, 0.4);
	box-shadow							: 0px 8px 5px -5px rgba(50, 50, 50, 0.4);
}
#header h1 {
}
#header h1 span {
	display								: block;
}
#header h1 span.ttl {
	font-size							: 130%;
}
#header h1 span.ttl:last-child {
	margin-bottom						: .2em;
}

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

	#header {
		padding								: 3em 0 2em;
	}

	#header h1 span {
		display								: inline;
	}
	#header h1 span.ttl {
		font-size							: 100%;
	}
}

/*
 コンテンツ テンプレート
----------------------------------------------------------------------*/

#contents {
	text-align							: center;
	width								: 80%;
	padding								: 1.0em 1.5em;
	margin								: 2em auto 80px;
	-webkit-border-radius				: 5px;
	-moz-border-radius					: 5px;
	border-radius						: 5px;
	-webkit-box-shadow					: rgba( 113, 135, 164, 0.4 ) 0px 0px 2px 2px;
	-moz-box-shadow						: rgba( 113, 135, 164, 0.4 ) 0px 0px 2px 2px;
	box-shadow							: rgba( 113, 135, 164, 0.4 ) 0px 0px 2px 2px;
	background-color					: #FFF;
	display								: inline-block;
}

#contents ul.template {
	width								: 100%;
	padding								: 0;
	margin								: 0 0 1.5em 0;
	list-style							: none;
	display								: block;
}
#contents ul.template:after {
	content								: "";
	clear								: both;
	display								: block;
}
#contents ul.template > li {
	white-space							: nowrap;
	width								: 50%;
	padding								: 12px 10px;
	float								: left;
}
#contents ul.template > li:after {
	content								: "";
	clear								: both;
	display								: table;
}
#contents ul.template > li.pcbr {
	clear								: none;
}
#contents ul > li.spbr {
	clear								: left;
}
#contents ul > li.spbr:before {
	clear								: both;
}

#contents ul.template > li > a {
	text-decoration						: none;
	width								: 100%;
	display								: inline-block;
}

#contents ul.template > li > a > span.dl {
	width								: 100%;
	display								: block;
	position							: relative;
}

#contents ul.template > li > a > span.dl:after {
	content								: url( "../image/PowerPoint_icon.png" );
	position							: absolute;
	top									: 5px;
	right								: 5px;
}

#contents ul.template > li > a > span.dl > img {
	width								: 100%;
	-o-transition						: all 0.3s ease-in-out;
	-webkit-transition					: all 0.3s ease-in-out;
	-moz-transition						: all 0.3s ease-in-out;
	-ms-transition						: all 0.3s ease-in-out;
	transition							: all 0.3s ease-in-out;
	-webkit-box-shadow					: 0px 0px 5px 2px rgba( 50, 50, 50, 0.4 );
	-moz-box-shadow						: 0px 0px 5px 2px rgba( 50, 50, 50, 0.4 );
	box-shadow							: 0px 0px 5px 2px rgba( 50, 50, 50, 0.4 );
}

#contents ul.template > li > a > span.str {
	font-weight							: bold;
	line-height							: 1.2;
	padding								: .2em 0 .5em;
	-webkit-border-radius				: 3px;
	-moz-border-radius					: 3px;
	border-radius						: 3px;
	-o-transition						: all 0.3s ease-in-out;
	-webkit-transition					: all 0.3s ease-in-out;
	-moz-transition						: all 0.3s ease-in-out;
	-ms-transition						: all 0.3s ease-in-out;
	transition							: all 0.3s ease-in-out;
	display								: block;
}

#contents ul.template > li > a:hover > span.dl > img {
	opacity								: .65;
	sszoom								: 1.05;
	-webkit-transform					: scale( 1.1, 1.1 ) translate( 0, 0 );
	-moz-transform						: scale( 1.1, 1.1 ) translate( 0, 0 );
	-ms-transform						: scale( 1.1 );
	transform							: scale( 1.1, 1.1 ) translate( 0, 0 );
	border								: 1px solid #fff;
}
#contents ul.template > li > a:hover > span.str {
	color								: #fff;
	background-color					: #9d2428;
}

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

	#contents ul.template > li {
		width								: 33.3%;
		padding								: 14px 30px;
	}
	#contents ul.template > li.pcbr {
		clear								: both;
	}
	#contents ul.template > li.spbr {
		clear								: none;
	}

	#contents ul.template > li > a > span.dl > img {
		-webkit-box-shadow					: 0px 0px 16px 2px rgba( 50, 50, 50, 0.4 );
		-moz-box-shadow						: 0px 0px 16px 2px rgba( 50, 50, 50, 0.4 );
		box-shadow							: 0px 0px 16px 2px rgba( 50, 50, 50, 0.4 );
	}
}

/*
 コンテンツ 注釈
----------------------------------------------------------------------*/

hr {
	height								: 10px;
	border								: none;
	border-bottom						: #966 dotted 1px;
	margin								: 0 15px 2.5em;
}

#contents ul.annotation {
	font-size							: 120%;
	padding								: 0;
	margin								: 0 30px 2em;
	list-style							: none;
	display								: block;
}
#contents ul.annotation > li {
	text-align							: left;
	margin-bottom						: .5em;
}
#contents ul.annotation > li:before {
	content								: url( "../image/arrow.png" );
	margin-left							: -14px;
	padding-top							: 2px;
	padding-right						: 5px;
	float								: left;
}
#contents ul.annotation > li a:after {
	content								: url( "../image/pdf.gif" );
}
#contents ul.annotation > li a:link,
#contents ul.annotation > li a:hover,
#contents ul.annotation > li a:visited,
#contents ul.annotation > li a:active {
	color								: #416497;
	text-decoration						: none;
}
#contents ul.annotation > li a:link:hover {
	text-decoration						: underline;
}

#contents ul.annotation > li > div {
	font-weight							: bold;
}

#contents ul.annotation > li > ol {
	margin-top							: .5em;
}
#contents ul.annotation > li > ol > li {
	margin-bottom						: .5em;
}

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

	hr {
		margin								: 0 25px 2.5em;
	}

	#contents ul.annotation {
		margin								: 0 40px 2em;
	}
}

/*
 フッター
----------------------------------------------------------------------*/
#footer {
	width								: 100%;
	border-top							: 2px solid #fff;
	-webkit-box-shadow					: 0px -8px 5px -5px rgba(50, 50, 50, 0.4);
	-moz-box-shadow						: 0px -8px 5px -5px rgba(50, 50, 50, 0.4);
	box-shadow							: 0px -8px 5px -5px rgba(50, 50, 50, 0.4);
	background-color					: #9d2428;
}
#footer span {
	color								: #fff;
	font-size							: 90%;
	line-height							: 38px;
	height								: 38px;
	display								: inline-block;
}
