@charset "UTF-8";
/*
Theme Name: がんと妊孕性専用テーマ
*/
/* =Compass
---------------------------------------------------------------------------------------------- */
/* =SCSS
---------------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* =Reset
-------------------------------------------------------------- */
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;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

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%;
}

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: "";
}

/* =link
-------------------------------------------------------------- */
a {
  outline: none;
  color: #004370;
  text-decoration: underline;
}

a:visited {
  outline: none;
  color: #004370;
  text-decoration: underline;
}

a:hover {
  outline: none;
  color: #800040;
  text-decoration: none;
}

/* =IMG
-------------------------------------------------------------- */
/* 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;
}

img.hover {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
}

img.hover:hover {
  opacity: 0.70;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =Basic structure
---------------------------------------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1rem;
  font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
  margin: 0;
  padding: 0;
}


/* ヘッダー 
---------------------------------------------------------------------------------------------- */
.header{
	width: 100%;
	border-top:12px solid #8bc90a;
	margin: 0 0 20px 0;
	padding: 0;
}
.header-inner {
  width: 995px;
  height: 120px;
  margin: 0px auto 10px;
  padding: 10px 20px 0 20px;
  overflow: hidden;
  position: relative;
}
.title_header{
	position: absolute;
	bottom: 0;
	left: 20px;
}
.bnr_patients_network{
	position: absolute;
	bottom: 46px;
	right: 190px;
}
.bnr_patients_patient{
	position: absolute;
	bottom: 0;
	right: 190px;
}
.bnr_patients_donation{
	position: absolute;
	bottom: 0;
	right: 25px;
}


/* グローバルメニュー 
---------------------------------------------------------------------------------------------- */
.gmenu {
  	width: 995px;
  	height: 56px;
  	margin: 0px auto 10px;
  	padding: 0 20px 0 20px;
  	overflow: hidden;
}
.gmenu ul {
  	width: 100%;
  	height: 56px;
  	overflow: hidden;
  	margin: 0 0 0 2px;
  	padding: 0;
}
.gmenu ul li {
	float: left;
  	height: 56px;
  	margin: 0 4px 0 0;
  	padding: 0;
}
.gmenu ul li.last {
  	margin: 0 0 0 0;
}


/* パン屑 
---------------------------------------------------------------------------------------------- */
.pankuzu{
  	width: 995px;
  	margin: 0px auto 40px;
  	padding: 10px 20px 10px 20px;
  	overflow: hidden;
  	font-size: 13px;
}
.pankuzu a{
  	font-size: 13px;
}


/* フッター 
---------------------------------------------------------------------------------------------- */
.footer {
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	clear: both;
  	border-top: 12px solid #9dcd29;
}
.footer-inner {
  	width: 995px;
  	padding: 40px 20px 40px 20px;
  	margin: 0 auto;
  	overflow: hidden;
}
.footer-link{
	width: 700px;
	float: left;
	margin: 0;
	padding: 0;
}
.footer-link h2{
	margin: 0 0 20px 0;
}
.footer-link ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-link ul li{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	background: url(img/icon_link.gif) no-repeat left center;
}
.footer-link ul li a{
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 13px;
	line-height: 1.5;
}
.footer-banner{
	width: 275px;
	float: right;
	margin: 0;
	padding: 0;
}
.footer-bottom{
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 35px 0 0 0;
}
.footer-banner img{
	margin: 0 0 3px 0;
	padding: 0;
}
.footer-logo {
  	float: left;
  	width: 300px;
  	height: auto;
}
.footer-address{
  	float: right;
  	width: 430px;
  	margin: 0 0 20px 20px;
  	font-size: 12px;
  	line-height: 1.5;
}

.footer-cnj{
	width: 300px;
	float: right;
	margin-left: 300px;

}

.footer-cnj img{
	clear: both;
	float: right;
  	margin: 10px 0px;
}


.footer-cnj p{
	clear: both;
  	font-size: 11px;
  	line-height: 1.5;
  	text-align: right;
  	margin: 0px 0 0 0px;
}

.bnr_footer_jsfp {
  	float: right;
}

/* メイン 
---------------------------------------------------------------------------------------------- */
.container {
  	width: 995px;
  	padding: 0 20px 0 20px;
  	margin: 0 auto 40px auto;
  	padding: 0;
  	overflow: hidden;
}




