@charset "utf-8";
/*----------------------------------------------------
	default
----------------------------------------------------*/
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, var, button,
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;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

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

figure {
  margin-bottom: 15px;
}

figcaption {
  color: #666666;
  font-size: 85%;
}

blockquote, q {
  quotes: none;
}

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

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

p {
  margin-bottom: 1em;
}

ul {
  list-style: none;
}

ol {
  margin-left: 2em;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  * font: x-small;
  * font-size: small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font: 100%;
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  * font-size: 108%;
  font-family: monospace;
  line-height: 100%;
}

img{
	max-width: 100%;
}

/*----------------------------------------------------
	share
----------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  height: 100%;
  background: #fff;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
}

.mod-contents .item h2 {
	margin-bottom: 10px ;
	padding: 5px 0;
}


.mod-contents .item p {
	font-size: 120% !important;
	color: #666;
}

.f1 {
  font-size: 100%;
}

.f2 {
  font-size: 120%;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
}

[data-icon]:before {
  content: attr(data-icon);
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-family: 'icomoon';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.icon-home, .icon-office, .icon-design, .icon-eshop, .icon-graph,  .icon-user, .icon-twitter, .icon-facebook, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-new-tab, .icon-xls, .icon-pdf, .icon-word{
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icomoon';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.icon-home:before {
  content: "\e000";
}

.icon-office:before {
  content: "\e001";
}

.icon-design:before {
  content: "\e003";
}

.icon-eshop:before {
  content: "\e002";
}

.icon-graph:before {
  content: "\e004";
}

.icon-user:before {
  content: "\e005";
}

.icon-twitter:before {
  content: "\e006";
}

.icon-facebook:before {
  content: "\e007";
}

.icon-googleplus:before {
  content: "\e008";
}

.icon-rss:before {
  content: "\e009";
}

.icon-tumblr:before {
  content: "\e00a";
}

.icon-new-tab:before {
  content: "\e00b";
}

.icon-xls:before {
  content: "\e00c";
}

.icon-pdf:before {
  content: "\e00d";
}

.icon-word:before {
  content: "\e00e";
}

* html body {
  background: url(null) fixed;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#page {
  margin: 0 auto;
  max-width: 960px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

/* リンク
----------------------------------------------------*/
a {
  color: #336699;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:link {
  color: #336699;
  text-decoration: none;
}
a:hover {
  color: #af005c;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

.arrow {
  display: inline-block;
  padding-left: 1em;
  background: url(../img/share/icon_arrow.gif) no-repeat left center;
  color: #336699;
  text-decoration: underline;
}

.arrow_t {
  display: block;
  margin-top: 0.5em;
  padding-left: 1em;
  background: url(../img/share/icon_arrow.gif) no-repeat left center;
  color: #336699;
  text-decoration: underline;
}

.arrow_s {
  display: inline-block;
  padding-right: 1em;
  background: url(../img/share/icon_arrow_s.gif) no-repeat right center;
  color: #336699;
  text-decoration: underline;
}

a.link_text {
    text-decoration: underline;
}

/* 汎用
----------------------------------------------------*/
.clearfix, #globalHeader #globalHeaderInner #textSize ul, #globalHeader #globalHeaderInner #headerNav ul, #content #contentInner, #main, #globalFooter #globalFooterInner #footerNav ul, #mainLeft .mod-textImg .box, #mainLeft .mod-topic, #mainLeft .mod-list ul {
  * zoom: 1;
}

.clearfix:after, #globalHeader #globalHeaderInner #textSize ul:after, #globalHeader #globalHeaderInner #headerNav ul:after, #content #contentInner:after, #main:after, #globalFooter #globalFooterInner #footerNav ul:after, #mainLeft .mod-textImg .box:after, #mainLeft .mod-topic:after, #mainLeft .mod-list ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.floatL {
  float: left;
  margin-right: 10px;
}

.floatR {
  float: right;
  margin-left: 10px;
}

