@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
img {
  border: 0;
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
}
hr {
  display: none;
}
body {
  font-size: 62.5%;
}
* {
  outline: 0;
}
/*----------------------------------------------------
	snippet
----------------------------------------------------*/
/*----------------------------------------------------
	float
----------------------------------------------------*/
.float_r {
  float: right;
}
.float_l {
  float: left;
}
/*----------------------------------------------------
	clear
----------------------------------------------------*/
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*----------------------------------------------------
	etc
----------------------------------------------------*/
/*Opera Fix*/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
/*----------------------------------------------------
	html,body
----------------------------------------------------*/
body {
  background: #F7F7F7 url("../images/texture.gif") repeat;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/*----------------------------------------------------
	anchor
----------------------------------------------------*/
a {
  color: #DD0000;
  text-decoration: underline;
}
a:hover {
  color: #DD0000;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*----------------------------------------------------
	#topnavi
----------------------------------------------------*/
#topnavi {
  margin: 0 auto;
  padding: 10px 0 7px;
  width: 760px;
  text-align: left;
}
#topnavi ul {
  width: 760px;
  list-style: none;
}
#topnavi ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}
#topnavi ul li a {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  color: #AAA;
  display: block;
  padding-left: 15px;
  background: url("../images/topnavi/listmark.gif") 0 2px no-repeat;
  text-decoration: none;
}
#topnavi ul li a:hover {
  background: url("../images/topnavi/listmark.gif") 0 -23px no-repeat;
  color: #117F33;
  text-decoration: underline;
}
#topnavi ul li.logo a {
  padding-left: 0;
  background: none;
}
#topnavi ul li.logo a:hover {
  background: none;
}
#topnavi .social_section {
  float: right;
  margin-top: 4px;
  width: 160px;
  height: 22px;
}
#topnavi .social_section .twitter,
#topnavi .social_section .fb-like {
  float: right;
  margin-left: 10px;
}
/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
  box-shadow: 0 0 7px #AAA;
  -moz-box-shadow: 0 0 7px #AAA;
  -webkit-box-shadow: 0 0 7px #AAA;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin: 0 auto;
  width: 760px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background: #FFF;
  text-align: left;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  position: relative;
  width: 760px;
  height: 500px;
}
#header .taichi {
  position: absolute;
  top: 40px;
  left: 294px;
  z-index: 6;
}
#header .x {
  position: absolute;
  top: 43px;
  left: 366px;
  z-index: 6;
}
#header .nirinkan {
  position: absolute;
  top: 40px;
  left: 402px;
  z-index: 6;
}
#header .main_title {
  position: absolute;
  top: 143px;
  left: 90px;
  z-index: 3;
}
#header .date {
  position: absolute;
  top: 397px;
  left: 327px;
  z-index: 2;
}
#header .report {
  position: absolute;
  top: 396px;
  left: 100px;
  z-index: 2;
}
#header .line {
  position: absolute;
  top: 114px;
  left: 0;
  z-index: 2;
}
#header .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*----------------------------------------------------
	#content
