@media all and (min-width: 641px) {

body {
	font-size: 87.5%; /* 14pt */
	color: #222;
	background: #FFFFFF;
}

a, a:link, a:visited {
	color: #4b7abe;
}

a:hover {
	color: #4b7abe;
}

.container {
	width: 100%;
	min-width: 1040px;
}

.container-inner {
	width: 1000px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}

ul.simple_list li{
	list-style:disc;
	margin-left:20px;
}


/* HEADER */

#header {
	background: #EDEADB;
}

#header .container-inner {
	padding-top: 20px;
	padding-bottom: 10px;
}

#header .logo {
	float: left;
	line-height: 1;
	margin-bottom: 0;
}

#header .hnav {
	padding-top: 20px;
}

#header .hnav li {
	float: right;
	margin-right: 24px;
}

#header .hnav li a {
	display: block;
	height: 13px;
	text-indent: -9999px;
}

#header .hnav li.contact a {
	width: 80px;
	background: url(../images/common/hnav_contact.png) 0 0 no-repeat;
}

#header .hnav li.patient a {
	width: 55px;
	background: url(../images/common/hnav_patient.png) 0 0 no-repeat;
}

#header .hnav li.link a {
	width: 35px;
	background: url(../images/common/hnav_link.png) 0 0 no-repeat;
}

#header .hnav li a:hover {
	background-position: 0 -13px;
}



/* FOOTER */

#footer {
	font-size: 13px;
	text-align: center;
	color: #FFF;
	background: #4D7ABD;
}

#footer .container-inner {
	padding: 30px 0;
}

#footer .name,
#footer .address {
	margin-bottom: 4px;
}

#footer .copyright {
	margin: 0;
}


/* NAVIGATION */

#toggle {
	display: none;
}

#nav {
	background: #4D7ABD url(../images/common/nav.png) top center repeat-x;
}

#nav #pc-nav {
	height: 70px;
	margin: 0;
}

#nav #pc-nav li {
	float: left;
	width: 200px;
	height: 70px;
}

#nav #pc-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav #pc-nav li.top a {
	background-image: url(../images/common/nav_top.png);
}

#nav #pc-nav li.about a {
	background-image: url(../images/common/nav_about.png);
}

#nav #pc-nav li.department a {
	background-image: url(../images/common/nav_department.png);
}

#nav #pc-nav li.recruit a {
	background-image: url(../images/common/nav_recruit.png);
}

#nav #pc-nav li.topics a {
	background-image: url(../images/common/nav_topics.png);
}

#nav #pc-nav li a:hover,
#nav #pc-nav li.on a {
	background-color: #3b5a9a;
}

#nav #pc-nav-s {
	height: 30px;
	text-align: center;
	padding-top: 9px;
	margin: 0;
}

#nav #pc-nav-s li {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
}

#nav #pc-nav-s li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: url(../images/common/anchor_s.png) 12px center no-repeat;
	padding: 5px 12px 5px 26px;
}

#nav #pc-nav-s li a:hover,
#nav #pc-nav-s li.on a {
	background-color: #163B78;
}


.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}


/* FNAV */

#fnav {
	font-size: 13px;
	background: #D4C9B0;
}

#fnav .container-inner {
	position: relative;
	padding: 30px 0 10px;
}

#fnav .container-inner .pagetop {
	position: absolute;
	top: -13px;
	right: 0;
}

#fnav a {
	color: #474545;
	text-decoration: none;
}

#fnav a:hover {
	text-decoration: underline;
}


#fnav dl {
	float: left;
	width: 199px;
	border-right: 1px solid #B7AA96;
	margin: 0;
}

#fnav dl.top {
	width: 198px;
	border-left: 1px solid #B7AA96;
}

#fnav dl dt {
	font-weight: bold;
	margin-left: 20px;
}

#fnav dl dd {
	margin-left: 20px;
}
#fnav .tiles ul {
	float: left;
	width: 199px;
	border-right: 1px solid #B7AA96;
	margin: 0;
}
#fnav .tiles ul.top {
	width: 198px;
	border-left: 1px solid #B7AA96;
}

#fnav .tiles ul li {
	font-weight: bold;
	margin-left: 20px;
	list-style:none;
	background-image:inherit;
	padding:0;
}

