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

/**********************************/
/* common */
/**********************************/

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

html {
	font-family: "Meiryo","メイリオ","Hiragino kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	/*font-weight: 500;*/
    -webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
div { box-sizing: border-box;}
img { vertical-align: bottom;}
body { font-size: 1.4em;}

@media screen and (max-width:750px) {
  a:hover { text-decoration: none;}
}

/**********************************/
/* flexbox setting */
/**********************************/


/**********************************/
/* layout */
/**********************************/

#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
#content { overflow: hidden;}
#alpha { width: 670px; float:left;}
#beta {	width: 300px; float:right;}

@media screen and (max-width:1000px) {
  #content { padding: 0 20px;}
  #container {	width: 100%;}
  #alpha { 
    width : 65% ; /* IE8以下とAndroid4.3以下用 */
    width : -webkit-calc( 100% - 30% - 30px) ;
    width: calc( 100% - 30% - 30px);}
  #beta { width: 30%; }
}

@media screen and (max-width:750px) {
  #container { position: relative;}
  #content { display:block; padding: 0 10px;}
  #alpha, #beta { float: none; width: 100%;}
}

/**********************************/
/* header */
/**********************************/


/* hide SP item */
#menuButton,#hSearch-btn,#spNav { display:none;}

/* header wrap */
header {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    -js-display: flex;/*--- IE8,9 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
	padding: 15px 0;
	min-height:72px;
}
#hLogo { width: 240px; position: relative;}

/* Search */
#hSearch { width: 240px; min-height: 30px;display:block; position: relative;}
#hSearchTxt { 
    position: absolute;  
    top: 0px;  
    left: 0px;
	width: 218px;
    border: 1px solid #ccc;
	padding: 5px 10px;
}
#hSearchBtn {position: absolute;  
    top: 7px;  
    left: 218px;  
}

/* Banner */
#hBanner img:first-child { width:100%; max-width: 728px; height:auto;}


/*-- Gloval Navigation (gNav) --*/

