@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,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing: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 {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover,a.selected{
    text-decoration:none;
}
a:link{color:#33c}
a:visited{color:#802080}
a:hover{text-decoration:underline;color:#eb6100}
a:active{color:#ebc300}
a:focus{outline:0}
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;}

/* Common
 * --------------------------------------------------------*/
body {
	letter-spacing: 0.5px;
	font:normal 15px/25px "小塚ゴシック Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ECF4E1 url(../images/back/back.jpg) repeat center top;
}

/* wrapper
 * --------------------------------------------------------*/
#wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/back/bk_shimenawa.png) repeat-y center top;
}

#wrapper_inner {
	background: #fff;
  	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#back_hd {
	text-align: left;
	margin-left: -30px;
	margin-bottom: -10px;
}

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

#header .head1 {
	float: left;
	width: 780px;
}

#header .head1  h1 {
	padding-left: 35px;
}

#header .head2 {
	float: right;
	width: 213px;
}

#header .head2 .toukou1 {
	margin-top: -20px;
}

#header .head2 .toukou2 {
	z-index: 999;
	position: relative;
}

#header .detailTtl {
	padding-bottom: 20px;
	padding-right: 55px;
}

#header .detail_toukou {
	position: absolute;
	right: 28px;
	top: 115px;
}

/* contents
 * --------------------------------------------------------*/
#contents {
	color: #fff;
}

.loading,
.loadFailed {
	text-align: center;
	padding-top: 220px;
}

/* 乗組員 -------- */
#norikumiinArea {
	z-index: 555;
	margin-top: -70px;
	background: url(../images/back/bk_norikumiin.png) no-repeat 10px;
	height: 680px;
	position: relative;
}

#n_kakizome {
	text-align: left;
	margin-top: 95px;
	padding-left: 48px;
	height: 460px;
}

#n_operation {
	color: #fff;
}

#n_operation li {
	margin: 0 5px;
}

#n_operation li:first-child {
	margin-left: 0px;
}

#n_operation li:last-child {
	margin-right: 0px;
}

#n_operation img.chgBtn {
	padding-top: 3px;
}

#n_operation .select_ttl{
	margin-top: 5px;
}

/* 乗組員個別 */
#detail_norikumiinArea {
	height: 3660px;
	background: url(../images/back/bk_n_detail.png) no-repeat 10px;
	position: relative;
}

#detail_norikumiinArea .goContTop {
	position: absolute;
	left: 350px;
	bottom: 60px;
}

/* 読者 -------- */
#dokushaArea {
	background: url(../images/back/bk_dokusha.png) no-repeat 10px;
	height: 680px;
	position: relative;
}

#d_kakizome {
	width: 900px;
	height: 420px;
	margin: 100px auto 0px auto;
	text-align: left;
}

#d_operation {
	width: 900px;
	margin: 30px auto 0px auto;
	color: #fff;
}

#d_operation  ul  {
	margin-left: -5px;
}

#d_operation  .d_toukou {
	margin: -19px 25px 0px 25px;
}

/* 読者個別 */
#detail_dokushaArea {
	height: 1680px;
	position: relative;
	background: url(../images/back/bk_d_detail.png) no-repeat 10px;
}

#detail_dokushaArea  #d_kakizome {
	width: 915px;
	margin: 100px auto 0px auto;
	text-align: left;
	padding-left: 30px;
}

#detail_dokushaArea .detail_d_operation {
	position: absolute;
	bottom: 90px;
	left: 60px;
}

#detail_dokushaArea .detail_d_operation  ul {
	margin: 0;
}

#detail_dokushaArea .detail_d_operation  li {
	vertical-align: middle;
	position: absolute;
	bottom: 10px;
	margin: 0;
}

#detail_dokushaArea .detail_d_operation #btn_prev {
	left: 20px;
}

#detail_dokushaArea .detail_d_operation #btn_toukou {
	right: 278px;
	margin: -19px 25px 20px 25px;
	
}

#detail_dokushaArea .detail_d_operation #btn_next {
	right: 30px;
}

#detail_dokushaArea .detail_d_operation .goContTop {
	position: absolute;
	left: 304px;
	/*bottom: -27px;*/
}