#fnav #banner {
	text-align: center;
	margin: 20px 0 0;
}

#fnav #banner li {
	display: inline-block;
	margin: 0 10px;
}



/* TITLE */

#title {
	height: 150px;
	border-bottom: 1px solid #444344;
}

body#about #title,
body.about #title{
	background: url(../images/about/title.jpg) top center no-repeat;
	background-size: cover;
}

body#department #title,
body.department #title{
	background: url(../images/department/title.jpg) top center no-repeat;
	background-size: cover;
}

body#recruit #title,
body.recruit #title{
	background: url(../images/recruit/title.jpg) top center no-repeat;
	background-size: cover;
}

body#topics #title,
body.topics #title{
	background: url(../images/topics/title.jpg) top center no-repeat;
	background-size: cover;
}

body#link #title,
body.link #title{
	background: url(../images/link/title.jpg) top center no-repeat;
	background-size: cover;
}

#title .title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #3A5B99;
	padding-top: 50px;
}



/* CONTENT */

#content {
	background: #EDEADB;
}

#content .container-inner {
	padding: 50px 0 100px 0;
}

#main {
	float: left;
	width: 660px;
}

#side {
	float: right;
	width: 240px;
}

.section {
	margin-bottom: 30px;
}
.section-s {
	margin-bottom: 20px;
}
.section-ss {
	margin-bottom: 15px;
}

#side .section {
	margin-bottom: 20px;
}

.pagetop {
	text-align: right;
	margin: 0;
}

.listmark li,
.listmark dd {
	background: url(../images/common/listmark.png) left 5px no-repeat;
	padding-left: 10px;
}

.listmark-temp{
	margin-left:1.0em;
}
.listmark-temp span.mark{
	margin-left:-1.0em;
}

h2.sub{
	color:#4d7abd;
	font-weight:bold;
	border-left:7px solid #4d7abd;
	padding:5px 12px;
	font-size:19px;
	margin-top:30px;
}
h2.sub:first-child{
	margin-top:30px;
}

span.red{
	color:#F00;
}



/* HOME */

body#home #mainv {
	position: relative;
}

body#home #mainv #image {
	position: relative;
	margin-right: 377px;
	height: 564px;
	background: #EDEADB;
}

body#home #mainv #slider {
	margin-bottom: 0;
}

body#home #mainv #image .desc {
	position: absolute;
	bottom: 30px;
	left: 40px;
	margin-right: 40px;
	margin-bottom: 0;
}

body#home #mainv #image .desc img {
	max-width: 100%;
	height: auto;
}

body#home #mainv #slider li {
	width: 100%;
	height: 564px;
}

body#home #mainv #slider li.mainv01 {
	background: url(../images/home/mainv01.jpg) center no-repeat;
	background-size: cover;
}

body#home #mainv #slider li.mainv02 {
	background: url(../images/home/mainv02.jpg) center no-repeat;
	background-size: cover;
}

body#home #mainv #slider li.mainv03 {
	background: url(../images/home/mainv03.jpg) top center no-repeat;
	background-size: cover;
}

body#home #mainv #slider li.mainv04 {
	background: url(../images/home/mainv04.jpg) center no-repeat;
	background-size: cover;
}

body#home #mainv #slider li.mainv05 {
	background: url(../images/home/mainv05.jpg) center no-repeat;
	background-size: cover;
}

body#home #mainv #point {
	position: absolute;
	top: 0;
	right: 0;
	width: 376px;
	border-left: 1px solid #EDEADB;
}

body#home #point .point {
	color: #463728;
	background: #D4C9B0;
	border-bottom: 1px solid #EDEADB;
}


body#home #point .bl-hover {
	background: #eae4d8;
}

body#home #point .bl-hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


body#home #point .image {
	float: left;
	width: 170px;
	margin: 0;
}

body#home #point .image img {
	display: block;
}

body#home #point dl.text {
	float: right;
	width: 164px;
	font-size: 13px;
	line-height: 1.5;
	padding: 32px 20px 0;
	margin: 0;
}

body#home #point dl.text dt {
	text-align: center;
	margin-bottom: 10px;
}

body#home #content .container-inner {
	padding: 40px 0;
}

