@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #004799;
	text-decoration: underline;
}

a:visited {
	color: #51448D;
	text-decoration: underline;
}

a:hover {
	color: #004799;
	text-decoration: none;
}

a:active {
	color: #004799;
	text-decoration: underline;
}

img {
	vertical-align: top;
}

@media screen and (max-width:767px){
	a:visited {
		color: #004799;
	}

	a:hover {
		text-decoration: underline;
	}
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}


/*------------------------------------------------------------
	ラベル
------------------------------------------------------------*/
.label {
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 3px 10px 2px;
	float: left;
	background-color: #999;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
}

.label-new {
	background: #F82C2C;
}

.label-pickup {
	background: #F82C2C;
}

.label-feature {
	background-color: #F07E8B;
}

.label-plan {
	background-color: #6798D3;
}

.label-ad {
	background-color: #E2BB1F;
}

.label-column {
	background-color: #ED9C38;
}

.label-news {
	background-color: #A2C038;
}

.label-comic {
	background-color: #A282BF;
}

.label-editing {
	background-color: #999;
}

.label-release {
	background-color: #55B9CA;
}

.label-interview {
	background-color: #4EB17D;
}

.label-the_selection {
	background-color: #4EB17D;
}

.label-editorial_news {
	background-color: #B0A077;
}

.label-headline {
	background-color: #5AC2EF;
}

.label-pr {
	background-color: #DEB81D;
}

.label-book {
	background-color: #AAA;
}

/*------------------------------------------------------------
	ラベル
------------------------------------------------------------*/
.label {
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 3px 10px 2px;
	float: left;
	background-color: #999;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
}

.label-new {
	background: #F82C2C;
}

.label-pickup {
	background: #F82C2C;
}

.label-feature {
	background-color: #F07E8B;
}

.label-plan {
	background-color: #6798D3;
}

.label-ad {
	background-color: #E2BB1F;
}

.label-column {
	background-color: #ED9C38;
}

.label-news {
	background-color: #A2C038;
}

.label-comic {
	background-color: #A282BF;
}

.label-editing {
	background-color: #999;
}

.label-release {
	background-color: #55B9CA;
}

.label-interview {
	background-color: #4EB17D;
}

.label-the_selection {
	background-color: #4EB17D;
}

.label-editorial_news {
	background-color: #B0A077;
}

.label-headline {
	background-color: #5AC2EF;
}

.label-pr {
	background-color: #DEB81D;
}

.label-book {
	background-color: #AAA;
}

.label-limited {
	background-color: #DA9D2B;
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	line-height: 1.5;
	color: #111;
	width: 100%;
	min-width: 1050px;
	text-align: center;
}

#container {
	text-align: left;
	background-color: #F3F3F3;
}

#main {
	margin: 0 auto 79px;
	width: 1050px;
	font-size: 140%;
}

#main.notPage {
	margin-top: 40px;
}

#main.notPage #conts {
	float: none;
	margin: 0 auto;
	text-align: left;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

#container.single #conts {
	width: auto;
	float: none;
}

@media screen and (max-width:767px){
	html {
		max-width: 767px;
	}
	body {
		color: #111;
		line-height: 1.4;
		-webkit-text-size-adjust: none;
		min-width: 320px;
	}
	#container {
		background-color: #FFF;
	}
	#main {
		margin: 0 0 25px;
		width: auto;
	}

	#conts > .outer {
		margin: 0 15px 25px;
	}

	#main.notPage #conts {
		width: 100%;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 30px;
	padding: 6px 0;
	background-color: #E6E6E6;
}

#pagePath ul {
	margin: 0 auto;
	width: 1200px;
}

#pagePath li {
	display: inline;
	font-size: 120%;
}

#pagePath li a {
	margin-right: 4px;
	text-decoration: none;
}

#pagePath li a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px){
	#pagePath {
		margin-bottom: 20px;
		padding: 6px 15px 7px;
		background-color: #EDEDED;
	}
	#pagePath ul {
		width: auto;
	}

	#pagePath li {
		display: inline;
		font-size: 1.2em;
	}

	#pagePath a {
		margin-right: 3px;
		color: #004699;
		text-decoration: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	#pagePath ul {
		padding-left: 15px;
		width: 100%;
		box-sizing: border-box;
	}
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#conts {
	box-sizing: border-box;
	width: 720px;
	float: left;
}

#container.column1 #conts {
	float: none;
}

#container.column2 #main #conts {
	float: left;
}

#container #main.column-top #sideBar + .bn-paper {
	width: 720px;
	float: left;
}


#conts .comText,
#conts .wysiwygBox p {
	margin-bottom: 35px;
	line-height: 1.75;
	font-size: 15px;
}

#conts .comText span,
#conts .wysiwygBox p span {
	color: #00ACB9;
	font-weight: bold;
}

#conts .comText01 {
	margin-bottom: 19px;
}

#conts .mainImg {
	margin-bottom: 30px;
}

#conts .wysiwygBox {
	word-break: break-all;
}

#conts .wysiwygBox h2 {
	margin-top: 35px;
}

#conts .wysiwygBox h2,
#conts .wysiwygBox h3,
#conts .wysiwygBox h4,
#conts .wysiwygBox h5 {
	clear: both;
}

#conts .wysiwygBox small {
	font-size: small;
}

#conts .wysiwygBox big {
	font-size: large;
}

#conts .wysiwygBox .marker {
	background-color: Yellow;
	color: #111;
	font-weight: normal;
}

#conts .wysiwygBox blockquote {
	margin-bottom: 35px;
	padding: 2px 8px 2px 20px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
	font-style: italic;
}

#conts .wysiwygBox blockquote p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#conts .wysiwygBox .mainCap {
	margin-top: -14px;
	margin-bottom: 10px;
	color: #999;
	font-size: 10px;
	text-align: right;
}

#conts .wysiwygBox .capR {
	margin: -5px 0 10px 24px;
	width: 300px;
	float: right;
	clear: right;
	color: #666;
	font-size: 12px;
	text-align: right;
}

#conts .wysiwygBox .capR2 {
	margin: -5px 0 10px 24px;
	width: 300px;
	float: right;
	clear: right;
	color: #666;
	font-size: 12px;
	text-align: right;
	text-align: left;
}

#conts .wysiwygBox .capL {
	margin: -5px 24px 10px 0;
	width: 300px;
	float: left;
	clear: left;
	color: #666;
	font-size: 12px;
}

#conts .wysiwygBox .capC {
	margin: -5px 0 10px;
	width: 100%;
	color: #666;
	font-size: 12px;
}

#conts .wysiwygBox .series {
	padding-top: 15px;
	border-top: 1px dotted #CCC;
	clear: both;
}

#conts .wysiwygBox .series li {
	padding-left: 10px;
	line-height: 1.75;
	background: url(/img/common/icon02.png) no-repeat left 7px;
	color: #666;
}

#conts .wysiwygBox .clear {
	clear: both;
}

