@charset "UTF-8";
/*----------------------
common
----------------------*/


.listEnd {
	padding: 0px !important;
	margin: 0px !important;
}

.red {
	color: #DE2326;
}
img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0;
}


#topNaviRps {
	z-index: 10000;
}


#wrapper {
	z-index: 0;
	background-color: #FFF;
	position: relative;
}

#background-image {
	height: auto;
	min-width: 900px;
	width: 100%;
	max-height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align:center;
}
#background-image-sp {
	display:none;
}

/*----------------------
header
----------------------*/
#header {
	margin: 0px auto;
	width: 960px;
	position: relative;
	z-index: 2;
	min-height: 200px;
}
#header p img {
	height: 55px;
	width: auto;
	margin-top: 70px;
}



/*----------------------
contents
----------------------*/
section {
	margin: 0px auto;
	width: 820px;
	background: #FFF;
	padding: 60px 80px 80px;
	position: relative;
	z-index: 2;
}
.contents {
	margin-top: 40px;
	margin-bottom: 40px;
}
.contents h2 {
	font-size: 167%;
	font-weight: normal;
	color: #888;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.contents ul li {
	padding-top: 15px;
	border-top: 1px dotted #CCC;
	min-height: 1px;
	*zoom:1;
	margin-bottom: 30px;
}
.contents ul li img {
	float: left;
	margin: 3px 25px 0px 0;
}
.contents ul li:before,
.contents ul li:after{display:table;content:"";line-height:0;clear:both;}

.contents ul li dl dt {
	font-size: 128.5%;
	line-height: 1.7em;
	font-weight: bold;
}
.contents ul li dl dd {
	font-size: 114.2%;
	line-height: 1.7em;
	color: #666;
}
section h1 {
	font-size: 277%;
	color: #C00;
	font-weight: normal;
	line-height: 1.2em;
}
.contents ul li p {
	font-size: 123.1%;
	line-height: 1.5em;
}
.contents ul {
	margin-bottom: 60px;
}
.text_right {
	text-align: right;
}
.contents .col1 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.contents .col2 {
	float: left;
	width: 48%;
}
.contents ol{
	border-top: dotted 1px #CCCCCC;
	padding-top: 17px;
	margin-bottom: 50px;
}
.contents ol li:before {
    content: "• ";
    color: #C00;
}
.contents ol li{
	font-size:123.1%;
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:1em;
	text-indent:-0.7em;
}
.contents ol li a {
	color:#333;
}
#partner_list .contents p {
	font-size: 123.1%;
	border-top: dotted 1px #CCCCCC;
	padding-top: 17px;
	margin-bottom: 50px;
}
#partner_list .contents p a {
	color: #09F;
}
/*----------------------
certification
----------------------*/
.certification h2 {
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom:5px;
}
.certification h2 .text_s {
	color: #888;
	font-size: 73%;
}
.certification_list {
	border-top: 1px solid #CCC;
	width:100%;
	
}
.certification_list tr th {
	background: #EEE;
	padding: 6px 10px 4px;
	border-bottom: 1px solid #CCC;
	font-size: 116%;
	vertical-align:middle;
}
.certification_list tr th.cate1 {
	border-right: 1px solid #CCC;
	width: 76%;
}
.certification_list tr th.cate2 {
	width: 24%;
}
.certification_list tr td {
	font-size: 116%;
	padding: 6px 5px 4px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}
.certification_list tr td:first-child:before {
    content: "• ";
    color: #C00;
	
}
.certification_list tr td:first-child {
	text-align:left;
	border-right: 1px solid #CCC;
}
.certification_list tr td a {
	
}

p.catch {
	font-size: 232%;
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.4em;
}
.info_table tr th {
	background: #F2F2F2;
	border-bottom: 1px solid #CCC;
	padding: 15px 5px 15px 10px;
	width: 22%;
	vertical-align: top;
	color: #c00;
	font-size: 116%;
	text-align: left;
}
.info_table tr td {
	padding: 15px 5px 15px 15px;
	border-bottom: 1px solid #CCC;
	font-size: 116%;
}
.caption {
	line-height: 1.4em;
	border: 1px solid #CCC;
	margin: 20px 0px;
	padding: 20px;
	font-size: 93%;
}
.info_table tr td ul li {
	border-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
.info_table tr td ul {
	margin: 0px;
	padding: 0px;
}
.info_table iframe {
	margin-top: 15px;
	margin-bottom: 15px;
}
.info_table {
	border-top: 1px solid #CCC;
}
/* PC & Tablet */
@media only screen and (max-width:980px) {
/* 980px以下 */
body {
	width: 100%;
}
#header {
	width: 100%;
}
#header h1 img {
	margin-left:20px;
}
/*----------------------
contents
----------------------*/
section {
	width: 90%;
	padding: 50px 5%;
}

.contents ul li {
	padding-top: 15px;
	border-top: 1px dotted #CCC;
	min-height: 1px;
	*zoom:1;
}
.contents ul li img {
	float: left;
	margin:3px 25px 5px 0;
}


}