----------------------------------------------------*/
#content {
  padding-bottom: 20px;
  width: 760px;
}
.chapter_title {
  margin: 0 25px 10px 25px;
}
* + .chapter_title {
  margin-top: 20px;
}
.section_title {
  margin: 20px 25px 12px;
  padding: 0 12px;
  border-bottom: dotted 2px #DDD;
  border-left: solid 5px #2BA638;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}
.chapter_title + .section_title {
  margin-top: 10px;
}
.section {
  padding: 0 25px;
}
.section .section_title {
  margin-left: 0px;
  margin-right: 0px;
}
p {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}
p.caption {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
  color: #117F33;
  margin-top: 7px;
  padding: 0 5px;
}
p + p,
.pic_box + p {
  margin-top: 10px;
}
.pic {
  box-shadow: 2px 2px 6px #999;
  -moz-box-shadow: 2px 2px 6px #999;
  -webkit-box-shadow: 2px 2px 6px #999;
  position: relative;
  display: block;
  border: 6px solid #FFFFFF;
  background: #FFF;
}
.pin:after {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 5;
  content: url("../images/pin.png");
}
.pin:before {
  position: absolute;
  top: -5px;
  right: -15px;
  z-index: 5;
  content: url("../images/pin.png");
}
.pin_s:after {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 5;
  content: url("../images/pin_small.png");
}
.pin_s:before {
  position: absolute;
  top: -4px;
  right: -14px;
  z-index: 5;
  content: url("../images/pin_small.png");
}
.pic_right {
  box-shadow: 2px 2px 6px #999;
  -moz-box-shadow: 2px 2px 6px #999;
  -webkit-box-shadow: 2px 2px 6px #999;
  position: relative;
  display: block;
  border: 6px solid #FFFFFF;
  background: #FFF;
  float: right;
  margin-bottom: 7px;
  margin-left: 15px;
}
.pic_left {
  box-shadow: 2px 2px 6px #999;
  -moz-box-shadow: 2px 2px 6px #999;
  -webkit-box-shadow: 2px 2px 6px #999;
  position: relative;
  display: block;
  border: 6px solid #FFFFFF;
  background: #FFF;
  float: left;
  margin-right: 15px;
  margin-bottom: 7px;
}
.picbox {
  padding-left: 25px;
}
.picbox .pic {
  float: left;
  margin-right: 10px;
}
.picbox .last {
  margin-right: 0;
}
.picbox p.caption {
  margin-top: 10px;
}
.picbox .pic p.caption {
  margin-top: 6px;
}
.picbox_left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.picbox_left .pic {
  float: left;
  margin-right: 10px;
}
.picbox_left .last {
  margin-right: 0;
}
.picbox_left p.caption {
  margin-top: 10px;
}
.picbox_left .pic p.caption {
  margin-top: 6px;
}
.picbox_right {
  float: right;
  margin-bottom: 10px;
  margin-left: 15px;
}
.picbox_right .pic {
  float: left;
  margin-right: 10px;
}
.picbox_right .last {
  margin-right: 0;
}
.picbox_right p.caption {
  margin-top: 10px;
}
.picbox_right .pic p.caption {
  margin-top: 6px;
}
.mgl0 {
  margin-left: 0;
}
.mgr0 {
  margin-right: 0;
}
.slider {
  overflow: hidden;
  margin-top: 10px;
  padding: 22px 0 0 88px;
  width: 672px;
  height: 155px;
  background: url("../images/gallery/film_img.jpg") 10px 0 no-repeat;
}
.slider .viewport {
  position: relative;
  overflow: hidden;
  width: 672px;
  height: 122px;
}
.slider ul.overview {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 21px 0 21px 12px;
  width: 660px;
  background: url("../images/gallery/film_bg.jpg");
  list-style: none;
}
.slider ul.overview li {
  float: left;
  margin: 0 12px 0 0;
  width: 120px;
  height: 80px;
}
.slider ul.overview li.empty {
  background: #222;
}
.slider .button_area {
  padding: 5px 300px 0 300px;
  width: 72px;
  height: 25px;
}
.slider .button_area .buttons {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
}
.slider .button_area .next {
  float: right;
  background: url("../images/gallery/next_button.gif") top left no-repeat;
}
.slider .button_area .prev {
  float: left;
  background: url("../images/gallery/prev_button.gif") top left no-repeat;
}
.slider .button_area .disable {
  background-position: bottom left;
  cursor: default;
}
.result_wrapper {
  padding-left: 25px;
}
.result_wrapper .result {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 350px;
}
.result_wrapper .result .pic {
  width: 330px;
}
.result_wrapper .result h4 {
  padding-top: 10px;
}
.result_wrapper .result h4 img {
  display: block;
  margin: 0 auto;
}
.result_wrapper .result ol {
  width: 350px;
}
.result_wrapper .result ol li {
  padding: 5px 0 5px 55px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2;
}
.result_wrapper .result ol li.result1 {
  background: url("../images/result/result1.gif") 0 0.4em no-repeat;
}
.result_wrapper .result ol li.result2 {
  background: url("../images/result/result2.gif") 0 0.4em no-repeat;
}
.result_wrapper .result ol li.result3 {
  background: url("../images/result/result3.gif") 0 0.4em no-repeat;
}
.result_wrapper .result ol li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0.8em;
  font-weight: inherit;
  line-height: inherit;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 5px 0 0;
  padding: 0.2em;
  width: 2em;
  background: #FF6200;
  text-align: center;
  text-decoration: none;
}
.result_wrapper .last {
  margin-right: 0;
}
.result_btn {
  display: block;
  margin: 0 auto;
  width: 470px;
  height: 58px;
}
.photo_btn_wrapper {
  width: 490px;
  float: left;
}
.photo_btn_wrapper .photo_btn {
  display: block;
  margin: 15px 0 0 120px;
  width: 263px;
  height: 58px;
}
.gallery_wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  background-color: #333;
  box-shadow: 0px 0px 4px 0px #000 inset;
}
.gallery_wrapper .gallery_title {
  padding: 7px 0 9px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #000;
  color: #2f2;
  text-align: center;
  text-shadow: 0 0 3px #000;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  font-family: "Play";
  line-height: 1;
}
.gallery_wrapper .gallery {
  border-top: 1px solid #555;
  display: block;
  overflow-y: scroll;
  max-height: 505px;
  padding-top: 10px;
  width: 100%;
}
.gallery_wrapper .gallery li {
  display: inline-block;
  margin: 0 0 10px 10px;
}
.comment_box {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin: 0 25px;
  position: relative;
  padding: 10px 15px;
  border: 3px solid #ccc;
  background: #fff;
}
.comment_box:after,
.comment_box:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}
.comment_box:after {
  margin-left: -9px;
  border-width: 9px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}
