/*===============================================
●base.css 画面の横幅が641px以上
===============================================*/
@media print, screen and (min-width: 641px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  フォントと背景　*/
/*--------------------------------------------------------*/

body {
	font-size:14px;*font-size:small;*font:x-small;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8em;
	background-color: #FFF;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0px;
	line-height:0px;
}

p.contents {font-size: 100%; color: #333;}
p.contents_s {font-size: 85%; color: #333;}
p.contents_l {font-size: 110%; color: #333;}

/*  リンク　*/
/*--------------------------------------------------------*/

a {text-decoration: none; color:#333;}
a:hover {color:#B75F48; text-decoration: underline;}

a {
overflow: hidden;
}

/*  レイアウト　*/
/*--------------------------------------------------------*/

#container {
	margin-left:auto;
	margin-right:auto;
	width: 980px;
}

/*  ヘッダー　*/
/*--------------------------------------------------------*/

header{
	overflow: hidden;
}

header .sp_menuBox{
	display:none;
}

header .headBox{
	overflow: hidden;
	margin-top:25px;
	margin-bottom:25px;
}

header .headBox .logo{
	float:left;
	width:200px;
	margin-right:14px;
}

header .headBox .head_policy{
	float:left;
	width:330px;
	margin-right:54px;
}

header .headBox .sp_head_policy{
	display:none;
}

header .headBox .head_mojisize{
	float:left;
	width:124px;
	overflow: hidden;
}

header .headBox .head_mojisize .head_mojisize_title{
	float:left;
	width:66px;
}

header .headBox .head_mojisize #textsize{
	float:left;
	width:58px;
}

/*  検索フォーム　*/
/*--------------------------------------------------------*/

header .headBox .head_search{
	float:left;
	width:258px;
	text-align:right;
	padding-top:8px;
	position:relative;
}

header .headBox .head_search .searchBox{
	position:relative;
	width:180px;
	height:28px;
	padding:0 50px 0 10px;
	border:1px solid #DDD;
	behavior:url(/PIE.htc);
	font-size:12px
}

header .headBox .head_search .search_bt{
	position:absolute;
	left:208px;
	border: 0px;
	width:50px;
	height:30px;
	background:url(https://www.chosyu-journal.jp/wp-content/themes/chosyu/resource/image/bt_search.png) left top no-repeat;
	cursor:pointer;
}

.screen-reader-text {
	display: none;
}

header .headBox .head_search input{
	-webkit-appearance: none;
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999; opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
}

/*  メインナビゲーション　*/
/*--------------------------------------------------------*/

nav{
	width:980px;
}

nav ul li {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	text-align: center;
	font-size:13px;
	line-height:1.0em;
	letter-spacing: 1.5px;
	color:#333;
	display:inline-block;
}

nav ul li.bt_home{
	float: left;
	width:96px;
	border-left:1px solid #DDD;
}
nav ul li.bt_category01{
	float: left;
	width:111px;
}
nav ul li.bt_category02{
	float: left;
	width:83px;
}
nav ul li.bt_category03{
	float: left;
	width:82px;
}
nav ul li.bt_category04{
	float: left;
	width:111px;
}
nav ul li.bt_category05{
	float: left;
	width:97px;
}
nav ul li.bt_category06{
	float: left;
	width:110px;
}
nav ul li.bt_category07{
	float: left;
	width:135px;
}
nav ul li.bt_category08{
	float: left;
	width:145px;
}

nav ul li a{
	color:#333;
	padding:13px 0;
	display:block;
	text-decoration: none;
}

nav ul li a:hover{
	color:#333;
	padding:13px 0;
	display:block;
	text-decoration: none;
	background: #EFEBE2;
}

/*  レイアウト　*/
/*--------------------------------------------------------*/

#bodySec {
	margin: 0 auto;
	overflow: hidden;
}

article {
}

#bodySec .contentsBox{
	float:left;
	width:640px;
}

#bodySec .sideBox{
	float:left;
	width:300px;
	margin-left:40px;
}

/*  パンくず　*/
/*--------------------------------------------------------*/

.breadcrumbs {
	margin-top:10px;
	margin-bottom:20px;
	font-size:80%;
	color:#999;
	line-height: 1.5em;
}

.breadcrumbs a {text-decoration: none; color:#999;}
.breadcrumbs a:hover {color:#B75F48; text-decoration: underline;}

/*  サイド　*/
/*--------------------------------------------------------*/

/*  トップページのサイドメニュー　*/

#bodySec .sideBox .index_sidemenuBox{
}

#bodySec .sideBox .index_sidemenuBox ul{
	border-top:1px solid #DDD;
}

#bodySec .sideBox .index_sidemenuBox ul li{
	border-bottom:1px solid #DDD;
	padding:10px 0 10px 10px;
	margin-left:5px;
	font-size:100%;
	line-height: 1.5em;
	background: url(../image/arrow.png) left no-repeat;
}

#bodySec .sideBox .index_sidemenuBox ul li a {text-decoration: none;}
#bodySec .sideBox .index_sidemenuBox ul li a:hover {text-decoration: underline;}

/*  記事ページのサイドメニュー　*/

#bodySec .sideBox .sidemenuBox{
	background: #DFDCD1;
	padding-bottom:5px;
}