/* Tablet Portrait */
@media screen and (max-width:768px) {
/* 768px以下 */

body {
	width: 100%;
}
#wrapper {
	width: 100%;
	overflow:hidden;
}
.contents .col1 {
	float: none;
	width: 100%;
	margin-right: 0;
}
.contents .col2 {
	float: none;
	width: 100%;
}
.sp-no{display:none;}

}
/* SP Landscape */
@media screen and (max-width: 640px) {
/* 640px以下 */
#background-image {
	display:none;
}
#background-image-sp {
	display:block;
	height: auto;
	width: 100%;
	min-width:460px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
#header {
	height:150px;
}
#header p img {
	height:35px;
	margin-left:3%;
	margin-top:50px;
}

.br-sp {
	display: none;
}
#wrapper { font-size:85%;}
#management_team .contents {
	text-align:center;
}
#management_team .contents ul li {
	text-align:center;
}
.contents ul li img {
	float: none;
	margin:0px auto 20px auto;
	text-align:center;
	display:block;
}
.info_table tr th,
.info_table tr td {
	display:block;
	width:auto;
	padding:10px;
}
}
a.pdf {
	background: url(../images/icon_pdf.gif) no-repeat right center !important;
	padding-right: 20px;
}

#asakatsu #header p img {
	height:auto;
	width: 50%;
	margin-top: 45px;
}
#seminar_dl,
#asakatsu,
#download {
	overflow-x: hidden;
}
#seminar_dl dl dt img,
#asakatsu dl dt img {
	height: auto;
	width: 200px;
	border: 1px solid #EEE;
}
#download dl dt img {
	height: auto;
	width: 100px;
	border: 1px solid #EEE;
}
#seminar_dl dl dt,
#asakatsu dl dt,
#download dl dt {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
#seminar_dl dl dd,
#asakatsu dl dd,
#download dl dd {
	font-size: 118%;
	line-height: 1.6em;
	overflow: hidden;
}
#seminar_dl dl dd {
	margin-bottom: 0.5em;
}
#seminar_dl dl,
#asakatsu dl,
#download dl{
	margin: 0 0% 10px 0;
	width: 100%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 15px;
	overflow: hidden;
}
#seminar_dl dl:after,
#asakatsu dl:after,
#download dl:after{
	display:table;content:"";
	line-height:0;
	clear:both;
}
#seminar_dl h2,
#asakatsu h2,
#download h2 {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
	margin-bottom: 15px;
	clear:both;
}
#asakatsu dl dd strong,
#download dl dd strong {
	color: #999;
}
@media screen and (max-width: 640px) {
#seminar_dl dl,
#asakatsu dl,
#download dl{
	margin: 25px 0;
	float:none;
	width:100%;
	margin-right:0;
}
#seminar_dl dl dt img,
#asakatsu dl dt img {
	height: auto;
	width: 100%;
}
#seminar_dl dl dt,
#asakatsu dl dt {
	width: 40%;
}
}
#asakatsu .contents h3,
#download .contents h3 {
	color: #FFF;
	background: #999;
	padding: 3px 10px;
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 15px;
	clear: both;
	margin-top: 20px;
}
#asakatsu dl dd.date,
#download dl dd.date {
	font-size: 100%;
	line-height: 2em;
	color: #999;
}
#asakatsu h2 {
	font-size: 160%;
	color: #666;
	margin-top: 15px;
	border-style: none;
	margin-bottom: 10px;
	padding: 0px;
}
#asakatsu h3 {
	font-size: 130%;
	color: #666;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
}

#seminar_dl #header h1 {
	font-size: 300%;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4em;
	padding:35px 20px;
	text-shadow:1px 1px 0px rgba(0,0,0,0.3);
}
.contents2 h2 {
	font-size: 20px;
	
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 0.6em;
}
.contents2 p {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.contents2 ul {
	margin-bottom: 1em;
}
.contents2 li {
	font-size: 16px;
	line-height: 1.6em;
	margin-left:2em;
	list-style:disc;
}
.contents2 li li {
	font-size: 16px;
	line-height: 1.6em;
	margin-left:2em;
	list-style:circle;
}
.contents2 h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.contents2.clearfix dl dt {
	margin-top: 10px;
	font-size: 16px;
	font-weight:bold;
}
.contents2.clearfix dl dd {
	font-size: 16px;
}
.bgg{ background:#F0F0F0; padding:20px 30px 40px;}
.mw100{ max-width:100%; height:auto;}
.contents2 h4 {
	font-size: 16px;
}
.contents2 .btn a {
	font-size: 16px;
	background-color:#C00;
	padding:10px 20px 8px;
	color:#FFF;
	margin:20px 0;
	font-weight:bold;

}
.contents2 .btn a:hover {
	text-decoration:none;
	background-color:#F00;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
	-webkit-text-size-adjust:none;
	word-break:break-all!important;
}
iframe{overflow: hidden!important; max-width: 100%!important;}
.document-download #header h2 {
	font-size: 46px;
	font-weight: bold;
	color: #FFF;
	padding-top: 80px;
	border:none;
	text-shadow: 1px 1px 6px #333333;
	
}
#partner_newsletter {
	background: #292A2F;
}
p.par {
	font-size:118%;
	margin-top:20px;
}