.fS {
  font-size: 85%;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.bold {
  font-weight: bold !important;
}

.small {
  color: #666666;
  font-size: 85%;
}

.lastChild {
  margin-bottom: 0 !important;
  border: none !important;
  background: none !important;
}

.top-h2 {
	color: #F00;
	font-size: 1.5em;	
}
/*----------------------------------------------------
	#globalHeader
----------------------------------------------------*/
#globalHeader {
  width: 100%;
}

#globalHeader #globalHeaderInner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 15px;
  max-width: 960px;
  border-top: 4px solid #5c4239;
  border-bottom: 1px solid #cccccc;
  background: #fff;
}

#globalHeader #globalHeaderInner #title #logo a {
  display: block;
  overflow: hidden;
  padding-top: 70px;
  width: 140px;
  height: 0;
  background: url(../img//share/logo.png) no-repeat center top;
  margin: 0 10px;
}

#globalHeader #globalHeaderInner #textSize {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0 3px 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  background: #5c4239;
}

#globalHeader #globalHeaderInner #textSize ul {
  padding-top: 12px;
  width: 75px;
  background: url(../img//share/text_size.gif) no-repeat center top;
}

#globalHeader #globalHeaderInner #textSize ul li {
  * display: inline;
  * zoom: 1;
}

#globalHeader #globalHeaderInner #textSize ul li a {
  display: block;
  overflow: hidden;
}

#globalHeader #globalHeaderInner #textSize ul #textNormal a {
  float: left;
  padding-top: 18px;
  width: 35px;
  height: 0;
  background: url(../img//share/button_text_normal.gif) no-repeat center top;
  margin-right: 5px;
}

#globalHeader #globalHeaderInner #textSize ul #textExpansion a {
  float: left;
  width: 35px;
  height: 0;
  background: url(../img//share/button_text_expansion.gif) no-repeat center top;
  padding-top: 18px;
}

#globalHeader #globalHeaderInner #headerNav {
  position: absolute;
  right: 15px;
  bottom: 0;
}

#globalHeader #globalHeaderInner #headerNav ul li {
  padding: 0.5em 0;
  width: 80px;
  border-bottom: 1px solid #eeeeee;
}

#globalHeader #globalHeaderInner #headerNav ul li a {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  #globalHeaderInner #textSize {
    display: none;
  }
  #globalHeaderInner #headerNav {
    bottom: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  #globalHeaderInner #title #logo a {
    margin-left: 0 !important;
  }
}

/*----------------------------------------------------
	#content
----------------------------------------------------*/
#content {
  width: 100%;
}

#content #contentInner {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  background: #5c4239;
  -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  -ms-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.2);
}

#left {
  float: left;
  padding: 0 1.5625%;
  width: 13.54167%;
}

#left #globalNav {
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 5px;
}

#left #globalNav .lv2s {
  display: block;
  margin: 0;
  padding: 3px 3px 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  text-shadow: 0 1px 1px white;
  -ms-border-radius: 3px;
}

#left #globalNav ul li {
  padding: 10px 0 5px;
  border-bottom: 1px solid #5c4239;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#left #globalNav ul li .icon-home {
  display: block;
  margin: 0 auto 5px;
  padding: 15px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #999;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 2em;
  -ms-border-radius: 3px;
}

#left #globalNav ul li .icon-office {
  display: block;
  margin: 0 auto 5px;
  padding: 15px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #3c6;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 2em;
  -ms-border-radius: 3px;
}

#left #globalNav ul li .icon-eshop {
  display: block;
  margin: 0 auto 5px;
  padding: 15px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #69f;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 2em;
  -ms-border-radius: 3px;
}

#left #globalNav ul li .icon-design {
  display: block;
  margin: 0 auto 5px;
  padding: 15px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fc6;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 2em;
  -ms-border-radius: 3px;
}

