@charset "utf-8";
/*
Theme Name: NPO EDGE(2012 Style)
Theme URI: http://npo-edge.jp/
Description: 2012年のリニューアル時に作成したスタイルです
Author: Junoe
Version: 1.0
License: 
License URI: 
Tags: NPO,EDGE,ディスレクシア
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

em{
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
	color: #c30000;
}
/* =Layout
-------------------------------------------------------------- */
.-sp, .-sp-i, .-sp-ib{
	/* for smartphone */
	display: none;
}

/* clearfix */
.clearfix:after {
 content:"."; 
 display:block; 
 height:0; 
 clear:both; 
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* hide mac ie \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display: block;
}
/* end */


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {

}
#content {
	padding:0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
div#footer div.footer-sitemap div.nav.footer-nav.cf ul li,
div#footer div.footer-sitemap div.nav.footer-nav.cf ul li span.translate{
	display: none; /* hide only Home */
}
div#footer div.footer-sitemap div.nav.footer-nav.cf ul li a{
	padding-left: 12px;
	background: url(./images/common/icon/arrow_footer.png) no-repeat left center;
	background-size: 9px 12px;
	line-height: 2em;
}
div#footer div.footer-sitemap div.nav.footer-nav.cf ul li.page_item{
	display: block;
}
div#footer div.footer-sitemap div.nav.footer-nav.cf ul{
	padding: 0; margin: 0;
}
div#footer div.footer-sitemap div.nav.footer-nav.cf>ul>li.page_item{
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 10px;
	font-size: 1em;
}
div#footer div.footer-sitemap div.nav.footer-nav.cf>ul>li.page_item>a{
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(./images/top/icon_arrow.gif);
}
div#footer div.footer-sitemap div.nav.footer-nav.cf ul.children ul.children{
	margin-left: 0.3em;
	border-left: 3px solid #edd3be;
}
div#footer div.footer-sitemap div.nav.footer-nav.cf ul.children ul.children li.page_item>a{
	background-image: none;
	padding-left: 6px;
	font-size: 0.9em;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'UD新ゴ R', 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'UD新ゴ コンデンス90 M', 'UD Shin Go Conde90 M';
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
/*	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; */
	font-family: 'UD新ゴ コンデンス90 M', 'UD Shin Go Conde90 M';
}
input[type=submit] {
/*	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; */
	font-family: 'UD新ゴ コンデンス90 M', 'UD Shin Go Conde90 M';
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
	position:relative;
}
html{
	background: url(images/common/body_bg.png);
}
#wrapper {
/*	background: #fff;
	background-color: #FDF1E7; */
	background-color: #FDF4ED;
/*	margin-top: 20px; */
	padding: 0 20px 10px 20px;
	
}


html,
body,
div#wrapper {
  height: 100%; /* min-heightに対応していないブラウザ用 */
}

div#wrapper {
  min-height: 100%; /* 最小の高さ */
  background: #FDF4ED;
}
 
body > div#wrapper {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}
 
 
 
 
 

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
/*	width: 220px; */
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	text-align: right;
}
#branding{
	margin: 0 0 15px 0;
	padding-left: 1em;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 85%;
	line-height: 2.5em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	color:#cc0000;
}
cite,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 15px 0 0px 0;
	display:block;
	margin: 0 0 5px 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* This is the custom header image */
#branding img {
/*	border-top: 4px solid #000;
	border-bottom: 1px solid #000;*/
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #ffcc00;
	display: block;
	float: left;
	margin: 0 auto;
/*	width: 980px; */ /* 7children */
	width: 975px; /* 8children */
}
#access .menu-header,
div.menu {
	font-size: 13px;
/*	margin-left: 12px; */
	width: 980px;
	padding:0;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	width: 162px;    /* 6children */
/*	width: 139px; */ /* 7children */
/*	width: 121px; */ /* 8children */
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin:0 1px 0 0 ;
	background: #fe6400 url(/wp-content/themes/npoedge/images/common/b_bg.gif) 0 -40px;
}
div.menu li span.translate{
	display: none;
}
#access .menu>ul>li:first-child{
	display: none; /* hide Home menu */
}
#access ul.sub-menu li,
#access ul.children li{
	text-align:left;
	border-bottom:1px solid #555;
	font-weight: normal;
}