#home #gNav {margin-bottom: 38px;}
#gNav-menu {
	border-width: 1px 0 1px;
	border-color: #ccc;
	border-style: solid;
	/*padding: 5px;*/
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    -js-display: flex;/*--- IE8,9 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;	
}
#gNav-menu li { align-items: center; text-align: center;}
#gNav-menu li a { box-sizing: border-box; min-height:40px;}
#gNav-menu a { font-size: 13px; padding: 12px 17px 0; line-height:1.3; display:block;border-bottom: 3px solid #fff;}
#gNav-menu .home a { padding: 9px 5px 0; margin-right: 13px;}
#gNav-menu li .split:before { content: " / ";}
#gNav-menu a:hover { text-decoration: none; border-bottom: 3px solid #11981f;}

#gNav-menu,#gNav-socal {display: -webkit-flex;display: flex;align-items: center;}


#gNav-socal { width: 80px;justify-content:end;}
#gNav-socal a { padding: 5px;}

@media screen and (max-width:1000px) {
  header { padding: 15px 10px;}

  #gNav-menu a { font-size: 12px; padding: 13px 10px 0;}
  /*#gNav-menu li a { min-height:60px;}*/
  #gNav-menu .home a { margin-left: 10px;}
  /*#gNav-menu li .split:before,
  #gNav-menu li span:before { content: "\A";white-space: pre ; }*/
  /*#gNav-menu a:hover { border-bottom: none;margin-bottom: 0;}*/
  #hBanner { display:none;}
}
@media screen and (max-width:850px) {
#gNav-menu a { font-size: 10px; padding: 15px 8px 0;}
}
@media screen and (max-width:750px) {
  header { padding: 0; min-height:0;}
  #hLogo {
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: #fff;
    height:60px;
    z-index:5;
    border-bottom: 2px solid #000;
  }
  #hLogo h1 { margin: 0 60px;}
  #hLogo h1 img { display:block;width: 100%;max-width: 180px; margin: 5px auto 0;}
  
  #gNav-menu a { font-size: inherit;}
  
  #hSearch-btn { display:block; }  

  .menuButton,
  .menuButton span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
  }
  .menuButton {
	width: 22px;
	height: 19px;
	position: fixed;
    top: 19px;
    left: 18px;
    z-index: 4;
  }
  .menuButton span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #666;
	border-radius: 4px;
  }
  .menuButton span:nth-of-type(1) {
	top: 0;
  }
  .menuButton span:nth-of-type(2) {
	top: 8px;
  }
  .menuButton span:nth-of-type(3) {
	bottom: 0;
  }
  .menu-open .menuButton span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
  }
  .menu-open .menuButton span:nth-of-type(2) {
	opacity: 0;
  }
  .menu-open .menuButton span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(315deg);
	transform: translateY(-8px) rotate(315deg);
  }

  /* SP用検索ボタン */  
  #hSearch-area { display:none;}
  .search-open #hSearch-area  { display:block; z-index:3;background-color:#fff; height: 70px; padding-top: 20px;}
  .search-open #hLogo { z-index:3;}
  .search-open #container { z-index:auto;}
  .search-open #content { z-index:1;}
  #hSearch-btn{
	position:absolute;
	right:12px;
	top:12px;
	height:30px;
	width:22px;
	display:block;
  } 
  #hSearch-btn:before, #hSearch-btn:after{
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:0;
  }
  #hSearch-btn:before{
	width:12px;
	height:12px;
	border:2px #666 solid;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
  }
  #hSearch-btn:after{
	width:3px;
	height:8px;
	background:#666;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top:17px;
	left:14px;
  }
  .search-open #hSearch-btn:before {
  	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
  }
  .search-open #hSearch-btn:before,
  .search-open #hSearch-btn:after{ border: none; width: 22px; height: 3px;background:#666;left: 0;right:20px;top: 14px;} 
  
  /* SP用検索窓 */
  #hSearch { width: 100%;}
  #hSearchTxt { box-sizing: border-box;width: calc(100% - 40px); margin-left: 20px;}
  #hSearchBtn { left: calc(100% - 40px - 10px);}
  
  #gNav { display:none;}
  #spNav { 
    display:block;
	position: fixed;
	top: 60px;
	left:0;
	background-color:#fff;
	height: 100%; 
	width: 80%; 
	box-sizing: border-box;
	z-index:3;
	margin-left:-80%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
  }
  /*#spNav .menu-close { margin-top: 10px; margin: 14px 13px; width: 30px; height: 30px; background-color: #ccc;}*/
  
  #spNav ul { margin-top: 5px; margin-bottom: 80px;} 
  #spNav li { border-bottom: #888 solid 1px; padding:0; margin:0;}
  #spNav li:last-child { border-bottom:none;}
  #spNav a { display:block;padding: 13px 30px 13px 10px;font-size: 1.4rem;}
  .menu-open #spNav { margin-left:0;}
  
  #container {z-index:1;}
  
  .overlay {
	  position: fixed;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
	  z-index:2;
	  background: rgba(0,0,0,.0);
	  visibility: hidden;
	  width: 100%;
	  height: 100%;
  }
  .menu-open #menu-overlay,
  .search-open #menu-overlay {
	  background: rgba(0,0,0,.5);
	  visibility: visible;
	  cursor: pointer;
  }
}

/**********************************/
/*** Content Area ***/
/**********************************/

/* ブログヘッダー下説明部分 */
#header-description { font-size: 1.3rem; margin-top: 0.5em; color: #666;}

