/*  
Theme Name:GRC
*/

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

/*リセット*/
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, 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;}
ol, ul{list-style:none;margin:0;padding:0;}
blockquote, q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
caption{width:100%;}
a{outline:none;}
img{vertical-align:top;}

/*基本タグ*/
body{
	margin:0px;
	padding:0;
	-webkit-text-size-adjust:none;
	color:#333;
	font-family: メイリオ;
	font-size: 12px;
	line-height: 18px;
}

html {
  overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6,p{margin:0 0 20px;}
ul,ol{padding:0;margin:0 0 20px 20px;}
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;max-width:100%;height:auto;}
a{text-decoration:underline;color:#477bb0;}
a:hover{text-decoration:none;}
a:hover img{opacity:0.8;}
hr{background-color:#ddd;border:0;height:1px;clear:both;margin:30px auto;}
blockquote{margin:0px 0px 20px;padding:10px 20px 10px 20px;background-color:#f4f4f4;border:1px solid #ddd;border-radius:5px;-moz-border-radius:5px;}
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}
table{margin-bottom:20px;}
object,embed{width:100%;display:block;margin:auto;}
.screen-reader-text{display:none;}
.screen-reader-response {display:none;}

/*スペース*/
#header,#wrap,#footerWrap,#footerBottom,#breadcrumb{width:940px;margin:auto;}
#header{overflow:hidden;min-height:0px;}
#wrap{
	text-align:left;
	clear:both;
	letter-spacing: 0.1em;
}
#content{
	float:left;
	text-align:left;　
	overflow:hidden;
	width:900px;
	padding-top: 0;
	padding-right: 20;　
	padding-bottom: 0;
	padding-left: 20;
min-height: 100%;
}
.page #content{width:940px;padding:0;margin:0 0 20px;}
#side{width:234px;overflow:hidden;padding:0;margin:0px;float:right;}
#footer{clear:both;}

/*ヘッダー*/
#siteTitle{margin:0;padding:0;}
#siteTitle a{float:left;font-size:20px;margin:25px 1px 20px;float:left;}
#siteDescription{font-size:12px;font-weight:normal;font-style:normal;line-height:43px;margin:14px 1px 0;padding:0;float:right;}

/*ヘッダーナビ*/
#header .menu{margin:0;padding:0;float:right;clear:right;}
#header .menu li{float:left;margin:1px 1px 1px 3px;}
#header .menu li a{background-color:#777;color:#fff;font-size:12px;line-height:15px;text-decoration:none;padding:4px 12px;border-radius:3px;float:left;}
#header .menu li a:hover{background-color:#999;}

/*グローバルナビ*/
#mainMenu{
	background-color:#444140;
	height:40px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
#mainMenu ul{margin:auto;width:930px;}
#mainMenu li{
	float:left;
	position:relative;
/*	padding:0 1px 2px; */
	background-color:#444140;
	width:130px;
	color: #FFF;
}
#mainMenu a{
	background-color:#444140;
	color:#FFF;
	text-decoration:none;
	display:block;
	line-height:40px;
	padding:0;
	width:130px;
	text-align:center;
	background-image:url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2015/03/menu2.png);
}
#mainMenu a:hover{
	color: #FFF;
	background-color: #555555;

	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2015/03/menu_hover.png);
	background-repeat: repeat-x;
/*	background-position: left bottom; */
}
#mainMenu li:hover > a,
#mainMenu ul li:hover > ul{display:block;/display:none;}
#mainMenu .current-menu-item a,

/* #mainMenu .current-menu-ancestor a{background: #333 url(img/menu_active.png) repeat-x left bottom;color:#fff;} */

#mainMenu ul ul{
	box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	display:none;
	position:absolute;
	top:40px;
	left:0;
	float:left;
	width:130px;
	z-index:99999;
	height:auto;
	background-image:none;
	background-color: #444140;
}
#mainMenu ul ul li{
	min-width:130px;
*/	padding:0 1px; */
	background-color:#444140;
}
#mainMenu ul ul ul{left:100%;top:0;}
#mainMenu ul ul a,
#mainMenu .current-menu-item ul a,
#mainMenu .current-menu-ancestor ul a{
	background-color:#444140;
	color:#FFF;
	line-height:1em;
	padding:10px;
	width:130px;
	height:auto;
	text-indent:0;