@media screen and (max-width:767px){
	#conts {
		float: none;
		width: auto;
	}

	#container.column2 #main #conts {
		float: none;
	}

	#conts .comText,
	#conts .wysiwygBox p {
		margin-bottom: 17px;
		font-size: 14px;
		line-height: 1.6;
	}

	#conts .mainImg {
		margin-bottom: 20px;
		text-align: center;
	}

	#conts .mainImg img {
		width: 100%;
		height: auto;
	}

	/*------------------------------------------------------------
		comLinkList
	------------------------------------------------------------*/
	.comLinkList {
		margin: 0 15px 15px;
	}

	.comLinkList > li {
		border-bottom: 1px dotted #CCC;
	}

	.comLinkList li a {
		padding: 10px 0 15px;
		display: block;
		color: inherit;
		text-decoration: none;
		background: url(/img/sp/common/icon/icon02.png) no-repeat right center;
		background-size: 8px 12px;
		overflow: hidden;
	}

	.comLinkList li img {
		margin-top: 2px;
		float: left;
	}

	.comLinkList .txtBox {
		padding: 0 15px 0 108px;
		color: #666;
	}

	.comLinkList .txtBox .title {
		margin-bottom: 6px;
		color: #111;
		font-size: 16px;
	}

	.comLinkList .txtBox .new,
	.comLinkList .txtBox .cat {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px 5px 2px;
		display: inline-block;
		font-size: 12px;
		color: #FFF;
		text-align: center;
		line-height: 1;
		float: none;
		background-color: #999;
	}

	.comLinkList .txtBox .new {
		background: #F82C2C;
	}

	.comLinkList .txtBox .cat.feature {
		background-color: #F07E8B;
	}

	.comLinkList .txtBox .cat.plan {
		background-color: #6798D3;
	}

	.comLinkList .txtBox .cat.ad {
		background-color: #E2BB1F;
	}

	.comLinkList .txtBox .cat.column {
		background-color: #ED9C38;
	}

	.comLinkList .txtBox .cat.news {
		background-color: #A2C038;
	}

	.comLinkList .txtBox .cat.comic {
		background-color: #A282BF;
	}

	.comLinkList .txtBox .cat.editing {
		background-color: #999;
	}

	.comLinkList .txtBox .cat.release {
		background-color: #55B9CA;
	}

	.comLinkList .txtBox .cat.interview {
		background-color: #4EB17D;
	}

	.comLinkList .txtBox .sub02,
	.comLinkList .txtBox .subTtl02 {
		margin-bottom: 3px;
		display: inline;
		color: #00ACBA;
		font-size: 13px;
		font-weight: normal;
	}

	.comLinkList .txtBox p.time {
		margin-bottom: 0;
		font-size: 13px;
		line-height: 1;
	}

	.comLinkList .txtBox p.time img {
		margin: 0 3px 0 0;
		float: none;
		vertical-align: 0;
	}

	.comLinkList .txtBox li {
		margin-right: 8px;
		float: left;
		font-size: 0.9em;
	}

	.comLinkList .txtBox li img {
		margin: 0 2px 0 0;
		float: none;
		vertical-align: -2px;
	}

	/*------------------------------------------------------------
		comLinkUl
	------------------------------------------------------------*/
	.comLinkUl {
		margin: 0 15px;
	}

	.comLinkUl li {
		font-size: 14px;
		border-bottom: 1px dotted #CCC;
	}

	.comLinkUl li a {
		padding: 13px 0 15px;
		display: block;
		background: url(/img/sp/common/icon/icon02.png) no-repeat right center;
		background-size: 8px 12px;
	}

	/*------------------------------------------------------------
		entryBox
	------------------------------------------------------------*/
	.entryBox .comLinkList {
		margin-bottom: 25px;
	}

	.entryBox .entryList {
		margin: 0 15px 14px;
	}

	.entryBox .entryList li {
		width: 47.5%;
		float: right;
	}

	.entryBox .entryList li:first-child {
		float: left;
	}

	.entryBox .entryList li a img {
		width: 100%;
	}

	.entryBox .comLink {
		margin-top: -15px;
		margin-bottom: 30px;
	}


	/*------------------------------------------------------------
		comTitle
	------------------------------------------------------------*/
	.comTitle {
		padding: 10px 15px;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 2px solid #00ACBA;
		background-color: #EDEDED;
	}

	.comTitle02 {
		margin-bottom: 15px;
	}

	.comTitle img {
		margin-right: 8px;
		vertical-align: -5px;
	}

	#conts .wysiwygBox .capR,
	#conts .wysiwygBox .capL,
	#conts .wysiwygBox .capC {
		margin: 0 0 17px;
		color: #666;
		font-size: 12px!important;
		float: none;
		clear: none;
		text-align: right;
		width: auto;
		max-width: 100%;
	}

	#conts .wysiwygBox .capR2,
	#conts .wysiwygBox .capL2,
	#conts .wysiwygBox .capC2 {
		margin: 0 0 17px;
		color: #666;
		font-size: 12px!important;
		float: none;
		clear: none;
		text-align: left;
		width: auto;
		max-width: 100%;
	}

	#conts .colorBox {
		padding: 11px 10px 10px 15px;
		background-color: #CDEBEE;
	}

	#conts .comSection .colorBox p {
		margin-bottom: 0;
	}

	#conts .wysiwygBox .series {
		padding-top: 15px;
		border-top: 1px dotted #CCC;
		clear: both;
	}

	#conts .wysiwygBox .series li {
		padding-left: 10px;
		background: url(/img/sp/common/icon/icon12.png) no-repeat left 5px;
		background-size: 6px 9px;
		color: #666;
	}

	/*	#conts section section.relationBox {
            margin-left: 0;
            margin-right: 0;
        }
    */
	#conts section section.relationBox .infoUl {
		margin-left: 0;
		margin-right: 0;
	}


}


/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/

#sideBar {
	float: right;
	width: 300px;
	position: relative;
}

#sideBar.fixed {
	position: fixed;
}

#infoArea {
	display: none;
}

#sideBar #side {
	width: 300px;
}

#sideBar #side :last-child {
	margin-bottom: 0;
}

#sideBar .banner {
	margin-bottom: 30px;
}

#sideBar .banner a {
	margin-bottom: 10px;
	display: block;
}

#sideBar .sBox,
#sideBar .sBox02 {
	margin-bottom: 30px;
	background: #FFF;
}

#sideBar .sBox .sBoxHeader,
#sideBar .sBox02 .sBoxHeader {
	padding: 15px;
	font-size: 115%;
	font-weight: normal;
	border-top: 3px solid #00ACBA;
	border-bottom: 1px dotted #CCC;
	position: relative;
}

#sideBar .sBox02 .sBoxHeader {
	margin-bottom: 15px;
}

#sideBar .sBox .sBoxHeader h2,
#sideBar .sBox02 .sBoxHeader h2 {
	font-size: 115%;
	font-weight: normal;
}

#sideBar .sBox .sBoxHeader .tools {
	font-size: 74.55%;
	position: absolute;
	top: 15px;
	right: 10px;
}

#sideBar .sBox h2 img {
	margin-right: 10px;
	vertical-align: -4px;
}

#sideBar .sBox02 h2 img {
	margin-right: 10px;
	vertical-align: -4px;
}

#sideBar .sBox h2 img.spIcon,
#sideBar .sBox02 h2 img.spIcon {
	display: none;
}

#sideBar .sBox li a {
	padding: 14px 0 14px 30px;
	font-size: 15px;
	display: block;
	zoom:1;
	background: url(/img/common/icon02.png) no-repeat 15px 19px;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}

#sideBar .sBox li a:hover {
	background-color: #D9F3F5;
}

#sideBar .info {
	height: 350px;
	overflow-y: scroll;
}

#sideBar .infoBox {
	padding: 20px 10px;
	font-size: 90%;
	display: flex;
}

#sideBar .infoBox + .infoBox {
	border-top: 1px dotted #ccc;
}

#sideBar .infoBox dt {
	margin-right: 20px;
	width: 70px;
}

#sideBar .infoBox dd {
	width: calc(100% - 90px);
}

#sideBar .newEntry li a {
	padding: 10px;
	font-size: 90%;
	display: block;
	zoom:1;
	background: none;
	border-bottom: 1px dotted #CCC;
}

#sideBar .newEntry li a.link {
	padding-left: 30px;
	background: url('/img/common/icon02.png') no-repeat 15px 15px;
}

#sideBar .newEntry li a:hover {
	background-color: #D9F3F5;
}