#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 0px;
	text-decoration: none;
}
div.menu{
	margin:0;
	padding:0;
}
/** =========================
 *  メインメニュー
 ** ======================== */
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	font-weight:normal;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	
}
#access li:hover > a{
	color: #fff;
	background: #fe6400 url(/wp-content/themes/npoedge/images/common/b_bg.gif) 0 -80px;
}
#access ul ul :hover > a {
	color: #fff;
	background: #555;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_parent > a ,
#access ul li.current_page_ancestor > a ,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #fe6400 url(/wp-content/themes/npoedge/images/common/b_bg.gif) 0 0px;
	color: #fff;
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#access ul li.page_item.page-item-3170{
	font-size: 13px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
}
div.breadcrumbs {
	padding: 5px 0px 30px 20px;
	margin: 0 0 10px 0;
	background: url(images/common/shadow_bg.png) bottom left no-repeat;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 110%;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 1em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt{
	margin: 0 0 5px 0;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h4,
#content h5,
#content h6 {
	margin: 0 0 10px 0;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #ff6600;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
	padding:0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
/*	color: #888;
	font-size: 12px; */
}
.entry-content select {
	font-size: 90%;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}



.home #sec1{
	padding: 35px 10px;
}
.btnDonation{
	margin: 0 0 20px;
}
.btnDonation img.forsp{
	display: none;
}
.btnDonation p{
	margin: 2px 0; padding: 0;
	text-align :center;
}
.btnDonation .supportUs{
	width: 979px;
	height: 121px;
	position: relative;
	background: url(images/top/btn_donation_bg.gif) transparent no-repeat;
}
.btnDonation .supportUs .btn{
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	margin: auto 15% auto auto;
	width: 190px;
	height: 55px;
	background: url(images/top/btn_donation_btn.gif) transparent no-repeat;
}
.home #sec1 .left{float:left; width:430px;}
.home #sec1 .left .text{line-height:180%;}
.home #sec1 .right .linkAbout{
    padding:0 0 0 20px;
    background:url(images/top/icon_arrow.gif) no-repeat 0 12px;
    text-align:left;
    margin:25px 0 30px 125px;
    font-size:20px;
}
.home #sec1 .right img.pdf-pamphlet{
	width: 160px;
}
.home #sec1 .right{float:right; width:490px; text-align: left;}
/*
.home #sec1 .right ul{list-style:none; margin:0;}
.home #sec1 .right ul li{ margin-bottom:10px; line-height:0;}
*/
.home h2{ text-align:left; margin:0 0 5px !important;}
.home .fb-like-box-wrapper{ text-align: left; }
.moreInfo{padding:5px 0 12px;}
/* = Activity banners
-------------------------------------------------------------- */
/*
.home #sec1 ul#activities{
	width: 980px;
	padding: 0;
	margin: 0 0 40px;
}
.home #sec1 ul#activities li{
	list-style: none;
	display: inline-block;
	height : 70px;
	width: 310px;
	padding: 2px 0;
	margin: 0;
}
.home #sec1 ul#activities li ul{
	display: none;
}
.home #sec1 ul#activities li.jollyphonics,.home #sec1 ul#activities li.mooc{
	width: 470px;
}
.home #sec1 ul#activities li a{
	background: no-repeat transparent; 
	display: inline-block;
	width: 100%;
	height: 100%;
	color: transparent;
	padding: 0;
	margin: 0;
}
.home #sec1 ul#activities li a:hover{
	background-position: 0 -70px;
}
.home #sec1 ul#activities li.mooc a{
	background-image: url(./images/top/activities/btn_mooc.gif);
}
.home #sec1 ul#activities li.jollyphonics a{
	background-image: url(./images/top/activities/btn_jp.gif);
}
.home #sec1 ul#activities li.support a{
	background-image: url(./images/top/activities/btn_support.gif);
}
.home #sec1 ul#activities li.beam a{
	background-image: url(./images/top/activities/btn_beam.gif);
}
.home #sec1 ul#activities li.lsa a{
	background-image: url(./images/top/activities/btn_lsa.gif);
}
.home #sec1 ul#activities li.dxs a{
	background-image: url(./images/top/activities/btn_dxs.gif);
}
.home #sec1 ul#activities li.dx a{
	background-image: url(./images/top/activities/btn_dx.gif);
}
.home #sec1 ul#activities li.apdf a{
	background-image: url(./images/top/activities/btn_apdf.gif?1);
}
.home #sec1 ul#activities li a span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
*/


