/*
Theme Name: Fujita_Theme
Theme URI: http://www.kynos.co.jp/
Author: Mee
Author URI: http://www.mee77.com/
Description: Fujita site only
Version: 1.0
Template:twentytwelve
*/

/* =Reset
-------------------------------------------------------------- */
@import "../css/cmn.css";
@import "../css/contents.css";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
	overflow: hidden;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	text-rendering: optimizeLegibility;
	/*color: #444;*/
	color: #121212;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #004B97;
}
a:hover {
	color: #7EBDEA;
}

/* aタグをボタンっぽく見せる */
a.btntype {
	display:block;
	width:200px;
	border:1px solid #ccc;
	padding:5px 10px;
	text-decoration: none;
	color:#0C3F74;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	background:#EEEEEE;
	background: -moz-linear-gradient(#F5F5F5, #DFDFDF);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F5F5F5), to(#DFDFDF));
	background: -webkit-linear-gradient(#F5F5F5, #DFDFDF);
	background: -o-linear-gradient(#F5F5F5, #DFDFDF);
	background: -ms-linear-gradient(#F5F5F5, #DFDFDF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF5F5F5', endColorstr='#FFDFDFDF',GradientType=0 );
	background: linear-gradient(#F5F5F5, #DFDFDF);
	margin:0 auto;
	font-weight:bold;
	color:#000 !important;
}

a.btntype:hover,
a.btntype:active,
a.btntype:focus{
	background:#ffffff;
	background: -moz-linear-gradient(#DFDFDF, #F5F5F5);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFDFDF), to(#F5F5F5));
	background: -webkit-linear-gradient(#DFDFDF, #F5F5F5);
	background: -o-linear-gradient(#DFDFDF, #F5F5F5);
	background: -ms-linear-gradient(#DFDFDF, #F5F5F5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDFDFDF', endColorstr='#FFF5F5F5',GradientType=0 );
	background: linear-gradient(#DFDFDF, #F5F5F5);
}

a.btntype span{
	background: url("../images/li1.png") no-repeat scroll right center transparent;
	display: block;
	padding-right: 20px;
}

#main {
	background-color:#fff;
	/*border:solid 1px #DBECFB;*/
	padding:10px 14px 0;
	padding:0.714285714rem 1rem 0;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding:0;
	margin:0 auto;
	
	width: 980px;
	width: 70rem;
	/*overflow: hidden;*/
}
/* Page structure */
.site-main {
	padding:0;
	margin:0 auto;
	
	width: 952px;
	width: 68rem;
	/*overflow: hidden;*/
}

/* Page structure */
.site-top {
	padding:0;
	margin:0 auto;
	
	width: 980px;
	width: 70rem;
	/*overflow: hidden;*/
}

.site-content {
	float: left;
	width: 690px;
}


.widget-area {
	float: right;
	width: 230px;
}

/* Header */
.site-header {
	padding: 0;
	margin:0;
	position:relative;
}

.site-header h1 a {
	display: block;
	height:100%;
	width:100%;
}

.site-header h1 {
	text-align: left;
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin: 50px 0 10px 0;
	margin: 3.571428571rem 0 0.71428571428rem 0;
	width:650px;
	width:46.42857143rem;
	height:60px;
	height:4.28571428571rem;
	text-indent:-9999px;
	background: url("../images/logo-header.png") no-repeat scroll 14px 0 transparent;
	float:left;
}

.site-header h2 {
	text-align: center;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
	margin: 4px 0 0 -404px;
	margin: 0.28571428571rem 0 0 -28.85714286rem;
	width:808px;
	width:57.7142857142rem;
	height:32px;
	height:2.28571428571rem;
	text-indent:-9999px;
	background: url("../images/logo-top.png") no-repeat scroll 0 0 transparent;
	position:absolute;
	z-index:2;
	left:50%;
}



#site-description {
	display: block;
	float: right;
	font-size: 14px;
	height: 26px;
	margin: 84px 0 13px 0;
	/*overflow: visible;*/
	text-align: left;
	width: 310px;
	width: 22.1428571428rem;
}

/* header-nav */
.header-menu{
	clear:both;
	display:block;
	margin-left:54px;
	margin-left:3.855714285714rem;
}
.header-menu ul li {
	float:left;
	display:block;
	height:26px;
	height:1.85714285714rem;
	width:115px;
	width:8.21428571428rem;
	margin-right:10px;
	margin-right:0.714285714rem;
	margin-top:0;
	text-indent:-9999px;
}
.header-menu ul li.menu_inquiry { background: url("../images/head_navi/menu_inquiry.png") no-repeat scroll 0 0px transparent; }
.header-menu ul li.menu_sitemap { background: url("../images/head_navi/menu_sitemap.png") no-repeat scroll 0 0px transparent; }

.header-menu ul li a{
	display:block;
	width:100%;
	height:100%;
}

.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	clear:both;
	text-align: center;
	position:relative;
	z-index:50;
}
.menu-global-navi-container{
	height:64px;	/* 何で要るのか不明 */
}

.main-navigation ul {
	background: url("../images/global_navi/background.png") no-repeat scroll 0 0 transparent;
	text-align: left;
	width:980px;
	width:70rem;
}

.main-navigation li {
	margin: 0;
	position:relative;
	display: block;
	height:64px;
	/*padding-left:1px;*/
	float:left;
	
	/*width:138px;
	width:9.85714285714rem;*/
	
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	text-indent:-9999px;
}

.main-navigation li.sep {
	width:2px;
	background: url("../images/global_navi/sep.png") no-repeat scroll 0 0 transparent;
}
.main-navigation li.menu_home{ 
	background: url("../images/global_navi/menu_home.png") no-repeat scroll 0 0 transparent;
	width:107px;
	}
.main-navigation li.menu_outline{ background: url("../images/global_navi/menu_outline.png") no-repeat scroll 0 0 transparent;
	width:92px;
	}
/*.main-navigation li.menu_organization{ background: url("../images/global_navi/menu_organization.png") no-repeat scroll 0 0 transparent;
	width:158px;
	}*/
.main-navigation li.menu_participant{ background: url("../images/global_navi/menu_participant.png") no-repeat scroll 0 0 transparent;
	width:158px;
	}
.main-navigation li.menu_medical{ background: url("../images/global_navi/menu_medical.png") no-repeat scroll 0 0 transparent;
	width:219px;
	}
.main-navigation li.menu_activityreport{ background: url("../images/global_navi/menu_activityreport.png") no-repeat scroll 0 0 transparent;
	width:171px;
	}
.main-navigation li.menu_link{ background: url("../images/global_navi/menu_link.png") no-repeat scroll 0 0 transparent;
	width:93px;
	}
.main-navigation li.menu_access{ background: url("../images/global_navi/menu_access.png") no-repeat scroll 0 0 transparent;
	width:121px;
	}


.main-navigation li.current-menu-item,
.main-navigation li:hover {
	background-position:0 bottom;
}
.main-navigation li.sep:hover{
	background-position:0;
}

.main-navigation li a {
	/*padding-left:1px;*/

	display: block;
	height:100%;
	width:100%;
	text-decoration: none;
	color: #5e5e5e;
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 3.692307692;
	text-transform: uppercase;
	white-space: nowrap;
}
.main-navigation li.sep a {
	display:none;
}

/* ヘッダー画像 */
.header_image_box{
	position:relative;
	z-index:10;
	margin: 0 auto;
	padding:2px 0;
	/*border-bottom:solid 1px #BFDCFF;*/
	text-align:center;
	
	/*height:130px;*/
	width:100%;
}

/* パン屑リスト */
.bread_nav {
	font-size: 0.92em; /* =14px⇒13px */
	line-height: 1.2;
	margin: 0 auto;
	min-height: 16px;
	padding: 0 15px 7px;
	border-bottom:1px dotted #67AFEC;
	margin-bottom: 10px;
}
.bread_nav a {
	color:#104CC2;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 16px;
	margin-bottom: 1.142857143rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	background: url(../images/sidebar/h3.png) repeat-x scroll 0 bottom transparent;
	margin-bottom: 0;
	color:#fff;
	font-size:18px;
	font-size:1.285714286rem;
	line-height:1.5;
	
}

.widget-area .widget h3 a {
	color:#fff;
	display:block;
	padding:14px 10px 12px;
	/*padding:1.285714286rem 0.714285714rem 1.142857143rem;*/
	text-decoration:none;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}


/* gototop */
.gototop {
	clear:both;
	text-align:right;
	margin: 0 7px;
	margin: 0 0.5rem;
}

.gototop a.btn_jump_top{
	width:120px;
	height:24px;
	background:url("../images/btn_gototop.png") no-repeat scroll top center transparent;
	display:inline-block;
	text-align:left;
	text-indent:-9999px;
}
.gototop a.btn_jump_top:hover {
	background-position:bottom;
}

/* Footer */

.footer-box {
	width: 980px;
	width: 70rem;
	margin:0 auto;
}

.footer-box-top {
	clear: both;
	overflow:hidden;
	background-color:#f2f2f2;
	height:1px;
	border-top:solid 1px #CCC;
}

.footer-area{
	clear: both;
	overflow:hidden;
	background:url(../images/footer/background.png) repeat-x #f2f2f2;
	margin:0 auto;
	text-align:center;
}

.footer-box-bottom {
	clear: both;
	overflow:hidden;
	/*background-color:#1152BE;*/
	padding-top:20px;
	/*padding-bottom:6px;*/
	margin:auto;
	text-align:center;
}
.footer-box-bottom .site-info {
	background: url("../images/footer/logo.png") no-repeat scroll top center transparent;
	height:79px;
	text-indent:-9999px;
	margin-bottom:12px;
}
.footer-area #site-generator {
	text-align:center;
	color:#000;
	font-size:12px;
	font-size:0.857142857rem;
	border-top:solid 1px #ccc;
	padding: 7px;
	padding: 0.5rem;
}



.footer-menu{
	clear:both;
	width: 980px;
	text-align:right;
	color:#FFF;
	margin:7px 0 10px;
	font-size:0.92em;
}	

.footer-menu ul {
	margin:0;
	padding:0;
	overflow:hidden;
	float:right;
	}

.footer-menu ul li {
	display: block;
	float: left;
	/*min-height: 16px;*/
	list-style-type: none;
	margin:0;
	padding: 0 16px;
	background:url(../images/footer/li1.png) no-repeat 0 0;
}

.footer-menu ul li a {
	text-decoration:none;
	color:#333;
}

.footer-menu ul li a:hover {
	text-decoration:underline;
}

.footer-menu ul li.current_page_item a{
	color:#ff4b33;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
/* 投稿シングルのネタ */
.entry-meta {
	margin:0;
	line-height:1.5;
	text-align: right;
}

.entry-meta .post_meta_info {
	border-bottom:1px dotted #999999;
	margin:14px 0 6px 0;
	margin:1rem 0 0.428571428rem 0;
	padding:0 15px 10px 340px;
	padding:0 1.071428571rem 0.714285714rem 24.28571429rem;
	font-size:13px;
	font-size:0.928571428rem;
	text-align:left;
}

.entry-meta .post_meta_date {
	font-size:12px;
	font-size:0.857142857rem;
	margin:0 10px 24px;
	margin:0 0.714285714rem 1.714285714rem;

}

.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title,
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.2;
	font-weight: normal;
	
	background: url("../images/h1.png") repeat-x scroll 0 0;
	/*background-color:#F0F0F0;*/
	border-bottom:#3DA6D3 dotted 1px;
	padding:30px 20px 22px;
	padding:2.14285714285rem 1.428571429rem 1.571428571rem;
	
	width:650px;
	width:46.4285714285rem;
	
	color:#141414;
	font-weight:bold;

}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.entry-content h3,
.comment-content h3 {
	background: url("../images/h3.png") no-repeat scroll 0 0;
	font-size: 20px;
	font-size: 1.4288571429rem;
	line-height: 1.2;
	padding:13px 20px;
	padding:0.928571428rem 1.428571429rem;
	width:650px;
	width:46.4285714285rem;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
.entry-content h4,
.comment-content h4 {
	background: url("../images/h4.png") no-repeat scroll 10px 6px;
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.2;
	color:#125387;
	font-weight:bold;
	padding:10px 20px 8px 24px;
	padding:0.714285714rem 1.428571429rem 0.57142857142rem 1.785714286rem;
	border-bottom:#3DA6D3 dotted 1px;
	width:636px;
	width:45.4285714285rem;
}

.entry-content h5,
.comment-content h5 {
	background: url("../images/h5.png") no-repeat scroll 0 0;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.3;
	border:1px solid #ddd;
	font-weight:bold;
	padding:8px 24px;
	padding:0.571428571rem 1.785714286rem;
	color:#262626;
	width:636px;
	width:45.4285714285rem;
}

.entry-content h6,
.comment-content h6 {
	background: url("../images/h6.png") no-repeat scroll 10px 7px;
	color:#0D346F;
	font-size: 14px;
	font-size: 1rem;
	font-weight:bold;
	line-height: 1.3;
	padding: 5px 20px 5px 25px;
	padding:0.357142857rem 1.428571429rem 0.357142857rem 1.785714286rem;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 20px 24px;
	margin: 0 1.428571429rem 1.714285714rem;
	line-height: 1.714285714;
}


.entry-content .paragraph p::first-letter{
	padding-left: 0.9em;
}


/* ul li , ol li */
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 20px 24px;
	margin: 0 1.428571429rem 1.714285714rem;
	line-height: 1.714285714;
	overflow: hidden;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: none;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin: 0;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside none;
}
.entry-content ol ol {
	list-style: upper-alpha outside none;
}
.entry-content ol ol ol {
	list-style: lower-alpha outside none;
}
.entry-content ol ol ol ol {
	list-style: lower-roman outside none;
}

.entry-content ul > li{
	background: url("../images/li1.png") no-repeat scroll 0 7px transparent;
	padding-left:15px;
}

.entry-content ul ul > li {
	background: url("../images/li2.png") no-repeat scroll 0 7px transparent;
	padding-left:15px;
}

.entry-content ul ul ul > li{
	list-style:disc outside none;
	margin-left:26px;
	padding-left:0;
	background-image:none;
}
.entry-content ol > li {
	margin-left:24px;
	padding-left:0;
}

.entry-content .ul-style-no > li{
	background-image:none;
	list-style:none;
}

.entry-content blockquote,
.comment-content blockquote {
	margin: 0 20px 24px;
	margin: 0 1.428571429rem 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
	background-color:#E8F3FD;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}

/* dl dt dd */
.entry-content dl,
.comment-content dl {
	margin: 0 20px 24px;
	margin:0 1.428571429rem 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	border-bottom: 3px double #1973BC;
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 5px;
	padding: 5px 15px;
	font-weight: bold;
	line-height: 1.714285714;
	color:#1973BC;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin: 0 14px;
	margin:0 1rem;
	padding:0;
}

/* 横並び 線で区切る場合はborderのコメント化している部分を取れば良い */
.entry-content dl.list,
.comment-content dl.list {
	padding:0;
	line-height:16px;
	overflow:hidden;
	/*border-bottom:1px solid #999;*/
}

.entry-content dl.list dt,
.comment-content dl.list {
	clear:both;
	float:left;
	width:186px;
	padding:10px;
	border:none;
	/*border-top:1px solid #999999;*/
	background:none;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #000;
	font-size:1em;
	margin:0;
}

.entry-content dl.list dd,
.comment-content dl.list dd {
	float:left;
	width:414px;
	padding:10px 10px 10px 0;
	/*border-top:1px solid #999999;*/
	margin:0;
	/float:none;
	/margin-left:150px;
	/width:auto;
}

/* table */
.entry-content table,
.comment-content table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin:0 20px 24px;
	margin:0 1.428571429rem 1.714285714rem;
	text-align: left;
	width: 649px;
}
.entry-content table caption,
.comment-content table caption {
	font-size:20px;
	font-size:1.428571429rem;
	font-weight:bold;
	text-align:left;
}

.entry-content th,
.comment-content th {
	color: #333333;
	font-weight: bold;
	line-height: 1.3em;
	padding: 9px 10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	text-align:center;
}
.entry-content thead th,
.comment-content thead th,
.entry-content tfoot th,
.comment-content tfoot th {
	background-color:#E6E6E6;
}
.entry-content tbody th,
.comment-content tbody th {
	background-color:#D9EEF7;
}

.entry-content td,
.comment-content td {
	border-bottom: 1px solid #999999;
	border-right:1px solid #999999;
	padding: 9px 10px;
	text-align:left;
	/*font-weight: bold;*/
}

.site-content article {
	margin-bottom: 24px;
	margin-bottom:1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

/* 子ページリスト */
.widget-area #widget-childspages {
	border:solid 1px #95CAFF;
	padding:2px;
	background: url(../images/sidebar/sitdmenu_bk.png) no-repeat bottom #fff;
}

.widget-area #widget-childspages ul {
	border-left: solid 1px #95CAFF;
	border-right: solid 1px #95CAFF;
	border-bottom: solid 1px #95CAFF;
	overflow: hidden;
}
.widget-area #widget-childspages ul ul {
	border:none;
	margin:0;
}
	
.widget-area #widget-childspages ul li {
	list-style: none outside none;
	border-top: 1px solid #CCC;
	background:#FFFFFF;
	background: -moz-linear-gradient(#FFFFFF, #C9E9F6);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#C9E9F6));
	background: -webkit-linear-gradient(#FFFFFF, #C9E9F6);
	background: -o-linear-gradient(#FFFFFF, #C9E9F6);
	background: -ms-linear-gradient(#FFFFFF, #C9E9F6);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFC9E9F6',GradientType=0 );
	background: linear-gradient(#FFFFFF, #C9E9F6);
}

.widget-area #widget-childspages ul li a:active,
.widget-area #widget-childspages ul li a:hover,
.widget-area #widget-childspages ul li.current_page_item a {
	background-color:#fff;
	color:#1966AB;
}

.widget-area #widget-childspages ul li a{
	display: block;
	padding: 14px 10px 13px 32px;
	background: url("../images/sidebar/li1.png") no-repeat scroll 6px 1.36em transparent;
	min-height: 18px;
	line-height: 1.5em;
	text-decoration: none;
}

.widget-area #widget-childspages ul li li a {
	background: url("../images/sidebar/li2.png") no-repeat scroll 19px 1.36em transparent;
}



/* ショートカットメニュー */
.widget-area #widget-shortcutmenu h3 {
	/*display:none;*/
	background:url(../images/sidebar/h3_widget-shortcutmenu.png) no-repeat;
	width:230px;
	height:36px;
	display:block;
	text-indent:-9999px;
	padding-bottom:4px;
	margin-top:0;
}

.widget-area #widget-shortcutmenu ul li {
	display:block;
	height:70px;
	height:5rem;
	margin-bottom:4px;
	margin-bottom:0.28571428571rem;
}

.widget-area #widget-shortcutmenu ul li.end {
	margin-bottom:0;
}

.widget-area #widget-shortcutmenu ul li a {
	display:block;
	text-indent:-9999px;
	height:70px;
}



/* 関連リンク */
.widget-area #widget-links h3 {
	/*display:none;*/
	background:url(../images/sidebar/h3_widget-links.png) no-repeat;
	width:230px;
	height:42px;
	display:block;
	text-indent:-9999px;
	padding-bottom:4px;
	margin-top:0;
}