body#home #information {
	float: left;
	width: 680px;
	margin-left: 40px;
}

body#home #information .title {
	float: left;
}
body#home #information ul {
	float: right;
	width: 550px;
	/*height: 192px;*/
	font-size: 13px;
	border-left: 1px solid #4D7ABD;
	padding-left: 30px;
	min-height:264px;
}
body#home #information ul li {
	margin-bottom:7px;
}

body#home #information dl {
	float: right;
	width: 550px;
	height: 192px;
	font-size: 13px;
	overflow: auto;
	border-left: 1px solid #4D7ABD;
	padding-left: 30px;
}

body#home #information dt {
	float: left;
	width: 100px;
}


body#home #information dd {
	margin-bottom: 10px;
	padding-left:120px;
}

body#home #fnav .container-inner {
	padding-bottom: 30px;
}

body#home #banner {
	float: right;
	width: 210px;
	margin-right: 40px;
}

body#home #banner li {
	width: 210px;
	height: 60px;
	margin-bottom: 6px;
}


/* -- ABOUT -- */

/* -- ABOUT-STAFF -- */

.subnav_link{
	display:block;
	padding:0 auto;
	background-image:url(../images/common/tab_under.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}
.subnav_link li{
	display:inline-block;
	margin-right:1px;
	background-color:#bcad90;
	font-size:16px;
	border-top:1px solid #bcad90;
	border-left:1px solid #bcad90;
	border-right:1px solid #bcad90;
}
.subnav_link li:hover,
.subnav_link li:active{
	background-color:#edeadb;
}
.subnav_link li:last-child{
	margin-right:0;
}
.subnav_link li.on{
	border-bottom:1px solid #edeadb;
	background-color:transparent;
}
.subnav_link li a{
	color:#000;
	text-decoration:none;
	padding:12px 26px;
	display:inline-block;
}
body#staff div.lineup{
	margin-top:70px;
	display:block;
}
body#staff div.lineup:after{
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	display:block;
}
body#staff div.lineup div.left{
	float:left;
	margin-right:32px;
}
body#staff div.lineup div.right{
	float:right;
	width:840px;
}
body#staff div.lineup div.right p{
	font-size:14px;
}
body#staff div.lineup div.right p span{
	font-size:17px;
	font-weight:bold;
	display:block;
}
body#staff div.lineup div.right dl{
	margin-top:25px;
	font-size:14px;
}
body#staff div.lineup div.right dl dt:before{
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
body#staff div.lineup div.right dl dt{
	float:left;
	width:92px;
	min-height:20px;
	margin-top:25px;
}
body#staff div.lineup div.right dl dt:first-child{
	margin-top:0;
}
body#staff div.lineup div.right dl dd{
	border-left:1px solid #4d7abd;
	margin-left:92px;
	padding-left:10px;
	margin-top:25px;
}

/* STAFF03 04 */

body.staff_img_none div.lineup div.right{
	width:100% !important;
}
body.staff_img_none div.lineup div.right dl dt{
	width:132px !important;
}
body.staff_img_none div.lineup div.right dl dd{
	margin-left:132px !important;
}


/* -- DEPARTMENT SHARE -- */

body#department div.content_dep:after,
body.department div.content_dep:after{
	content:".";
	height:0;
	font-size:0;
	clear:both;
	display:block;
	line-height:0;
}
body#department div.content_dep,
body.department div.content_dep{
	margin-top:20px;
}
body#department div.content_dep div.left,
body.department div.content_dep div.left{
	float:left;
	width:650px;
}
body#department div.content_dep div.right,
body.department div.content_dep div.right{
	float:right;
	width:315px;
}
body#department div.content_dep div.right img{
	display:block;
	margin:0 auto;
}
body#department div.content_dep div.right p{
	text-align:center;
}


/* -- NUCLEAR -- */

body#nuclear div.nu-01{
	margin-top:30px;
}
body#nuclear div.nu-01 > p{
	margin:0px auto 60px auto;
}	
body#nuclear div.nu-01 div{
	display:inline-block;
	margin-right:5px;
}
body#nuclear div.nu-02{
	margin-top:30px;
}
body#nuclear div.nu-02 > p{
	margin:0px auto 50px auto;
}
body#nuclear div.nu-02 div{
	display:inline-block;
	margin-right:5px;
}
body#nuclear div.nu-03{
	margin-top:30px;
}
body#nuclear div.nu-03 > p{
	margin:20px auto 50px auto;
}
body#nuclear div.nu-03 > div{
	display:inline-block;
}
body#nuclear div.nu-03 > div p{
	margin:0 0 3px 0;
	line-height:14px;
}


