@charset "utf-8";
/*
Theme Name: mocad6
Author: mocaD
Author URI: http://moca-d.com/

*/

body {
    color: #333;
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    background: url(images/bg.png) ;
    margin: 0 auto;
    text-align:left;
}
img#wpstats {
	display:none;
}

/*--- Link&Element ---*/


a:link { 
    color: #0051e2;
    text-decoration: none;
}
a:visited { 
    color: #0051e2;
    text-decoration: none;
}
a:hover {
    color: #666;
    text-decoration: none;
}
strong { 
    color: #322926;
}
p {
    margin: 10px 0;
    padding: 0;
}
p img {
    padding: 0;
    max-width: 100%;
}
blockquote {
    margin: 1em 40px 1em 10px;
    padding: 15px 25px;
    color: #444;
    border: 1px solid #ddd;
}
pre {
    padding: 10px 20px;
    border-left: 6px solid #ddd;
    background-color: #f7f7f7;
    overflow: auto;
    width: 90%;
    _width: 95%; /* for IE6 */
}
ul, ol {
    margin: 1em 20px;
    padding: 0;
    list-style-position: outside;
}
ul ul, ul ol, ul ol, ol ol { margin: 0.3em 0 0.3em 15px }
ul.designlist {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.designlist li {
    margin: 0px 15px 0 0;
    padding: 0 0 0 8px;
    background: url(images/designlist.gif) left center no-repeat;
    list-style: none;
}


h1 {
    font-size: 16px;
    color: #4f4438;
    margin: 15px 0 15px 0;
    padding: 10px 0 5px 0px;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    color: #111;
    margin: 0 30px 30px 0px;
    padding: 0px 10px 20px 0;
    border-bottom: 1px solid #999;
    font-family: 'Quicksand', sans-serif;
}
h3 {
    font-size: 14px;
    color: #b2c1c6;
    margin: 20px 30px 15px 0;
    padding: 0px 10px 0px 0;
}
h4 {
    font-size: 14px;
    color: #282100;
    margin: 5px 30px 15px 0;
    padding: 2px 10px 2px 10px;
    border-bottom: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
}
h5 {
    font-size: 14px;
    color: #111;
    margin: 5px 30px 15px 0;
    padding: 2px 10px 2px 0;
}
h6 {
    font-size: 12px;
    margin: 5px 30px 5px 0;
    padding: 0;
    color: #666;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}
.kugiri {
    clear: both;
    width: 640px;
    height: 5px;
    text-indent: -9988px;
    background: url(images/kugiri.jpg) no-repeat;
    margin: 0;
}
.cleaner {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}
.clear {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}
.font11 {
    font-size: 11px;
    padding: 8px;
}

.box1 {
	padding: 15px;
	margin-right: 20px;
	border: 1px solid #ddd;
	background: #fafafa;
	
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix { display: inline-block; }
/* MacIE */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }




/*--- Images ---*/


img {
    border: none;
    margin: 0;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 0px;
    margin: 5px 30px 10px 0;
    display: inline;
}
.alignright { float: right }
.alignleft { float: left }




/*--- form ---*/


form {
    margin: 0;
    padding: 10px;
}
fieldset {
    padding: 3px;
    border: none;
}
legend {
    padding: 0 10px;
    background-color: #fff;
}
input, textarea {
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    font-size: 90%;
    background-color: #fff;
}
input:hover, textarea:hover { border-color: #666 }
a:focus, textarea:focus, input:focus { outline: none }
textarea { padding: 3px 10px }

input {
	-webkit-box-shadow: 0px 0px 3px -2px #666;
	-moz-box-shadow: 0px 0px 3px -2px #666;
	box-shadow: 0px 0px 3px -2px #666;
}
input.submit {
    padding: 5px 25px;
    font-size: 100%;
    border: none;
}
input.submit:hover { border: none }
input.radio {
    border: none;
    background-color: transparent;
    background-image: none;
}
.wpcf7-submit {
    padding: 5px 25px;
    font-size: 100%;
}


/*--- Design Table   [ class="design" ]  ---*/

table.design {
    width: 99%;
    border-top: 1px dotted #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    color: #000;
    font-size: 12px;
    margin: 5px auto;
}
.design th {
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    color: #222;
    padding: 8px 5px 8px 15px;
    text-align: left;
    background: #f7f7f7;
}
.design td {
    border-bottom: 1px dotted #ccc;
    padding: 8px 15px;
}




/* header */

#header_wrapper {
    width: 100%;
    height: 150px;
    margin: 0;

}
#header {
    width: 100%;
    height: 150px;
    margin: 0;
    position: relative;
}
#site_title {
    position: absolute;
    top: 50px;
    left: 30px;
    padding: 0;
    text-align: left;
}
.description {
    text-align: right;
    margin: 0 25px 0 0;
    padding: 10px 0 0 0;
    color: #666;
}
h1.top {
    position: absolute;
    color: #bbb;
    left: 320px;
    top: 90px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    font-family: 'Century Gothic','Quicksand', sans-serif;
}
.hrighttop {
    float: right;
    position: absolute;
    right: 20px;
    top: 0px;
    margin: 0;
    padding: 0 8px;
    font-family: 'PT Mono', serif;
    color: #999;
    font-weight: bold;
}