/* リストの見出しバー */
#alpha h2.sub { 
    background-color: #67CB33; 
    border-left:#42413C solid 5px; 
    padding-left: 5px; 
    margin-bottom: 0.5em;
    line-height:1;
}
#alpha h2.sub span { 
    background-color:#42413C;
    color:#fff;
    display:inline-block; 
    font-size:1.3rem;
    font-weight:700;
    padding: 3px 2.5em;
}
#alpha h2.sub.w2 span { letter-spacing: 1.5em;padding: 3px 1em 3px 2.5em;}
#alpha h2.sub.w4 span { letter-spacing: 0.2em;padding: 3px 2.3em 3px 2.5em;}

/* リスト共通 */
#area-attention .entry-list li + li,
#area-new .entry-list li + li,
#area-archive .entry-list li + li {
	border-top: #ccc solid 1px;
}
#area-attention .list-footer,
#area-new .list-footer{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* リストのアンダーラインの制御 */
.entry-list a:hover { text-decoration: none;}
.entry-list a:hover h3 { text-decoration: underline;}

.entry-list li > a {
	display: -webkit-flex; /* Safari */
	display: flex;
	padding: 1em 0;
	margin: 0 10px;
	box-sizing: border-box;
}

.entry-list li .blog-title a { display:inline;}


.list-image {
	width: 80px;
	margin-right: 10px;
}
.list-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
    border: #999 solid 1px;
}
.list-text {
	flex: 1;
	margin-right:10px;
}
.list-text h3 {
	margin-bottom: 0.8em;
	font-weight: 700;
	font-size: 1.8rem;
}
.list-text h3 span { font-size: 1.4rem;}
.list-text h3 span:after { content: "\A";white-space: pre ; }
.list-content {	line-height: 1.4;}

