@charset "UTF-8";

/*==========================

	profile

============================*/
h4, h5 {
	background:#ffffff;
	color: #ba8e06;
	font-weight: normal;
	font-size: 12px;
	height: 30px;
	line-height:30px;
	margin: 10px auto;
	padding-left:10px;
	width: 95%;
	clear:both;
}

/*====================================

			スライドjs

======================================*/

.container {
	/*height:180px !important;*/
}
.flicBox {
	height: aout;
	position: relative;
	/*background:#FFFFCC; css調整用背景*/
}
.containerInner {
}
.flicBox .item {
	text-align: center;
	width: 640px;
	height: 286px;
}

.flicBox .item figure{
    width: 206px;
	margin:0 auto;
}

.flicBox .item img {
	border: 1px solid #ffffff;
	padding: 3px;
	width:200px;
	height:267px;
}

.flicBox .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
}

.flicBox .arrows p {
	position: absolute;
	top: 100px;
	height: 50px;
	width: 30px;
	z-index: 80;
}

.flicBox .arrows .prev {
	left: 30px;
}

.flicBox .arrows .next {
	right: -9px;
}
.flicBox .arrows p span {
	position:absolute;
	top:10%;
}

.flicBox .arrows .prev span {
	left: -20px;
}

.flicBox .arrows .next span {
	right: 20px;
}

.flicBox .arrows p span:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	height: 30px;
	width: 30px;
	position:absolute;
	top:-4px;
	content: "";
	display: block;
}

.flicBox .arrows .prev span:after {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	left:1px;
}

.flicBox .arrows .next span:after {
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	right:1px;
}

.flicBox .arrows .off span {
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

.pickupBg {
	/*background-color: #E5E5E5;*/
}
.flicBox p {
	color:#ff7200;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	padding:0 5px 10px 5px;
	line-height: 16px;

}
/****************************************/
p.coment {
	color:#ffffff;
	width:95%;
	margin:0 auto;
	line-height:16px;
}
#profileBox,#picBox{
	width:100%;
	height:auto;
	color: #5d5d5d;
	margin:0 auto;
	overflow:hidden;
}

#descri{
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
}

#descri ul{
	width:100%;
	text-align:center;
	margin:0 auto;
}

#descri li{
	width:45%;
	padding:1%;
	margin:5px 0 0 5px;
	float:left;
	list-style:none;
	font-weight:bold;
	line-height:2;
}
#profileBox #profList li dt {
	line-height: 1.3;
	padding: 1.5% 0 1.5% 2%;
}
#profileBox #scheduleList dt {
	color: #ffc90f;
}
.captionArea {
	color: #000000;
	background:#ba8e06;
}
.newArea {
	color: #d40000;
	background:#ffffff;
}
.iconBox {
	color: #ffc90f;
	background:#000000;
}
#descri p{clear:both;}

#picBox{
	clear:both;
	margin:0 0 15px 0;
	/*border-bottom:1px solid #F4DFF1;*/
	padding:0 0 15px 0;
}

/*==========================
	main base
============================*/
/*メイン画像ベース縦*/
body.portrait .mainPic{
	padding:3px;
	width:203px;
	height:305px;
	float:left;
	margin:0 0 0 5px;
	background:#FAD6D6;
}

/*メイン画像ベース横*/
body.landscape .mainPic{
	padding:9px;
	width:298px;
	height:448px;
	float:left;
}

/*==========================
	main pic
============================*/
/*メイン画像縦*/
body.portrait .mainPic img{
	width:203px;
	height:305px;
}

/*メイン画像横*/
body.landscape .mainPic img{
	width:298px;
	height:448px;
}

/*==========================
	thumnail base
============================*/
/*サムネイルベース縦*/
body.portrait .thumBox{
	width:93px;
	height:278px;
	float:left;
	margin-left:4px;
}

/*サムネイルベース横*/
body.landscape .thumBox{
	width:154px;
	height:384px;
	float:left;
	margin-left:4px;
}


.thumBox li{
	list-style:none;
}


/*==========================
	thumnail
============================*/
/*サムネイル縦*/
body.portrait .thumBox li{
	width:93px;
	height:52px;
	margin-bottom:10px;
	border:1px #FAD6D6 solid;
	overflow:hidden;
	position:relative;
}

/*サムネイル横*/
body.landscape .thumBox li{
	background-color:#999;
	width:154px;
	height:78px;
	margin-bottom:30px;
	border:1px #999 solid;
	overflow:hidden;
	position:relative;
}

/*==========================
	thumnail area
============================*/
/*サムネイル表示エリア縦*/
body.portrait .thumBox{
	/*overflow:hidden;*/
	float:left;
	top:-50%;
	position:relative;
}

/*サムネイル表示エリア横*/
body.landscape .thumBox{
	/*overflow:hidden;*/
	float:left;
	top:-50%;
	position:relative;
}

/*==========================
	thumnail pic
============================*/
/*サムネイル画像幅縦*/
body.portrait .thumBox img{
	width:93px;
	height:auto;
}

/*サムネイル画像幅横*/
body.landscape .thumBox img{
	width:154px;
	height:auto;

}

/****************************/
#profileBox h3{
	font-size: 14px;
	background: rgba(0, 0, 0, 0.2);
	padding: 0 0 0 3%;
}

#profileBox dl{
	width:95%;
	height:auto;
	margin:0 auto;
}

#profileBox dt{
	color:#ffffff;
	background: rgba(0, 0, 0, 0.2);
}

#profileBox dl dt,#profileBox dl dd{
	float:left;
	margin:3px 0;
	line-height:2;
	padding-left:2%;
}

#profileBox dl dt{width:36%;clear: both;}

#profileBox dl dd{
	color:#ffffff;
	width:60%;
}


#profileBox dl dd a{
	color:#00fcff;
}



.mainPic p.text{
	font-size:12px;
	line-height:1.4;
	border:1px #666 dotted;
	padding:2px;
	margin-bottom:5px;
}

#pic_box{
	width:94%;
	margin:0 auto;
}

p#btnBlog {
	padding:5px;
	width:94%;
	text-align: center;
	margin:0 auto 5px;
	line-height:1.2;
}
p#btnBlog a {
	font-size:12px;
	color:#FFE0B0;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}

#girls {
    color: #FFFFFF;
    line-height: 1.2;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    width: 75%;
}
#girls a {
    color: #FFFFFF;
}
#girlsBack {
    font-size: 14px;
    text-align: center;
}


#diary{
	width: 95%;
	margin: 0 auto 10px;
}

#diary li{
	margin:  0 0 2%;
	color: #ffffff;
	list-style: none;
}