/*----------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:        Alliance Port
    created:        2014-09-02
    author:         Alliance Port, LLC
    website:        http://www.allianceport.jp

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


/*        =RESET
----------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-style: normal;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
  display: block;
}
nav ul {
  list-style: none;
}
table{
  border-collapse: collapse;
  border-spacing:0;
}
body {
    display: none;
    font-family: 'Gothic Medium BBB';
    -webkit-font-smoothing: antialiased;
}
html {
    overflow-x: hidden;
}
.ap-hidden {
    visibility: hidden;
}
a, a .ap-title {
    text-decoration: none;
    border-bottom: 0px solid #fff;
    -moz-transition: border-bottom linear 0.1s;
	-webkit-transition: border-bottom linear 0.1s;
	-o-transition: border-bottom linear 0.1s;
	transition: border-bottom linear 0.1s;
}
a:hover {
    text-decoration: none;
    border-bottom: 1px solid #52B2BF;
}
.ap-wysiwyg h3 {
    color: #333;
    font-size: 16px;
}
.ap-wysiwyg h4 {
    color: #333;
    font-size: 14px;
}
.ap-wysiwyg .list-reset,
.ap-wysiwyg .list-reset li {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ap-wysiwyg .list-reset {
    width: 100%;
    padding: 0 0 16px 0;
}
.ap-wysiwyg .list-reset li {
    color: #444;
    font-size: 14px;
    line-height: 1.8;
}
.ap-wysiwyg hr {
    display: block;
    width: 100%;
    height: 0;
    margin: 5px 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #333;
    background: transparent;
    font-size: 0;
    line-height: 0;
}
.ap-latin {
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}

/*        =RESET
----------------------------------------------------------------------- */
.ap-container {
    position: relative;
    width: 100%;
    min-width: 980px;
}
.ap-head {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 50%;
    width: 980px;
    height: 165px;
    margin: 0 0 0 -490px;
    text-align: right;
}
.ap-head h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(images/sprite.png) no-repeat 0 23px;
    text-align: left;
}
.ap-svg .ap-head h1 {
    background: transparent;
}
.ap-head h1 .ap-sitename {
    z-index: 10;
    overflow: hidden;
    position: relative;
    top: 20px;
    display: block;
    width: 275px;
    height: 30px;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
    text-indent: -999px;
    text-decoration: none;
}
.ap-head h1 .ap-label {
    z-index: 10;
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    color: #666;
    font-size: 56px;
    line-height: 1;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-weight: 400;
} 
.ap-head h1 .ap-sitename,
.ap-canvas .ap-head h1 .ap-label {
    opacity: 0;
}
.ap-head .ap-label-svg {
    display: block;
    position: absolute;
    top: 26px;
    left: 2px;
    width: 250px;
    height: 23px;
}
.ap-head .ap-label-svg svg {
    display: block;
}
.ap-head h1 .ap-label-canvas {
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
}
.ap-head nav {
    position: relative;
    float: right;
    width: 600px;
    margin: 0 -64px 0 0;
    padding: 30px 0 0 0;
    text-align: left;
}
.ap-foot nav {
    position: absolute;
    top: 0;
    left: 50%;
    width: 600px;
    margin: 0 0 0 -62px;
    padding: 30px 0 0 0;
    text-align: left;
}
.ap-head ul,
.ap-head li,
.ap-foot ul,
.ap-foot li{
    list-style: none;
    display: inline-block;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    zoom: 1;
    *display: inline;
    text-align: center;
}
.ap-head ul,
.ap-foot ul {
    display: block;
    width: 100%;
}
.ap-head nav a,
.ap-foot nav a {
    display: inline-block;
    vertical-align: top;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #fff;
    color: #999;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}
.ap-head nav .ap-works ul a {
    font-size: 12px;
}
.ap-head nav ul ul a {
    margin: 0 10px 0 0;
}
nav .ap-news { width: 59px; }
nav .ap-works { width: 55px; }
nav .ap-service { width: 74px; }
nav .ap-about { width: 61px; }
nav .ap-blog { width: 53px; }
nav .ap-access { width: 69px; }
nav .ap-contact { width: 46px; }
nav .ap-process { width: 65px; }
.ap-head ul ul .ap-active a,
.ap-folder-works .ap-head nav ul .ap-works .ap-parent,
.ap-folder-service .ap-head nav ul .ap-works .ap-parent,
.ap-folder-about .ap-head nav ul .ap-about .ap-parent,
.ap-folder-news .ap-head nav ul .ap-about .ap-parent,
.ap-folder-about-news .ap-head nav ul .ap-about .ap-parent,
.ap-folder-access .ap-head nav ul .ap-access .ap-parent,
.ap-folder-contact .ap-head nav ul .ap-contact .ap-parent,
.ap-folder-privacy .ap-head nav ul .ap-contact .ap-parent,
.ap-folder-process .ap-head nav ul .ap-process .ap-parent,
.ap-foot ul ul .ap-active a,
.ap-folder-works .ap-foot nav ul .ap-works .ap-parent,
.ap-folder-service .ap-foot nav ul .ap-works .ap-parent,
.ap-folder-about .ap-foot nav ul .ap-about .ap-parent,
.ap-folder-news .ap-foot nav ul .ap-about .ap-parent,
.ap-folder-about-news .ap-foot nav ul .ap-about .ap-parent,
.ap-folder-access .ap-foot nav ul .ap-access .ap-parent,
.ap-folder-contact .ap-foot nav ul .ap-contact .ap-parent,
.ap-folder-works-web .ap-head nav ul .ap-works-web a {
    border-bottom-color: #333;
    color: #333;
    font-weight: 700;
}
.ap-head nav ul li a:hover,
.ap-foot nav ul li a:hover {
    border-bottom-color: #333;
    color: #333;
    font-weight: 400;    
}
.ap-head nav ul .ap-active a:hover,
.ap-head nav ul .ap-active a:hover {
    font-weight: 700;
}
.ap-head ul ul,
.ap-foot ul ul{
    display: none;
    width: 990px;
    top: 107px;
    text-align: left;
}
.ap-folder-about .ap-head .ap-about-message a,
.ap-folder-news .ap-head .ap-about-about a {
    border-bottom-color: #333;
    color: #333;
    font-weight: 700;
}
.ap-folder-works .ap-head .ap-works ul,
.ap-folder-about .ap-head .ap-about ul {
    display: block;
    position: absolute;
    right: auto;
    left: -442px;
}
.ap-folder-about .ap-head .ap-about ul {
    top: -999px;
}
.ap-folder-news .ap-head .ap-about ul,
.ap-folder-contact .ap-head .ap-contact ul,
.ap-folder-privacy .ap-head .ap-contact ul {
    display: block;
    position: absolute;
    top: 165px;
    right: 0;
    left: auto;
    width: 151px;
    margin: 0 10px 0 0;
    padding: 4px 0 0 0;
    border-top: 1px solid #ccc;
}
.ap-folder-contact .ap-js .ap-head .ap-contact ul,
.ap-folder-privacy .ap-js .ap-head .ap-contact ul {
    display: none;
}
.ap-folder-news .ap-head .ap-about li,
.ap-folder-contact .ap-head .ap-contact li,
.ap-folder-privacy .ap-head .ap-contact li {
    display: block;
    line-height: 2;
    text-align: left;
}
.ap-folder-news .ap-head .ap-about li a,
.ap-folder-contact .ap-head .ap-contact li a,
.ap-folder-privacy .ap-head .ap-contact li a {
    vertical-align: baseline;
    margin: 0;
}
.ap-head #ap-lang {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    background: #EEEEEE;
}
.ap-head #ap-lang ul,
.ap-head #ap-lang li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.ap-head #ap-lang li,
.ap-head #ap-lang a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.ap-head #ap-lang a {
    border: 1px solid #eee;
    border-top: 0;
    padding: 0 7px;
    color: #333;
    font-size: 14px;
    line-height: 21px;
}
.ap-head #ap-lang a:hover {
    border-color: #CCCCCC;
}
.ap-head #ap-lang a:active {
    border-color: #53B2BF;
    color: #53B2BF;
}
.ap-foot {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 16px;
    padding: 30px 0 250px 0;
    border-top: 1px solid #999;
}
.ap-foot h6 {
    width: 980px;
    margin: 0 auto;
    color: #ccc;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.ap-content {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 600px;
    height: 600px;
    margin: 0;
    padding: 165px 0 65px 0;
}
.ap-content:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility:hidden;
}
.ap-content iframe {
    display: block;
    margin: 0 0 -65px 0;
}
.ap-folder-top .ap-head,
.ap-folder-top .ap-content,
.ap-folder-top .ap-foot {
    display: block;
}
.ap-folder-top .ap-head h1 .ap-label {
    display: none;
}
.ap-child .ap-head,
.ap-child .ap-foot,
.ap-folder-top .ap-child .ap-head,
.ap-folder-top .ap-child .ap-foot {
    display: none !important;
}
.ap-child .ap-content {
    margin-top: 0;
    padding-top: 0;
}
.ap-gadget,
.ap-gadget-header,
.ap-gadget-content {
    width: 100%;
}
.ap-gadget {
    width: 980px;
    margin: 0 auto;
}
.ap-gadget-content ul,
.ap-gadget-content li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.ap-gadget-content p {
    margin: 0 0 16px 0;
    color: #444;
    font-size: 14px;
    line-height: 1.8;
}
.ap-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}
.ap-go2top {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin: 0 -490px 0 0;
}
.ap-go2top a {
    cursor: pointer;
    display: block;
    width: 140px;
    margin: 0;
    padding: 16px 0 26px 6px;
    border-top: 1px solid #eee;
    color: #999;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    -moz-transition: border-top linear 0.1s;
	-webkit-transition: border-top linear 0.1s;
	-o-transition: border-top linear 0.1s;
	transition: border-top linear 0.1s;
}
.ap-go2top a:hover {
    border-top-color: #333;
    border-bottom: 0;
    color: #333;
}
.ap-go2top a .ap-icon {
    font-size: 10px;
}
.ap-gadget-work {
    width: 100%;
}
.ap-gadget-work .ap-gadget-header,
.ap-gadget-service .ap-gadget-header,
.ap-gadget-about .ap-gadget-header {
    border-bottom: 1px solid #ccc;
}
.ap-gadget-work .ap-gadget-header h2,
.ap-gadget-service .ap-gadget-header h2,
.ap-gadget-about .ap-gadget-header h2 {
    width: 980px;
    margin: 0 auto;
    padding: 2px 0;
    color: #333;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}
.ap-gadget-service p {
    text-align: justify;
    text-justify: inter-ideograph;
}
.ap-gadget-work .ap-gadget-content {
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
}
.ap-gadget-work ul {
    overflow: hidden;
    width: 105%;
}
.ap-gadget-work li {
    position: relative;
    float: left;
    width: 222px;
    height: 182px;
    margin: 0 31px 11px 0;
}
* html .ap-gadget-work li {
    _display: inline;
}
.ap-gadget-work a {
    overflow: hidden;
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(images/pix.gif);
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.ap-gadget-work a .ap-label {
    display: block;
    width: 100%;
    background: #eee;
    border: 0;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.ap-gadget-work a .ap-latin {
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
.ap-gadget-work a:hover {
    border: 0;
    text-decoration: none;
    background-color: transparent;
    background-color: rgba( 255, 255, 0, 0.5 );
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00)";
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00);
}
.ap-gadget-work a:hover .ap-label {
    background-color: #FFFF00;
}
.ap-gadget-work .ap-item-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ap-gadget-work .ap-item-thumbnail img {
    display: block;
    margin: 22px 0 0 0;
}
.ap-gadget-work-entry .ap-gadget-header {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -490px;
    width: 230px;
}
.ap-gadget-work-entry .ap-gadget-header h2 {
    margin: 0 0 4px 0;
    padding: 4px;
    background: #FFFF33;
    color: #333;
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
}
.ap-gadget-work-entry .ap-gadget-header .ap-client {
    margin: 0 0 4px 0;
    color: #666;
    font-size: 11px;
    line-height: 1.5;
}
.ap-gadget-work-entry .ap-gadget-header .ap-wysiwyg p,
.ap-gadget-work-entry .ap-gadget-header .ap-wysiwyg li {
    margin: 0 0 25px 0;
    color: #444;
    font-size: 14px;
    line-height: 1.8;
}
.ap-gadget-work-entry .ap-gadget-header .ap-wysiwyg ul,
.ap-gadget-work-entry .ap-gadget-header .ap-wysiwyg li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
.ap-folder-works .ap-source {
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.ap-gadget-work-entry .ap-thickbox,
.ap-gadget-work-entry .ap-thickbox:hover,
.ap-folder-works .ap-source a,
.ap-folder-works .ap-source a:hover {
    display: block;
    position: relative;
    width: auto;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0 0 40px 0;
    padding: 10px 14px;
    border: 1px solid #ccc;
    color: #53B2BF;
    font-size: 14px;
    text-decoration: none;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.ap-folder-works .ap-source a,
.ap-folder-works .ap-source a:hover {
    float: left;
    margin: 0;
    padding: 10px 70px 10px 14px;
}
.ap-gadget-work-entry .ap-thickbox:hover,
.ap-folder-works .ap-source a:hover {
    background: #eee;
    text-decoration: underline;
}
.ap-gadget-work-entry .ap-thickbox:active,
.ap-folder-works .ap-source a:active {
    border: 1px solid #55B2BF;
    background: #eee;
}
.ap-gadget-work-entry .ap-thickbox .ap-icon,
.ap-folder-works .ap-source a .ap-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin: -8px 0 0 0;
    font-size: 8px;
}
.ap-gadget-work-entry .ap-gadget-header .ap-sharetool iframe {
    vertical-align: top;
    display: block;
    margin: 0 0 14px 0;
}
.ap-gadget-work-entry .ap-gadget-content {
    width: 730px;
    margin: 0 auto;
    padding: 0 0 60px 250px;
}
.ap-gadget-work-entry #ap-slides {
    overflow: hidden;
    width: 730px;
}
.ap-gadget-work-entry #ap-screenshot {
    overflow: hidden;
    width: 730px;
    height: 546px;
    margin: 0 0 38px 0;
    padding: 0;
    text-align: center;
}
.ap-gadget-work-entry #ap-screenshot img {
    vertical-align: top;
}
.ap-gadget-work-entry .ap-slideshow {
    overflow: hidden;
    width: 730px;
    height: 546px;
    padding: 0 0 0 730px;
}
.ap-gadget-work-entry .ap-slideshow div {
    float: left;
    width: 730px;
    margin: 0 0 0 -730px;
}
.ap-gadget-work-entry .ap-slideshow img {
    display: block;
    margin: 0 auto;
}
.ap-gadget-work-entry .ap-pagination {
    overflow: hidden;
    width: 100%;
    padding: 24px 0 38px 0;
    text-align: center;
}
.ap-gadget-work-entry .ap-pagination ul,
.ap-gadget-work-entry .ap-pagination li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.ap-gadget-work-entry .ap-pagination a,
.ap-gadget-work-entry .ap-pagination a:hover {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 70px;
    height: 52px;
    margin: 0 7px 0 8px;
    border: 0;
    text-decoration: none;
}
.ap-gadget-work-entry .ap-pagination a img {
    vertical-align: top;
}
.ap-gadget-work-entry .ap-pagination .ap-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ap-gadget-work-entry .ap-pagination a .ap-overlay {
    background-color: rgba( 255, 255, 0, 0 );
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00FFFF00,EndColorStr=#00FFFF00)";
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00FFFF00,EndColorStr=#00FFFF00);
}
.ap-gadget-work-entry .ap-pagination .ap-selected a .ap-overlay,
.ap-gadget-work-entry .ap-pagination a:hover .ap-overlay {
    background-color: rgba( 255, 255, 0, 0.5 );
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00)";
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00);
}
.ap-gadget-work-entry table {
    border-collapse: collapse;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.ap-gadget-work-entry table a {
    color: #53B2BF;
    text-decoration: none;
}
.ap-gadget-work-entry th,
.ap-gadget-work-entry td {
    padding: 2px 0;
    border-top: 1px solid #eee;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}
.ap-gadget-work-entry th {
    width: 125px;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-weight: 700;
}
.ap-gadget-work-entry .ap-gadget-work .ap-gadget-header {
    padding-top: 40px;
    border-bottom: 0;
    border-top: 1px solid #ccc;
}
.ap-gadget .ap-works-modal {
    position: absolute;
    top: -9999px;
}
.ap-folder-works #ap-thickbox_window {
    position: absolute;
}
.ap-works-modal {
    position: relative;
    width: 868px;
    margin: 0 0 63px 0;
    padding: 0;
    background: #fff;
}
.ap-works-modal .ap-modal-inner {
    overflow: hidden;
    width: 644px;
    padding: 63px 112px;
}
.ap-works-modal .ap-entry-more {
    width: 100%;
    padding: 63px 0 0 0;
}
.ap-works-modal .ap-entry-more h3 {
    clear: both;
    margin: 0 0 35px 0;
    padding: 4px;
    background: #ff3;
    color: #333;
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.ap-works-modal .ap-entry-more p {
    margin: 0 0 26px 0;
    color: #444;
    font-size: 14px;
    line-height: 1.8;
}
.ap-works-modal .ap-entry-more h4 {
    clear: both;
    margin: 0 0 11px 0;
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-size: 18px;
    font-weight: 400;
}
.ap-works-modal .ap-entry-more .works-img-r {
    display: block;
    float: right;
    width: 224px;
    padding: 0 0 26px 26px;
}
.ap-works-modal .ap-entry-more .works-img-c {
    display: block;
    width: 672px;
    margin: 0 0 26px -14px;
}
.ap-works-modal .ap-entry-more .works-img-r,
.ap-works-modal .ap-entry-more .works-img-c {
    font-size: 12px;
    font-family: '中ゴシックBBB', 'Gothic Medium BBB';
    font-weight: 400;
}
.ap-works-modal .ap-entry-more .works-img-r img,
.ap-works-modal .ap-entry-more .works-img-c img {
    display: block;
    width: 100%;
    height: auto;
}
.ap-works-modal .ap-entry-more hr {
    display: block;
    width: 100%;
    height: 0;
    margin: 0 0 35px 0;
    border: 0;
    border-top: 12px solid #fff;
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 0;
    line-height: 0;
}
.ap-works-modal .ap-entry-more a {
    color: #52B2BF;
}

/*        =SERVICE
----------------------------------------------------------------------- */
.ap-gadget-service .ap-gadget-content {
    width: 735px;
    margin: 0 auto;
    padding: 32px 0 35px 245px;
}
.ap-service-item {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 38px 0;
    border-bottom: 1px solid #eee;
}
.ap-service-item:last-child {
    border-bottom: 0;
}
.ap-service-item .ap-item-header {
    float: left;
    width: 195px;
}
.ap-service-item .ap-item-header,
.ap-service-item .ap-item-header a {
    color: #333;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}
.ap-service-item .ap-item-content {
    float: right;
    width: 300px;
}
.ap-service-item .ap-item-content p {
    font-size: 12px;
}
.ap-service-item .ap-item-thumbnail {
    overflow: hidden;
    float: left;
    width: 206px;
    height: 109px;
    border: 1px solid #ccc;
}
#ap-gadget-service-lineup .ap-gadget-content {
    overflow: hidden;
}
.ap-gadget-service .ap-column-1-3,
.ap-gadget-service .ap-column-2-3,
.ap-gadget-service .ap-column-3-3 {
    float: left;
    width: 225px;
    padding: 0 45px 0 0;
}
.ap-gadget-service .ap-column-2-3 {
    width: 175px;
}
.ap-gadget-service .ap-column-3-3 {
    padding: 0;
}
.ap-gadget-service h4 {
    padding: 0 0 10px 0;
    color: #444;
    font-size: 14px;
    line-height: 1.2;
}
.ap-gadget-service ul,
.ap-gadget-service li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
}
.ap-gadget-service ul {
    margin: 0 0 10px 0;
}
.ap-gadget-service .ap-gadget-content .ap-more,
#ap-gadget-service-contact a {
    color: #52B2BF;
    text-decoration: none;
}
.ap-gadget-service .ap-gadget-content .ap-more {
    display: block;
    float: right;
}
.ap-gadget-service .ap-gadget-content .ap-more .ap-icon {
    font-size: 10px;
}
#ap-gadget-service-designarea p,
#ap-gadget-service-rd p {
    margin: 0 0 38px 0;
}
#ap-gadget-service-designarea p,
#ap-gadget-service-rd p {
    font-family: "本明朝-M", "HonMincho-M";
    font-weight: 400;
}
#ap-gadget-service-rd .ap-item-header,
#ap-gadget-service-rd .ap-item-header a,
#ap-gadget-service-lineup h4 {
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-weight: 400;
}
#ap-gadget-service-designarea .ap-service-item p,
#ap-gadget-service-rd .ap-service-item p {
    margin: 0;
    font-family: 'Gothic Medium BBB';
    font-weight: 400;
}
#ap-gadget-service-designarea .ap-service-item p .ap-latin,
#ap-gadget-service-rd .ap-service-item p .ap-latin,
#ap-gadget-service-lineup .ap-gadget-service li {
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}