#left #globalNav ul li .icon-user {
  display: block;
  margin: 0 auto 5px;
  padding: 15px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f9c;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 2em;
  -ms-border-radius: 3px;
}

#left #globalNav a {
  color: #eeeeee;
}

#main {
  float: right;
  padding-top: 15px;
  width: 83.33333%;
  background: #fff;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}

#main #mainLeft {
  float: left;
  padding: 0 1.875%;
  width: 96.3%;
}

@media screen and (max-width: 800px) {
  #contentInner #left {
    padding: 0 2%;
    width: 96%;
  }
  #contentInner #left #globalNav {
    overflow: hidden;
    border-bottom: 1px solid #444;
    border-bottom: 1px solid #444;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  }
  #contentInner #left #globalNav ul {
    overflow: hidden;
    margin: 0 0 -1px -1px;
  }
  #contentInner #left #globalNav ul li {
    float: left;
    padding: 5px 0;
    width: 16.3%;
    border-bottom: 1px solid #444 !important;
    border-left: 1px solid #444 !important;
    text-align: center;
    cursor: pointer;
  }
  #contentInner #left .mod-banner {
    overflow: hidden;
  }
  #contentInner #left .mod-banner ul {
    margin-left: -15px;
  }
  #contentInner #left .mod-banner ul li {
    float: left;
    margin-left: 15px;
  }
  #contentInner #main {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #contentInner #left #globalNav ul li {
    width: 33%;
  }
  #contentInner #mainLeft {
    float: none;
    width: 96%;
  }
  #contentInner #mainRight {
    float: none;
    padding: 2%;
    width: 96%;
    background: #cdc7b4;
  }
  #contentInner #mainRight #mainRightInner {
    padding: 15px 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -ms-border-radius: 3px;
  }
}

/*----------------------------------------------------
	#globalFooter
----------------------------------------------------*/
#globalFooter {
  width: 100%;
}

#globalFooter #globalFooterInner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 15px;
  max-width: 960px;
  border-top: 1px solid #cccccc;
  background: #fff;
}

#globalFooter #globalFooterInner #footerNav ul {
  margin-bottom: 15px;
  text-align: center;
}

#globalFooter #globalFooterInner #footerNav ul li {
  display: inline-block;
  * display: inline;
  padding: 0 1em;
  * zoom: 1;
}

#globalFooter #globalFooterInner #footerNav ul li a {
  padding-left: 0.8em;
  background: url(../img/share/icon_arrow.gif) no-repeat left center;
}

#globalFooter #globalFooterInner #copyright {
  display: block;
  margin: 0;
  color: gray;
  text-align: center;
  font-size: 85%;
}

@media screen and (max-width: 640px) {
  #globalFooterInner {
    padding: 0 0 15px !important;
  }
  #globalFooterInner #footerNav {
    overflow: hidden;
  }
  #globalFooterInner #footerNav ul {
    margin-left: -1px !important;
    text-align: left !important;
  }
  #globalFooterInner #footerNav ul li {
    float: left;
    padding: 2% !important;
    width: 45.755%;
    border-bottom: 1px solid #cccccc !important;
    border-left: 1px solid #cccccc !important;
  }
  #globalFooterInner #footerNav ul li a {
    display: block;
    padding-right: 1em;
    padding-left: 0 !important;
    background: url(../img/share/icon_arrow_s.gif) no-repeat right center !important;
  }
}

/*----------------------------------------------------
	module
----------------------------------------------------*/
#left .mod-banner {
  overflow: hidden;
  padding-bottom: 15px;
}

#left .mod-banner .lv2s {
  display: block;
  margin: 0;
  padding: 3px 3px 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  text-shadow: 0 1px 1px white;
  -ms-border-radius: 3px;
}

#left .mod-banner ul li {
  display: block;
  margin-bottom: 5px;
}

