/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
    font-size: 13px;
    line-height: 1.8;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, Helvetica, Geneva, Meiryo,'MS PGothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {max-width:100%; height:auto; display:block;}
a {text-decoration:none; z-index:1; outline:none !important;}
.container {
	width: 100%;
	max-width:840px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*border: 1px solid red; チェック用 */
}
/* header */
header {z-index:9999; position:relative;}
header h1 {text-align:center; margin:0; padding:0 10px;}
header h1 a img {width:436px; height:auto; margin: 0 auto !important; padding:40px 10px; display:block;}
header.header a.minilogo {display: block;}
nav {width:100%; background:rgba(255,255,255,.95);}
nav ul {
	width:100%;
	max-width:840px;
	font-size:16px;
	display:block;
	margin:0 auto;
	height:50px;
	padding:10px 0 0 80px;
	position: relative;
	letter-spacing: 1px;
	font-weight: 400;
}
nav ul li {
	float: left;
	text-align: center;
	width: 8%;
	margin: 0 3%;
	display: block;
	color: #7f7f7f;
}
nav ul li a {
	color: #7f7f7f;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #7f7f7f;
}
nav ul li a:hover, nav ul li.active a {
	border-bottom: 1px solid #ffc500;
	color: #000;
}

/* home */
a.home img {
	width: 30px;
	height: 14px;
	position: absolute;
	left:10px;
	bottom: -8px;
}
.main_img {
	margin-top: 50px;
	margin-bottom: 50px;
}
.main_img img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0 10px;
}