.comment_box:before {
  margin-left: -13px;
  border-width: 13px;
  border-color: rgba(125, 173, 125, 0);
  border-top-color: #ccc;
}
.comment_box p {
  text-align: justify;
  text-justify: inter-ideograph;
  color: #555;
  font-size: 13px;
  line-height: 1.4;
}
.comment_box p .fa {
  color: #888;
  margin-right: 6px;
  font-size: 20px;
}
.comment_box p.center {
  text-align: center;
}
.comment_box p + p {
  margin-top: 4px;
}
.summary,
.photo_buy {
  width: 680px;
  display: table;
  padding: 15px;
  margin: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
  border-radius: 5px;
  background-color: #eee;
}
.summary .row,
.photo_buy .row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.summary .banner,
.photo_buy .banner {
  border: 5px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.summary .fa-arrow-circle-o-left,
.photo_buy .fa-arrow-circle-o-left {
  font-size: 64px;
  color: #ccc;
  margin: 0 15px;
}
.summary .text,
.photo_buy .text {
  font-size: 24px;
  font-weight: bold;
  color: #117F33;
  line-height: 1.3;
  white-space: nowrap;
  text-indent: -0.5em;
}
.maker_list_wrapper {
  margin: 35px 15px -5px 15px;
  padding: 20px 0 20px 20px;
  width: 710px;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
}
.maker_list_wrapper .maker_list_title {
  width: 670px;
  border-radius: 3px;
  background-color: #2BA538;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 7px 10px;
  margin-bottom: 5px;
}
.maker_list_wrapper .maker_list_title span {
  display: inline-block;
  float: right;
  margin-top: 2px;
  font-size: 11px;
  font-weight: normal;
}
.maker_list_wrapper .maker_list {
  display: block;
}
.maker_list_wrapper .maker_list li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  width: 165px;
  vertical-align: top;
}
.maker_list_wrapper .maker_list li img {
  border: 1px solid #EFEFEF;
  border-bottom: none;
  height: auto;
}
.maker_list_wrapper .maker_list li .logo-wrapper {
  width: 163px;
  height: 91px;
  border: 1px solid #EFEFEF;
  border-bottom: none;
  background-color: #FFF;
  text-align: center;
}
.maker_list_wrapper .maker_list li .logo-wrapper img {
  border: none;
}
.maker_list_wrapper .maker_list li p.name {
  padding: 3px 5px;
  background: #EFEFEF;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
  color: #222;
  text-align: center;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
  margin: 15px auto 0 auto;
  padding-bottom: 10px;
  width: 760px;
}
#footer .history {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) inset 0 1px #000;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) inset 0 1px #000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) inset 0 1px #000;
  margin-bottom: 17px;
  padding: 10px 0;
  background: #333;
  text-align: center;
}
#footer .history .history_title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  color: #FFD700;
  margin-bottom: 5px;
}
#footer .history .history_link li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.2;
  color: #CCC;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #777;
  font-family: Arial, Verdana, sans-serif;
}
#footer .history .history_link li.last {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #777;
}
#footer .history .history_link li.current {
  color: #666;
}
#footer .history .history_link li a {
  color: #CCC;
}
#footer .history .history_link li a:hover {
  color: #FFDD00;
  text-decoration: underline;
}
#footer .goto_top {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: right;
  padding: 4px 5px;
  background: #E70019;
  text-decoration: none;
  cursor: pointer;
}
#footer .goto_top:hover {
  background: #CC0000;
  color: #FFDDDD;
}
#footer .copyright {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}
/*----------------------------------------------------
	kenburns slider
----------------------------------------------------*/
.kenburns-slide-wrapper {
  position: relative;
  margin: 20px -20px;
}
.kenburns-slide-wrapper:before,
.kenburns-slide-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.kenburns-slide-wrapper:before {
  left: 0;
  border-width: 0 20px 20px 0;
  border-right-color: #bbb;
}
.kenburns-slide-wrapper:after {
  right: 0;
  border-width: 20px 20px 0 0;
  border-top-color: #bbb;
}
.kenburns-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 800px;
  height: 500px;
  background-color: #ccc;
  z-index: 1;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.kb-slide {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.kb-slide img {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.loader {
  width: 32px;
  height: 32px;
  top: 250px;
  left: 400px;
  margin-left: -16px;
  margin-top: -16px;
  border: 5px solid rgba(128, 128, 128, 0.9);
  opacity: .9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px dotted rgba(0, 0, 0, 0);
  border-radius: 32px;
  -moz-animation: spin .7s infinite linear;
  -webkit-animation: spin .7s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/*----------------------------------------------------
	#汎用
----------------------------------------------------*/
.width_all {
  width: 710px;
}
.width_half {
  width: 350px;
}
.width_1-3 {
  width: 230px;
}
.width_2-3 {
  width: 470px;
}
.width_2-5 {
  width: 284px;
}
.center {
  text-align: center;
}
/*----------------------------------------------------
	colorbox
----------------------------------------------------*/
.colorbox-btn-download,
.colorbox-note {
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 15px;
}
.colorbox-btn-download .fa,
.colorbox-note .fa {
  margin-right: 6px;
}
.colorbox-btn-download {
  padding: 5px 8px;
  background-color: #e00;
  color: #fff;
  text-decoration: none;
}
.colorbox-btn-download:hover {
  color: #FFF;
  background-color: #bb0000;
}
.colorbox-note {
  color: #e00;
  text-decoration: none;
}
/*----------------------------------------------------
	margin padding
----------------------------------------------------*/
.mgt-15 {
  margin-top: -15px;
}
.mgt0 {
  margin-top: 0;
}
.mgt3 {
  margin-top: 3px;
}
.mgt5 {
  margin-top: 5px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt15 {
  margin-top: 15px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt25 {
  margin-top: 25px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt35 {
  margin-top: 35px;
}
.mgr5 {
  margin-right: 5px;
}
.mgr10 {
  margin-right: 10px;
}
.mgr15 {
  margin-right: 15px;
}
.mgr20 {
  margin-right: 20px;
}
.mgb5 {
  margin-bottom: 5px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mgl5 {
  margin-left: 5px;
}
.mgl10 {
  margin-left: 10px;
}
.mgl15 {
  margin-left: 15px;
}
.pdb10 {
  padding-bottom: 10px;
}
.pdb15 {
  padding-bottom: 15px;
}
.pdl20 {
  padding-left: 20px;
}
