@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,form,input,p,th,td,img{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
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 {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#00743c;
}
a:link{color:#00743c;text-decoration:none;}
a:hover{color:#097BB0;text-decoration:none;}
a:visited{color:#9C7C52;}

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

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

.hoverOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.fl {float: left;}
.fr {float: right;}

.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.pink {color: #FF50FF;}

/* Common
 * --------------------------------------------------------*/
body {
	letter-spacing: 1px;
	line-height : 225%;
	font:normal 14px/28px "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #999;
}

/* wrapper
 * --------------------------------------------------------*/
#wrapper {
  	width: 866px;
	margin: 0 auto;
	text-align: center;
}

.wrapTop {
	width: 870px;
	height: 500px;
	margin: 0 auto;
	padding: 18px 0 8px;
	background: url(../images/background/back_top.png) 0 0 no-repeat;
}

.wrapMid {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(../images/background/back_mid.png) 0 0 repeat-y;
}

.wrapBtm {
	width: 870px;
	height: 30px;
	margin: 0 auto 0px auto;
	padding: 13px 0;
	background: url(../images/background/back_btm.png) 0 0 no-repeat;
}

/* header
 * --------------------------------------------------------*/
#header {
	position: relative;
}

/* contents
 * --------------------------------------------------------*/
#contents {
}

/* yodogawa --------------- */
.yodogawa {
	padding-top: 20px;
}

 .yodogawa .yLink1 {
	position: absolute;
	top: 50px;
	left: 80px;
}

 .yodogawa .yLink2 {
	position: absolute;	
	top: 50px;
	left: 188px;
}

 .yodogawa .yLink3 {
	position: absolute;
	top: 50px;
	left: 266px;
}

.contTtl {
	margin: 20px auto;
}

/* talk --------------- */
.talk {
	width: 570px;
	margin : 0 auto;
	padding: 18px 0;
}

.talk dl {
	width: 600px;
}

.talk dt  {
	width: 120px;
	float: left;
	text-align: right;
}

.talk dd {
	width: 460px;
	float: right;
	text-align: left;
}


/* guide --------------- */
.guide {
	width: 420px;
	margin: 42px auto;
	padding-left: 40px;
	text-align: left;
	
}

/* photo --------------- */
.photo {
	margin: 20px auto;
	text-align: center;
}

.photo .cap {
	width: 590px;
	display: block;
	margin: 3px auto 0 auto;
	padding-left: 3px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

/* video  --------------- */
#video {
	margin: 0 auto;
}
.videoWrapTop {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 18px 0 8px;
	background: url(../images/background/video_top.png) no-repeat center;
}

.videoWrapTop img {
	padding-top: 15px;
}

.videoWrapMid {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 10px 15px 0 15px;
	background: url(../images/background/video_mid.png)repeat-y center;
}
.videoWrapMid iframe {
	margin-left: 5px;
}

.videoWrapBtm {
	width: 800px;
	height: 50px;
	margin: 0 auto 0px auto;
	padding: 0 0 13px 0;
	background: url(../images/background/video_btm.png) no-repeat center;
}

.pointsTtl {
	padding: 15px 0 10px 0;
}

.points {
	width: 746px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}

.points p {
	padding-top: 10px;
}

.point1 {
	float: left;
	padding-left: 34px;
}

.point2 {
	float: right;
	padding-right: 10px;
}

/* update  --------------- */
.update {
	font-size: 12px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin: 30px 0 10px 0;
}

/* paging  --------------- */
#paging {
	height: 100px;
	margin: 30px 0 20px 0;
}

#paging .navi {
	text-align: center;
	position: relative;
}

#paging .prev {
	position: absolute;
	left: 150px;
	margin-top: 20px;
}


#paging .next {
	position: absolute;
	right: 150px;
	margin-top: 20px;
}

/* mokuji  --------------- */

.mokuji {
	width: 450px;
	margin: 0 auto;
	
}
.mokuji .mTtl {
	text-align: left;
	display: block;
	margin: 20px 0 10px 0;
}

.mokuji li {
	margin: 10px 0;
}

#mokujiArea .mArrow {
	display: block;
	margin: 0 auto;
}

#mokujiArea .mAndmore {
	display: block;
	margin: 5px auto 20px auto;
}

/* backNumber  --------------- */
.backNumber {
	margin: 35px auto 20px auto;
}

.backNumber > img {
}

.backNumber ul {
	margin: 10px 0;
}

.backNumber li {
	margin: 0 15px;
}


/* footer
 * --------------------------------------------------------*/
#footer {
	margin: 0 auto;
	text-align:center;
	position: relative;
}

#footer ul {
	float: left;
	padding-left: 70px;
}

#footer li {
	padding: 0 32px;
}

#footer li:last-child {
	padding-top: 18px;
	padding-left: 170px;
}

#footer li:last-child img {
	margin-top: 15px;
}

#footer .fbBtn {
	width: 100px;
	text-align: center;
	vertical-align: bottom;
}

#footer .fbBtn .facebook {
	margin: 8px 9px 0 0;
}

.ftCopyright {
	margin: 110px 0 0 0;
}