.hrighttop a {
    color: #333;
    text-decoration: none;
}
.hrighttop a:hover {
    color: #fff;
}



/* main */


#content {
    width: 100%;
    margin: 0;
    padding: 0 0 30px 0;
}
div.textBody {
    margin: 5px 50px;
    padding: 0px 50px 50px 50px;
}
.two_column {
    margin-left: 250px;
    padding: 30px 0 0 0;
}
.box {
    float: left;
    width: 240px;
    height: 240px;
    font-size: 13px;
    margin: 5px 30px 20px 0;
    padding: 0;
    position: relative;
    display: block;
}
.box2 {
    float: left;
    width: 240px;
    height: 240px;
    margin: 5px 30px 20px 0;
    padding: 0;
    position: relative;
}
.box3 {
    float: left;
    width: 510px;
    height: 240px;
    margin: 5px 30px 20px 0;
    padding: 0;
    position: relative;
}
.box p{
    display: none;
}
.box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 150px; /* Safari、Google Chrome */
    -moz-border-radius: 150px; /* Firefox */
    border-radius:  150px; /* css3 */
}

.box span.works {
    position: relative;
    top: 0;
    left: 0;
    background: #0060b7;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    font-family: 'Century Gothic','Quicksand', sans-serif;
    z-index: 2;
}
.box span.news {
    position: relative;
    top: 0;
    left: 0;
    background: #d90301;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    font-family: 'Century Gothic','Quicksand', sans-serif;
    z-index: 2;
}
.box span.memo {
    position: relative;
    top: 0;
    left: 0;
    background: #ffcc00;
    color: #222;
    padding: 2px 5px;
    font-size: 10px;
    font-family: 'Quicksand', sans-serif;
    z-index: 2;
}
.box span.memotitle {
    position: absolute;
    width: 170px;
    top: 50px;
    left: 30px;
    background: #ffcc00;
    color: #222;
    padding: 2px 5px;
    font-size: 10px;
    z-index: 3;
    line-height: 16px;
    display: block;
}
.box span.newstitle {
    position: absolute;
    width: 160px;
    top: 50px;
    left: 30px;
    background: #e00b87;
    color: #fff;
    padding: 2px 10px;
    font-size: 10px;
    z-index: 3;
    line-height: 16px;
    display: block;
}
.box a {
    color: #222;
    text-decoration: none;
}
.box a:hover {
    color: #555;
    text-decoration: none;
}
.box span.newstitle a {
    color: #fff;
}
.column_bg {
    display: block;
    margin: 0;
    padding: 0px 0 0 50px;
}
.itiran a {
    float: right;
    color: #fff;
    text-decoration: none;
    background: #5b5644;
    padding: 1px 5px;
    font-size: 11px;
}

p.topicPath {
    margin: -50px 0 0 0;
    padding: 0px 0 0px 20px;
    font-size: 85%;
    text-align: left;
}
p.topicPath span.current {
    padding: 1px 5px;
    border-bottom: 1px dashed #ddd;
    color: #000;
}
p.topicPath a { text-decoration: none }

.cat_title {
	padding: 12px 0;
	border-bottom: 1px dotted #ddd;
}
.cat_title  {
	text-decolation: none;
}
span.datet {
	margin: 0 30px 0 0;
        font-family: 'Century Gothic', sans-serif;
	color: #999;
}



/* page */