.widget-area #widget-links ul li {
	display:block;
	min-height:60px;
	margin-bottom:6px;
	margin-bottom:0.571428571rem;
}

.widget-area #widget-links ul li.end {
	margin-bottom:0;
}

.widget-area #widget-links ul li a {
	display:block;
	text-indent:-9999px;
	height:60px;
}
.widget-area #widget-links ul li.banner_univ a { background:url("../images/sidebar/banner_univ.png") no-repeat scroll 0 0 transparent; }
.widget-area #widget-links ul li.banner_med a { background:url("../images/sidebar/banner_med.png") no-repeat scroll 0 0 transparent; }
.widget-area #widget-links ul li.banner_phr a { background:url("../images/sidebar/banner_phr.png") no-repeat scroll 0 0 transparent; }
.widget-area #widget-links ul li.banner_hosp a { background:url("../images/sidebar/banner_hosp.png") no-repeat scroll 0 0 transparent; }


.entry-header-news{
	margin:0 0 6px 0;
	margin:0 0 0.428571428rem 0;
	position:relative;
	z-index:1;
}



/* ショートカット TOP */

#shortcut-links{
	width:980px;
	width:70rem;
	padding:0;
	margin:0 auto;
}

#shortcut-links ul{
	list-style: none outside none !important;
	text-align:center;
	margin:10px auto;
	padding:0;
}

