@charset "UTF-8";
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }



html {height: 100%;
font-family:
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-size: 90%;
}

body {
	
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-print-color-adjust: exact;
}


a img { 
	border: none;
}


a:link {
	color:#000;
	text-decoration: none; 
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


a.overwhite:hover {
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}

h5 {
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.4em;
	font-size:1.1em;
}


.container {
	width: 100%;
	min-width: 1000px;
	background-color: #FFF;
	position: relative;	
	display: block;
	
	
}

.container:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

.header {
	background-color: #FFF;
	height: 80px;
	position: relative;	
	
}


.language_box {
	display: table;
	position:absolute;
	bottom:5px;
	right:0px;
	margin-right: 20px;
}


.ico_en,
.ico_jp,
.header_navi {
	display:table-cell;

}

.ico_en {
	padding-right: 15px;
}

.header_navi{
	text-align: right;
	padding: 0.2em 0;
	margin-bottom: 10px;
	padding-right: 15px;
}

.header_navi:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

.header_navi ul{
	float: right;
	margin-right: 1em;
}

.header_navi li{
	float:left;
	padding-left: 1em;
}

.index_cover{
	background-image: url(../img/cover_bg.png)!important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	
}

.navi{
	background-color:#f5f4f5;
	text-align: center;
	padding: 1em 0;
}

.navi:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

.navi li{
	width: 23%;
	display: inline-block;
	border-left: 1px solid #717071;
	line-height: 1em;
	font-size: 100%;	
}

.navi li.navilast{
	border-right: 1px solid #717071;
}

.content {
	padding: 0px 0;	
	width: 100%;
	display: block;
	

}

.content:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

.index_cover ul, { 
	padding: 20px 0px 20px 0px;
}


.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }

.pages {
	width: 960px;
	margin: 20px auto 0px;
	display: table;
	
}

.pages:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}


.side_navi {
	width: 160px;
	background-color: #e6e5e5;
	padding: 10px;
	display: table-cell;
	overflow: hidden;
	
}



body > .side_navi {
	height: auto;
}

.side_navi li{
	list-style: inside disc;
	padding: 1.5em;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #fff;
}

.side_navi li.top{ border-top: none; }
.side_navi li.last{ border-bottom: none; }

.maincontent {
	width: 760px;
	display: table-cell;

}

body > .maincontent {
	height: auto;
}


.footer_box {

	background-color: #f6f5f4;
	padding: 3em 0;
	display: block;
}

.footer {
	width: 1000px;
	margin: 0 auto;
	display: block;
}

.footerlist {
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
}

/* ハックでIE6,7のみに適用 */
html*.footerlist {
	display: inline;
	zoom: 1;
}

.footerlist li{
	padding: 0.2em;
	font-size: 90%;
}

.footer110{
	width: 110px;
}



.title {
	width: 100%;
	display: table;
	
}
.title tr{
	background-color: #717071;
	border-bottom: 1px solid #717071;
	color: #FFF;
}

.title th{
	padding:0.5em;
	text-align: center;
	white-space: nowrap;
    width: 100px;
}

.title .td{
	background-color: #FFF;
}


.maincontent .section {
	width: 680px;
	padding: 20px 40px;
}

.maincontent .section a:link {
	color: #973D64;
}

.maincontent .section a:visited {
	color: #973D64;
}

.maincontent .greeting {
	width: 680px;
	padding: 20px 40px;
}

.maincontent .link {
	width: 680px;
	padding: 20px 40px;
}

.maincontent .section p {
	line-height:2em;
	text-indent: 1em;
	margin: 10px 0px 40px 0px;
	text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
display: inline-block;
}



.maincontent .greeting p {
	line-height:2em;
	text-indent: 1em;
	margin: 10px 0px 20px 0px;
	text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
display: inline-block;
}

.maincontent .group {
	width: 680px;
	padding: 20px 20px;
	display: block;
	min-height:3600px;
}

