/*  
Theme Name: Nihonbashi Ver01
*/

/************************************************************************************
RESET
*************************************************************************************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;margin: 0;padding: 0;}
img, fieldset {border: 0;}
#map img {max-width: none;}
img {max-width: 100%;height: auto;}
.ie8 img {width: auto;height: auto;}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

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

.ie8 img {
	width: auto;
	height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	height: 100%;
	background-color: #1A1A1A;
}

body {
	color: #FFCCFF;
    height: 100%;
	font-size: 15px;
	line-height: 150%;
}

p {
	margin: 0 0 1.6em;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #FF0076;
}

a:hover {
	color: #FFCCFF;
	text-decoration: none;
}

ul, ol {
	margin: 0 0 1.4em 24px;
	padding: 0;
	line-height: 150%;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
}

code {
	font-size: 100%;
	color: #72008a;
	word-spacing: -.25em;
}

blockquote {
	font: italic 130%/140% Baskerville, "Times New Roman", Times, serif;
	padding: 0 30px 15px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

form p {
	margin: 0;
	padding: 6px 0;
}

form label {
	font-variant: small-caps;
	margin-left: 5px;
}

form label small, form label em {
	text-transform: none;
	color: #8c8c86;
}

input, textarea, select {
	font-size: 100%;
	font-family: inherit;
}

textarea {
	line-height: 150%;
	width: 96%;
}

textarea:focus, input[type=password]:focus, input[type=text]:focus {
	outline: none;
	background: #faf7dd;
}

input[type=reset], input[type=submit] {
	background: #FF0076;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-bottom: solid 1px #FF0076;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-left: 40px;
}

input[type=reset]:hover, input[type=submit]:hover {
	background: #f0348b;
	color: #fff;
}

a.normalback {
	font-size: 160%;
	font-weight: bold;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#container {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1140px;
	max-width: 98%;
	position: relative;
	min-height: 100%;
	padding: 0px;
    margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	z-index: 20;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}

#title {
	padding-top: 30px;
}

/* site logo */
#logos {
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#header h2 {
	text-align: center;
	font-stretch: narrower;
	color: #BEBEBE;
	line-height: 1.4em;
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.5em;
}

#header p {
	display: block;
	font-size: 300%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: #BEBEBE;
	text-align: center;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#header p span {
	font-size: 70%;
}

/************************************************************************************
SOCIAL NAV
*************************************************************************************/

#scheduleblocks {
}

#scheduleblocks div.now,
#scheduleblocks div.next {
	padding-bottom: 60px;
}

#scheduleblocks div.special {
	padding-bottom: 20px;
}

#scheduleblocks div.special img {
    width: auto;
    height: 80px;
}

/* パンプレ、合ポラ */
#scheduleblocks div.type01 {
	width: 60%;
	float: left;
}

#scheduleblocks div.type02 {
	width: 40%;
	float: left;
}

#scheduleblocks p.panty {
	clear: none;
	float: none;
	padding: 0px;
	width: 100%;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}

#scheduleblocks div.type01 p.panty span {
	padding-right: 20px;
	color: #FF0000;
	padding-left: 10px;
}

#scheduleblocks div.type01 p.panty b {
	color: #FFFFFF;
	background-color: #FF0000;
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 5px;
}

#scheduleblocks div.type02 p.panty span {
	padding-right: 20px;
	color: #FFFF33;
	padding-left: 10px;
}

#scheduleblocks div.type02 p.panty b {
	color: #000000;
	background-color: #FFFF33;
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 5px;
}

#scheduleblocks p.eventz {
	clear: none;
	float: none;
	width: 100%;
	font-size: 120%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1.4em;
}

#scheduleblocks p.eventz img {
	margin-bottom: 10px;
}

#scheduleblocks p {
	float: left;
	width: 20%;
	position: relative;
}

#scheduleblocks p.widethumb {
	float: left;
	width: 100%;
	position: relative;
}

#scheduleblocks p em {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0076;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
}

#scheduleblocks img {
}


/************************************************************************************
MAIN NAV
*************************************************************************************/

/************************************************************************************
CONTENT
*************************************************************************************/