#shortcut-links ul li{
	display:block;
	margin: 0 2px 0 0;
	padding:0;
	position:relative;
	height:136px;
	float:left;
	border:1px #CCC solid;
}
#shortcut-links ul li.last {
	margin-right:0;
}

#shortcut-links ul li a {
	display:block;
	text-indent:-9999px;
	height:136px;
	width:240px;
}
#shortcut-links ul li.banner_1 a { background:url(../images/top_contents/banner_1.png) no-repeat scroll 0 0 transparent}
#shortcut-links ul li.banner_2 a { background:url(../images/top_contents/banner_2.png) no-repeat scroll 0 0 transparent}
#shortcut-links ul li.banner_3 a { background:url(../images/top_contents/banner_3.png) no-repeat scroll 0 0 transparent}
#shortcut-links ul li.banner_4 a { background:url(../images/top_contents/banner_4.png) no-repeat scroll 0 0 transparent}




/* 関連リンク TOP */

#top-links{
	/*padding:0 50px 0;*/
	width:980px;
	width:70rem;
}

#top-links ul{
	list-style: none outside none !important;
	text-align:center;
	margin:10px auto;
	padding:0 100px;
}

#top-links ul li{
	display:block;
	margin: 0;
	position:relative;
	height:60px;
	/*padding-left:1px;*/
	float:left;
}

