/* ORIGINAL START  ===========================================================*/
/*font-weight 細さ,100単位*/
body{
  color: #349FA6;
  font-family: 'Helvetica Neue','Osaka','游ゴシック体', 'Yu Gothic', YuGothic,sans-serif;
  font-size:100%;
}

a{
  color:black;
}
a:hover {
  color:#AD002D;
}

a.nolinelink{
  text-decoration: none;
  color:#0000ff;
}
a.nolinelink:hover{
  color:#0000ff;
}

#page{
  font-family: 'Helvetica Neue','Osaka','游ゴシック体', 'Yu Gothic', YuGothic,sans-serif;
  font-size:1.0em;
  color:black;
  width: 1200px;
  margin:10 auto;
}
code {
  font-family: Courier New; /* 1 */
  color: white;
  font-size: 1.0em; /* 2 */
}
pre {
  font-family: 'Helvetica Neue','Osaka','游ゴシック体', 'Yu Gothic', YuGothic,sans-serif;
  margin:10 auto;
  color: black;
  /*font-family: monospace, monospace; /* 1 */
}

/*medium black, red, blue*/
h1 {
  color: black;
  font-size: 1.5em;
  margin: 2em 0.5em 0.5em;

}
h2{
    /*border-left:solid 5px #AD002D;*/
    color:#AD002D;
	font-size:1.5em;
	margin: 0.5em;
}
h3{
    color:#1e50a2;
	font-size:1.5em;
	margin: 0.5em;
}

/*small black,red,blue*/
h4{
    color:black;
	font-size:1em;
	margin: 2 em 0;
}
h5{
    color:#AD002D;
	font-size:1em;
	margin: 2 em 0;
}
h6{
    color:#1e50a2;
	font-size:1em;
	margin: 2 em 0;
}

/* red summary box */
.sumbox {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color:#AD002D;
    border: solid 3px #AD002D;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.sumbox p {
    margin: 0; 
    padding: 0;
}

ul {
  padding: 0.5em 2em 0.5em;
  margin: 0.1em 0em 0.5em;
}

/* ORIGINAL FINISH ===========================================================*/


#pageHead #siteTitle{
  font-size: 15px;
  font-weight:200;
  line-height: 1.2;
  margin-bottom: 0;
  font-family:'Helvetica Neue',sans-serif;
}
#pageHead #catchcopy{
  font-size: 12px;
  line-height: 1.5;
  margin-top:5px;
  font-family: 'M PLUS 1p', sans-serif;
}
#pageFoot{
  /*border-top:solid 1px #CCCCCC;罫線*/
  margin-top:1px;
}
#pageFoot #copyright small{
  font-size:12px;
  line-height:1.5;
  margin-left:20;
/*これで右に行ったcopyrightを調整*/
}
#pageBody{
  font-family:'Helvetica Neue',sans-serif;
  font-weight:1;
  margin-top: 30px;
}
#pageBody:after{
  content:"";
  clear:both;
  display:blue;
}
#pageBodyMain{
  width:720px;
  float:left;
  font-family:'Helvetica Neue',sans-serif;
  font-size: 20px;
  font-weight:200;
  padding-bottom: 50px;
}
/*情報少ない時にcopyright上がってこないように*/
#pageBodySub{
  width:220px;
  float:right;
}
#pageBodyMain p{
  font-size: 15px;
  line-height: 1.429;
  font-family: 'M PLUS 1p', sans-serif;
}
/*--サブカラム--*/
/*みだし*/
#pageBodySub h2 {
  font-size: 16px;
  line-height: 1.375;
  padding:5px;
  margin-top:0;
  border-bottom: 1px solid #CCCCCC;
}
/*お知らせ*/
#pageBodySub .newsList ul{
  list-style: none;
  padding:0;
}
#pageBodySub .newsList ul li{
  font-size: 12px;
  line-height: 1.5;
  margin:10px 5px;
}
#pageBodySub .newsList ul li time {
  font-weight:bold;
  display:block;
}
#pageBodyMain ul li{
  font-size: 14px;
  line-height: 1.429
  list-style-type: square;
}
#pageBodyMain table{
  font-size: 14px;
  line-height: 1.429
  border:1px solid #CCCCCC;
  border-collapse: collapse;
}
#pageBodyMain table th,
#pageBodyMain table td{
  border:1px solid #CCCCCC
  padding:5px 10px;
  /* Wide cell  */
  max-width: 500px;        
  white-space: normal;     
}
#pageBodyMain table th{
  background-color:#EEEEEE;
  text-align:left;
}
#pageBodyMain table caption{
  text-align:left;
  font-weight:bold;
}
#pageBodyMain .pageTitle{
  font-size: 26px;
  background-color: BLACK;
  color: BLACK;
  padding: 5px 15px;
  line-height:1.231;
  margin-top:0;
}
#pageBodyMain .heading-typeA{
  font-size: 18px;
  border-bottom: solid 1px #349FA6;
  padding: 5px
            }
