@charset "utf-8";
/**************************
property reset,tool
**************************/

* {
  marg: 0;
  padding: 0;
  line-height: 100%;
  box-sizing: border-box;
}
ul, li {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul li img {
  vertical-align: bottom;
}
table, th, td {
  border: none;
}
form {
  display: inline;
}
br.clear, p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
}
#contents p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 1em 0;
}
.clear {
  clear: both;
}
.skipmenu {
  position: absolute;
  right: 0pt;
  top: -10em;
}
a {
  overflow: hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1; /* for IE6/7 */
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
table, table th, table td {
	border-collapse: collapse;
}
.overflow {
	overflow: hidden;
}
.relative {
	position: relative;
}


body {
  font-family: "Rounded Mplus 1c", "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding: 0;
  text-align: center;
  min-width: 1000px;
}
body * {
	box-sizing: border-box;
}

header {
	background: #791336;
	height: 70px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#headerWrap {
	width: 1000px;
	height: 70px;
	display: table;
	margin: 0 auto;
	position: relative;
}
#siteID {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#toiawase {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#toiawase a,
#kaigo a {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 4px 12px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#kaigo {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 100px;
	width: 355px;
}
#qrCode {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#qrCode img {
	border: 1px solid #791336;
}

#contentsWrap {
	width: 1000px;
	margin: 70px auto 110px;
	text-align: left;
}

#toggle {
  display: none;
}
nav {
	position: fixed;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
  width:250px;
  background: #E7E7E7;
  overflow-y: auto;
}
#menu {
	font-weight: 500;
	margin-bottom: 100px;
}
#menu li {
	text-align: left;
	font-size: 16px;
	border-bottom: 2px dotted #FFF;
}
#menu li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 18px 10px 19px 34px;
}
#menu li a:hover,
#menu li a.active {
	background: url(images/hoverImg.png) no-repeat 10px center #f3dfe6;
}


footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	background: #791336;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 80%;
}


article {
	padding: 30px 40px 30px 300px;
	min-height: 600px;
}

#contents * {
  line-height: 150%;
}

article h1 {
  border: 1px solid #ECCED8;
  border-radius: 10px;
  background: url(images/h1Back.png) no-repeat right bottom #FFF;
  padding: 20px 20px 20px 30px;
  margin-bottom: 30px;
  font-size: 24px;
}

#contents h2 {
	font-size:110%;
	color: #A90A40;
	margin:0 0 15px;
  padding: 20px 10px 20px 60px;
  background: url(images/h2Back.png) no-repeat left center;
}
#contents h3 {
	font-size:110%;
	margin:30px 0 20px;
	font-weight: bold;
	border-bottom: 2px dotted #CCC;
}
#contents h4 {
	color: #A90A40;
	font-size:100%;
	margin:0 0 10px;
}
#contents h5 {
	font-size:95%;
	color:#333;
	margin:0 0 10px;
}
#contents h6 {
  font-size: 95%;
  color: #333;
  margin: 0 0 10px;
}
#contents p {
	font-size:95%;
	line-height:150%;
	margin:0 0 15px;
}

#contents ul {
	margin:0 0 20px 20px;
}

#contents ul li {
	background:url(images/liStandard.png) no-repeat left 6px;
	padding-left:17px;
}

#contents ol {
	margin:0 0 20px 30px;
}

#contents ol li {
	list-style-type:decimal;
	margin-left:0.5em;
}

#contents ol.alpha li {
	list-style-type:lower-alpha;
}

#contents li {
	margin:0 auto 5px;
	line-height:150%;
	font-size:90%;
}

#contents ul li ul {
	margin:5px 0;
	font-size:110%;
}

#contents ul li ul li {
	background:url(images/liRound.png) no-repeat left 7px;
}

#contents ol li ul {
	margin:10px 0;
	font-size:110%;
}

#contents ol li ul li {
	list-style-type:none;
	background:url(images/liRound.png) no-repeat left 6px;
}

