@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
#container {
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
}
body > #container {
	height: auto;
}
/* ヘッダー */

#header {
	width: 970px;
	height: 74px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 10px;
}
#left_box a {
	color: #390;
}
#left_box a:hover {
	color: #FC0;
}
#header h1 a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	height: 60px;
	width: 375px;
	float: left;
	overflow: hidden;
}
#header h2 {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.2em;
}
#header li {
	display: block;
	float: left;
	text-indent: -99999pt;
}
#header li.h01 {
	background-image: url(../images/btn_home.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 56px;
	margin-right: 10px;
}
#header li.h01 a {
	height: 14px;
	width: 56px;
	display: block;
	float: right;
	text-indent: -99999pt;
	overflow: hidden;
}
#header li.h02 {
	background-image: url(../images/btn_sitemap.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 78px;
	margin-right: 10px;
}
#header li.h02 a {
	height: 14px;
	width: 78px;
	display: block;
	float: right;
	text-indent: -99999pt;
	overflow: hidden;
}
#header li.h03 {
	background-image: url(../images/btn_link.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 48px;
}
#header li.h03 a {
	height: 14px;
	width: 48px;
	display: block;
	float: left;
	text-indent: -99999pt;
	overflow: hidden;
}
#header li.h04 {
	background-image: url(../images/fontsize.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 80px;
}
#header li.h04 a {
	height: 27px;
	width: 80px;
	display: block;
	float: left;
	text-indent: -99999pt;
	overflow: hidden;
}
#header li.h05 {
	background-image: url(../images/font_small.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 31px;
}
#header li.h05 a {
	height: 29px;
	width: 31px;
	display: block;
	float: left;
	text-indent: -99999pt;
	overflow: hidden;
}
#header li.h06 {
	background-image: url(../images/font_normal.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
}
#header li.h06 a {
	height: 29px;
	width: 29px;
	display: block;
	float: left;
	text-indent: -99999pt;
	overflow: hidden;
}
#header li.h07 {
	background-image: url(../images/font_big.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 31px;
}
#header li.h07 a {
	height: 29px;
	width: 31px;
	display: block;
	float: left;
	text-indent: -99999pt;
	overflow: hidden;
}
/* TOPページヘッダー右側 */

#right_side {
	float: right;
	width: 215px;
	margin-top: 10px;
}
#header #right_side ul:first-of-type{
	margin-left:60px;
}
#right_side ul.bottom {
	float: right;
	clear: both;
	margin-top: 10px;
}
/* 中ページ */

/* 見出し */

h3 {
	background-color: #F90;
	/*height: 2.5em;*/
	width: 90%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FC0;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	/*line-height: 2.5em;*/
	padding: 5px 5px 5px 10px;
}
h4 {
	font-size: 120%;
	font-size: 120%;
	font-weight: bold;
	color: #009900;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009900;
	padding-left: 10px;
	line-height: 1.5em;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
	margin-top: 20px;
}
h5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 100%;
	font-weight: bold;
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	/*width: 80%;*/
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 2em;
}
/* TOPページメインコンテンツ */
#contents {
	width: 966px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 282px;
	width: 741px;
	z-index: -999999;
	overflow:hidden;
	margin-bottom: 20px;
}
.messagebox{
	width:740px;
	font-weight:normal;
	border-radius: 15px;
	border:solid 1px;
	padding:0;
	border-color:#777;
	margin-bottom:20px;
}
.messagebox p{
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	line-height:1.6em;
	font-size:1.2em;
	margin-bottom:5px;
}
.messagebox .title{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	margin-top:15px;
	margin-bottom:5px;
}
.messagebox .footer{
	text-align:right;
	margin-right:20px;
}
.atte_box{
	width:698px;
	border-radius: 10px;
	border:solid 1px;
	padding:10px 20px;
	border-color:#777;
	margin-bottom:20px;
}
.atte_box p{
	width:96%;
	line-height:1.6;
	font-size:1.2em;
	margin:0 auto;
}
.atte_box .text h3{
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
	background-color: #fff;
	border: none;
	color: #666;
	margin:1em auto;
}
.atte_box .t_right{
	text-align:right;
}
/*
親要素のブロック幅に子要素に100％がはまるようにすれば
子要素に個別に幅の指定をする必要がない
現状では親要素#left_boxの見出しなど子要素に個別に幅を指定しており、
要素によって幅が違っていたりと非常に非合理的な幅指定をしている

指定が細かくなり過ぎて個別幅指定の把握ができなくなり、レイアウトが揃わなく煩雑になる原因である
*/

