@charset "UTF-8";
/* ////////////////////////////////////////////////// 変数 */
header #main-visual {
  padding-left: 10px;
  padding-right: 10px;
}

/* ////////////////////////////////////////////////// mixin */
header #main-visual, nav#gnav .inner, nav#gnav ul, #content, footer .inner, footer .inner .fnav ul, .group-hdg-02, .lyt-img-01, .lyt-column, .lyt-column .col, .list-img-01 {
  zoom: 1;
}
header #main-visual:after, nav#gnav .inner:after, nav#gnav ul:after, #content:after, footer .inner:after, footer .inner .fnav ul:after, .group-hdg-02:after, .lyt-img-01:after, .lyt-column:after, .lyt-column .col:after, .list-img-01:after {
  content: "";
  display: block;
  clear: both;
}

/*
@mixin box-shadow($hz:10px,$vl:10px,$bl:10px,$sp:10px,$color:#ddd) {
	box-shadow:$hz $vl $bl $sp $color;
	-webkit-box-shadow:$hz $vl $bl $sp $color;
	-moz-box-shadow:$hz $vl $bl $sp $color;
}
*/
nav#gnav ul li.gnav-profile a:hover, #profile nav#gnav ul li.gnav-profile a {
  background-image: url(/common/images/gnav-profile_on.png);
}

nav#gnav ul li.gnav-work a:hover, #work nav#gnav ul li.gnav-work a {
  background-image: url(/common/images/gnav-work_on.png);
}

nav#gnav ul li.gnav-blog a:hover, #blog nav#gnav ul li.gnav-blog a {
  background-image: url(/common/images/gnav-blog_on.png);
}

nav#gnav ul li.gnav-contact a:hover, #contact nav#gnav ul li.gnav-contact a {
  background-image: url(/common/images/gnav-contact_on.png);
}

nav#gnav ul li a:hover, #profile nav#gnav ul li.gnav-profile a, #work nav#gnav ul li.gnav-work a, #blog nav#gnav ul li.gnav-blog a, #contact nav#gnav ul li.gnav-contact a {
  margin-top: -55px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
nav#gnav ul li a:hover img, #profile nav#gnav ul li.gnav-profile a img, #work nav#gnav ul li.gnav-work a img, #blog nav#gnav ul li.gnav-blog a img, #contact nav#gnav ul li.gnav-contact a img {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* ////////////////////////////////////////////////// function */
/* font-size */
/* /////////////////////////////////////////////////////////////////////////// Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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-size: 100.01%;
  line-height: 1.5;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input,
textarea {
  padding: 5px;
}

button {
  border: none;
  padding: 0;
}

/* /////////////////////////////////////////////////////////////////////////// Commomn */
/* ----------------------------------------------------- Font Family */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

/* Opera 9 */
body {
  font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}

/* IE 7 */
*:first-child + html body {
  font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}

/* IE 6 or sooner*/
* html body {
  font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}

/* ----------------------------------------------------- Font Size */
body {
  font-size: 75%;
  color: #333;
}

/* IE 6 or sooner*/
* html body {
  font-size: 75%;
}

table {
  font-size: inherit;
}

/* ----------------------------------------------------- Link */
a:link {
  color: #333333;
  text-decoration: none;
}
a:hover, a:active {
  color: #333333;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}
a:visited {
  color: #999999;
}

/* /////////////////////////////////////////////////////////////////////////// Layout */
header {
  padding: 40px 0 0;
}
header #main-visual {
  width: 960px;
  margin: 0 auto;
}

nav#gnav {
  background: url(/common/images/line-common-01.png) repeat-x 50% 0;
  margin-top: 70px;
}
nav#gnav .gnav-inner {
  background: url(/common/images/line-common-01.png) repeat-x 50% 100%;
}
nav#gnav .inner {
  width: 960px;
  margin: 0 auto;
}
nav#gnav ul {
  float: left;
}
nav#gnav ul li {
  float: left;
  height: 60px;
  margin-right: 10px;
}
nav#gnav ul li a {
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  margin-top: -40px;
  background: none;
}
nav#gnav #socialbuttons {
  float: right;
  margin-top: 20px;
}
nav#gnav #socialbuttons div {
  float: left;
  margin: 0 -38px 0 0;
}

#container {
  background: url(/common/images/bg-common-01.png) repeat-y 50% 0;
}

#content {
  width: 960px;
  margin: 30px auto 0;
}
#content #main {
  width: 710px;
  float: left;
}
#content #side {
  width: 230px;
  float: right;
}

.pagetop {
  width: 960px;
  margin: 50px auto 2px;
}
.pagetop p {
  text-align: right;
}

footer {
  background: url(/common/images/line-common-01.png) repeat-x 50% 0;
  padding: 18px 0 30px;
}
footer .inner {
  width: 960px;
  margin: 0 auto;
}
footer .inner .fnav {
  float: left;
  font-weight: bold;
}
footer .inner .fnav ul {
  border-left: 2px solid #333333;
}
footer .inner .fnav ul li {
  float: left;
  padding: 0 10px;
  border-right: 2px solid #333333;
  line-height: 1.0;
}
footer .inner .copyright {
  float: right;
  font-weight: bold;
 text-align: right;
}