.home #sec1 ul#edge-activities{
	width: 940px;
	padding: 0;
	margin: 0 0 40px;
}
.home #sec1 ul#edge-activities li{
	position: relative;
	list-style: none;
	display: inline-block;
	height : 70px;
	width: 304px;
	padding: 2px 0;
	margin: 0 10px 0 0;
}
.home #sec1 ul#edge-activities li ul{
	display: block;
	position: absolute;
	top: 9px;
	left: 68px;
	margin: 0;
	padding: 0;
}
.home #sec1 ul#edge-activities li ul li{
	display: list-item;
	height: auto;
	width: auto;
	color: #000;
	margin: 0 0 2px 0;
	padding-left: 12px;
	line-height: 1em;
}
.home #sec1 ul#edge-activities li ul li.title{
	padding-left: 12px;
	margin-left: 12px;
	background: url(images/top/icon_arrow.gif) no-repeat center left/8px;
	color: #2873d2;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
.home #sec1 ul#edge-activities li ul li.subtitle{
	font-weight: bold;
	font-size: 13px;
}
.home #sec1 ul#edge-activities li ul li.subtitle-en{
	font-size: 11px;
}
.home #sec1 ul#edge-activities li.apdf ul li.subtitle-en{
	font-size: 10px;
}
.home #sec1 ul#edge-activities li.jollyphonics,.home #sec1 ul#edge-activities li.mooc{
/*	width: 460px; */
}
/* .home #sec1 ul#edge-activities li.jollyphonics, .home #sec1 ul#edge-activities li.lsa, .home #sec1 ul#edge-activities li.apdf{ */
.home #sec1 ul#edge-activities li.support, .home #sec1 ul#edge-activities li.lsa, .home #sec1 ul#edge-activities li.apdf{
	margin-right: 0;
}
.home #sec1 ul#edge-activities li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: transparent;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #dbd9d6;
	border-radius: 4px;
	background-color: #f9f9f7;
}
.home #sec1 ul#edge-activities li a:hover{
	background-color: #fdecdd;
}
.home #sec1 ul#edge-activities li.mooc a{
	background-image: url(./images/top/activities/icon/mooc.png);
}
.home #sec1 ul#edge-activities li.jollyphonics a{
	background-image: url(./images/top/activities/icon/jolly_phonics.png);
}
.home #sec1 ul#edge-activities li.support a{
	background-image: url(./images/top/activities/icon/support.png);
}
.home #sec1 ul#edge-activities li.consultation a{
	background-image: url(./images/top/activities/icon/consultation.png);
}
.home #sec1 ul#edge-activities li.beam a{
	background-image: url(./images/top/activities/icon/beam.png);
}
.home #sec1 ul#edge-activities li.lsa a{
	background-image: url(./images/top/activities/icon/lsa.png);
}
.home #sec1 ul#edge-activities li.dxs a{
	background-image: url(./images/top/activities/icon/dxs.png);
}
.home #sec1 ul#edge-activities li.dx a{
	background-image: url(./images/top/activities/icon/dx.png);
}
.home #sec1 ul#edge-activities li.apdf a{
	background-image: url(./images/top/activities/icon/apdf.png);
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 10px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#main #topMainBanner{
	margin: 10px 0 20px 0;
}
#main #topMainBanner img{
	margin-left: 40px;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}