#top-links ul li a {
	display:block;
	text-indent:-9999px;
	height:60px;
}
#top-links ul li.banner_univ a { background:url("../images/sidebar/banner_univ.png") no-repeat scroll 0 0 transparent;width:230px; }
#top-links ul li.banner_med a { background:url("../images/sidebar/banner_med.png") no-repeat scroll 0 0 transparent;width:230px; }
#top-links ul li.banner_phr a { background:url("../images/sidebar/banner_phr.png") no-repeat scroll 0 0 transparent;width:230px; }
#top-links ul li.banner_hosp a { background:url("../images/sidebar/banner_hosp.png") no-repeat scroll 0 0 transparent;width:230px; }


.entry-header-news{
	margin:0 0 6px 0;
	margin:0 0 0.428571428rem 0;
	position:relative;
	z-index:1;
}




.entry-header-news h2 {
	background: url("../images/top_contents/newstopics_h2_background.png") no-repeat scroll 0 0 transparent;
	padding: 10px 10px 7px 28px;
	padding: 0.714285714rem 0.714285714rem 0.5rem 2rem;
	font-size:22px;
	font-size:1.571428571rem;
	line-height:1.5;
	margin:0;
	color:#fff;
	position:relative;
	z-index:2;
	text-indent: -9999px;
}
.entry-header-news a.listbtn{
	background: url("../images/top_contents/newstopics_btn.png") no-repeat scroll 0 0 transparent;
	display: block;
	position: absolute;
	text-indent: -9999px;
	z-index: 6;
	margin: 0;
	padding: 0;
	left: 560px;
	height:23px;
	width:110px;
	top:8px;
}
.entry-header-news a.listbtn:hover{
	background-position:bottom;
}