.titler {
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 100;
	color: #FFCCCC;
	text-align: center;
	width: 90%;
	max-width:360px;
	margin:0 auto;
	padding-top: 20px;
}

.titler img {width: 100%;}

.titler b {
}

.titler span {
	font-size: 12px;
	font-weight: 100;
	display: block;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

#blogerwrap {
	margin-right: -200px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

#blog {
	margin-right: 200px;
	padding-right: 3%;
	margin-top: 20px;
}

#blogbar {
	float: right;
	width: 200px;
	word-wrap: break-word;
	line-height: 140%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #FFFF00;
}

.blogwrapper {
	background-color: #2E2E2E;
	padding: 30px;
}

.blogbody {
}

.blogbody img {
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.blogbody p {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 100;
	color: #FFFFFF;
	text-align: justify;
}

ul.pagenavi {
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin:0!important;
	font-size: 0px;
	line-height: 0px;
}

ul.pagenavi li {
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	font-weight: 100;
	letter-spacing: 0.2em;
	margin-right: 3px;
	margin-left: 3px;
}

ul.pagenavi li a {
	color: #000000;
	background-color: #666666;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.pagenavi li a:hover {
	background-color: #FFCCCC;
}

ul.pagenavi li.prev a:before {
	content:'◀';
	display:inline-block;
	vertical-align: top;
	margin-right: 5px;
}

ul.pagenavi li.next a:after {
	content:'▶';
	display:inline-block;
	vertical-align: top;
	margin-left: 5px;
}

ul.pagenavi li.prev a:hover:after,
ul.pagenavi li.next a:hover:before {
    opacity:0.2;
}

/* post image */
.post-image {
	margin: 0;
}
.post-image img {
	width: 140px;
	margin: 5px 0 5% 7%;
	float: right;
}

/************************************************************************************
ブログ
*************************************************************************************/

.blogblocks {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
}

.blogblocks a {
	color: #FFFFFF;
}

.blogblocks dl {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 0px;
	display: inline-block;
}

.blogblocks dl:nth-child(4n) {
	margin-right: 0%!important;
}

dl.blogthumb dt {
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

dl.blogthumb dt img {
	font-size: 0px;
	line-height: 0px;
}

dl.blogthumb dt a img {
    -moz-transition: -moz-transform .35s linear;
    -webkit-transition: -webkit-transform .35s linear;
    -o-transition: -o-transform .35s linear;
    -ms-transition: -ms-transform .35s linear;
    transition: transform .35s linear;
}

dl.blogthumb dt a:hover img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	position: relative;
	z-index: 1;
}

dl.blogthumb dd.thumb-title {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 700;
	color: #000000;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

dl.blogthumb dd.thumb-title a {
	text-decoration: none;
}

dl.blogthumb dd.viewmore {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 100;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
}

/*---- paginateLinkBox ------------------------*/

.paginateLinkBox {
	margin-bottom: 30px;
	text-align: center;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 0px;
	line-height: 0px;
}

.paginateLinkBoxPosTop {
/*    text-align: right;*/
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.paginateLinkBox span,
.paginateLinkBox a {
	font-size: 16px;
	text-align: center;
	line-height: 1.6em;
	display: inline-block;
	margin: 2px;
	font-weight: 100;
}

.paginateLinkBox a.page-numbers,
.paginateLinkBox span a.prev,
.paginateLinkBox span a.next {
	font-size: 16px;
	color: #000;
	background-color: #CCCCCC;
	text-decoration: none;
}

.paginateLinkBox .page-numbers {
	color: #FFFFFF;
	background-color: #292E2D;
	font-size: 16px;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
}

.paginateLinkBox a:hover {
	color: #fff;
	background-color: #192446;
}


/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar section {
    background-color: #a8a7ca;
    border-radius: 20px;
    padding: 10% 5%;
}

#sidebar ul {
	padding: 0px;
    margin: 0 0 20px;
}

#sidebar ul li {
	margin: 0;
	list-style: none;
    padding: 0 0 8px;
}

#sidebar h2 {
    font-size: 1.2rem;
	padding: 0px;
    margin-bottom: 15px;
}

#sidebar h3 {
    font-size: 1.1rem;
	padding: 0px;
    margin-bottom: 10px;
}