.maincontent .group:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

.maincontent .group p  {
	line-height:2em;
	text-indent: 0em;
	margin: 10px 0px 40px 1.4em;
	text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}

.plink {
	height: 32px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.plink li{
	float: left;
	padding-right: 20px;
}
.plink li.last {
	padding-right: 0;
}

.arrow {
	list-style-image: url(../img/arrow3.png);
	list-style-position:inside;
	padding-left: 2em;
	text-indent: -1em;
	margin: 10px 0px 20px 1.4em;
	line-height: 2em;

}

.group{
	width: 640px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: table;
	
}


.member{
	width: 640px;
	margin-left: 20px;
	margin-bottom: 60px;
	display: table;
	
}

.member dl {
	width: 640px;
	display: table;
}

.member dt {
  width: 7.8em;
  padding: 1em;
  display:table-cell;
}

.member dd {
	padding: 1em;
	display:table-cell;
}

.member .name1 {
	
	width:12em;
}

.member .name2 {
	
}

.dotline {
	background: url(../img/dotline.png) repeat-x bottom;
}

.dl_tbl {
	margin-bottom: 40px;
}

.dl_tbl dl {
	width: 640px;
	margin-left: 20px;
	display: table;
	border-bottom: 2px solid #C7C8C8;
	line-height: 1.5em;
	
}


.dl_tbl dt {
	padding: 0.8em 0 0.8em 1em;
	white-space: nowrap;
	clear: both;
	float: left;
	}

.dl_tbl dd {
	padding:0.8em 0 0.8em 8em;
}

.link .dl_tbl dl {
	width: 640px;
	margin-left: 20px;
	display: table;
	border-bottom: 2px solid #C7C8C8;
	line-height: 1em;
	
}

.link .dl_tbl dt {
	display: inline-table;
	padding: 1em 0em 0em 1em;
	width: 600px;
	
	}

.link .dl_tbl dd {
	display: inline-table;
	padding:0.8em 0 1em 3em;
	width: 540px;
}

.list ul {
	display: block;
	margin-bottom: 4em;
	margin-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
}

.list li {
	border-bottom: 2px solid #C7C8C8;
	
}


.title2 {
	width: 680px;
	display: table;
	
}
.title2 tr{
	border-bottom: 1px solid #717071;
}

.title2 th{
	padding:0.5em;
	text-align: center;
	white-space: nowrap;
    width: 100px;
}



.box1 {
	border: 1px solid #717071;
}
.border1{
	border-bottom: 1px solid #717071;
}
.noborder{
	border: none;
}

.radius {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px;
	behavior: url(border-radius.htc); /* IE */
}
.news_box {
	width: 800px;
	margin: 20px auto;
	padding: 10px;
	height:160px;
	background: -moz-linear-gradient(top, #f6f6f6, #dcdddd);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#f6f6f6), to(#dcdddd));/* Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#f6f6f6', endColorstr='#dcdddd'); /* IE */
	border:#b5b5b5 solid 2px;
}

.news_bg {
	background-color:#FFF;
	display: table;
	width: 100%;
	height: 100%;
}

.news {
	display:table-cell;
	vertical-align: top;
}

.topics {
	font-family:
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-size: 90%;
}

.topics td {
	font-size: 90%;
}

.topics dl {
	width: 100%;
	display: table;
	border-bottom: 2px dotted #C7C8C8;
	line-height: 1.5em;
	
}

.topics dt {
	width: 8em;
	display: table-cell;
	padding: 0.8em 0 0.8em 1em;
	
	}

.topics dd {
	display: table-cell;
	padding:0.8em 0 0.8em 2em;
	margin-left: 8em;
}

.topics a:link {
	color: #973D64;
}

.topics a:visited {
	color: #973D64;
}

.form {
	width: 680px;
	padding: 20px 40px;
	line-height: 1.2em;
}

.form p {
	margin-bottom:1em;
}