@charset "UTF-8";
/* CSS Document */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
 }

div:after,p:after,ul:after {
  content: ""; 
  display: block; 
  clear: both;
}

img{vertical-align: bottom;}

p{margin: 0;}

a:hover{text-decoration: none;}

em{
	margin-right: 2px;
}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}

.align-right{text-align: right;}

body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	    background: url(../img/bg_grad.jpg) repeat-x #ffffff;
}

#cntwrap {
    width: 1024px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.wrap{
	width: 980px;
	margin: 0 auto;
}

#header_wrap{
	background-color: #797979;
}

#header {
	width: 1024px;
	height: 62px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	border-top: 2px solid #da488c;
}
#header .hidetitles{
	display: none;
}
#header .imgtitles {
	margin: 0;
	padding: 12px 0 0 20px;
	float: left;
}

#header .imgtitles a:hover{
	text-decoration: none;
filter:alpha(opacity=80); /* IE 6,7*/
-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
-moz-opacity:0.8; /* FF , Netscape */
-khtml-opacity: 0.8; /* Safari 1.x */
opacity:0.8;
zoom:1; /*IE*/
}




#header .imgtitles h1{
	margin: 0;
	line-height: 1;
}

#header_main{
	background-color: #742b9c;
	padding: 20px 25px;
	color: #fff;
}

#header_main h2{
	margin: 0;
}

#header_main a{
	display: block;
	color: #fff;
	text-decoration: none;
}

#header_main a:hover{
	text-decoration: none;
filter:alpha(opacity=80); /* IE 6,7*/
-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
-moz-opacity:0.8; /* FF , Netscape */
-khtml-opacity: 0.8; /* Safari 1.x */
opacity:0.8;
zoom:1; /*IE*/
}

#header_main .kai{
	display: block;
	font-size: 16px;
}

#header_main .title{
	display: block;
	font-size: 24px;
}

#header_main .date{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
}

#main{
	background-color: #fff;
	padding: 40px;
}

#main h3{
	font-size: 20px;
	border-bottom: 1px solid #742b9c;
	color: #742b9c;
	margin-top: 0;
	padding-bottom: 8px;
}

h4{
	font-size: 18px;
}

h4::before{
	content: "■";
	display: inline-block;
	margin-right: 8px;
	color: #742b9c;
	font-size: 18px;
}

#main .row{
	margin-left: -8px;
	margin-right: -8px;
}

#main .doc_list{
	list-style: none;
	padding: 0; 
	margin-bottom: 40px;
}

#main .doc_list.row{
	margin-left: -0.5%;
	margin-right: -0.5%;
}

#main .doc_list li{
	width: 19%;
	float: left;
	margin: 0 0.5%;
	padding: 8px;
}

#main .doc_list li:first-child{
	background-color: #F7F1FF;
}

#main .doc_list li img{
	width: 100%;
}

#main .doc_list li .name{
	font-size: 16px;
	font-weight: bold;
	margin:10px 0 5px;
}

#main .doc_list li p{
	font-size:14px;
	margin: 5px 0;
}

.contentsMenuBlock .link{
	display: block;
	background-color: #efefef;
	padding: 8px 8px 4px 8px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.contentsMenuBlock .link,
.contentsMenuBlock .link::before,
.contentsMenuBlock .link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contentsMenuBlock .link:before{
	content: "";
	display: inline-block;
	background:#742b9c url(../img/ico_arrow.png) center center no-repeat;
	width: 18px;
	height: 44px;
}

.contentsMenuBlock .link span{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.contentsMenuBlock .link:hover{
	background-color: #742b9c;
	color: #fff;
}
#contentsMenu ul {
margin: 4px 0 40px 0;
padding: 0 0 0 20px;
list-style-type: none;
}

#contentsMenu ul li {
margin: 0;
padding: 5px 0 5px 16px;
font-size: 14px;
line-height: 26px;
}

#contentsMenu ul li:before {
	content: "-";
}