#left .mod-banner ul li a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 800px) {
  #left .mod-banner {
    overflow: hidden;
  }
  #left .mod-banner ul {
    margin-left: -2% !important;
    width: 100%;
  }
  #left .mod-banner ul li {
    float: left;
    margin-bottom: 0;
    margin-left: 2% !important;
    width: 31.3%;
    text-align: center;
  }
}

.mod-promotion {
  top: -15px;
  margin-bottom: 60px !important;
  background: url(../img/share/loader.gif) center center no-repeat;
}

.mod-promotion ul li {
  * display: inline;
  * zoom: 1;
}

#mainLeft .mod-textImg {
  padding-bottom: 15px;
}

#mainLeft .mod-textImg .lv2 {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0 !important;
  padding-bottom: 8px;
  background: url(../img/share/background_lv2.gif) no-repeat left bottom;
  color: #003366;
  font-weight: bold;
  font-size: 116%;
}

#mainLeft .mod-textImg .lv2 span {
  display: inline-block;
  padding-left: 1em;
  background: url(../img/share/icon_lv2.gif) no-repeat left center;
}

#mainLeft .mod-textImg .lv3 {
  position: relative;
  margin-bottom: 5px !important;
  font-weight: bold;
  font-size: 116%;
}

#mainLeft .mod-textImg .box {
  padding-top: 1em;
  border-bottom: 1px solid #eeeeee;
}

#mainLeft .mod-textImg .box .textArea {
  overflow: hidden;
}

#mainLeft .mod-textImg .box .textArea a {
  display: block;
  color: #333333;
}

#mainLeft .mod-textImg .box .textArea a :hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #mainLeft .mod-textImg figure {
    width: 31.3%;
  }
  #mainLeft .mod-textImg figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

#mainLeft .mod-topic {
  padding-bottom: 30px;
}

#mainLeft .mod-topic .lv2 {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 5px !important;
  padding-bottom: 8px;
  background: url(../img/share/background_lv2.gif) no-repeat left bottom;
  color: #003366;
  font-weight: bold;
  font-size: 116%;
}

#mainLeft .mod-topic .lv2 span {
  display: inline-block;
  padding-left: 1em;
  background: url(../img/share/icon_lv2.gif) no-repeat left center;
}

#mainLeft .mod-topic dl {
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}

#mainLeft .mod-topic dl dt {
  display: block;
  color: #666666;
  font-size: 85%;
}

#mainLeft .mod-topic dl dd span {
  padding: 3px 8px;
  background: #999;
  color: #fff;
  font-size: 80%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#mainLeft .mod-list {
  padding-bottom: 15px;
}

#mainLeft .mod-list .lv2 {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  background: url(../img/share/background_lv2.gif) no-repeat left bottom;
  color: #003366;
  font-weight: bold;
  font-size: 116%;
}

#mainLeft .mod-list .lv2 span {
  display: inline-block;
  padding-left: 1em;
  background: url(../img/share/icon_lv2.gif) no-repeat left center;
}

#mainLeft .mod-list .lv3 {
  position: relative;
  margin-bottom: 5px !important;
  font-weight: bold;
  font-size: 116%;
}

#mainLeft .mod-list ul {
  margin-bottom: 30px;
}

#mainLeft .mod-list ul li {
  float: left;
  padding: 0 2%;
  width: 29%;
  border-right: 1px solid #eeeeee;
}

#mainLeft .mod-list ul li a {
  display: block;
  overflow: hidden;
  color: #333333;
}

#mainLeft .mod-list ul li a :hover {
  text-decoration: none;
}

#mainLeft .mod-list ul li figure {
  margin-bottom: 5px;
}

#mainLeft .mod-list ul li figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 480px) {
  #mainLeft .mod-list ul {
    margin-bottom: 15px;
  }
  #mainLeft .mod-list ul li {
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 0 15px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  #mainLeft .mod-list ul li figure {
    float: left;
    margin-right: 10px;
    width: 31.3%;
  }
}

#mainLeft .mod-panlist ul{
  margin-bottom: 15px;
}