/*        =ABOUT
----------------------------------------------------------------------- */

.ap-gadget-about .ap-gadget-content {
    width: 735px;
    margin: 0 auto;
    padding: 32px 0 35px 245px;
}
#ap-gadget-about-concept .ap-gadget-content p {
    font-size: 18px;
    font-family: "本明朝-M", "HonMincho-M";
}
#ap-gadget-about-expwork .ap-gadget-content {
    overflow: hidden;
}
#ap-gadget-about-expwork ul {
    overflow: hidden;
    width: 105%;
}
#ap-gadget-about-expwork li {
    position: relative;
    float: left;
    width: 222px;
    height: 157px;
    margin: 0 28px 36px 0;
}
* html #ap-gadget-about-expwork li {
    _display: inline;
}
#ap-gadget-about-expwork li a {
    overflow: hidden;
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-image: url(images/pix.gif);
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
#ap-gadget-about-expwork .ap-label {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
#ap-gadget-about-expwork .ap-item-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 222px;
    height: 136px;
    border: 1px solid #eee;
}
#ap-gadget-about-expwork li a:hover {
    border: 0;
    text-decoration: none;
    background-color: rgba( 255, 255, 0, 0.5 );
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00)";
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00);
}
#ap-gadget-about-expwork li a:hover .ap-label {
    background-color: #FFFF00;
}
#ap-gadget-about-data h3 {
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-weight: 700;
}
#ap-gadget-about-data dl,
#ap-gadget-about-data dt,
#ap-gadget-about-data dd {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 1.8;
}
#ap-gadget-about-data dl {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #eee;
}
#ap-gadget-about-data dt {
    clear: left;
    float: left;
    width: 125px;
    padding: 3px 0;
    border-top: 1px solid #eee;
    font-weight: bold;
}
#ap-gadget-about-data dd {
    float: left;
    width: 610px;
    padding: 3px 0;
    border-top: 1px solid #eee;
}
#ap-gadget-about-data a {
    color: #53B2BF;
}
#ap-gadget-about-member .ap-gadget-content {
    overflow: hidden;
}
#ap-gadget-about-member ul {
    overflow: hidden;
    width: 105%;
}
#ap-gadget-about-member li {
    float: left;
    width: 190px;
    height: 130px;
}
#ap-gadget-about-member li a {
    display: block;
    width: 160px;
    height: 100px;
    background-color: rgba( 255, 255, 0, 0 );
    -moz-transition: background-color linear 0.1s;
	-webkit-transition: background-color linear 0.1s;
	-o-transition: background-color linear 0.1s;
	transition: background-color linear 0.1s;
}
#ap-gadget-about-member li a:hover {
    border: 0;
    background-color: rgba( 255, 255, 0, 0.5 );
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00)";
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00);
}
#ap-gadget-about-member .ap-label,
#ap-gadget-about-member .ap-desc {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
}
#ap-gadget-about-member .ap-label {
    padding: 0 0 6px 0;
    color: #333;
}
#ap-gadget-about-member .ap-desc {
    color: #999;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-style: italic;
}
#ap-gadget-about-member .ap-member-modal {
    position: absolute;
    top: -9999px;
}
.ap-folder-about .ap-thickbox-close-bottom {
    display: none;
}
#ap-gadget-about-client .ap-gadget-content {
    position: relative;
}
#ap-gadget-about-client h3 {
    position: absolute;
    left: 0;
    width: 190px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}
