﻿@charset "UTF-8";

* {
	padding:0;
	margin: 0;
}

body {
	padding: 10px;
	color:;
	opacity: 0.7;
	background: silver;
	background-image: url("ai.jpg");
 	background-repeat: repeat;
 	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family:"Hiragino Maru Gothic ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
}

ul {
  list-style: none;
}

.square {
  list-style: square outside; /* 四角形マーカー、リストアイテムの内側に配置 */
}


b {
  font-size: 1.1rem;
 }
 
p {
	padding: 10px 0px 10px 0px;
}

a {
	text-decoration:none;
	color: green;
}
a:hover {
	color: red;
}

.img-mid {
	text-align:center;
}

.img-right {
	text-align:right;
}

.large {
	font-size: large;
	padding: 50px;
}
.x-large {
	font-size: x-large;
	padding: 50px;
}

.shine {
  position: relative;
  color: #000; /* 黒い文字 */
  overflow: hidden;
}

.shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 5s infinite; /* アニメーションの持続時間を5秒に設定 */
}

@keyframes shine {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}


.green-button {
  display: inline-block;
  padding: 14px 28px;
  margin: 40px; /* マージンを40pxに設定 */
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(45deg, #ffffff, #d4af37); /* 白と金のグラデーション */
  border: none;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.green-button:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.green-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: all 0.5s ease;
}

.green-button:hover::before {
  left: 100%;
}


.copy-button {
  display: inline-block;
  padding: 14px 28px;
  margin: 40px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(45deg, #ffffff, #d4af37);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  color: green; /* 文字色を緑に設定 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.copy-button:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.copy-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: all 0.5s ease;
}

.copy-button:hover::before {
  left: 100%;
}



.picture-r {
	width:250px;
	height:auto;
}

.picture-l {
	width:300px;
	height:auto;
}


#header {
	color: green;
	background: white;
	width:720px;
	height:80px;
	margin: auto;
	padding:40px;
}


#ico {
   width=32px
   height=32px
   align=right
}

#subtitle {
	background: darkseagreen;
	font-weight: bold;
	display: block;
	width:760px;
	height:40px;
	margin: -40px;
	padding: 20px;
}

#yaku {
	color: white;
	background: green;
	font-weight: bold;
	width: 500px;
	padding: 10px;
}

#prof {
	clear:both;
	list-style-type:none;
	width: 720px;
	margin-bottom: 20px;
	border-width: 0px 0px 1px 4px;
	border-style:solid;
	border-color: ;
	display: block;
	background-image: url("");
 	background-repeat: no-repeat;
	background-position: right bottom;
}

#prof_man {
	clear:both;
	list-style-type:none;
	width: 720px;
	margin-bottom: 20px;
	border-width: 0px 0px 1px 4px;
	border-style:solid;
	border-color: ;
	display: block;
	background-image: url("face_man.jpg");
 	background-repeat: no-repeat;
	background-position: right bottom;
}

#prof_lady {
	clear:both;
	list-style-type:none;
	width: 720px;
	margin-bottom: 20px;
	border-width: 0px 0px 1px 4px;
	border-style:solid;
	border-color: ;
	display: block;
	background-image: url("face_lady.jpg");
 	background-repeat: no-repeat;
	background-position: right bottom;
}

#prof_boy {
	clear:both;
	list-style-type:none;
	width: 720px;
	margin-bottom: 20px;
	border-width: 0px 0px 1px 4px;
	border-style:solid;
	border-color: ;
	display: block;
	background-image: url("face_boy.jpg");
 	background-repeat: no-repeat;
	background-position: right bottom;
}

#prof_girl {
	clear:both;
	list-style-type:none;
	width: 720px;
	margin-bottom: 20px;
	border-width: 0px 0px 1px 4px;
	border-style:solid;
	border-color: ;
	display: block;
	background-image: url("face_girl.jpg");
 	background-repeat: no-repeat;
	background-position: right bottom;
}

#naka {
	clear:both;
	list-style-type:none;
	width: 600px;
	padding: 20px;
	margin-bottom: 20px;
	border-width: 0px 1px 1px 4px;
	border-style:solid;
	border-color: ;
	display: block;
}

#link {
	clear:both;
	list-style-type:none;
	width: 600px;
	padding: 5px;
	margin-bottom: 20px;
	border-width: 1px 100px 1px 20px;
	border-style:solid;
	border-color: green;
	display: block;
}

#new {
	clear: both;
	list-style-type:none;
	width: 600px;
	padding: 5px;
	margin-bottom: 20px;
	border-width: 0px 0px 1px 20px;
	border-style:solid;
	border-color: red;
	display: block;
}

#red {
	color: red;
}

#blue {
	color: blue;
}

#green {
	color: green;
}

#black {
	color: black;
}

.up img {
	width: 120px;
	height: 120px;
	padding: 40px;
}

.up img:hover {
	width: 200px;
	height: 200px;
	padding: 0px;
}

#num {
	list-style-type: decimal;
}

#navi {
	width:800px;
	margin: auto;
	list-style-type:none;
	text-align:center;
}

#navi li {
	width:133px;
	float:left;
}

#navi li a {
	color: white;
	background: green;
	font-weight: bold;
	display:block;
	width:135px;
	height:40px;
	padding-top:12px;
}

#navi li a:hover {
	color: red;
}

#contents {
	color:black;
	background-color:;
	clear:both;
	width:760px;
	margin: auto;
	padding: 20px;
	background-color:white;
}

#main {
	position:relative;
	padding:20px;
}

#pickup {
	clear:both;
	list-style-type:none;
}

#prof {
}

#pickup li {
	width: 300px;
	height: 120px;
	margin-bottom: 10px;
	padding: 10px 38px 10px 20px;
	float: left;
	border-color: ;
	border-width: 0 0 1px 1px;
	border-style:solid;
}

.first {
	margin-right: 40px;
}

#pickup li:hover {
	border-color: red;
}

#pickup li.new {
	border-color: red;
}

#footer {
	text-align:center;
}


/* クリアフィックスハック \*/
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}
ul li .text img {
	float: none;
	margin-left: 60px;
}