#sidebar p {
    position: relative;
    font-size: 0.9rem;
	padding: 0 0 0 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

#sidebar p span {
    position: absolute;
    left: 0;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	padding: 30px 0;
}

#footer section {
	margin-bottom: 60px;
}

/* copyright */
#footer .copyright {
	font-size: 0.7rem;
	color: #FFFFFF;
	font-variant: small-caps;
	padding-top: 20px;
	letter-spacing: 0.1em;
}

/* back to top */
#back-top {
	position: fixed;
	bottom: 0;
	text-align: right;
	clear: both;
	right: 20px;
	width: 180px;
}

#back-top a {
	color: #ada597;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	transition: background-color .7s;
}

#back-top a:hover {
	color: #615349;
}

#back-top em {
	font: normal 115% 'Copse', Georgia, serif;
	letter-spacing: 1px;
	float: right;
}

#back-top span {
	width: 28px;
	height: 28px;
	background-color: #FFCCCC;
	display: block;
	float: right;
	cursor: pointer;
	margin: -8px 0 0 6px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}

#back-top a:hover span {
	background-color: #f5ec82;
	background-color: #FF99CC;
}

/************************************************************************************
GOOGLMAP
*************************************************************************************/

.imagemap {
    font-size: 0;
    overflow: hidden;
}

