/* ---------------------------------------- */
/* ●タブレット用として付け足すデザイン     */
/* ---------------------------------------- */
/*@media screen and (min-width: 768px), print*/
/*----------------------------------*/
/* layout */
/*----------------------------------*/

/*********************
#wrapper {
    width: 768px;
}

nav {
    width: 768px;
    height: 70px;
}
nav .menu li {
    width: auto;
    background-color: #000;
}
**********************/

header {
/*	width: 100%;*/
    height: 100px;/*150px*/
}
header h1 a, header h1 a span.sp1 {
    font-size: 50px;/*60px;*/
}
header h1 a span.sp1 {
    letter-spacing: -5px;
}
header.iarp_header h1 a span.sp1 {
    letter-spacing: -15px;
}
header h1 a span {
    display: inline;
}
header p br {
    display: none;
}
header h1 .h_caption * {
    font-size: 0.6em;
}
#nav1 {
    top: -112px;
}
#nav_btn {
    top: 12px;
}

/****************************

#main {
    width: 100%;
}
#content {
    float: right;
    width: 522px;
    margin: auto;
    margin-right: 15px;
}
#content h2 {
    padding-left: 5px;
    font-size: 1.2em;
}
**********************/
#content br.br_mobile {
    display: none;
}
#content br.br_tabpc {
    display: inline;
}

/****************************
#nav1 {
    width: auto;
    height: auto;
    display: block;
    padding: 0;
    border-bottom: 1px solid #393;
}
#nav1 ul {
    margin: 0;
    padding: 0;
}
#nav1 ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
}
#nav1 ul li:last-of-type {
    border-right: 1px solid #fff;
}
#nav1 ul li a {
    margin: 0;
    padding: 5px 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #4a4;
    border-left: 1px solid #4a4;
    border-right: 1px solid #4a4;
    background: #6c6;
    color: #000;
    text-align: center;
}
********************/

/****************************
#sidebar_btn {
    position: static;
    display: none;
}
#sidebar {
    position: static;
    z-index: auto;
    display: block;
    border-radius: 0;
    float: left;
    width: 198px;
    padding-top: 0;
    padding-left: 15px;
    border: none;
    background: #fff;
}
#sidebar h3 {
    width: 190px;
    padding-top: 0;
    font-size: 19px;
}

footer {
width: 100%;
clear: both;
}
********************/