#mainLeft .mod-panlist ul li{
  display: inline;
}

#mainLeft .mod-panlist ul li span{
  padding: 5px 10px;
  background:#996;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#mainLeft .mod-panlist ul li a{
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mod-carousel {
  margin-bottom: 20px;
}

.mod-carousel ul li img {
  border: 2px solid #fff;
}

#mainRight .mod-list {
  overflow: hidden;
  padding-bottom: 15px;
}

#mainRight .mod-list .lv2s {
  display: block;
  margin: 0;
  padding: 3px 3px 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  text-shadow: 0 1px 1px white;
  -ms-border-radius: 3px;
}

#mainRight .mod-list ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eeeeee;
}

#mainRight .mod-list ul li a {
  display: block;
}

#mainRight .mod-list ul li a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#mainRight .mod-list ul #csrNav01 {
  background: url(../img/share/icon_csr_01.gif) no-repeat left center;
}

#mainRight .mod-list ul #csrNav01 a {
  padding-left: 2em;
}

#mainRight .mod-list ul #csrNav02 {
  background: url(../img/share/icon_csr_02.gif) no-repeat left center;
}

#mainRight .mod-list ul #csrNav02 a {
  padding-left: 2em;
}

#mainRight .mod-list ul #csrNav03 {
  background: url(../img/share/icon_csr_03.gif) no-repeat left center;
}

#mainRight .mod-list ul #csrNav03 a {
  padding-left: 2em;
}

#mainRight .mod-list ul #csrNav04 {
  background: url(../img/share/icon_csr_04.gif) no-repeat left center;
}

#mainRight .mod-list ul #csrNav04 a {
  padding-left: 2em;
}

#mainRight .mod-list ul #csrNav05 {
  background: url(../img/share/icon_csr_05.gif) no-repeat left center;
}

#mainRight .mod-list ul #csrNav05 a {
  padding-left: 2em;
}

#mainRight .mod-list ul #csrNav06 {
  background: url(../img/share/icon_csr_06.gif) no-repeat left center;
}

#mainRight .mod-list ul #csrNav06 a {
  padding-left: 2em;
}

#mainRight .mod-list ul #csrNav07 {
  background: url(../img/share/icon_csr_07.gif) no-repeat left center !important;
}

#mainRight .mod-list ul #csrNav07 a {
  padding-left: 2em;
}

@media screen and (max-width: 640px) {
  #mainRight .mod-list {
    overflow: hidden;
  }
  #mainRight .mod-list ul {
    margin-left: -2%;
  }
  #mainRight .mod-list ul li {
    float: left;
    margin-left: 2%;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  #mainRight .mod-list ul {
    margin-left: 0;
  }
  #mainRight .mod-list ul li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

#mainRight .mod-listImg {
  overflow: hidden;
  padding-bottom: 15px;
}

#mainRight .mod-listImg .lv2s {
  display: block;
  margin: 0;
  padding: 3px 3px 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  text-shadow: 0 1px 1px white;
  -ms-border-radius: 3px;
}

#mainRight .mod-listImg ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eeeeee;
}

#mainRight .mod-listImg ul li a {
  display: block;
  color: #333333;
  font-size: 85%;
}

@media screen and (max-width: 640px) {
  #mainRight .mod-listImg {
    overflow: hidden;
  }
  #mainRight .mod-listImg ul {
    margin-left: -2%;
    font-size: 116%;
  }
  #mainRight .mod-listImg ul li {
    float: left;
    margin-left: 2%;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  #mainRight .mod-listImg ul {
    margin-left: none;
  }
  #mainRight .mod-listImg ul li {
    float: left;
    margin-left: 2%;
    width: 98%;
  }
}

#mainRight .mod-banner {
  overflow: hidden;
  padding-bottom: 15px;
}

#mainRight .mod-banner .lv2s {
  display: block;
  margin: 0;
  padding: 3px 3px 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  text-shadow: 0 1px 1px white;
  -ms-border-radius: 3px;
  margin-bottom: 10px;
}

