@charset "UTF-8";
html{font-size:100%;}  /*PCサイズ16px*/
#main .midashi h1 {
}
#main .midashi h1 {
}


@media screen and (min-width:768px) and (max-width:991px){
#contents #main .midashi {
}
#contents #main .midashi {
}






}/*タブレットサイズ14px*/
@media screen and (max-width:767px){html{font-size:75%;}}  /*スマホサイズ12px*/
body {
  color: #444;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}a:visited {
	color: rgb(0, 0, 144);
}
a:active {
	color: rgb(192, 113, 0);
}
#header {
	margin: 0px auto;
	width: 100%;
}


#container {
	margin: 0px auto;
	width: 100%;
	text-decoration: none;

}
/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main div.pageTitle {
padding: 7px 10px; /* 見出しエリアのパディング（上下、左右） */
background: #4d4d4d  repeat-x top;/* 見出しエリアの背景 */
}

#dropmenu {
	list-style-type: none;
	width: 100%;
	height: 40px;
	margin: 0px auto 5px;
	padding: 0;
	border-radius: 3px 3px 0 0;
	background-color: #0066FF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#dropmenu li {
	position: relative;
	width: 16.6%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
#dropmenu .active {
	background-color: #D9E5FF;
}
#dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 5px;
	left: -69px;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-color: rgba(0,102,255,0.8);
}
#dropmenu li:hover > a{
	background: #D9E5FF;
	color: #03F;
}
#dropmenu > li:hover > a{
	border-radius: 3px 3px 0 0;
	color: #06F;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


.update {
	padding-bottom: 15px; /* セクションの下パディング */
	border: 1px #c0c0c0 solid; /* セクションの境界線 */
	margin: 0px 0px 15px 5px;
	width: 575px;
	height: 180px;
	overflow-y: auto;
}

#header ol.topicPath {
	margin: 0px;
	border-bottom-color: rgb(192, 192, 192);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	list-style-type: none;
}
#header ol.topicPath li {
	display: inline;
}
#header ol.topicPath li a {
	padding-right: 12px;
}

/* --- コンテンツ --- */
#contents {
	width: 1080px;
	text-decoration: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
	margin: auto;
	line-height: 1.5;
}
/* 見出しエリア */

#main {
	margin: auto;
	color: #333;
	border-color: #999;
}
#main .section {
	margin: 10px 0px 20px 0px;
	font-size: 16px;
	line-height: 2;
	width: auto;
	height: auto;
}
#main .section ul {
	line-height: 2em;
	padding-left: 40px;
}
#main .section li {
	margin-left: 1em;

	}
#main .section p {
	color: #000;
	line-height: 1.5;
}

#main .midashi{
	border: solid 1px #ddd;
	padding: 2px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px; /* FF */
	background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
	-webkit-border-radius: 5px;/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
	-pie-background: linear-gradient(top,  #fff,  #eee); /* ie */
	behavior: url(PIE.htc);
	width: auto;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#contents #main .midashi {
    color: rgba(0,0,0,1.00);
}

#main .midashi h1  {
    margin: 0;
    font-size: 130%;
    color: #0471E2;
    line-height: 100%;
    border-left: 5px solid rgba(2,114,230,1.00);
    border-bottom: none;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    behavior: url(PIE.htc);
}


#main .midashi h2  {
    margin: 0px 0px 0px 5px;
    font-size: 16px;
    color: rgba(4,113,226,1.00);
    line-height: 13px;
    width: 550px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    behavior: url(PIE.htc);
    border-left-width: 5px;
    border-bottom-style: none;
    border-left-style: solid;
    border-left-color: rgb(255,51,0);
}
#main div.section {
	margin: 0 auto;
	font-size: 14px;
	width: 95%;
	
}
#main div.normal div.heading {
	margin: 0px 0px 1em;
	padding: 5px 5px 5px 0px;
	border: 1px solid rgb(192, 192, 192);
	width: auto;
	background-color: rgb(255,255,255);
}

.comment {
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px;
	line-height: 1.5;
	width: 95%;
}

#main div.section {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-size: medium;
	width: 85%;
	
}
#main div.normal div.heading {
	padding: 5px 5px 5px 0px;
	border: 1px solid rgb(192, 192, 192);
	width: auto;
	background-color: rgb(255,255,255);
}
#main div.normal div.heading h2 {
	margin: 0px 0px 0px 10px;
	line-height: 100%;
	font-size: large;
	color: #0471E2;
}

#main div.normal div.heading ul {
	margin: 0px 0px 1em;
	padding: 5px 5px 5px 0px;
	border: 1px solid rgb(192, 192, 192);
	width: auto;
	background-color: rgb(255,255,255);
}
#main div.heading ul li {
	margin: 0px 0px 1em;
	padding: 5px 5px 5px 0px;
	line-height: 1.5;
}

#main div.normal div.text {
	margin: 0px 20px; padding: 0px 10px 0px 20px; line-height: 2;
}
#main div.normal p {


}


.entry {
	width: 150px;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 5px;
	margin: auto;
	background-image: -moz-linear-gradient(
    top,
    #ffa035 0%,
    #ff8300);
	background-image: -webkit-gradient(
    linear,left top,left bottom,
    from(#ffa035),
    to(#ff8300));
	line-height: 1
	
	;
	float: left;
}
.entry a {
	padding: 8px 2px;
	color: rgb(255, 255, 255);
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.entry a:hover {
	color: rgb(255, 51, 0);
	margin-left: 0px;
	background-color: rgb(255, 204, 153);
}


#footer {
	padding: 10px 0px 5px;
	width: 100%;
	clear: left;
	border-top-color: rgb(192, 192, 192);
	border-top-width: 1px;
	border-top-style: solid;
	font-size: medium;
	margin-right: aoto 0;
	margin-left: aoto 0;
}
#footer ul.nl {
	margin: 0px 0px 5px; padding: 0px; text-align: center; list-style-type: none;
}
#footer ul.nl li {
	padding: 0px 4px 0px 8px;
	display: inline;
}
#footer ul.nl li.first {
	background-image: none;
}
#footer ul.guide {
	margin: 0px 0px 15px;
}
#footer address {
	text-align: center; line-height: 140%; font-style: normal;
}

.clearFix::after {
	height: 0px; clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}
.clearFix {
	min-height: 1px;
}