/** ↓この幅指定の仕方は合理的ではない **/
#left_box {
	width: 741px;
	margin-top: 20px;
	float: left;
	padding-bottom: 20px;
	line-height: 1.5em;
}
#left_box-inner {
	padding-right: 8%;
}
#left_box-inner h3 {
	width: auto;
}
#right_box{
	float: right;
	width: 215px;
	padding-top: 20px;
}
/* TOPページ左側 */

#left {
	float: left;
	width: 441px;
}
#topics {
	/*float: left;*/
	width: 441px;
	background-image: url(../images/whatsnew_bg.jpg);
	background-repeat: repeat;
}
#news_list {
padding: 5px;
}
#topics #title {
	background-image: url(../images/whatsnew_title.jpg);
	height: 25px;
	width: 74px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	padding-left: 367px;
	padding-top: 10px;
}
#topics .topics_in {
	clear: both;
	overflow: scroll;
	overflow-x: hidden;
	height: 190px; /* 160px */
	width: 400px;
	padding-left: 20px;
	margin-top: 15px;
}
#topics th {
	color: #39F;
	width: 70px;
	padding-left: 50px;
	line-height: 1.5em;
	vertical-align: top;
}
#topics table {
	/*width: 400px;*/
	width: 385px;
	height: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#topics td {
	color: #666666;
	padding-left: 10px;
	margin: 0px;
	line-height: 1.5em;
}
#topics #new, #topics .new-ico {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../images/icon_new.jpg);
	background-repeat: no-repeat;
	line-height: 2em;
}

#news_list table {
	margin: 10px;
	width:  100%;
}

#news_list th {
	width: 6em;
}

#news_list td {
	color: #666666;
	padding-left: 10px;
	margin: 0px;
	line-height: 1.5em;
}

#news_list .new-ico {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../images/icon_new.jpg);
	background-repeat: no-repeat;
	line-height: 2em;
}


#end {
	background-image: url(../images/whatsnew_down.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 441px;
}
#backnumber a {
	background-image: url(../images/whatsnew_btn.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 57px;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
}
/* TOP灰色の箱 */

#gray_box #top {
	background-image: url(../images/graybox_top.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 285px;
}
#gray_box {
	float: right;
	width: 285px;
	background-color: #EFEFEF;
	font-size: 11px;
}
#gray_box p {
	background-color: #EFEFEF;
	width: 244px;
	line-height: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
}
#gray_box a {
	color: #39F;
}
 #gray_box a:vlink {
 color: #39F;
}
#gray_box #end {
	background-image: url(../images/graybox_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 285px;
}
/* TOP黄色の箱 */

#yellow_box {
	background-color: #FFF5B0;
	width: 441px;
	clear: right;
	margin-top: 29px;	
}
#yellow_box #top {
	background-image: url(../images/yellowbox_top.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 441px;
}
#yellow_box p {
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
}
#yellow_box a {
	line-height: 1.5em;
	color: #39F;
	height: 180px;
}
#yellow_box .pdfbox {
	font-size: 10px;
	padding-left: 20px;
}
#yellow_box #end {
	background-image: url(../images/yellowbox_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 441px;
}
/* 人間ドック協会推薦バナー */
#recommend {
	width: 205px;	
	background-image: url(../images/recommend_tit.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	text-align: center;
}
#recommendInner {
	padding-bottom: 20px;
	background: url(../images/recommend_bg.png) no-repeat center center;
	background-repeat: repeat-y;
	position: relative;
	min-height: 760px;	
}
#recommend li {
	list-style-type: none;
	min-height:70px;
}
#recommend li a{
	display: block;
}
#recommendInner ul {
	position: absolute;
	margin:auto;
	width:205px;
}
/* 書籍のご案内 */

#book {
	width: 281px;
	height: 80px;/* 210px */
	/* float: right; */
	background-image: url(../images/book_bg_big.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	/* padding-bottom: 20px; */
	margin-top: 10px;
	text-align: center;
}
#book-wrapper {
	background: url(../images/book_bg_big.gif) no-repeat bottom;
	padding-bottom: 15px;
}
#book li {
	list-style-type: none;
	margin-bottom: 5px;
}
/* フッター */