/* /////////////////////////////////////////////////////////////////////////// Module */
/* ----------------------------------------------------- Headline */
.hdg-h1-01 {
  margin-bottom: 50px;
}

.hdg-h2-01 {
  margin-bottom: 20px;
}

.hdg-h3-01 {
  margin-bottom: 10px;
  background: #f6f6f6;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  font-weight: bold;
  padding: 10px;
  font-size: 116.66667%;
}

.group-hdg-01 {
  background: url(/common/images/line-common-01.png) repeat-x 0 100%;
  padding-bottom: 20px;
}
#work #client .group-hdg-01, #work #original .group-hdg-01, #profile .group-hdg-01 {
  margin-bottom: 40px;
}
#work #client .group-hdg-01 .hdg-h2-01, #work #original .group-hdg-01 .hdg-h2-01, #profile .group-hdg-01 .hdg-h2-01 {
  position: relative;
}
#blog .group-hdg-01 {
  margin-bottom: 10px;
}
.group-hdg-01 .hdg-h2-01 {
  background: url(/common/images/line-common-01.png) repeat-x 0 0;
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 166.66667%;
}
.group-hdg-01 .icon {
  position: absolute;
  top: -65px;
  left: 0;
}
.group-hdg-01 .icon #client {
  height: 85px;
}

.group-hdg-02 {
  background: url(/common/images/line-common-02.png) no-repeat 0 100%;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.group-hdg-02 .hdg-h2-01 {
  float: left;
  margin-bottom: 0;
}
.group-hdg-02 ul {
  float: right;
}
.group-hdg-02 ul li {
  display: inline;
  float: left;
  margin-left: 5px;
}

/* ----------------------------------------------------- image */
.lyt-img-01 .text {
  overflow: hidden;
}
.lyt-img-01.img-left .image {
  float: left;
}
.lyt-img-01.img-right .image {
  float: right;
}
.work-list .lyt-img-01 .image {
  display: block;
  float: left;
  width: 170px;
  height: 170px;
  overflow: hidden;
  margin-right: 10px;
}
.work-list .lyt-img-01 .image img {
  width: 300px;
  height: auto;
}
.work-list .lyt-img-01 strong, .work-list .lyt-img-01 span {
  display: block;
  overflow: hidden;
}
.work-list .lyt-img-01 a strong {
  padding-left: 8px;
  background: url("/common/images/icon-arrow-01.png") no-repeat 0 0.5em;
  font-size: 116.66667%;
  margin-bottom: 10px;
}

/* ----------------------------------------------------- box */
.work-detail {
  margin-top: 40px;
}

#profile .lyt-box-01, #contact .lyt-box-01 {
  padding: 30px 0 0;
}
#profile .lyt-box-01 .image, #contact .lyt-box-01 .image {
  text-align: center;
  margin-bottom: 40px;
}
#profile .lyt-box-01 .image img, #contact .lyt-box-01 .image img {
  width: 280px;
  height: auto;
  margin: 0 auto;
}
#profile .lyt-box-01 .text, #contact .lyt-box-01 .text {
  width: 500px;
  margin: 0 auto;
}
#profile .lyt-box-01 .text p, #contact .lyt-box-01 .text p {
  margin-bottom: 20px;
}
.work-detail .lyt-box-01 {
  padding-bottom: 50px;
}
.work-detail .lyt-box-01 .image {
  text-align: center;
  margin-bottom: 40px;
}
.work-detail .lyt-box-01 .image img {
  width: 500px;
  margin: 0 auto;
}
.work-detail .lyt-box-01 .text {
  width: 500px;
  margin: 0 auto;
}
.work-detail .lyt-box-01 .text p {
  margin-bottom: 20px;
}

.lyt-box-02 {
  margin-bottom: 30px;
}

.lyt-column {
  margin-right: -20px;
}
.lyt-column .col {
  float: left;
  margin: 0 20px 20px 0;
}
.lyt-column.column2 .col {
  width: 345px;
}

.box-01 {
  padding: 10px;
}
.box-01.side-profile {
  background: url(/common/images/bg-common-02.png) repeat 0 0;
}
.box-01.side-profile .image {
  padding: 5px 5px 20px;
}
.box-01.side-profile .image img {
  width: 200px;
  height: auto;
}

#contact .box-02 {
  background: #cccccc url(/common/images/bg-contact-02.png) no-repeat 50% 0;
  box-sizing: border-box;
  width: 542px;
  height: 112px;
  padding: 40px 0;
  margin: 30px auto;
}
#contact .box-02 ul li {
  margin-bottom: 30px;
  text-align: center;
}
s
#contact .box-02 ul li:last-child {
  margin-bottom: 30px;
}