#footer-widget-area ul.xoxo,
#footer-widget-area ul.xoxo li{
	margin-bottom:0;
}
#footer-widget-area h3.widget-title{
	display: none;
}
#content h3{
	font-weight:bold;
	color:#ff6600;
	margin: 0 0 10px 0;
	background-color:#ff9900;
	color:#fff;
	font-size:110%;
	padding: 3px 10px;
	line-height: 1.8em;
	border-radius: 6px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0;
	padding: 30px 0 0 0;
	background: url(images/common/shadow_bg.png) top left no-repeat;
	
}
#colophon {
	padding: 0 0 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: normal;
	border:1px solid #ccc;
	background-color:#efefef;
	display:block;
	width:auto;
	padding: 5px 10px;
/*	margin-bottom:30px; */
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#footerbanners {
    margin: auto;
    width: 890px;
}
#footerbanners a{
	margin: 0 5px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
	border:1px solid;
}


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

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* contact forms */

div.wpcf7{
	margin: 0 0 50px 0;
}
div.wpcf7 table{
	width: 100%;
	
}
div.wpcf7 table th,div.wpcf7 table td{
	vertical-align: top;
}
div.wpcf7 table th{
	width: 20%;
	background-color: #eee;
	color: #333;
}
div.wpcf7 table td.sender{
	text-align: center;
}
div.wpcf7 table td textarea{
	width: 99%;
}
div.wpcf7 table td.sender input{
	width: 220px;
}
div.wpcf7 input.wpcf7-text{
	border:1px solid #ddd;
	background-color:#f5f5f5;
	padding: 1px 4px;
	line-height: 150%;
}
div.wpcf7 select.wpcf7-form-control.wpcf7-select{
    padding: 0.375rem 0.75rem;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

/* event schedule plugin fix */
#access span.ec3_schedule{
	display: none;
}
span.ec3_schedule{
	padding-right: 18px; 
}
.breadcrumbs span.ec3_schedule{
	display: none;
}
#content ul.lineList{
	padding:8px 0 0 0;
	margin:10px 0 ;
	border-top:1px solid #999;
}
#content ul.lineList li{
	list-style-type:none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #ddd;
}
#content ul.lineList li span.date{
	float:left;
	display:block;
	width: 120px;
	line-height: 2em;
}
#content ul.lineList li span.title{
	display:block;
	margin-left: 120px;
}
#content ul.newsList{
	padding:8px 0 0 0;
	margin:10px 0 ;
	border-top:1px solid #999;
}
#content ul.newsList li{
	list-style-type:none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #ddd;
}
#content ul.newsList li span.date{
	float:left;
	display:block;
	width: 120px;
	line-height: 2em;
}
#content ul.newsList li span.title{
	display:block;
	margin-left: 120px;
}
#content ul.newsList li a{
	margin-left: 120px;
	display: block;
}
#content ul.wide li span.date{
	width: 200px;
}
#content ul.wide li span.title{
	display:block;
	margin-left: 200px;
}
#content ul.topicList{
}
#content ul.topicList li{
	margin: 4px 0 0 0;
}
#content ul.topicList h4{
	margin: 12px 0 0 0;
}

table.line2 th.date{
	font-weight: normal;
	font-size:16px;
}
#content h4{
	font-weight:bold;
}
#content h4.type2{
    border-left: 4px solid #E4A340;
    padding: 0 10px;
    margin: 12px 0 8px 2px;
}
#content h4.type3{
    padding: 8px 4px 4px;
    margin: 12px 4px 0px;
    border-bottom: 1px solid #676767;
}
#content h2 span.subtitle,
#content h3 span.subtitle,
#content h4 span.subtitle,
#content h5 span.subtitle{
	font-size: 60%;
	padding-left: 1em;
}

#content ul.list{
	list-style-type: disc;
	margin-left: 1.2em;
}

dl.list table th.page{
	width:2.5em;
	text-align:center;
}
table.line th.date{
	width:14em;
	text-align:left;
}
a.leftMap{
	display:block;
	float:left;
	margin:3px 20px 3px 0;
}
ul.list li.noList{
	list-style-type:none;
}
table.line2 th.num{
	width:5em;
	text-align:left;
}
/*==========================
    support/dx/movie
============================*/
div#dxmovie {
	width: 420px;
	margin: 0 auto;
}
/*==========================
    about/access
============================*/
div#access_route div.gallery dl.gallery-item{
	margin: 10px 0px;
}
div#access_route div.gallery dl.gallery-item dd{
	text-align: left;
	background-color: #efefef;
	padding: 8px;
	margin: 2px;
	height: 60px;
	font-size: 0.83em;
}
div#access_route div.gallery dl.gallery-item dd:first-letter{
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 3px;
}