#footer {
	position: relative;
	height: 40px;
	border-top-width: 1px;
	border-top-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	width: 970px;
	text-align: right;
	padding-top: 10px;
}
.pagetop {
	margin-top: 10px;
	float: right;
}
/* add 2012/03/22 takashi */
span.notes, p.notes, .notes li {
	text-indent: -1em;
	padding-left: 1em;
	color: #cf3030;
	display: block;
}
dl.listD1 dt {
	width: 4.5em;
	float: left;
	clear: left;
}
dl.listD1 dd {
	padding-left: 4.5em;
	margin-bottom: 0.5em;
}
dl.listD_L7 dt {
	width: 7.5em;
	float: left;
	clear: left;
}
dl.listD_L7 dd {
	padding-left: 7.5em;
	margin-bottom: 0.5em;
}
dl.period {
	font-size: 120%;
}
dl.period dt {
	background: #1c7b2b;
	color: #FFF;
	text-align: center;
}
dl.period dd {
	padding-left: 4.8em;
}
ul.listNone li {
	list-style: none;
}
ul.listCircle li {
	list-style: circle inside;
}
ul.listNormal {
	list-style: disc;
	padding-left: 1.4em;
line-height: 1.7;
}
ul.list-n li {
	list-style: disc;
	margin-left: 1.4em;
}
address.addressBox {
	padding: 15px;
	background: #FFC;
	width: 31em;
	border: solid 1px #999999;
	margin-bottom: 0.75em;
}
.addressBox2 {
	padding: 15px;
	background: #FFC;
	display: inline-block;
 *display: block;
 *zoom: 1;
	border: solid 1px #999999;
	margin: 30px 0 10px;
	line-height: 1.6;
}
.addressBox2 h4,
#content-area .addressBox2 h4{
	border-left: none!important;
	color: #2D2D2D!important;
	padding: 0 0 5px 0;
	margin: 0 0 10px;
	border-bottom: dotted 1px #ccc;
}
.addressBox2 p {
	margin: 0
}
.addressBox3 {
	padding: 15px;
	background: #FAEBD7;
	display: inline-block;
 *display: block;
 *zoom: 1;
	border: solid 1px #999999;
	margin-bottom: 0.75em;
}
#experienceTitle {
	padding: 0!important;
	border: none!important;
	width: 100%!important;
	background: none!important;
}
#experienceTitle img {
	margin: 0!important;
	padding: 0!important;
}
.imgLine {
	border: #cdcdcd 1px solid;
}
/* バナー */
#bnr10 {
	text-align: left;
	padding-top: 20px;
	_padding-top: 0;
	clear: both;
}
/* 120/07/23 top add */