#sideBar .newEntry li a.link:hover {
	background: #D9F3F5 url('/img/common/icon02.png') no-repeat 15px 15px;
}


#sideBar .newEntry li a .photoBox {
	margin-right: 10px;
	float: left;
}

#sideBar .newEntry li a .textBox {
	overflow: hidden;
}

#sideBar .newEntry li a .textBox .catBox {
	float: left;
}

#sideBar .newEntry li a .textBox .catBox p {
	margin-right: 5px;
	padding: 3px 10px;
	background-color: #999;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

#sideBar .sBox .txtBox .sub01 {
	display: none;
}

#sideBar .sBox .txtBox p.time {
	display: none;
}

#sideBar .newEntry li a .textBox .catBox p.feature {
	background-color: #F07E8B;
}

#sideBar .newEntry li a .textBox .catBox p.plan {
	background-color: #6798D3;
}

#sideBar .newEntry li a .textBox .catBox p.ad {
	background-color: #E2BB1F;
}

#sideBar .newEntry li a .textBox .catBox p.column {
	background-color: #ED9C38;
}

#sideBar .newEntry li a .textBox .catBox p.news {
	background-color: #A2C038;
}

#sideBar .newEntry li a .textBox .catBox p.comic {
	background-color: #A282BF;
}

#sideBar .newEntry li a .textBox .catBox p.editing {
	background-color: #999;
}

#sideBar .newEntry li a .textBox .catBox p.release {
	background-color: #55B9CA;
}

#sideBar .newEntry li a .textBox .catBox p.interview {
	background-color: #4EB17D;
}

#sideBar .newEntry li a .textBox .catBox p.the_selection {
	background-color: #4EB17D;
}

#sideBar .newEntry li a .textBox .catBox p.headline {
	background-color: #5AC2EF;
}

#sideBar .newEntry li a .textBox .catBox p.editorial_news {
	background-color: #B0A077;
}

#sideBar .newEntry li a .textBox .catBox p.pr {
	background-color: #DEB81D;
}

#sideBar .newEntry li a .textBox .sub02 {
	padding-top: 2px;
	color: #00ACBA;
	font-size: 12px;
	line-height: 1.6;
	clear: left;
}

#sideBar .newEntry li a .textBox .title {
	font-size: 14px;
	clear: left;
	color: #333;
}

#sideBar .newEntry .comLink {
	margin-top: 0;
	padding: 10px;
	text-align: right;
}

#sideBar .bannerUl li {
	padding-bottom: 20px;
	float: left;
}

#sideBar .linkUl {
	margin-bottom: 10px;
}

#sideBar .linkUl li {
	float: right;
}

#sideBar .linkUl li:first-child {
	float: left;
}

#sideBar .linkUl li #feedBtn {
	display: block;
	position: relative;
}

#sideBar .linkUl li #feedBtn .feedTxt {
	padding: 10px;
	background: #3a3a3a;
	border-radius: 4px;
	opacity: 0;
	display: none;
	position: absolute;
	top: -61px;
	right: 0;
	left: 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

#sideBar .linkUl li #feedBtn.is-click .feedTxt {
	display: block;
	animation: 2.5s ease forwards feedFade;
}

@keyframes feedFade {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#sideBar a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#sideBar .newEntry a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#sideBar .bnLimited,
#sideBar .bnLibrary,
#sideBar .bnService,
#sideBar .bnPaper,
#sideBar .bnEbook,
#sideBar .bnSg,
#sideBar .bnDownload {
	margin-bottom: 15px;
}

#sideBar .bnLimited a,
#sideBar .bnLibrary a,
#sideBar .bnService a,
#sideBar .bnPaper a,
#sideBar .bnEbook a,
#sideBar .bnSg a {
	display: block;
}

#sideBar .bnLimited a img,
#sideBar .bnLibrary a img,
#sideBar .bnService a img,
#sideBar .bnPaper a img,
#sideBar .bnEbook a img,
#sideBar .bnSg a img {
	width: 100%;
	height: auto;
}

#sideBar .feed .linkUl li a img.spSNS {
	display: none;
}

#sideBar .feed {
	padding-bottom: 15px;
}

#sideBar .feed .linkUl {
	padding: 0 15px;
}

#sideBar .fwBox {
	margin-bottom: 5px;
	background: none;
	text-align: center;
}

#sideBar .sBox .textBox .sub01 {
	display: none;
}

#sideBar .sBox .textBox p.time {
	display: none;
}

#sideBar .sns {
	margin-bottom: 30px;
	padding: 15px 0 15px 12px;
	background: #FFF;
	text-align: center;
}

#sideBar .sns ul li {
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
}

#sideBar .sFBBox {
	height: 430px;
}

#sideBar .columns .sBoxHeader {
	margin-bottom: 0;
}

#sideBar .columns .sBoxBody .box {
}

#sideBar .columns .sBoxBody .box + .box {
	border-top: 1px dotted #666;
}

#sideBar .columns .sBoxBody .linkArea {
	padding: 10px;
	display: block;
	color: #111;
	text-decoration: none;
}

#sideBar .columns .sBoxBody .thumbnail {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	min-height: 124px;
	overflow: hidden;
}

#sideBar .columns .sBoxBody .thumbnail img {
	width: 100%;
	height: auto;
}

#sideBar .columns .sBoxBody .thumbnail.thumbnail-dummy {
	background-image: url(/img/common/dummy/no_image-lg.png);
}

#sideBar .columns .sBoxBody .body {
	line-height: 1.5;
}

#sideBar .columns .sBoxBody .body a {
	color: #111;
	text-decoration: none;
}

#sideBar .columns .sBoxBody .meta {
	margin-top: 10px;
}

#sideBar .columns .sBoxBody .meta .name {
	float: left;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
}

#sideBar .columns .sBoxBody .meta .date {
	float: right;
}

#sideBar .columns .sBoxBody .meta .date-sm {
	font-size: 12px;
	font-size: 1.2rem;
}

/* 専門家プロフィール */
#sideBar .side_expertProfile {
	padding: 20px;
	border-top: 3px solid #00ACBA;
	text-align: center;
}

#sideBar .side_expertProfile a {
	text-decoration: none;
}

#sideBar .side_expertProfile_ttl {
	margin-bottom: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

#sideBar .side_expertProfile_thumbnail {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 140px;
	height: 140px;
}

#sideBar .side_expertProfile_name {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