.content-box {
	padding:10px;
	padding:0.714285714rem;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content-box dl,
.content-box p {
	margin:0;
}

.entry-content dl.newslist dt {
	font-size: 12px;
	fon-size:0.857142857rem;
	line-height: 2;
	width:210px;
	font-weight:normal;
}

.entry-content dl.newslist dd {
	line-height: 1.714285714;
	width:410px;
}
.entry-content .content-box dl.newslist  dd {
	width:428px;
}

.entry-content dl.newslist dt span {
	display: block;
	float: left;
	line-height: 1.5;
	margin:3px 0;
	overflow: hidden;
}

.entry-content dl.newslist dt span.date {
	width: 105px;
	width: 7.5rem;
}

.entry-content dl.newslist dt span.cat {
	background: none repeat scroll 0 0 #FF0000;
	color: #FFFFFF;
	font-weight: normal;
	height: 18px;
	height: 1.285714286rem;
	text-align: center;
	width: 100px;
}

.entry-content dl.newslist dt span.cattype-news {
	background-color:#1865CF;
}
.entry-content dl.newslist dt span.cattype-new_info {
	background-color:#DF1C76;
}

.entry-content dl.newslist dt span.cattype-member_news {
	background-color:#FF6600;
}

.entry-content dl.newslist dt span.cattype-eventnews {
	background-color:#009966;
}

.entry-content dl.newslist dt,
.entry-content dl.newslist dd {
	border-top:1px dotted #ccc;
}

.entry-content dl.newslist dt:first-child,
.entry-content dl.newslist dt:first-child + dd {
	border-top:none;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* 各グローバルメニュートップ */
.childpage_box{
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin-bottom:24px;
}

.childpage_box .childpage_box_l {
	float:left;
	width:100%;
	min-height:120px;
	margin:0 -190px 12px 0;
}

.childpage_box .childpage_box_l h4{
	margin-right:190px;
	margin-bottom:12px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 8px;
}

.childpage_box .childpage_box_l p {
	margin-right:210px;
	margin-bottom:12px;
}

.childpage_box .childpage_box_l .page_summary {

}

.childpage_box .childpage_box_l .page_btninfo {
	margin-bottom:0;
}

.childpage_box .childpage_box_r {
	float:right;
	clear:right;
	width:170px;
	min-height:120px;
	margin:0 0 12px 0;
}

.childpage_box .childpage_box_r img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 6px 0 0 0;
	padding: 4px;
}


/* キャリアストーリー */
.career_box {
	width:200px;
	min-height:180px;
	border:1px solid #ccc;
	float:left;
	margin:0 14px 24px;
	overflow:visible;
}

.career_box a {
	color:#000;
	text-decoration:none;
}

.career_box .carre_box_no {
	background: url("../images/career/background_no.png") no-repeat scroll 0 0 transparent;
	margin:10px 0 0 -11px;
	position: absolute;
	overflow:hidden;
	z-index:100;
}
.career_box .carre_box_no span {
	background-color:#104CC0;
	color:#fff;
	display:block;
	width:65px;
	height:32px;
	margin-top:13px;
	line-height: 32px;
	text-align:center;
	font-weight:bold;
}
.career_box .picture {
	width:192px;
	height:95px;
	border:1px solid #ccc;
	position:relative;
	z-index:50;
	margin:3px;
}

.career_box .info {
	background: url("../images/career/background_title.png") repeat-x scroll 0 0 #E1E1E1;
	margin: 0 3px 3px;
}

.career_box .info h4 {
	font-size:16px;
	font-size:1.142857143rem;
	margin:0;
	padding:10px;
	background-image:none;
	text-indent:0;
	color:#000;
}

.career_box .info span.belonging{
	display:block;
	padding:0 10px 10px;
	font-size:12px;
	font-size:0.857142857rem;
	min-height:25px;
}



#widget-childspages h3 .participant{
	font-size:16px;
	font-size:1.14285714285rem;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


.fb-like-box {
	text-align:left;
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}





























































































































/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}

	.entry-header .entry-title {
		
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