#mainRight .mod-banner ul li {
  display: block;
  margin-bottom: 5px;
}

#mainRight .mod-banner ul li a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 640px) {
  #mainRight .mod-banner {
    overflow: hidden;
  }
  #mainRight .mod-banner ul {
    margin-left: -2% !important;
    width: 100%;
  }
  #mainRight .mod-banner ul li {
    float: left;
    margin-bottom: 0;
    margin-left: 2% !important;
    width: 31.3%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #mainRight .mod-banner ul li {
    padding-bottom: 0;
  }
}

/*------------------------------------*/
.mod-contents iframe{
  background: url(../img/share/loader.gif) center center no-repeat;
}

.mod-contents h2{
  clear: both;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #003366;	
  font-size: 116%;
  background: url(../img/share/background_lv2.gif) no-repeat left bottom;
}
.mod-contents h2 span{
  display: inline-block;
  padding-left: 1em;
  background: url(../img/share/icon_lv2.gif) no-repeat left center; 
}

.mod-contents table {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccc;
}

.mod-contents table th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px 0;
}

.mod-contents table th:last-child {
  border-right: 1px solid #ccc;
}

.mod-contents table tr td {
  padding: 8px 15px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mod-contents table tr td:last-child {
  border-right: 1px solid #ccc;
}

.mod-contents table tr:nth-child(2n) {
  background: #fffaf0;
}

.mod-contents p.telbox,#contact-tel p.telbox{
  clear: both;
  font-size: 2.0em;
  padding: 5px 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  text-align: center;
}

.mod-contents p.telbox span, #contact-tel p.telbox span{
  margin-right: 0.5em;
  font-size: 50%;
  color: #999;
}

/*privacy*/
.mod-contents.privacy p{
  margin-top: 10px;
  font-size:116%;
  line-height: 150%;	
}

.mod-contents.privacy h2{
  margin-top:40px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #888;
  font-size:120%;
  line-height: 150%;
  background-image: none;
}

.mod-contents.privacy ul li{
  margin-left:2.0em;
  list-style: circle;
}

/*contact*/


.mod-contents #form table tr:nth-child(2n) {
  background: #fff;
}

#form th span{
  margin-left: 0.5em;
  padding: 3px 8px;
  background: #f32;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 80%;
}

#form td span{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 20px;
  background: #f63;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;	
  font-size:　130％;
}

#form td.exp{
  font-size: 80%;
  color: #777;	
  background: #eee;
}

@media screen and (max-width: 480px) {
  #form td {
    border-right: 1px solid #ccc;	
  }
  #form td.exp {
   display: none;
  }
}

#form input,#form textarea{
  width: 60%;
  padding: 5px 10px;
  border: 1px solid #999;
   -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#form ul li input{
  margin-bottom: 10px;
  width: auto;
  display: inline-block;	
}

#form textarea{
  vertical-align: top;
  width: 94%;
  padding: 5px 10px;
}

#form button {
  display: block;
  margin: 0 auto;
  padding: 5px 20%;
  color: #fff;
  background: #28f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5em;
  text-shadow: 0 -1px 1px #2d4299, -1px 0 1px #2d4299, 1px 0 1px #aaa;  
  -webkit-box-shadow: 1px 1px 2px #2d4299;  
  -moz-box-shadow: 1px 1px 2px #2d4299;  
}

#form button:hover {
  cursor: pointer;
  background: #3c96ff;
}

#form button:active {
  cursor: pointer;
  background: #06c;
  position: relative;
  top: 2px;
  color: #8388ae;
}

#form button.back {
  float:left;
  margin: 0 20px 0 0;
  padding: 5px 3%;
  background: #f93;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5em;
  text-shadow: 0 -1px 1px #c63, -1px 0 1px #c63, 1px 0 1px #aaa;  
  -webkit-box-shadow: 1px 1px 2px #c63;  
  -moz-box-shadow: 1px 1px 2px #c63;
  box-shadow: 1px 1px 2px #c63;  
}