/*==========================
    page/about/npo/representative
============================*/
body.page-about-npo-representative{
}
body.page-about-npo-representative .photo_area{
	float: left;
	width: 180px;
}
body.page-about-npo-representative .photo_area h2{
	font-size: 1.2em;
	text-align: center;
}
body.page-about-npo-representative .photo_area img{
	width: 100%;
}
body.page-about-npo-representative .todoProfile{
	float: right;
	width: 720px;
}

/*==========================
    support/lsa/
============================*/
img.alignnone{
	display:block;
	float:left;
	width:200px;
	margin:3px 10px 0 10px;
}
body.page-support-lsa div#content ul.topicList{
	list-style: none;
}
body.page-support-lsa div#content ol{
	margin: 8px 0 12px 12px;
}
body.page-support-lsa div#content ol li{
	margin: 4px 0 4px 12px;
}
body.page-support-lsa div#content h5{
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 0.5em;
	text-decoration: underline;
}
body.page-support-lsa div#content dl.lsa-lecture{
	margin: 0;
}

/*==========================
	toppage
============================*/
div.entry-content div#main{
	margin:20px 0 20px;
}
div.entry-content img#mainLeft{
	display:block;
	float:left;
	width:571px;
	height:498px;
}
div.entry-content div#mainRight{
	float:left;
	width:342px;
	height:px;
	margin:10px 0 0 10px;
}
div.entry-content div#mainRight img.introImg{
	display:block;
	width:282px;
	margin:0 0 0 30px;
}
div.entry-content div.balloon{
	background:url(/wp-content/themes/npoedge/images/top/dyslexia_bg.gif) no-repeat;
	margin:90px 0 0;
	width:342px;
	height:109px;
	position:relative;
}
div.entry-content div.balloon span.linkBtn{
	color:#ff7c00;
	background:url(/wp-content/themes/npoedge/images/top/arrow.gif) 2px no-repeat;
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:125%;
	position:absolute;
	top:64px;
	left:56px;
}
div.entry-content img#lineTop{
	display:block;
	margin:10px 0 20px;
}
div.entry-content img#lineBottom{
	display:block;
	margin:20px 0 0;
}
/*====================================
	header
======================================*/
div#header div#branding span.logo{
	margin: 5px 10px 5px 20px;
}
div#header div#branding .header-space{
	padding-top: 10px;
}
div#header div#branding span.title{
	height: 47px;
	float: left;
	margin: 16px 0 5px 0;
}
div#header div#branding span.title img{
	padding-left: 35px;
}
div#header div#branding span.banner{
    float: right;
    padding-right: 18px;
}
body{
	background:url(/wp-content/themes/npoedge/images/top/headerLine.gif) top repeat-x;
	padding:6px 0 0;
}
div#header div.sns-links{
	position:absolute;
	right: 144px;
	top: 4px;
}
div#header div.sns-links img{
	width: 20px;
	padding-right: 8px;
}
div#plzDonate, div#goEnglish{
	width: 120px;
	position:absolute;
	top: 0;
	text-align:center;
	right: 20px;
	font-size: 90%;
}
div#plzDonate{
	width: 150px;
	right: 150px;
}
div#plzDonate a, div#goEnglish a{
	background-color:#efefef;
	text-align:center;
	display:block;
	text-decoration: none;
	padding: 5px 0;
	color:#ff6600;
}
div#plzDonate a:hover, div#goEnglish a:hover{
	background-color:#ff8800;
	color:#fff;
}

/*----------------------------------------------------------------------
/			WORK - BEAM
/----------------------------------------------------------------------*/
.page-work-audio-materials ul.beam-sample #content {
	margin: 0;
}
.page-work-audio-materials #content ul.beam-sample li{
	list-style-type: none;
}
.page-work-audio-materials #content ul.beam-sample li .ui360 a{
	padding: 0;
}
.page-work-audio-materials #content .casestudy dl{
	margin: 0 0 12px 12px;
}
.page-work-audio-materials #content .casestudy ul{
	margin: 0 0 12px 30px;
}
.page-work-audio-materials #content .casestudy ul li{
	margin: 4px 0;
}