#ap-gadget-about-client h3 .ap-datetime {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}
#ap-gadget-about-client .ap-gadget-content {
    overflow: hidden;
}
#ap-gadget-about-client .ap-gadget-content p {
    clear: both;
    padding-top: 16px;
}
#ap-gadget-about-client .ap-column-1-2 {
    float: left;
    width: 382px;
}
#ap-gadget-about-client li {
    font-size: 12px;
    line-height: 1.5;
}
#ap-gadget-about-concept .ap-gadget-content p .ap-latin,
#ap-gadget-about-expwork .ap-label .ap-latin,
#ap-gadget-about-data dd .ap-latin,
#ap-gadget-about-client li .ap-latin {
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
.ap-member-modal {
    width: 754px;
    margin: 0;
    padding: 0;
}
.ap-member-modal .ap-modal-inner {
    overflow: hidden;
    width: 628px;
    padding: 91px 63px 52px 63px;
}
.ap-member-modal .ap-modal-header {
    float: left;
    width: 196px;
    padding: 0 54px 0 0;
}
.ap-member-modal .ap-modal-header .ap-thumbnail {
    overflow: hidden;
    display: block;
    width: 196px;
    height: 196px;
    margin: 0 0 10px 0;
}
.ap-member-modal .ap-modal-header .ap-thumbnail img {
    display: block;
    width: auto;
    height: 100%;
}
.ap-member-modal .ap-modal-header h3 {
    width: 100%;
    margin: 0 0 18px 0;
    color: #333;
}
.ap-member-modal .ap-modal-header h3 span {
    display: block;
    width: 100%;
    line-height: 1.1;
}
.ap-member-modal .ap-modal-header .ap-asian {
    padding: 0 0 2px 0;
    font-size: 18px;
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-weight: 400;
}
.ap-member-modal .ap-modal-header .ap-latin {
    font-size: 14px;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-weight: 400;
}
.ap-member-modal .ap-modal-header .ap-position {
    margin: 0 0 24px 0;
    color: #999;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 12px;
    font-style: italic;
    line-height: 1.3;
}
.ap-member-modal .ap-modal-header .ap-activities {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
}
.ap-member-modal .ap-modal-content {
    float: right;
    width: 374px;
}
.ap-member-modal .ap-modal-content .ap-history {
    font-size: 12px;
    line-height: 1.8;
}
.ap-member-modal .ap-modal-content h4 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 14px;
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-weight: 400;
}
.ap-member-modal .ap-modal-content .ap-rewards,
.ap-member-modal .ap-modal-content .ap-exhibitions {
    width: 100%;
    padding: 28px 0 0 0;
}
.ap-member-modal .ap-modal-content .ap-rewards ul,
.ap-member-modal .ap-modal-content .ap-exhibitions ul,
.ap-member-modal .ap-modal-content .ap-rewards li,
.ap-member-modal .ap-modal-content .ap-exhibitions li {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ap-member-modal .ap-modal-content .ap-rewards li,
.ap-member-modal .ap-modal-content .ap-exhibitions li {
    padding: 0 0 8px 0;
    color: #333;
    font-size: 12px;
    line-height: 1.2;
}
.ap-member-modal .ap-thickbox-prev,
.ap-member-modal .ap-thickbox-next {
    display: block;
    position: absolute;
    top: 50%;
    margin: -12px 0 0 0;
    color: #999;
    font-size: 16px;
}
.ap-member-modal .ap-thickbox-prev {
    left: 10px;
}
.ap-member-modal .ap-thickbox-next {
    right: 10px;
}
.ap-member-modal .ap-thickbox-prev:hover,
.ap-member-modal .ap-thickbox-next:hover {
    border: 0;
}
.ap-folder-about #ap-thickbox_ajaxcontent {
    overflow: hidden;
}



