/*
Theme Name: shinkigensha
Theme URI: http://shinkigensha.co.jp/
Description: shinkigensha.co.jp
Version: 1.0.0
Author: shinkigensha.co.jp
Author URI: http://shinkigensha.co.jp/
Tags: 
Text Domain: shinkigensha
*/
@charset "utf-8";
/* CSS Document */


/******************************************
基本設定
*******************************************/
html{
font-size:14px;
}
body {
	background-color: #DDD;
}
body,
h1,h2,h3,h4,h5,h6,p,pre,blockquote,
ul,ol,dl,
th,td {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", 
	"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	color: #555;
	text-align: left;
}
h1,h2,h3,h4,h5,h6.p {
     font-weight: normal;
}
p {
     margin: 0;
}
ol, ul {
    list-style: none;
}
fieldset,img {
     border: 0;
}
caption,th {
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}
img	{
vertical-align: bottom;
}

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




/******************************************
ヘッダ
*******************************************/
#headerContainer {
	width: 100%;
	background-color: #2C47B7;
	border-bottom: 5px solid #CCC;
}
header {
	margin: 0 auto;
	width: 990px;
}
header h1 {
	margin-top: 2px;
	margin-left: 20px;
	float: left;
}



/* ナビゲーション
*******************************************/
nav {
	float: right;
}

/* サブナビ（書店様ページボタン）
********************/
ul.subNavi {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: right;
}
ul.subNavi li {
}
ul.subNavi li a {
	padding-right: 10px;
	width: 180px;
	height: 28px;
	background-color: #1e38a3;
	border: 1px solid #6b7fd1;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	background: url(images/icon_linkA-R.png) no-repeat 170px 8px, linear-gradient(to bottom, #5269ca 0%, #1e38a3 100%);
	display: inline-block;
}
ul.subNavi li a:link    {color: #FFF; text-decoration: none;}
ul.subNavi li a:visited {color: #FFF;}
ul.subNavi li a:hover   {color: #ffd800;}


/* グローバルナビ
********************/
ul.glvNavi {
	margin-top: 8px;
	margin-bottom: 5px;
	border-right: 1px solid #6b7fd1;
	list-style-type: none;
	clear: right;
}
ul.glvNavi li {
	border-left: 1px solid #6b7fd1;
	font-size: 1rem;
	display: block;
	float: left;
}
ul.glvNavi li:last-child {
	border-right: 1px solid #6b7fd1;
}
ul.glvNavi li a {
	padding: 0 3em 0 0.5em;
	display: block;
}
/* リンク色指定
*********************/
ul.glvNavi li a:link    {color: #FFF; text-decoration: none;}
ul.glvNavi li a:visited {color: #FFF;}
ul.glvNavi li a:hover   {color: #ffd800;}




/******************************************
トップカルーセルパネル（ワイド）
*******************************************/
div#carouselPanelWide {
	width: 100%;
	background-color: #CCC;
}
div#carouselPanelWide #panel {
	margin: 0 auto;
	padding-bottom: 5px;
	width: 990px;
}


/******************************************
メインコンテナ
*******************************************/
#mainContainer {
	width: 100%;
	background-color: #FFF;
}
#main {
	margin: 0 auto;
	width: 990px;
}

#main a    {text-decoration: underline;}
#main a:link    {color: #2C47B7;}
#main a:visited {color: #2C47B7;}
#main a:hover   {color: #ffa800;}

/******************************************
コンテンツ（2カラム）
*******************************************/
article#contents {
	margin: 2em auto;
	width: 700px;
	float: right;
}

/* トップカルーセルパネル（通常用：右カラムのみ）
*******************************************/
div#carouselPanel {
	margin-bottom: 40px;
	width: 100%;
	background-color: #CCC;
}
div#carouselPanel #panel {
	margin: 0 auto;
	width: 700px;
	height: 233px;
}
div#carouselPanel #panel img {
	width: 100%;
}


/* タイトルバー
*********************/
.titlebar {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px 5px;
	width: 100&;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}