#bodySec .sideBox .sidemenuBox ul{
}

#bodySec .sideBox .sidemenuBox ul li{
	border-top:1px solid #EFEBE2;
	padding:10px 0 10px 8px;
	margin-left:15px;
	font-size:100%;
	line-height: 1.5em;
	background: url(../image/arrow.png) left no-repeat;
}

#bodySec .sideBox .sidemenuBox ul li a {text-decoration: none;}
#bodySec .sideBox .sidemenuBox ul li a:hover {text-decoration: underline;}

/*  定期購読申し込みボタン　*/

#bodySec .sideBox .koudoku_bt{
	margin-top: 20px;
	width:300px;
}

#bodySec .sideBox .koudoku_bt a{
	display:block;
	background:#36332C;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1.3px;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	width: 300px;
	padding: 13px 0;
	text-align:center;
	text-decoration:none;
}

#bodySec .sideBox .koudoku_bt a:hover{
	text-decoration:none;
	background:#891542;
}

/* ****************** サイドの見出し（共通）　***********************/

#bodySec .sideBox h2.sidetit{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:12px 0;
}

h3.widget-title{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:12px 0;
	margin-top:20px;
}

/*  よく読まれている記事　*/
/*--------------------------------------------------------*/

/* カウンターの初期化 */
.wpp-list {
	counter-reset: wpp-ranking;
}

.wpp-list li{
	position: relative;
	list-style-type: none;
	clear:both;
	margin-top:10px;
	font-size:100%;
	line-height:1.5em;
}

/* 人気順位を表示 */

.wpp-list li:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	background:rgba(164, 159, 153, 0.8);
	color: #FFF;
	font-size: 13px;
	line-height: 1;
	padding: 4px 6px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* 1位〜3位までに違うスタイルを適用 */

.wpp-list li:nth-child(1):before {
	background: rgba(231, 208, 57, 0.8);
	font-size: 15px;
	font-weight:bold;
}
.wpp-list li:nth-child(2):before {
	background: rgba(231, 208, 57, 0.8);
	font-size: 15px;
	font-weight:bold;
}
.wpp-list li:nth-child(3):before {
	background: rgba(231, 208, 57, 0.8);
	font-size: 15px;
	font-weight:bold;
}

/* 画像の角を丸く */

.wpp-list li img{
	margin-right:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wpp-list li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*  月別アーカイブ　*/

#archives-dropdown-3{
	margin-top:10px;
}

/*  おすすめ書籍のご紹介　*/

#bodySec .sideBox .side_bookBox{
	margin-top:25px;
}

#bodySec .sideBox .side_bookBox ul li{
	clear:left;
	overflow: hidden;
	padding-top: 15px;
}

#bodySec .sideBox .side_bookBox .book_img{
	float:left;
	width:70px;
	margin-right:15px;
}

#bodySec .sideBox .side_bookBox .book_img img{
	box-shadow: 0px 3px 14px rgba(0,0,0,0.3);
}

#bodySec .sideBox .side_bookBox .book_info{
	float:left;
	width:215px;
}

#bodySec .sideBox .side_bookBox .book_info h3{
	font-size:105%;
	font-weight: bold;
	line-height: 1.4em;
	color:#333;
	margin-bottom:5px;
}

#bodySec .sideBox .side_bookBox .book_info p.book_detail{
	font-size:90%;
	line-height: 1.5em;
	color:#666;
}