#contents dl {
	margin-left:20px;
	font-size:90%;
}
#contents dt {
	font-weight:bold;
}
#contents dd {
	margin:10px 0 30px 1em;
	line-height:150%;
}

hr {
	border:dotted #999;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:8px 0 16px;
	clear:both;
}

#contents table {
	max-width: 100%;
	margin:0 0 20px;
	border-collapse:collapse;
	border:1px solid #999;
	empty-cells:show ;
	font-size:90%;
}

#contents caption {
	font-size:105%;
	color:#000;
	text-align:left;
	margin-bottom:5px;
}

#contents td,
#contents th {
	border:1px solid #999;
	padding:5px 10px;
	vertical-align:top;
	line-height:130%;
}

#contents th {
	color:#000;
	background:#F8F8F8;
	text-align:left;
}

#contents th p,
#contents td p {
	margin:0;
	padding:0;
	font-size:100%;
  text-align: left;
}

#contents td ul {
	margin:0;
	padding:0;
	font-size:110%;
}

#contents td ol {
	margin:0 0 0 15px;
	padding:0;
	font-size:110%;
}

#contents th.thCenter {
	text-align:center;
}

#contents th.thRignt {
	text-align:right;
}

#contents table td.vMiddle {
	vertical-align:middle;
}

#contents blockquote {
	color:#333;
	margin:10px 0 10px 40px;
	line-height:150%;
	font-size:90%;
	font-style:italic;
}

.otoiawase {
	border:1px solid #E700DF;
  border-radius: 10px;
	padding:5px 5px 10px;
	margin: 50px 0 15px;
}

#contents .otoiawase  h2 {
	background:#FFEBF9;
  color: #91258D;
	font-size:94%;
	padding:5px 15px;
	margin: 4px 4px 15px;
  border-radius: 0;
}
#contents .otoiawase p {
	margin:0 10px 10px 20px;
	font-size:90%;
}
#contents .otoiawase p img {
	vertical-align:middle;
}
#contents .otoiawase ul {
	margin:10px 30px;
}

#contents #searchResult table {
	margin:0;
}

#contents form table th,
#contents form table td {
	padding:10px;
}



.dottedLine {
	border:dotted 2px #999;
	padding:10px 30px;
}
.kakomiSingle {
	margin:0 0 20px;
	border:1px #CCC solid;
	padding:10px 10px 0;
}
.kakomiDouble {
  margin:0 0 20px;
  border:3px #CCC double;
  padding:10px 10px 0;
}
#contents .kakomiSingle h2,
#contents .kakomiDouble h2 {
	background:#F5F4F2;
	padding:4px 15px;
	font-size:100%;
	font-weight:normal;
	margin-bottom: 10px;
  color: #001F3B;
  border-radius: 0;
}
#contents .kakomiSingle p,
#contents .kakomiDouble p {
	margin:0 10px 15px;
}

.textRight {text-align:right;}
.textCenter {text-align:center;}
#contents p.textRight {text-align:right;}
#contents p.textCenter {text-align:center;}

