@charset "utf-8";

/*=======================================================================

各ページ(style.css)
 
========================================================================*/

/*----------------------------------------------------------------------
 Common
----------------------------------------------------------------------*/
h2 {
	margin: 0 0 30px;
}

h3 {
	margin: 0 0 15px;
	text-align: center;
}

h3.ttl {
	margin: 0 0 5px !important;
	font-weight: normal; 
}

h4 {
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}

#content p {
	padding: 0 0 15px;
}

img.icon {
	margin: 0 5px;
	vertical-align: middle;
}

ul.common {
	padding: 5px 0 15px 30px;
	list-style-type: disc;
}

ul.common li {
	margin: 0 0 5px;
}


.section {
	clear: both;
	padding: 25px 0 15px;
	background: url(../images/content_bg.png);
	border-bottom: 1px solid #d8dfe7;
}

.section.h350 {
	min-height: 350px;
}

.section.noBorder {
	border-bottom: none;
}

.section .ttl {
	margin: 0 0 5px !important;
	color: #5183bc;
	font-size: 120%;
	text-align: center;
}

.section .ttl2 {
	margin: 0 0 10px;
	font-weight: bold;
	text-align: center;
}

table.list,
table.list2 {
	width: 800px;
	margin: 0 auto 20px;
}

table.list caption,
table.list2 caption {
	font-size: 12px;
	text-align: right;
}

table.list th,
table.list2 th,
table.list td,
table.list2 td {
	padding: 8px 5px;
	background: url(../images/content_bg.png);
	border: 1px solid #ccc;
}

table.list th,
table.list2 th {
	padding: 5px;
	background: #ededed;
	font-weight: normal;
	text-align: center;
}

table.list2 th,
table.list2 td {
	padding: 4px 5px;
}

