@charset "UTF-8";
body {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
}

/*インデント*/
.indent{
	padding-left:1em;
	text-indent:-1em
}

/*リンクボタン*/
.btn
{
}
.btn a:active img,
.btn a:hover img,
.btn a:focus img{
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

.btn-space img {
	margin: 0 10px 10px 0;
}

a:link, a:visited {
	color:#1387BB;
}
a:hover {
	color: #F63;
}


/*マージン設定*/
.margine_right_3 {
	margin-right: 3px;
}

.margine_right_5 {
	margin-right: 5px;
}

.margine_right_10 {
	margin-right: 10px;
}
.margine_right_15 {
	margin-right: 15px;
}
.margine_right_20 {
	margin-right: 20px;
}

.margine_left_5 {
	margin-left: 5px;
}
.margine_left_10 {
	margin-left: 10px;
}
.margine_left_15 {
	margin-left: 15px;
}
.margine_left_20 {
	margin-left: 20px;
}

.margine_top_3 {
	margin-top: 3px;
}
.margine_top_5 {
	margin-top: 5px;
}
.margine_top_10 {
	margin-top: 10px;
}
.margine_top_20 {
	margin-top: 20px;
}

.margine_bottom_5 {
	margin-bottom: 5px;
}


#wrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	padding-top: 15px;
}

#copyright {
	text-align: center;
	clear: both;
	padding-top: 15px;
	font-size: 12px;
}


#header {
	text-align: right;
	width: 1024px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	height: 80px;
}

#header-nav {
	background-image: url(../img/inside_header-bg.jpg);
	background-repeat: no-repeat;
	height: 71px;
	padding: 8px;
}

.hnav-sub {
	float: right;
}
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;	
}

#main {
	width: 1024px;
	margin: 5px auto 20px;
}

h1 {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
/*トップページ設定*/

#top_image {
	margin-bottom: 15px;
	background-image: url(../img/top_image.jpg);
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
	height: 145px;
	padding-top: 230px;
	padding-left: 20px;
	margin-top: 15px;
}


#top_info {
	width: 545px;
	float: left;
	margin-right: 15px;
}

#top_info ul {
	list-style-type: none;
	margin-right: 10px;
	padding-left: 0px;
	margin-left: 10px;
}
#top_info ul li {
	font-size: 16px;
	line-height: 1.3em;
	border-bottom: 1px dotted #DCDCDC;
	padding-top: 8px;
	padding-bottom: 8px;
}



#inside_info {
	width: 325px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#inside_info ul {
	list-style-type: none;
	margin-right: 10px;
	padding-left: 0px;
	margin-left: 10px;
}
#inside_info ul li {
	font-size: 16px;
	line-height: 1.3em;
	border-bottom: 1px dotted #DCDCDC;
	padding-top: 8px;
	padding-bottom: 8px;
}


#inside_top_right {
	float: left;
	
}


#moreinfo ul {
	list-style-type: none;
	margin-right: auto;
	padding-left: 0px;
	margin-left: auto;
	width: 90%;
}
#moreinfo ul li {
	background-color: #FFF;
	color: #122644;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 5px;
	border-bottom: 1px dotted #DCDCDC;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}


.info_atten {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #EB8534 !important;
}


#top_info ul li.info_atten strong {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#top_contents {
	float: left;
	margin-left: 15px;
	width: 675px;
}
#top_contents ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#top_contents ul li {
	margin-left: 5px;
}

.top_bnr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;	
}

.contents_centerinfo .contents_bnr {
	text-align: right;
	margin-top: 80px;
}

.contents_centerinfo {
	background-image: url(../img/top_centerinfo_bg.jpg);
	background-repeat: no-repeat;
	padding: 7px;
	overflow: auto;
	margin-bottom: 5px;
}

.contents_patient {
	background-image: url(../img/top_patient_bg.jpg);
	background-repeat: no-repeat;
	padding: 7px;
	overflow: auto;
	margin-bottom: 5px;
	width: 323px;
	float: left;
	margin-right: 9px;
}


.contents_client {
	background-image: url(../img/top_client_bg.jpg);
	background-repeat: no-repeat;
	padding: 7px;
	overflow: auto;
	float: left;
	margin-bottom: 5px;
	width: 315px;
}
.contents_client .contents_bnr {
	float: right;
    margin-top: -18px;
    text-align: right;
}


