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

body {
background-color: #f5deb3;
overflow: auto;
}

body p {
font-family: Arial, Helvetica, sans-serif;
}
body p  {font-size: 17px; text-align: left;}

body h1 {font-family: Arial, Helvetica, sans-serif;
}
body h2 {font-family: Arial, Helvetica, sans-serif;
}
body h1 {font-size: 17px; 
text-align: left;
}
body h2 {font-size: 17px; 
font-weight: normal;
}
body h3 {font-size: 17px; 
font-weight: normal;
}

main {
margin:0 auto;
width: 1130px;
height: auto;
}
div#logo_block {
width: 564px;
height: 232px;
margin:0 auto;
}
div#plog_logo1 {
margin-left:98px;
float: right;
}
div#Left_area {
width: 147px;
margin-top: 0px;
margin-right: 0px;
padding-bottom: 10px;
float: right;	
height: 1600px;
background: #e6e6fa;
font-color: black;
line-height: 90%;
overflow: hidden;
}
div#center_area {
margin-left: 10px;
margin-right: 5px;
margin-top: 0px;
float: right;	
width: 780px;
height: auto;
text-align : center;
}

/*リンクバナートップページ用*/
.link_wapper {
width: 720px;
height:auto;
margin: 0 auto;
}
.size_description {/*テキスト・バナーリンクとの文言の処*/
width: 400px;
height:13px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
	
.link_banner {
width: 720px;
height:62px;
margin-left:auto;
margin-right:auto;
}
/*リンクバナートップページ用おわり*/
.ad-item{
text-align : center;
margin: 0 auto;
}

/*パンクズリスト*/
.breadcrumb_item{
		text-align: left;
		margin-bottom:0px;
		font-size:13px;
        margin: 0 0 0 -12px;/*リストを一番左に寄せるため*/

}
.breadcrumb_item ol li{
	display:inline;
}
.breadcrumb_item li ::after{
content:">";
padding-left:-7px;/*リストを一番左に寄せるためにマージンを－にすると＞が右文字にくっつくので調整*/
padding-right:18px;/*リストを一番左に寄せるためにマージンを－にすると＞が右文字にくっつくので調整*/

}
.breadcrumb_item li :last-child::after{/*::afterはchildの後ろに来ないといけないし、くっつけないといけない*/
content:"";
}

.breadcrumb_item li a{
background:transparent url("breadcrumbs_001.gif") no-repeat 100% 45% scroll;
}

/*パンクズリストおわり*/
/*グローバルナビ ここから*/
nav{
border-bottom: 3px solid #CE481F;
position: relative;
}

nav ul{
position: absolute;
left:10%;
display: table;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
}

nav ul li{
display: table-cell;
min-width: 40px;
}

nav ul li a{
display: block;
width: 100%;
height: 90%;
padding: 5px 0;
text-decoration: none;
color: #CE481F;
}

nav ul li.current{
font-weight: bold;
border-top: 4px solid #00bfff;
}

nav ul li.current a{
color: #00bfff;
}

nav ul li a:hover{
color: #0089BB;
background-color: #FBFBDD;
}

nav ul li:hover{
border-top: 3px solid #F8E750;
}
/*グローバルナビ おわり*/
/*上へボタン*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*上へボタン終了*/

div#right_area {
margin-left: 0px;
margin-top: 0px;
background: #e6e6fa;
height: 1610px;
float: right;	
width: 175px;
overflow: auto;
position:relative;/*plogrankingのbottom 0を効かせるために記載*/
}
div#plogranking {/*人気ランキング用*/
	position:absolute;
bottom : 0 ;	}
/*フッター用記載*/
footer{
	width: 1117PX;
	height :45PX;
	background-color: #89c7de;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	float:right;
}
/*フッター用記載おわり*/