.titlebar:first-child {
	margin-top: 0;
}
.titlebar h2 {
	padding: 0 10px;
	border-left: 5px solid #2C47B7;
	line-height: 25px;
	font-size: 1.5rem;
	font-weight: bold;
}
/* タイトルバーのリンクボタン
*********************/
.titlebar ul.nextBtn {
	width: 112px;
	background-color: #FFF;
	float: right;
}
.titlebar ul.nextBtn li {
	line-height: 23px;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}
.titlebar ul.nextBtn li a {
	padding-right: 10px;
	width: 100px;
	height: 22px;
	background: url(images/icon_linkB-R.png) no-repeat 95px 5px;
	border: 1px solid #CCC;
	display: block;
	text-decoration: none;
}
.titlebar ul.nextBtn li a         {text-decoration: none !important;}
.titlebar ul.nextBtn li a:link    {color: #555; }
.titlebar ul.nextBtn li a:visited {color: #555;}
.titlebar ul.nextBtn li a:hover   {
	color: #ffa800;
	border-color: #ffa800;
	background-color: #FFC;
}



/* 書籍リスト
*******************************************/
ul.bookList {
	list-style:none
}
ul.bookList a    {text-decoration: none !important;}
ul.bookList a:link    {color: #555 !important;}
ul.bookList a:visited {color: #555 !important;}
ul.bookList a:hover   {color: #ffa800 !important;}

ul.bookList li {
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
	width: 24%;
	height: 230px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 0.93rem;
	line-height: 140%;
	position: relative;
}




ul.bookList li .bookThumbnail {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	position: relative;
	width: 170px;
	height: 170px;
	display: block;
}
ul.bookList li.kinkan {          /* 近刊背景 */
	background-color: #fff696;
}
ul.bookList li .bookThumbnail img {
	position: absolute;
	top: 0;
	left: 1px;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 160px;
	max-height: 160px;
	border: 1px solid #AAA;
	border-radius: 0.5px;          /* iPhone6 plus対策 */
	box-shadow: rgba(0, 0, 0, 0.500000) 0px 2px 5px 0px;
}
ul.bookList li img.kinkan {                       /* 近刊アイコン */
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	width: 50px;
	height: 50px;
}
ul.bookList li div.bookTitle {
	margin-right: auto;
	margin-left: auto;
	width: 165px;
}
ul.bookList li .pubDate {                        /* 近刊の発売予定日 */
	padding: 0 3px;
	font-size: 0.8rem;
	font-weight: bold;
}
ul.bookList li a:hover img  {
	color: #e7941b;
	border-color: #e7941b;
}
ul.bookList li a:active img {
	color: #ff9700;
	border-color: #ff9700;
}




/* お知らせ
*******************************************/
dl.whatsnew {
	margin: 0px auto;
	width: 100%;
	overflow: auto;
    color: #555;
	line-height: 150%;
	border-bottom: 1px solid #DDD;
}  
dl.whatsnew dt {  
	padding-top: 0.5em;
	padding-right: 0;
	width: 7rem;  
	border-top: 1px solid #DDD;
	font-size: 0.85rem;
	font-weight: bold;  
	float: left;
} 
dl.whatsnew dd {  
	margin-left: 7rem;
	padding: 0.4em 0.25em 0.3em 0em;
	border-top: 1px solid #DDD;
}








/******************************************
サイドバー
*******************************************/
#sidebar {
	margin: 2em auto;
	width: 250px;
	float: left;
}
#sidebar h2 {
	margin:  25px auto 12px;
	padding-left: 45px;
	height: 35px;
	line-height: 35px;
	font-size: 1.2rem;
	color: #FFF;
	font-weight: bold;
}
#sidebar h2:first-child {
	margin:  0 auto 14px;
}
#sidebar h2.kensaku {
	background: url(images/icon_kensaku.png) no-repeat 7px 2px  #2C47B7;
}
#sidebar h2.category {
	background: url(images/icon_category.png) no-repeat 7px 1px  #2C47B7;
}