/*----------------------------------------------------------------------
/			LSA Q and A
/----------------------------------------------------------------------*/
div#content dl.qanda {
	margin-bottom: 40px;
}
div#content dl.qanda dt{
	margin: 0 0 5px;
	padding: 2px 0 4px 30px;
	background: url(./images/common/icon_question.gif) no-repeat left top;
	font-weight: bold;
}

div#content dl.qanda dd{
	margin: 0 0 15px;
	padding: 2px 0 24px 30px;
	border-bottom: solid 1px #ccc;
	background: url(./images/common/icon_answer.gif) no-repeat left top;
}
div#content dl.qanda dd ul li h4{
	margin: 10px 0 0 0;
}
div#content dl.lsqotherarea a{
	padding-left: 18px; 
	background: url(./images/common/marker_rounded_yellow_green.png) no-repeat left center;
}
div#content dl.lsqotherarea dd{
	margin-left: 20px;
}

/***
 * Dx seminar
 */
div#content dl.dxseminarAbout{
	margin: 0 0 20px 12px;
}
div#content dl.dxseminarAbout dt{
	float: left;
	width: 140px;
}
div#content dl.dxseminarAbout dd{
	margin-bottom: 12px;
	padding-left: 150px;
}

div#content ul#dxseminarHistory{
	list-style-type: none;
}
div#content ul#dxseminarHistory h5{
	padding: 12px 0 0 8px;
	font-size: 1.3em;
}
div#content ul#dxseminarHistory li{
	border-bottom: 1px solid #a5a5a5;
}
div#content ul#dxseminarHistory dl{
	margin: 0 0 20px 22px;
}
div#content ul#dxseminarHistory dl dt{
	float: left;
	width: 140px;
	font-size: 1.1em;
}
div#content ul#dxseminarHistory dl dd{
	margin-bottom: 12px;
	padding-left: 150px;
}

/* ==============================================
 *                  APDF
 ================================================ */
