@charset "EUC-JP";

/* ---------------------------------------------------
Information
File name:      base.css
Style Info:     各ページ基本スタイルの設定
--------------------------------------------------- */


/* ------------------------------
	linkcolor
------------------------------ */

a:link,
a:visited {
	color: #1EACAC;
	text-decoration: none;
}
a:hover,a:active {
	color: #1EACAC;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

a:hover img {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* ------------------------------
	body
------------------------------ */

body {
	text-align: center;
	font-size: 80%;
	color: #52372F;
	background: #FFF;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	letter-spacing: 1px;
}


body div {
	text-align: left;
}


body div div {
	background-color: transparent;
}


/* ------------------------------
	text
------------------------------ */

.red {
	color: #C60B1E !important;
}

.blue {
	color: #36BCBC !important;
}

.sTxt {
	font-size: smaller;
}



/*----共通_スマホでのみ表示---*/
.sp {
	display: none;
}



/* ------------------------------
	pagetop
------------------------------ */
/*
#page-top {
	position: fixed;
	bottom: 200px;
	right: 20px;
}
#page-top a {
	text-decoration: none;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}*/



/* ページトップへの戻り
------------------------------------------------------------*/

#page-top {
	position:fixed;
	bottom:15px;
	right:15px;
}

#page-top a {
	display:block;
	text-decoration:none;
}


#page-top a img {
	background:#75DBDB;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.4s ease;
}



#page-top a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}




/* ------------------------------
	新着リスト_カテゴリ
------------------------------ */

span.listHeader {
	font-size: smaller;
	padding-right: 5px;
}



/* ------------------------------
	NEWマーク
------------------------------ */
span.new {
	display: none;
	margin-left: 3px !important;
}

span.new img {
	vertical-align: top;
	padding: 4px 0px 0px 5px !important;
	margin: 0px;
}



/* ---------------------------------------------------
	PC用設定
--------------------------------------------------- */

/* メインメニュー
------------------------------------------------------------*/
@media only screen and (min-width: 980px){

/*----共通_スマホのみ電話かける---*/
	a[href^="tel:"]{
		pointer-events: none;
	  }
}