.contents_staff {
	background-image: url(../img/top_staff_bg.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	margin-bottom: 5px;
	width: 323px;
	float: left;
	margin-right: 9px;
	padding: 7px;
	height: 200px;
}

.contents_other {
	float: left;
	margin-bottom: 5px;
	width: 328px;
	font-size: 11px;
	line-height: 1.4em;
}
.link_aliance {
	background-color: #FFF;
	font-size: 11px;
	line-height: 1.3em;
	padding-top: 10px;
}


/* inside page */

#logo {
	float: left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
    float: left;
    margin-left: 4px;
}#contents {
	background-color: #FFF;
	clear: both;
	width: 1000px;
	margin-top: 15px;
	min-height: 400px;
}
#menu {
	margin-bottom: 10px;
	width: 1000px;
	overflow: auto;
}
#contents h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.breadcrumbs {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 800px;
	float: left;
}
.main_body {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.narrow {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.gototop {
	text-decoration: none;
	text-align: right;
	clear: both;
	padding-top: 25px;
}
.flow01 {
	background-image: url(../kigyou/img/flow01_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 0;
	overflow: auto;
}
.flow02 {
	background-image: url(../kigyou/img/flow02_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 0;
	overflow: auto;
}
.flow03 {
	background-image: url(../kigyou/img/flow03_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 0;
	overflow: auto;
}


.p_flow01 {
	background-image: url(../medical/img/flow01_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 0;
	overflow: auto;
}
.p_flow02 {
	background-image: url(../medical/img/flow02_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 0;
	overflow: auto;
}
.p_flow03 {
	background-image: url(../medical/img/flow03_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 0;
	overflow: auto;
}
.p_flow04 {
	background-image: url(../medical/img/flow04_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 0;
	overflow: auto;
}


.ul_list {
	list-style-type: disc !important;
	list-style-position: outside !important;
	margin-left: 20px !important;
	margin-right: 10px !important;
}

.ul_list li {
	float: none !important;
	margin-bottom: 10px;
}


.flow_ttl {
	float: left;
	margin-right: 30px;
	text-align: left;
	width: 190px;
	height: 90px;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.font16 {
	font-size: 16px;
	line-height: 1.5em;
}

.font-small {
	font-size: 80%;
}

.subttl {
	font-size: 18px;
	font-weight: bold;
	color: #111932;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #111932;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.subttl2 {
	font-size: 16px;
	font-weight: bold;
	color: #111C37;
	background-color: #CCC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.subttl3 {
	font-size: 18px;
	font-weight: bold;
	color: #111932;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 4px;
	display: block;
}

h3.noborder {
	border-left-style: none;
}
.small_txt {
	font-size: 12px;
}
.anchor_link {
	text-align: center;
	padding: 3px;
}


/* テーブルボーダー設定 */


.table_border {
    border-top: 1px solid #666;
}

.table_border_deco {
    border-top: 3px solid #999;
	border-right: 3px solid #999;
}

.table_th.left {
    border-left: 3px solid #999;
}

.table_th.noleft {
    border-left: none;
}


.table_th {
	font-weight: bold;
	color: #FFF;
	background-color: #111932;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 3px;
}


.kigyou th.table_th,
.kigyou td.table_th,
.kigyou tr.table_th{
	background-color: #8BC2FC;
	color: #152343
}


.medical th.table_th,
.medical td.table_th{
	background-color: #FEBED2;
	color: #152343;
}

.center th.table_th,
.center td.table_th{
	background-color: #FAAF94;
	color: #152343;
}



.table_border td {
	padding: 3px 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}

.table_border_deco td {
	padding: 3px 10px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}

.td_blue {
	color: #111932;
	background-color: #F3F3F3;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-style: none;
	}

.table_border td.left {
	border-left-style: none;
}

.border_right_dark {
 border-right: 1px solid #666;
}

.border_left_dark {
 border-left: 1px solid #666;
}

.linehight_low {
	line-height: 1em;
}

.table_border th.right,
.table_border td.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.table_border td.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.table_border_deco th.table_th {
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 3px;
}



.table_border_deco td.right {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999;
}

.table_border_deco td.top {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999;
}

.table_border_deco td.dotted {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}


.table_border td.upper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.table_border_bottom {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

.table-pdf-list {
	padding: 13px;
}


.txt_darkblue {
	color: #131F3D;
}
.txt_darkorange {
	color: #E65C00;
}
.atten_center {
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}
.txt_pink {
	color: #DF5B66;
}

.txt_blue {
	color: #0a539d;
}

.txt_green {
	color: #067900;
}


.txt_shinsei-ttl {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.td_border_divide {
	border-bottom-width: 3px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #666 !important;
}
.no_border {
	border: none !important;
}
.midashi {
	font-size: 18px;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}


.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}
.link {
	line-height: 1.8em;
}
.table_border_deco_wrap {
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #9D9D9D;
	border-right-color: #9D9D9D;
}
.td_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B6B6B;
}
.subttl_green {
	font-size: 20px;
	color: #0E132C;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #7BAA50;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


.question {
	  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
}

.question a:link    {
	text-decoration:none;
	color: #000000;
}
.question a:visited {
	text-decoration:none;
	color: #000000;
}
.question a:active  {
	text-decoration:none;
	color: #A22324;
}
.question a:hover   {
	text-decoration:none;
	color: #A22324;
}


.answer {
	background-image: url(../webseminar/img/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 50px;
	padding-left: 45px;
}.column2 {
	width: 48%;
	margin-right: 10px;
	float: left;
}
.subttl_wrap {
	font-size: 18px;
	color: #102342;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #0E2140;
}
.timeschedule {
	padding: 15px;
	border: 3px solid #EF626D;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.txt12 {
	font-size: 12px;
}
.indent2 {
	padding-left: 2em;
	/padding-left: 1em;
	text-indent: -2em;
}

.indent2 span {
	display: inline-block;
    /display: inline;
    width: 2em;
    text-indent: 0;
    /text-indent: -1em;
}
.top_border {
	border-top: 3px solid #999;
}
.top_border_thin {
	border-top: 1px solid #666;
}

.table_dl_30p {
	width: 30%;
}

.nomal_weight {
	font-weight: normal;
}

.area-link{
	text-align: right;
	width: 100px;
	float: right;
	margin-top: 10px;
}

.bg_gray{
	background-color: #D5D5D5;
}

.bg_lightgray{
	background-color: #f3f3f3;
}



/*　会員登録　*/

.hissu {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
        background-color: #b94a48;
	border-radius: 3px;
	margin-left: 4px;
}

 a:link.form-btn,  a:visited.form-btn {
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
        background-color: #006dcc;
	border-radius: 3px;
	margin: 20px;
	text-decoration: none;
}

span.form-btn {
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
        background-color: #006dcc;
	border-radius: 3px;
	margin: 20px;
	text-decoration: none;
}



.table th, .table td {
    padding: 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.txt_red { color: #b94a48; }

.form-full { width: 500px; margin-bottom: 5px;}
.form-half { width: 200px; margin-bottom: 5px;}
.form-3rd { width: 100px; margin-bottom: 5px;}

.error { color: #b94a48; 
background-color: #f2dede;
padding: 5px 10px;
border-radius: 4px;
margin: 3px; 
display: inline-block;
}

.blue-arrow {
	font-size: 120%;
	color: #008DE4;
}



.btn-link {
	margin: 25px auto;
	background-color: #fa9515;
	color: #fff;
	border-radius: 4px;
	padding: 15px;
	width: 350px;
	text-align: center;
	font-size: 20px;
}

.btn-link2 {
	margin: 25px auto;
	background-color: #034493;
	color: #fff;
	border-radius: 4px;
	padding: 15px;
	width: 350px;
	text-align: center;
	font-size: 20px;
}

.btn-link a:link,
.btn-link a:visited,
.btn-link2 a:link,
.btn-link2 a:visited {
	color: #fff;
	text-decoration: none;
}

.btn-link a:hover,
.btn-link a:hover2 {
	text-decoration: underline;
}

.info-wrap {
	background-color: #F3F3F3;
	padding: 20px;
	margin: 30px auto;
}

.row {
	margin: 0 auto;
	clear: both;
	padding: 10px 0;
}

.new {
    font-size: 9px;
    color: #ffffff;
    background-color: #FF0004;
    border: 1px solid #FF0004;
    padding: 1px 2px;
    margin-left: 5px;
}