/* -- IVR -- */

body#ivr div.content_ivr div.left{
	width:480px;
}
body#ivr div.content_ivr div.right{
	width:466px;
}
body#ivr ul.listmark-decimal > li {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
}

/* -- X-P -- */

body#x-p div.content_x-p img{
	display:block;
	margin:0 auto;
}


/* -- RECRUIT SHARE -- */

body#recruit .listmark dt,
body.recruit .listmark dt,
body#recruit p.listmark,
body.recruit p.listmark{
	background: url(../images/recruit/listmark.png) left 8px no-repeat;
	padding-left: 10px;
}
body#recruit .listmark dd,
body.recruit .listmark dd{
	background-image:none;
	list-style:none;
}

body#recruit div.content_rec:after,
body.recruit div.content_rec:after{
	content:".";
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	clear:both;
}
body#recruit div.content_rec,
body.recruit div.content_rec{
	margin-top:30px;
}
body#recruit div.content_rec .left,
body.recruit div.content_rec .left{
	float:left;
	width:650px;
}
body#recruit div.content_rec .right,
body.recruit div.content_rec .right{
	float:right;
	width:315px;
}


/* -- RECRUIT -- */

body#recruit div.content_rec dl{
	margin-top:30px;
}
body#recruit div.content_rec dt{
	float:left;
}
body#recruit div.content_rec dd{
	margin-left:92px;
}
body#recruit div.content_rec table{
	margin-top:30px;
	width:100%;
	text-align:center;
}

body#recruit div.content_rec table th{
	background-color:#d4c9b0;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
body#recruit div.content_rec table th:last-child{
	border-right:1px solid #000;
}
body#recruit div.content_rec table td{
	background-color:#FFF;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
}
body#recruit div.content_rec table td:first-child{
	font-weight:bold;
}
body#recruit div.content_rec table td:last-child{
	border-right:1px solid #000;
}
body#recruit div.content_rec table td.point{
	background-color:#dbf0fb;
}
body#recruit div.content_rec p{
	margin:0px auto 20px auto;
}
body#recruit div.content_rec div.flow p{
	font-weight:bold;
}
body#recruit div.content_rec div.flow img{
	display:block;
	margin:0 auto;
}


/* -- VOICE -- */

div.wrap_voice{
	display:block;
	padding:30px;
	background-color:#FFF;
	border:1px solid #5c82be;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	margin-bottom:50px;
}
div.wrap_voice:after{
	content:".";
	height:0;
	display:block;
	font-size:0;
	line-height:0;
	clear:both;
}
div.wrap_voice div.head{
	border-bottom:2px dashed #5c82be;
}
div.wrap_voice div.head,
div.wrap_voice div.foot{
	display:block;
}
div.wrap_voice div.head{
	padding:0 0 10px 0;
}
div.wrap_voice div.foot{
	padding:25px 0 0 0;
}
div.wrap_voice > div:after{
	content:".";
	height:0;
	display:block;
	font-size:0;
	line-height:0;
	clear:both;
}
	
div.wrap_voice > div .left{
	float:left;
}
div.wrap_voice div.foot .left{
	width:575px;
	font-size:14px;
}
div.wrap_voice div.foot .left span{
	color:#4c893c;
	background: url(../images/recruit/listmark2.png) left 7px no-repeat;
	padding-left:13px;
	display:block;
	font-weight:bold;
}
div.wrap_voice div.foot img.voice03{
	margin:0 0 20px 20px;
}
div.wrap_voice > div .right{
	float:right;
}
div.wrap_voice div.head p.left{
	color:#4d7abd;
	font-size:15px;
}
div.wrap_voice div.head p.left span{
	font-size:17px;
	font-weight:bold;
	margin-left:15px;
}
div.wrap_voice div.head p.right span{
	background-color:#94be60;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	font-size:15px;
}
	
	div.wrap_voice.type02 div.foot .left{
		width: 570px;
	}
	div.wrap_voice.type02 div.foot .right{
		width: 320px;
	}
	div.wrap_voice.type02 .caption{
		font-size: 13px;
	}
	div.wrap_voice.type02 .description{
		font-size: 13px;
	}
	div.wrap_voice div.head .titles{
		color:#4d7abd;
		font-size:17px;
	}
	div.wrap_voice div.head .titles .large{
		font-size: 120%;
		font-weight: bold;
	}
	.title-mark{
		margin-bottom: 10px;
		padding-left: 10px;
		background-image: url("../images/common/title-mark.png");
		background-position: 0 11px;
		background-repeat: no-repeat;
		background-size: 5px auto;
		color:#4d7abd;
		font-size:17px;
		font-weight: bold;
	}