/*        =NEWS
----------------------------------------------------------------------- */
.ap-gadget-news .ap-gadget-header {
    position: relative;
    width: 980px;
    margin: 0 auto;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
.ap-gadget-news .ap-gadget-header .ap-metas {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 0 0;
    border-top: 4px solid #ccc;
    width: 56px;
}
#ap-gadget-news .ap-gadget-header h2 {
    color: #666;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}
#ap-gadget-news-permalink .ap-gadget-header .ap-metas {
    width: 222px;
}
#ap-gadget-news-permalink .ap-gadget-header h2 {
    margin: 0 0 12px 0;
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}
#ap-gadget-news-permalink .ap-gadget-header p {
    margin: 0 0 32px 0;
    font-size: 14px;
    line-height: 1.2;
}
#ap-gadget-news-permalink .ap-gadget-header .ap-datetime {
    padding: 0 10px 0 4px;
    color: #666;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
#ap-gadget-news-permalink .ap-gadget-header .ap-label {
    color: #52B2BF;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
.ap-gadget-news .ap-gadget-content {
    width: 980px;
    margin: 0 auto;
}
#ap-gadget-news .ap-gadget-content ul {
    width: 644px;
    margin: 0 0 0 80px;
    border-top: 1px solid #ccc;
}
#ap-gadget-news .ap-gadget-content li {
    border-bottom: 1px solid #eee;
}
#ap-gadget-news .ap-gadget-content li a {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 11px 0 7px 0;
    background-color: #fff;
    text-decoration: none;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
