﻿@charset "utf-8";



html {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	color: #5D5D5D;
	margin:0 auto;
	padding:0;
	font-family: PT Sans Caption,Josefin Sans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}





img {border: 0;	vertical-align: bottom;}


/***** Link styles
*******************************************/

 a {colo:#4682b4;}

#wrapper a:link {
	color: #000;
}

#wrapper a:hover {
	color: #b22222;
}

/***** layout styles
*******************************************/


#wrapper {
	margin: 0px auto 10px auto;
	text-align: left;
	width:980px;
}



#head {
	letter-spacing: 0.1em;
	text-align: left;
	margin:0px auto 20px auto;
	padding: 0px 0 0px 0px;
}


h1 {
margin: 0.67em 0;
}

h2 {
	font-size: 100%;
	font-weight:normal;
	margin:0;
	padding:0;

}

h3 {

}

h4 {
	font-size: 130%;
	font-weight:normal;
	margin:2.5em 0 1em 0;
	padding:0 0 5px 10px;
	border-bottom: 1px solid #cccccc;
}


#main{
	margin:0 ;
	line-height: 1.9;
}



#footer {
	margin: 5em 0 0 0;
	padding: 1.5em 0 1em 0em;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 0.1em;
	font-size:12px;
	clear:both;
}

.copyright {
	margin: 0 15px 0 0;
	padding: 10px 0 30px 0;
	text-align: right;
	color:#888888;
	letter-spacing: 0.1em;
}



.copyright a:link,a:visited,a:hover {
	color: #888888;
	border-bottom:none;
	text-decoration: none;
}


#globalnavi ,#globalnavitop{
  margin: 0;
  /* padding: 0 5px; */
  width: 980px;
}  
  
#globalnavi ul ,#globalnavitop ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi li ,#globalnavitop li{
  float: left;
  width: 196px;
  margin: 0;
  padding: 0;
}  
  
#globalnavi a{ 
font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; 
  text-align: center;  
  display:block;  
  padding: 0.5em 0;  
  width: 100%;  
  font-size:15px;
  font-weight:bold;
  color:#000;
  text-decoration: none;
}  

#globalnavitop a{ 
font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; 
  text-align: center;  
  display:block;  
  padding: 0.5em 0;  
  width: 100%;  
  font-size:16px;
  font-weight:bold;
  color:#000;
  text-decoration: none;
}  
  
#globalnavi a:hover ,#globalnavitop a:hover{  
color: #ff0000;
}


#content {
    overflow: hidden;
    background-image: url(../images/bg_rogo2.png);
    background-repeat: no-repeat;
    background-position: center 80px;
	font-size:14px;
}


div#breadcrumb {
    padding: 20px 0;
    margin-bottom: 0px;
    clear: both;
}
#breadcrumb {
    font-size: 13px;
}

#breadcrumb a {
    color: #666;
    text-decoration: none;
}

.entry-title {
font-family:PT Sans Caption, sans-serif;
font-size: 40px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    border: none;
    background: none;
    background: -webkit-linear-gradient( #fff 0%,
 #ddd 100%
 );
    background: linear-gradient(
 #fff 0%,
 #ddd 100%
 );
}

#content h3 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #1a1a1a;
    line-height: 27px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0px;
    border-bottom: 1px #999999 dotted;
}


table.normal {
border-collapse: collapse;
    border-spacing: 0;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 95%;
}

table.normal tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}

table.normal th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}

table.normal tr td {
	font-size: 13px;
	line-height: 18px;
}






/* ライトボックスサムネイル用 */
img.thumbnail{
	position: relative;
	width: 240px; /* サムネイルの幅 */
	height: 160px; /* サムネイルの高さ */
	overflow: hidden;
	margin:5px;
	border:1px solid #ccc;
	padding:4px;
}



/****Works動画部分*****/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



/**************
WORKSのギャラリー
**************/

/*****SNSへのリンク*****/
.works-sns{
	text-align:center;
	padding: 20px;
	font-weight:bold;
	font-size:15px;}

.works-sns a{color:#000;}

.works-sns i{
margin:0 7px;	
}

.works-sns a{text-decoration: none;}


/*****moreボタン*****/
.gallerymore {
    background: #000;
    display: inline;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
	margin: 15px;
}


/*****ギャラリー折り畳み*****/
summary {
  position: relative;
  display: block; /* 矢印を消す */
  padding-left: 25px; /* アイコン分の余白 */
  cursor: pointer;
font-size:20px;
}
summary::-webkit-details-marker {
  display: none; /* 矢印を消す */
}


/***** 疑似要素でアイコンを表示 *****/
summary:before,
summary:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
summary:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #000000;
}
summary:after {
  left: 6px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  transition: .1s;
}


/***** オープン時 *****/
details[open] summary:after {
  transform: rotate(90deg); /* 90度回転 */
  left: 4px;
  top: 5px;
}


/*****オープン時にアニメーションを設定*****/
details[open] .details-content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