/* -- INQUIRY -- */

body#inquiry table.input-table{
	width:100%;
}
body#inquiry table.input-table tr th,
body#inquiry table.input-table tr td{
	border-bottom:1px solid #FFF;
}
body#inquiry table.input-table tr th{
	width:165px;
	padding:20px 0 20px 10px;
	vertical-align:top;
}
body#inquiry table.input-table tr td{
	padding:10px 0 10px 0;
}
body#inquiry table.input-table tr td input[type="text"],
body#inquiry table.input-table tr td textarea{
	background-color:#FFF;
	border:1px solid #5c82bd;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	padding:5px 10px;
}
body#inquiry table.input-table tr td input[type="text"]{
	width:40%;
}
body#inquiry table.input-table tr td textarea{
	width:75%;
}
body#inquiry table.input-table tr td input[type="radio"]{
	background-color:#FFF;
	border:1px solid #5c82be;
}
body#inquiry span.rq{
	color:#F00;
}

body#inquiry div.form-navi {
	text-align: center;
}

body#inquiry div.form-navi input[type="submit"]{
	display: inline-block;
	background-color:#5c82be;
	padding:15px 50px;
	color:#FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	font-size:16px;
	border:none;
	font-weight:bold;
	cursor: pointer;
}

body#inquiry div.form-navi span.correct input[type="submit"] {
	background-color:#777;
}

body#inquiry table.input-table tr td span.error{
	font-weight:bold;
	color:#F00;
}
body#inquiry p.error-top{
	color:#F00;
	width:100%;
	text-align:center;
	border:2px solid #F00;
	padding:10px;
	font-size:18px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background-color:#FFF;
}

body#inquiry table.confirm-table {
	width: 100%;
	border-top: 1px solid #dcd7bc;
}

body#inquiry table.confirm-table th,
body#inquiry table.confirm-table td {
	border-bottom: 1px solid #dcd7bc;
	padding: 10px;
}

body#inquiry table.confirm-table th {
	width: 10em;
	white-space: nowrap;
	background: #e4e0cb;
}

body#inquiry table.confirm-table td {
	background: #FFF;
}



/* -- TOPICS -- */

body#topics #nav #pc-nav-s{
	height:15px;
}
body#topics div.content_topi{
	margin-bottom:80px;
}
body#topics div.content_topi p.one{
	font-size:14px;
}
body#topics div.content_topi p.two{
	font-size:16px;
	font-weight:bold;
}
body#recruit div.content_rec .left a,
body#topics div.content_topi .left a,
.anchor_rec a{
	color:#4d7abd;
	padding-left:20px;
	background-image:url(../images/topics/topics_link.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:20px;
}
body#topics div.content_topi .left a.none{
	padding-left:0;
	background:none;
}
body#topics div.content_topi .left{
	float:left;
	width:635px;
}
body#topics div.content_topi .right{
	float:right;
	width:325px;
	text-align:center;
}
body#topics div.content_topi .right a img{
	padding-left:0;
	background:none;
}




/* -- LINK -- */

body#link #content a{
	display:block;
	padding:10px;
	border-bottom:1px dotted #4d7abd;
}
body#link #content dt{
	font-weight:bold;
	word-wrap:break-word;
}
body#link #content dd{
	word-wrap:break-word;
}


/* -- inquiry -- */

body#inquiry table.inquiry th,
body#inquiry table.inquiry td{
	padding:10px;
	border-bottom:1px solid #FFF;
}




}