.txtLeft {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.nowrap {
	white-space: nowrap;
}

.about span a {
	padding: 5px 10px;
	background: #e1689f;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	behavior: url(/common/PIE.htc);
}

.about span a:hover {
	background: #ef8db9;
}

table.list span.mokuji {
	display: block;
	margin: 10px 0 0;
}
table.list span.mokuji a {
	padding: 5px 10px;
	background: #e3689f;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;f895c1
}
table.list span.mokuji a:hover {
	background: #f895c1;
}


/*----------------------------------------------------------------------
 News
----------------------------------------------------------------------*/
.shiken .line {
	width: 860px;
	margin: 0 auto 40px;
	padding: 10px 0 7px;
	background: url(../images/content_bg.png);
	border-top: 1px solid #d8dfe7;
	border-bottom: 1px solid #d8dfe7;
}

.shiken table {
	margin: 0 auto;
	/*border-collapse: inherit !important;
	border-spacing: 2px !important;*/
}

.shiken table th {
	padding: 3px 10px;
	font-weight: normal;
}

.shiken table td {
	padding: 3px 10px;
}

.shiken ul {
	width: 860px;
	margin: 0 auto 40px;
	padding: 10px 15px 5px;
	background: url(../images/content_bg.png);
	border-top: 1px solid #d8dfe7;
	border-bottom: 1px solid #d8dfe7;
	text-align: center;
}

.shiken ul li {
	margin: 0 0 5px;
}

.news .scroll-pane {
	width: 860px;
	margin: 0 auto 40px;
	padding: 0 0 10px;
	background: url(../images/content_bg.png);
	border: 1px solid #d8dfe7;
	height: 300px;
	overflow: auto;
}

.news ul li {
	padding: 7px 15px;
	border-bottom: 1px dotted #d8dfe7;
}

.news ul li span {
	font-size: 12px;
	color: #477dba;
}

.newsInner {
	width: 800px;
	min-height: 350px;
	margin: 0 auto;
}

h3.ttlNews {
	margin: 0 0 15px;
	padding: 15px 10px 5px;
	border-bottom: 1px solid #d8dfe7;
	color: #5784c4;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
}

h4.item span {
	padding: 5px 10px;
	background: #e1689f;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	behavior: url(/common/PIE.htc);
}

.info_box {
	padding: 0 10px;
}

.article {
	padding: 0 0 15px;
}

.no-contents {
	margin: 10px 0 0;
	font-size: 140%;
	text-align: center;
	color: #F00;
}


/*----------------------------------------------------------------------
 Seminar
----------------------------------------------------------------------*/
table.theme {
	margin: 0 auto 10px;
}

table.theme td {
	padding: 0 10px 5px;
}

table.theme2 {
	width: 700px;
	margin: 0 auto 5px;
	background: #fff url(../../seminar/images/seminar2012_bg.jpg) center 120px no-repeat;
}

table.theme2 th,
table.theme2 td {
	padding: 10px;
	border: 1px solid #ccc;
}

table.theme2 th {
	width: 15%;
	background: url(../../seminar/images/th_bg.png);
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

table.theme2 table td {
	padding: 5px;
	border: none;
}


/*----------------------------------------------------------------------
 Workshop
----------------------------------------------------------------------*/
table.workshop {
	width: 940px;
	margin: 0 auto 10px;
	background: url(../images/content_bg.png);
	font-size: 88%;
}

table.workshop th,
table.workshop td {
	width: 8%;
	padding: 7px 5px;
	border: 1px solid #999;
	text-align: center;
	line-height: 1.4;
}

table.workshop .seminar {
	width: 25%;
}
table.workshop .date {
	width: 28%;
}
table.workshop .date2 {
	width: 54%;
}
table.workshop .place {
	width: 18%;
}
table.workshop .capacity {
	width: 7%;
}
table.workshop .details {
	width: 5%;
}
table.workshop .reception {
	width: 11%;
}

table.workshop th {
	background: #ddd;
	font-weight: normal;
}

table.workshop td.left {
	text-align: left;
}
table.workshop td.right {
	text-align: right;
}

table.workshop2 {
	width: 940px;
	margin: 0 auto 10px;
	background: url(../images/content_bg.png);
	font-size: 88%;
}

table.workshop2 th,
table.workshop2 td {
	width: 8%;
	padding: 7px 5px;
	border: 1px solid #999;
	text-align: center;
	line-height: 1.4;
}

table.workshop2 .seminar {
	width: 25%;
}
table.workshop2 .date {
	width: 20%;
}
table.workshop2 .place {
	width: 18%;
}
table.workshop2 .capacity {
	width: 7%;
}
table.workshop2 .details {
	width: 5%;
}
table.workshop2 .reception {
	width: 11%;
}

table.workshop2 th {
	background: #ddd;
	font-weight: normal;
}
table.workshop2 td.left {
	text-align: left;
}
table.workshop2 td.right {
	text-align: right;
}

ul.workshop05 {
	margin: -5px 0 0;
	padding: 0 0 0 150px;
	list-style-type: disc;
	text-align: left;
}

ul.workshop05 li {
	margin: 0 0 5px;
}

ul.workshop05 li ol {
	margin: 5px 0 0 40px;
}

.leftList {
	padding: 0 0 0 250px !important;
	text-align: left;
}

.workshop01_shikenbi {
  text-align: center;
}
.workshop01_shikenbi div {
  display: inline-block;
  vertical-align: top;
}

/* common */
.photo {
	padding: 0 0 15px;
	font-size: 88%;
}

.photo img {
	margin: 0 5px 5px;
}

.txtLeft.furikomi {
	margin-bottom: 15px;
	padding: 10px;
	background: #fbf1f1;
	border: 1px dashed #ccc;
}

.furikomi p {
	margin: 0 0 0 2.5em;
	padding: 2px 0 0 5.3em !important;
	text-indent: -5.3em;
}

table.exam {
	width: 700px;
	margin: 0 auto 20px;
}

table.exam td {
	padding: 7px 5px 7px 10px;
	background: url(../images/nav_bg.png);
	border-bottom: 1px dotted #ccc;
}

table.exam .odd {
	background: #f0edcc !important;
}

.applicationBtn {
	margin: 0 0 20px;
}


/* form */
table.form {
	width: 700px;
	margin: 0 auto 20px;
	text-align: left;
}

table.form th,
table.form td {
	padding: 10px;
	background: url(../images/content_bg.png);
	border: 1px solid #ccc;
}

table.form th {
	background: #ededed;
	font-weight: normal;
}

table .nowrap {
	white-space: nowrap;
}

input.btn {
	width: 6em;
	padding: 5px 0;
	font-size: 14px;
	margin: 0 5px;
}

div.submit {
	text-align: center;
}
div.submit a {
	text-decoration: none;
}
div.submit a input {
	cursor: pointer;
}

div.attachment {
	width: 680px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

.attachment dl {
	padding: 5px 0 0;
}

.attachment dl dd {
	padding: 0 0 10px 15px;
}

.schedule-note textarea {
    width: 80%;
    height: 4em;
    margin-top: 2em;
}
.schedule-note {
    margin-bottom: 1em;
}


/* Erroes */
ul.error,
ul.warn {
	width: 600px;
	margin: 0 auto 10px;
	padding: 10px;
	background: #fff1f7;
	border: 1px dotted #e9599c;
	text-shadow: none;
}
ul.error li,
ul.warn li {
	color: #e9599c;
	line-height: 1.3;
}

div.info {
	width: 600px;
	margin: 0 auto 10px;
	padding: 10px;
	background: #f2f6fd;
	border: 1px dotted #5784c4;
	color: #5784c4;
	line-height: 1.3;
	text-shadow: none;
}


table.election {
	width: 79%;
	margin: 0 auto 25px;
	background: url(../images/content_bg.png);
}

table.election th {
	text-align: center;
}

table.election th,
table.election td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

table.election td.nowrap {
	white-space: nowrap;
}

table.election td ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}


/*----------------------------------------------------------------------
 kikanshi
----------------------------------------------------------------------*/
.kikanshi {
	margin: 0 50px;
	padding: 20px;
	background: url(../images/content_bg2.png);
	border-bottom: 1px solid #ccc;
}

.kikanshi .leftBox {
	float: left;
	width: 150px;
	padding: 30px 0 0;
	font-size: 12px;
}

.kikanshi .rightBox {
	float: right;
	width: 650px;
	text-align: left;
}

.kikanshi .leftBox img {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

.kikanshi .rightBox p {
	padding: 0!important;
}

.kikanshi .rightBox p span {
	color: #5183bc;
	font-size: 120%;
}

.kikanshi .rightBox dl {
	width: 650px;
}

.kikanshi .rightBox dt {
	clear: both;
	margin: 10px 0 0;
}

.kikanshi .rightBox dd {
	margin: 0 0 0 20px;
}

.kikanshi .rightBox dd.zzz,
.kikanshi dl span {
	float: right;
}

/*
ul.kikanshi {
	margin: 0 0 15px 40px;
	padding: 10px 0 0;
}

ul.kikanshi li a {
	float: left;
	display: block;
	margin: 0 30px 20px 0;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

ul.kikanshi a img {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

ul.kikanshi li a:hover img {
	margin: -2px -2px 3px -2px;
	border: 3px solid #e1689f;
}
*/

/*----------------------------------------------------------------------
 Organization
----------------------------------------------------------------------*/
table.chart {
	width: 800px;
	margin: 0 auto;
}

table.chart th {
	width: 33%;
	padding: 10px;
	text-align: center;
}

table.chart td {
	padding: 10px;
}

table.chart td ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

table.chart th,
table.chart td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/*----------------------------------------------------------------------
 Outline
----------------------------------------------------------------------*/
.accessmap {
	width: 800px;
	height: 500px;
	margin: 0 auto 15px;
	border: 1px solid #dadfe2;
}

.print {
	margin: 0 0 15px;
}

.information {
	margin: 0 auto;
	padding: 20px 60px 5px;
}

.information .inner {
	margin: 15px 0 10px;
	padding: 10px 0 0 0;
	background: url(../../outline/images/line.gif) center top repeat-y;
}

.information .leftBox {
	float: left;
	width: 390px;
	padding: 0 30px 0 0;
	/*border-right: 1px solid #dadfe2;*/
}

.information .rightBox {
	float: right;
	width: 390px;
	padding: 0 0 0 30px;
}

.s_question{
	margin: 0 10px 5px;
	padding: 2px 0 0 18px;
	background: url(../../outline/images/arrow.gif) left center no-repeat;
	text-align: left;
	color: #477dba;
	/*cursor: pointer;*/
}
/*.s_question:hover{
	color: #e1689f;
	text-decoration: underline;
}*/
.s_answer{
	/*display: none;*/
	display: inherit !important;
}

ul.link img {
	margin-left: 3px;
	vertical-align: top;
}

ul.link {
	margin: 0 0 10px;
	padding: 0;
	border-top: 1px dotted #ccc;
}

ul.link li {
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
	zoom: 1;/* IE7 */
	_margin-bottom: -2px;/* IE6 */
}

ul.link li a:after {
	display: block;
	clear: both;
	height: 0px;
	content: "";
}

body ul.link li {
	_margin-bottom: -2px;/* IE6 */
	zoom: 1;
}

*+html body ul.link li{/* IE7 */
	margin-bottom: -2px;
	zoom: 1;
}

ul.link li a {
	display: block;
	position: relative;
	padding: 7px 0 7px 5px;
	_padding: 6px 0 7px 5px; /* IE6 */
	text-decoration: none;
	cursor :pointer;
	_height: 1%;/* IE6 */
	zoom: 1;/* IE7 */
	color: #555;
}

ul.link li a:hover {
	background: url(../../images/nav_seminar_bg_on.png);
}

ul.link li span {
	display: block;
	text-align: left;
	padding: 0 0 0 18px;
}



/*----------------------------------------------------------------------
 History
----------------------------------------------------------------------*/
.history {
	padding: 25px 50px;
	background: url(../images/nav_bg.png);
}

.history table {
	width: 820px;
	margin: 0 auto 10px;
	background: url(../images/nav_bg.png);
}

.history table th,
.history table td {
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.4;
}

.history table th {
	padding-right: 30px;
	background: #f9f9f9;
	white-space: nowrap;
	vertical-align: top;
}

.history table ol {
	margin: 10px 0 0 25px;
}


.enterpriseList {
	width: 54%;
	margin: 0 auto 10px;
}

.enterpriseList li {
	margin: 0 0 5px;
}


/*----------------------------------------------------------------------
 Privacy Policy
----------------------------------------------------------------------*/
.privacyPolicy {
	padding: 10px 40px;
}
.privacyPolicy ol {
  margin: 10px 0 30px 30px;
}
.privacyPolicy ol li {
  margin-bottom: 10px;
}

