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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

/*

COMMON

 */
html, body {
  text-align: center;
  font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  min-width: 700px;
  font-size: 16px;
  color: #404243;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}


p {
  margin: 0 0 2em 0;
  line-height: 1.9em;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

a {
  color: #17a8eb;
  text-decoration: underline;
/*  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;*/
}
a:hover {
  color: #127ccd;
}
a:active, a:focus, a:visited{
  color: #17a8eb;
}


a img {
  border: none;
  transition:0.5s all;
}
a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  transform: scale(1.05);
  transition:0.5s all;
  cursor: pointer;
}

.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f00;
  width: 200px;
  height: 200px;
}
.bold,strong{font-weight: bold;}
.red{color: #c00;}
.grn{color: #7db326;}
.org{color: #f18e1a;}
.xsmall{font-size: 60%;}
.small{font-size: 80%;}
.large{font-size: 140%;}
.marker{color: #63ba00;background: #f6f7dc;}
.lign-height-3em{line-height: 3em;}


/*
BUTTON
*/
.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  outline: none;
  background-color: #fff;
  border: 2px solid #3b3a32;
  font-size: 14px;
  font-weight:400;
  color: #474530;
}
.button:hover {
  background-color: #2b9fd2;
  border-color: #2b9fd2;
  color: #fff;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.button::before {right: 0;}
.button::after {left: 0;}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #fff;
}


/*

HEADER

*/
header {
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  line-height: 0em;
  position: relative;
  border-top: 5px solid #c1c1c1;
}
/* HEADING */
h1 {
  padding: 40px 0 0 0;
  margin: 0;
  font-size: 10px;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  color: #404243;
  position: absolute;
  left: 60px;
}

/*GLOBAL LOGO*/
.global-logo{
  width: 60px;
  padding: 0;
  margin: 10px 0;
  position: absolute;
  right: 20px;
}
.global-logo img{
  width: 100%;
  height: auto;
  margin: 0;
}
/*NAVIGTION*/
nav {
  width: 100%;
  padding: 25px 0;
  margin:0;
  text-align: center;
  font-weight: 400;
  line-height: 0em;
  background-color: #1d2a54;
  background-image: url(../images/bg-stripe.png);
  background-position:bottom;
  background-repeat: repeat-x;
  border-bottom: 10px solid #ebebeb;
}

nav ul.navi {
  width: 100%;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 0em;
  text-align: center;
}
nav ul.navi li {
  padding: 0;
  margin: 0 15px;
  display: inline-block;
  overflow: hidden;
  line-height: 1em;
  vertical-align: middle;
}
nav ul.navi li a{
  color: #ffffff;
  text-decoration: none;
  padding:0;
  margin: 0;
}
nav ul.navi li a:hover,
.current{
  color: #9fd7d9;
}


/*

CONTENTS

*/
article{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
section{
  max-width: 100%;
  padding: 80px 0;
  margin:0;
  text-align: center;
}
.bg-gry{
  background-color: #f5f5f5;
}
.bg-dgry{
  background-color: #eee;
}
.bg-stripe-lgry{
  background-image: url(../images/bg-stripe-lgry.png);
  background-position:bottom;
  background-repeat: repeat-x;
}

/* TOPPAGE IAMGES */
.topPageMain-photo{
  width: 800px;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  line-height: 0;
}
.topPageMain-name{
  font-size: 45px;
  font-weight: 200;
  text-align: center;
  margin: 0;
  padding: 60px 0;
  line-height: 1.2em;
}
.topPageMain-name span{
  font-size: 30px;
}

/* LEAD */
h2{
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 36px;
  line-height: 1.6em;
  font-weight: 900;
  text-align: center;
  color: #404243;
}
.lead{
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1.9em;
  font-weight:200;
  text-align: center;
  color: #404243;
}



h3{
  font-size: 60px;
  font-weight: 900;
  padding:25px 0;
  margin:0;
  text-align: center;
  line-height: 1em;
  color: #404243;
  background-image: url(../images/h3-border.png);
  background-position:top center;
  background-repeat: no-repeat;
}
.h3-sub{
  font-size: 18px;
  font-weight: 400;
  padding:0;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1em;
  color: #404243;
}




.disc-jkt-area,
.disc-cont{
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.disc-jkt-area{
  width: 380px;
  margin: 10px 30px 10px 10px;
}
.disc-cont{
  width: 600px;
  margin: 10px 0;
}
.disc-jkt{
  margin: 0 0 10px 0;
  padding: 0 !important;
}
.disc-jkt img{
  border: 1px solid #ddd;
  padding: 0 !important;
  margin: 0 !important;
}
h4{
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4em;
}

.coulum-one{
  width: 900px;
min-width: 700px;
margin: 0 auto;
padding: 0;
text-align: left;
}
.line-height-2em p{
  line-height: 2em;
}


/*

解説ページ

*/
h5.personnel_h{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0;
  margin: 0 0 16px 0;
  background: #eee;
}
h5.personnel_h span{
  font-size: 12px;
  font-weight: normal;
}
.personnel{
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}


/*

ギャラリー

*/

ul.gallery{
  width: 900px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
ul.gallery li{
  width: 200px;
  height: 150px;
  padding: 0;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  background: #090909;
}

ul.profileImgList{
  width: 100%;
  padding: 0;
  margin: 0 auto 40px auto;
  list-style: none;
  text-align: center;
  vertical-align: top;
}
ul.profileImgList li{
  width: 200px;
  overflow: hidden;
  padding: 0;
  margin: 5px;
  display: inline-block;
  text-align: center;
  line-height: 1.6em;
}

/*

FOOTER

*/

.foot-nav{
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 16px;
  line-height: 2em
}

/*SHARE*/
ul.share {
  width: 100%;
  padding: 0;
  margin:0 0 3em 0;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  line-height: 0em;
}
ul.share li {
  padding: 0 4px 0 0;
  display: inline-block;
  vertical-align: top;
  background: none;
  margin: 0;
}





footer {
  width: 100%;
  padding: 80px 0 100px 0;
  margin: 0 !important;
  text-align: center;
  background: #e8f0f3;
}
footer p.jasrac{
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
footer p.copy {
  width: 100%;
  font-size: 10px;
  text-align: center;
  display: block;
  color: #666;
  padding: 0 0 10px 0;
  margin: 0;
}
footer p.companyLogo {
  width: 150px;
  height: auto;
  text-align: center;
  display: inline-block;
  color: #666;
  padding: 0;
  margin: 0 0 40px 0;
}



/* ANCHOR */
.topTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  text-align: left;
  line-height: 0em;
}

.topTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}

.topTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}


/*

OverWriteStyles

*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
hr{
  margin:40px 0;
  border: solid #ddd;
  border-width: 4px 0 0 0;
  height: 4px;
  clear: both;
}
hr.dot {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0 40px 0;
}

/* ALIGNMENT */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.txtcenter {text-align: center;}



