/**
 * Theme Name: DVD＆ブルーレイでーた
 * Theme URI: 
 * Author: dvddata-mag
 * Author URI: 
 * Description: 
 * Version: 1.0
 * License: 
 * License URI: 
 */

@charset "UTF-8";

/*PC Design Common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	line-break: strict;
	/*word-break: break-all;*/
	text-align: justify;
	text-justify: distribute;
	background: url(img/common/bg.jpg) repeat-x #EEEEEE;
	padding: 20px;
        overflow-wrap: break-word;
}
a:link
{
	text-decoration: none;
	color: #00A3D9;
}
a:visited
{
	text-decoration: none;
	color: #00A3D9;
}
a:hover
{
	text-decoration: underline;
	color: #F60;
}
p
{
	margin-bottom: 1em;
}
#wrap
{
	width: 1000px;
	background: #fff;
	margin: 0px auto;
	-webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,85);
	-moz-box-shadow: 0 0 3px 0px rgba(0,0,0,85);
	box-shadow: 0 0 3px 0px rgba(0,0,0,85);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

/*PC Design Header*/

#header
{
	width: 1000px;
	height: 150px;
	position: relative;
}
#header h1 a
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 254px;
	height: 60px;
	background: url(img/common/logo_pc.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#header .ad-header
{
	position: absolute;
	top: 20px;
	right: 20px;
}

/*PC Design Navi*/

#menu
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	table-layout: fixed;
	display:table;
	width: 830px;
	height: 50px;
}
#menu li
{
	list-style: none;
	display:table-cell;
}
#menu li.menu01 > a
{
	height: 50px;
	background: url(img/common/navi_bg01.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu02 > a
{
	height: 50px;
	background: url(img/common/navi_bg02.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu03 > a
{
	height: 50px;
	background: url(img/common/navi_bg03.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu04 > a
{
	height: 50px;
	background: url(img/common/navi_bg04.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu05 > a
{
	height: 50px;
	background: url(img/common/navi_bg05.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li ul
{
	position: absolute;
	top: 100%;
	z-index: 100;
	width: 20%;
	background: #333;
}
#menu li ul li
{
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0px;
	display: none;
}
#menu li ul li a
{
	display: block;
	padding: 0.5em;
}
#menu li ul li:hover,
#menu li ul li a:hover
{
	background: #333;
	text-align: center;
	text-indent: 0px;
	display: block;
	height: auto;
	text-decoration: none;
	color: #FF0;
}
#menu li:hover ul li,
#menu li a:hover ul li
{
	visibility: visible;
	overflow: visible;
	z-index: 10;
	display: block;
	background: #333;
	text-indent: 0px;
	text-align: center;
	height: auto;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}


/*PC Design Search*/

#search-box
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 170px;
	height: 50px;
	background: url(img/common/search_bg.jpg) no-repeat;
}
#search-box .site-search
{
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 3px;
	margin: 12px auto;
	display: table;
	box-sizing: border-box;
	width: 160px;
}
#search-box .site-search div
{
	display: table-cell;
	vertical-align: middle;
}
#search-box .site-search .search-btn
{
	padding-right: 5px;
	text-align: right;
}
#search-box .search-field:focus {
  outline: none;
}
#search-box .search-submit {
  background: url(img/common/send.png) center center no-repeat;
  width: 21px;
  height: 21px;
  border: 0px;
  cursor: pointer;
}
#search-box .search-submit:focus {
  outline: none;
}

/*PC Design Contents*/

#contents-wrap
{
	width: 100%;
	padding: 2%;
	overflow: hidden;
	box-sizing: border-box;
}
#main
{
	width: 66.66666%;
	float: left;
/*  margin-bottom: 5%;*/
}
#content-base {
  margin-bottom: 5%;
}
#slider {
  margin-bottom: 2%;
}
#side
{
	width: 31.25%;
	float: right;
	margin-bottom: 2%
}
#side-banner img
{
  max-width: 100%;
}
#side iframe
{
margin: 0 auto 1em auto;
display: block;
}
.entry-overfllow
{
	width: 102%;
	margin-right: -2%;
	overflow: hidden;
}
.entry-wrap
{
	width: 48%;
	margin-bottom: 2%;
	float: left;
	margin-right: 2%;
}
.entry-box
{
  min-height: 214px;
}
#mobile-only
{
	display: none;
}
.ct-title01
{
	width: 100%;
	height: 30px;
	background-image:
	url(img/common/ct-title01r.jpg),
	url(img/common/ct-title01.jpg);
	background-size: 70px 30px,430px 30px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
}
.ct-title02
{
	width: 100%;
	height: 30px;
	background-image:
	url(img/common/ct-title02r.jpg),
	url(img/common/ct-title02.jpg);
	background-size: 70px 30px,430px 30px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
}
.ct-title03
{
	width: 100%;
	height: 30px;
	background-image:
	url(img/common/ct-title03r.jpg),
	url(img/common/ct-title03.jpg);
	background-size: 70px 30px,430px 30px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
}
.ct-title04
{
	width: 100%;
	height: 30px;
	background-image:
	url(img/common/ct-title04r.jpg),
	url(img/common/ct-title04.jpg);
	background-size: 70px 30px,430px 30px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
}
.ct-title05
{
	width: 100%;
	height: 30px;
	background-image:
	url(img/common/ct-title05r.jpg),
	url(img/common/ct-title05.jpg);
	background-size: 70px 30px,430px 30px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
}
.ct-title06
{
	width: 100%;
	height: 30px;
	background-image:
	url(img/common/ct-title06r.jpg),
	url(img/common/ct-title06.jpg);
	background-size: 70px 30px,600px 30px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
}
.ct-title07
{
	width: 100%;
	height: 30px;
	background-image:
	url(img/common/ct-title07r.jpg),
	url(img/common/ct-title07.jpg);
	background-size: 70px 30px,600px 30px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
}
.ct-01
{
	background: url(img/common/ct-title01bg.jpg);
	padding: 0 2% 2% 2%;
	box-sizing: border-box;
	margin-bottom: 4%;
}
.ct-02
{
	background: url(img/common/ct-title02bg.jpg) no-repeat;
	padding: 0 2%;
	box-sizing: border-box;
}
.ct-03
{
	background: url(img/common/ct-title03bg.jpg) no-repeat;
	padding: 0 2%;
	box-sizing: border-box;
}
.ct-04
{
	background: url(img/common/ct-title04bg.jpg) no-repeat;
	padding: 0 2%;
	box-sizing: border-box;
}
.ct-05
{
	background: url(img/common/ct-title05bg.jpg) no-repeat;
	padding: 0 2%;
	box-sizing: border-box;
}
.ct-06
{
	background: url(img/common/ct-title06bg.jpg) no-repeat;
	padding: 0 2%;
	box-sizing: border-box;
	margin-bottom: 4%;
}
.ct-07
{
	background: url(img/common/ct-title07bg.jpg) no-repeat;
	padding: 0 1%;
	box-sizing: border-box;
	margin-bottom: 4%;
}
.ct-search
{
	padding: 0px;
	margin-bottom: 4%;
}
.ct-01 ul,
.ct-02 ul,
.ct-03 ul,
.ct-04 ul,
.ct-05 ul,
.ct-06 ul,
.ct-07 ul,
.ct-search ul
{
	background: #fff;
}

.ct-01 ul li,
.ct-02 ul li,
.ct-03 ul li,
.ct-04 ul li,
.ct-05 ul li,
.ct-06 ul li,
.ct-07 ul li,
.ct-search ul li
{
	display:table;
	width:100%;
	border-top:1px solid #666;
	line-height: 1.1em;
}
.ct-01 ul li:last-child,
.ct-02 ul li:last-child,
.ct-03 ul li:last-child,
.ct-04 ul li:last-child,
.ct-05 ul li:last-child,
.ct-06 ul li:last-child,
.ct-07 ul li:last-child,
.ct-search ul li:last-child
{
  border-bottom:1px solid #666;
}
.ct-01 ul li a,
.ct-02 ul li a,
.ct-03 ul li a,
.ct-04 ul li a,
.ct-05 ul li a,
.ct-06 ul li a,
.ct-07 ul li a,
.ct-search ul li a
{
	display:block;
	position:relative;
  text-decoration:none;
	padding:0px 1.5em 0px 0px;
}
.ct-01 ul li a:hover,
.ct-02 ul li a:hover,
.ct-03 ul li a:hover,
.ct-04 ul li a:hover,
.ct-05 ul li a:hover,
.ct-06 ul li a:hover,
.ct-07 ul li a:hover,
.ct-search ul li a:hover
{
background: #f9f9f9;
}
.ct-01 ul li a:after,
.ct-02 ul li a:after,
.ct-03 ul li a:after,
.ct-04 ul li a:after,
.ct-05 ul li a:after,
.ct-06 ul li a:after,
.ct-07 ul li a:after,
.ct-search ul li a:after
{
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	border: 5px solid transparent;
	border-left-color: #666;
	position:absolute;
	top:50%;
	right:0px;
}
.ct-01 ul li figure
{
	display:table-cell;
	vertical-align:middle;
  /*text-align: center;*/
	height: 80px;
	width: 60px;
/*	padding-right:5px;*/
  line-height:0.1em;
  font-size:1px;
/*  background: #ddd;*/
}
.ct-02 ul li figure,
.ct-03 ul li figure,
.ct-04 ul li figure,
.ct-05 ul li figure,
.ct-06 ul li figure,
.ct-07 ul li figure
{
	display:table-cell;
	vertical-align:middle;
  /*text-align: center;*/
	height: 60px;
	width: 80px;
/*	padding-right:5px;*/
  line-height:0.1em;
  font-size:1px;
/*  background: #ddd;*/
}
.ct-search ul li figure
{
	display:table-cell;
	vertical-align:middle;
  /*text-align: center;*/
	height: 75px;
	width: 100px;
/*	padding-right:5px;*/
  line-height:0.1em;
  font-size:1px;
/*  background: #ddd;*/
}
.entry-details
{
  padding-left: 5px;
}
/*
.ct-01 .img-rect
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 80px;
  background-color: #ddd;
}
.ct-02 .img-rect,
.ct-03 .img-rect,
.ct-04 .img-rect,
.ct-05 .img-rect,
.ct-06 .img-rect,
.ct-07 .img-rect
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 60px;
  background-color: #ddd;
}
.ct-search .img-rect
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 75px;
  background-color: #ddd;
}
*/
.ct-01 ul li figure img
{
	max-width: 60px;
	max-height: 80px;
}
.ct-02 ul li figure img,
.ct-03 ul li figure img,
.ct-04 ul li figure img,
.ct-05 ul li figure img,
.ct-06 ul li figure img,
.ct-07 ul li figure img
{
	max-width: 80px;
	max-height: 60px;
}
.ct-search ul li figure img
{
	max-width: 100px;
	max-height: 75px;
}
.ct-01 ul li div,
.ct-02 ul li div,
.ct-03 ul li div,
.ct-04 ul li div,
.ct-05 ul li div,
.ct-06 ul li div,
.ct-07 ul li div,
.ct-search ul li div
{
	display:table-cell;
	vertical-align:middle;
}
.ct-01 .time,
.ct-02 .time,
.ct-03 .time,
.ct-04 .time,
.ct-05 .time,
.ct-06 .time,
.ct-07 .time,
.ct-search .time
{
	font-size: 0.8em;
}
.ct-01 p,
.ct-02 p,
.ct-03 p,
.ct-04 p,
.ct-05 p,
.ct-06 p,
.ct-07 p,
.ct-search p
{
	margin-bottom: 0.2em;
}
#twitter
{
	margin-bottom: 4%;
}
#social
{
	/*clear: both;*/
}
.post-type-archive-newbook .page-title,
.single-newbook .page-title
{
	width: 100%;
	height: 50px;
	background-image:
	url(img/common/page_title01r.jpg),
	url(img/common/page_title01.jpg);
	background-size: 110px 50px,530px 50px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
.post-type-archive-news .page-title,
.single-news .page-title
{
	width: 100%;
	height: 50px;
	background-image:
	url(img/common/page_title02r.jpg),
	url(img/common/page_title02.jpg);
	background-size: 110px 50px,530px 50px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
.post-type-archive-interview .page-title,
.single-interview .page-title
{
	width: 100%;
	height: 50px;
	background-image:
	url(img/common/page_title03r.jpg),
	url(img/common/page_title03.jpg);
	background-size: 110px 50px,530px 50px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
.post-type-archive-column .page-title,
.single-column .page-title
{
	width: 100%;
	height: 50px;
	background-image:
	url(img/common/page_title04r.jpg),
	url(img/common/page_title04.jpg);
	background-size: 110px 50px,530px 50px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
.post-type-archive-recommend .page-title,
.single-recommend .page-title
{
	width: 100%;
	height: 50px;
	background-image:
	url(img/common/page_title05r.jpg),
	url(img/common/page_title05.jpg);
	background-size: 110px 50px,530px 50px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
.search .page-title
{
	width: 100%;
	height: 50px;
	background-image:
	url(img/common/page_title06r.jpg),
	url(img/common/page_title06.jpg);
	background-size: 110px 50px,530px 50px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
.tag .page-title
{
	width: 100%;
	height: 50px;
	background-image:
	url(img/common/page_title07r.jpg),
	url(img/common/page_title07.jpg);
	background-size: 110px 50px,530px 50px;
	background-position: right top,left center;
	background-repeat: no-repeat,no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #F60;
}
.wp-pagenavi a:hover
{
	background: #FFC;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #F60;
  margin: 0 0.2em;
	padding: 0.8em 0.6em;
  line-height: 3em;
}

/*PC Design Footer*/

#footer
{
	width: 1000px;
	margin: 0px auto;
	padding: 20px 0px;
}
#footer p
{
	margin-bottom: 0.5em;
}

/*PC Design Error*/

.error01
{
	font-size: 2em;
	color: #F33;
	border-bottom: double 3px #999999;
	padding-bottom: 1em;
}

/*PC Design Entry-title*/

#entry-wrap
{
	border-bottom: double 3px #999999;
	padding-bottom: 1em;
	margin-bottom: 2em;
	overflow: hidden;
}
#entry-wrap .entry-title
{
	font-size: 2em;
	line-height: 1.5em;
}
#entry-wrap .entry-time
{
	color: #F90;
	margin-bottom: 0.5em;
}
#entry-wrap .entry-tag ul
{
	list-style: none;
}
#entry-wrap .entry-tag ul li
{
	float: left;
	margin-right: 0.5em;
}
#entry-wrap .entry-tag ul li a
{
	display: block;
	padding: 0.2em 0.5em;
	background: #39C;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 0.5em;
}
#entry-wrap .entry-tag ul li a:hover
{
	text-decoration: none;
	color: #FF0;
}

/*PC Design Book*/

.book-wrap
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}
.book-wrap .cover
{
	float: left;
}
.book-wrap .cover img
{
	width: 200px;
}
.book-wrap .details-wrap
{
	float: right;
	width: 420px;
}
.book-wrap .title
{
	font-size: 2em;
	line-height: 1.2em;
}
.book-wrap .title2
{
	font-size: 1.2em;
	color: #F60;
}
.book-wrap .spec
{
	border-top: 2px dotted #999;
	padding-top: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.book-wrap .btn01 a
{
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #F36;
	display: block;
	padding: 0.3em;
	text-align: center;
	margin-bottom: 0.5em;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.2em;
}
.book-wrap .btn02 a
{
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #369;
	display: block;
	padding: 0.3em;
	text-align: center;
	margin-bottom: 0.5em;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.2em;
}
.book-wrap .btn03 a
{
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #F90;
	display: block;
	padding: 0.3em;
	text-align: center;
	margin-bottom: 0.5em;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.2em;
}
.book-wrap .btn01 a:hover,
.book-wrap .btn02 a:hover,
.book-wrap .btn03 a:hover
{
	color: #FF0;
}

/*PC Design layout*/

.aligncenter
{
display: block;
margin: 0 auto 1.5em auto;
}
.alignleft
{
float: left;
margin: 0 1.5em 1.5em 0;
}
.alignright
{
float: right;
margin: 0 0 1.5em 1.5em;
}
.size-full
{
max-width: 100%;
height: auto;
}
.column-box01
{
	background: #fff;
	padding: 1em 1em 0 1em;
	border: 1px solid #999;
	box-sizing: border-box;
    margin-bottom: 1em;
}
.column-box02
{
	background: #fef5f7;
	padding: 1em 1em 0 1em;
	border: 1px solid #F9C;
	box-sizing: border-box;
    margin-bottom: 1em;
}
.column-box03
{
	background: #FFC;
	padding: 1em 1em 0 1em;
	border: 1px solid #F90;
	box-sizing: border-box;
    margin-bottom: 1em;
}
.column-box04
{
	background: #b2eff9;
	padding: 1em 1em 0 1em;
	border: 1px solid #39C;
	box-sizing: border-box;
    margin-bottom: 1em;
}
.category-title
{
	margin-bottom: 2em;
}
.category-title img
{
	max-width: 100%;
	height: auto;
}
.list-frame01
{
border: 1px solid #999;
}
.list-frame01 td
{
padding: 1em;
}

/*PC Design slider*/

#slider
{
margin-bottom:4em;
}

/*AD size*/

.side-ad
{}
.top-banner img
{
max-width:640px;
width:100%;
margin-bottom: 1em;
}


/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
/*MOBILE1 Design Common*/

body
{
	padding: 0px;
}
#wrap
{
	width: 100%;
	background: #fff;
	margin: 0px auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
}

/*MOBILE1 Design Header*/

#header
{
	width: 100%;
	height: auto;
	
}
.logo-bg
{
	background: #2E67A5;
	height: 40px;
	width: 100%;
	overflow: hidden;
}
#header h1 a
{
	position: static;
	width: 128px;
	height: 30px;
	background: url(img/common/logo_mobile.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 5px;
}
#header .ad-header
{
	position: static;
	margin: 0px auto;
	width: 468px;
}


/*MOBILE1 Design Navi*/

#menu
{
	width: 100%;
	position: static;
}
#menu li.menu01 > a
{
	height: 50px;
	background: url(img/common/navi_bg01m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu02 > a
{
	height: 50px;
	background: url(img/common/navi_bg02m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu03 > a
{
	height: 50px;
	background: url(img/common/navi_bg03m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu04 > a
{
	height: 50px;
	background: url(img/common/navi_bg04m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu05 > a
{
	height: 50px;
	background: url(img/common/navi_bg05m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


/*MOBILE1 Design Search-box*/

#search-box
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 160px;
	background: none;
}
#search-box .site-search
{
	margin: 0px;
}

/*MOBILE1 Design Cintents*/

#main
{
	width: 49.66666%;
	float: left;
}
.entry-overfllow
{
	width: 100%;
	margin-right: 0px;
	overflow: hidden;
}
.entry-wrap
{
	width: 100%;
	margin-bottom: 2%;
	float: none;
	margin-right: 0px;
}
.entry-box
{
  min-height: 0px;
}
.ct-07
{
	padding: 0 3%;
}
#side
{
	width: 48.25%;
	float: right;
}

/*MOBILE1 Design Footer*/

#footer
{
	padding: 2%;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.8em;
	line-height: 1.5em;
}

/*MOBILE1 Design Entry-title*/

#entry-wrap .entry-title
{
	font-size: 1.6em;
	line-height: 1.5em;
}

/*MOBILE1 Design Book*/

.book-wrap
{
	margin-bottom: 1em;
}
.book-wrap .cover
{
	float: none;
	margin: 0px auto 1em auto;
	width: 200px;
}
.book-wrap .details-wrap
{
	float: none;
	width: 100%;
}

/*MOBILE1 Design layout*/

.alignleft
{
float: none;
margin: 0 auto;
display: block;
}
.alignright
{
float: none;
margin: 0 auto;
display: block;
}


}



/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	
/*MOBILE2 Design Common*/

body
{
	padding: 0px;
	margin: 0px;
}
#wrap
{
	width: 100%;
	background: #fff;
	margin: 0px auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
}

/*MOBILE2 Design Header*/

#header
{
	width: 100%;
	height: auto;
}
.logo-bg
{
	background: #2E67A5;
	height: 40px;
	width: 100%;
	overflow: hidden;
}
#header h1 a
{
	position: static;
	width: 128px;
	height: 30px;
	background: url(img/common/logo_mobile.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 5px;
}
#header .ad-header
{
	position: static;
	margin: 0px auto;
	width: 320px;
}


/*MOBILE2 Design Navi*/

#menu
{
	width: 100%;
	position: static;
}
#menu li.menu01 > a
{
	height: 50px;
	background: url(img/common/navi_bg01m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu02 > a
{
	height: 50px;
	background: url(img/common/navi_bg02m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu03 > a
{
	height: 50px;
	background: url(img/common/navi_bg03m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu04 > a
{
	height: 50px;
	background: url(img/common/navi_bg04m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li.menu05 > a
{
	height: 50px;
	background: url(img/common/navi_bg05m.jpg) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li:hover ul li,
#menu li a:hover ul li
{
	font-size: 0.8em;
}

/*MOBILE2 Design Search-box*/

#search-box
{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 160px;
	background: none;
}
#search-box .site-search
{
	margin: 0px;
}

/*MOBILE2 Design Cintents*/

#main
{
	margin-right: 0px;
	overflow: hidden;
	float: none;
	width: 100%;
}
.entry-wrap
{
	width: 100%;
	margin-bottom: 2%;
	float: none;
	margin-right: 0px;
}
#mobile-only
{
	display: inline;
}
#pc-only
{
	display: none;
}

.entry-overfllow
{
	width: 100%;
/*	display: inline;*/
}
.entry-box
{
  min-height: 0px;
}
.ct-01
{
	margin-bottom: 2%;
}
.ct-07
{
	padding: 0 2%;
}
#twitter
{
	display: none;
}
#side
{
	width: 100%;
	float: none;
}
#social
{
text-align: center;
margin: 0 auto;
}
#social .wp_social_bookmarking_light
{
display: inline-block;
}
.wp-pagenavi
{
	margin-bottom: 4%;
}

/*MOBILE2 Design Footer*/

#footer
{
	padding: 2%;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.8em;
	line-height: 1.5em;
}

/*MOBILE2 Design Entry-title*/

#entry-wrap .entry-title
{
	font-size: 1.6em;
	line-height: 1.5em;
}

/*MOBILE2 Design Book*/

.book-wrap
{
	margin-bottom: 1em;
}
.book-wrap .cover
{
	float: none;
	margin: 0px auto 1em auto;
	width: 200px;
}
.book-wrap .details-wrap
{
	float: none;
	width: 100%;
}

/*MOBILE2 Design layout*/

.alignleft
{
float: none;
margin: 0 auto;
display: block;
}
.alignright
{
float: none;
margin: 0 auto;
display: block;
}

}