@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #00A795;
    text-decoration: underline;
}

a:visited {
	color: #00A795;
    text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 1.7;
	color: #333;
	-webkit-text-size-adjust: none;
}

.zoom {
	left: 0;
	width: 100%;
	position: absolute;
	opacity: 0.5;
	z-index: 10;
	background: #000;	
}

#main {
	text-align: left;
    padding-top: 52px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	text-align: center;
	position:fixed;
	background:#fff;
	z-index:9999;
	width:100%;
	border-bottom:1px solid #008879;
}

#gHeader .headSection {
	padding: 10px 8px;
}

#gHeader h1,
#gHeader .hLogo {
	padding: 7px 0 0;
	float: left;
	width: 127px;
}

#gHeader h1 img,
#gHeader .hLogo img {
	width: 100%;
}

#gHeader ul {
	float: right;
}

#gHeader ul li {
	margin-right: 5px;
	float: left;
    width: 100%;
    height: auto;
    text-align: left;
}

#gHeader ul li:last-child {
	margin-right: 0;
}

#gHeader ul li a {
	padding: 13px 13px 12px;
	display: block;
	
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
/*
	background: -moz-linear-gradient(
		top,
		#f8a336 0%,
		#f79e29 60%,
		#f7991f);
    background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f8a336),
		color-stop(0.60, #f79e29),
		to(#f7991f));
*/
}

/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/
#glnavi{
/*	padding-top:61px;*/
    width: 61px;
    height: 51px;
    position: fixed;
    right: 0;
    top: 0;
}
#glnavi .linkTtl {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
	box-shadow: 0 2px 2px #ddd;
	-moz-box-shadow: 0 2px 2px #ddd;
	-webkit-box-shadow: 0 2px 2px #ddd;
    
    height: 51px;
}

#glnavi .linkTtl span {
	display: block;
    height: 49.98px;
    text-align: center;
    background: url(/sp/shared/img/icon_06.png) no-repeat center center;
	background-size: 27px 20px;
}

#glnavi .linkTtl{
	padding: 0 10px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #00655a;
	
	box-shadow: inset 0 2px 1px #79d1c7;
	-moz-box-shadow: inset 0 2px 1px #79d1c7;
	-webkit-box-shadow: inset 0 2px 1px #79d1c7;
	background: -moz-linear-gradient(
		top,
		#4fc2b5 0%,
		#02a896);
    background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#4fc2b5),
		to(#02a896));
		
	position: relative;
    
    height: 49.58px;
    
}

/*#glnavi .linkTtl a:after {
	margin-top: -6px;
	width: 17px;
	height: 10px;
	display: block;
	background: url(/sp/shared/img/icon_07.png) no-repeat;
	background-size: 17px 10px;
	
	content: "";

	position: absolute; 
	top: 50%;
	right: 8px;
}*/

#glnavi .open a:after {
	background: url(/sp/shared/img/icon_07.png) no-repeat;
	background-size: 17px 10px;
	
	transform: rotate(180deg); 
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg); 
}

#glnavi ul {
	position: fixed;
	display: none;
	width: 100%;
	z-index: 999;
    top: 48.89px;
    right: 0;
	box-shadow: inset 0 1px 3px #00655a;
	-webkit-box-shadow: inset 0 1px 3px #00655a;
}

#glnavi ul li a {
	padding: 10px;
	display: block;
	
	font-size: 17px;
	font-weight: bold;
	color: #addbd6;
	
	border-bottom: solid 1px #006257;
	border-top: solid 1px #0d7f73;
	background-color: #00786b;
}

#glnavi ul li a:before {
	margin: 6px 0 0 0;
	width: 17px;
	height: 10px;
	display: block;
	float: right;
	background: url(/sp/shared/img/icon_07.png) no-repeat;
	background-size: 17px 10px;
	
	content: "";
	
	transform: rotate(270deg); 
	-webkit-transform: rotate(270deg);  
	-moz-transform: rotate(270deg);
	
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#pagePath {
	padding: 13px 10px;
}

#pagePath li {
	float: left;
	color: #666;
}

#pagePath li span {
	padding: 0 3px;
}

#pagePath li a {
	color: #00a795;
	text-decoration: underline;
}