#sideBar .side_expertProfile_companyName {
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width:767px){
	#sideBar {
		margin-top: 20px;
		float: none;
		width: 100%;
	}

	#sideBar div {
		height: auto!important;
	}

	#sideBar #side {
		position: static!important;
		width: 100%;
	}

	#sideBar .banner {
		margin: 20px auto 30px;
		width: 300px;
	}

	#sideBar a:hover img {
		filter: alpha(opacity=100);
		opacity: 1.0;
	}

	#sideBar .sBox .sBoxHeader,
	#sideBar .sBox02 .sBoxHeader {
		border-top: none;
		padding: 10px 15px;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 2px solid #00ACBA;
		background-color: #EDEDED;
	}

	#sideBar .sBox h2 img.pcIcon,
	#sideBar .sBox02 h2 img.pcIcon {
		display: none;
	}
	#sideBar .sBox h2 img.spIcon,
	#sideBar .sBox02 h2 img.spIcon {
		display: inline;
	}

	#sideBar .sBox ul {
		margin: 0 15px 15px;
	}

	#sideBar .sBox li {
		font-size: 14px;
	}

	#sideBar .sBox li a {
		padding: 13px 0 15px;
		display: block;
		background: url(/img/sp/common/icon/icon02.png) no-repeat right center;
		background-size: 8px 12px;
	}

	#sideBar .info {
		height: 250px!important;
	}

	#sideBar .sBox.newEntry > li {
	}

	#sideBar .sBox.newEntry li a {
		padding: 10px 0 15px;
		display: block;
		color: inherit;
		text-decoration: none;
		background: url(/img/sp/common/icon/icon02.png) no-repeat right center;
		background-size: 8px 12px;
		overflow: hidden;
	}

	#sideBar .sBox.cateBox li a {
		font-size: 14px;
		text-decoration: underline;
	}

	#sideBar .newEntry li a .photoBox {
		margin-top: 2px;
		margin-right: 15px;
		float: left;
	}

	#sideBar .sBox.newEntry .textBox {
		padding: 0 15px 0 0;
		color: #666;
	}

	#sideBar .newEntry li a .textBox .title {
		margin-bottom: 6px;
		color: #111;
		font-size: 16px;
	}

	#sideBar .sBox .textBox .label {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px 5px 2px;
		display: inline-block;
		font-size: 12px;
		color: #FFF;
		text-align: center;
		line-height: 1;
		float: none;
	}


	#sideBar .sBox .textBox .catBox {
		padding: 0;
	}

	#sideBar .newEntry li a .textBox .catBox p {
		padding: 3px 5px 2px;
		font-size: 12px;
	}

	#sideBar .sBox .textBox .sub02,
	#sideBar .sBox .textBox .sub01 {
		margin-bottom: 3px;
		display: inline;
		color: #00ACBA;
		font-size: 13px;
		font-weight: normal;
	}

	#sideBar .sBox .textBox .sub01 {
		display: block;
	}

	#sideBar .sBox .textBox p.time {
		display: block;
		margin-bottom: 0;
		font-size: 13px;
		line-height: 1;
	}

	#sideBar .sBox .textBox p.time img {
		margin: 0 3px 0 0;
		float: none;
		vertical-align: 0;
	}

	#sideBar .sBox .textBox li {
		margin-right: 8px;
		float: left;
		font-size: 0.9em;
	}

	#sideBar .sBox .textBox li img {
		margin: 0 2px 0 0;
		float: none;
		vertical-align: -2px;
	}

	#sideBar .bnDownload {
		margin-bottom: 0;
	}

	#sideBar .bnLimited a,
	#sideBar .bnLibrary a,
	#sideBar .bnService a,
	#sideBar .bnPaper a,
	#sideBar .bnEbook a,
	#sideBar .bnSg a {
		margin: 0 auto;
		max-width: 290px;
	}

	#sideBar .bnPaper {
		display: none;
	}

	#sideBar .feed .linkUl {
		margin: 0 15px 14px;
		padding: 0;
	}

	#sideBar .feed .linkUl li {
		width: 47.5%;
		float: right;
	}

	#sideBar .feed .linkUl li:first-child {
		float: left;
	}

	#sideBar .feed .linkUl li a img {
		width: 100%;
	}

	#sideBar .feed .linkUl li a img.pcSNS {
		display: none;
	}

	#sideBar .feed .linkUl li a img.spSNS {
		display: block;
	}

	#sideBar .linkUl li #feedBtn .feedTxt {
		top: -56px;
	}

	.entryBox .comLink {
		margin-top: -15px;
		margin-bottom: 30px;
	}

	#sideBar .sBox li a:hover {
		background-color: #FFF;
	}


	#sideBar .twBox {
		display: none;
	}

	#sideBar .fwBox {
		display: none;
	}

	#sideBar .sFBBox {
		display: none;
	}

	#sideBar .sns {
		display: none;
	}

	#sideBar .columns .sBoxBody .box {
		overflow: hidden;
	}

	#sideBar .columns .sBoxBody .thumbnail {
		margin: 0;
		width: 100px;
		min-height: 70px;
		float: left;
	}

	#sideBar .columns .sBoxBody .thumbnail.thumbnail-dummy {
		background-image: url(/img/common/dummy/no_image-xsm.png);
	}

	#sideBar .columns .sBoxBody .body {
		margin-left: 115px;
	}

	#sideBar .columns .sBoxBody .body a {
	}

	#sideBar .columns .sBoxBody .meta {
		margin-top: 10px;
	}

	#sideBar .columns .sBoxBody .meta .name {
		float: none;
	}

	#sideBar .columns .sBoxBody .meta .date {
		float: none;
	}
}

/*------------------------------------------------------------
	infoUl
------------------------------------------------------------*/
#conts .infoUl {
	margin-bottom: 30px;
}

#conts .infoUl li {
	width: 100%;
	background: #FFF;
}

#conts .infoUl li a {
	padding: 18px 20px 19px 20px;
	display: flex;
	color: #111;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
	zoom:1;
}

#conts .infoUl li a:hover {
	background-color: #D9F3F5;
}

#conts .infoUl li:first-child a {
	border-top: 1px dotted #CCC;
}

#conts .infoUl li a .photoBox img {
	width: 200px;
	height: 150px;
}

#conts .infoUl li a .photoBox .newIcon{
	position: absolute;
	top: 0;
	left: 0;
}

#conts .infoUl li a .textBox {
	margin-left: 20px;
	max-width: 620px;
}

#conts .infoUl li a p.title {
	margin: 9px 0 6px;
	font-size: 22px;
	line-height: 1.3;
	clear: left;
}

#conts .infoUl li a p.sub01 {
	margin-bottom: 10px;
	font-size: 85.7%;
	line-height: 1.3;
	color: #999;
}

#conts .infoUl li a p.sub02 {
	padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #00ACBA;
}

#conts .infoUl li a p.txtStart {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #666;
}

#conts .infoUl li a dl {
	float: left;
	width: 225px;
}

#conts .infoUl li .time {
	padding-right: 10px;
	font-size: 80%;
	float: left;
	color: #666;
}

#conts .infoUl li .time img {
	margin-right: 4px;
	vertical-align: -1px;
}

#conts .infoUl li .new {
	background: #F82C2C;
}

#conts .infoUl li ul {
	float: right;
}

#conts .infoUl li ul li {
	padding-left: 9px;
	width: auto;
	float: left;
	color: #666;
	font-size: 80%;
}

#conts .infoUl li ul li img {
	margin-right: 5px;
	vertical-align: -5px;
}

#conts .infoUl li .tags {
	float: left;
}

#conts .infoUl li .tags li {
	padding: 3px 5px;
	margin-right: 5px;
	background: #DEDEDE;
	line-height: 1;
}

@media screen and (max-width:767px){
	#conts .infoUl {
		margin: 0 15px 15px;
	}

	#conts section .infoUl {
		margin: 0 0 15px;
	}

	#conts .infoUl li a {
		padding: 15px;
		background: url(/img/sp/common/icon/icon02.png) no-repeat right 10px center;
		background-size: 8px 12px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		color: #111;
		color: inherit;
		text-decoration: none;
		cursor: pointer;
	}

	#conts .infoUl li a:hover {
		background-color: #FFF;
	}

	#conts .infoUl li:first-child a {
		border-top: none;
	}

	#conts .relationBox .infoUl li:last-child a {
		border-bottom: none;
	}

	#conts .infoUl li a .photoBox img {
		width: 94px;
		height: auto;
	}
	#conts .infoUl li a .textBox {
		padding: 0 15px 0 0;
		margin-left: 15px;
		float: none;
		width: calc(100% - 120px);
    box-sizing: border-box;
	}
	#conts .infoUl li .time {
		margin-bottom: 0;
		font-size: 13px;
		line-height: 1;
		float: none;
	}

	#conts .infoUl li .time img {
		margin-right: 3px;
		vertical-align: 0;
		width: 8px;
		height: 8px;
	}

	#conts .infoUl li .label {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px 5px 2px;
		display: inline-block;
		font-size: 12px;
		text-align: center;
		line-height: 1;
		float: none;
	}
	#conts .infoUl li a p.title {
		margin: 5px 0 6px;
		color: #111;
		font-size: 16px;
		clear: none;
	}
	#conts .infoUl li a p.sub01 {
		display: none;
	}
	#conts .infoUl li a p.sub02 {
		margin-bottom: 3px;
		padding-top: 0;
		display: inline;
		font-size: 13px;
		font-weight: normal;
	}
	#conts .infoUl li a p.txtStart {
		display: none;
	}
	#conts .infoUl li .tags {
		display: none;
	}

}
/*------------------------------------------------------------
	h1
------------------------------------------------------------*/
#conts .wysiwygBox h1 {
	margin: -5px 0 30px;
	font-size: 32px;
	color: #111;
	line-height: 1.3;
}

