@charset "utf-8";

/* basic
 * --------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,img{
    margin:0;
    padding:0;
}
fieldset,img {
    border:0;
}
ol,ul {list-style:none;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
img{max-width: 100%;}
 
a {
	color: #736357;
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover{color:#007584}
a:visited{color:#9F9FA0}

 
a:hover,a.selected{
    text-decoration:none;
}
a:focus{outline:0}
a,img{vertical-align:top}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* Common
 * --------------------------------------------------------*/
body {
	letter-spacing: 0px;
	font:normal 14px/28px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;;
	background: #fff;
	color: #065d72;
	/*overflow-x: hidden;
	overflow-y: scroll;
	min-width: 980px;*/
}

.fl {float: left;}
.fr {float: right;}
.hoverOp:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/* wrapper
 * --------------------------------------------------------*/
#wrapper {
  	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}

/* header
 * --------------------------------------------------------*/
#header {
	width: 950px;
	margin: 70px auto 20px auto;
	border-bottom: 1px solid #065d72;
	position: relative;
}

#header .head_ttl {
	float: left;
	padding-bottom: 60px;
}

#header .head_ttl .yodogawa {
	margin: 9px 0 0 17px;
}

#header .profileArea {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#header .profileArea .kaoruyokoo {
	margin-right: 10px;
	vertical-align: middle;
}

/* contents
 * --------------------------------------------------------*/
#contents {
	margin-bottom: 20px;
}

#story {
	width: 950px;
	margin: 0 auto;
}

/* contentsTitle ------ */
#story .contentsTitle {
	font-size: 40px;
	text-align: left;
	margin: 48px 0 52px 0;
}

#story .contentsTitle span {
	font-size: 28px;
	margin-right: 50px;
	
}

/* textArea ------ */
#story .textArea {
	width: 480px;
	text-align:left;
	float: left;
}

#story  ul.subPhoto {
	width: 1000px;
	margin-top: 30px;
}

#story  ul.subPhoto li {
	margin-right: 25px;
}

.update {
	font-size: 12px;
	margin: 85px 0 70px 5px;
}

/* photoArea ------ */
#story .photoArea  {
	width: 450px;
	float: right;
	position: relative;	
}

#story .photoArea .zoomBtn {
	position: absolute;
	right: 0;
}


/* skipBtn ------ */
#skipBtn {
	width: 600px;
	margin: 0 auto 65px auto;
}

#skipBtn li.top {
	margin: 0 125px;
}

#skipBtn a {
	display: inline-block;
	width: 100px;
}

/* archive ------ */
#archive {
	border-top: 1px solid #065d72;
	padding-top: 30px;
	text-align: left;
	font-size: 11px;
	margin: 20px auto 0 auto;
}

#archive>img {
	margin-bottom: 35px;
	padding-left: 7px;
}

#archive ul {
	padding: 0 0 35px 0;
}

#archive li {
	width: 100px;
	line-height: 20px;
	margin: 0 8px;
}

#archive li:first-child{
	margin: 0 9px 0 6px;
}
#archive li:last-child{
	margin: 0 5px 0 8px;
}


#archive li span {
	padding-top: 10px;
	display: inline-block;
}

.tp50{padding-top:50px;}

/* footer
 * --------------------------------------------------------*/
#footer {
	margin: 0 auto 200px auto;
	border: 1px solid #065d72;
}

#footer ul.ftNavi {
	float: left;
	text-align: left;
	margin-left: -1px;
}

#footer ul.ftNavi li {
	display: inline;
	margin-right: 80px;
}

.credit {
	float: right;
	font-size: 10px;
	margin-right: 10px;
}

.credit .ftPhoto {
	text-align: right;
	margin: 3px 0 56px 0;
}

.credit .ftCopyright {
	font-weight: bold;
	text-align: right;
}

/* profile.html
 * --------------------------------------------------------*/
#profile {
	width: 350px;
	padding: 40px;
}

#profile .p_ttl .ttlNm {
	padding: 20px 0 20px 5px;
}

#profile .p_body {
	margin-top: 20px;
	line-height: 24.5px;
}

#profile .p_body span {
	display: block;
	font-size: 11px;
	line-height: 19px;
}

.midashi{
	font-size:16px;
	letter-spacing:2px;
	line-height:3;}
	
.info{
	margin-top:50px;
	margin-bottom:50px;}