@charset "UTF-8";
/* ****************************************************************** 

	--style.css--

	1. Style setting
		1-1. FontColor styles

	2. Layout setting
		2-1. Base styles
		2-2. Main styles
		2-3. sp styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. FontColor styles
-------------------------------------------------------------------*/
html { color:#000;}
a:link, a:visited { color:#06C; text-decoration:none; }
a:hover, a:active {	color:#06C; text-decoration:underline; }
html { background-color:#E8E8E8; }
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" ,Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height: 1.6;
	background-color:#F5F7F8;
	min-width:320px;
	overflow:hidden;
}
*{box-sizing: border-box;}

/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base styles
-------------------------------------------------------------------*/
#contents{
	max-width:980px;
	margin:0 auto 2em;
	padding-top: 0.6em;
}
#pageHome #contents{
	padding-top: 2em!important;
}
.breadcrumb {
	clear: both;
	line-height: 1.2;
	max-width: 980px;
	margin: 0 auto 0.6em;
	padding: 0 0.6em;
	overflow: hidden;
}
.breadcrumb li{
	float: left;
	padding: 0.8em 0px;
	font-size: 0.8em;
}
.breadcrumb li:after {
	content: '>';
	color: #AAA;
	padding: 0 0.6em;
}
.breadcrumb li:last-child:after {
	content: '';
}


#main{
	width:72%;
	max-width:700px;
	margin-bottom:2em;
}
#side{
	width:26%;
	max-width:250px;
	margin-bottom: 3em;
}

.section {
	padding:0;
	background-color: #FFF;
	box-shadow:0px 0px 4px 1px #E8E8E8;
	margin-bottom: 1.6em;
}
.sectionInner{
	padding:1.4em 1.8em;
}

.section p{ line-height:1.6;}

/*headerStyle*/
.headline01{
	font-size: 1.2em;
	margin-bottom: 0.4em;
}
.headline02{
	color: #FFF;
	font-size: 1.3em;
	min-height: 2.4em;
	padding: 0.6em 0 0.5em 2.8em;
	margin-bottom: 0.2em;
	background: #043db2 url(../img/bg_dot.png) repeat 0 0;
	position: relative;
}
.headline02:before {
	content: "";
	background: url(../img/icon_boat.png) no-repeat 50% 50%;
	background-size: cover;
	width: 34px;
	height: 30px;
	position: absolute;
	left: 0.8em;
	top: 0.6em;
}
.headline03{
	font-size: 1.1em;
	margin-bottom: 0.4em;
}
.blue{color: #043db2;}

.linkList a {
	display: block;
	padding-left: 6px;
	line-height: 1.45;
}
.linkList a {
	display: inline-block;
	margin-top: 1px;
	width: calc(100% - 18px);
	vertical-align: top;
}



/* ------------------------------------------------------------------
	2-2. Main styles
-------------------------------------------------------------------*/
.header-wrap{
	background: #1d60cf url(../img/bg_dot.png) repeat 0 0;
	border-top: #0060c3 solid 5px;
	border-bottom: #0060c3 solid 5px;
}
#keyv {
	text-align: center;
}
#keyv img {
	width:100%;
	max-width: 980px;
}
/*
.button a {
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 2.6em;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 5px solid #ea2055;
	background: #ff3b6e;
}*/

/*キャラクター*/
.characterBlock {
	border-top: 2px dotted #1D60CF;
	padding-top: 1em;
	margin-top: 1.4em;
}
.characterBlock .imgBox{
	width: 60%;
}
.characterBlock .imgBox img{
	width: 100%;
}
.imgBlock {
	margin-top: 5px;
	margin-bottom: 10px;
}
.imgBlock .imgBox{
	width: 50%;
}
.imgBlock .imgBox img{
	width: 100%;
}

/* 手紙 更新情報*/
.meUpdate li{
	margin-bottom: 0.6em;
}
.meUpdate .day{
	display: inline-block;
	margin-right: 1em;
}
.meUpdate .mailIcon{
	padding-left: 2.2em;
	min-height: 18px;
	position: relative;
}
.meUpdate .mailIcon:before {
	content: "";
	background: url(../img/icon_mail1.png) no-repeat 50% 50%;
	background-size: cover;
	width: 25px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0.1em;
}
.meUpdate .greenIcon:before {
	background-image: url(../img/icon_mail2.png);
}