.imagemap img {
    border-radius: 15px;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************************************************************
SYSTEM
*************************************************************************************/

table.systemz {
	color: #FFFFFF;
}

table.systemz td {
	font-size: 110%;
	padding: 5px;
}

table.systemz td h4 {
	color: #FFCC99;
	font-size: 120%;
	font-style: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

table.systemz td h4 span {
	color: #FFFFFF;
	background-color: #CB0053;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

table.systemz td b {
	color: #CB0057;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

table.systemz dl {
	padding-bottom: 10px;
	padding-left: 10px;
}

table.systemz dl dt {
	float: left;
}

table.systemz dl dd {
	float: left;
	padding-left: 10px;
}

table.systemz dl dd.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}

table.systemz p {
	font-size: 80%;
	padding-left: 10px;
}

table.systemz dl.ryokin dt {
	float: none;
}

table.systemz dl.ryokin dt span {
	font-size: 80%;
}

table.systemz dl.ryokin dd {
	float: none;
	padding-bottom: 10px;
	font-size: 150%;
	padding-top: 10px;
}

table.systemz dl.normal {
	float: none;
	margin: 0px;
	padding: 0px;
}

table.systemz dl.normal dt {
	float: none;
}

table.systemz dl.normal dt span {
	font-size: 80%;
}

table.systemz dl.normal dd {
	float: none;
	padding-bottom: 10px;
	font-size: 140%;
	padding-top: 10px;
}

/************************************************************************************
CONTACT
*************************************************************************************/

p.btnblocks {
	text-align: center;
	width: 100%;
    margin-top: 5%;
}

p.btnblocks span {
	text-align: center;
}

p.btnblocks span input {
}

p.btnblocks em {
	display: none;
}

/************************************************************************************
波線
*************************************************************************************/

hr {
	border: none;
	margin-top: 5px;
	margin-bottom: 20px;
}

.shaded {
  background-image: -webkit-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 3px, #666666 3px);
  background-image: -moz-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 3px, #666666 3px);
  background-image: -o-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 3px, #666666 3px);
  background-image: -ms-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 3px, #666666 3px);
  background-image: repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 3px, #666666 3px);
  background-size: 4px 4px;
  height: 10px;
}

.shaded--2 {
  background-image: -webkit-repeating-linear-gradient(45deg, #666666, #666666 1px, transparent 1px, transparent 8px, #666666 8px);
  background-image: -moz-repeating-linear-gradient(45deg, #666666, #666666 1px, transparent 1px, transparent 8px, #666666 8px);
  background-image: -o-repeating-linear-gradient(45deg, #666666, #666666 1px, transparent 1px, transparent 8px, #666666 8px);
  background-image: -ms-repeating-linear-gradient(45deg, #666666, #666666 1px, transparent 1px, transparent 8px, #666666 8px);
  background-image: repeating-linear-gradient(45deg, #666666, #666666 1px, transparent 1px, transparent 8px, #666666 8px);
  background-size: 10px 10px;
  height: 10px;
}

.shaded--3 {
  background-image: -webkit-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 10px, #666666 10px);
  background-image: -moz-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 10px, #666666 10px);
  background-image: -o-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 10px, #666666 10px);
  background-image: -ms-repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 10px, #666666 10px);
  background-image: repeating-linear-gradient(135deg, #666666, #666666 1px, transparent 1px, transparent 10px, #666666 10px);
  background-size: 14px 14px;
  height: 10px;
}

.shaded--2alt {
  background-image: -webkit-repeating-linear-gradient(45deg, #666666, #666666 5px, transparent 5px, transparent 9px, #666666 9px);
  background-image: -moz-repeating-linear-gradient(45deg, #666666, #666666 5px, transparent 5px, transparent 9px, #666666 9px);
  background-image: -o-repeating-linear-gradient(45deg, #666666, #666666 5px, transparent 5px, transparent 9px, #666666 9px);
  background-image: -ms-repeating-linear-gradient(45deg, #666666, #666666 5px, transparent 5px, transparent 9px, #666666 9px);
  background-image: repeating-linear-gradient(45deg, #666666, #666666 5px, transparent 5px, transparent 9px, #666666 9px);
  background-size: 12px 12px;
  height: 10px;
}

.shaded--3alt {
  background-image: -webkit-repeating-linear-gradient(135deg, #666666, #666666 10px, transparent 10px, transparent 16px, #666666 16px);
  background-image: -moz-repeating-linear-gradient(135deg, #666666, #666666 10px, transparent 10px, transparent 16px, #666666 16px);
  background-image: -o-repeating-linear-gradient(135deg, #666666, #666666 10px, transparent 10px, transparent 16px, #666666 16px);
  background-image: -ms-repeating-linear-gradient(135deg, #666666 #666666 10px, transparent 10px, transparent 16px, #666666 16px);
  background-image: repeating-linear-gradient(135deg, #666666, #666666 10px, transparent 10px, transparent 16px, #666666 16px);
  background-size: 22px 22px;
  height: 10px;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 0px;
	width: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, section li:after, footer:after, .post-title:after, .gallery:after, .pagenav:after, #main-nav:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, section li, footer, .post-title, .gallery, .pagenav, #main-nav 
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, section li, footer, .post-title, .gallery, .pagenav, #main-nav 
{ display: block; }


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* 2 column layout */
@media screen and (max-width: 1000px) {

	#container {}
	
	#header {
		z-index: 20;
		width: 100%;
		padding: 0px;
	}
	
	#logos {
	}
	
	#site-description {
		background: none;
		left: 300px;
	}
	
	/* パンプレ、合ポラ */
#scheduleblocks div.type01 {
	width: 100%;
	float: none;
}

#scheduleblocks div.type02 {
	width: 100%;
	float: none;
}
	
	#footer {
		padding-bottom: 30px;
	}
	#footer section {
		margin-bottom: 20px;
	}
	
	#back-top {
		position: static;
		margin: 30px 0 20px;
		width: auto;
		text-align: right;
	}
	
	#back-top em {
		float: right;
	}
	
	#back-top span {
		float: right;
		margin: -8px 0px 0 6px;
	}
	
	#footer p.tel {
	    font-size: 250%;
    }

    #footer p.tel span {
	    font-size: 70%;
    }


}
/* 1 column layout */
@media screen and (max-width: 760px) {
	
	#header {
		width: 100%;
		z-index: 20;
		width: auto;
		padding: 0px;
	}
	
	#header div.contactbox {
	    display: none;
    }
	
	#searchform {
		position: absolute;
		top: 45px;
		right: 0;
	}
	
	#searchform #s {
		float: right;
		width: 55px;
	}
	
	#searchform #s:focus {
		width: 100px;
	}
	
	#logos {}

	
	#content {
		margin-right: 0;
		padding-right: 0;
	}
	
	#content h1 {
	    font-size: 18px;
	    line-height: 1.4em;
    }
	
	.blogwrapper {
	    padding: 20px;
    }
	
	/* パンプレ、合ポラ */
#scheduleblocks div.type01 {
	width: 100%;
	float: none;
}

#scheduleblocks div.type02 {
	width: 100%;
	float: none;
}
	
	#footer section {
		width: 100%!important;
		margin: 0 0 20px;
		float: none;
	}
	
	div.tablebox_form table td {
	    padding-left: 2%!important;
    }
	
	ul.pagenavi li {
	    margin-right: 1px;
	    margin-left: 1px;
		font-size: 13px;
	    line-height: 1em;
	    letter-spacing: 0.1em;
    }
	
	ul.pagenavi li a {
	    padding: 10px;
    }

	
}
/* small 1 column */
@media screen and (max-width: 600px) {
	
	#container {
	    min-height: 100%;
	    margin: 0px;
	    padding: 0px;
	}
	
	#header {
		width: 100%;
		z-index: 20;
		width: auto;
		height: auto;
		padding: 0px;
	}
	
	#scheduleblocks p em {
	    right: 0px;
	    top: 67%!important;
	    position: absolute;
    }
	
	/* site logo */
    #logos {
	    margin: 0px;
	    padding-top: 20px;
	    position: static;
		text-align: center;
		width: 100%;
		font-size: 4px;
	line-height: 0em;
    }

	/* site description */
    #site-description {
	    margin: 0px;
	    padding-top: 15px;
	    text-shadow: none;
	    position: static;
		text-align: center;
		
		font-size: 4px;
	line-height: 0em;
     }
	 
	 #site-description img {
	 }
	
	.post-title {
		position: relative;
	}
	.post-title sup {
		position: absolute;
		top: 8px;
		right: 0;
		z-index: 3;
	}
	
}
/* iphone landscape */
@media screen and (max-width: 480px) {
	html {
		-webkit-text-size-adjust: 100%;
	}
	
	#header h2 {
	    line-height: 1.4em;
	    font-size: 110%;
	    letter-spacing: 0em;
    }