@media screen and (max-width:767px){
	#conts .wysiwygBox h1 {
		margin: 0 -5px 17px 0;
		color: #111;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.4;
	}
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#conts .wysiwygBox h2 {
	margin-bottom: 15px;
	padding: 18px 15px 15px;
	background: #E9E9E9;
	font-size: 165%;
	line-height: 1.3;
	border-top: 2px solid #00ACBA;
}

@media screen and (max-width:767px){
	#conts .wysiwygBox h2 {
		margin-bottom: 15px;
		padding: 13px 15px;
		font-size: 1.13em;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#conts .wysiwygBox h3 {
	margin-bottom: 15px;
	padding: 11px 15px 8px;
	font-size: 143%;
	line-height: 1.4;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

@media screen and (max-width:767px){
	#conts .wysiwygBox h3 {
		margin-bottom: 10px;
		padding: 10px;
		border-top: 1px dotted #666;
		border-bottom: 1px dotted #666;
		font-size: 1.13em;
	}
}

/*------------------------------------------------------------
	h4
------------------------------------------------------------*/
#conts .wysiwygBox h4 {
	margin-bottom: 12px;
	padding-left: 21px;
	font-size: 128%;
	background: url(/img/common/icon09.png) no-repeat left 7px;
}

@media screen and (max-width:767px){
	#conts .wysiwygBox h4 {
		margin: 0 -5px 3px 0;
		padding-left: 19px;
		font-size: 1.13em;
		font-weight: normal;
		background: url(/img/sp/common/icon/icon09.png) no-repeat left center;
		background-size: 12px 4px;
	}
}

/*------------------------------------------------------------
	h5
------------------------------------------------------------*/
#conts .wysiwygBox h5 {
	margin-bottom: 10px;
	padding-left: 21px;
	font-size: 114%;
	background: url(/img/common/icon10.png) no-repeat 3px 4px;
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#conts .comList,
#conts .wysiwygBox ul,
#conts .wysiwygBox dl {
	margin-bottom: 19px;
}

#conts .comList li,
#conts .comList01 dt,
#conts .wysiwygBox ul li,
#conts .wysiwygBox dl dt {
	padding-left: 10px;
	line-height: 1.75;
	background: url(/img/common/icon11.png) no-repeat left 8px;
}

#conts .wysiwygBox ol {
	margin-bottom: 10px;
	padding-left: 30px;
}

#conts .wysiwygBox ol li {
	line-height: 1.75;
	list-style: outside decimal;
}

#conts .comList01 dt,
#conts .wysiwygBox dl dt {
	display: block;
	font-weight: bold;
}

#conts .comList01 dd,
#conts .wysiwygBox dl dd {
	padding-left: 10px;
}


#conts .comList01 {
	margin-bottom: 0;
}

#conts .comList01 dd,
#conts .wysiwygBox dl dd {
	margin-bottom: 20px;
}

@media screen and (max-width:767px){
	#conts .comList,
	#conts .wysiwygBox ul {
		margin-bottom: 12px;
	}

	#conts .comList li,
	#conts .comList01 dt,
	#conts .wysiwygBox ul li,
	#conts .wysiwygBox dl dt {
		padding-left: 9px;
		font-size: 14px;
		line-height: 1.6;
		background: url(/img/sp/common/icon/icon11.png) no-repeat left 8px;
		background-size: 4px 4px;
	}

	#conts .wysiwygBox ol {
		margin-bottom: 10px;
		padding-left: 30px;
	}

	#conts .wysiwygBox ol li {
		line-height: 1.75;
		list-style: outside decimal;
		font-size: 1.2em;
	}

	#conts .comList01 dt,
	#conts .wysiwygBox dl dt {
		display: block;
		font-weight: bold;
	}

	#conts .comList01 dd,
	#conts .wysiwygBox dl dd {
		padding-left: 9px;
		margin-bottom: 12px;
		font-size: 14px;
		white-space: pre-wrap;
		word-wrap: break-word;
	}

	#conts .comList01 {
		margin-bottom: 0;
	}

}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#conts .comLinkList {
	margin-bottom: 30px;
}

#conts .comLinkList li {
	padding: 0 45px 0 15px;
	display: inline;
	font-size: 92%;
	background: url(/img/common/icon02.png) no-repeat left center;
}

#conts .comLinkList li img {
	margin-left: 5px;
	vertical-align: 0;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable,
.wysiwygBox table {
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .wysiwygBox table th {
	padding: 16px 13px 13px 15px;
	width: 31%;
	font-weight: normal;
	line-height: 1.75;
	text-align: left;
	vertical-align: middle;
	background-color: #EDEDED;
	border: 1px solid #DDD;
}

#conts .comTable td,
#conts .wysiwygBox table td {
	padding: 16px 13px 13px 15px;
	line-height: 1.75;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #DDD;
	background: #FFF;
}

#conts .comTable td input {
	padding: 5px;
	width: 185px;
	height: 18px;
}

#conts .comTable td #fEmail,
#conts .comTable td #fTel,
#conts .comTable td #fUrl {
	width: 325px;
}

#conts .comTable td select {
	width: 260px;
}

#conts .comTable td textarea {
	padding: 5px;
	width: 390px;
	font-size: 93%;
}

::-webkit-input-placeholder {
	padding-top: 3px;
}

:-moz-placeholder { /* Firefox 18- */
	padding-top: 3px;
}

::-moz-placeholder {  /* Firefox 19+ */
	padding-top: 3px;
}

:-ms-input-placeholder {
	padding-top: 3px;
}

#conts .comTable .trStyle th {
	border-top: 3px solid #00ACBA;
}

#conts .comTable .trStyle td {
	border-top: 3px solid #00ACBA;
}

#conts .comTable th img,
#conts .wysiwygBox table th img {
	padding-top: 5px;
	float: right;
}

#conts .comTable .error td {
	background-color: #FCF1F1;
}

#conts .comTable .error td .errorP {
	margin-top: 3px;
	font-size: 95%;
	display: block;
	color: #CC0000;
}

#conts .submit {
	text-align: center;
	position: relative;
}

#conts .submit li {
	display: inline;
	margin: 0 10px;
}

#conts .submit li input {
	padding: 12px 33px;
	color: #111;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	/*border: 4px solid #66CDD6;
	background-color: #00ACBA;*/
	border: 4px solid #EC9B9B;
	background-color: #E16868;
}

#conts .submit .liStyle input {
	background-color: #CCC;
	border: 4px solid #DDD;
}

#conts .submit li input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#conts .comTable01 {
	margin-bottom: 30px;
}

#conts .comTable01 th,
#conts .comTable01 td {
	padding: 11px 5px 8px 15px;
}

#conts .comTable01 th {
	width: 158px;
}

#conts .comTable01 thead .trStyle td {
	border-top: 3px solid #00ACBA;
}

#conts .comTable01 thead td {
	text-align: center;
	background-color: #EDEDED;
}

#conts .submit li.back {
	margin: 0;
	height: auto;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