#bodySec .sideBox .side_bookBox .book_img a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#bodySec .sideBox .side_bookBox .book_info h3 a {text-decoration: none;}
#bodySec .sideBox .side_bookBox .book_info h3 a:hover {text-decoration: underline;}

/*  バナースペース　*/

#bodySec .sideBox .side_banner{
	margin-top:25px;
}

#bodySec .sideBox .side_banner ul li{
	margin-top:15px;
}

#bodySec .sideBox .side_banner ul li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*  長周新聞の定期購読とカンパの訴え　*/

#bodySec .sideBox .side_messageBox{
	margin-top:15px;
	border:1px solid #DDD;
	padding:25px 15px;
}

#bodySec .sideBox .side_messageBox h3{
	font-size:100%;
	font-weight:bold;
	color:#333;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}

#bodySec .sideBox .side_messageBox p.message_txt{
	font-size:85%;
	color:#333;
	line-height: 1.7em;
}

/*  気になるキーワード　*/

#bodySec .sideBox .side_wordBox{
	margin-top:25px;
}

#bodySec .sideBox .side_wordBox a{
	float:left;
	font-size:100%;
	color: #333;
	line-height: 1.5em;
	padding:5px 10px;
	background: #EFEBE2;
	text-align: center;
	margin-right:5px;
	margin-bottom:5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#bodySec .sideBox .side_wordBox a:hover{
	text-decoration: none;
	background: #DFDCD1;
}

/*  フッター　*/
/*--------------------------------------------------------*/

footer {
	margin-top:40px;
	width:100%;
}

footer:before{
	clear: both;
}

/*  スマホだけ表示のメニューリスト　*/

.menulist{
	display:none;
}

footer .footBox{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	font-size:85%;
	color:#CCC;
	letter-spacing: 0.7px;
}

footer .footBox a {color:#666; text-decoration: none;}
footer .footBox a:hover {color:#666; text-decoration: underline;}

footer .copyrightBox {
	margin-top:20px;
	background: #A49F99;
}

footer .copyrightBox .inner{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0;
}

footer .copyrightBox .inner p.foot_add{
	color:#FFF;
	font-size:85%;
	line-height:1.6em;
}

footer .copyrightBox .inner p.foot_add br{
	display:none;
}

footer .copyrightBox .inner p.foot_copyright{
	margin-top:5px;
	color:#333;
	font-size:80%;
	line-height:1.6em;
}

/*  ページスクロール　*/
/*--------------------------------------------------------*/

.pagetop {
	position: fixed;
	bottom: -3px;
	right: 30px;
}

.pagetop a {
	display: block;
	width: 54px;
	height: 40px;
	background-color:#891542;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
}

}












/*===============================================
●smartphone.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  フォントと背景　*/
/*--------------------------------------------------------*/

body {
	font-size:14px;*font-size:small;*font:x-small;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8em;
	background-color: #FFF;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0px;
	line-height:0px;
}

p.contents {font-size: 100%; color: #333;}
p.contents_s {font-size: 85%; color: #333;}
p.contents_l {font-size: 110%; color: #333;}

/*  リンク　*/
/*--------------------------------------------------------*/

a {text-decoration: none; color:#333;}
a:hover {color:#B75F48; text-decoration: underline;}

a {
overflow: hidden;
}

/*  レイアウト　*/
/*--------------------------------------------------------*/

#container {
}

/*  ヘッダー　*/
/*--------------------------------------------------------*/

header{
	overflow: hidden;
}

header .sp_menuBox{
}

header .headBox{
	overflow: hidden;
	margin-top:20px;
	margin-bottom:15px;
}

header .headBox .logo{
	text-align:center;
}

header .headBox .logo img{
	width:38%;
	height:auto;
}

header .headBox .head_policy{
	display:none;
}

header .headBox .sp_head_policy{
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	font-size:11px;
	color:#333;
	line-height:1.3em;
}

header .headBox .head_mojisize{
	display:none;
}

/*  検索フォーム　*/
/*--------------------------------------------------------*/

header .headBox .head_search{
	position:relative;
	width:220px;
	margin-left:auto;
	margin-right:auto;
}

header .headBox .head_search .searchBox{
	position:relative;
	width:120px;
	height:28px;
	padding:0 50px 0 7px;
	border:1px solid #DDD;
	behavior:url(/PIE.htc);
	font-size:12px
}

header .headBox .head_search input{
	-webkit-appearance: none;
	border-radius: 0;
	line-height:28px;
}

::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999; opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
}

header .headBox .head_search .search_bt{
	position:absolute;
	left:170px;
	border: 0px;
	width:50px;
	height:30px;
	background:url(https://www.chosyu-journal.jp/wp-content/themes/chosyu/resource/image/bt_search.png) left top no-repeat;
	cursor:pointer;
}

.screen-reader-text {
	display: none;
}


/*  メインナビゲーション　*/
/*--------------------------------------------------------*/

nav{
	display:none;
}

nav ul li {
}

nav ul li.bt_home{
}

nav ul li.bt_category{
}

nav ul li a{
}

nav ul li a:hover{
}

/*  レイアウト　*/
/*--------------------------------------------------------*/

#bodySec {
	margin: 0 auto;
	overflow: hidden;
}

article {
}

#bodySec .contentsBox{
}

#bodySec .sideBox{
}

/*  パンくず　*/
/*--------------------------------------------------------*/

.breadcrumbs {
	margin-bottom:15px;
	padding:0 10px;
	font-size:80%;
	color:#999;
	line-height: 1.5em;
}

.breadcrumbs a {text-decoration: none; color:#999;}
.breadcrumbs a:hover {color:#B75F48; text-decoration: underline;}

/*  サイド　*/
/*--------------------------------------------------------*/

/*  トップページのサイドメニュー　*/

#bodySec .sideBox .index_sidemenuBox{
	display:none;
}

#bodySec .sideBox .index_sidemenuBox ul{
}

#bodySec .sideBox .index_sidemenuBox ul li{
}

#bodySec .sideBox .index_sidemenuBox ul li a {text-decoration: none;}
#bodySec .sideBox .index_sidemenuBox ul li a:hover {text-decoration: underline;}

/*  記事ページのサイドメニュー　*/

#bodySec .sideBox .sidemenuBox{
	display:none;
}

