/*
Theme Name: fukuidaigaku
Author: mdm
Author URI: 
Description: 
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

  header .inner #pcmenu .search form {
		float:left;
	}
  header .inner #pcmenu .search input[type="text"] {
    float: left;
    display: block;
    height: 25px;
    margin-top: -6px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 1px 0px #d2d2d2 inset;
    background: #fff;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
  }
  header .inner #pcmenu .search input[type="submit"] {
    display: block;
    float: left;
    margin: -3px 0 0 10px;
    background: url("common/images/common/icon_search.jpg") no-repeat left center;
		background-size:contain;
		width:18px;
		height:20px;
		border:none;
		box-shadow:none;
		text-indent:-999px;
		overflow:hidden;
  }



.return_list {
	margin:4em 0 2em;
	text-align:center;
}

.return_list a {
	color:#000;
}
.return_list a:hover {
	text-decoration:none;
}

#pager {
	width:100%;
	margin:4em 0 2em;
}
#pager ul {
	text-align:center;
}
#pager li {
	display:inline-block;
	margin: 0 0.5em;
	line-height:1em;
	border:1px solid #000;
	text-decoration:none;
}
#pager a {
	display:block;
	line-height:1em;
	padding:0.5em;
	color:#000;
	text-decoration:none;
}
#pager a:hover {
	background:#999;
	color:#fff;
}
#pager li.loc {
	background:#999;
	padding:0.5em;
	border:1px solid #999;
	color:#fff;
}
#pager .none {
	color:#ccc;
	padding:0.5em;
	border:1px solid #ccc;
}