.taRight a {
	color: #00a795;
	text-decoration: underline;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 15px auto;
	width: 41%;
	
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.pageTop a {
	padding: 8px 0 8px;
	display: block;
	
	color: #FFF;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #CCC;
}

/*------------------------------------------------------------
	conversion
------------------------------------------------------------*/
.conversion {
	padding: 15px 10px;
	background-color: #00a795;
}

.comList li {
	margin-bottom: 10px;
}

.comList li:last-child {
	margin-bottom: 0;
}

.comList li a {
	padding: 12px 3%;
	display: block;
	position: relative;
	
	font-size: 20px;
	font-weight: bold;
	color: #f7991f;
	line-height: 1.2;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #009b8a, -1px 0 3px #00a08f;
	-moz-box-shadow: 1px 1px 3px #009b8a, -1px 0 3px #00a08f;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4f0ed),color-stop(1, #fff));
}

.comList li:first-child a {
	font-size: 25px;
	color: #186cb5;
}

.comList li:nth-child(2) a {
	font-size: 25px;
	color: #ea475e;
}

.comList li a:after {
	margin-top: -8px;
	width: 19px;
	height: 19px;
	display: block;
	background: url(/sp/shared/img/icon_16.png) no-repeat;
	background-size: 19px 19px;
	
	content: "";
	
	position: absolute;
	top: 50%;
	right: 3%;
}

.comList li:first-child a:after {
	background: url(/sp/shared/img/icon_14.png) no-repeat;
	background-size: 19px 19px;
}

.comList li:nth-child(2) a:after {
	background: url(/sp/shared/img/icon_15.png) no-repeat;
	background-size: 19px 19px;
}

.comList li .conSpan {
	display: table;
	width: 100%;
}

.comList li .imgSpan {
	display: table-cell;
	width: 46px;
}

.comList li .imgSpan img {
	width: 100%;
	display: block;
}

.comList li .telSpan {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

.comList li .telSpan span {
	padding-top: 3px;
	display: block;
	
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 23px;
	overflow: hidden;
	zoom: 1;
}

#gFooter .footNavi {
	margin-bottom: 13px;
	border-top: 1px solid #ccc;
}

#gFooter .footNavi li a {
	padding: 15px 23px 14px;
	display: block;
	
	font-size: 13px;
	line-height: 1.2;
	color: #00a795;
	
	border-bottom: 1px solid #ccc;
	background: #eee url(/sp/shared/img/icon_17.gif) no-repeat 10px center;
	background-size: 4px 7px;
}

#gFooter .copyRight {
	font-size: 11px;
	line-height: 1.2;
	color: #888;
	text-align: center;
}

/*------------------------------------------------------------
	.pageTtl
------------------------------------------------------------*/
#main .pageTtl {
	margin-bottom: 15px;
	color: #00a795;
	font-size: 20px;
	line-height: 1.2;
	border-top: 1px dotted #ccc;
}

#main .pageTtl span {
	padding: 17px 16px 18px;
	display: block;
	border-left: 8px solid #00A795;
	background-color: #F1F1F1;
}

/*------------------------------------------------------------
	.ttlStlye01
------------------------------------------------------------*/
#main .ttlStyle01 {
	margin-bottom: 20px;
	padding: 3px 0 2px;
	
	color: #00a795;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	
	border-bottom: 5px solid #eee;
}

/*------------------------------------------------------------
	.ttlStyle02
------------------------------------------------------------*/
#main .ttlStyle02 {
	border-bottom: 2px solid #00A795;
	font-size: 16px;
}

#main .ttlStyle02 span {
	padding: 13px 10px 13px;
	display: block;
	border-top: 1px solid #CCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#F2F2F2));
}

/*------------------------------------------------------------
	h4Head
------------------------------------------------------------*/
#main .h4Head {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.2;
}

/*------------------------------------------------------------
	topics
------------------------------------------------------------*/
#main .topics li {
	font-size: 13px;
	border-bottom: 1px solid #DFDFDF;
}

#main .topics span {
	display: block;
	
	font-size: 12px;
	color: #00a795;
}

#main .topics li a {
	padding: 12px 10px 11px;
	display: block;
	
	color: #333;
}

/*------------------------------------------------------------
	comSection
------------------------------------------------------------*/
#main .comSection {
	margin: 0 10px;
} 

/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
#main .headLine {
	margin: 24px 0 0;
	padding: 16px;
	
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	
	background-color: #00a795;
	clear: both;
}

#main .comNavi li a {
	padding: 12px 10px 12px;
	display: block;
	
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	color: #00a795;
	
	border-bottom: 1px solid #ccc;
	background: url(/sp/shared/img/icon_01.png) no-repeat 97% center;
	background-size: 7px 13px;
}

#main .comNavi li .sNavi li a {
	padding-left: 30px;
	font-weight: normal;
	background: #eee url(/sp/shared/img/icon_19.gif) no-repeat 10px center;
	background-size: 4px 7px;
}

#main .comNavi li .sNavi li ul li a {
	padding-left: 45px;
	background: #eee url(/sp/shared/img/icon_20.gif) no-repeat 30px center;
	background-size: 4px 7px;
}
#main .headLine_subTtl {
	margin-top: 24px;
	text-align: center;
}
#main .headLine_subTtlInr {
	font-weight: bold;
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
#main .headLine_subTtlInr:before, #main .headLine_subTtlInr:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
#main .headLine_subTtlInr:before {left:0;}
#main .headLine_subTtlInr:after {right: 0;}