div#content #apdfAbstruct{
	margin: 12px 0 0 12px;
}
div#content #apdfAbstruct tr{
	border-bottom: 1px solid #ccc;
}
div#content #apdfAbstruct th{
	padding: 0 0 0 6px;
	width: 150px;
	text-align: left;
}
div#content #apdfAbstruct td{
	padding: 12px 0;
}
.page-event-lecture-apdf div#content  p.english,
div#content #apdfAbstruct p.english{
	font-family: Verdana, Courier, Arial;
	margin: 0;
	padding: 4px 0 12px 0;
	color: #867979;
}
body.page-event-lecture-apdf div#content .schedule{
	margin: 20px 0;
}
body.page-event-lecture-apdf div#content .schedule table{
	margin: 4px 0 20px;
}
body.page-event-lecture-apdf div#content .schedule table thead th.title{
	background-color: #eee;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
}
body.page-event-lecture-apdf div#content .schedule table.day-21 thead th.title{
	width: 18%;
}
body.page-event-lecture-apdf div#content .schedule table.day-22 thead th.title{
	width: 22%;
}
body.page-event-lecture-apdf div#content .schedule table tr .date{
	white-space: nowrap;
	width: 8%;
}
body.page-event-lecture-apdf div#content .schedule table td span.ttl{
	font-weight: bold;
}
body.page-event-lecture-apdf div#content .schedule table td.off{
	background-color: #f3f3f3;
}
body.page-event-lecture-apdf div#content h3.date{
	margin-top: 50px;
}
body.page-event-lecture-apdf div#content div.panel{
	margin: 8px 12px;
}
body.page-event-lecture-apdf div#content h4{
    border-left: 4px solid #E4A340;
    padding: 0 12px;
    margin: 12px 0 4px 6px;
}
body.page-event-lecture-apdf div#content h5{
    font-size: 1em;
    font-weight: bold;
    margin-left: 6px;
}
body.page-event-lecture-apdf .apdf-program {
	padding-left: 4px;
}
body.page-event-lecture-apdf .apdf-program .link{
	background: url(./images/common/icon/document_letter.png) no-repeat 0 2px;
	padding-left: 18px;
}
body.page-event-lecture-apdf div#content ul,body.page-event-lecture-apdf div#content ol{
	list-style-position: outside;
}
body.page-event-lecture-apdf .apdf-flyer img{
	width: 150px;
}
body.page-event-lecture-apdf div#content dl.line{
	margin: 10px 0 0 10px;
}
body.page-event-lecture-apdf div#content dl.line dt{
	float: left;
	width: 110px;
	padding-top: 10px;
}
body.page-event-lecture-apdf div#content dl.line dt span.translate:before{
	content: "\A";
	white-space: pre ;
}
body.page-event-lecture-apdf div#content dl.line dd{
	margin-left: 120px;
	margin-bottom: 8px;
	min-height: 60px;
	padding-top: 10px;
}
body.page-event-lecture-apdf div#content ul.r-table{
	padding: 10px;
	margin: 6px;
}
body.page-event-lecture-apdf div#content ul.r-table li{
	font-weight: normal;
}
body.page-event-lecture-apdf div#content .speaker{
	text-align: left;
	padding-left: 30px;
	font-size: 1em;
	margin: 4px 0 8px ;
}
body.page-event-lecture-apdf div#content p.opening{
    padding: .5em;
    margin: 0;
    font-weight: bold;
}
body.page-event-lecture-apdf div#content p.img{
	padding: 0 0 0 2em ;
}
body.page-event-lecture-apdf div#content p.opening>span{
	background-color: #FAFFC9;
	padding: 4px 12px;
}
body.page-event-lecture-apdf div#content table.timetable{
	margin: 0 6px 36px;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee{
	width: 100%;
	border-collapse: separate;
	color: #fff;
	margin: 20px 0 10px;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee td{
	border: 1px solid #fff;
	vertical-align: middle;
	padding: 4px;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee td ol{
	list-style-position: outside; 
	margin-bottom: 0 ;
	padding: 0;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee td ol li{
	margin: 0; padding: 0;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee td.text{
	text-align: left;
	width: 250px;
	font-size: .9em;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee tr.header td{
	background-color: #39bfbd;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee tr.symposium td{
	background-color: #E68CB3;
}
body.page-event-lecture-apdf-fee div#content table.apdf-fee tr.festival td{
/*	background-color: #f7931d; */
	background-color: #DE9E53;
}
body.page-event-lecture-apdf-festival div#content table.workshop{
	margin-left: 8px;
	margin-bottom: 18px;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.time{
	white-space: nowrap;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.title{
	font-weight: bold;
	color: #fff;
/*	vertical-align: middle;
	text-align: center; */
	width: 385px;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.title p{
	margin: 0 0 0 20px;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.title span.number{
    padding: 2px 4px;
    background-color: #fff;
    color: #333;
    margin: 0 12px 0 0;
    border-radius: 20%;
    float: left;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.title span.translate{
	color: #eee;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.a{
	background-color: #fde9d9;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.b{
	background-color: #daeef3;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.title.a{
	background-color: #FD4949;
}
body.page-event-lecture-apdf-festival div#content table.workshop td.title.b{
	background-color: #3333FF;
}
body.page-event-lecture-apdf-festival div#content table.workshop td dl{
	margin: 4px;
}
body.page-event-lecture-apdf-festival div#content table.workshop td dl dd{
	margin: 4px 0 8px 8px;
}
/***
 * 書籍紹介
 */
#content ul.amazonbooks{
	background-color: transparent;
}
#content ul.amazonbooks li{
	list-style-type: none;
	display: inline-block;
	width: 125px;
}
#content table.amazonbooks{
	width: 931px;
}

/***
 * 寄付ページ
 */
#content h2 a.toEnglish{
	font-size: .7em;
	margin-left: 16px;
}
#content h2#support-en{
    padding: 3px 0 3px 18px;
    font-size: 2em;
    border-left: 24px solid #ffb84e;
    margin-left: -16px;
}