#form button.back:hover {
  cursor: pointer;
  background: #fc6;
}

#form button.back:active {
  cursor: pointer;
  background: #f63;
  position: relative;
  top: 2px;
  color: #c63;
}

#form button.commit{
  padding: 5px 15%;
  margin: 0;
}

#form #ButtonBox {
  width:220px;
  margin: 0 auto;
}

#contact-tel{
  clear: both;
  margin: 30px 0;	
}
#contact-tel .telbox{
  margin: 10px 0;	
}

.contact-head{
  margin-bottom: 20px;
  font-size: 150%;
  color: #036;
}

#complete{
  margin-top:30px;
}

#complete p{
  line-height: 2em;
}

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

.mod-DesignBox{
  float: left;
  margin: 10px 1%;
  padding: 10px 10px 0;
  width: 44.5%;
  min-height: 298px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.mod-DesignBoxHead{
  margin: 10px 1%;
  padding: 10px;
  width:93.5%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.mod-DesignBox2{
  float: left;
  margin: 10px 1%;
  padding: 10px 10px 0;
  width: 44.5%;
}

.mod-DesignBox h2, .mod-DesignBox2 h2, .mod-DesignBoxHead h2{
  margin: 0;
  padding: 0 0 5px;;
  background-image: none;	
}

@media screen and (max-width: 480px) {
.mod-DesignBox{
  width: 93.5%;
  height: 100%;
  }

.mod-DesignBox2{
  width: 93.5%;
}

#rakutenBox p{
 width: 100%;
}

}

p.telbox a{
  font-size: 80%;	
}


/*e-shop-----------------------------*/
p.mainText{
  margin-bottom: 50px;
  color: #666;
  font-size: 120%;
  line-height: 180%;
}

#shop-nav{
  display: block;
  margin-bottom: 150px;
}

#shop-nav ul li.nav-left{
  float: left;
  width: 49%;	
  text-align: center;
}

#shop-nav ul li.nav-right{
  float: right;
  width: 49%;	
  text-align: center;
}

#shop-nav a{
  display: block;
  height: 80px;
  line-height: 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #fff;
  font-size: 200%
}

#shop-nav a.sale{
  background: #06c;
}

#shop-nav a.maker{
  background: #090;
}

#sale{
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#maker{
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#maker ul li{
  margin-left: 2.0em;
  list-style: circle;
}

#rakutenBox{
  overflow : hidden;
  margin: 10px;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#rakutenBox p{
  float: left;
  width: 49%;
}

@media screen and (max-width: 480px) {
#rakutenBox{
  height: 100%;
}

#rakutenBox p{
  float: none;
  width: 100%;
}
}

/* pageTop -----------------------------*/
#pageTop{
  z-index: 10;
  width: 40px;
  height: 40px;
  background:url(../img/share/toparrow.png);
  position:fixed;
  bottom:20px;
  right:20px;
  text-indent: -9999px;
  opacity: 1;
}
#pageTop:hover{
  opacity: 0.5;
}

@media screen and (max-width: 480px) {
#pageTop{
  display: none;	
}
}

/* Blog -----------------------------*/

/*Tattention*/
.Tattention p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #F00;
	border: solid 1px #F00;
	padding: 5px;
	margin: 10px 0;
	font-size: 1.3em;
}

/* Works -----------------------------*/
.works_detail {
    width: 330px;
    margin: 10px auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 6px #888;
    border-radius: 5px;
}

.works_detail dt, .works_detail dd {
    display: inline-block;
    vertical-align: middle;
}

.works_detail dt {
    padding-right: 10px;
}

.works_detail dd {
    padding-left: 10px;
    border-left: 1px solid #ccc;;
}


/* map -----------------------------*/
#map_canvas {
    width: 770px;
    height: 400px;
}