.pickup {
	display: block;
	text-align: center;
	margin-bottom: 300px;
}
.pickup h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.pickup p {
	font-size: 14px;
}
.pickup .box_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
}
.pickup .box {
	width: 260px;
	margin: 10px;
	float: left;
	text-align: left;
	color: #fff;
}
.pickup .box img {margin:0;}
.box {position:relative; display:block;}
.box a {color:#fff;}
.box {line-height:1.5;}
.box .acce {background:#c81446;}
.box .rest {background:#fa6432;}
.box .fash {background:#00468c;}
.box .comp {background:#6eb441;}
.box .prod {background:#0096dc;}
.text {height:90px;}
.text .cat {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	display: block;
	border-bottom: 2px solid rgba(255,255,255,.5);
	margin: 0;
}
.box .overlay {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.text p {
	font-size: 11px;
	padding:4px;
	margin: 0;
}
section {display: table;}

h2.title {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px 0;
}
a.more {
	color: #fff;
	background: #000;
	width: 100%;
	margin: 40px auto;
	text-align: center;
	display: block;
	padding: 5px;
}
a.more:hover {background:#696969;}
.web {
	display: block;
	position: fixed;
	top: 10%;
	right: 10%;
	z-index: 10000;
}

/* news */
.news.container {padding:0 10px;}
.news {
	display: block;
	margin-bottom: 300px;
}
ul.news_list {
	margin: 50px 0;
	padding:0;
	width: 100%;
	list-style: none;
}
ul.news_list li .press_release {
	display: inline-block;
	background: #000;
	color:#fff;
	padding: 1px 10px 0;
	font-size: 10px;
	margin-right: 10px;
}
ul.news_list li .date {
	font-size: 13px !important;
}
ul.news_list li {margin-bottom:30px;}
ul.news_list li p {margin:0; padding:0;}
ul.news_list li p a {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
}

/* works */
.works {
	display: block;
	margin-bottom: 300px;
}
.works h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.works_boxs {display:block; margin-bottom:40px;}
.works_box {
	display: block;
	float: left;
	margin: 5px;
	position: relative;
	width: 130px;
	height: 130px;
}
.works_title {
	box-sizing: border-box;
	display: none;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	padding: 5px;
	margin: 0;
	text-align: center;
}
.works_title p {margin-top:7px;}

/* voice */
.voice.container {padding:0 10px;}
.voice {
	display: block;
	margin-bottom: 300px;
}
.voice .accordion {margin-top:-40px;}
.voice .accordion dt:hover {
	cursor: pointer;
}
.voice a {color:#000;}
.voice .accordion dt {font-size:16px;}
.voice .accordion dd {font-size:13px;}

/* info */
.info.container {padding:0 10px;}
.info {
	display: block;
	margin-bottom: 300px;
}
.info img {margin:0 !important; padding:0;}
.crush_info {
	background: #ffc500;
	display: block;
	padding: 25px 0;
	margin:0;
}
.crush_info img {margin: 0 auto 15px !important; display:block;}
.crush_info a.btn1 {
	display: block;
	background: #fff;
	color: #000;
	width: 174px;
	text-align: center;
	font-size: 11px;
	margin: 0 8px;
	float: left;
	padding: 1px 0 0;
}
.crush_info a.btn1:hover, .crush_info a.btn2:hover {background: #ffedb1;}
.crush_info .inner1 {
	width: 380px;
	margin: 0 auto;
	display: block;
}
.crush_info .inner2 {
	width: 693px;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.crush_info .borderbox {
	display: block;
	border: 1px solid #fff;
	width: 205px;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 25px 13px 0;
	height: 88px;
	float: left;
}
.crush_info .borderbox p {
	border-top: 1px solid #fff;
	margin: 0;
	padding: 2px 0;
}
.crush_info .borderbox .img_area {height:62px; padding-top:22px;}
.borderbox img {
	vertical-align: top;
}
.crush_info .borderbox img.crush {
	width: 164px;
	height: auto;
}
.crush_info .borderbox img.threec {
	width: 105px;
	height: auto;
}
.crush_info .borderbox img.es {
	width: 22px;
	height: auto;
}
.crush_info a.btn2 {
	display: block;
	background: #fff;
	color: #000;
	width: 667px;
	text-align: center;
	font-size: 11px;
	margin: 15px 13px 0;
	padding: 1px 0 0;
}
table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 50px 0;
	font-size: 11px;
	display: table;
}
table.info tr {border-bottom:1px dashed #ccc;}
table.info tr:last-child {border-bottom:none;}
table.info th {
	text-align: left;
	font-weight: normal;
}

table.info th, table.info td {padding: 10px 0;}
table.info td a.map_btn {
	display: inline-block;
	background: #ffc800;
	color: #000;
	text-align: center;
	padding: 0 5px;
	margin-left: 10px;
}
table.info td a.map_btn:hover {background: #ffd74e;}

ul.area1 {
	margin: 50px 0 20px;
	padding: 0;
	list-style: none;
}
ul.area1 li {
	float: left;
	margin-right: 30px;
	font-size: 12px;
	color: #000;
}
ul.area1 li.select, ul.area2 li.select {color:#0f78ff;}
ul.area1 li.nolink, ul.area1 li.nolink:hover {
	color:#c8c8c8;
	cursor: default;
}
ul.area1 li:hover, ul.area2 li:hover {
	color:#0f78ff;
	cursor: pointer;
}

ul.area2 {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	height: 50px;
}
ul.area2 li {
	float: left;
	margin-right: 30px;
	font-size: 12px;
	color: #000;
}

.store_list p {
	font-size: 13px;
	display: block;
	width: 100%;
	line-height: 4;
	position: relative;
	z-index: 2;
	margin: 0;
	border-top: 1px dashed #ccc;
	padding: 0 11px;
}
.store_list p:last-child {border-bottom: 1px dashed #ccc;}
.store_list p span {width:250px; display:inline-block;}
.store_map {
	background: url(../img/jp_map.png) no-repeat;
	display: block;
	width: 840px;
	min-height: 906px;
	position: absolute;
	top: 360px;
	left: 0;
}
.store_map .circle {
	display: block;
	border-radius: 50%;
	background:rgba(255,200,0,.65);
	z-index: 1;
}
.store_map .circle.select {
	background:rgba(15,120,255,.65);
}
.store_map .overlay {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 50%;
}
/*.store_map #aomori {
	width: 30px;
	height: 30px;
	position: absolute;
	top:190px;
	left:554px;
} 閉鎖*/
.store_map #iwate {
	width: 30px;
	height: 30px;
	position: absolute;
	top:240px;
	left:578px;
}
.store_map #miyagi {
	width: 30px;
	height: 30px;
	position: absolute;
	top:300px;
	left:570px;
}
.store_map #akita {
	width: 30px;
	height: 30px;
	position: absolute;
	top:240px;
	left:545px;
}
.store_map #yamagata {
	width: 30px;
	height: 30px;
	position: absolute;
	top:300px;
	left:550px;
}
.store_map #fukushima {
	width: 30px;
	height: 30px;
	position: absolute;
	top:330px;
	left:550px;
}
.store_map #tokyo {
	width: 30px;
	height: 30px;
	position: absolute;
	top:405px;
	left:525px;
}
.store_map #ibaraki {
	width: 30px;
	height: 30px;
	position: absolute;
	top:380px;
	left:550px;
}
.store_map #gunma {
	width: 30px;
	height: 30px;
	position: absolute;
	top:375px;
	left:510px;
}
.store_map #saitama {
	width: 30px;
	height: 30px;
	position: absolute;
	top:385px;
	left:530px;
}
.store_map #niigata {
	width: 40px;
	height: 40px;
	position: absolute;
	top:330px;
	left:495px;
}
.store_map #toyama {
	width: 30px;
	height: 30px;
	position: absolute;
	top:360px;
	left:445px;
}
.store_map #osaka {
	width: 30px;
	height: 30px;
	position: absolute;
	top:440px;
	left:395px;
}
.store_map #wakayama {
	width: 30px;
	height: 30px;
	position: absolute;
	top:465px;
	left:390px;
}
.store_map #hyogo {
	width: 30px;
	height: 30px;
	position: absolute;
	top:430px;
	left:380px;
}