#sidebar a:link    {color: #555; text-decoration: none;}
#sidebar a:visited {color: #555; text-decoration: none;}
#sidebar a:hover   {color: #ffa800; text-decoration: underline;}



/* フォーム関係
*******************************************/
#sidebar input.textField {
    padding: 3px 3px;
	width: 185px;
    font-size: 1.2rem; 
	border:1px solid #AAA;
}
#sidebar input.submitBtn {
	width: 50px;
	height: 30px;
    font-size: 1.1rem;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0.20, #fff), color-stop(1.00, #eee));
	background: -webkit-linear-gradient(top, #fff 20%, #eee 100%);
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}


/* ジャンルで探す
*******************************************/
#sidebar ul.categoryList {
	margin-bottom: 20px;
}
#sidebar ul.categoryList li {
}
#sidebar ul.categoryList li a {
	margin-bottom: 0.25em;
	padding-left : 1.2em;
	background: url(images/icon_linkA-R.png) no-repeat 0px 4px;
	font-size: 1rem;
	font-weight: bold;
	display: block;
}
#sidebar ul.banner {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar ul.banner li {
	margin-bottom: 5px;
}
#sidebar ul.banner li img {
	max-width: 100%;
}


/* ページトップリンク（フッタ上用）
*******************************************/
div#footerGoPageTop {
	width: 100%;
}
p.goPageTop {
	margin: 0 auto;
	width: 990px;
}
p.goPageTop a {
	padding: 4px 10px 2px 0;
	width: 140px;
	display: block;
	text-align: center;
	color: #FFF;
	float: right;
	font-size: 85%;
	text-decoration: none;
	background: url(images/icon_linkA-Up.png) no-repeat 130px 8px  #2C47B7;
}
p.goPageTop a:hover {
	background-color: #7486d2;
}


/******************************************
フッタ
*******************************************/
footer {
	margin: 0 auto 30px;
	padding: 15px 0;
	width: 990px;
}
/* サイトマップ
*******************************************/
footer .sitemap {
	float: left;
}
footer ul {
	margin: 0 auto;
	border-left: 1px solid #AAA;
	font-size: 0.9rem;
	display: table;
}
footer ul li {
	border-right: 1px solid #AAA;
	font-weight: bold;
	display: table-cell;
}
footer ul li a {
	padding: 0 1em;
}



/* シグネチュア
*******************************************/
footer address {
	font-style: normal;
	font-size: 0.95rem;
	float: right;
}
footer address p {
	text-align: right;
}


/* リンク色指定
********************/
footer a:link    {color: #555; text-decoration:none;}
footer a:visited {color: #555; text-decoration:none;}
footer a:hover   {color: #7486d2; text-decoration:underline;}





/******************************************
*******************************************
下層ページ
*******************************************
*******************************************/

/******************************************
大パナー
*******************************************/
div#bannerWide {
	width: 100%;
	background-color: #CCC;
}
#bannerWide h1 {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	width: 990px;
	height: 180px;
}

/******************************************
検索コンテンツ（1カラム）
*******************************************/
#contentsWide {
	margin: 2em auto;
	width: 100%;
}

#contentsWide h2 {
	margin:  25px auto 12px;
	padding-left: 1em;
	height: 35px;
	line-height: 35px;
	font-size: 1.2rem;
	color: #FFF;
	font-weight: bold;
	background-color: #2C47B7;
	position: relative;
}

/* 絞込み検索
*******************************************/
.refine {
	margin-right: auto;
	margin-left: auto;
}
.refineA {
	float: left;
}
.refineB {
	float: left;
}