#header p {
	font-size: 200%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	
	#title {
	padding-top: 10px;
    }

	/* site logo */
    #logos {
	width: 100%;
	padding-top: 5px;
    }
	 
	 #scheduleblocks p {
	float: left;
	width: 33%;

}

    #scheduleblocks p em {
	    right: 0px;
	    top: 75%!important;
	    position: absolute;
    }
	
	.post-nav li {
		float: none;
		width: 92%;
	}
	/* hide footer section */
	#footer section {
		display: none;
		width: 100%!important;
	}
	
	#footer .credits,
	#footer .onefooterz {
		display: block;
	}
	
	#footer .credits .sponsor {
		display: none;
	}
	
	div.leftbox,
	#footer section.onefooterz .leftbox {
	    float: none;
	    width: 100%;
    }

    div.rightbox,
	#footer section.onefooterz .rightbox {
	    float: none;
	    width: 100%;
	    padding-top: 20px;
	    padding-left: 0%;
    }
}
/* iphone portrait */
@media screen and (max-width: 320px) {
	
	#header h2 {
	    line-height: 1.4em;
	    font-size: 105%;
    }
	
	/* site description */
    #site-description {
	    margin: 0px;
	    padding-top: 20px;
     }
	 
	#scheduleblocks h2 span {
	    display: block;
	    text-align: left;
	    padding-bottom: 15px;
     }
	 
	  #scheduleblocks p em {
	right: 0px;
	top: 70%!important;
	position: absolute;
}
	 
    .post h2 span {
	    display: block;
	    text-align: left;
	    padding-bottom: 15px;
     }
	 
	#scheduleblocks p.panty span {
	    padding-right: 5px!important;
	    padding-left: 0px!important;
		letter-spacing: -0.1em;
     }
	 
	 #scheduleblocks p.panty b {
	    padding: 5px!important;
	    margin-right: 3px!important;
    }
	
	#newsblocks h2 {
	font-size: 100%;
}

#newsblocks h2 span {
	font-size: 200%;
}
	
	.post-title {
		font-size: 30px;
	}
	
	#footer h4 em {
	    display: block;
    }
	
	#footer .rightbox p br {
	display: none;
    }
}

	