#bodySec .sideBox .sidemenuBox ul{
}

#bodySec .sideBox .sidemenuBox ul li{
}

#bodySec .sideBox .sidemenuBox ul li a {text-decoration: none;}
#bodySec .sideBox .sidemenuBox ul li a:hover {text-decoration: underline;}

/*  定期購読申し込みボタン　*/

#bodySec .sideBox .koudoku_bt{
	clear:both;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

#bodySec .sideBox .koudoku_bt a{
	display:block;
	background:#36332C;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1.3px;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	width: 300px;
	padding: 13px 0;
	text-align:center;
	text-decoration:none;
}

#bodySec .sideBox .koudoku_bt a:hover{
	text-decoration:none;
	background:#891542;
}

/* ****************** サイドの見出し（共通）　***********************/

#bodySec .sideBox h2.sidetit{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:10px 10px;
}

h3.widget-title{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:10px 10px;
	margin-top:20px;
	margin-bottom:5px;
}

/*  よく読まれている記事　*/
/*--------------------------------------------------------*/

/* カウンターの初期化 */
.wpp-list {
	counter-reset: wpp-ranking;
}

.wpp-list li{
	position: relative;
	list-style-type: none;
	margin:8px 10px;
	border-bottom:1px solid #EEE;
	padding-bottom:8px;
	font-size:110%;
	font-weight:bold;
	color:#333;
	line-height:1.4em;
	clear:both;
}

/* 人気順位を表示 */

.wpp-list li:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	background:rgba(164, 159, 153, 0.8);
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	padding: 4px 6px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* 1位〜3位までに違うスタイルを適用 */

.wpp-list li:nth-child(1):before {
	background: rgba(231, 208, 57, 0.8);
	font-size: 15px;
	font-weight:bold;
}
.wpp-list li:nth-child(2):before {
	background: rgba(231, 208, 57, 0.8);
	font-size: 15px;
	font-weight:bold;
}
.wpp-list li:nth-child(3):before {
	background: rgba(231, 208, 57, 0.8);
	font-size: 15px;
	font-weight:bold;
}

.wpp-list li img{
	width:80px;
	height:auto;
	margin-right:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wpp-list li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*  月別アーカイブ　*/

#archives-dropdown-3{
	margin-top:5px;
	margin-left:10px;
}