.rightColumn {
	width: 281px;
	float: right;
}
.listD1a dt {
	width: 4em!important;
	clear: none!important;
}
.listD1a dd {
	padding-left: 0em!important;
	float: left;
	text-align: right;
}
.listD1b dt {
	width: 4em!important;
}
.listD1b dd {
	padding-left: 4em!important;
}
.boxStyle1 {
	background: #fcf9ee;
	border: dotted 1px #85cb4d;
	padding: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom: 15px;
}
.boxStyle1 h2 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 0.25em;
}
.boxStyle2 {
	border: #CCC solid 1px;
	padding: 10px;
}
.linkMark1 {
	background: url(../images/link_icon.png) no-repeat 0 0;/*  no-repeat 0 0.3em */
	padding: 1px 0 1px 17px;
}
.linkMark2 {
	background: url(../images/link_icon_2.png) no-repeat 0 3px;/*  no-repeat 0 0.3em */
	padding: 1px 0 1px 17px;
	font-size: 14px;
}
.list1 li {
	text-indent: -1em;
	margin-left: 1em;
}
.list1 li.normal {
	text-indent: 0;
	margin-left: 0;
}
.list1 li dl {
	width: 100%;
}
.list1 li dd {
	/*display: inline;*/
	/*width: 100%;*/
	/*zoom: 1;*/
	position: relative;
}
.normalList li {
	list-style: disc inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0!important;
}
/* add 2012/07/27 */
table.tableStyle1 {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
table.tableStyle1 th, table.tableStyle1 td {
	white-space: nowrap;
	padding: 5px;
	vertical-align: bottom;
}
table.tableStyle1 th {
	font-weight: bold;
	color: #008cdd;
}
table.tableStyle1 th img {
	vertical-align: bottom;
	margin-right: 2px;
}
table.tabel-t1 th, table.tabel-t1 td {
	vertical-align: top;
	padding-bottom: 5px;
}
table.tabel-t1 th {
	white-space: nowrap;
}
/* add 2012/09/27  *** kenshukai ****/

.dlStyle01 {
	margin-bottom: 1em;
}
.dlStyle01 dt {
	clear: left;
	float: left;
	width: 4em;
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 0.8em;
}
.dlStyle01 dd {
	margin-left: 4em;
}
.ddM {
	margin-left: 4.2em!important;
}
.dlStyle02 {
	margin-bottom: 1em;
}
.dlStyle02 dt {
	font-weight: bold;
}
.dlStyle02 dd {
	margin-left: 2em;
}

/* add 2013/04/10  *** kenshukai ****/
.dlStyle03 {
	font-size: 120%;
	margin-top: 1em;
	background-color: #FFFFCC;
	padding: 1em;
	width: 660px;
}
.dlStyle03 dt {
	clear: left;
	float: left;
	width: 4em;
	font-weight: bold;
}
.dlStyle03 dd {
	margin: 0 0 0 4em;
}
.dd_another {
	margin: 0 0 0 4em!important;
}
.unit02 {
	margin: 4em 0 0 0 !important;
}
.unit3 {
	margin: 0 0 1.75em 0 !important;
	width: 687px;
}
/*.unit3 h5 {
	width: 100%;
}
*/

.olStyleD {
	list-style-type: decimal;
}
ol.numList {
	margin-left: 1.4em;
}
ol.numList li {
	list-style: decimal;
	margin-bottom: 0.5em;
}
div#content-area {
	width: 677px;
}
div#content-area h3 {
	width: auto!important;
	margin-bottom: 1.5em;
}
div#content-area h4 {
	border-bottom: dotted 1px #ccc;
	margin-bottom: 1.5em;
	padding-bottom: 5px;
}
div#content-area h5 {
	border-bottom: none;
	line-height: 1.4;
	padding: 5px 10px;
}
div#content-area h6 {
	font-weight: bold;
}

div.part {
	margin-bottom: 2.5em;
	padding-left: 1em;
}
/* list */
dl.list-dl:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	height: 0.1px;
	font-size: 0.1em;
}
dl.list-dl {
	min-height: 1px;
}
* html dl.list-dl {
/*\*//*/
	height: 1px;
	height: auto;
	overflow: hidden;
	/**/
}
dl.list-dl dt {
	float: left;
	clear: left;
}
dl.list-dl-w3 dt {
	width: 3em;
	float: left;
	clear: left;
}
dl.list-dl-w3 dd {
	padding-left: 3em;
}
dl.list-dl-w4 dt {
	width: 4em;
	float: left;
	clear: left;
}
dl.list-dl-w4 dd {
	padding-left: 4em;
	margin-bottom: 0.5em;
}
dl.list-dl-w3-5 dt {
	width: 3.5em;
	float: left;
	clear: left;
}
dl.list-dl-w3-5 dd {
	padding-left: 3.5em;
}
dl.list-w4-5 dt {
	width: 4.5em;
}
dl.list-w4-5 dd {
	padding-left: 4.5em;
}
dl.list-w5 dt {
	width: 5em;
}
dl.list-w5 dd {
	padding-left: 5em;
}
dl.list-dl-w5-5 dt {
	width: 5.5em;
	float: left;
	clear: left;
}
dl.list-dl-w5-5 dd {
	padding-left: 5.5em;
}
dl.list-dl-w6-5 dt {
	width: 6.5em;
	float: left;
	clear: left;
}
dl.list-dl-w6-5 dd {
	padding-left: 6.5em;
}
dl.list-dl-w7-5 dt {
	width: 7.5em;
	float: left;
	clear: left;
}
dl.list-dl-w7-5 dd {
	padding-left: 7.5em;
}
dl.list-dl-n dt {
	float: left;
	clear: left;
}
dl.list-dl-n dd {
	overflow: hidden;
	_zoom: 1;
}
ul.list-disc li {
	list-style: disc outside;
	margin-left: 1.4em;
}
/* table */
table.table1 {
	border-collapse: collapse;
	border: solid 1px #ccc;
}
table.table1 th, table.table1 td {
	border: solid 1px #ccc;
	padding: 5px;
}
table.table1 th {
	background: #F4FFEA;
	font-weight: bold;
}