/* フォーム関係
*******************************************/
#contentsWide select.selectMenu {
	padding-left: 0.5em;
	height: 30px;
    font-size: 1rem;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0.20, #fff), color-stop(1.00, #eee));
	background: -webkit-linear-gradient(top, #fff 20%, #eee 100%);
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}
#contentsWide input.textField {
    padding: 3px 3px;
	width: 300px;
    font-size: 1.2rem; 
	border:1px solid #AAA;
}
#contentsWide label.option {
	margin-left: 0.5em;
	margin-right: 1em;
	font-size: 1rem;
}
#contentsWide input.zaiko {
	font-size: 10rem;
}
#contentsWide input.submitBtn {
	width: 50px;
	height: 30px;
    font-size: 1.1rem;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0.20, #fff), color-stop(1.00, #eee));
	background: -webkit-linear-gradient(top, #fff 20%, #eee 100%);
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}

/* 並べ替え
********************/
article#contentsWide h2 .selectOp {
	position: absolute;
	font-weight: normal;
	font-size: 0.9rem;
	top: 0;
	right: 10px;
}
article#contentsWide h2 select.optionSelectbox {
	height: 22px;
    font-size: 0.9rem;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0.20, #fff), color-stop(1.00, #eee));
	background: -webkit-linear-gradient(top, #fff 20%, #eee 100%);
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}