/* job */
.job.container {padding:0 10px;}
.job {
	display: block;
	margin-bottom: 300px;
}
.job a {
	color:#000;
}
.job a:hover {color:#666;}
.job img {width:100%; height: auto;}
.job h3 {
	font-size: 15px;
	margin: 40px 0;
	padding: 0;
	font-weight: normal;
}
a.joblink {
	display: block;
	font-size: 13px;
	color: #fff !important;
	background: #000;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	margin: 55px 0;
	max-width: 100%;
}
a.joblink:hover {background:#696969;}

.job_details {
	display: block;
	margin-bottom: 200px;
}
.job_details .container {padding: 0 10px;}
.job_details a {color:#000;}
.job_details h1 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 50px 0;
}
.job_details p {
	font-size: 13px;
}
a.shinsotsu {
	background: #1944ae;
	color: #fff;
	display: block;
	text-align: center;
	width: 60%;
	border-radius: 3px;
	padding: 5px;
}
a.shinsotsu:hover{background:#2f56b6;}
ul#tab {
	margin: 45px 0;
	padding: 0;
	list-style: none;
}
ul#tab li {
	float: left;
	font-size: 13px;
	text-align: center;
	width: 145px;
	border-radius: 6px 6px 0 0;
	border: 1px solid #ccc;
	line-height: 4;
	display: block;
}
ul#tab li:hover {
	background: #f9f9f9;
	cursor: pointer;
}
.select {border-bottom: none !important;}
.disnon {display:none;}
span.newopen {
	float: right;
	background: #c0c0c0;
	color: #fff;
	line-height: 1;
	padding: 0.5em;
	display: inline-block;
	margin: 1em 0;
	font-weight: 600;
}
ul.job {
	list-style: none;
	margin: 0 0 40px;
	padding: 0 1em;
	font-size: 12px;
}
ul.job li {
	float: left;
	margin-right: 43px;
	color:#000;
	cursor: pointer;
}
ul.job li:hover, ul.job li.select {color:#ffc800;}
ul.job li:after {content: ' >';}
a.jobPostList {
	font-size: 13px;
	display: block;
	width: 100%;
	line-height: 4;
	border-top: 1px dashed #ccc;
	padding: 0 11px;
}
a.jobPostList:hover {background:#f9f9f9;}
a.jobPostList:last-child {border-bottom: 1px dashed #ccc;}
.content_wrap1 p, .content_wrap2 p, .content_wrap3 p {
	font-size: 11px;
	display: block;
	width: 100%;
	line-height: 4;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 0 11px;
}
table.job {
	width: 100%;
	font-size: 13px;
	border-top: 1px solid #eee;
}
table.job tr {border-bottom: 1px solid #eee;}
table.job th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 13px 0 12px;
	min-width: 90px;
}
table.job td {
	padding: 13px 0 12px;
	width:100%;
}

/* mail */
.mail.container {padding:0 10px;}
.mail {
	display: block;
	margin-bottom: 300px;
}
table.mail {
	width: 100%;
	display: table;
	margin: 40px 0 50px;
}
table.mail th {
	font-weight: normal;
	text-align: left;
	width: 155px;
	padding: 0 5px 0 0;
}
table.mail input[type="text"], table.mail input[type="tel"], table.mail input[type="email"], table.mail textarea {
	width: 100%;
	margin: 0 0 5px;
	padding: 9px;
	background-color: #c8c8c8;
	border:none;
}
table.mail input[type="submit"] {
	width:100%;
	text-align: center;
	padding: 9px;
	background-color: #000;
	border:none;
	color:#fff;
}
table.mail input[type="submit"]:hover {
	background-color: #696969;
}
table.mail tr.space {
	min-height: 50px;
	display: block;
}

/* single */
.single {
	display: block;
	margin-bottom: 200px;
	position: relative;
}
.single .container {padding: 0 10px;}
.single a {color:#000;}
.single h1 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 50px 0;
}
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* company page */
ul.comp_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 18px;
	box-sizing: border-box;
}
ul.comp_menu li {
	width: 260px;
	float: left;
	text-align: center;
	display: block;
	margin-right: 20px;
	line-height: 38px;
}
ul.comp_menu li a {
	display: block;
	border: 1px solid #969696;
}
ul.comp_menu li.last {margin-right:0;}
ul.comp_menu li.active, ul.comp_menu li a:hover {
	color: #000;
	background: #ffc500;
	border: none;
}
table.com_profile {
	width: 100%;
	margin: 40px 0 40px;
	padding: 0;
	font-size: 13px;
}
table.com_profile thead {
	background: #f0f0f0;
	height: 57px;
	text-align: center;
}
table.com_profile thead img.crush {width:126px; height:auto; margin:20px auto;}
table.com_profile thead img.threec {width:95px; height:auto; margin:17px auto;}
table.com_profile thead img.es {width:27px; height:auto; margin:16px auto;}
table.com_profile th {
	font-weight: normal;
	text-align: left;
	width: 240px;
}
table.com_profile th, table.com_profile td {padding: 10px 0;}
table.com_profile tr {
	border-bottom: 1px solid #ccc;
}
table.com_profile thead tr {border:none;}
table.com_profile a {color:#ffc800;}
table.com_profile a:hover {text-decoration:underline;}
.history1, .history2 {width:50%; display:inline; float:left; margin:40px 0;}
.history img {margin: 0 0 25px;}
.history2 {padding-left:20px}
table.history {width:100%; margin:0; border-top:1px dashed #ccc;}
table.history td {padding: 10px 10px 10px 0; vertical-align:top;}
table.history tr {border-bottom:1px dashed #ccc;}

/* index */
h1.index_title {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 50px 0;
}
.news_index {
	display: block;
	margin-bottom: 200px;
}
.news_index .container {padding: 0 10px;}

#wpadminbar{
    top:inherit !important;
    bottom:0 !important;
}

/* pagenav */
.pagenav {
	display: block;
	position: relative;
	font-size: 10px;
	font-family: monospace;
	margin: 20px 0;
	padding: 20px 0;
	line-height: 1.5;
	text-align: center;
}
a.page-numbers, .pagenav .current {
	color: #333;
	padding: 4px 8px;
	margin: 10px 2px;
	border: 1px solid #333;
	text-decoration: none;
	background-color: #fff;
}
a.page-numbers:hover {
	color: #fff;
	background: #333;
}
.pagenav .current {
	color: #fff;
	background: #333;
	border-color: none;
	font-weight: bold;
}
.pagenav .next, .pagenav .prev {
	color: #333;
	background: #fff;
	padding: 4px 8px;
	margin: 10px 2px;
	line-height: 1.5;
	text-align: center;
}

/* parts */
a.btn {
	padding: 8px 40px;
	background: #000;
	color: #fff;
}
a:hover.btn {
	background: #494949;
}
.btn_schedule {
	margin-top: 50px;
	display: inline-block;
}
#schedule {
	display: none;
	background: rgba(255,255,255,.9);
	width: 95%;
	max-width: 500px;
	max-height: 600px;
	height: 60%;
	box-shadow: 0 0 5px #555;
	border-radius: 5px;
	padding: 20px;
	overflow: auto;
	margin: 10px;
}
#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modal_close {
	text-align: right;
}

/* images */
img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
img.aligncenter {
	display: block;
	margin: 0 auto 30px;
}
img.alignnone {
	display: block;
}

/* bbs */
#comment {
	font-size: 12px;
}

.commentlist {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.commentlist li {
	margin: 0 0 0.1em;
	padding: 1em;
	background: #F6F6F6;
}

.comment-author {
	color: #000000;
	font-weight: bold;
}

.comment-author a:link,
.comment-author a:visited {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}

.comment-author a:hover {
	color: #800000;
	border-bottom: 1px solid #800000;
}

.comment-date {
	color: #888;
	font-size: 10px;
	float: right;
}

.comment-content {
	font-size: 12px;
}

/*member*/
.membersonly {
	text-align: center;
	font-size: 16px;
	margin-top: -20px;
}
.memberpage {
	background: #eee;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width:768px) {
	.pickup .box {
		width: 236px;
		margin: 10px;
		float: left;
		text-align: left;
		color: #fff;
	}
	.works_box {width:118px;height:118px;}
}

@media screen and (max-width:480px) {
	.container {width: 100%;  padding: 0 10px;}
	header h1 img {padding:60px 10px;}
	nav ul {
		padding:15px 0 0 20%;
		letter-spacing: 1px;
		font-size: 12px;
		margin: 0 auto;
	}
	nav ul li {
		width: auto;
		margin: 0 3% 0 0;
	}
	a.home img {
		display: block;
		width: 23px;
		height: 10px;
		position: absolute;
		left:10px;
		bottom:-5px;
	}
	ul#tab li {width:90px;}
	ul.job li {margin:0 20px 10px 0;}
	.main_img img {padding:0;}
	.pickup .box {width:100%; margin:10px 0; float:none;}
	.pickup .box img {width:100%; height:auto;}
	a.shinsotsu {width: 100%;}
	.works_box {width:90px;height:90px;}
	.crush_info img {width:270px;height:auto;}
	.crush_info .inner1 {width:100%;}
	.crush_info .inner2 {width:100%;}
	.crush_info a.btn1 {width:130px; margin:0 10px;}
	.crush_info .borderbox {width:273px; float:none;}
	.crush_info a.btn2 {width: 273px;}
	.single h1 {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 2px;
		padding: 30px 0;
	}
	ul.comp_menu li {
		width: 100%;
		float: none;
		margin: 5px 0;
	}
	
	table.com_profile th {width:90px;}
	.history1 {width:100%; display:block; float:none;}
	.history2 {display:none;}
	.store_map {display:none;}
	.store_list p span {display:block;}
	#wpadminbar{
    position:fixed !important;
    bottom:0 !important;
}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
