@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 600px; }
h1, h2, h3, p, ul { margin: 0; }
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	line-height: 30px;
	color: #666;
}

ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/*
 * Work section
 */

.work-section {
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 620px) {
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 500px; 
}
.work-section {
	width: 100%;
	max-width: 640px;
}

}



.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
	/*background: url(../img/bg-noise.png); */
    line-height: 70px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.25);
	position: relative;
	width: 100%;
	padding-left: 0px;
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
	margin: auto;
	width: 100%;
	position: relative;
}
.work-section h2 {
	float: left;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

/* タブ */
.work-section .tabs-nav {
	border-left: 1px solid rgb(218, 218, 218);
	float: left;
	letter-spacing: 1px;
	-webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
	box-shadow: inset 1px 0 rgb(255, 255, 255);
}

.work-section .tabs-nav li {
    border-right: 1px solid rgb(218, 218, 218);
    float: left;
    position: relative;
    -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav a {
    display: block;
    outline: none;
    position: relative;
    text-align: center;
    width: 120px;
    z-index: 10;
}


.work-section .tabs-nav .ui-tabs-active a {
    color: rgb(255, 255, 255);
}
.work-section .tabs-nav a img{
	overflow: hidden;
	
}
@media screen and (max-width: 620px) {
.work-section .tabs-nav {
	width: 105%;
	overflow: visible;
}

.work-section .tabs-nav a {
	display: block;
	outline: none;
	position: relative;
	text-align: center;
	width: 85px;

	z-index: 10;
}
.work-section .tabs-nav a img {
	height: auto;
	width: 95px;	
}


}
/* ハイライト */
.work-section .tabs-highlight {
    background-color: rgb(51, 51, 51);
    height: 100%;
    position: absolute;
    width: 120px;
}
.work-section .tabs-highlight:after {
    background: url(../img/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 37px;
    height: 19px;
    bottom: -19px;
    left: 50%;
    margin-left: -18px;
    z-index: 10;
}

/* パネル */
.work-section .section-body {
	height: 700px;
	position: relative;
}
.work-section .section-body .image-wrapper {
	height: 100%;
	min-width: 500px;
	overflow: hiden;
/*	position: absolute;*/
	width: 100%;
	left: 16px;
	top: 0px;
}
.work-section .section-body .image-wrapper img {
	position: absolute;
	left: 87%;
	margin-left: -500px;
	margin-top: 20px;
	margin-bottom: auto;
	height: auto;
	width: 53%;
	z-index: 19;
}
@media screen and (max-width: 620px) {
.work-section .tabs-highlight {
    background-color: rgb(51, 51, 51);
    height: 100%;
    position: absolute;
    width: 85px;
}
.work-section .section-body {
	height: 930px;
	width: 94%;
	position: relative;
}

.work-section .section-body .image-wrapper {
	height: 100%;
	min-width: 400px;
	overflow: visible;
	position: absolute;
	width: 73%;
	left: 90px;
	top: 0px;
}
	
.work-section .section-body .image-wrapper img {
	width: 96%;
	height: auto;
	margin-top: 0px;
	margin-left: -410px;
	left: 80%;
}	
}

.work-section .section-body .content {
	color: #666;
	/* text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);*/
	width: 960px;
	margin: auto;
	position: relative;
}
.work-section .section-body .content > .inner {
    position: absolute;
    width: 450px;
}
.work-section .section-body #work01 .content > .inner {
    top: 30px;
    left: 550px;
}
.work-section .section-body #work02 .content > .inner {
    top: 30px;
    left: 550px;
}
.work-section .section-body #work03 .content > .inner {
    top: 30px;
    left: 550px;
}
.work-section .section-body #work04 .content > .inner {
    top: 30px;
    left: 550px;
}
.work-section .section-body #work05 .content > .inner {
    top: 30px;
    left: 550px;
}
.work-section .section-body .title {
	font-size: 38px;
	font-weight: normal;
	text-transform: uppercase;
}
.work-section .section-body .description {
    font-size: 18px;
    line-height: 2.00;
}
.work-section .section-body .read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 1em;
    margin-top: 1.5em;
    border: 2px solid;
    letter-spacing: 1px;
}
.textshadow .work-section .section-body .read-more {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
}

.s-kokin {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 120px;
	display: inline;
	margin-bottom: 20px;
}
.s-onsui {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	background-color: #399;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 120px;
	display: inline;
	margin-bottom: 20px;
}
.caps {
	width: 37%;
	left: 57%;
	margin-top: 45px;
	margin-bottom: 20px;
	top: 20px;
	position: static;
	height: 1000px;
	padding-left: 4%;
		padding-right: 4%;

}
.title2 {
	font-size: 32px;
	color: #666;
	margin-bottom: 0px;
}
.description2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-top: 5px;
	height: 800px;
	overflow: visible;
}

.m-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.text60 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 50%;
	font-weight: normal;
	line-height: 60%;
}

@media screen and (max-width: 620px) {
.caps {
	width: 77%;
	left: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
	top: 300px;
	position: relative;
	height: 620px;
	z-index: 20;
}
.title2 {
	font-size: 28px;
}
.m-price {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.description2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 5px;
	height: 570px;
	overflow: visible;
	width: 94%;
}
}
.description2 table tbody tr td {
	width: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
}

.description2 table tbody tr th {
	width: 20%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.caption-s {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-top: 6px;
	margin-bottom: 5px;
}
#close {
	padding: 3px;
	height: 50px;
	width: 50px;
	top: 80px;
	position: fixed;
	z-index: 20;
	right: 5%;
	display: none;
}
button {
	background-color: #099;
	height: 50px;
	width: 50px;
	font-size: 1em;
	color: #06C;
}
@media screen and (max-width: 620px) {

#close {
	  padding: 3px;
	  height: 50px;
	width: 50px;
	top: 80px;
	position: fixed;
	z-index: 20;
	right: 10%;
	display: block;}
button {
	background-color: #099;
	height: 50px;
	width: 50px;
	font-size: 1em;
	color: #06C;
}
}