.textRed {color:red;}
.textPurple {color:#6A5ACD;}
.textGreen {color:#00827D;}
.textGray {color:#999;}
.textGraySmall {color:#999; font-size:80%;}
.textSmall {font-size:80%;}
.textSmall2 {font-size:70%;}
.textStandard {font-size:90%;}
.textSmallRight {font-size:84%; text-align:right;}
.textBackBlue {color:#FFF; background-color:#036; padding:2px 5px;}
.textLarge {font-size:110%;}

#contents .textRed {color:red;}
#contents .textPurple {color:#6A5ACD;}
#contents .textGreen {color:#00827D;}
#contents .textGray {color:#999;}
#contents .textGraySmall {color:#999; font-size:80%;}
#contents .textSmall {font-size:80%;}
#contents .textSmall2 {font-size:70%;}
#contents .textStandard {font-size:90%;}
#contents .textSmallRight {font-size:84%; text-align:right;}
#contents .textBackBlue {color:#FFF; background-color:#036; padding:2px 5px;}
#contents .textLarge {font-size:110%;}



#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border:none;
	padding:0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border:none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding:10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	border:none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	padding:20px;
}
a.pdfLink {
	padding:5px 0 5px 20px;
	background:url(images/pdf.png) no-repeat left 5px;
}
a.wordLink {
	padding:5px 0 5px 22px;
	background:url(images/word.png) no-repeat left 5px;
}
a.excelLink {
	padding:5px 0 5px 22px;
	background:url(images/excel.png) no-repeat left 5px;
}
#contents ul li.pdfLink {
	padding:5px 0 5px 25px;
	background:url(images/pdf.png) no-repeat left 5px;
}
#contents p.comment1 {
	background:url(images/diamonds.gif) no-repeat left 3px;
	padding-left:20px;
}
#contents p.comment2 {
	text-indent:-1em;
	margin-left:2em;
}

.arrowRight {
	background:url(images/arrowRight.gif) no-repeat left center;
	padding-left:20px;
}
.arrowRight2 {
	background:url(images/arrowRight.gif) no-repeat left 7px;
	padding-left:20px;
}

#contents .indexMenu {
	margin:0 0 50px;
}
#contents .indexMenu ul {
	margin: 0;
}
#contents .indexMenu ul li {
  width: 100%;
  background: none;
  padding: 0;
}
#contents .indexMenu ul li a,
#contents .indexMenu2 ul li a,
#contents .indexMenu2w ul li a {
	border-left: 6px solid #D846B7;
	border-radius: 6px;
	display: block;
	padding: 15px 20px 15px 30px;
  margin: 0 10px 10px;
	background: #FFECFB;
}
#contents .indexMenu ul li a:hover,
#contents .indexMenu2 ul li a:hover {
  background: #FFE7F9;
}

#contents .indexMenu2,
#contents .indexMenu2w {
	overflow: hidden;
	margin:0 0 50px;
}
#contents .indexMenu2 ul,
#contents .indexMenu2w ul {
	margin: 0;
}
#contents .indexMenu2 ul li,
#contents .indexMenu2w ul li {
  width: 50%;
  float: left;
  background: none;
  padding: 0;
}
#contents .indexMenu2w ul li a {
  background: url(images/liStandard.png) no-repeat 10px center #FFF;
  border: 1px solid #CCC;
}
#contents .indexMenu2w ul li a:hover {
  background: url(images/liStandard.png) no-repeat 10px center #fff1fb;
}


.linkBox {
	background:#F5F4F2;
	padding:20px 20px 15px;
	margin:20px 0;
}
#contents .linkBox p {
	background:url(images/linkBoxBack.gif) no-repeat right center #FFF;
	border:1px solid #CCC;
	padding:8px 20px;
	margin:0 0 5px;
}
#contents .linkBox p a {
	display:block;
}

#contents #siteResult table,
#contents #siteResult th,
#contents #siteResult td {
	border:none;
  margin: 0;
}


.photoAreaL {
	float:left;
	margin:0 20px 30px 0;
}
.photoAreaR {
	float:right;
	margin:0 0 30px 20px;
}
#contents .photoAreaL p, #contents .photoAreaR p {
	margin:0;
	padding:5px;
	background:#EEE;
	font-size:80%;
	line-height:120%;
	color:#333;
}
#contents p.marginZero {
	margin:0;
	padding:1px;
}
#contents p.marginZero img {
	border:4px solid #FFF;
}
#contents p.imgLeft {
	float:left;
	margin-right:20px;
}
#contents p.imgRight {
	float:right;
	margin-left:20px;
}

#infoArea  {
	border: 1px solid #CCC;
	padding: 5px;
}
#infoArea h2 {
	background: #ECCED8;
	padding: 4px 20px;
}
#infoArea ul li {
	padding: 6px 10px 6px 20px;
	background: url(images/liStandard.png) no-repeat left 10px;
	border-bottom: 1px dotted #CCC;
}






@media screen and (max-width:479px) {
  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pcShow {
    display: none !important;
  }
}