.entry-discription { color: #666; font-size: 1.3rem; line-height:1.6;}

.list-footer {
	margin-top: 1.4em;
	color: #999;
	font-size: 1.2rem;
		line-height: 1.3;
}
.list-footer a {color: #999;}

@media screen and (max-width:750px) {
  .list-image {	width: 100px;}
  #home-kanko .list-image {	width: calc((100vw - 70px) / 2);}
  #beta #home-kanko .list-text h3 { font-size: 1.6rem;}
  .entry-discription {
		text-overflow: ellipsis; 
		overflow: hidden;
		height: 3em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	#area-new .list-footer,
	#area-attention .list-footer { display: block; margin-top: 1em;}
    .mt-image-left,.mt-image-right { float:none !important; margin: 0 !important;}
    .mt-image-left img,.mt-image-right img,.mt-image-center img {display: block;margin: 1em auto; max-width:100%;}
}

/**********************************/
/*** sideBar Area (#beta) ***/
/**********************************/

#beta .banner img { max-width: 300px; width: 100%; height: auto;}
#beta .banner + .banner { margin-top: 10px;}


#beta h2 {
    border-bottom: 1px solid #999;
    border-left: 4px solid #67cb33;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 0.5em;
    margin-top: 2em;
    padding: 8px 16px;
}



#beta .side-book .list-image { width: 60px;}
#beta .more.button a { width: 100%;}

#side-ranking li { border-bottom: 1px solid #ccc;}
#side-ranking .list-image { position: relative;}
#side-ranking .list-text h3 { font-size: 1.4rem;}
#side-ranking .ranking-no { 
	background-color:#ffc046;
	color:#fff;
	position: absolute;
	top:0;
	left:-10px;
	font-size: 16px;
	padding: 4px 0;
	width: 24px;
	text-align: center;
	font-weight: 900;
}
.side-txtlink { margin-top: 35px;}
.side-txtlink li a { display:block; padding: 20px 10px;}


.side-txtlink li a{
position: relative;
display:block;
}
.side-txtlink li a:before,
.side-txtlink li a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.side-txtlink li a:before{
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-txtlink li a:before:hover { border-color:#11981f;} 
.side-txtlink li + li { border-top: 1px solid #ccc;}

@media screen and (max-width:750px) {
	#beta { margin-top: 40px;}
	#beta .banner img { display:block; margin: 0 auto;}
	#beta .more a { max-width: 280px;} 
}

@media screen and (min-width:751px) {
	#footer { background-color: #ccc; color: #666; font-size: 1.2rem; padding: 20px; overflow:hidden;}
	#home #footer { margin-top: 50px;}
	#fNav { width: 1000px; margin: auto;}
	#fNav li { line-height: 1.4;}
	#fNav li:nth-child(-n+3) { float:left; margin-right: 30px; }
	#fNav li:nth-child(-n+3):before {
	content: "";
	display: block;
	float:left;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #999;
	margin-right: 12px;
	}
	#fNav li:nth-child(-n+3):hover:before {	border-left: 8px solid #11981f;}
	#fNav li:last-child { float:right;}
}
@media screen and (max-width:1000px) {
	#fNav { width: 100%;}
}
@media screen and (max-width:750px) {
	.side-txtlink { border-top: 1px solid #ccc; margin-top: 60px; margin-left:-10px; margin-right:-10px;}
	#footer li:last-child {background-color: #ccc;padding: 20px 10px; text-align: center;}
	#footer li a {display: block;position: relative;padding: 20px 10px;border-top: 1px solid #ccc;}
	#footer li a:before,
	#footer li a:after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	#footer li a:before{
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	#footer li a:before:hover { border-color:#11981f;} 
}

/****************************************/
/* 旧メニュー201208（移行期用） */

#globalmenu2012 {
   clear: left;
   margin-left: 1px;
}
#globalmenu2012 li {
    float: left;
    height: 40px;
    overflow: hidden;
}
#globalmenu2012 li a {
    display: block;
    height: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 41px;
}
#globalmenu2012 li.home a {
    width: 45px;
    background-image: url(/images/glnavi_home.jpg);
}
#globalmenu2012 li.books a {
    width: 119px;
    background-image: url(/images/glnavi_books.jpg);
}
#globalmenu2012 li.publi a {
    width: 119px;
    background-image: url(/images/glnavi_publi.jpg);
}
#globalmenu2012 li.enta a {
    width: 119px;
    background-image: url(/images/glnavi_enta.jpg);
}
#globalmenu2012 li.honzatsu a {
    width: 119px;
    background-image: url(/images/glnavi_honzatsu.jpg);
}
#globalmenu2012 li.bookstand a {
    width: 119px;
    background-image: url(/images/navi_bookstand.jpg);
}
#globalmenu2012 li a:hover {
    background-position: 0 -40px;
}
#globalmenu2012 li.search table { width: 218px;}
#globalmenu2012 li table.gsc-search-box { margin: 10px 0 30px 10px;}
#globalmenu2012 li input.gsc-input { width: 110px;}
#globalmenu2012 li .gsc-clear-button { width: 25px;}

/*ヘッダーGoogle窓臨時*/
.header_google { margin-top: 8px; margin-left: 8px; font-size: 12px;}
.searchbox { width: 100px;}