.t_ser {
    background: url(images/pageimg/s01.gif) no-repeat;
    width: 321px;
    height: 71px;
    text-indent: -9987px;
}
.t_ser01 {
    background: url(images/pageimg/s02.gif) no-repeat;
    width: 278px;
    height: 59px;
    text-indent: -9987px;
    margin-top: 20px;
}
.t_ser02 {
    background: url(images/pageimg/s03.gif) no-repeat;
    width: 125px;
    height: 36px;
    text-indent: -9987px;
    margin-top: 40px;
}
.t_ser03 {
    background: url(images/pageimg/s04.gif) no-repeat;
    width: 112px;
    height: 36px;
    text-indent: -9987px;
    margin-top: 40px;
}
.t_wor {
    background: url(images/pageimg/w01.gif) no-repeat;
    width: 323px;
    height: 47px;
    text-indent: -9987px;
    margin-bottom: 30px;
}
.t_cos {
    background: url(images/pageimg/c01.gif) no-repeat;
    width: 268px;
    height: 40px;
    text-indent: -9987px;
    margin-bottom: 30px;
}
.t_con {
    background: url(images/pageimg/con01.gif) no-repeat;
    width: 415px;
    height: 40px;
    text-indent: -9987px;
    margin-bottom: 30px;
}
.t_flo {
    background: url(images/pageimg/f01.gif) no-repeat;
    width: 346px;
    height: 46px;
    text-indent: -9987px;
    margin-bottom: 30px;
}
.flow_bg {
    background: url(images/pageimg/f02.gif) no-repeat;
    width: 530px;
    height: 1148px;
    position: relative;
}
.flow01 {
    position: absolute;
    top: 50px;
    left: 180px;
}
.flow02 {
    position: absolute;
    top: 240px;
    left: 180px;
}
.flow03 {
    position: absolute;
    top: 435px;
    left: 180px;
}
.flow04 {
    position: absolute;
    top: 630px;
    left: 180px;
}
.flow05 {
    position: absolute;
    top: 820px;
    left: 180px;
}
.flow06 {
    position: absolute;
    top: 1020px;
    left: 180px;
}





/* sidebar */


#utilities {
    width: 240px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
}

.side_bg {
    margin: 20px 0 0 0;
    padding: 20px 20px 20px 25px;
    font-size: 11px;
    background: #f7f7f7;
    line-height: 18px;
}
img.alignleft2 {
    float: left;
    padding: 0px;
    margin: 5px 10px 5px 0;
    display: inline;
}

#utilities ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
#utilities ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
        width: 240px;
}
#utilities ul li a{
	padding: 13px 10px 13px 50px;
	display: block;
	color: #111;
	text-decoration: none;
	background: url(images/sidenav_li_a.gif) no-repeat 215px 21px;
	font-family: 'Century Gothic','Quicksand', sans-serif;
	border-bottom: 1px dotted #999;
	font-size: 12px;
        font-weight: 400;
}
#utilities ul li a:hover {
	background-color: #333;
        color: #fff;
}






/* footer */


footer {
    clear: both;
    width: 100%;
    margin: 0;
}
#pagetop a {
    display: block;
    width: 100px;
    float: right;
    margin-right: 50px;
    font-family: 'Century Gothic','Quicksand', sans-serif;
    text-decoration: none;
    color: #333;
}
#footer {
    padding: 0 0 10px 0;
    margin: 0;
    text-align: left;
    font-size: 11px;
}
#footer li {
    margin: 0px 15px 0px 0;
    padding: 2px 0 1px 10px;
    background: url(images/footer_list_icon.gif) center left no-repeat;
}
#footer li a {
    color: #333;
    text-decoration: none;
}
#footer li a:hover { color: #666 }
#footer ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 5px 0 0 0;
}

#copyright {
    padding: 5px 0 30px 50px;
    color: #333;
    font-family: 'Century Gothic','Quicksand', sans-serif;
}
#copyright a {
    color: #333;
    text-decoration: none;
    font-size: 11px;
}
#copyright a:hover { color: #777 }
.copy_list {
    text-align: right;
    margin: 0 10px 0 0;
}
.copy_list ul { margin: 0 20px 10px 0 }
.copy_list li {
    display: inline;
    color: #333;
    text-decoration: none;
    padding: 0 0 0 8px;
    margin: 0 15px 0 0;
    background: url(images/header_list_icon.gif) left center no-repeat;
    font-size: 10px;
    font-family: 'Quicksand', sans-serif;
}
/* end of footer */

.clear { clear: both }



.adipoli-wrapper
{
    margin:auto;
    position:relative;
    display: inline-block;
}
.adipoli-wrapper>img
{
    position: absolute;
    z-index: 1;
}
.adipoli-before
{
    position: absolute;
    z-index: 5;
}
.adipoli-after
{
    position: absolute;
    z-index: 10;
}
.adipoli-slice {
    display:block;
    position:absolute;
    z-index:15;
    height:100%;
}
.adipoli-box
{
    display:block;
    position:absolute;
    z-index:15;
}