/* 20160508 */
.list-anzen_taisaku {
	background: #FFE4E1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	border: #FF0000;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	width: 90%;
}
.list-anzen_taisaku dd {
	color: #000 !important;
	padding-left: 7.5em !important;
	font-size: 115%;
	font-weight: bold;
}
.list-anzen_taisaku dt {
	padding-left: 10px !important;
	font-size: 115%;
}
.list-anzen_taisaku-ttl {
	border-left: none;
	color: #009900;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.list-anzen_kansou {
	background: #fff5b0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px 20px 10px 20px;
	border: #FF0000;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	width: 90%;
}
.list-anzen_kansou-ttl {
	border-left: none;
	color: #009900;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.list-anzen_kansou ul {
	padding: 5px 20px;
}
.list-anzen_kansou ul li {
	list-style: disc !important;
	font-size: 115%;
	margin-bottom: 0.5em;
}
/* 20160713 */
.performance-program dt {
	font-weight: bold;
	font-size: 13px;
	margin: 0.8em 0 0.5em;
}
.performance-program dd {
	margin: 0.2em 0 1.5em 4em;
}
/* 20160726 */
.radio-list {
	padding: 1.5em 0 4em 1.5em;
}
.radio-list li {
	padding-borrom: 2em !important;
	display: inline-block;
	line-height: 2.5em;
}
/* 20170801 */
.top_kaiin_news {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #E2F5F9;
	min-height: 140px;
	padding: 0;
	margin-top: 30px;
}
 @-moz-document url-prefix() {
 .top_kaiin_news {
 margin-bottom:20px;
}
}
.top_kaiin_news_title {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	background: #82B2E0;
	line-height:36px;
	height:36px;
}
 @-moz-document url-prefix() {
 .top_kaiin_news {
 margin-bottom:20px;
}
}
.top_kaiin_news p {
	color: #fff;
	font-size: 16px;
	margin: 10px 0 0 20px;
	font-family:"ShinGoPro Medium", "シンゴプロ　メディーム";
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
}
.top_kaiin_news dl {
 padding:10px 10px 10px 20px;
}
.top_kaiin_news dt {
	float: left;
	width: 10em;
}
.top_kaiin_news dd {
	float: left;
	margin-left: 1em;
}
.top_kaiin_news dt span {
	color: #BB3B3E;
	font-weight: bold;
}
ul.photobox li{
	float: left;
	margin-right: 15px;
	text-align: center !important;
}
ul.photobox li:last-child{
	margin-right: 0 !important;
	float: left;
}
ul.photobox-W li{
	float: left;
	margin-right: 10px;
	text-align: center !important;
}
ul.photobox li:last-child{
	margin-right: 0 !important;
	float: left;
}
.photo{
		margin: 20px auto;
	
	}
	.photo table { width: 100%;}
	
.photo tr td {
		padding: 7px;
	}
.photo tr td:first-child {
		padding: 7px 7px 7px 0;
	}

.photo tr td:last-child {
		padding: 7px 0px 7px 7px;
	}

	.photo img{
		max-width:100%;
		height: auto !important;
	}