/****************************************/
/* フォントサイズ変更フィールド */
body.fontLarge {
    font-size: 125%;
}
.fontChanger { float:right;}
.fontChanger dl {
    float:right;
    font-size: 12px;
    padding: 5px 0px;
}
.fontChanger dt {
    float:left;
    padding-top: 7px; padding-right: 5px; color:#333;
}
.fontChanger dd {
    float:left;
    padding: 2px 6px;
    margin: 2px 1px 4px;
    background-color: #393;
    border: #393 solid 1px;
    color: #FFF;
}
.fontChanger dd:hover,
.fontLarge .fontChanger .fontChangeLarge,
.fontNormal .fontChanger .fontChangeNormal {
    background-color: #fff;
    border: #393 solid 1px;
    color: #393;
}
.fontLarge .fontChanger .fontChangeNormal,
.fontNormal .fontChanger .fontChangeLarge {
    cursor: pointer;
}
.fontChanger dd:hover { color:#f00;}
.fontChanger dd.active { cursor: auto;}

/* 共通ナビゲーション類 */
.pageNavi,.contentNavi,.rightNavi { margin: 3px 0; font-size: 1.3rem;}
.contentNavi { text-align: center;}
.rightNavi { text-align: right;}

.contentNavi span { color:#999;}


.pageNavi { clear: both;}
.pageNaviMoji .pageNavi { clear: none; margin-bottom: 5px;}
.pageNaviMoji { min-height: 32px;}
.pageNavi,
.pageNavi a { color: #999;}

/* MT生成パンくず用CSS */
.pageNavi { padding: 5px;}
.pageNavi li { display: inline; }

.entry-title {
    font-weight: bold;
    margin-bottom: 1em;
font-size: 1.8rem;
}
.entry-footer {
    clear: both;
    color: #666;
    padding: 5px 3px;
    text-align: right;
    vertical-align: top;
font-size:1.3rem;
    border-top: #CCC solid 1px;/* column */
    margin-top: 1em;
}

.footer-sns { display: inline-block; margin-right: 1em;}
.footer-sns img {vertical-align:top;}
/*.fb_iframe_widget > span {
	vertical-align: baseline !important;
}*/

#search-overlay + .pageNavi { margin-bottom: 1em;}
#content + .pageNavi { margin-top: 50px;}

.entry-body { line-height: 1.8; margin-bottom: 1em;/* column */}
.entry-body p + p { margin-top: 1.2em;}

@media screen and (max-width:750px) {
    #content + .pageNavi { display:none;}
    #header-name {background-size: auto 100%;}
    #search-overlay + .pageNavi { margin-top: 60px; font-size: 1.2rem;}
    .entry-body { font-size: 1.6rem;}
    .footer-sns { display: block; margin-right:0;}
    .mt-image-center img { margin-top: 1em; width: 100%; height:auto;}
}

/* 書籍新テンプレ用 */
.books { text-align: center;color: #006699; font-size: 1.3rem;}
.books .img { margin: 0 auto 0.5em;}
.books .img img {width: 100%; height:auto;border: 1px solid #666;}
.books .buy a:before { content:">> ";}
.books { margin-bottom: 20px;}
.books dl { margin: 0;}
.books dt { width: auto;}
.books .buy dt {
  color:#000;
  background-color:#C6C7A0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin:5px 0;
  font-size:11px;
}
.books .buy a:before { content:"";}
.books .buy { padding: 0 10px; overflow: hidden;}
.books .buy a { 
  display:block;border:#ccc solid 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px 5px; margin-top: 1px;
}
.books .buy a:hover { background-color: #11981f; color: #fff;text-decoration: none;}

.bookArea { width: 150px; float: right; margin-left: 20px;}
.bookArea .books { margin-bottom: 20px;}
.bookArea .img { width: 100px;}

/*上部書籍エリア */
.topArea { width: 220px; margin-left:20px; float: right;}
.topArea .img { width: 200px; margin:0 auto 0.5em;}

/*下部書籍エリア */
.bottomArea { 
    width:100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
    margin: 2em 0;
}
.bottomArea .img { width: 120px;}
.bottomArea .books { width: calc(100% / 3);overflow: hidden;}

@media screen and (max-width:1000px) {
  .bookArea { order:2; float:none; width: 100%; margin-top: 20px; margin-left:0;}
  .bookArea .books {
    border-top: #999 solid 1px;
    padding-top: 1em;
    overflow: hidden;
  }
  .bookArea .books .img { width: 120px; margin: 0 20px 0 0; float: left;}
  .bookArea .books .txt {  margin-left: 140px; text-align: left;}
  .bookArea .books .buy { margin-left: 140px; padding: 0;}
  .bookArea .books .buy dd { width: calc((100% - 6px)/3); float:left; margin: 1px;}
  .bookArea .books .buy a { padding: 5px;}
  .bookArea .books .buy dt { margin: 10px 0 3px;}
}
@media screen and (max-width:750px) {
  .books .buy dt { font-size: 12px;}
  .books .buy dd { float: left; margin: 1px; width: calc((100% - 4px)/2);}
  .bookArea .books .buy dd {width: calc((100% - 8px)/4);}
  .topArea { width: 45%;overflow:hidden; margin-left:10px;}
  .topArea .img { width: 90%; float: none;}
  .bottomArea { display:block;}
  .bottomArea .books { width: 100%;}
  .bottomArea .books .txt,
  .bottomArea .books .buy { margin-left: 200px;} 
  .bottomArea .books .txt{ font-size: 1.6rem; text-align:left;}
  .bottomArea .books .img { margin: 0 20px 0 0; float: left; width: 180px;}
}
@media screen and (max-width:600px) {
  .bookArea .books .buy dd {width: calc((100% - 6px)/3);}
}
@media screen and (max-width:480px) {
  .topArea { float:none; width: 100%; margin-bottom:2em; margin-left:0;}
  .topArea .books .img {float: none; margin: 0 auto 10px; width: 80%;}
  .topArea .books .txt,
  .topArea .books .buy {  margin-left: 0;} 
  .topArea .books .txt{ text-align: center;}
  .bottomArea .books .txt,
  .bottomArea .books .buy { margin-left: 140px;}
  .bottomArea .books .img { width: 120px;}
  .bottomArea .books .txt {font-size:1.4rem;}
  .books .buy dd,
  .bookArea .books .buy dd {width: calc((100% - 4px)/2);}
  .books .buy { padding: 0;}
}
@media screen and (max-width:350px) {
  .bottomArea .books .img,
  .bookArea .books .img { width: 80px; margin-right:10px;}
  .bookArea .books .txt,
  .bookArea .books .buy,
  .bottomArea .books .txt,
  .bottomArea .books .buy { margin-left: 90px;}
}
/* リストページ */

.list-page #alpha dt { width: 80px;}
.list-page #alpha dt img { width: 100%; height:auto;}

/**********************************/
/*** 既存コンテンツ (#beta) ***/
/**********************************/

.side_box h3,
.side_common_box h3 {
    border-bottom: 1px solid #999;
    border-left: 4px solid #67cb33;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 0.5em;
    margin-top: 2em;
    padding: 2px 16px;
}
#beta h4 { font-weight: bold; margin-bottom: 0.5em;}

#beta li:before,
#beta li:after {
    content: " ";
    display: table;
}
#beta li:after { clear: both;}
#beta li { *zoom: 1;}

.side_common_box li + li,
.side_box ol li + li{ border-top: #ccc solid 1px; margin-top: 10px;padding-top: 10px;}
.side_common_box dl,
.side_box ul,
.side_box ol dl,
.side_box ol .chosha { margin: 10px;}
.side_renew dt { width: 60px; float:left;}
.side_box ol dt { width: 80px; float:left;}
.side_renew dt img,
.side_box ol dt img { width: 100%; height:auto;}
.side_box ol dd { margin-left: 90px;}
.side_box ol dd.title {margin-top: 10px; font-weight: bold;}
.side_box .image img,
.side_renew dt img { width: 100%; border:#ccc solid 1px;}
.side_renew dd { margin-left: 70px;}

.side_box ul li { position: relative; padding-left: 20px; line-height: 1.4;margin-bottom: 0.5em; /*font-size:1.3rem;*/}
.side_box ul li:before {
	content: "";
	position: absolute;
	top: 5px; left:0;
	float:left;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #666;
}
.side_box ul li.more:before { border: none;}
.side_box ul li.more { text-align: right;}
.side_box ul li.more a {color: #11981f;}

.side_box dd.more { text-align: right;}
.side_box ul li.more a:before,
.side_box dd.more a:before { content:">>";}


@media screen and (max-width:1000px) {
	#rectangle { display: none;}
}
@media screen and (max-width:750px) {
	#rectangle { display: block; text-align: center;}
#rectangle #sm_sr_player { margin: 0 auto;}
}