/* 書籍リスト（検索結果）
*******************************************/
ul.searchResult {
	list-style:none;
}
ul.searchResult a    {text-decoration: none !important;}
ul.searchResult a:link    {color: #555 !important;}
ul.searchResult a:visited {color: #555 !important;}
ul.searchResult a:hover   {color: #ffa800 !important;}


ul.searchResult li {
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 20px;
	width: 32.5%;
	height: 170px;
	overflow: hidden;
	float: left;
	line-height: 140%;
	position: relative;
}
ul.searchResult li.kinkan {          /* 近刊背景 */
	background-color: #fff696;
}
ul.searchResult li .bookThumbnail {
	margin-bottom: 4px;
	position: relative;
	width: 170px;
	height: 170px;
	display: block;
	float: left;
}
ul.searchResult li .bookThumbnail img {
	position: absolute;
	top: 0;
	left: 1px;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 160px;
	max-height: 160px;
	border: 1px solid #AAA;
	border-radius: 0.5px;          /* iPhone6 plus対策 */
	box-shadow: rgba(0, 0, 0, 0.500000) 0px 2px 5px 0px;
}

ul.searchResult li a:hover img  {
	color: #e7941b;
	border-color: #e7941b;
}
ul.searchResult li a:active img {
	color: #ff9700;
	border-color: #ff9700;
}


ul.searchResult li div.bookInfo {
	padding-top: 5px;
	width: 147px;
	height: 165px;
	overflow: auto;
	text-align: left;
	float: left;
}

ul.searchResult li div.bookInfo h3 {
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	font-size: 1rem;
	line-height: 140%;
	border-bottom: 1px dotted #AAA;
}
.searchResult li a:hover .bookInfo h3  {
	color: #ffa800;
	line-height: 140%;
}

ul.searchResult li div.bookInfo p {
	margin: 0;
	font-size: 0.9rem;
}
.searchResult li a:hover .bookInfo p  {
	color: #ffa800;
}


ul.searchResult li span.linkMark {
	padding-left: 1.2em;
	background: url(images/icon_linkA-R.png) no-repeat 0px 3px;
	line-height: 2rem;
}
.searchResult li a:hover .bookInfo .linkMark {
	color: #ffa800;
}


/******************************************
コンテンツ（2カラム）
*******************************************/
/******************************************
書籍詳細ページ
*******************************************/

/* タイトルバーの戻るボタン
*********************/
.titlebar ul.backBtn {
	margin-top: -4px;
	margin-right: -4px;
	margin-bottom: -12px;

	background-color: #FFF;
	float: right;
}
.titlebar ul.backBtn li {
	line-height: 33px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
.titlebar ul.backBtn li a {
	padding-left: 15px;
	width: 60px;
	height: 30px;
	background: url(images/icon_linkB-L.png) no-repeat 6px 9px;
	border: 1px solid #CCC;
	display: block;
	text-decoration: none;
}
.titlebar ul.backBtn li a         {text-decoration: none !important;}
.titlebar ul.backBtn li a:link    {color: #555; }
.titlebar ul.backBtn li a:visited {color: #555;}
.titlebar ul.backBtn li a:hover   {
	color: #ffa800;
	border-color: #ffa800;
	background-color: #FFC;
}

/* 書籍詳細
*******************************************/
.bookCover {
	width: 35%;
	float: left;
}
.bookCover img {
	max-width: 100%;
	height: auto;
	border: 1px solid #AAA;
	border-radius: 0.5px;          /* iPhone6 plus対策 */
	box-shadow: rgba(0, 0, 0, 0.500000) 0px 4px 10px 0px;
}

.bookDatailText {
	width: 62%;
	float: right;
}
.bookDatailText p {
	margin-bottom: 1em;
}
.bookDatailText p.bookAttribute {
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #CCC;
	font-size: 1rem;
}
.bookDatailText p.bookTestimonials {
	font-size: 0.95rem;
}

/* 書籍詳細本文
********************************************/
.bookDetailDiscription {
	font-size: 1.25rem;
	font-weight: bold;
	color: #273AC8;
}
.bookDetailMokuji {
        margin-top: 1em;
        margin-bottom: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1rem;
	font-weight: bold;
	color: #5ea326;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.bookDetailTitle1 {
	font-size: 1.15rem;
	font-weight: bold;
}
.bookDetailTitle2 {
	font-size: 1.1rem;
	font-weight: bold;
}
ul.bookIndex {
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 1px solid #DDD;
}


/* 関連商品リスト
*******************************************/
ul.productList {
	list-style:none
}
ul.productList a    {text-decoration: none !important;}
ul.productList a:link    {color: #555 !important;}
ul.productList a:visited {color: #555 !important;}
ul.productList a:hover   {color: #ffa800 !important;}

ul.productList li {
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
	width: 24%;
	height: 210px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 0.93rem;
	line-height: 140%;
	position: relative;
}

ul.productList li .bookThumbnail {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	position: relative;
	width: 170px;
	height: 170px;
	display: block;
}
ul.productList li .bookThumbnail img {
	position: absolute;
	top: 0;
	left: 1px;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 160px;
	max-height: 160px;
	border: 1px solid #AAA;
	border-radius: 0.5px;          /* iPhone6 plus対策 */
	box-shadow: rgba(0, 0, 0, 0.500000) 0px 2px 5px 0px;
}
ul.productList li div.bookTitle {
	margin-right: auto;
	margin-left: auto;
	width: 165px;
}
ul.productList li a:hover img  {
	color: #e7941b;
	border-color: #e7941b;
}
ul.productList li a:active img {
	color: #ff9700;
	border-color: #ff9700;
}

/* ショップバナー
*******************************************/
ul.shopBanner {
	list-style-type: none;
}
ul.shopBanner li {
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 10px;
	width: 32%;
	float: left;
}
ul.shopBanner li img {
	max-width: 100%;
}

/******************************************
常備店一覧リスト
*******************************************/
/* 常備店一覧リスト
*******************************************/
ul.storelist li {
	margin-left: 2em;
	float: left;
}


/* 見出し3
*******************************************/
#contents h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 2px 10px;
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	line-height: 25px;
	font-size: 1.2rem;
	font-weight: bold;
}
#contents h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	font-size: 1.1rem;
	font-weight: bold;
}

#contents p.date {
	margin-top: -1.5em;
	margin-bottom: 1em;
	padding-top: 0.2em;
	padding-right: 0.5em;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 0.8rem;
	text-align: right;
}

/******************************************
会社案内
*******************************************/
/* 会社案内
*******************************************/
dl.companyInfo {
	margin: 0px auto;
	width: 95%;
	overflow: auto;
    color: #555;
	line-height: 150%;
	border-bottom: 1px solid #DDD;
}  
dl.companyInfo dt {  
	padding-top: 0.5em;
	padding-right: 0;
	width: 5em;  
	border-top: 1px solid #DDD;
	font-weight: bold;  
	float: left;
} 
dl.companyInfo dd {  
	margin-left: 5em;
	padding: 0.4em 0.25em 0.3em 0em;
	border-top: 1px solid #DDD;
}

dl.companyInfo ul {
	list-style: disc;
	padding-left: 1em;
}

/* 埋め込みマップ
*********************/
.gmap iframe {
	width: 100%;
	height: 400px;
}

/******************************************
お問い合わせ
*******************************************/
dl.contact{
	margin-top: 2em;
	border-bottom: 1px solid #CCC;
	text-align: left;
}  
dl.contact dt {
	padding: 8px 0;  
	width: 10em;
	clear: left;
	float:left;  
	font-weight: bold;  
	border-top: 1px solid #CCC;
}  
dl.contact dd {
	margin-left: 6em;
	padding: 5px 0;
	border-top: 1px solid #CCC;
}  
dl.contact input.textField {
    padding: 3px 3px;
	width: 300px;
    font-size: 1.2rem; 
	border:1px solid #AAA;
}

/******************************************
メールニュース登録
*******************************************/
/* 登録フォーム
*******************************************/
dl.regist{
	margin-top: 2em;
	border-bottom: 1px solid #CCC;
	text-align: left;
}  
dl.regist dt {
	padding-top: 0.7em;
	padding-right: 0;
	width: 6rem;  
	border-top: 1px solid #DDD;
	font-weight: bold;  
	float: left;
}  
dl.regist dd {
	margin-left: 6rem;
	padding: 0.7em 0.25em 0.6em 0em;
	border-top: 1px solid #DDD;
}  

/* フォームのデザイン
*********************/
dl.regist input.textField {
    padding: 3px 3px;
	width: 300px;
    font-size: 1.2rem; 
	border:1px solid #AAA;
}
dl.regist input.ageField {
    padding: 3px 3px;
	width: 50px;
    font-size: 1.2rem; 
	border:1px solid #AAA;
}
div.confirmBtn,
div.submitBtn {
	padding: 10px 6em;
	border-bottom: 1px solid #CCC;
}
input.confirmBtn {
	width: 10em;
	height: 26px;
    font-size: 1rem;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0.20, #fff), color-stop(1.00, #eee));
	background: -webkit-linear-gradient(top, #fff 20%, #eee 100%);
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}
input.submitBtn {
	width: 5em;
	height: 26px;
    font-size: 1rem;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0.20, #fff), color-stop(1.00, #eee));
	background: -webkit-linear-gradient(top, #fff 20%, #eee 100%);
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}
input.clearBtn {
	width: 5em;
	height: 26px;
    font-size: 1rem;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, 
	            color-stop(0.20, #fff), color-stop(1.00, #eee));
	background: -webkit-linear-gradient(top, #fff 20%, #eee 100%);
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}

/* ページャー
********************************************/
#pagerCont {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
}
#pagerCont .wp-pagenavi {
	position: relative;
	display: inline-block;
}

#pagerCont .wp-pagenavi a:link,
#pagerCont .wp-pagenavi a:visited {
	text-decoration: none;
}

#pagerCont .wp-pagenavi a:hover,
#pagerCont .wp-pagenavi a:active {
	background-color: #ffa800;
	text-decoration: none;
	color: #fff;
}

#pagerCont .wp-pagenavi a {
	position: relative;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCC;
	padding: 3px 8px;
	font-weight: bold;
	color: #555 !important;
}

#pagerCont .wp-pagenavi span {
	display: block;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCC;
	padding: 3px 8px;
	background: #ffa800;
	color: #FFFFFF
}

#pagerCont .wp-pagenavi .nextpostslink,
#pagerCont .wp-pagenavi .previouspostslink {
	border: none;
}


/* 検索結果アラート
********************************************/
.alert {
     margin-top: 6em;
     margin-bottom: 6em;
     width: 100%;
     font-size: 1.2rem;
     text-align: center;
     font-weight: bold;
}
.alert img {
     margin-right: 6px;
     vertical-align: -10%;
}