/*パーソナリティ紹介*/
.personality li{margin-bottom: 1em;}
.personality img{width: 100%;}
.personality .leftBox{width: 26%;}
.personality .rightBox{width: 70%;}
.personality li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

/*コーナー紹介*/
.secNopa {
	padding-left: 0!important;
	padding-right: 0!important;
}
.corner li{
	padding:1.4em 1.8em;
	border-bottom: 1px #dddddd solid;
}
.corner li:last-child{
	border-bottom: none;
}

/*サイドバナー*/
.bannerBox {
	border-bottom:2px dotted #1D60CF;
	padding-bottom: 1em;
	margin-bottom: 1.4em;
}
.bannerBox li{
	margin-bottom: 0.1em;
}
.bannerBox li:last-child{
	margin-bottom: 0;
}
.bannerBox img{width: 100%;}
.bannerBox .banTxt{
	font-size: 0.8em;
	line-height: 1.5;
	margin-top: 0.3em;
}
.showBnrOnlyIchi {
    display: none;
}
.twitterBox a{
	height: 500px;
}

#footer {
	background:#1F2024;
}
#footer .inner {
	max-width:980px;
	margin:0 auto;
}
#copyRight {
	padding:10px 0;
	color:#B3B3B3;
	text-align:center;
}
.pageTop {
	position:relative;
	max-width:1120px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	display:block;
	position:absolute;
	top:-70px;
	right:0;
	background:#FFF;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
手紙一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.pageTitle{
	margin-bottom: 1.8em;
}
.pageTitle img{
	width: 100%;
}

.page {
	margin-top:1.5em;
	text-align:center;
}
.page li {
	display:inline-block!important;
	padding:0 1px;
}
.page li a {
	color:#1793c1;
	display:inline-block;
	width:30px;
	height:30px;
	padding-top:3px;
	border:1px solid #1793c1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	transition:all 0.3s ease 0s;
}
.page li.prev a {
	width:auto;
	border:none;
}
.page li.next a {
	width:auto;
	border:none;
}
.page li.active a,
.page li a:hover {
	background:#1793c1;
	color:#FFF;
}
.page li.prev a:hover,
.page li.next a:hover {
	background:none;
	color:#1793c1;
	text-decoration:underline;
}
.page.sizeFree li a{
	width:auto;
	padding: 3px 1em 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
手紙ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.letterBox img{width: 100%;}
.letterBox{position: relative;}
.letterBox .letterImg{
	width: 54%;
	position: absolute;
	left: 23%;
	top: 39.5%;
}


/* ------------------------------------------------------------------
	2-3. sp styles
-------------------------------------------------------------------*/
@media screen and (max-width:736px) {
	#contents{
		max-width:980px;
		margin:0 auto;
		padding: 0.6em 0.8em;
	}
	#pageHome #contents{
		padding-top: 1.4em!important;
	}
	.breadcrumb {
		margin: 0 auto 1em;
	}
	.breadcrumb li{
		padding: 0.3em 0px;
        /* font-size: 13px; */
	}
    .breadcrumb li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

	#main{
		float:none;
		width:100%;
	}
	#side{
		float:none;
		width:100%;
		max-width:100%;
		margin-bottom:2em;
	}
	
	.section {
		padding: 0;
		margin-bottom: 1.2em;
	}
	.sectionInner {
		padding: 1.2em 1em;
	}
	.headline02{
		padding: 0.6em 0 0.5em 2.6em;
	}
	.headline02:before {
		left: 0.6em;
	}
/*
	.button a {
		width: 100%;
		display: block;
		padding: 0.5em 0;
	}
*/
	
	.characterBlock .imgBox{
		width: 100%;
	}
	
	.imgBlock .imgBox{
		width: 100%;
	}
	
	.corner .headline03{margin-top: 0.4em;}
	.corner li{
		padding:0.8em 1.2em 1em;
	}

	.pageTop a {
		top:-45px;
	}
	.pageTop a img {
		width:40px;
	}
}