#main .comNaviSlide .headLine {
	position: relative;
	margin-top: 10px;
}
#main .comNaviSlide .headLine::after {
	content: " ";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
#main .comNaviSlide .headLine.__slide_accordion_active::after {
	margin-top: -4px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*------------------------------------------------------------
      comDl 
------------------------------------------------------------*/
#main .comDl {
	margin-bottom: 25px;
}

#main .comDl:last-child {
	margin-bottom: 0;
}

#main .comDl dt a {
	position: relative;
	display: block;
	
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2;
	color: #00a795;
	
	border-bottom: 5px solid #00A795;
}

#main .comDl dt a span {
	padding: 10px 35px 7px 10px;
	display: block;
	
	border: 3px solid #eee;
	border-bottom: none;
}

#main .comDl dt a:before {
	margin-top: -8px;
	width: 19px;  
    height: 19px;
	background: url(/sp/shared/img/icon_09.png) no-repeat;
	background-size: 19px 19px;
	
    position: absolute;  
    top: 50%;  
    right: 12px;  
  
    content: ""; 
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#main .comDl .open a:before {
	margin-top: -8px;
	width: 19px;  
    height: 19px;
	background: url(/sp/shared/img/icon_09.png) no-repeat;
	background-size: 19px 19px;
	
    position: absolute;  
    top: 50%;  
    right: 12px;  
  
    content: ""; 
	
	-webkit-transform: rotate(270deg); 
	-moz-transform: rotate(270deg);
}

#main .comDl dd {
	padding: 10px 0 0;
	display: open;
	font-size: 13px;
}

#main .comDl .photoBox {
	margin: 0 0 8px;
	text-align: center;
	border: 2px solid #eee;
}

#main .comDl .photoBox img {
	width: 100%;
}

/*------------------------------------------------------------
      linkList
------------------------------------------------------------*/
#main .linkList {
	margin-bottom: 30px;
}

#main .linkList li {
	margin-bottom: 5px;
}

#main .linkList li:last-child {
	margin-bottom: 0;
}

#main .linkList li a {
	padding: 15px 40px 15px 10px;
	position: relative;
	display: block;
	
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	
	background-color: #00A795;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#main .linkList li .liSpan {
	display: table;
	width: 100%;
}

#main .linkList li .imgSpan {
	display: table-cell;
	width: 21px;
	vertical-align: middle;
}

#main .linkList li .imgSpan img {
	width: 100%;
}

#main .linkList li .txtSpan {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

#main .linkList li a:before {
	margin-top: -9px;
	width: 19px;  
    height: 19px;
	display: block;
	background: url(/sp/shared/img/icon_22.gif) no-repeat;
	background-size: 19px 19px;
	
    position: absolute;  
    top: 50%;  
    right: 10px;  
  
    content: ""; 
}

/*------------------------------------------------------------
      selfDl
------------------------------------------------------------*/
#main .selfDl {
	margin-bottom: 10px;
	overflow: hidden;
	zoom:1;
}

#main .selfDl dt {
	padding: 2px 7px;
	float: left;
	
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	
	background-color: #00A795;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#main .selfDl dd {
	padding: 2px 0 0 2.3em;
	display: block;
	
	font-size: 13px;
	color: #333;
}

#main .selfDl .ddStyle {
	font-size: 14px;
	color: #00a795;
}

#main .selfDl dd li {
	margin-bottom: 5px;
	padding-left: 2.3em;
	text-indent: -2.3em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink li {
	margin-bottom: 10px;
}

#main .comLink li a {
	padding: 12px 10px 11px;
	display: block;
	overflow: hidden;
	
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	
	border-radius: 4px;
	background: #f66278 url(/sp/shared/img/icon_11.gif) no-repeat 95% center;
	background-size: 19px 19px;
}

#main .comLink .liSpan {
	display: table;
	width: 100%;
}

#main .comLink li .imgSpan {
	display: table-cell;
	width: 46px;
}

#main .comLink li .imgSpan img {
	width: 100%;
	display: block;
}

#main .comLink li .txtSpan {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

#main .comLink li:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
#main .comInner {
	/*margin-bottom: 30px;*/
	padding: 8px 5px 3px;
	border: solid 2px #f2a096;
}

#main .comInner .ttlImg {
	margin: 0 auto 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ff3766;
	width: 100%;
}

#main .comInner .ttlImg img {
	width: 100%;
}

#main .comInner p {
	margin-bottom: 0 !important;
	line-height: 1.3!important;
	font-size: 12px !important;
}

#main .comInner p span {
	margin-bottom: 5px;
	display: block;
	font-size: 15px;
	color: #ff3766;
}

