@charset "utf-8";

/* Index ------------------------------------------------*//*
	
	00.html,body(reset)
    01.Container
    02.
*//* ------------------------------------------------------ */

/* 00.html,body
=========================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
body {
    margin:0 auto;
	line-height: 1;
}
a img {
    border: medium none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
table, td, th {
    vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
button::-moz-focus-inner {
    border: 0 none;
}
body {
    background-color: #DFDFDF;
    color: #FFFFFF;
    font-family: Century Gothic,Arial;
    font-size: 12px;
    line-height: 1.5;
     margin:10px 0;
}
a {
    color: #004F00;
}
p {
    margin-bottom: 10px;
}

.clear {
    clear: both;
    display: block;
    float: none;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

/* 01.Container
=========================================================== */
h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.menu {
    color: #999999;
    margin-bottom: 10px;
    text-align: center;
}
.menu a {
    color: #999999;
}
.menu a.active {
    font-weight: bold;
}
#awOnePageButton .view-slide {
    display: none;
}
.showcase-load {
    height: 470px;
    overflow: hidden;
}
.showcase-onepage {
}
.showcase {
    margin: auto;
    position: relative;

}
/*画像の位置*/
.showcase-content-container {
	background-color: #000000;
	background-position: center center;
	/*padding-top:200px;*/
}

/*矢印---------------
.showcase-arrow-previous, .showcase-arrow-next {
	display:block;
	overflow:hidden;
	cursor: pointer;
	height: 33px;
	position: absolute;
	top: 250px;//
	width: 33px;
	background-repeat: no-repeat;
   	background-image: url(../images/magazine/cs_left.png);
}
*/

/*矢印の位置*/
.showcase-arrow-previous, .showcase-arrow-next {
    background: url("../images/arrows.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 33px;
    position: absolute;
    top: 250px;
	/*top:220px*/
    width: 33px;
}



.showcase-arrow-previous {
    left: -60px;
}
.showcase-arrow-previous:hover {
    background-position: 0 -34px;
}
.showcase-arrow-next {
   background-position: -34px 0;
   	/* background-image: url(../images/magazine/cs_right.png);*/
   right: -56px;
}
.showcase-arrow-next:hover {
    background-position: -34px -34px;
}
.showcase-content {
    background-color: #000000;
    text-align: center;
}

.showcase-content img{
    text-align: center;
	/*padding-top:25px;*/
	height:500px;//
}



/*画像高さ*/
.showcase-content-wrapper {
    /*display: table-cell;
    	height: 400px;
	background-color:#09F;
		*/
	padding-top:250px;/**/
    text-align: center;
    vertical-align: middle;
    width: 800px;
	background-position:center;
	
}
.showcase-plus-anchor {
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
    background-position: -32px 0;
}
div.showcase-tooltip {
    background-color: #FFFFFF;
    background-image: url("../images/white-opacity-80.png");
    color: #000000;
    padding: 5px 8px;
    text-align: left;
}
.showcase-caption {
    background-image: url("../images/white-opacity-80.png");
    bottom: 10px;
    color: #000000;
    display: none;
    left: 10px;
    padding: 8px 15px;
    position: absolute;
    right: 10px;
    text-align: left;
}
.showcase-onepage .showcase-content {
    margin-bottom: 10px;
}
.showcase-button-wrapper {
    clear: both;
    margin-top: 10px;
    text-align: center;
}
.showcase-button-wrapper span {
    color: #444444;
    cursor: pointer;
    font-size: 12px;
    margin-right: 3px;
    padding: 2px 5px 0;
}
.showcase-button-wrapper span.active {
    color: #FFFFFF;
}
.showcase-thumbnail-container {
    background-color: #000000;
}
.showcase-thumbnail-wrapper {
    overflow: hidden;
}
.showcase-thumbnail {
    border: 1px solid #333333;
    cursor: pointer;
    height: 90px;
    position: relative;
    width: 120px;
}
.showcase-thumbnail-caption {
    bottom: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: absolute;
}
.showcase-thumbnail-content {
    padding: 25px 10px 10px;
    text-align: center;
}
.showcase-thumbnail-cover {
    background-image: url("../images/black-opacity-40.png");
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.showcase-thumbnail:hover {
    border: 1px solid #999999;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
    display: none;
}
.showcase-thumbnail.active {
    border: 1px solid #999999;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
    display: none;
}
.showcase-thumbnail-wrapper-horizontal {
    padding: 10px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
    margin-right: 10px;
    width: 116px;
}
.showcase-thumbnail-wrapper-vertical {
    padding: 10px;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
    margin-bottom: 10px;
}
.showcase-thumbnail-button-backward, .showcase-thumbnail-button-forward {
    cursor: pointer;
    padding: 7px;
}
.showcase-thumbnail-button-backward {
    padding-bottom: 0;
    padding-right: 0;
}

/*----------------------*/
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-image: url("../images/arrows-small.png");
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    width: 17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
    background-position: 0 -51px;
    margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
    background-position: -17px -51px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
    background-position: 0 -34px;
    margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
    background-position: -17px -34px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
    background-position: 0 -17px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
    background-position: -17px -17px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
    background-position: 0 0;
    margin-bottom: 40px;
    margin-top: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
    background-position: -17px 0;
}
.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
    display: none;
}