#conts .submit li.back a {
	display: inline-block;
	padding: 7px 16px;
	color: #111;
	font-size: 100%;
	font-weight: normal;
	color: #111;
	text-decoration: none;
	border: 4px solid #CFCFCF;
	background-color: #BBBBBB;
}

#conts .submit li.back a span {
	padding-left: 20px;
	background: url(/img/common/icon23.png) no-repeat left center;
	line-height: 16px;
}

#conts .submit li input:hover,
#conts .submit li.back a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


@media screen and (max-width:767px){
	#conts .comTable01 th {
		width: 30%;
	}

	#conts .submit li.back {
		margin-top: 25px;
		position: static;
		border: none;
		background-color: #FFF;
	}

	#conts .submit li input:hover,
	#conts .submit li.back a:hover {
		filter: alpha(opacity=100);
		opacity: 1.0;
	}

	#conts .comTable td input {
		width: 100%;
		height: 32px;
		box-sizing: border-box;
	}

	#conts .comTable td #fEmail,
	#conts .comTable td #fTel,
	#conts .comTable td #fUrl {
		width: 100%;
	}

	#conts .comTable td select {
		width: 100%;
		box-sizing: border-box;
	}

	#conts .comTable td textarea {
		width: 100%;
		box-sizing: border-box;
	}
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#conts .pageNavi {
	margin-bottom: 30px;
	clear: both;
	text-align: center;
}

#conts .pageNavi li {
	display: inline;
}

#conts .pageNavi span.current,
#conts .pageNavi li a,
#conts .pageNavi .liStyle {
	color: #111;
	padding: 2px 8px 1px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #DDD;
}

#conts .pageNavi span.current,
#conts .pageNavi li a:hover {
	border-color: #00ACBA;
	background-color: #00ACBA;
	color: #FFF;
}

/*------------------------------------------------------------
	colorBox
------------------------------------------------------------*/
#conts .colorBox {
	margin-bottom: 30px;
	padding: 10px 6px 11px 15px;
	background-color: #DDD;
}

#conts .colorBox p {
	line-height: 1.7;
}

@media screen and (max-width:767px){
	#conts .colorBox {
		padding: 11px 10px 10px 15px;
		background-color: #CDEBEE;
	}

	#conts .comSection .colorBox p {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	borderBox
------------------------------------------------------------*/
#conts .borderBox {
	margin-bottom: 30px;
	padding: 10px 15px;
	background-color: #FFF;
	border: 1px dotted #CCC;
}

#conts .borderBox p {
	line-height: 1.7;
}

/*------------------------------------------------------------
	contactDl,registDl
------------------------------------------------------------*/
#conts .contactDl,
#conts .registDl {
	margin-bottom: 40px;
	width: 100%;
}

#conts .contactDl dl,
#conts .registDl > dl {
	width: 100%;
	display: table;
	border-collapse: collapse;
}

#conts .contactDl dt,
#conts .registDl > dl dt {
	display: table-cell;
	padding: 16px 13px 13px 15px;
	width: 31%;
	font-weight: normal;
	line-height: 1.75;
	text-align: left;
	vertical-align: top;
	background-color: #EDEDED;
	border: 1px solid #DDD;
	border-top: none;
}

#conts .contactDl dt img,
#conts .registDl > dl dt img {
	padding-top: 5px;
	float: right;
}

#conts .contactDl dd,
#conts .registDl > dl dd {
	display: table-cell;
	padding: 16px 13px 13px 15px;
	width: 69%;
	line-height: 1.75;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #DDD;
	background: #FFF;
	border-top: none;
	border-left: none;
}

@-moz-document url-prefix() {
	#conts .registDl > dl {
		box-sizing: border-box;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#conts .registDl > dl {
		box-sizing: border-box;
	}
}

#conts .contactDl dl:first-child dt,
#conts .contactDl dl:first-child dd,
#conts .registDl > dl:first-child dt,
#conts .registDl > dl:first-child dd {
	border-top: 3px solid #00ACBA;
}

#conts .registDl.border-none > :first-child dt,
#conts .registDl.border-none > :first-child dd {
	border-top: 1px solid #DDD;
}

#conts .contactDl dd input,
#conts .registDl > dl dd input {
	padding: 5px;
	width: 185px;
	height: 18px;
	font-size: 1em;
}

#conts .registDl > dl dd input,
#conts .registDl > dl dd select {
	box-sizing: border-box;
	padding: 5px;
	width: 200px;
	height: 32px;
	font-size: 1em;
}

#conts .registDl > dl dd #fCompname,
#conts .registDl > dl dd #fMunicipalities,
#conts .registDl > dl dd #fLot,
#conts .registDl > dl dd #fOthers {
	width: 100%;
}

#conts .registDl > dl li {
	font-size: 1.07em;
}

#conts .registDl > dl dd input[type="radio"],
#conts .registDl > dl dd input[type="checkbox"] {
	width: auto;
	vertical-align: sub;
	border: none;
}


#conts .contactDl dd textarea,
#conts .registDl > dl dd textarea {
	padding: 5px;
	width: 390px;
	font-size: 1em;
}

#conts .contactDl dd #fEmail,
#conts .contactDl dd #fTel,
#conts .contactDl dd #fUrl,
#conts .registDl dd #fEmail,
#conts .registDl dd #fEmailconfirm,
#conts .registDl dd #fTel,
#conts .registDl dd #fUrl {
	width: 325px;
}

#conts .registDl .twinHolder {
	display: flex;
	justify-content: space-between;
}

#conts .registDl .twinHolder > label {
	width: calc((100% - 10px) / 2);
}

#conts .registDl .twinHolder > label input {
	width: calc(100% - 60px);
}

body #container.register #conts .registDl > dl dd dd {
	width: 100%;
	padding-bottom: 10px;
}