#pageBodyMain .heading-typeB{
  font-size:16px;
  border-left: solid 5px #E3E4D9;
  padding: 10px
            }
#pageBodyMain .heading-typeC{
  font-size: 14px;
}

@media screen and ( max-width:479px ) {
  #page{
    font-size:15px;
    width: 400px;
    margin:0 auto;
  } 
  #pageHead #siteTitle{
    font-size: 30px;
    font-weight:200;
    line-height: 1.2;
    margin-bottom: 0;
    font-family:'Helvetica Neue',sans-serif;
  }
  #pageHead #catchcopy{
    font-size: 10px;
    line-height: 1.5;
    margin-top:5px;
    font-family: 'M PLUS 1p', sans-serif;
  }
  #pageFoot{
    /*border-top:solid 1px #CCCCCC;罫線*/
    margin-top:1px;
  }
  #pageFoot #copyright small{
    font-size:10px;
    line-height:1.5;
    margin-left:20;
  /*これで右に行ったcopyrightを調整*/
  }
  #pageBody{
    font-family:'Helvetica Neue',sans-serif;
    font-weight:1;
    margin-top: 30px;
  }
  
  #pageBody:after{
    content:"";
    clear:both;
    display:blue;
  }
  #pageBodyMain{
    width:400px;
    float:left;
    font-family:'Helvetica Neue',sans-serif;
    font-size: 15px;
    font-weight:200;
    padding-bottom: 50px;
  }
  /*情報少ない時にcopyright上がってこないように*/
  #pageBodyMain p{
    font-size: 15px;
    line-height: 1.429;
    font-family: 'M PLUS 1p', sans-serif;
  }
  #pageBodySub{
    width:400px;
  }
  #pageBodySub h2 {
    font-size: 16px;
    line-height: 1.375;
    padding:5px;
    margin-top:0;
    border-bottom: 1px solid #CCCCCC;
  }
  /*お知らせ*/
  #pageBodySub .newsList ul{
    font-size: 15px;
    list-style: none;
    padding:0;
  }
  #pageBodySub .newsList ul li{
    font-size: 15px;
    line-height: 1.5;
    margin:10px 5px;
  }
  #pageBodySub .newsList ul li time {
    font-weight:bold;
    display:block;
  }
  #pageBodyMain ul li{
    font-size: 15px;
    line-height: 1.429
    list-style-type: square;
  }
  #pageBodyMain table{
    font-size: 14px;
    line-height: 1.429
    border:1px solid #CCCCCC;
    border-collapse: collapse;
  }
  #pageBodyMain table th,
  #pageBodyMain table td{
    border:1px solid #CCCCCC
    padding:5px 10px;
  }
  #pageBodyMain table th{
    background-color:#EEEEEE;
    text-align:left;
  }
  #pageBodyMain table caption{
    text-align:left;
    font-weight:bold;
  }
  #pageBodyMain .pageTitle{
    font-size: 26px;
    background-color: BLACK;
    color: BLACK;
    padding: 5px 15px;
    line-height:1.231;
    margin-top:0;
  }
  #pageBodyMain .heading-typeA{
    font-size: 18px;
    border-bottom: solid 1px #349FA6;
    padding: 5px
              }
  #pageBodyMain .heading-typeB{
    font-size:16px;
    border-left: solid 5px #E3E4D9;
    padding: 10px
              }
  #pageBodyMain .heading-typeC{
    font-size: 15px;
  }
}


/*区切り線・余白*/
#pageBodyMain .articleDetailHead{
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
#pageBodyMain .articleDetailFoot{
  border-top: solid 1px #CCCCCC;
  margin-top: 30px;
  padding-top: 15px;
}

#pageBodyMain .articleDetaiBody section{
  margin: 30px 0;
}
/*撮影情報*/
#pageBodyMain .creditUnit{
  padding: 10px;
  border: solid 1px #CCCCCC;
}
#pageBodyMain .credit Unit p{
  font-size:12px;
}
figure{
  text-align:center;
}
figcaption{
  text-align:center;
  color:gray;font:12px arial;
}

.btn-square-blue {
  display: inline-block;
  width: 110px;
  padding: 0.3em 0.5em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.btn-square-blue:hover {
  opacity:0.7
}








