﻿@charset "utf-8";
/* CSS Document */

/*
Theme Name: ishii2026
Description:テーマの説明
Theme URI: http://ishii-shika.net/
Author: 作った人の名前
Author URI: http://www.dot-pc.com/
Version: 4.1.1
License: ライセンス
License URI: ライセンスの URL
*/

@import url(css/pc.css) screen and (min-width: 769px);
@import url(css/tablet.css) screen and (max-width: 768px) and (min-width:481px);
@import url(css/sp.css) screen and (max-width: 480px);
@import url(css/sp320.css) screen and (max-width: 320px);

.box01 {
	margin-bottom:20px;
}

.box01 h3 {
	font-size:14px;
}
.inner01 ul a {
	color:#333;
}
.inner01 ul li {
	margin-bottom:5px;
}

/*ページャー*/
.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	padding-bottom: 20px;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/*img*/
.alignleft,
img.alignleft {
     display: inline;
     float: left !important;
     margin-right: 24px;
     margin-top: 4px;
}

.alignright,
img.alignright {
     display: inline;
     float: right !important;
     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;
}