/* foot */
#footwrap {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	background: #E7E7E7;
}
#footwrap_in {
	width: 980px;
	margin: 0 auto;
}
#footwrap_sp {
	display: none;
}
#footwrap a:link {
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Verdana", sans-serif;
	vertical-align:baseline;

	margin: 0;
	padding: 0 0 0 2px; 
}
#footwrap a:visited {
	color: #000;
	text-decoration: none;
	font-size:11px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Verdana", sans-serif;
	vertical-align:baseline;

	margin: 0;
	padding: 0 0 0 2px; 
}
#footwrap a:active {
	color: #000;
	text-decoration: none;
	font-size:11px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Verdana", sans-serif;
	vertical-align:baseline;

	margin: 0;
	padding: 0 0 0 2px; 
}
#footwrap a:hover {
	color: #FFB900;
	text-decoration: underline;
	font-size:11px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Verdana", sans-serif;
	vertical-align:baseline;

	margin: 0;
	padding: 0 0 0 2px; 
}
#footwrap ul.menulist{
	margin: 0;
	padding: 18px 0 0 0;
	list-style: none;
	font-size: 0;
}
#footwrap  li.footmenu {
	display: inline;
	list-style: none;
	font-size: 12px;
	line-height: 140%;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	padding: 0 0 0 10px;
}
#footwrapprint {
	display: none;
	margin: 0;
	padding: 10px 0;
}
.footwrapprintL {
	float: left;
	margin: 0;
	padding: 0;
}
.footwrapprintR {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

a.pagetop{
	display: block;
  margin: 10px 0 !important;
}

.FL0 {
    float: left;
    margin: 0;
    padding: 0;
}

.FR0 {
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
}

address {
    margin: 0;
    padding: 2px 0 0 0;
    font-size: 11px;
    line-height: 140%;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
}


/*--------------------------------------

Page01

---------------------------------------*/


#contentsBox{
	    font-size: 16px;
	margin-bottom: 40px;
}

.picLeft {
	width: 26%;
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
}

#contentsBox #primary {
	float: left;
	width: 70%;
    padding-left: 0;
    padding-right: 0;
    line-height: 2;
}

#contentsBox #primary > p{
	margin: 0 0 20px 0;
}

#contentsBox #primary > p:after {
  content: none; 
  display: block; 
  clear: both;
}

#contentsBox #primary.full{
	width: 100%;
}

#contentsBox .second{
	width: 26%;
	float: right;
	margin-left: 4%;
}

.shikai {
    font-weight: bold;
    color: #000000;
}

.group1{
font-weight:bold;
color:#9f0858;
}

.group2{
font-weight:bold;
color:#1b8883;
}

.group3{
font-weight:bold;
color:#52951C;
}

.group4{
font-weight:bold;
color:#6633CC;
}

.group5{
font-weight:bold;
color:#CC6600;
}

.pagenation {
	position: relative;
	width: 100%;
	height: 46px;
	list-style: none;
}
.pagenation, .pagenation li a, .pagenation li.next a:after, .pagenation li.prev a:before {
	height: 46px;
	line-height: 46px;
}
.pagenation li {
	position: absolute;
	top: 0;
	width: 32%;
}
.pagenation li.next {
	right: 0;
}
.pagenation li.prev {
	left: 0;
}
.pagenation li.back {
	left: 50%;
	margin-left: -16%;
	width: 32%;
}
.pagenation li a {
	text-align: center;
	display: block;
	border: solid 1px #ccc;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	text-decoration: none;
	color: #333;
	background-color: #f5f5f5;
}
.pagenation li a:hover {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	background-color: #742b9c;
}
.pagenation li.next a:after,  .pagenation li.prev a:before {
	position: absolute;
	content: " ";
	top: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0;
	border-top: 1px solid #742b9c;
	border-right: 1px solid #742b9c;
}
.pagenation li.next a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
}
.pagenation li.prev a:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 20px;
}
.pagenation li.next a:hover:after,  .pagenation li.prev a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

a.btnBack{
	position: relative;
	padding-left: 10px;
	font-size: 14px;
}
a.btnBack:before {
	position: absolute;
	content: " ";
	top: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	border-top: 1px solid #742b9c;
	border-right: 1px solid #742b9c;
}
a.btnBack:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 0px;
}

.zu_in {
    padding: 5px;
    border: 1px solid #AEAEAE;
    text-align: center;
	margin: 10px 0;
}

.zu_in .cap{
	margin: 5px 0;
	line-height: 1;
}