.box-03 {
  padding: 10px;
  border: 1px dotted #999;
}

/* ----------------------------------------------------- List */
.list-timeline-01 li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 3px;
}
.list-timeline-01 li:first-child {
  padding-top: 0;
}
.list-timeline-01 li time {
  display: block;
}
.list-timeline-01 li p a {
  color: #333333;
  background: url(/common/images/icon-arrow-01.png) no-repeat 0 0.5em;
  padding-left: 10px;
  display: block;
}
.list-timeline-01 li p a:hover {
  text-decoration: underline;
}

.list-type-01 em, .list-type-01 span {
  display: block;
}
.list-type-01 em {
  width: 5em;
  float: left;
  font-style: normal;
}
.list-type-01 span {
  overflow: hidden;
}
.list-type-01 span:before {
  content: ":";
  margin-right: 10px;
}
.list-type-01.contact-list li {
  font-size: 142.85714%;
  margin-bottom: 20px;
}
.list-type-01.contact-list li:last-child {
  margin-bottom: 0;
}
.list-type-01.contact-list li em {
  width: 4em;
}
.list-type-01.contact-list li span:before {
  margin-right: 20px;
}

.list-img-01 {
  text-align: center;
  margin-bottom: 20px;
}
.list-img-01 li {
  display: inline;
  text-align: center;
  margin: 0 5px;
}

/* ----------------------------------------------------- Button */
.btn-01 {
  text-align: right;
}
.btn-01 a {
  border: 1px solid #d9d9d9;
  font-size: 83.33333%;
  padding: 2px 8px 1px 13px;
  background: white url(/common/images/icon-arrow-01.png) no-repeat 5px 50%;
}

.btn-list01 {
  float: right;
  margin-top: -30px;
}
.btn-list01 a {
  color: #333333;
  font-size: 108.33333%;
  padding: 4px 10px 5px 30px;
  background: #eeeeee url(/common/images/icon-list.png) no-repeat 10px 50%;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  font-weight: bold;
}
.btn-list01 a:hover {
  background-color: #ccc;
  text-decoration: none;
}

.btn-list02 a {
  display: block;
  color: #333333;
  font-size: 108.33333%;
  padding: 10px 0;
  background: #eee;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  text-align: center;
}
.btn-list02 a span {
  background: url(/common/images/icon-list.png) no-repeat 0 50%;
  padding-left: 20px;
  font-weight: bold;
}
.btn-list02 a:hover {
  background-color: #ccc;
  text-decoration: none;
}

.roll a:hover img {
  opacity: 1;
}

/* ----------------------------------------------------- align */
.xLeft {
  text-align: left;
}

.xCenter {
  text-align: center;
}

.xRight {
  text-align: right;
}

.yTop {
  vertical-align: top;
}

.yMiddle {
  vertical-align: middle;
}

.yBottom {
  vertical-align: bottom;
}

/* ----------------------------------------------------- float */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

/* ----------------------------------------------------- table */
.tbl01 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}
.tbl01 th, .tbl01 td {
  padding: 9px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
}
.tbl01 th {
  background: #f6f8ee;
  vertical-align: middle;
}

/* ----------------------------------------------------- form */
.mfp_buttons {
  text-align: center;
  padding: 10px;
}

button.btn-reset,
button.btn-confirm,
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel,
.btn-close input {
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 116.66667%;
  font-weight: bold;
}
button.btn-reset:hover,
button.btn-confirm:hover,
div.mfp_buttons button#mfp_button_send:hover,
div.mfp_buttons button#mfp_button_cancel:hover,
.btn-close input:hover {
  opacity: 0.6;
  filter: alpha(opacity=0.6);
}

button.btn-reset,
button.btn-close input,
button#mfp_button_cancel {
  background: #ccc;
}

button.btn-confirm,
button#mfp_button_send {
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url(/common/images/bg-common-03.png);
}

.btn-close {
  text-align: center;
}

/* ----------------------------------------------------- width */
.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

.w50 {
  width: 50%;
}

.w30 {
  width: 30%;
}

/* ----------------------------------------------------- Text */
#main section > p {
  margin-bottom: 20px;
}

.sText {
  font-size: 85.71429%;
}

.lText {
  font-size: 114.28571%;
}

.xlText {
  font-size: 142.85714%;
}

.attention {
  color: #c00;
}

.idt {
  text-indent: 1em;
}

.note {
  text-indent: -1em;
  margin-left: 1em;
}

.blog-timeline {
  margin-bottom: 30px;
}
.blog-timeline time {
  background: url(/common/images/icon-calendar.png) no-repeat 0 50%;
  padding-left: 18px;
  font-weight: bold;
}

/* ----------------------------------------------------- Margin */
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

/* /////////////////////////////////////////////////////////////////////////// blog */
#blog #main p {
  margin-bottom: 20px;
}

#feed-blog p {
  margin: 0 0 20px;
}

#feed-blog a img {
  display: block;
  margin: 0 auto;
}
