/*
 Theme Name:   甲南大学教務部用子テーマ 
 Theme URI:    http://example.com/catchbox/
 Description:  甲南大学教務部用子テーマ
 Author:       広報部
 Author URI:   http://www.konan-u.ac.jp/
 Template:     catch-box
 Version:      1.0.0
 Text Domain:  catch-box
*/

body {
    background-image: url(https://www.konan-u.ac.jp/kyohmu/wp-content/uploads/2015/06/003-009.gif);
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
}
#branding ul.menu li,
#branding #access-secondary ul.menu li {
    border-left: 1px solid #89251e;
}
#branding #access,
#colophon #access-footer,
#branding ul.menu ul a {
	background: #89251e; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#ba3027, #89251e);
	background: -o-linear-gradient(#ba3027, #89251e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ba3027), to(#89251e)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ba3027, #89251e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3027', endColorstr='#89251e'); /* for IE */
}
#branding ul.menu ul a {
	color: #fff;
}
#branding ul.menu li:hover > a,
#branding ul.menu a:focus,
#colophon #access-footer ul.menu a:hover,
#colophon #access-footer ul.menu a:focus {
	background: #ba3027; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#89251e, #ba3027);
	background: -o-linear-gradient(#89251e, #ba3027);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#89251e), to(#ba3027)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#89251e, #ba3027);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89251e', endColorstr='#ba3027'); /* for IE */
	color: #fff;
}
#access-secondary {
    background-color: #ac2d24;
}
#branding #access-secondary ul.menu a {
    color: #fff;
}
#colophon #access-footer ul.menu li {
    border-left: 1px solid #89251e;	
}
#branding #access-secondary ul.menu a {
    line-height: 2.6em;
}
#branding #access, #colophon #access-footer {
	border-bottom: 1px solid #89251e;
	margin-bottom: 0;
}
#content #infinite-handle span {
	background-color: #53810a;
}
#content #infinite-handle span:hover {
	background-color: #3e6107;
}
#site-generator {
	border-color: #89251e;
}

/* Mobile Menu */
.menu-access-wrap,
.sidr {
    background-color: #ba3027;
}
.sidr ul,
.sidr ul li {
	border-color: #89251e;
}
.sidr ul li a, 
.sidr ul li span {
    color: #eee;
}
.sidr ul li a:hover {
	background-color: #89251e;
	color: #fff;
}
table, th, td, .mce-item-table, .mce-item-table th, .mce-item-table td {
	border: none;
}
.textwidget.custom-html-widget {
    text-align: center;
    line-height: 250%;
}
.hentry h3.widget-title {
	padding-top: 2em;
}
p.toppage-paragraph {
	margin-bottom: 0;
}
#AutoNumber1 td,#AutoNumber5 td {
    padding-left: 0;
}
#AutoNumber1 td img,#AutoNumber5 td img {
    width: 100%;
}
.entry-content table.border,.page table.border,.hentry table.border {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}
.entry-content .border td,.page .border td,.hentry .border td,.entry-content .border th,.page .border th,.hentry .border th {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}