/*------------------------------------------------------------
	featureTxt
------------------------------------------------------------*/
#main .featureTxt {
	margin-bottom: 20px;
}

#main .featureTxt dt {
	margin-bottom: 1px;
	color: #f66378;
	font-size: 14px;
}

#main .featureTxt dd {
	margin-bottom: 10px;
	font-size: 13px;
}

#main .featureTxt dd:last-child {
	margin-bottom: 0;
}

#main .featureTxt dd .note {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

#main .featureTxt ul {
	margin-top: 3px;
}

#main .featureTxt dd li {
	padding-left: 23px;
	line-height: 1.55;
	background: url(/sp/shared/img/icon_21.gif) no-repeat 5px 5px;
	background-size: 9px 9px;
}

/*------------------------------------------------------------
	detBtn
------------------------------------------------------------*/
#main .detBtn {
	margin: 0 0 27px;
}

#main .detBtn a {
	padding: 10px;
	display: block;
	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	background: #00a795 url(/sp/shared/img/icon_22.gif) no-repeat 96% center;
	background-size: 19px 19px;
}

/*------------------------------------------------------------
	wigTtl
------------------------------------------------------------*/
#main .wigTtl {
	margin: 0 -7px 15px;
	padding: 10px 10px 10px 50px;
	position: relative;
	
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	
	background: #539ad8 url(/sp/shared/img/icon_24.gif) no-repeat 10px center;
	background-size: 28px 33px;
	border-bottom: none;
}

/*------------------------------------------------------------
	comTxt
------------------------------------------------------------*/
#main .comTxt {
	margin: 0 0 15px;
	padding: 5px 15px;
	
	font-size: 18px!important;
	font-weight: bold;
	text-align: center;
	color: #f40d0d;
	
	border: 1px solid #ffd35c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fffdeb;
	clear: both;
}

#main .comTxt span {
	font-size: 12px;
}

#main .comTxt .special {
	display: block;
	
	font-size: 12px;
	color: #033333;
	text-align: left;
}

/*------------------------------------------------------------
	comPhoto
------------------------------------------------------------*/
#main .comPhoto {
	margin: -15px 0 15px;
	position: relative;
	zoom: 1;
}

#main .comPhoto li {
	margin: 15px 3.5% 0 0;
	width: 31%;
	float: left;
	
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
}

#main .comPhoto li:nth-child(3n) {
	margin-right: 0;
}

#main .comPhoto li .photo {
	display: block;
	position: relative;
	border: 2px solid #EEE;
}

#main .comPhoto li .photo .icon {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16%;
}

#main .comPhoto li .photo .icon img {
	width: 100%;
}

#main .comPhoto li span {
	display: block;
	font-weight: normal;
}
.en-markup-crop-options {
	top: 18px !important;
	left: 50% !important;
	margin-left: -100px !important;
	width: 200px !important;
	border: 2px rgba(255,255,255,.38) solid !important;
	border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
	margin-left: 0px !important;
}


/*------------------------------------------------------------
	漫画
------------------------------------------------------------*/

.manga_wrap .manga_box {
	margin-bottom: 20px;
	overflow: hidden;
}
.manga_wrap .manga_main_img {
	margin-bottom: 10px;
}
.manga_wrap .manga_main_btn img {
	margin-bottom: 10px;
}
.manga_wrap .manga_box dl {
	margin-bottom: 10px;
	overflow: hidden;
}
.manga_wrap .manga_box dl dt {
	float: left;
	width: 45px;
	margin-right: 2%;
}
.manga_wrap .manga_box dl dd {
	font-size: 140%;
	font-weight: bold;
	float: left;
	width: 79%;
	padding-top: 10px;
}
.manga_wrap .manga_box dl dd a {
	font-weight: bold;
	color: #F06;
	text-decoration: underline;
}
.mangaka_profile {
	/*background: url(../../manga/img/dot.jpg) repeat left top;*/
	padding: 20px;
	/*color: #fff;*/
}
.mangaka_profile .manga_main_img {
	margin-bottom: 15px;
}
.mangaka_profile .mangaka_txt_box .mangaka_ttl {
	text-align: left;
	font-weight: bold;
}
.mangaka_profile .mangaka_txt_box .mangaka_txt {
	font-size: 100%;
	margin-bottom: 20px;
    text-align: justify;
}
.mangaka_profile .mangaka_txt_box .mangaka_txt span {
	font-size: 120%;
}


.mangaka_profile .mangaka_txt_box .mangaka_name {
	font-size: 300%;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
	text-align: left;
	font-weight: bolder;
}

/*------------------------------------------------------------
	__slide_accordion
------------------------------------------------------------*/
.__slide_accordion_trigger + *{
	display: none;
}