@media screen and (max-width:767px){
	#conts .contactDl,
	#conts .registDl {
		margin-bottom: 25px;
		width: 100%;
	}
	#conts .contactDl dl,
	#conts .registDl > dl {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
		border: 1px solid #DDD;
		border-top: none;
		border-bottom: none;
	}

	#conts .contactDl dl:first-child dt,
	#conts .registDl > dl:first-child dt {
		border-top: 2px solid #00ACBA;
	}

	#conts .contactDl dl:first-child dd,
	#conts .registDl > dl:first-child dd {
		border-top: none;
	}

	#conts .contactDl dt,
	#conts .registDl > dl dt {
		display: block;
		padding: 6px 9px;
		width: 100%;
		border-bottom: 1px solid #DDD;
		border-left: none;
		border-right: none;
		background-color: #EDEDED;
		box-sizing: border-box;
	}

	#conts .contactDl dt img,
	#conts .registDl > dl dt img {
		margin-left: 9px;
		vertical-align: -2px;
		float: none;
	}

	#conts .contactDl dd,
	#conts .registDl > dl dd {
		display: block;
		padding: 15px 10px;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #DDD;
		font-size: 14px;
		box-sizing: border-box;
	}

	#conts .contactDl dl:last-child dd,
	#conts .registDl > dl:last-child dd {
		padding-bottom: 11px;
	}

	#conts .contactDl dd input,
	#conts .registDl > dl dd input {
		height: auto;
	}

	#conts .registDl > dl dd select {
		height: auto;
	}

	#conts .registDl > dl dd #fPassnow {
		width: 100%;
		box-sizing: border-box;
	}

	#conts .registDl > dl dd ul.half li.example input[type="text"] {
		display: block;
		width: 100%;
		height: auto;
	}

	#conts .registDl > dl li label {
		padding-left: 30px;
		position: relative;
	}

	#conts .registDl > dl dd input[type="radio"],
	#conts .registDl > dl dd input[type="checkbox"] {
		width: auto;
		border: none;
		position: absolute;
		border: 1px solid #666;
		top: -3px;
		left: 0;
		-moz-transform: scale(1.5,1.5);
		-webkit-transform: scale(1.5,1.5);
	}

	.android #conts .registDl > dl li label {
		padding-left: 25px;
	}


	.android #conts .registDl > dl dd input[type="radio"],
	.android #conts .registDl > dl dd input[type="checkbox"] {
		top: 3px;
	}



	#conts .registDl > dl li {
		margin-top: 10px;
	}

	#conts .registDl > dl li:first-child {
		margin-top: 0;
	}

	#conts .contactDl dd #fEmail,
	#conts .contactDl dd #fTel,
	#conts .contactDl dd #fUrl,
	#conts .registDl dd #fEmail,
	#conts .registDl dd #fEmailconfirm,
	#conts .registDl dd #fTel,
	#conts .registDl dd #fUrl,
	#conts .registDl dd #fPass,
	#conts .registDl dd #fPassconfirm {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	#conts .contactDl dd input[type="text"],
	#conts .registDl > dl dd input[type="text"] {
		padding: 2px 5px;
		margin: 0;
		width: 100%;
		line-height: 1.1;
		box-sizing: border-box;
	}

	#conts .registDl > dl dd input[type="text"] {
		padding: 5px;
	}

	#conts .contactDl dd #fEmail,
	#conts .contactDl dd #fTel,
	#conts .contactDl dd #fUrl,
	#conts .registDl > dl dd #fEmail01,
	#conts .registDl > dl dd #fEmail02,
	#conts .registDl > dl dd #fTel,
	#conts .registDl > dl dd #fUrl {
		width: 100%;
	}

	#conts .contactDl dd select,
	#conts .registDl > dl dd select {
		padding: 9px 4px;
		width: 100%;
		box-sizing: border-box;
	}

	#conts .registDl > dl dd select {
		padding: 5px;
	}

	#conts .contactDl dd textarea,
	#conts .registDl > dl dd textarea {
		padding: 4px;
		width: 100%;
		height: 85px;
		box-sizing: border-box;
	}

	#conts .contactDl dd.error,
	#conts .registDl > dl dd.error {
		padding-bottom: 10px;
		background-color: #FCF1F1;
	}

	#conts .contactDl dd.error span,
	#conts .registDl > dl dd.error span {
		margin-top: 7px;
		display: block;
		color: #CC0000;
	}

	#conts .submit {
		text-align: center;
	}

	#conts .submit li {
		margin: 0 12px;
		display: inline-block;
		border: 3px solid #EC9B9B;
		background-color: #E16868;
	}

	#conts .submit li input {
		padding: 6px 18px;
		cursor: pointer;
		display: inline-block;
		color: #FFF;
		font-size: 1.0em;
		font-weight: normal;
		line-height: 1.75;
		text-decoration: none;
		text-align: center;
		border: none;
		background: none;
		border-radius: 0;
	}

	#conts .submit li.liStyle input {
		border: none;
		background: none;
		border-radius: 0;
	}


	#conts .submit li.liStyle {
		border: 3px solid #DDD;
		background-color: #CCC;
	}

	#conts .submit li.liStyle input {
		border: none;
		background-color: none;
	}

	#conts p a {
		white-space: pre-wrap;
		word-wrap: break-word;
	}

}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#conts .comLink {
	margin: 0 auto;
	width: 265px;
}

#conts .comLink01 {
	margin-bottom: 30px;
	width: 208px;
}

#conts .comLink a {
	font-size: 130%;
	font-weight: bold;
	color: #111;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 4px solid #66CDD6;
	background-color: #00ACBA;
}

#conts .comLink a span {
	display: block;
	padding: 10px;
}

#conts .comLink a span img {
	margin-left: 8px;
	vertical-align: -1px;
}

#conts .comLink a:hover {
	background-color: #A3E1E6;
}


#side .comLink a {
	padding-left: 15px;
	background: url(/img/common/icon02.png) no-repeat left center;
}

@media screen and (max-width:767px){
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#conts .comLink,
	#side .comLink {
		margin: 0 71px 15px;
		width: auto;
	}

	#conts .comLink a,
	#side .comLink a {
		padding: 7px 18px 7px 0;
		display: block;
		color: #FFF;
		font-size: 100%;
		font-weight: normal;
		line-height: 1.75;
		text-decoration: none;
		text-align: center;
		border: 3px solid #66CDD6;
		background: url(/img/sp/common/icon/icon03.png) no-repeat 95% center;
		background-size: 8px 12px;
		background-color: #00ACBA;
	}

	#conts .comLink a:hover,
	#side .comLink a:hover {
		background-color: #00ACBA;
	}

	#conts .comLink a span,
	#side .comLink a span {
		display: block;
		padding: 0;
	}
	#conts .comLink a span img,
	#side .comLink a span img {
		display: none;
	}

}


@media screen and (max-width:767px){
	#conts p a {
		white-space: pre-wrap;
		word-wrap: break-word;
	}
}

/*------------------------------------------------------------
	/index/
------------------------------------------------------------*/
.home #conts .photo {
	margin-bottom: 30px;
	position: relative;
	display: block;
	width: 720px;
	height: 400px;
	overflow: hidden;
}

.home #conts .photo .mainImg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.home #conts .photo .pickupIcon {
	width: 67px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.home #conts .photo .titleArea {
	padding: 13px 15px 10px;
	width: 690px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #111;
	text-decoration: none;
	zoom:1;
	background: url(/img/common/bg01.png) repeat left top;
}

.home #conts .photo .titleArea p.title {
	padding: 3px 0 5px;
	font-size: 26px;
	line-height: 1.3;
	clear: left;
}

.home #conts .photo .titleArea p.sub01 {
	margin-bottom: 8px;
	font-size: 100%;
	line-height: 1.3;
	color: #999;
}

.home #conts .photo .titleArea p.sub02 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #00ACBA;
}

.home #conts .photo .titleArea .time {
	padding-right: 10px;
	font-size: 80%;
	float: left;
	color: #666;
}

.home #conts .photo .titleArea .time img {
	margin-right: 4px;
	vertical-align: -1px;
}

.home #conts .photo .titleArea .pickup,
.home #conts .photo .titleArea .cat {
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 15px 2px;
	font-size: 80%;
	color: #fff;
	text-align: center;
	background-color: #999;
	line-height: 1;
	float: left;
	display: inline-block;
}

.home #conts .photo .titleArea .pickup {
	background: #F82C2C;
	margin-right: 8px;
}

.home #conts .photo .titleArea .cat.feature {
	background-color: #F07E8B;
}

.home #conts .photo .titleArea .cat.plan {
	background-color: #6798D3;
}

.home #conts .photo .titleArea .cat.ad {
	background-color: #E2BB1F;
}

.home #conts .photo .titleArea .cat.column {
	background-color: #ED9C38;
}

.home #conts .photo .titleArea .cat.news {
	background-color: #A2C038;
}

.home #conts .photo .titleArea .cat.comic {
	background-color: #A282BF;
}

.home #conts .photo .titleArea .cat.editing {
	background-color: #999;
}

.home #conts .photo .titleArea .cat.release {
	background-color: #55B9CA;
}

.home #conts .photo .titleArea .cat.interview {
	background-color: #4EB17D;
}

.home #conts .photo .titleArea.ulBox {
	float: right;
	width: 300px;
}

.home #conts .photo .titleArea .ulBox ul {
	float: right;
}

.home #conts .photo .titleArea .ulBox li {
	padding-left: 9px;
	float: left;
	color: #666;
	font-size: 80%;
}

.home #conts .photo .titleArea .ulBox li img {
	margin-right: 5px;
	vertical-align: -5px;
}

.home #conts a.photo:hover > img {
	opacity: 0.7;
}