/*	border-bottom:1px solid #fff; */
	background-image:none;
	text-align: left;
}
#mainMenu ul ul :hover > a,
#mainMenu .current-menu-item ul a:hover,
#mainMenu .current-menu-ancestor ul a:hover{
	background-color:#555555;
	background-image:none;
	color: #FFF;
}

/*トップイメージ*/
#topImage{clear:both;background-color:#ffffff;margin-bottom:20px;}
#topImageWrap{margin:auto;width:910px;height:300px;}

/*パンくずリスト*/
#secondImage{
/*	height:70px;　*/
	clear:both;
/*	margin-bottom:20px;　*/
}
#breadcrumb{
	color:#333;
	clear:both;
	padding-top:20px;
	font-size:12px;
	line-height:30px;
}
#breadcrumb a{
	color:#333;
	text-decoration:none;
}

/*コンテンツ部分*/
#content h1{
	border-left:0px solid #333;
	border-bottom:1px solid #333;
	font-size:20px;
	line-height:22px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content h2{background-color:#666;font-size:14px;line-height:30px;color:#fff;padding:0 0 0 15px;border-bottom:3px solid #ccc;}
#content h2 a{color:#fff;}
#content h3{clear:both;border-left:3px solid #333;padding:0 0 0 7px;font-size:14px;line-height:25px;}
.hentry ul{margin-left:25px;padding-left:0px;list-style-type:disc;}
.hentry ol{margin-left:30px;padding-left:0px;list-style-type:decimal;}
.hentry .postmetadata{text-align:right;font-size:12px;white-space:nowrap;float:right;margin:20px 0;}
.hentry .postmetadata a{color:#333;}
.hentry .tags{float:left;margin-top:20px;}
.hentry .tags a{color:#fff;background-color:#333;text-decoration:none;padding:0 10px;border-radius:999px;font-size:11px;margin-right:3px;}
.hentry .tags a:hover{background-color:#444;}
.sticky{background:#f8f8f8;margin:0 0 30px;padding:20px;border-bottom:3px solid #333;}
.sticky hr{display:none;}
/*
.hentry table{border:1px solid #ccc;}
.hentry th,
.hentry td{padding:5px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;font-size:13px;line-height:20px;}
*/
/*メンバー*/
#contentWork{margin-right:-20px;}
#contentWork .type-work{float:left;margin:0 20px 20px 0;width:0px;}
#contentWork .title{margin:0;font-size:12px;line-height:16px;}
#contentWork .title a{padding:0 0 0 5px;display:block;color:#333;text-decoration:none;border-left:2px solid #333;margin:7px 0 0;font-size:12px;font-weight:normal;font-style:normal;line-height:18px;background-color:#eee;}

/*メンバーページ*/
.single-work h4{padding:0 10px;background-color:#333;color:#fff;margin:-20px 0 20px -20px;width:30%;font-size:12px;line-height:25px;}
#postmeta_worktype{margin-bottom:20px;overflow:hidden;float:left;}
#postmeta_worktype ul{margin:0;}
#postmeta_worktype li{display:inline;float:left;margin-right:5px;}
#postmeta_worktype a{padding:0 13px;background-color:#333;float:left;text-decoration:none;font-size:11px;line-height:24px;color:#fff;border-radius:0 0 5px 5px;}
#postmeta_worktype a:hover{text-decoration:underline;}
#postmeta_worktype span{float:left;}
.cfs_box{background-color:#eeeeee;padding:20px 20px 0;margin-bottom:1px;overflow:hidden;border-bottom:1px solid #ccc;}
.cfs_box a{color:#333;font-weight:bold;}
#cfs_images #images{overflow:hidden;margin:-5px -19px 4px -6px;}
#cfs_images .imageBox{float:left;margin:0 10px 10px 0;list-style-type:none;width:150px;height:150px;background-color:#ccc;font-size:11px;text-align:center;}

/*ページナビゲーション*/
.navigation{clear:both;padding:0;font-size:11px;line-height:27px;text-align:center;overflow:hidden;margin:20px 0;}
.navigation a{color:#fff;padding:5px 10px;background-color:#999;text-decoration:none;border-radius:3px;margin:0 2px;}
.navigation a:hover{background-color:#aaa;}
.navigation div.alignleft{float:left;}
.navigation div.alignright{float:right;}
.navigation div.alignleft a,
.navigation div.alignright a{margin:0;}
.navigation span{color:#fff;padding:5px 10px;border-radius:3px;margin:2px;}
.navigation span.current{background-color:#333;}
.navigation span.pages{background-color:#ccc;padding:5px 20px;}

/*画像*/
.thumbnail-align img{float:left;padding:7px;margin:0 20px 20px 0;background-color:#eee;border-radius:3px}
img.alignleft{float:left;margin:0 20px 20px 0;}
img.alignright{float:right;margin:0 0 20px 20px;}
.aligncenter{clear:both;display:block;margin:auto;}
.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 .wp-caption-text{color:#333;font-size:12px;margin:7px 0 0;}
#content .gallery{margin:0 auto 18px;padding:0 0 25px;}
#content .gallery-caption{color:#888;font-size:12px;margin:0;line-height:17px;padding:8px;}
#content .gallery img.attachment-thumbnail{border:1px solid #ccc;padding:5px;}

/*コメント*/
#comments{clear:both;}
#comments .comments-title{clear:both;border-left:3px solid #333;padding:0 0 0 7px;font-size:14px;line-height:25px;}
.commentlist{margin:0 0 20px;}
#respond{clear:both;}
.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;}
.comment-author.vcard{}
#commentform p{margin:0 0 5px;}
#commentform p.form-allowed-tags{display:none;}
#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;}
#content p.nocomments{clear:both;}

/*ホームウィジェット*/
#homeWidgetLeft{float:left;}
#homeWidgetRight{float:right;}
.homeWidget{width:430px;padding:10px 15px 15px;margin:0 0 20px;background-color:#f6f6f6;overflow:hidden;border-radius:0 0 3px 3px;}
.homeWidget ul{margin:0;}
.homeWidget li{margin:0 0 10px;overflow:hidden;border-bottom:1px solid #999;font-size:12px;line-height:22px;}
.homeWidget li:last-child{border-style:none;padding:0;margin:0 0 -10px;}
.homeWidget th{padding:0;text-align:center;background-color:#333;color:#fff;font-size:11px;font-weight:normal;font-style:normal;line-height:19px;}
.rsswidget img{margin:7px 3px 0 0;}
.homeWidget td{padding:0;text-align:center;}
.homeWidget a{color:#333;text-decoration:none;font-size:13px;}
.homeWidget a:hover{color:#666;}
.homeWidget .widgetTitle{margin:-10px -15px 15px;font-weight:bold;font-size:13px;line-height:30px;padding:0 0 0 10px;border-left:5px solid #000;background-color:#ddd;}
.homeWidget .post-date{float:left;margin-right:10px;}

/*ホームウィジェット（人気の事例）*/
.homeWidget .wpp-thumbnail img{margin:0 10px 10px 0;float:left;border-radius:3px;}
.homeWidget .wpp-post-title{font-weight:bold;font-size:14px;line-height:20px;}
.homeWidget .wpp-excerpt{font-size:12px;line-height:19px;display:block;}
.homeWidget .thumb{display:block;margin:-5px -10px -5px 0;overflow:hidden;}
.homeWidget .thumb li{overflow:visible;float:left;margin:0;border-style:none;padding:0;}
.homeWidget .thumb img{margin:5px 10px 5px 0;}

/*ホームウィジェット（画像付き新着情報）*/
.homeWidget .dpe-flexible-posts a{display:block;overflow:hidden;}
.homeWidget .dpe-flexible-posts .wp-post-image{float:left;margin:0 10px 10px 0;border-radius:3px;max-width:100%;height:auto;}
.homeWidget .dpe-flexible-posts .attachment-thumbnail{width:100px;}
.homeWidget .dpe-flexible-posts .title{margin:0 0 5px;font-size:14px;line-height:18px;font-weight:bold;}
.homeWidget .dpe-flexible-posts .excerpt{margin:0 0 10px;font-size:12px;line-height:19px;}
.homeWidget .dpe-flexible-posts p{margin:0;}

/*サイドウィジェット*/
.sideWidget{background-color:#ccc;padding:15px;border-bottom:1px solid #fff;}
.sideWidget .widgetTitle{background-color:#333;color:#fff;font-weight:bold;padding:0 10px;width:130px;font-size:12px;line-height:25px;margin:-15px 0 15px -15px;}
.sideWidget ul,
.sideWidget ol{margin:0;}
.sideWidget li ul,
.sideWidget li ol{margin:0;padding:0 0 0 10px;}
.sideWidget p{margin:0;}
.sideWidget img{max-width:100%;height:auto;}
.sideWidget th,
.sideWidget td{padding:0;text-align:center;}
#wp-calendar{width:100%;margin:0;}
.sideWidget a{color:#333;text-decoration:none;}
.sideWidget a:hover{text-decoration:underline;}
#searchform{overflow:hidden;}
#searchform #s{padding:4px;font-size:13px;line-height:15px;width:159px;float:left;margin:0;border-radius:0;border:1px solid #999;box-shadow: inset 1px 2px 4px #ddd;}
#searchform #searchsubmit{float:left;text-indent:-9090px;border-style:none;width:35px;height:26px;padding:0;margin:0;background:#999 url(img/search_btn.png) no-repeat center center;border-width:0;border-radius:0;cursor:pointer;}

/*フッター*/
#footerBottom{padding:10px 0 0;overflow:hidden;}
#copyright{float:right;padding-bottom:50px;font-size:11px;line-height:20px;}
#copyright a{color:#333;text-decoration:none;}

/*フッターウィジェット*/
#footerWrap{clear:both;margin:0 auto;overflow:hidden;}
#footerWidgetArea{float:left;width:100%;margin:0;background-color:#ccc;}
.footerWidget{float:left;padding:15px;margin:0;background-color:#ccc;min-height:220px;width:204px;border-left:1px solid #fff;}
.footerWidget .widgetTitle{font-weight:bold;background-color:#333;color:#fff;padding:0 10px;width:130px;font-size:12px;line-height:25px;margin:-15px 0 15px -15px;}
.footerWidget ul{margin:0;}
.footerWidget a{color:#333;text-decoration:none;}
.footerWidget a:hover{text-decoration:underline;}
.footerWidget hr{margin:10px 0;background-color:#fff;}
.footerWidget p{margin-bottom:10px;}
.footerWidget .textwidget{background-color:#000;color:#fff;padding:15px 15px 5px;margin:-15px;min-height:230px;}
.footerWidget .textwidget a{color:#666;}
.footerWidget .textwidget a:hover{color:#999;}

/*フッターナビ*/
#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;font-size:12px;line-height:20px;color:#333;text-decoration:none;}
#footer-menu a:hover{text-decoration:underline;}

/*送信フォーム*/
.wpcf7-form{border:1px solid #ddd;margin:0 auto 20px;padding:20px 30px;background-color:#f4f4f4;}
.wpcf7-form input{margin:0 5px 0 0;font-size:13px;padding:3px;line-height:20px;}
.wpcf7-form textarea{width:99%;margin:0 0 10px;padding:3px;font-size:13px;line-height:20px;}
.wpcf7-form p{margin:0 0 10px;}
.wpcf7-not-valid-tip{padding:2px;clear:both;color:#c00;font-size:12px;}
.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:#4d8e36;color:#fff;}
.wpcf7-mail-sent-ng{background-color:#fc4d51;color:#fff;}
.wpcf7-spam-blocked{background-color:#fead5f;color:#000;}
.wpcf7-validation-errors{background-color:#f8e48e;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.png) center top;padding:0;}
input.wpcf7-submit:hover{background:transparent url(img/submit_btn.png) center bottom;}

/*サイトマップ*/
#menu-sitemap{margin:0 20px;list-style-type:none;font-size:14px;line-height:30px;font-weight:bold;}
#menu-sitemap li{border-bottom:1px dotted #ccc;clear:both;overflow:hidden;}
#menu-sitemap li:hover{background-color:#eee;}
#menu-sitemap li ul{margin:0 0 10px 10px;font-size:12px;line-height:25px;float:left;font-weight:normal;font-style:normal;}
#menu-sitemap li li{border-style:none;display:inline;float:left;clear:none;padding:0;margin-right:5px;border-radius:3px;}
#menu-sitemap li li li{margin:0;border-radius:0;}
#menu-sitemap li li ul{margin:0;font-size:11px;}
#menu-sitemap li a{color:#333;text-decoration:none;display:block;padding:5px 10px 0;}
#menu-sitemap li a:hover{color:#000;text-decoration:underline;}
#menu-sitemap li li a{background-color:#333;padding:0 10px;float:left;color:#fff;text-decoration:none;}
#menu-sitemap li li a:hover{background-color:#666;text-decoration:none;color:#fff;}
#menu-sitemap li li li a{background-color:#666;border-left:1px solid #999;padding:0 7px;}
#menu-sitemap li li li a:hover{background-color:#999;}

/*SNSボタン*/
.wp_social_bookmarking_light{height:15px;}


/*追加CSS*/

.header1 {
	height: 24px;
	background-color: #312927;
}
.header1 .eng {
	text-align: right;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.header2 {
	background-color: #444140;
}

.header2 .logo {
	height: 83px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

.header3 {
	background-color: #444140;
}

.header_line {
	background-color: #f29133;
	height: 5px;
}



/*ホームコンテンツ追加CSS*/

.mid_line {
	background-color: #f29133;
	height: 3px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.grctop_left {
	width: 445px;
	float: left;
	padding-left: 15px;
}
.grctop_left .eventsbox .title {
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 2px;
	height: 20px;
	background-color: #FFEFD7;
	padding-top: 5px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2015/02/home_title_bg01.png);
}
.grctop_left .eventsbox .events_con {
}
.grctop_left .eventsbox .events_con .events_days {
	width: 50px;
	float: left;
}
.grctop_left .eventsbox .events_con .events_days .events_day {
	font-size: 32px;
	color: #999;
	text-align: center;
	padding-top: 7px;
}
.grctop_left .eventsbox .events_con .events_days .events_mon {
	font-size: 17px;
	color: #999;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
}
.grctop_left .eventsbox .events_con .events_txt {
	float: right;
	width: 380px;
	font-size: 12px;
}
.grctop_left .eventsbox .events_con .events_txt .events_txt1 {
	font-weight: bold;
	color: #666;
	margin-bottom: 2px;
	font-size: 14px;
	padding-top: 2px;
}
.grctop_left .eventsbox .events_con .events_txt .events_txt2 a {
	text-decoration: none;
	color: #666;
	line-height: 14px;
}
.grctop_left .eventsbox .events_con .events_more {
	font-size: 12px;
	color: #666;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
	clear: both;
}
.grctop_left .eventsbox .topboth {
	height: 1px;
	clear: both;
}
.grctop_left .infobox {
	margin-top: 20px;
	font-size: 12px;
}
.grctop_left .infobox .title {
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 18px;
	height: 20px;
	background-color: #FFEFD7;
	padding-top: 5px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2015/02/home_title_bg01.png);
}
.grctop_left .infobox .infotxt {
	font-size: 12px;
	color: #666;
	padding-left: 5px;
}
.grctop_right {
	float: right;
	width: 445px;
	padding-right: 15px;
	color: #333;
}


.grctop_right .infobox {
	margin-top: -20px;
	font-size: 12px;
}
.grctop_right .infobox .title {
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 18px;
	height: 20px;
	background-color: #FFEFD7;
	padding-top: 5px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2015/02/home_title_bg01.png);
}
.grctop_right .infobox .infotxt {
	font-size: 12px;
	color: #666;
	padding-left: 5px;
}


.grctop_right .eventsbox .title .etl {
	float: left;
	width: 160px;
}
.grctop_right .eventsbox .title .etr {
	float: right;
}
.grctop_right .eventsbox .title .etr a {
	text-decoration: none;
	float: right;
	display: block;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #f29133;
	font-size: 12px;

}


.grctop_right .infobox .title .etl {
	float: left;
	width: 160px;
}
.grctop_right .infobox .title .etr {
	float: right;
}
.grctop_right .infobox .title .etr a {
	text-decoration: none;
	float: right;
	display: block;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #f29133;
	padding-top: -1px;
	padding-bottom: -1px;
	font-size: 12px;

}

.grctop_right .infobox .topboth {
	clear: both;
}




.grctop_right .hilightsbox {
	margin-top: 40px;
}
.grctop_right .hilightsbox .title {
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 5px;
	height: 20px;
	background-color: #FFEFD7;
	padding-top: 5px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2015/02/home_title_bg01.png);
}
.grctop_right .hilightsbox .hilights_con {
}
.grctop_right .hilightsbox .hilights_con .hilights_img {
	height: 140px;
	width: 175px;
	float: left;
}
.grctop_right .hilightsbox .hilights_con .hilights_txt {
	float: right;
	width: 260px;
	font-size: 14px;
}
.grctop_right .hilightsbox .hilights_con .hilights_txt .txt1 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}
.grctop_right .hilightsbox .hilights_con .hilights_txt .txt2 {

	font-size: 12px;
	line-height: 17px;


}
.grctop_right .hilightsbox .topboth {
	clear: both;
	height: 10px;
}

/*インデックス追加の追加CSS*/

.grctop_left .eventsbox .title .etl {
	float: left;
	width: 160px;
}
.grctop_left .eventsbox .title .etr {
	float: right;
}
.grctop_left .eventsbox .title .etr a {
	text-decoration: none;
	float: right;
	display: block;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #f29133;
	font-size: 12px;

}


.grctop_left .infobox .title .etl {
	float: left;
	width: 160px;
}
.grctop_left .infobox .title .etr {
	float: right;
}
.grctop_left .infobox .title .etr a {
	text-decoration: none;
	float: right;
	display: block;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #f29133;
	padding-top: -1px;
	padding-bottom: -1px;
	font-size: 12px;

}

.grctop_left .infobox .topboth {
	clear: both;
}


/*フッター追加CSS*/

.topfooter {
	background-color: #444140;
	width: 100%;
	height: 240px;
	clear: both;
}
.topfooter .footerwrap {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.topfooter .footer01 {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	width: 260px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}
.topfooter .footer02 {
	width: 600px;
	padding-top: 26px;
	text-align: right;
	float: right;
	padding-right: 10px;
}
.topfooter .footer02 .bnimg {
	float: right;
	width: 195px;
	margin-left: 10px;
}

.topfooter .footer03 {
	width: 600px;
	padding-top: 10px;
	text-align: right;
	float: right;
	padding-right: 10px;
}
.topfooter .footer03 .bnimg {
	float: right;
	width: 195px;
	margin-left: 10px;
}

.topfooter .footer04 {
	width: 600px;
	padding-top: 10px;
	text-align: left;
	float: right;
	padding-bottom: 10px;
	padding-right: 10px;
}
.topfooter .footer04 .bnimg {
	float: left;
	width: 195px;
	margin-left: 200px;
}

.topfooter .copy {
	clear: both;
	padding-top: 10px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

.topfooter .footerwrap .footer01 a {
	color: #FFF;
}

#content .cont1 {
	padding-right: 20px;
	padding-left: 18px;
	line-height: 22px;
}

/*aboutページ*/
.about_l {
	width: 440px;
	float: left;
	line-height: 22px;
}
.timeline .years {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
	font-weight: bold;
}
.timeline table tr td {
	font-size: 12px;
}
.about_l ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.about_r {
	float: right;
	height: 900px;
	padding-top: 0px;
}

.about_r2 {
	float: right;
	height: 500px;
	padding-top: 0px;
}

.about_l ul li {
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}
.both {
	clear: both;
}
.timeline table {
	font-size: 12px;
	background-color: #FFF;
}
.aboutsp {
	height: 80px;
}


/*menberページ*/

.member_top {
}
.member_mid {
	margin-top: 20px;
	margin-bottom: 20px;
}
.member_mid .m_ph {
	float: left;
	width: 300px;
}
.member_mid .m_pr {
	float: right;
	width: 550px;
	margin-left: 50px;
}
.member_top h2 {
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
.member_mid .m_pr ul #hp {
	display: block;

	width: 400px;
	list-style-type: none;
}
.member_mid .m_pr ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.member_mid .m_pr ul #mail {
	display: block;

	width: 400px;
	list-style-type: none;
}
.member_foot {
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-align: right;
	display: block;
}

.member_txt {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*newsページ*/

.news .years {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
}
.timeline.news {font-size: 12px;
}

/*researchページ*/

.geo2 {
	float: left;
	width: 630px;
	padding-right: 50px;
}
.both {
	clear: both;
}
.geo2ph {
	float: right;
	width: 200px;
}

.geo3 {
	float: left;
	width: 450px;
	padding-right: 50px;
}
.geo3ph {
	float: right;
	width: 400px;
}

/*member一覧ページ*/

.member_title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 700px;
}

.member_box {
	width: 700px;
}

.member_box a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-left: 10px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/10/mem_line.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.member_box0 {
	width: 690px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-left: 10px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/10/mem_line.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.member_box a:link  {
	display: block;
	text-decoration: none;
}

.member_box a:hover {
	display: block;
	background-color: #fff5e7;
	text-decoration: underline;
}

.member_box a:active {
	display: block;
}

.member_box a:visited {
	display: block;
}

/*サブページリスト部分*/

.sub_list ul {
	margin: 0px;
	padding: 0px;
	width: 420px;
}

.sub_list ul li {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sub_list ul li a {
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/10/grc_list05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	font-size: 14px;
	letter-spacing: 0.1em;
	height: 26px;
	padding-left: 55px;
	display: block;
	text-decoration: none;
}

.sub_list ul li a:hover {
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/10/grc_list05_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	font-size: 14px;
	letter-spacing: 0.1em;
	height: 26px;
	padding-left: 55px;
	display: block;
	text-decoration: none;
}

.sub_left {
	float: left;
	width: 420px;
}
.sub_right {
	float: right;
	width: 420px;
	margin-left: 20px;
}

/*実験設備*/

.facilitiesbox {
	margin-bottom: 50px;
}
.facilitiesbox .item01 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/10/facilities_ph07.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .item01 .f_txt01 {
	padding-top: 120px;
	padding-left: 575px;
}

.facilitiesbox .item02 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/10/facilities_ph05.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .item02 .f_txt01 {
	padding-top: 120px;
	padding-left: 575px;
}

.facilitiesbox .item03 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/10/facilities_ph06.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .item03 .f_txt01 {
	padding-top: 170px;
	padding-left: 575px;
}


.facilitiesbox .itemb01 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phb011.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemb01 .f_txtb01 {
	padding-top: 100px;
	padding-left: 575px;
}

.facilitiesbox .itemb02 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phb021.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemb02 .f_txtb02 {
	padding-top: 100px;
	padding-left: 575px;
}

.facilitiesbox .itemb03 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phb031.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemb03 .f_txtb03 {
	padding-top: 100px;
	padding-left: 575px;
}

.facilitiesbox .itemb04 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phb041.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemb04 .f_txtb04 {
	padding-top: 100px;
	padding-left: 575px;
}

.facilitiesbox .itemb05 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phb051.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemb05 .f_txtb05 {
	padding-top: 150px;
	padding-left: 575px;
}

.facilitiesbox .itemb06 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phb061.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemb06 .f_txtb06 {
	padding-top: 100px;
	padding-left: 575px;
}

.facilitiesbox .itemb07 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phb071.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemb07 .f_txtb07 {
	padding-top: 100px;
	padding-left: 575px;
}


.facilitiesbox .itemc01 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phc01.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemc01 .f_txtc01 {
	padding-top: 70px;
	padding-left: 575px;
}

.facilitiesbox .itemc02 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2014/12/facilities_phc02.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemc02 .f_txtc02 {
	padding-top: 70px;
	padding-left: 575px;
}

.facilitiesbox .itemc03 {
	height: 370px;
	width: 900px;
	background-image: url(https://www.grc.ehime-u.ac.jp/wp-content/uploads/2015/01/facilities_phc03.jpg);
	background-repeat: no-repeat;
}
.facilitiesbox .itemc03 .f_txtc03 {
	padding-top: 95px;
	padding-left: 575px;
}



/*Research*/

.rs_l1 {
	height: 200px;
	width: 280px;
	float: left;
}
.rs_c1 {
	height: 200px;
	width: 280px;
	float: left;
	margin-right: 18px;
	margin-left: 18px;
}
.rs_r1 {
	height: 200px;
	width: 280px;
	float: left;
}

.mosaic-overlay .details #wh {
	line-height: 20px;
}


.mosaic-overlay .details h4 {
	line-height: 20px;
}

/*footer*/
.footerwrap .copy a {
	color: #FFF;
}


.grctop_left .infobox .infotxt .info_con .info_day {
	float: left;
	width: 75px;
}
.grctop_left .infobox .infotxt .info_con .info_name {
	float: right;
	width: 365px;
}
.grctop_left .infobox .infotxt .info_con .info_name a {
	text-decoration: none;
	color: #333;
}

.grctop_right .infobox .infotxt .info_con .info_day {
	float: left;
	width: 115px;
}
.grctop_right .infobox .infotxt .info_con .info_name {
	float: right;
	width: 325px;
}
.grctop_right .infobox .infotxt .info_con .info_name a {
	text-decoration: none;
	color: #333;
}


.events_txt .events_txt1 a {
	text-decoration: none;
	color: #333;
}

.infotxt .info_con {
	clear: both;
}
.eventsbox {
	clear: both;
	margin-top: 40px;
}
.grctop_left .topboth {
	clear: both;
}