/* 開催報告 */
.report_box{
	margin:30px auto 10px;
}
.report_box p{
	font-size:120%;
}
.report_box h4{
	font-size: 16px;
}
.report_box ul,
.report_box dl{
	margin:0 0 40px 1em; 
	list-style:disc;
	font-size: 14px;
	line-height: 1.8;
}
.report_box dt{
	float: left;
	clear:left;
	width:8em;
	font-size: 14px;
}
.report_box dd{
	margin-left: 8em;
	font-size: 14px;
}
.report_box dt::before{
    content: "●";
    color: #FF8000;
    font-weight: bold;
    margin-left: -1em;
    margin-right: 0.5em;
    font-size: 10px;
}
.report_box .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-left:0.4em;
}
.b_line{
	border-bottom: dotted 1px #ccc;
	padding:10px 0;
}
/* add 2012/07/28 */
.textStyle1 p {
	margin-bottom: 0;
	text-indent: 1em;
	text-align: justify;
}
.placeCell {
	padding-left: 1.25em!important;
}
/* 申し込み案内 app_info_area で囲んで共通で使えるように */
.app_info_area{
	margin: 30px 0 10px;
}
.app_info_area p{
	font-size: 120%;
	line-height: 1.6;
	margin: 0;
}
div#content-area .app_info_area h4 {
	color: #034dc7 ;
	border: none ;
	line-height: 1.6;
	margin:20px 0 10px;
	padding: 0;
}
div#content-area .app_info_area h5 {
	border: none ;
	font-size: 120%;
	padding:0 ;
	line-height: 1.6;
}
.app_info_area .common_box{
	padding:10px; 
	background:#E0F2FF;
	margin: 20px auto;
	border-radius: 10px;
}
div#content-area .app_info_area .common_box h4{
	color: #2D2D2D;
	border-bottom: dotted 1px #aaa;
	margin: 0 0 10px 10px;
	padding-bottom: 3px;
}
.app_info_area .common_box dl{
	margin: 10px;
	font-size: 14px;
}
.app_info_area .common_box dt{
	max-width: 4em;
	float: left;
	clear: both;
}
.app_info_area .common_box dd{
	margin-left: 4em;
}
.app_info_area .common_box p{
	margin: 0 10px;
}
.app_info_area .app_info_box{
	margin:10px;
}
.app_info_area .position{
	text-align: right;
	float: left;
}
.app_info_area .name{
	padding-left:1em;
	vertical-align: bottom;
	float: right;
}
/* 黄色box */
	.yellow_box {
	padding: 20px;
	background: #FFFFE7;
	border: solid 1px #999999;
	margin:10px 0;
	border-radius: 10px;
}