.home #conts a.photo:hover .titleArea {
	zoom: 1;
	background: url(/img/common/bg02.png) repeat left top;
}

#conts #column .subTtl01 {
	font-weight: bold;
}


@media screen and (max-width:767px){
	.home #header {
		margin-bottom: 0;
	}

	.home #conts .photo {
		margin-bottom: 0;
		position: relative;
		display: block;
		width: auto;
		height: auto;
		border-top: 1px solid #FFF;
		border-bottom: 1px dotted #CCC;
		overflow: hidden;
		text-decoration: none;
	}
	.home #conts .photo .mainImg {
		position: static;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: auto;
	}
	.home #conts .photo .titleArea {
		padding: 10px 15px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		color: #111;
		background: url(/img/common/bg01.png) repeat left top;
	}

	.home #conts .photo .titleArea p.title {
		padding: 0;
		color: #111;
		font-size: 16px;
		font-weight: bold;
	}

	.home #conts .photo .titleArea p.sub01 {
		margin-bottom: 8px;
		font-size: 100%;
		line-height: 1.3;
		color: #999;
	}

	.home #conts .photo .titleArea p.sub02 {
		margin-bottom: 3px;
		display: inline;
		color: #00ACBA;
		font-size: 14px;
		font-weight: bold;
	}

	.home #conts .photo .titleArea .time {
		display: none;
	}

	.home #conts .photo .titleArea .pickup,
	.home #conts .photo .titleArea .cat {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px 5px 2px;
		display: inline-block;
		font-size: 12px;
		color: #FFF;
		text-align: center;
		line-height: 1;
		float: none;
		background-color: #999;
	}

	.home #conts .photo .titleArea .pickup {
		background: #F82C2C;
		margin-right: 5px;
	}
}

/*------------------------------------------------------------
		 /about/
------------------------------------------------------------*/

.aboutMedia {
	margin-top: 70px;
}

.aboutMedia .comTable .trStyle th {
	border-bottom: 1px solid #00ACBA !important;
	text-align: center !important;
	font-weight: bold !important;
}

/*------------------------------------------------------------
	bookBox
------------------------------------------------------------*/
#conts .bookBox {
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 12px;
	border: 1px dotted #CCC;
	width: 198px;
	background: #FFF;
	float: right;
	text-align: center;
}

#conts .bookBox img {
	margin: 0;
	border: 1px solid #DDD;
	width: 100%;
	height: auto;
}
#conts .wysiwygBox .bookBox dl {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: left;
}
#conts .wysiwygBox .bookBox dt {
	padding: 0;
	background: none;
	font-weight: bold;
}
#conts .wysiwygBox .bookBox dd {
	margin-bottom: 0;
	padding: 0;
	font-size: 0.857em;
}
@media screen and (max-width:767px){
	#conts .bookBox {
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}
	#conts .wysiwygBox .bookBox dd {
		margin-bottom: 0;
		padding: 0;
		font-size: 0.857em;
		white-space: nowrap;
	}
}

/*------------------------------------------------------------
	Youtube
------------------------------------------------------------*/
@media screen and (max-width:767px){
	#conts .wysiwygBox .youtube {
		margin-bottom: 10px;
		padding-bottom: 60%;
		height: 0;
		position: relative;
		overflow: hidden;
	}
	#conts .wysiwygBox .youtube iframe {
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/*------------------------------------------------------------
	広告
------------------------------------------------------------*/
#ad-header,
#ad-toppage,
#ad-contsBottom,
#ad-sidebar-lg,
#ad-sidebar-sm {
	overflow: hidden;
}


#ad-header a,
#ad-toppage a,
#ad-contsBottom a,
#ad-sidebar-lg a,
#ad-sidebar-sm a {
	display: block;
}

#ad-header a:hover,
#ad-toppage a:hover,
#ad-contsBottom a:hover,
#ad-sidebar-lg a:hover,
#ad-sidebar-sm a:hover {
	opacity: 0.7;
}

#ad-header a:hover img,
#ad-toppage a:hover img,
#ad-contsBottom a:hover img,
#ad-sidebar-lg a:hover img,
#ad-sidebar-sm a:hover img {
	opacity: 1;
}

#ad-header {
	background: #fff;
}

#ad-header .container {
	background-color: #fff;
}

#ad-toppage { margin: 30px 0; }
#ad-contsBottom { margin-top: 30px; }

#ad-toppage .googleAdsense,
#ad-contsBottom .googleAdsense {
	margin-left: 45px;
	margin-right: 45px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#ad-sidebar-lg,
#ad-sidebar-sm { margin-bottom: 20px; }

.ad {
	position: relative;
}

.ad .pc-hide-ad {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width:767px){
	#ad-header img,
	#ad-toppage img,
	#ad-contsBottom img,
	#ad-sidebar-lg img,
	#ad-sidebar-sm img { max-width: 100%; height: auto }

	#ad-header {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
	}

	#ad-header img { width: 100%; }
	#ad-contsBottom { margin-top: 20px; }

	#ad-toppage,
	#ad-contsBottom,
	#ad-sidebar-lg,
	#ad-sidebar-sm {
		margin-left: auto;
		margin-right: auto;
	}

	#ad-toppage,
	#ad-contsBottom {
		margin-top: 20px;
		margin-bottom: 20px;
		max-width: 290px;
	}

	#ad-sidebar-lg,
	#ad-sidebar-sm { max-width: 290px; }

	#ad-toppage {
		position: relative;
	}

	.ad .pc-hide-ad {
		width: auto;
		height: auto;
		position: static;
		z-index: 1;
	}

	.ad .sp-hide-ad {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	#ad-toppage .googleAdsense,
	#ad-contsBottom .googleAdsense {
		margin-right: 0;
		margin-left: 0;
		display: block;
		text-align: center;
	}

	#ad-toppage .googleAdsense .adsbygoogle,
	#ad-contsBottom .googleAdsense .adsbygoogle {
		margin-top: 30px;
	}

	#ad-toppage .googleAdsense .adsbygoogle:first-of-type,
	#ad-contsBottom .googleAdsense .adsbygoogle:first-of-type {
		margin-top: 0;
	}
}

/*------------------------------------------------------------
	エラー画面
------------------------------------------------------------*/
#container.error {
	height: 100vh;
	background-color: #F3F3F3;
}

#container.error #header {
	position: relative;
	z-index: 1;
}

#container.error #main {
	box-sizing: border-box;
	margin: -75px auto 0;
	padding-top: 75px;
	height: 100vh;
	background-color: #FFF;
}

#container.error #conts {
	padding: 40px;
	width: auto;
	float: none;
}

#container.error #conts p + p {
	margin-top: 1.5em;
}

#container.error #footer {
	padding: 0;
	width: 100%;
	background: transparent;
	position: absolute;
	bottom: 17px;
	left: 0;
}

#container.error #footer .copyright {
	margin: 0;
	width: auto;
	float: none;
	text-align: center;
}

@media screen and (max-width:767px){
	#container.error #main {
		margin-top: -60px;
		padding-top: 60px;
	}

	#container.error #conts {
		padding: 20px;
	}

	#container.error #footer {
		padding: 0;
		width: 100%;
		background: transparent;
		position: absolute;
		bottom: 17px;
		left: 0;
	}

	#container.error #footer .copyright {
		padding: 0;
		background-color: transparent;
	}
}

/*------------------------------------------------------------
	jquery power tip
------------------------------------------------------------*/
#powerTip {
	cursor: default;
	background-color: #00ACBA;
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 8px 10px 7px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	font-size: 14px;
	font-size: 1.4rem;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #00ACBA;
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #00ACBA;
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #00ACBA;
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #00ACBA;
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #00ACBA;
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #00ACBA;
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #00ACBA;
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #00ACBA;
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}