#ap-gadget-news .ap-gadget-content li .ap-datetime,
#ap-gadget-news .ap-gadget-content li .ap-label,
#ap-gadget-news .ap-gadget-content li .ap-title {
    display: block;
    float: left;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    font-size: 11px;
    line-height: 1.1;
}
#ap-gadget-news .ap-gadget-content li .ap-datetime {
    width: 80px;
    padding: 2px 0 4px 0;
    color: #666;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
#ap-gadget-news .ap-gadget-content li .ap-label {
    width: 136px;
    padding: 2px 0 4px 0;
    color: #53B2BF;
    font-size: 11px;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
#ap-gadget-news .ap-gadget-content li .ap-title {
    width: 428px;
    border-bottom: 0px solid #fff;
    margin: -3px 0 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.3;
}
#ap-gadget-news .ap-gadget-content li a:hover {
    border: 0;
    background: #eee;
}
#ap-gadget-news-permalink .ap-gadget-content .ap-wysiwyg,
#ap-gadget-news-permalink .ap-gadget-content .ap-sharetool,
#ap-gadget-news-permalink .ap-gadget-content .ap-pager {
    margin-left: 250px;
    width: 478px;
}
.ap-gadget-news .ap-pager {
    overflow: hidden;
    width: 100%;
    margin: 0 0 0 80px;
    padding: 10px 0 0 0;
}
#ap-gadget-news-permalink .ap-pager {
    border-top: 1px solid #eee;
}
.ap-gadget-news .ap-pager {
    padding: 8px 0 126px 0;
    line-height: 20px;
}
.ap-gadget-news .ap-pager a {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    color: #999;
    line-height: 20px;
    text-decoration: none;
}
.ap-gadget-news .ap-pager a:hover {
    border: 0;
    color: #333;
}
.ap-gadget-news .ap-pager .ap-icon,
.ap-gadget-news .ap-pager .ap-icon {
    display: block;
    font-size: 10px;
}
.ap-gadget-news .ap-pager .ap-page-previous .ap-icon {
    float: left;    
    margin: 6px 2px 0 0;
    line-height: 1;
}
.ap-gadget-news .ap-pager .ap-page-next .ap-icon {
    float: right;
    margin: 6px 0 0 2px;
    line-height: 1;
}
* html .ap-gadget-news .ap-pager a {
    _display: inline;
}
.ap-gadget-news .ap-sharetool:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
.ap-gadget-news .ap-sharetool {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    vertical-align: top;
}
.ap-gadget-news .ap-wysiwyg a {
    color: #52B2BF;
    text-decoration: none;
}
#ap-gadget-news-permalink .ap-gadget-content .ap-sharetool {
    width: 700px;
    padding: 65px 0 0 0;
    line-height: 1;
}
.ap-gadget-news .ap-gadget-content .ap-sharetool iframe {
    float: left;
    display: block;
    margin: 0 15px 0 0;
}
.ap-gadget-news .ap-gadget-header .ap-sharetool iframe {
    vertical-align: top;
    display: block;
    margin: 0 0 14px 0;
}


/*        =ACCESS
----------------------------------------------------------------------- */
#ap-gadget-access .ap-gadget-header {
    position: relative;
    width: 980px;
    margin: 0 auto;
}
#ap-gadget-access .ap-gadget-header .ap-metas {
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    padding: 12px 0 0 0;
    border-top: 4px solid #ccc;
}
#ap-gadget-access .ap-gadget-header .ap-metas h2 {
    color: #333;
    font-size: 14px;
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-weight: 400;
    line-height: 2;
}
#ap-gadget-access .ap-gadget-header .ap-metas p {
    margin: 0 0 18px 0;
    color: #444;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 12px;
    line-height: 1.8;
}
#ap-gadget-access .ap-gadget-header .ap-metas p a {
    color: #52B2BF;
}
#ap-gadget-access .ap-gadget-content {
    width: 730px;
    margin: 0 auto;
    padding: 0 0 0 250px;
}
#ap-gadget-access .ap-googlemap {
    overflow: hidden;
    width: 100%;
}
#ap-gadget-access .ap-googlemap iframe {
    margin: 0;
}
#ap-gadget-access .ap-googlemap a {
    overflow: hidden;
    display: block;
    float: right;
    width: 132px;
    height: 33px;
    margin: 8px 0;
    border: 0;
    background: url(../images/sprite.png) no-repeat -339px -50px;
    text-indent: -999px;
}
#ap-gadget-access .ap-wysiwyg {
    width: 504px;
}
#ap-gadget-access .ap-wysiwyg p {
    clear: both;
    text-align: justify;
    text-justify: inter-ideograph;
}
#ap-gadget-access .ap-wysiwyg p strong {
    font-family: "見出ゴMB31", "Midashi Go MB31";
    font-weight: 400;
}
#ap-gadget-access .ap-wysiwyg p .ap-latin {
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}


/*        =CONTACT
----------------------------------------------------------------------- */
#ap-gadget-contact .ap-gadget-content,
#ap-gadget-privacy .ap-gadget-content {
    width: 644px;
    margin: 0 0 0 80px;
}
.ap-folder-privacy .ap-wysiwyg a {
    color: #53B2BF;
}
#ap-gadget-contact .ap-gadget-content a {
    color: #52B2BF;
}
#ap-gadget-contact .ap-gadget-content h3 {
    color: #333;
    font-size: 16px;
    line-height: 2;
}
.ap-folder-contact form p {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #eee;
}
.ap-folder-contact form p label {
    display: block;
    width: 182px;
    padding: 2px 0px;
    color: #444;
}
.ap-folder-contact form label .ap-required {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    top: -2px;
    color: #52B2BF;
    font-size: 10px;
    zoom: 1;
    *display: inline;
}
.ap-folder-contact form .ap-textfield label {
    display: block;
    float: left;
}
.ap-folder-contact form .ap-textfield input {
    display: block;
    width: 321px;
    padding: 5px 0;
    border: 1px solid #eee;
    border-top-color: #999;
    background: #eee;
    font-size: 14px;
    line-height: 1.1;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.ap-folder-contact form .ap-textareafield textarea {
    display: block;
    width: 505px;
    border: 1px solid #eee;
    border-top-color: #999;
    background: #eee;
    font-size: 14px;
    line-height: 1.4;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.ap-js input, .ap-js textarea {
    outline: 0;
}
.ap-folder-contact form .ap-field-hover input,
.ap-folder-contact form .ap-field-hover textarea {
    border-top-color: #666;
    background: #ccc;
}
.ap-folder-contact form .ap-field-active input,
.ap-folder-contact form .ap-field-active textarea {
    border: 1px solid #55B2BF;
    background: #eee;
}
.ap-folder-contact form #ap-form-footer {
    border: 0;
    text-align: center;
}
.ap-folder-contact form #ap-form-footer .ap-form-submit,
.ap-folder-contact form #ap-form-footer .ap-form-cancel {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #fff;
}
.ap-folder-contact form #ap-form-footer .ap-form-submit input,
.ap-folder-contact form #ap-form-footer .ap-form-cancel input,
.ap-folder-contact form #ap-form-footer .ap-form-submit button,
.ap-folder-contact form #ap-form-footer .ap-form-cancel button {
    cursor: pointer;
    display: block;
    width: 138px;
    height: 40px;
    padding: 0 0 2px 0;
    line-height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    color: #53B2BF;
    font-size: 14px;
    text-align: center;
    outline: 0;
    filter:chroma(color=#000000);
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.ap-folder-contact form #ap-form-footer .ap-form-submit button:hover,
.ap-folder-contact form #ap-form-footer .ap-form-cancel button:hover {
    background: #eee;
    text-decoration: underline;

}
.ap-folder-contact form #ap-form-footer .ap-form-submit button:active,
.ap-folder-contact form #ap-form-footer .ap-form-cancel button:active {
    border: 1px solid #55B2BF;
    background: #eee;
    text-decoration: underline;
}
.ap-folder-contact .ap-gadget-content .ap-metas {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 42px 0 0 0;
    padding: 28px 24px;
    border: 1px solid #eee;
}
.ap-folder-contact .ap-gadget-content .ap-metas p {
    margin: 0;
    padding: 0;
}


