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

	Theme Name: even_sp_site
	Description: Common Style Sheet　03-07-2014 (mm-dd-yyyy)
	Version: ver. 1.0

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

html, body {
	height: 100%;
	/* font-size: 62.5%; */
	background-color: #e9e9e9;
}

body > .content { height: auto; }

body {
	margin: 0;
	color: #333;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Droid Sans',　Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
	line-height: 1;
		-webkit-text-size-adjust: none;
}

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

p {
    margin: 0 5px;
	padding: 5px 0;
	font-size: .8rem;
	line-height: 1.6;
}

a {
		/* -webkit-tap-highlight-color: rgba(255,255,255,0.6); */
}

.content {
	height: 100%;
	min-height: 100%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/*----------------------------------------------
	jQuery Mobile Custom Styles
----------------------------------------------*/

.ui-header > .ui-btn {
	margin: 10px 0 0 10px;
}

.ui-header .ui-btn-left {
	top: 0;
	left: 0;
}

.ui-navbar li .ui-btn .ui-btn-inner {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
}

.ui-mini .ui-btn-inner {
	padding: .55em 18px .5em;
}

.ui-header .ui-btn-icon-left .ui-icon,
.ui-footer .ui-btn-icon-left .ui-icon,
.ui-mini.ui-btn-icon-left .ui-icon,
.ui-mini .ui-btn-icon-left .ui-icon {
	left: 10px;
}

.ui-btn-active {
	/* border: 1px solid rgba(107,79,63,0.5); */
	border: none;
	background-color: rgba(107,79,63,0.5);
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #6c5040;
	text-decoration: none;
	background-image: none);
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-content {
	/* padding: 5px; */
}

.ui-panel {
	width: 12.5rem;
	background: #3b3b3b;
}

.ui-panel-inner {
	padding: 0;
}

.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-left.ui-panel-dismiss-open {
	left: 12.5rem;
	right: -12.5rem;
}

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
		-webkit-transform: translate3d(12.5rem,0,0);
		-moz-transform: translate3d(12.5rem,0,0);
	transform: translate3d(12.5rem,0,0);
}

.ui-mobile .ui-header,
.ui-mobile .ui-footer {
	margin: 0;
	padding: 10px 10px 0;
	line-height: 1;
}

.ui-mobile .ui-footer {
	margin: 0;
	padding: 5px
}

.ui-footer .ui-title {
	margin: 10px 0;
	padding: 10px;
	color: #3d3d3d;
	font-size: .75rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
}

.ui-icon,
.ui-icon-searchfield:after {
	background-image: url('common/css/vendor/images/icons-18-white.png');
}

.ui-icon-alt .ui-icon,
.ui-icon-alt .ui-icon-searchfield:after {
	background-image: url('common/css/vendor/images/icons-18-black.png');
}

.ui-li.ui-btn,
.ui-li.ui-field-contain,
.ui-li-divider,
.ui-li-static {
	margin: 0 0 1px;
}

.ui-icon-camera {
	background: #ff0000 url('common/css/vendor/images/icons-png/camera-white.png') 50% 50% no-repeat;
	background-size:12px 12px;
/*
	background: #ff0000;
	background: rgba(255,0,0,1);
*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 9px;
}



/*----------------------------------------------
	Header Styles
----------------------------------------------*/

header {
	margin: 0;
	padding: 0;
}

#global-nav  {
	background-color: #3b3b3b;
}

#global-nav ul {
	margin: 0;
	padding: 0;
	font-size: .875rem;
	border-bottom: 1px solid #484848;
}

