@charset "UTF-8";

/*
Theme Name: gansupport
Theme URI: http://gansupport.jp
Description: gansupport
Author: gansupport
Author URI: http://gansupport.jp
License:
License URI:
Version: 20131023
*/

@import url('css/base.css');
@import url('css/style.css');
@import url('css/editor.css');

/*
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
*/

#wrapper {
	padding: 15px 0 0 0;
	width: 100%;
	overflow: hidden;
}

#topics .fl {
	padding: 10px 0 0 0;
	width: 100%;
	overflow: hidden;
}

/*
 * ダイアログ
 */
#login_dialog h3 {
    margin: 0px 5px 10px 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #fff;
    background: gray;
}

/* サイドナビ改 */
#sub .article_sub_list ol {
    list-style-position: inside;
}
#sub .article_sub_list ol li {
    padding: 5px 10px 5px 13px;
    background: url('') no-repeat 6px 8px;
    border-bottom: 1px dotted #fce2e3;
    overflow: hidden;
}
#sub .article_sub_list ul li {
    padding: 5px 5px 5px 28px;
    background: url('../gsic/img/icon_01.png') no-repeat 6px 8px;
    border-bottom: 1px dotted #fce2e3;
    overflow: hidden;
}

/* がんサポート最新号 side */
#support_side {
	width: 300px;
	padding-top: 10px;
	padding-left: 40px;
}

#support_side ul {

}

#support_side li {
	margin: 0 37px 15px 0;
	width: 215px;
	float: left;
	display: inline;
}

#support_side li:nth-child(n+1) {
	clear: both;
}

#support_side li .fl {
	width: 110px;
}

#support_side li .fl img {
	display: block;
}

#support_side li .fl p {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 90%;
	color: #fff;
	background: #ec9d8c;
}

#support_side li .fr {
	width: 94px;
	line-height: 140%;
	font-size: 90%;
}

#support_side li .fr .desc {
	width: 94px;
	min-height: 137px;
	line-height: 1.67;
}

#support_side li .fr .more {
	margin-top: 5px;
}

#support_side li .fr .tit {
	padding: 0 0 8px 0;
	margin-bottom: 6px;
	font-weight: bold;
	background: url('../gsic/img/back_07.png') no-repeat 0 bottom;
}

#support_side li .fr .tit a {
	padding: 0 0 0 11px;
	color: #797458;
	text-decoration: none;
	background: url('../gsic/img/arrow_01.png') no-repeat 0 6px;
}

#support_side li .fr .tit a:hover {
	color: #797458;
	text-decoration: underline;
}

/* ソーシャルボタン */
.snsb {
	overflow: hidden;
}
.snsb li {
	width: 87px;
	height: 33px;
	float: left;
	margin-top: 10px;
}
.snsb iframe {
	margin: 0 !important;
}

/* 関連記事一覧 */
.article_sub_list {
    padding: 6px 0 6px 0;
/*
    width: 712px;
*/
    width: auto;
    font-size: 115%;
    background: #fdf3f1;
    border: 4px solid #f6bcb8;
    overflow: hidden;
}
.article_sub_list h3 {
    margin: 0 5px 6px 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    color: #fff;
    background: #ed9c8b;
}
.article_sub_list ul {
    margin: 0 5px 0 5px;
}
.article_sub_list ul li {
    padding: 5px 5px 5px 28px;
    background: url('../gsic/img/icon_01.png') no-repeat 6px 8px;
    border-bottom: 1px dotted #fce2e3;
    overflow: hidden;
}

/* フッタ */
#footer ul li {
    letter-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-left: 1px solid #e7b7b1;
    padding-left: 5px;
    margin-left: 5px;
}

/* セミナー */
.fc-event {
	margin-top: 2px;
	}

/* 拠点病院 */
.single table.info  th {
	vertical-align: top;
	background: #EDE8DF;
	width: 100px;
	color: #797458;
	text-align: left;
	font-weight: normal;
}

/* プリント */
@media print {
   #main {
      color: #000000;
   }
}

/* Contact Form 7 */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