/*        =TOP PAGE
----------------------------------------------------------------------- */
.ap-folder-top .ap-container,
.ap-folder-top .ap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ap-folder-top .ap-foot {
    z-index: 4;
    overflow: visible;
    position: fixed;
    bottom: 25px;
    left: 131px;
    right: 131px;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba( 204, 204, 204, 0.5 );
}
.ap-folder-top .ap-foot h6 {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    top: 5px;
    right: 0px;
    width: auto;
    margin: 0;
    font-size: 10px;
}
.ap-folder-top .ap-go2top,
.ap-folder-top .ap-foot nav {
    display: none;
}
#ap-gadget-recent {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#ap-gadget-recent .ap-gadget-header {
    overflow: hidden;
    width: 308px;
    position: absolute;
    bottom: 38px;
    left: 70px;
}
#ap-gadget-recent .ap-gadget-header h2 {
    margin: 0 0 7px 0;
    padding: 6px 0;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
}
#ap-gadget-recent .ap-gadget-header ul,
#ap-gadget-recent .ap-gadget-header li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#ap-gadget-recent .ap-gadget-header ul {
    width: 370px;
}
#ap-gadget-recent .ap-gadget-header li {
    position: relative;
    float: left;
    width: 142px;
    height: 82px;
    margin: 0 28px 10px 0;
}
#ap-gadget-recent .ap-gadget-header li a {
    display: block;
    z-index: 2;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(images/pix.gif);
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
#ap-gadget-recent .ap-gadget-header a .ap-label {
    display: block;
    width: auto;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 61px 0 0 0;
    padding: 0 0 0 2px;
    background: transparent;
    border: 0;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
#ap-gadget-recent .ap-gadget-header a .ap-latin {
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
}
#ap-gadget-recent .ap-gadget-header a:hover {
    border: 0;
    text-decoration: none;
    background-color: rgba( 255, 255, 0, 0.5 );
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00)";
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00);
}
#ap-gadget-recent .ap-gadget-header a:hover .ap-label {
    background-color: #ffff00;
}
#ap-gadget-recent .ap-gadget-header .ap-item-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 60px;
    border: 1px solid #eee;
}
#ap-gadget-recent .ap-gadget-header .ap-sep,
#ap-gadget-recent .ap-gadget-header .ap-twitter,
#ap-gadget-recent .ap-gadget-header .ap-facebook {
    position: fixed;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #999;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-weight: 400;
    font-size: 14px;
}
#ap-gadget-recent .ap-gadget-header .ap-twitter a,
#ap-gadget-recent .ap-gadget-header .ap-facebook a{
    color: #999;
}
#ap-gadget-recent .ap-gadget-header .ap-sep {
    bottom: 4px;
    left: 214px;
}
#ap-gadget-recent .ap-gadget-header .ap-twitter {
    bottom: 6px;
    left: 254px;
}
#ap-gadget-recent .ap-gadget-header .ap-facebook {
    bottom: 6px;
    left: 316px;
}
#ap-gadget-recent .ap-gadget-content {
    position: absolute;
    top: 37px;
    left: 448px;
    width: auto;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0;
}
#ap-gadget-recent .ap-gadget-content ul,
#ap-gadget-recent .ap-gadget-content li {
    display: block;
    width: 100%;
    list-style: none;
}
#ap-gadget-recent .ap-gadget-content li {
    padding: 0 0 4px 0;
    line-height: 1.1;
}
#ap-gadget-recent .ap-gadget-content a,
#ap-gadget-recent .ap-gadget-content a span {
    text-decoration: none;
}
#ap-gadget-recent .ap-gadget-content a {
    display: block;
    position: relative;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 0 20px 0 70px;
}
#ap-gadget-recent .ap-gadget-content a .ap-datetime {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 11px 0 0;
    color: #999;
    font-family: "lemonde-sans","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","メイリオ","ＭＳ Ｐゴシック",Osaka,Verdana,Helvetica;
    font-style: italic;
    font-size: 12px;
}
#ap-gadget-recent .ap-gadget-content a .ap-title {
    display: inline;
    color: #666;
    font-size: 12px;
}
#ap-gadget-recent .ap-gadget-content a:hover {
    border-bottom: 0;
}
#ap-gadget-recent .ap-gadget-content a:hover .ap-title {
    border-bottom: 1px solid #333;
}
#ap-gadget-recent .ap-gadget-footer {
    overflow: hidden;
    position: absolute;
    top: 120px;
    right: 0px;
    left: 448px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    border-top: 0;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
#ap-gadget-recent .ap-gadget-footer .ap-poly {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translate3d(0px, 0px, 0px);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
#ap-gadget-recent .ap-gadget-footer .ap-current {
    visibility: visible;
    z-index: 1;
}
#ap-gadget-recent .ap-gadget-footer .ap-poly .ap-poly-mask {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
#ap-gadget-recent .ap-gadget-footer .ap-poly .ap-poly-mask a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: -9999px;
}
#ap-gadget-recent .ap-gadget-footer .ap-poly .ap-label {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
}
#ap-gadget-recent .ap-gadget-footer .ap-pager-text {
    z-index: 100;
    display: block;
    position: absolute;
    bottom: 56px;
    left: 28px;
    width: auto;
    height: 18px;
    -moz-transition: width linear 0.1s;
	-webkit-transition: width linear 0.1s;
	-o-transition: width linear 0.1s;
	transition: width linear 0.1s;
}
#ap-gadget-recent .ap-gadget-footer .ap-pager-text #ap-layer-title-1,
#ap-gadget-recent .ap-gadget-footer .ap-pager-text #ap-layer-title-2 {
    overflow: hidden;
    z-index: 200;
    position: relative;
    width: auto;
    height: 18px;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    text-indent: 0;
}
#ap-gadget-recent .ap-gadget-footer .ap-pager-text #ap-layer-title-2 {
    margin: -18px 0 0 0;
}
#ap-gadget-recent .ap-gadget-footer .ap-pager-text .ap-layer-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba( 255, 255, 0, 0.5 );
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00)";
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#50FFFF00,EndColorStr=#50FFFF00);
}
#ap-gadget-recent .ap-gadget-footer .ap-scaleUp {
    z-index: 10;
    -webkit-animation: scaleUp .7s ease both;
    -moz-animation: scaleUp .7s ease both;
    animation: scaleUp .7s ease both;
}
#ap-gadget-recent .ap-gadget-footer .ap-moveToRight {
    -webkit-animation: moveToRight .6s ease both;
    -moz-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both;
}
#ap-gadget-recent .ap-gadget-footer .ap-moveToLeft {
    -webkit-animation: moveToLeft .6s ease both;
    -moz-animation: moveToLeft .6s ease both;
    animation: moveToLeft .6s ease both;
}
@-webkit-keyframes scaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}
@-moz-keyframes scaleUp {
    from {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}
@keyframes scaleUp {
    from{
        opacity: 0;
        transform: scale(.8);
    }
}
@-webkit-keyframes moveToLeft {
    to {
        -webkit-transform: translateX(-100%);
    }
}
@-moz-keyframes moveToLeft {
    to {
        -moz-transform:translateX(-100%)}
    }
}
@keyframes moveToLeft {
    to {
        transform: translateX(-100%)
    }
}
@-webkit-keyframes moveToRight {
    to {
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes moveToRight {
    to {
        -moz-transform:translateX(100%)}
    }
}
@keyframes moveToRight {
    to {
        transform: translateX(100%)
    }
}
#ap-gadget-recent .ap-gadget-footer .ap-poly .ap-poly-mask a img {
    display: none;
}
#ap-gadget-recent .ap-gadget-footer .ap-poly .ap-poly-mask a:hover {
    border: 0;
    text-decoration: none;
}
#ap-gadget-recent .ap-pagination {
    position: fixed;
    top: 100px;
    right: 26px;
    width: auto;
    text-align: right;
}
#ap-gadget-recent .ap-pagination .ap-pager-item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    *margin-left: 2px;
}
#ap-gadget-recent .ap-pagination .ap-pager-item a {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    text-decoration: none;
    text-indent: -999px;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#ap-gadget-recent .ap-pagination .ap-current a {
    background: #ccc;
}
#ap-gadget-recent .ap-pager-prev {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 28px;
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
#ap-gadget-recent .ap-pager-next {
    z-index: 100;
    position: absolute;
    top: 50%;
    right: 28px;
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
#ap-gadget-recent .ap-pager-prev a,
#ap-gadget-recent .ap-pager-next a {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    background-image: url(/images/slide-prev-next.png);
    background-repeat: no-repeat;
    background-color: rgba( 209, 209, 209, 0.6 );
    text-decoration: none;
    text-indent: -999px;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
