@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}
body {
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic,
	"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	min-width: 1028px;
	background: #f5f5f0;
}
/* init */
.hidden {overflow: hidden;}
.float {float: left;}
* ul{list-style: none;}
a ,
a:link ,
a:visited {color: #000;text-decoration: none;}
a.border ,
a span.border ,
a:link span.border ,
a:visited span.border {
	border-bottom: solid 1px #ccc;
}
.wrapper {
	width: 1014px;
	margin: 0 auto;
	padding: 0 7px;
	overflow: hidden;
}
.wrapperR {
	width: 1014px;
	margin: 70px auto 0;
	padding: 0 7px;
	overflow: hidden;
}
.wrapperRe {
	width: 1014px;
	margin: 40px auto 0;
	padding: 0 7px;
	overflow: hidden;
}
img.logo {
	width: 155px;
}
section {
	background: #f5f5f0;
}
img.tinyPhoto {
	width: 240px;
}
img.squarePhoto {
	width: 90px;
}

/* 編集画面用 */
#adminBox {
	padding-top: 110px;
}

/* ヘッダースタイル */
header {
	width: 100%;
	background: rgba( 255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	z-index: 1000;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}
header nav h1 {
	width: 150px;
	padding: 60px 0;
	float: right;
}
header nav h1 img {
	width: 150px;
}
header nav ul {
	width: 814px;
	margin: 20px auto;
	float: left;
}
header nav ul li {
	float: left;
	width: 130px;
	font-size: 1.4em;
	line-height: 1;
	box-sizing: border-box;
	border-top: solid 5px rgba(255,255,255,0.0);
}
header nav ul li a {
	display: block;
	text-align: center;
	font-weight: 700;
	padding: 24px 30px;
}

ul.one li.nav01 span {
	background: url(../img/nav01.png) no-repeat left bottom;
	background-size: 47px;
	padding-bottom: 10px;
}
ul.one li.nav02 span {
	background: url(../img/nav02.png) no-repeat left bottom;
	background-size: 47px;
	padding-bottom: 10px;
}
ul.one li.nav03 span {
	background: url(../img/nav03.png) no-repeat left bottom;
	background-size: 47px;
	padding-bottom: 10px;
}
ul.one li.nav04 span {
	background: url(../img/nav04.png) no-repeat left bottom;
	background-size: 47px;
	padding-bottom: 10px;
}
ul.one li.nav05 span {
	background: url(../img/nav05.png) no-repeat left bottom;
	background-size: 47px;
	padding-bottom: 10px;
}
header.headertop ul.one {
	width: 864px;
	margin: 20px auto;
}
header.headertop ul.one li {
	float: left;
	width: 170px;
	font-size: 1.4em;
}
header.headertop ul.one li a {
	text-align: left;
	padding: 30px 10px;
	margin: 10px;
	font-weight: 500;
}
header.headertop .nav {
	width: 100%;
	position: fixed;
	top: 69px;
	z-index: 1000;
}
header.headertop {
	background: #fff;
	height: 150px;
	position: static;
}
header.one h1 {
	float: left;
	padding: 34px 0;
}
header.one ul.one {
	float: right;
	margin-left: 30px;
}
header.one ul.one li {
	float: left;
	width: 160px;
	font-size: 1.4em;
}
header.one ul li a {
	width: 170px;
	font-weight: 500;
	padding: 10px 0;
}
header.one {
}


/* copy */
.mainImg {
	height: 550px;
	overflow: hidden;
	background: url(../img/top.jpg);
	background-size: cover;
}
.mainImg .MI {
	position: relative;
	height: 550px;
}
.mainImg img {
	display: block;
	width: 440px;
	margin: 0 0 12px;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: 0;
	margin: auto 0;
}
img.triad {
	width: 140px;
	position: fixed;
	top: 0;
	z-index: 1000;
	right: 0;
}
img.triadN {
	width: 140px;
	position: fixed;
	top: 0;
	z-index: 1000;
	right: 0;
}
img.triadM {
	width: 140px;
	position: fixed;
	top: 102px;
	z-index: 1000;
	right: 0;
}
p.listanchor {
	margin: 0 0 80px;
	display: block;
	text-align: center;
}
p.listanchor a {
	color: #777;
	font-size: 1.2em;
	display: inline-block;
	padding: 8px 100px;
	text-align: center;
	background: #fff;
}
.top1 {background: url(../img/top1.jpg) no-repeat center center;}
.top2 {background: url(../img/top2.jpg) no-repeat center center;}
.top3 {background: url(../img/top3.jpg) no-repeat center center;}
.top4 {background: url(../img/top4.jpg) no-repeat center center;}
.top1 ,
.top2 ,
.top3 ,
.top4 {
	width: 100%;
	height: 300px;
	margin: 100px auto 0;
	background-size: cover;
	position: relative;
}

/* フッタースタイル */
footer {
	height: 190px;
	padding: 50px 0;
	background: #fff;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 10px #000;
}
footer .left {
	width: 280px;
	float: left;
	font-size: 1.2em;
	line-height: 1.8;
}
footer .left p {
	font-weight: 700;
	margin: 10px 0 0;
}
footer .left img {
	width: 150px;
}
footer .right {
	width: 720px;
	float: right;
}
footer .right img {
	display: block;
	float: right;
	width: 515px;
}
address {
	font-style: normal;
	line-height: 1.6;
}
footer small {
	display: block;
	text-align: center;
	padding: 30px 0 10px;
}
footer .center {
	font-size: 0.8em;
	color: #646464;
	position: relative;
	text-align: center;
}

/* インデックス */
section article.blog {
	width: 240px;
	min-height: 346px;
	float: left;
	margin: 5px;
}
section article.blog.in {
	width: 230px;
	margin: 4px;
}
article.blog.in img {
	width: 230px;
}
article.blog img {
	width: 240px;
}
.blogBox {
	padding: 0 7px;
}
span.cateName {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 5px 6px 4px 6px;
	background: #000;
	color: #fff;
}
.textarea span.cateName {
	position: absolute;
}
article.blog time {
	font-size: 1.2em;
	float: right;
}
.summary {
	margin: 11px 10px 7px;
}
.summary h3 {
	height: 38px;
	margin: 12px 0 7px 0;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
}
p.body {
	word-break: break-all;
	font-size: 1.4em;
	line-height: 1.4;
}
a.cateBtn {
	display: inline-block;
	position: relative;
	left: 840px;
	border: solid 1px #646464;
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 1.2em;
}

/* newEntry */
section article.newEntry {
	width: 600px;
	margin: 0 auto;
}
section article.newEntry img.mainPhoto {
	width: 552px;
}
article.newEntry time {
	display: block;
	margin: 0 0 4px;
	color: #999;
	font-size: 1.2em;
}
article.newEntry .bodyHeader {
	padding: 0;
	margin: 0 0 20px;
	border-bottom: solid 1px #000;
}
article.newEntry .bodyHeader h2 {
	font-size: 1.8em;
	font-weight: 700;
}
article.newEntry .textarea {
	padding: 24px;
	background: #fff;
}

/* 広告 */
.g_ad {
	margin: 0 0 10px;
	padding: 0 0;
}
.g_ad img {
	float: left;
	margin: 0 10px;
}
.g_adSide img {
	margin-bottom: 5px;
}
.g_ad3 {
	float: left;
	margin: 0;
	padding: 0 0 50px;
}
.g_ad3 .ad {
	float: left;
	margin: 0 19px;
}

/* エントリー */
article.blogEntry {
	width: 700px;
	float: left;
}
article.jerseyEntry {
	width: 600px;
	margin: 100px auto 0;
}
article.artEntry {
	width: 600px;
	margin: 100px auto 0;
}
article.jerseyEntry img.mainPhoto {
	width: 600px;
}


div.blogEntry {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
aside.Entry {
	width: 300px;
	margin: 0 0 30px 14px;
	float: left;
}
article.blogEntry img.mainPhoto {
	width: 700px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
article.blogEntry h2 {
	font-size: 2.8em;
	line-height: 1.2;
	font-weight: 700;
	padding: 8px 0;
	border-bottom: solid 1px #a5a5a5;
}
.bodyHeader {
	margin: 14px 14px 0 14px;
}
.bodyHeader time {
	margin-left: 14px;
	font-size: 1.2em;
}
.pickup {
	width: 700px;
	margin: 0 -7px;
	float: left;
}
.pickup h2.p img {
	width: 634px;
	margin: 0 33px;
}
.pickup h2.p {
	border: none;
	margin: 40px 0 20px 0;
}
.entryBody {
	padding: 0 0 30px 0;
}
.blogBoxPickup {
	margin: 0 -7px;
}
.blogBoxPickup article.blog {
	margin: 7px;
}
article.jerseyEntry .textarea {
	background: #fff;
}


/* カテゴリーリスト */
ul.cateList {
	margin: -20px auto 20px auto;
	width: 800px;
}
ul.cateList li {
	font-size: 1.4em;
	margin: 0 3px;
	float: left;
}
ul.cateList li a {
	display: block;
	padding: 4px 8px;
}
ul.sideCateList li {
	margin: 4px 2px;
	display: inline-block;
	background: #000;
}
ul.sideCateList li a {
	color: #fff;
	display: block;
	line-height: 1;
	padding: 4px 11px;
	font-size: 1.4em;
	font-weight: 700;
}
ul.cateList.blog li.blog a span ,
ul.cateList.one li.one a span ,
ul.cateList.two li.two a span ,
ul.cateList.three li.three a span ,
ul.cateList.four li.four a span ,
ul.cateList.tieup li.tieup a span {
	border-bottom: solid 1px #a5a5a5;
}

/* ページャー */
ul.pager {
	width: 100%;
}
ul.pager li {
	float: left;
	margin: 5px;
	background: #000;
}
ul.pager li span {
	color: #fff;
	font-size: 1.4em;
	line-height: 1;
	display: block;
	padding: 18px 21px;
}
ul.pager li span a {
	color: #fff;
}

ul.spager {
	margin: 12px 0;
}
ul.spager li {
	float: left;
	width: 49%;
	background: #fff;
	text-align: center;
}
ul.spager li.r {
	float: right;
}
ul.spager li span {
	display: block;
	line-height: 1.2;
	font-size: 1.2em;
	padding: 20px 0;
}


/* TOP */
h2.title {
	padding: 14px;
	margin: 0 auto 30px;
}
h2.title2 {
	padding: 14px;
	margin: 40px auto 0;
}
h2.title img {
	display: block;
	width: 800px;
	margin: 0 auto;
}
h2.title2 img {
	display: block;
	width: 800px;
	margin: 0 auto;
}

/* 発行元募集 */
.wanted p {
	font-size: 1.4em;
	margin: 0 0 21px;
}
.wanted p a {
	display: inline-block;
	padding: 7px 21px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.wanted p a:hover {
	background: #ddd;
}


/* サイド */
.sideBox {
	position: relative;
	background: #fff;
	margin: 14px 0;
	padding: 60px 10px 10px 10px;
}
.sideBox h4 {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: #d7dcda;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1;
	padding: 17px 0;
}
.sideBox a.list {
	width: 280px;
	font-size: 1.6em;
	padding: 6px 0;
	font-weight: bold;
	color: #fff;
	background: #d7dcda;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.sidegrid {
	margin: 10px 0;
}
.sidegrid img {
	float: left;
}
.sidegrid .text {
	width: 180px;
	margin-left: 10px;
	float: left;
}
.sidegrid p.date {
	font-size: 1.2em;
}
.sidegrid h3 {
	font-size: 1.4em;
	margin-top: 4px;
	line-height: 1.4;
	font-weight: 700;
}
.sidegrid .text span.cateName {
	line-height: 1;
	display: inline-block;
	margin: 2px 0 0 0;
}

/* パブリッシャ */
.tableLeft {
	float: left;
}
.tableRight {
	float: right;
}
table.pb {
	width: 490px;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 30px;
	background: #646464;
}
table.pb th {
	background: #fafaf5;
	font-size: 1.4em;
	line-height: 1;
	padding: 18px 0;
	text-align: center;
}
table.pb th:nth-child(1) {
	width: 90px;
}
table.pb th:nth-child(2) {
	width: 112px;
}
table.pb td {
	text-align: center;
	line-height: 1;
	font-size: 1.2em;
	position: relative;
}
table.pb td:nth-child(3) div {
	text-align: left;
	background: #fff;
	padding: 18px 0;
	padding-left: 10px;
	position: relative;
}
table.pb td a {
	background: url(../img/hpLink.png) no-repeat;
	background-size: 50px;
	display: inline-block;
	width: 50px;
	height: 20px;
	margin: auto 0 auto 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
table.pb td a.bz {
	background: none;
	color: #000;
	background-color: #ddd;
	width: 100%;
	padding: 18px 0;
	height: auto;
	margin: 0;
	left: 0;
}
table.pb td span {
	display: block;
	color: #000;
	background-color: #fff;
	width: 100%;
	padding: 18px 0;
	height: auto;
	margin: 0;
	left: 0;
}
table.pb td a.bz:hover {
	color: #fff;
	background-color: #777;
}
table.pb td a.bz.b {
	color: #000;
	background-color: #eee;
}
table.pb td a.bz.b:hover {
	color: #fff;
	background-color: #aaa;
}

/* テキストタグコレクション */
p.entryP {
	font-size: 1.4em;
	margin: 28px;
	line-height: 1.6;
	word-break: break-all;
	clear: both;

}
h3.title {
	font-size: 1.8em;
	font-weight: 700;
	margin: 20px 10px;
	background: #d7dcda;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 1;
	padding: 16px 18px;
	clear: both;
}
h4.title2 {
	font-size: 1.4em;
	font-weight: 700;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	margin: 20px 14px;
	line-height: 1;
	padding: 16px 14px 12px 14px;
	clear: both;
}
h5.title3 {
	font-size: 1.4em;
	font-weight: 700;
	margin: 20px 14px;
	line-height: 1;
	padding: 16px 14px 12px 14px;
	clear: both;
}
.column-image-left ,
.column-image-right {
	width: 532px;
	margin: 14px 28px;
}
.column-image-center {
	margin: 14px 28px;
}

img.columnImage {
	width: 496px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
h4.subT {
	width: 600px;
	margin: 10px 0;
	padding: 10px 20px 6px 20px;
	font-size: 2.4em;
	background: #000;
	font-weight: normal;
	color: #fff;
	display: inline-block;
}
.subImg {
	margin: 20px 28px;
}
p.caption {
	font-size: 1.2em;
}
.wysi {
	margin: 28px;
	font-size: 1.4em;
}


/* コンタクト */
section.contact {
	padding-bottom: 200px;
}

p.centertext {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.6;
	margin: 130px 0 40px 0;
	padding-top: 30px;
	z-index: 100;
}
dl.contact {
	width: 730px;
	margin: 0 auto;
}
dl.contact div {
	overflow: hidden;
	padding: 10px 0;
	border-top: solid 1px #e1e0da;
}
dl.contact dt {
	width: 220px;
	float: left;
	font-size: 1.4em;
	line-height: 1;
	padding: 20px 40px;
}
dl.contact dd {
	width: 430px;
	float: left;
	font-size: 1.4em;
	line-height: 1;
	padding: 23px 0;
}
dl.contact dd input ,
dl.contact dd textarea {
	width: 380px;
	padding: 15px 8px;
	font-size: 1.0em;
	border: none;
}
dl.contact dd textarea {
	height: 210px;
	resize: vertical;
}
dl.contact .kind dd input ,
dl.contact .reply dd input {
	width: 14px;
	padding: 0;
	margin-right: 10px;
	font-size: 1.0em;
	border: none;
}
dl.contact .pdf dd input {
	width: auto;
}
dl.contact .pdf dd  {
	color: #7d7668;
}
dl.contact .kind dd label ,
dl.contact .reply dd label {
	width: 380px;
	margin: 14px 0;
}
span.coution {
	display: block;
	width: 40px;
	box-sizing: border-box;
	padding: 3px 8px;
	margin: 7px 0;
	line-height: 1;
	font-size: 0.85em;
	color: #fff;
	background: #df4211;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
p.coution {
	line-height: 1;
	font-size: 0.85em;
	font-weight: 700;
	color: #e60012;
}
input#submit {
	width: 300px;
	display: block;
	margin: 0 auto;
	background: #fff;
	font-size: 1.4em;
	line-height: 1;
	padding: 32px 0;
	border: none;
}
input#correction {
	width: 300px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #fff;
	font-size: 1.4em;
	line-height: 1;
	padding: 32px 0;
	border: none;
}
/* コンタクト送信画面 */
div.thanks {
	margin: 80px 0 20px 0;
}
.thanks h3 ,
.thanks p.thanks {
	text-align: center;
}
.thanks p.thanks {
	font-size: 1.4em;
	margin: 20px 0;
	line-height: 2.2;
}
.thanks p.mAddress {
	width: 420px;
	margin: 0 auto;
	font-size: 1.6em;
	padding: 14px 0px 12px 0;
	text-align: center;
	font-weight: bold;
	background: #dcdcdc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* アバウト */

.imgLf ,
.imgRt {
	font-size: 1.4em;
	color: #544742;
	line-height: 2.0;
	margin-bottom: 100px;
}
.imgLf span.check ,
.imgRt span.check {
	background: url(../img/textmat.png);
	background-position: top;
	display: inline;
	padding: 7px 4px;
	font-weight: bold;
}
.imgLf span.point ,
.imgRt span.point {
	background: url(../img/textmat01.png);
	background-position: top;
	display: inline;
	padding: 7px 4px;
	font-weight: bold;
}
.imgLf .text img ,
.imgRt .text img {
	width: 300px;
	height: 300px;
}
.imgLf .text p ,
.imgRt .text p {
	width: 700px;
}
.imgLf .text p {
	margin-left: 14px;
}
.imgRt .text p {
	margin-right: 14px;
}
.imgLf .text img ,
.imgRt .text p  {
	float: left;
}
.imgRt .text img ,
.imgLf .text p {
	float: right;
}
.imgLf .text img.title {
	float: none;
	width: 700px;
	margin: 0 0 10px 14px;
	height: auto;
}
.imgRt .text img.title {
	float: none;
	width: 700px;
	margin: 0 14px 10px 0;
	height: auto;
}

/* 引用 */
.column-quote-auto {
	margin: 20px 0;
	background: #f0f0f0;
	border: solid 1px #b5b9bb;
}

section .entry .text .column-quote-auto 
blockquote .quoteImageContainer img {
	width: 180px;
}
.column-quote-auto blockquote p.quoteTitle {
	margin: 4px 0; 
}
.column-quote-auto blockquote p.quoteTitle a {
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	font-size: 1.2em;
}
.column-quote-auto blockquote p.quoteDescription {
	margin: 4px 0 0 0;
}
.column-quote-auto blockquote:hover p.quoteTitle a ,
.column-quote-auto blockquote:hover p.quoteDescription {
	color: #3694d5;
}

/* シェアボタン */
.social_area {
	width: 100%;
	min-height: 90px;
	padding: 1.5em 0;
	clear: both;
}
ul.social_button {
	width: 497px;
	margin: 24px auto;
	padding: 0;
	border: none;
	list-style-type: none;
}
ul.social_button li {
	float: left;
	text-align: center;
	height: 71px;
	margin: 0 8px;
	padding: 0;
}

/* [Twitter] */
.sc_tw {
	width: 71px;
}
.sc_tw svg {
	width: 30px;
	height: 30px;
}
.sc_tw a {
	height: 56px;
	margin: 0 auto;
	padding-top: 6px;
	display: block;
	background: #1B95E0;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .5px;
	border-radius: 2px;
}
.sc_tw a:hover {
	color: #fff;
	background: #0c7abf;
}
.sc_tw span:before {
	white-space: pre;
	content: '\A';
}

/* [Facebook] */
.sc_sh {
	width: 71px;
}
.sc_fb {
	z-index: 99;
	width: 69px;
}
a.button_sh {
	display: block;
	cursor: pointer;
	height: 54px;
	padding-top: 8px;
	background-color: #3b55a5;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
a.button_sh:hover {
	background-color: #2f4484;
}
img.fb_sh {
	width: 30px;
	display: inline-block;
}
span.fb_sh {
	display: block;
	padding-bottom: 7px;
}