/*  おすすめ書籍のご紹介　*/

#bodySec .sideBox .side_bookBox{
	margin-top:25px;
}

#bodySec .sideBox .side_bookBox ul li{
	clear:left;
	overflow: hidden;
	padding:15px 10px 0;
}

#bodySec .sideBox .side_bookBox .book_img{
	float:left;
	width:80px;
	margin-right:12px;
}

#bodySec .sideBox .side_bookBox .book_img img{
	box-shadow: 0px 3px 14px rgba(0,0,0,0.3);
}

#bodySec .sideBox .side_bookBox .book_info{
	overflow:hidden;
}

#bodySec .sideBox .side_bookBox .book_info h3{
	font-size:100%;
	font-weight: bold;
	line-height: 1.5em;
	color:#333;
	margin-bottom:5px;
}

#bodySec .sideBox .side_bookBox .book_info p.book_detail{
	font-size:90%;
	line-height: 1.5em;
	color:#666;
}

#bodySec .sideBox .side_bookBox .book_img a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#bodySec .sideBox .side_bookBox .book_info h3 a {text-decoration: none;}
#bodySec .sideBox .side_bookBox .book_info h3 a:hover {text-decoration: underline;}

/*  バナースペース　*/

#bodySec .sideBox .side_banner{
	margin-top:25px;
}

#bodySec .sideBox .side_banner ul li{
	margin-top:15px;
	padding:0 10px;
}

#bodySec .sideBox .side_banner ul li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/*  長周新聞の定期購読とカンパの訴え　*/

#bodySec .sideBox .side_messageBox{
	margin-top:15px;
	border-top:1px solid #DDD;
	padding:25px 15px 5px 15px;
}

#bodySec .sideBox .side_messageBox h3{
	font-size:100%;
	font-weight:bold;
	color:#333;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}

#bodySec .sideBox .side_messageBox p.message_txt{
	font-size:85%;
	color:#333;
	line-height: 1.7em;
}

/*  気になるキーワード　*/

#bodySec .sideBox .side_wordBox{
	margin-top:25px;
}

#bodySec .sideBox .side_wordBox ul{
	padding:0 10px;
}

#bodySec .sideBox .side_wordBox a{
	float:left;
	font-size:100%;
	color: #333;
	line-height: 1.5em;
	padding:5px 10px;
	background: #EFEBE2;
	text-align: center;
	margin-right:5px;
	margin-bottom:5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#bodySec .sideBox .side_wordBox a:hover{
	text-decoration: none;
	background: #DFDCD1;
}

/*  フッター　*/
/*--------------------------------------------------------*/

footer {
	margin-top:30px;
	width:100%;
}

footer:before{
	clear: both;
}

/*  スマホだけ表示のメニューリスト　*/
/*--------------------------------------------------------*/

.menulist{
	width:100%;
	margin-top:10px;
}

.menulist ul{
	border-top: 1px solid #FFF;
}
.menulist li{
	height:44px;
	border-bottom: 1px solid #FFF;
	background:#E8F0F5;
}
.menulist li a{
	display: block;
	height:44px;
	line-height:44px;
	text-indent: 15px;
	font-size: 13px;
	font-weight: nomal;
	text-decoration: none;
	color:#333;
}
.menulist li a.arrow{
	position: relative;
}
.menulist li a.arrow::after{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:15px;
	top:50%;
	margin-top:-5px;
}

/*  ここまで -- スマホだけ表示のメニューリスト　*/

footer .footBox{
	display:none;
}

footer .footBox a {color:#666; text-decoration: none;}
footer .footBox a:hover {color:#666; text-decoration: underline;}

footer .copyrightBox {
	background: #A49F99;
}

footer .copyrightBox .inner{
	padding: 15px 10px;
}

footer .copyrightBox .inner p.foot_add{
	color:#FFF;
	font-size:80%;
	line-height:1.6em;
}

footer .copyrightBox .inner p.foot_copyright{
	margin-top:5px;
	color:#333;
	font-size:75%;
	line-height:1.6em;
}

/*  ページスクロール　*/
/*--------------------------------------------------------*/

.pagetop {
	position: fixed;
	bottom: -40px;
	right: 30px;
}

.pagetop a {
	display: block;
	width: 60px;
	height: 40px;
	background-color:#891542;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 44px;
}

}