/* トップページ
---------------------------------------------------------------------------------------------- */
/* がん経験者の声
--------------------------------------------- */
.top-survivor-list{
	width: 100%;
	padding: 0 0 65px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.top-survivor-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-survivor-list ul li{
	float: left;
	width: 150px;
	margin: 0 7px;
	padding: 0;
}
.top-survivor-list ul li img{
	width: 150px;
	height: auto;
	margin: 0 0 3px 0;
}
.top-survivor-list-text{
	background-color: #f7f8dd;
	padding: 5px 3px;
}
.top-survivor-list-text h3{
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-decoration: underline;
}
.top-survivor-list-text p{
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 0 0;
}


/* 医学的な情報 
--------------------------------------------- */
.top-medical{
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.top-medical h2{
	margin: 0 0 30px 0;
}
.top-medical-pic{
	width: 235px;
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.top-medical-video{
	width: auto;
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.top-medical-video p.junbi{
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
	color: blue;
}
.top-medical-video ul{
	margin: -30px 0 30px 0;
	padding: 0;
	list-style: none;
}
.top-medical-video ul li{
	min-height: 40px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(img/icon_yajirushi.png) no-repeat left center;
}
.top-medical-video ul li a{
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	padding: 0 0 0 50px;
}
.top-medical-video h3{
	font-size: 16px;
	color: #333;
	margin: 0 0 10px 0;
}
.top-medical-video span{
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 10px;
}
.top-medical-video p{
	font-size: 13px;
	line-height: 1.8;
}

/* 相談会スケジュール
--------------------------------------------- */
.top-bottom{
	width: 100%;
	background-color: #f4fce0;
	margin: 0;
	padding: 35px 0;
	overflow: hidden;
}
.top-bottom-inner{
  	width: 995px;
  	display: table;
  	padding: 0 20px 0 20px;
  	margin: 0 auto 0 auto;
  	padding: 0;
  	overflow: hidden;
	background-color: #f4fce0;
}
.top-bottom-inner-fb{
	width: 525px;
	display: table-cell;
}	
.top-bottom-inner-about{
	width: auto;
	display: table-cell;
}	
.top-bottom-inner-about p{
	font-size: 13px;
	line-height: 1.8;
}
.top-anami{
	padding: 30px 0 0 0;
}	
.top-anami img{
	float: right;
}
.top-bottom-inner-about .top-anami p{
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 1.8;
	padding: 60px 10px 0 0;
}	
.top-bottom-inner-about .top-anami p b{
	font-size: 16px;
}	
	

/* 下層コンテンツ
---------------------------------------------------------------------------------------------- */
.entry-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.entry-content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.entry-content p.center {
  text-align: left;
}
.entry-content p strong {
  color: red;
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-content p.clear {
  clear: both;
}

.category-title {
	margin: 0 0 30px 0;
}

.entry-title {
  	width: 100%;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0px auto 15px auto;
  	padding: 0;
  	text-align: left;
  	clear: both;
  	font-size: 24px;
  	letter-spacing: 1px;
  	line-height: 1.5;
  	color: #203473;
}

.entry-topictitle {
  width: 100%;
  margin: 40px auto 10px auto;
  padding: 5px 0 5px 10px;
  text-align: left;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #333;
  border-left: 10px solid #90c31f;
}
.entry-topictitle:first-child {
  margin: 0px auto 20px auto;
}

.entry-content ul {
  list-style: disc outside;
  margin: 0 0px 20px 30px;
}

.entry-content ol {
  list-style: decimal outside;
  margin: 0 0px 20px 30px;
}

.entry-content li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  margin: 0 0 10px 0;
}

.entry-content table {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-top: 1px dotted #ccc;
}
.entry-content table th {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  width: 200px;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.entry-content table.short th {
  width: 100px;
}
.entry-content table td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  width: auto;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
	

/* 下層ページ
---------------------------------------------------------------------------------------------- */
.post-box{
	display: table;
	width: 100%;
}
.post-box-video{
	width: 600px;
	display: table-cell;
	vertical-align: top;
}
.post-box-text{
	width: auto;
	display: table-cell;
	vertical-align: top;
}
.post-box-text h3{
	font-size: 20px;
	margin: 0 0 10px 0;
}

















