@charset "utf-8";
/* CSS Document */

header img{
	border-radius:10px;
	margin: auto;
}

header .text{
	line-height: 180%;
	letter-spacing: 1px;
}

header h2{
	background-image:url(../img/koi/main_bg.png);
	background-position:center top;
	background-repeat: no-repeat;
	color:#333;
	margin-top:-45px;
	position:relative;
	text-align: center;
	font-size:170%;
	line-height:100%;
	letter-spacing:5px;
	padding:15px 0;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
}

header h2 .color{
	color: #619CB6;
	font-size: 170%;
	line-height:120%;
}

header h2 .text{
	font-size: 150%;
	line-height:120%;
}

.koi{
	border:solid 1px #e6e6e6;
	margin-top:50px;
	letter-spacing: 5px;
	padding: 0 0 0 40px;
}

.koiIco{
	text-align: center;
	font-size:180%;
	line-height:100%;
	letter-spacing: 3px;
	margin-top:-20px;
	margin-left:-40px;
	padding: 18px 10px 10px 10px;
}

.koiIco span{
	background-color: #FFF;
	background-image: url(../img/koi/icon_illust.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #619CB6;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
	padding: 20px 5px 0 55px;
	text-align: center;
	vertical-align:middle;
}

.inWrap h4{
	background:url(../img/koi/title_border.gif) repeat-x bottom;
	color:#333;
	font-size: 150%;
	line-height:100%;
	letter-spacing: 4px;
	padding-bottom: 20px;
	margin-bottom:30px;
	text-align: center;
}

.inWrap h4 span{
	display: block;
	padding: 5px 0 0 35px;
}

.imgRight,
.imgLeft,
.imgBottom{
	padding:0 15px;
	margin-bottom:40px;
}

.imgRight .imgInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle{
	float:right;
}

.imgLeft .imgInTitle,
.imgRight .text,
.imgRight .textInTitle{
	float:left;
}

.imgBottom .img{
	display: inline-block;
}

.imgBottom ul li{
	float:left;
	width:31.9%;
}

.imgLeft .img{
	float:left;
	width: 37%;
}

.imgRight .img{
	float:right;
	width: 37%;
}

.inWrap li{
	padding:5px;
}

.inWrap img{
	width: 100%;
    height: auto;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 5px;
	width: 280px;
}

.imgBottom .text{
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.imgRight .text,
.imgLeft .text{
	width: 600px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.imgRight .textInTitleT,
.imgLeft .textInTitleT{
	width: 398px;
}

.imgRight .textInTitle,
.imgLeft .textInTitle{
	width: 398px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}

table{
	border-collapse: collapse;
	width:100%;
	border:1px solid #E6E6E6;
	color:#666;
}
	
table th{
	font-weight:normal;
	background-color:#D4746A;
	color:#FFF;
	padding:5px;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	text-align:center;
}
	
table td{
	color:#4D4D4D;
	font-size:13px;
	line-height:1.5em;
	padding:10px;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}


@media screen and (max-width:640px){

img,
.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	width: 100%;
}

.imgRight .text,
.imgLeft .text,
.imgRight .textInTitle,
.imgLeft .textInTitle,
.imgRight .textInTitleT,
.imgLeft .textInTitleT{
	width: auto;
}

header img{
	border-radius:0px;
}

header h2{
	background-image:none;
	font-size: 120%;
	padding:35px 0 10px;
	border-bottom: 1px solid #e6e5dc;
    margin: -10px 0 20px 0;
	width:100%;
}

header h2 .text{
	padding-top:30px;
	font-size: 100%;
}

.koiIco{
	margin-top:0;
}

.koiIco span{
	line-height:100%;
	background-color:transparent;
	font-size: 85%;
    letter-spacing: initial;
}

h4{
	padding-top:30px;
	letter-spacing: 0;
}

.imgRight,
.imgLeft,
.imgBottom{
	padding:0;
}

.imgRight .imgInTitle,
.imgRight .text,
.imgRight .textInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle
.imgLeft .imgInTitle{
	float:none;
}

.imgBottom .img{
	display: inline;
}

.imgBottom ul li,
.imgLeft .img,
.imgRight .img{
	float:none;
	width:100%;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	margin-bottom:30px;
}

.imgRight .imgInTitle p,
.imgLeft .imgInTitle p{
	padding: 5px;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 0;
}

.inWrap li {
    padding: 5px 0 5px 0;
}

}

