@charset "UTF-8";

/*  
Theme Name: WSC6_02
Theme URI: http://wsc.studiobrain.net/
Description: WSC Project, Very simple theme. Markup of css which can facilitate customization.
Version: 1.2.4
Author: Go Imai
Author URI: http://www.studiobrain.net/
Tags: black,silver,white,light,two-columns,right-sidebar,fixed-width,custom-background,custom-menu,editor-style,sticky-post,translation-ready,threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-----------------------------------------------------------------------------
 WordPress CMS Theme. Based on work by WSC Project: http://wsc.studiobrain.net/
---------------------------------------------------------------------------- */

/*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, 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{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
body{line-height:1;}
ul{list-style:none;margin:0;padding:0;}
blockquote, q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}

caption{width:100%;}
a{outline:none;}

/*clearfix*/
.cf:before,.cf:after {content:"";display:block;overflow:hidden;}
cf:after {clear:both;}
.cf {zoom:1;}

/*style*/
body{margin:0px;padding:0;-webkit-text-size-adjust: none;font:13px/23px Arial, Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","Helvetica Neue", Geneva, sans-serif;color:#333;}
h1,h2,h3,h4,h5,h6,p{margin:0;padding-bottom:5px;}
ul,ol{padding:0;margin:0 0 10px 20px;}
ul li{list-style:none;}
h1{font-size:20px;line-height:22px;}
h2{font-size:18px;line-height:20px;}
h3{font-size:16px;line-height:18px;}
h4{font-size:14px;line-height:16px;}
h5{font-size:12px;line-height:14px;}
h6{font-size:11px;line-height:13px;}
img{border:none;}
a{color:#4980a8;text-decoration:none;}
a:hover{text-decoration:underline;color:#7fa9c7;}
.screen-reader-text{display:none;}
/*.clear{clear:both;}*/
.clear hr{display:none;}
hr{background-color:#ddd;border:0;height:1px;clear:both;margin:10px 0;}
blockquote{margin:0px 0px 20px;padding:10px 20px 10px 20px;background-color:#f4f4f4;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
blockquote blockquote{margin:20px 0;background-color:#fff;}
blockquote blockquote blockquote{margin:20px 0;background-color:#f4f4f4;}
blockquote p{padding:0px;margin:0px 0px 0px 0px}


object,embed{width:100%;display:block;margin:auto;}

/*space*/
#header,#wrap,#footer-wrap,#footer-bottom,#breadcrumb{margin:auto;}
#header{overflow:hidden;}
#wrap{text-align:left;clear:both;background:#fff;width:1024px;}
#side2 {float:left;width:190px;overflow:hidden;padding:0;margin:0px;}
#main{float:left;text-align:left;overflow:hidden;padding:10px 15px;width:614px;background:#fff;}
#main-wide{float:left;text-align:left;overflow:hidden;padding:20px;width:964px;background-color: #fff;}
#side{width:190px;overflow:hidden;padding:0;margin:0px;float:right;}
#footer{clear:both;background-color:#eee;}

/*header*/

#site-title{width:1024px;margin:0 auto;padding:0;}
#site-title a{float:left;font-size:20px;line-height:90px;padding-bottom:5px;}
#site-description{font-size:12px;font-weight:normal;font-style:normal;line-height:80px;margin:0 5px 0 0;padding:0;float:right;}

/*header-logo*/
#site-title a{background:url(/wordpress/wp-content/uploads/2020/07/CRiED-logo2.png) no-repeat;float:left;text-indent:-8909px;width:400px;height:82px;}

/*sub-menu*/
#header .menu {margin:0;padding:0;float:right;clear:right;}
#header .menu li{float:left;margin-right:5px;}
#header .menu li a{float:left;font-size:12px;line-height:15px;padding:5px 10px;background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
#header .menu li.current-menu-item a,
#header .menu li.current-post-parent a,
#header .menu li.current_page_parent a{text-decoration:none;background-color:#48e;color:#fff;}

/*main-menu*/
#main-menu {background:#7fa9c7;margin:0 auto;height:80px;}
#main-menu ul{margin:auto;width:1024px;height:80px;}
#main-menu li {float:left;position:relative;padding-left:0;}
#main-menu a {color:#fff;text-decoration: none;display:block;line-height:40px;padding: 0 8px;}
#main-menu a:hover {background:#7fa9c7;color:#fff;}
#main-menu 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:40px;left:0;float:left;width:188px;z-index:99999;height:auto;background-image:none;}
#main-menu ul ul li {min-width:180px;padding-right:0;}
#main-menu ul ul ul {left:100%;top:0px;}
#main-menu ul ul a {background:#7fa9c7;line-height:1em;padding:10px;width:168px;height:auto;text-indent:0;}
#main-menu ul ul a:hover {background:#4980a8;color:#fff;}
#main-menu li:hover > a,
#main-menu ul ul :hover > a {background-position:left -20px;background:#4980a8;}
#main-menu ul li:hover > ul {display:block;/display:none;}
#main-menu ul li.current_page_parent > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-ancestor > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current-menu-parent > a {background-position:left bottom;background:#4980a8;color:#fff;}

/*menu-image-sample-code-----------------------------------------------------
#main-menu ul{background-image:url(img/main-menu.png);}
#main-menu a {background:url(img/main-menu.png) no-repeat -9878px -9898px;width:168px;text-indent:-9876px;}
#main-menu #menu-item-07:hover > a {background-position:left -40px;}
#main-menu #menu-item-07.current-menu-parent > a{background-position:left bottom;}
#main-menu #menu-item-69:hover > a {background-position:-188px -40px;}
#main-menu #menu-item-69.current_page_item > a,
#main-menu #menu-item-69.current-menu-parent > a{background-position:-188px bottom;}
#main-menu #menu-item-123:hover > a {background-position:-376px -40px;}
#main-menu #menu-item-123.current_page_item > a,
#main-menu #menu-item-123.current-menu-parent > a{background-position:-376px bottom;}
#main-menu #menu-item-137:hover > a {background-position:-564px -40px;}
#main-menu #menu-item-137.current_page_item > a,
#main-menu #menu-item-137.current-menu-parent > a{background-position:-564px bottom;}
#main-menu #menu-item-233:hover > a {background-position:right -40px;}
#main-menu #menu-item-233.current_page_item > a,
#main-menu #menu-item-233.current_page_parent > a,
#main-menu #menu-item-233.current-menu-parent > a{background-position:right bottom;}
---------------------------------------------------------------------------- */


/*top-image*/
#top-image{clear:both;background-color:#fff; padding:10px 0;}
#top-image-wrap{margin:auto;width:1024px;height:100%;}

/*second-image*/
#second-image{height:30px;clear:both;}

/*breadcrumb*/
#breadcrumb {color:#555;clear:both;margin-top:5px;font-size:12px;width:1024px;line-height:30px;background:#fff;}
#breadcrumb a{color:#777;}

/*content*/
.hentry .page-title,
.hentry .page-title a{text-decoration:none;font-size:19px;line-height:22px;}
.hentry ul{margin-left:25px;padding-left:0px;list-style-type:disc;}
.hentry ol{margin-left:30px;padding-left:0px;list-style-type:decimal;}

.sticky {background:#f8f8f8;margin:0 0 30px;padding:20px;border-bottom:3px solid #333;}
.sticky hr{display:none;}

.hentry h1.page-title, h1.index_title,
#main h1.pagename {margin-bottom:20px;background:#4980A8;color:#fff;padding:7px 10px;font-weight:normal;font-size:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
#main #main_topics {clear:both;margin:15px 0 10px 0;border-bottom: 1px dotted #999;}
#main p.date {color:#666;margin:0;padding:0 10px 10px 20px;background:url(img/calendar.png) no-repeat;}
#main #main_topics a.more {display:block;text-align:right;}
#main #main_title .page-title a {font-size:14px;}
#main h2.entry-title a {font-size:15px;font-weight:bold;}
#main .entry-summary {margin-bottom:30px;}
#main ul {margin-left:0;}
#main ul li{padding-bottom:5px;}

#home h3 {padding:10px 0;}
#home p {margin-bottom:0;}
#home #list {border:1px solid #eee; margin:10px 5px 5px 5px;padding:5px 10px 0 10px;}
#home ul {margin-bottom: 0;}
#home #list ul li {margin:0 0 0 5px;list-style-type:none;}
#home span.date {color:#666;margin-left:10px;padding:0 10px 10px 20px;background:url(img/calendar.png) no-repeat;}

table {border-collapse:collapse;}
th, td, tr {border:1px solid #333;padding:3px;}

#main ul.paper li.page, #main ul.paper li.title, #main ul.paper li.pdf, #main ul.paper li.year,
#main ul.paper li.author {list-style-type:none;}

#main tr.aligncenter {background:#fff;}

#main #report_list ul li {list-style:none;}

/*トップページ最新情報*/
dl.latestnews {margin-bottom:15px;clear:both;border-bottom:1px dotted #ccc;}
dl.latestnews dt {float:left;clear: left;}
dl.latestnews dd {margin-left: 7em;}
dl.latestnews h2.entry-title {padding-botttom:0;}
dl.latestnews span.postdate {font-size:14px;font-weight:300;display:inline-block;padding-right:20px;}
dl.latestnews p.postcategory {text-align:right;font-size:11px;}

/*公開データページリンク*/
#main a.button_link {background:#7fa9c7;padding:1px 5px 0 5px;margin:0 7px 5px 0;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;font-size:12px;}
#main a.button_link:hover {background:#4980a8;text-decoration:none;}

/*投稿 wrap上部スペース*/
.single #wrap{padding-top:30px;}

/*投稿メタデータ*/
.postmetadata {float:right;padding-top:10px;}

/*navigation*/
.navigation{clear:both;padding:20px 0 0;font-size:11px;line-height:11px;text-align:center;}
.navigation a{color:#fff;padding:5px 10px;background-color:#999;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:2px;padding:5px 10px;}
.navigation a:hover{background-color:#aaa;}
.navigation div.alignleft {float:left;}
.navigation div.alignright {float:right;}
.navigation span{color:#fff;padding:5px 10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:2px;}
.navigation span.current{background-color:#48e;}
.navigation span.pages{background-color:#ccc;padding:5px 20px;}

/*totop*/
#totop{padding:0 210px 10px 0;text-align:right;font-size:11px;line-height:19px;}
#totop a{color:#555;}
.page-template-onecolumn-page-php #totop{padding-right:20px;background-color:#fff;clear:both;}

/*image*/
.thumbnail-align img{float:left;padding:7px;}
img.alignleft{float:left;padding:7px;display:inline;}
img.alignright{float:right;padding:7px;display:inline;}
.aligncenter{clear: both;display: block;margin:auto;padding:7px;}
.wp-caption {background: #f1f1f1;line-height: 18px;margin-bottom: 20px;text-align: center;padding:7px 2px;}
.wp-caption.alignleft{float:left;margin:0 15px 15px 0;}
.wp-caption.alignright{float:right;margin:0 0 15px 15px;}
.wp-caption img {margin:0;}
.wp-caption p.wp-caption-text {color: #888;font-size: 12px;margin:0;}
.gallery {margin:0 auto 18px;padding:0 0 25px;}
.gallery .gallery-item {float: left;text-align: center;}
.gallery .gallery-caption {color: #888;font-size: 12px;margin:0;}
.gallery br+br {display: none;}

/*comment*/
#comments {clear:both;padding-top:20px;}
.commentlist{margin:0;}
.commentlist p{margin:10px 0;clear:both;}
.commentlist li{clear:both;}
.commentlist .comment-body{border-bottom:1px solid #ccc;margin:0 0 10px;clear:both;font-size:12px;line-height:20px;padding:10px 10px 0;}
.commentlist .reply{text-align:right;}
.commentlist .avatar{float:left;margin:0 10px 0 0;}
div.comment-author.vcard {}
#commentform p{margin:0 0 5px;}
#commentform textarea#comment{font-size:13px;line-height:20px;border:1px solid #666;padding:3px;width:98%;}
#commentform input#url,
#commentform input#email,
#commentform input#author{font-size:13px;line-height:20px;border:1px solid #666;padding:3px;clear:both;width:98%;}
#commentform .required{color:#c00;}
#commentform label{}
.commentlist .bypostauthor{background-color:#fdfcda;}

/*side-widget*/
#side, #side2 {font-size:0.875em;padding-top:10px;}
#side a:hover, #side2 a:hover {color:#7fa9c7;}
.side-widget, .side-widget-left{border:1px solid #ccc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:10px;padding:10px;}
.side-widget .widget-title,
.side-widget-left .widget-title{margin:0;color:#4980A8;font-size:1.143em;font-weight:bold;padding-bottom:0;}
.side-widget ul,
.side-widget-left ul{margin:0;padding:10px 0;}
.side-widget ul ul,
.side-widget-left ul ul{margin:0;padding:0 0 0 10px;}
.side-widget p,
.side-widget-left p{margin:0;}
.side-widget th,.side-widget td,
.side-widget-left th, .side-widget-left td{padding:0;text-align:center;}
.side-widget img, .side-widget-left img{max-width:170px;}
.textwidget {padding:10px 0;}

#twitter ul#twitter_update_list {padding:5px 0 0 0;}
#twitter p.follow {text-align:right;font-size:12px;padding-right:5px;font-weight:bold;}

#contact {line-height:1.5em;}

#lang_sel_list {height:90px;}
#lang_sel_list .widget-title {padding-bottom:10px;}
#lang_sel_list ul {border-top:none;}
#lang_sel_list a {border:none;}

/*footer*/
#footer-bottom{padding:10px 0 0; border-top:#ddd 1px solid;}
#copyright{padding-bottom:50px;text-align:center;}

/*footer-widget*/
#footer-wrap{background:#eee url(img/footer-widget-area.gif) repeat-y;clear:both;margin:0 auto;min-height:250px;}
#footer-widget-area{float:left;width:100%;margin:0;}
.footer-widget{float:left;padding:15px;width:205px;margin:0;}
.footer-widget .widget_title{margin:0;font-weight:bold;}
.footer-widget ul{margin:0;}
.footer-widget p{margin:0;}

/*footer-menu*/
#footer-menu{clear:both;}
#footer-menu ul{float:left;margin:0;padding:0;}
#footer-menu li{float:left;margin-right:10px;}
#footer-menu a{float:left;}

/*Contact Form 7*/
.wpcf7-form{border:1px solid #ddd;margin:0 auto 20px;padding:20px;background-color:#f4f4f4;border-radius:20px;-moz-border-radius:20px;}
.wpcf7-form input{margin:0;}
.wpcf7-form textarea{width:99%;margin:0 0 10px;}
.wpcf7-form p{margin:0 0 10px;}
.wpcf7-not-valid-tip{padding:2px;clear:both;color:#c00;}
.wpcf7-display-none{display:none;}
.wpcf7-form img.ajax-loader{float:right;margin-top:-30px;}
.wpcf7-response-output{margin:0 0 20px;padding:5px;text-align:center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.wpcf7-mail-sent-ok{background-color:#398f14;color:#fff;}
.wpcf7-mail-sent-ng{background-color:#ff0000;color:#fff;}
.wpcf7-spam-blocked{background-color:#ffa500;color:#000;}
.wpcf7-validation-errors{background-color:#f7e700;color:#000;}
input.wpcf7-submit{margin:10px auto;width:218px;height:52px;border-style:none;text-indent:-9999px;display:block;cursor:pointer;background:transparent url(img/submit-btn.gif) center top;padding:0;}
input.wpcf7-submit:hover{background:transparent url(img/submit-btn.gif) center bottom;}