/* インライン */
.inlineCont {
	display: inline-block;
	margin: 0 12px 30px 12px;
	width: 150px;
	height: 200px;
}

.inline_wrap {
	padding: 50px 25px 0px 25px;
}

.inline_info {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	color: #fff;
}

.inline_image {
	width: 460px;
}

.imgUrl {
	width: 400px;
}

.inline_explain {
	width: 440px;
	margin: 20px auto 0 auto;
	text-align: left;
	font-size: 14px;
}

.inline_icon_n {
	padding-left: 9px;
	padding-bottom: 5px;
}

.inline_name_n {
	padding-bottom: 20px;
}

.inline_name {
	font-size: 28px;
	padding: 16px;
}

.inline_name_d {
	font-size: 28px;
	padding-bottom: 20px;
	padding-left: 9px;
}

.inline_text {
	border-top:  #fff 1px dashed;
	padding: 20px 8px 0 8px;
}

.n_goList {
	left: 42%;
	position: absolute;
	bottom: 44px;
}

.d_goList {
	left: 37.5%;
	position: absolute;
	bottom: 48px;
}

/* footer
 * --------------------------------------------------------*/
#footer {
	margin: 10px auto 0 auto;
	text-align:center;
	padding-bottom: 100px;
}

.ftNavi {
	margin: 10px 4px 30px 0;
}

.ftNavi li{
	margin: 0 36px;
}

li.facebook {
	vertical-align: bottom;
	margin-bottom: 7px;		
}

.ftCopyright {
	margin: 50px 0 30px 0;
	font-size:11px;
	color: #828282;
}

/* Form.html & thanx.html
 * --------------------------------------------------------*/
#form_wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/formpage/bk_shimenawa_form.png) repeat-y center top;
}

#form_wrapper_inner {
	background: #fff;
  	width: 660px;
	margin: 0 auto;
	text-align: center;
	color: #000;
}

#back_hdForm {
	text-align: left;
	margin-left: -36px;
	margin-bottom: -10px;
	margin-left: -23px;
}

#back_hdForm>img {
	margin-top: -5px;
}

#form_wrapper #header {
	margin-left: 10px;
	margin-bottom: 20px;
}

/* Form.html -------- */
#form_contents {
	color: #000;
	padding-bottom: 20px;
}

#form_contents p {
	font-size: 15px;
	text-align: left;
}

#beforeArea .before {
	margin-top: 20px;
	padding-left: 5px;
}

#beforeArea p {
	width: 460px;
	margin: 30px 0 50px 0;
	padding-left: 110px;
}

#beforeArea .before .ttl1_1 {
	margin-left: -35px;
}

#beforeArea .before .ttl1_2 {
	margin-left: -70px;
}

#howtoArea .howto_form,
#howtoArea .howto_mail {
	margin-top: 20px;
	padding-left: 5px;
}

#howtoArea .howto_form {
	margin-bottom: 90px;
}

#howtoArea .howto_form p {
	width: 420px;
	margin: 10px auto 50px auto;
}

#howtoArea .howto_form .ttl2_1 {
	margin-left: -145px;
}

#howtoArea .howto_form dl {
	text-align: left;
	padding-left: 110px;
	margin-top: -20px;
}

#howtoArea .howto_form dt {
	padding-bottom: 10px;	
}

#howtoArea .howto_form dt img {
	margin-left: -2px;
	display: block;
}

#howtoArea .howto_form dd {
	padding-bottom: 40px;
}

#howtoArea .howto_form dd:last-child {
	padding-bottom: 35px;
}

#howtoArea .howto_form  .cap {
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	display: block;
	padding-top: 8px;
}

#howtoArea .howto_mail p {
	width: 420px;
	margin: 10px auto 10px auto;
}

#howtoArea .howto_mail .ttl2_2 {
	margin-left: -220px;
}

#form_wrapper .goContTop {
	padding-top: 20px;
	padding-bottom: 55px;
}

.submitBtn {
	outline: none;
	cursor: pointer;
	width: 200px;
	height: 200px;
	border: none;
	text-indent: -9999px;
	background: url(../images/formpage/btn_submit.png) no-repeat 0 0;
}

.submitBtn:hover {
	background: url(../images/formpage/btn_submit-over.png) no-repeat 0 0;
}