#ap-gadget-recent .ap-pager-prev a { background-position: 12px 8px; }
#ap-gadget-recent .ap-pager-next a { background-position: -62px 8px; }
#ap-gadget-recent .ap-pager-prev a:hover,
#ap-gadget-recent .ap-pager-next a:hover {
    border: 0;
    background-color: rgba( 163, 163, 163, 0.85 );
}

/*        =LOADING
----------------------------------------------------------------------- */
#ap-loader {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 5px;
    width: 0;
    font-size: 0;
    line-height: 0;
}
#ap-loader div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*        =THICKBOX
---------------------------------------------------------------------------- */
.ap-thickbox-close-top,
.ap-thickbox-close-bottom {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 28px;
    border: 1px solid #ccc;
    width: 70px;
    height: 41px;
    background: #fff url(/images/sprite.png) no-repeat -434px -464px;
    color: #52B2BF;
    font-size: 14px;
    line-height: 41px;
    text-indent: 8px;
    -moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	transition: all linear 0.1s;
}
.ap-thickbox-close-bottom {
    top: auto;
    bottom: 20px;
}
.ap-thickbox-close-top:hover,
.ap-thickbox-close-bottom:hover {
    border: 1px solid #ccc;
    background-color: #eee;
    text-decoration: underline;
}
.ap-thickbox-close-top:active,
.ap-thickbox-close-bottom:active{
    border: 1px solid #55B2BF;
    background-color: #eee;
    text-decoration: underline;
}
#ap-thickbox_overlay {
    cursor: pointer;
    overflow: hidden;
	position: fixed;
	z-index: 100;
	top: 0px;
    right: 0px;
    bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #eee;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
* html #ap-thickbox_overlay { /* ie6 hack */
     _position: absolute;
     _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.ap-folder-works #ap-thickbox_overlay {
	background-color: #000;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
#ap-thickbox_window {
    display: none;
	position: fixed;
    top: 50%;
    left: 50%;
	background: #fff;
	z-index: 102;
	text-align:left;
}
* html #ap-thickbox_window { /* ie6 hack */
    _position: absolute;
    _margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#ap-thickbox_ajaxcontent {
	clear: both;
	overflow: visible;
	padding: 0;
	background: #fff;
}


/*        =SOUND
----------------------------------------------------------------------- */
#ap-bgsound,
#ap-tmpsound {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
#ap-tmpsound {
    left: -20px;
    right: auto;
}
#ap-bgsound a {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#ap-bgsound audio,
#ap-tmpsound audio {
    margin: 0 0 0 20px;
}


/*        =RESPONSIVE
---------------------------------------------------------------------------- */
.ap-folder-top .ap-head,
.ap-folder-top .ap-head nav .ap-access,
.ap-folder-top .ap-head nav .ap-contact,
#ap-gadget-recent .ap-gadget-header .ap-sep,
#ap-gadget-recent .ap-gadget-header .ap-twitter,
#ap-gadget-recent .ap-gadget-header .ap-facebook,
#ap-gadget-recent .ap-gadget-header,
#ap-gadget-recent .ap-gadget-content,
#ap-gadget-recent .ap-gadget-footer {
    -moz-transition: left linear 0.25s;
	-webkit-transition: left linear 0.25s;
	-o-transition: left linear 0.25s;
	transition: left linear 0.25s;
}


/* ENGLISH */
.ap-gadget-contact li {
    margin: 0 0 16px 0;
    color: #444;
    font-size: 14px;
    line-height: 1.8;
}
.ap-gadget-contact ol,
.ap-gadget-contact ol li {
    list-style-type: lower-alpha;
}
.ap-gadget-contact ol ol,
.ap-gadget-contact ol ol li {
    list-style-type: lower-roman;
}
.ap-gadget-contact ol li,
.ap-gadget-contact ul li {
    display: list-item;
    margin: 0 0 16px 16px;
}
.ap-gadget-contact ol ol {
    padding-top: 16px;
}
.ap-gadget-contact ul,
.ap-gadget-contact ul li {
    list-style-type: disc;
}
.ap-gadget-contact ul li {
    display: list-item;
}
#ap-gadget-recent .ap-gadget-header {
    z-index: 10;
}
.ap-head {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 50%;
    width: 980px;
    height: 165px;
    margin: 0 0 0 -490px;
}
.ap-head nav,
.ap-folder-top .ap-head nav {
    position: relative;
    float: right;
    width: 265px;
    margin: 0 -10px 0 0;
    padding: 30px 0 0 0;
    text-align: left;
}
.ap-head nav a, .ap-foot nav a {
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid rgba(255,255,255,0);
}
nav .ap-contact {
    width: 82px;
}
#ap-gadget-recent .ap-gadget-footer {
    right: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ap-folder-works .ap-head .ap-works ul,
.ap-folder-about .ap-head .ap-about ul {
    left: -724px;
}
.ap-folder-top .ap-head nav ul,
.ap-folder-top .ap-head nav li {
    text-align: center;
}
.ap-folder-top .ap-head nav a {
    margin: 0;
    font-size: 14px;
}
#ap-gadget-recent .ap-pagination {
    z-index: 10;
    right: 50%;
    margin: 0 -490px 0 0;
}
#ap-gadget-recent .ap-gadget-footer .ap-pager-text {
    bottom: 68px;
    left: 50%;
    height: 36px;
    margin: 0 0 0 -490px;
}
#ap-gadget-recent .ap-gadget-footer .ap-pager-text #ap-layer-title-1,
#ap-gadget-recent .ap-gadget-footer .ap-pager-text #ap-layer-title-2 {
    height: 36px;
}
#ap-gadget-recent .ap-gadget-footer .ap-pager-text #ap-layer-title-2 {
    margin-top: -36px;
}
.ap-folder-top .ap-foot {
    left: 50%;
    right: auto;
    width: 980px;
    margin: 0 0 0 -490px;
}