/* common ------------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.ml01 {
	margin-left: 1em;
}
.ml02 {
	margin-left: 2em;
}
.ml03 {
	margin-left: 3em;
}
.blankB20px {
	margin-bottom: 20px!important;
}
.blankB10px {
	margin-bottom: 10px!important;
}
.pr5px {
	padding-right: 5px!important;
}
.flatB {
	margin-bottom: 0!important;
}
.mt00 {
	margin-top: 0!important;
}
.mb0-5 {
	margin-bottom: 0.5em!important;
}
.mb-1e, .mb1 {
	margin-bottom: 1em!important;
}
.mb-2e, .mb2 {
	margin-bottom: 2em!important;
}
.mb-0, .mb0 {
	margin-bottom: 0!important;
}
.mb-0-5e {
	margin-bottom: 0.5em!important;
}
.ml-10 {
	margin-left: 10px;
}
.ind-n1 {
	text-indent: -1em!important;
	padding-left: 1em;
}
.last-child {
	margin-bottom: 0!important;
}
.hide{visibility: hidden;}
/* display */
.disp-ib {
	display: inline-block;
}
div.section {
	margin-bottom: 4.5em;
}
/* float */
.fl-l {
	float: left;
	_display: block;
}
.fl-r {
	float: right;
	_display: block;
}
.fl_left,
.left_right .left,
.floaterLeft {
	float: left;
}
.floaterNext {
	overflow: hidden;
	_zoom: 1;
}
.fl_right,
.left_right .right{
	float: right;
}
.img-border {
	border: solid 1px #ccc;
}
.indent p,
p.indent{
	text-indent: 1em;
}
.n_indent p,
p.n_indent {
    text-indent: -1em;
    padding-left: 1em;
}
.n15_indent p,
p.n15_indent {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
/* box */
.text_120{
	font-size:120%;
	line-height: 1.6;	
}
.text_120 p{	
	margin:0;
}
.text_box {
	margin:20px auto 0;
}
.text_box p{
	line-height:1.9;
	font-size:120%;
	margin-bottom:1.2em;
}
.pic_flex_box{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	text-align: center;
}
.pic_flex_box.bet{ justify-content:space-between;}
.pic_flex_box p{
	text-align: center;
	margin: 0.3em 0 0.3em;
	line-height: 1.5;
}
.pic_flex_box li{
	text-align: center;
	margin:10px;
}

/* リストマーク */
.list_mark::before {
    position: relative;
    top: 0;
    left: -0.5em;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    content: '';
    border-radius: 100%;
	background: rgba(102,102,102,1.00);
}
.list_disc{
	list-style:disc;
	margin : 0 0 2em 40px;
}
.minidisc li:before{
	content:"・ ";
}

ul.num_list{
  counter-reset: number 0;
 }
.num_list li{
  list-style:none;
  text-indent:-1.25em;
  padding-left:1.25em;
}
.num_list li::before{
	counter-increment: number ;    
	content: counter(number) "） ";    
}
.counter{
  counter-reset: number 0;
 }
p.count{
    text-indent: -1.5em;
    padding-left: 1.5em;
}
p.count::before{
	counter-increment: number ;    
	content: counter(number) "）";    
}
/* --------------   共通css   -------------- */
/* flexbox */
.flex_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fl_wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_box.bet{
	-ms-flex-line-pack: justify;
	justify-content: space-between;}
.flex_box.aro{
	-ms-flex-line-pack: distribute;
	justify-content: space-around;
}
.fl_cen{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fl_end{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
/*共通設定 font-size*/
.fontB {
	font-weight: bold;
	font-size: 110%;
}
.font-w-n {
	font-weight: normal!important;
}
.strongWeight, .f_bold,
.fw-b, .fw-b *{
	font-weight: bold!important;
}

.f_90{font-size:90%!important;} .f_110{font-size: 110%!important;} .f_120{font-size: 120%!important;}
.f_130{font-size:130%!important;} .f_140{font-size: 140%!important;} .f_150{font-size: 150%!important;}

.txtCenter, .t_cen, .ta-c, tr.ta-c td, tr.ta-c th {
	text-align: center!important;
}
.t_left{text-align:left!important;} .t_right{text-align:right!important;}

.border_none{border-style: none;}
.under{	
	border-bottom: solid 1px #ccc;
}
.underline{
	border-bottom:solid 2px #5b80a6;
	padding-bottom:3px;
}
.text_under{
	text-decoration: underline!important;
}
#contents #left_box li a.underline{
	border-bottom:none;
}
.kome{text-indent: -1em;padding:0 1em;}
.kome2{text-indent: -2em;padding:0 2em;}


/*共通余白設定 ---------------------------------------------------------------------------*/
.m0{margin:0 !important;}	.mr0{margin-right:0 !important;}
.mt10{margin-top:10px !important;} .mt20{margin-top:20px !important;} .mt30{margin-top:30px !important;} .mt40{margin-top:40px !important;} .mt60{margin-top:60px !important;}
.mr10 {margin-right:10px !important;}	.mr20 {margin-right:20px !important;} .mr30 {margin-right:30px !important;} .mr40 {margin-right:40px !important;} .mr60 {margin-right:60px !important;}
.mb10 {margin-bottom:10px !important;}	.mb20 {margin-bottom:20px !important;}	.mb30 {margin-bottom:30px !important;}	.mb40 {margin-bottom:40px !important;}	.mb60 {margin-bottom:60px !important;}
.ml10{margin-left:10px !important;} .ml20{margin-left:20px !important;}.ml30{margin-left:30px !important;} .ml40{margin-left:40px !important;}	.ml60{margin-left:60px !important;}
.pd10{padding:10px !important;} .pd20{padding:20px !important;}

/*共通色設定 --------------------------------------------------------------------------- */
strong {
	color: #034dc7;
}
em {
	color: #c73939;
}
small {
	font-size: 95%;
	font-weight: normal;
}
.emp-2 {
	color: #2270BA!important;
}
.f_blue{
	color: #034dc7;
	font-weight: 700;
}
.f_lblue{
	color:#0D6CDF;
}
.f_red{
	color: #CC0000;
	}
.orange {
	color: #F60;
}
/* ----------------------------------------------- テキスト関係 ----------------------------------------------- */
/* 共通装飾 */
/* タイトル */
.title01 {
	font-size: 125%;
	font-weight: bold;
	color: #039;
	margin-top: 3em;
}
.title02 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0.5em;
	background-color: #C8D9E1;
	padding: 0.3em;
}
.title03 {
	color: #039;
	margin-bottom: 2em!important;
}
.intB01 {
	margin-left: 1em;
	margin-bottom: 3em;
}
/* リスト */
.list_mark {
	padding-left: 1em;
	position: relative;
}
.list_mark::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	content: '';
	border-radius: 100%;
	background-color: #99131e;
}
/* PDFマーク */
a.pdf_link{
	background-image: url("../images/pdficon_small.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
	display: inline-block;
}
/* NEWマーク */
.new{
	background-image: url("../images/icon_new_topics.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
	display: inline-block;
}