#global-nav li a {
	background: #3b3b3b;
	background: -o-linear-gradient(top, #3e3e3e, #383838);
	background: -ms-linear-gradient(top, #3e3e3e, #383838);
	background: -moz-linear-gradient(top, #3e3e3e, #383838);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #383838));
	background: -webkit-linear-gradient(#3e3e3e, #383838);
	background: linear-gradient(top, #3e3e3e, #383838);
	display: block;
	padding: 1rem 5%;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #2e2e2e;
	text-decoration: none;
	/* text-shadow: 0 -1px 2px #222222; */
	color: #f7f7f7;
}

#global-nav li a:hover,
#global-nav li a:focus {
	background: #404040;
	background: -o-linear-gradient(top, #484848, #383838);
	background: -ms-linear-gradient(top, #484848, #383838);
	background: -moz-linear-gradient(top, #484848, #383838);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #484848), color-stop(1, #383838));
	background: -webkit-linear-gradient(#484848, #383838);
	background: linear-gradient(top, #484848, #383838);
}

#global-nav li:first-child a {
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #404040 url('common/img/logo.png') 8px 6px no-repeat;
	background: -o-linear-gradient(top, #484848, #383838) url('common/img/logo.png') center center no-repeat;
	background: -ms-linear-gradient(top, #484848, #383838) url('common/img/logo.png') center center no-repeat;
	background: -moz-linear-gradient(top, #484848, #383838) url('common/img/logo.png') center center no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #484848), color-stop(1, #383838)) url('common/img/logo.png') center center no-repeat;
	background: -webkit-linear-gradient(#484848, #383838) url('common/img/logo.png') center center no-repeat;
	background: linear-gradient(top, #484848, #383838) url('common/img/logo.png') center center no-repeat;
			-moz-background-size: 44px 44px;
		-webkit-background-size: 44px 44px;
	background-size: 44px 44px;
}

.header-nav {
	float: right;
}

.header-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-nav li {
	float: left;
	margin-left: 10px;
}

.header-nav li a {
	display: block;
	width: 44px;
	height: 44px;
	color: #fff;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(107,79,63,0.4);
	background-position: center center;
		-moz-background-size: 38px 38px;
		-webkit-background-size: 38px 38px;
	background-size: 38px 38px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	border-radius: 0;
}

.open {
	display: block;
	width: 44px;
	height: 44px;
	color: #fff;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ff0000;
	background-image: url('common/img/menu_btn.png');
	background-position: center center;
	background-repeat: no-repeat;
		-moz-background-size: 38px 38px;
		-webkit-background-size: 38px 38px;
	background-size: 38px 38px;
/*
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	border-radius: 0;
*/
}

.access-map-btn {
	background-image: url('common/img/access_btn.png');
	background-position: 0 0;
	background-repeat: no-repeat;
		-moz-background-size: 44px 44px;
		-webkit-background-size: 44px 44px;
	background-size: 44px 44px;
}

.contact-us-btn {
	background-image: url('common/img/access_btn.png');
	background-position: 0 0;
	background-repeat: no-repeat;
		-moz-background-size: 44px 44px;
		-webkit-background-size: 44px 44px;
	background-size: 44px 44px;
}



/*----------------------------------------------
	footer Styles
----------------------------------------------*/

footer.ui-bar-a {
	background-color: #555;
}



/*----------------------------------------------
	Content Styles
----------------------------------------------*/

.bg-wrap {
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center -120px;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
 	z-index: -1;
}

.about {
    background-image: url('img/about_bg.jpg');
}

.client {
    background-image: url('img/client_bg.jpg');
}

.agency {
    background-image: url('img/agency_bg.jpg');
}

.work {
    background-image: url('img/work_bg.jpg');
}

.recruit {
    background-image: url('img/recruit_bg.jpg');
}

.contact {
    background-image: url('img/contact_bg.jpg');
}



/*----------------------------------------------
	Home Styles
----------------------------------------------*/

.home {
	padding-bottom: 0;
}

.logo {
	/* display: none; */
	width: 140px;
	height: 140px;
	margin: 10px auto;
	padding: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff0000;
	text-shadow: none;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 8rem;
	font-style: italic;
	font-weight: 900;
	line-height: 130px;
}

.message {
	margin: 0 25px !important;
	font-size: .9em !important;
	font-size: .9rem !important;
}

.arrow {
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}

.letter {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
}

.footer-btn {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	cursor: pointer;
}



.vertical-writing {
	width: .9375rem;
	margin: .67em auto;
}

span.tate-cho{
	display:block;
		-moz-transform:matrix(0, 1, 1, 0, 0, 0);
		-webkit-transform:matrix(0, 1, 1, 0, 0, 0);
		-o-transform:matrix(0, 1, 1, 0, 0, 0);
	transform:matrix(0, 1, 1, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}



/*----------------------------------------------
	About Styles
----------------------------------------------*/

.about-nav.ui-navbar.ui-mini {
	margin-top: 20px;
}

dl {
	margin: 20px 5px;
	font-size: .875rem;
}

dt {
	margin-bottom: 5px;
	font-weight: bold;
}

dd {
	margin-bottom: 15px;
	margin-left: 0;
}



/*----------------------------------------------
	Gallery Styles
----------------------------------------------*/

.content .hide-gallery {
	display: none;
}

.gallery {
	width: 60%;
	margin: 0 auto 10px auto;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
	/* border: solid 1px #ff0000; */
	background-color: rgba(255,255,255,0.5);
}

.gallery h3 {
	margin: 5px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: .875rem;
	font-weight: 400;
	color: #ff0000;
}

.gallery p {
	margin: 0 0 5px;
	padding: 0;
	color: #555;
	font-size: .875rem;
}

.gallery a {
	text-decoration: none
}

span.ui-btn-inner {
	/* color: #777; */
	font-size: .875rem;
}

.gallery-list {
	width: auto;
	margin: 1.25rem auto;
}



/*----------------------------------------------
	Access Styles
----------------------------------------------*/

.access-map {
	margin: 10px auto;
}