@media screen and (max-width: 970px) {

.ap-container {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
.ap-container.ap-child {
    padding: 0;
}
.ap-head,
.ap-gadget,
#ap-gadget-work-entry .ap-gadget-header {
    position: relative;
    left: 0;
    width: 100%;
    height: auto !important;
    min-height: auto;
    margin: 0;
    padding: 0;
}
.ap-head {
    padding: 10px 0 0 0;
}
.ap-head h1,
.ap-head h1 a,
.ap-head h1 .ap-sitename,
.ap-head .ap-label-svg {
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
}
.ap-head h1 {
    margin: 0 0 6px 0;
}
.ap-head .ap-label-svg {
    top: -24px;
}
.ap-head nav, .ap-folder-top .ap-head nav {
    float: none;
    margin: 0;
    padding: 0;
}
.ap-head nav {
    margin: 0 0 0 -8px;
}
.ap-content {
    min-height: 100px;
    height: 100px;
    padding: 25px 0;
}
.ap-go2top {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#ap-gadget-news .ap-gadget-header,
#ap-gadget-news .ap-gadget-content,
#ap-gadget-news .ap-gadget-footer,
#ap-gadget-news .ap-gadget-content ul,
#ap-gadget-news-permalink .ap-gadget-header,
#ap-gadget-news-permalink .ap-gadget-content,
#ap-gadget-news-permalink .ap-gadget-footer,
#ap-gadget-news-permalink .ap-gadget-content .ap-wysiwyg,
#ap-gadget-news-permalink .ap-gadget-content .ap-sharetool,
#ap-gadget-news-permalink .ap-gadget-content .ap-pager,
.ap-gadget-work .ap-gadget-content,
.ap-gadget-work .ap-gadget-header h2,
.ap-gadget-service .ap-gadget-header h2,
.ap-gadget-about .ap-gadget-header h2,
.ap-gadget-service .ap-gadget-content,
.ap-gadget-about .ap-gadget-content,
#ap-gadget-contact .ap-gadget-content,
#ap-gadget-privacy .ap-gadget-content,
.ap-go2top a,
.ap-foot h6 {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
#ap-gadget-news-permalink .ap-gadget-header p {
    margin: 0 0 12px 0;
}
.ap-gadget-news .ap-gadget-header .ap-metas,
#ap-gadget-news-permalink .ap-gadget-header .ap-metas {
    position: relative;
    width: 100%;
}
.ap-gadget-news .ap-gadget-header .ap-sharetool {
    display: none;
    padding: 0;
}
#ap-gadget-news-permalink .ap-gadget-content .ap-sharetool{
    padding: 0;
}
#ap-gadget-news-permalink .ap-gadget-content .ap-sharetool iframe {
    float: left;
    margin: 0 30px 14px 0;
}
.ap-gadget-work-entry .ap-gadget-content {
    width: 100%;
    max-width: 730px;
    padding: 0 0 60px 0;
}
.ap-gadget-work-entry #ap-screenshot {
    width: 100%;
    height: auto !important;
    max-height: 546px;
}
.ap-gadget-work-entry #ap-screenshot img {
    width: 100%;
    height: auto;
}
.ap-foot {
    padding: 30px 0 60px 0;
}
.ap-head h1 .ap-label,
.ap-foot nav,
.ap-folder-works .ap-head .ap-works ul,
.ap-folder-about .ap-head .ap-about ul {
    display: none;
}
.ap-gadget-work li {
    float: none;
    width: 100%;
    height: 68px;
}
.ap-gadget-work .ap-item-thumbnail {
    width: 112px;
    height: 68px;
}
.ap-gadget-work .ap-item-thumbnail img {
    width: 100%;
    height: auto;
    margin: 0;
}
.ap-gadget-work a .ap-label {
    width: auto;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0 0 0 112px;
    padding: 0 0 0 8px;
    text-align: left;
}
.ap-service-item {
    position: relative;
    padding: 0 0 18px 0;
    border: 0;
}
.ap-service-item h3 {
    padding: 20px 0 0 126px;
    height: 44px;
    line-height: 54px;
}
.ap-service-item .ap-item-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 103px;
    height: 54px;
}
.ap-service-item .ap-item-thumbnail img {
    width: 100%;
    height: auto;
}
.ap-service-item .ap-item-header {
    width: 160px;
    height: 34px;
}
.ap-service-item .ap-item-content {
    float: none;
    display: table-cell;
    width: 100%;
    height: 54px;
    padding: 0;
    vertical-align: middle;
}
#ap-gadget-about-concept br {
    display: none;
}
#ap-gadget-about-member ul {
    width: 100%;
}
#ap-gadget-about-member li,
#ap-gadget-about-member li a {
    float: none;
    width: 100%;
    height: auto !important;
    min-height: 10px;
}
#ap-gadget-about-member li {
    margin: 0 0 24px 0;
}
#ap-gadget-about-member li br {
    display: none;
}
#ap-gadget-about-client li,
#ap-gadget-about-client li span {
    font-size: 12px;
}
#ap-gadget-about-client .ap-column-1-2,
#ap-gadget-about-client .ap-column-2-2 {
    float: none;
    width: 100%;
}
.ap-member-modal {
    width: 100%;
}
.ap-member-modal .ap-modal-inner {
    width: auto;
    padding: 52px 63px;
}
.ap-member-modal .ap-modal-inner em {
    font-style: italic;
}
.ap-member-modal .ap-modal-header {
    float: none;
    width: 100%;
    padding: 0;
}
.ap-member-modal .ap-modal-header .ap-thumbnail {
    float: left;
    width: 98px;
    height: 98px;
    margin: 0 24px 0 0;
}
.ap-member-modal .ap-modal-content .ap-history {
    clear: both;
    padding: 16px 0 0 0;
}
.ap-member-modal .ap-modal-content {
    float: none;
    width: 100%;
}
#ap-gadget-about-client h3 {
    position: relative;
    width: 100%;
    text-align: left;
}
#ap-gadget-about-client h3 .ap-datetime {
    display: inline;
    width: auto;
}
#ap-gadget-about-data dt {
    width: 160px;
}
#ap-gadget-about-data dd {
    float: none;
    width: 100%;
}
#ap-gadget-about-data dd br {
    display: none;
}
#ap-gadget-about-data dd br+span:before,
#ap-gadget-about-data dd br+a:before {
    display: inline;
    content: ", ";
    width: auto;
}
#ap-gadget-about-data dd br+a:before {
    margin: 0 0 0 -2px;
}

}


@media screen and (max-width: 480px) {

.ap-container {
    padding: 0 10px;
}
.ap-container.ap-child {
    padding: 0;
}
.ap-service-item .ap-item-header {
    float: none;
    margin: 0 0 10px 0;
}
.ap-gadget-service .ap-column-1-3,
.ap-gadget-service .ap-column-2-3,
.ap-gadget-service .ap-column-3-3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
#ap-gadget-about-data dt {
    float: none;
    width: 100%;
}
#ap-gadget-about-data dd {
    width: 100%;
    border: 0;
}
.ap-member-modal .ap-modal-inner {
    padding: 12px 16px;
}
.ap-thickbox-close-top,
.ap-thickbox-close-bottom {
    top: 6px;
    right: 8px;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-position: -288px -282px;
    background-size: 300px 300px;
}
.ap-member-modal .ap-modal-header .ap-thumbnail {
    margin: 0 10px 0 0;
}
.ap-member-modal .ap-thickbox-prev {
    left: -10px;
}
.ap-member-modal .ap-thickbox-next {
    right: -10px;
}

}