@charset "utf-8";

/*------------------------------------------------------------
                     共通
-------------------------------------------------------------*/
/*強調*/
em {
	color: #CC0000;
	font-style: normal;
}
span.pinku {
	color: #FF0099;
	font-style: normal;
}
span.shatai {
font-style: oblique;
}
span.futoji_bk {
    font-weight: bold;
	color: #000000;
}
span.kome {
    font-size: 0.8em;
    vertical-align:super;
}
span.chu {
    font-size: 0.8em;
}

.ph_on { visibility: visible; }
.ph_off { visibility: hidden; }

/*囲み*/
strong {
	border: 1px solid #F00;
	padding: 0px 3px;
	font-weight: normal;
	font-style: normal;
}
/*抜き*/
.nuki {
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000099,
    -1px 1px 1px #000099,
    1px -1px 1px #000099,
    -1px -1px 1px #000099;
}

/*抜き2*/
.nuki2 {
    color: #FFF;
    font-size: 1.8em;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000099,
    -1px 1px 1px #000099,
    1px -1px 1px #000099,
    -1px -1px 1px #000099;
}

/********************
  ローディング画像
*********************/
.loading-gifdiv {
  width: 60px;
  height: 60px;
  position: fixed;
  position: absolute; /* forIE6 */
  top: 50%;
  left: 50%;
  margin-top: -30px; /* harlf of height */
  margin-left: -30px; /* half of width */
  z-index: 10000;
}
#fade {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

/*訳文表示ボタン　mediaqueryの設定有*/
#japanese-show {
	background-color: #09f;
	padding: 6px 10px;
	margin: 0px;
	text-decoration:none;
	display: inline-block;
	color: #fff;
	cursor: pointer;
  /*文言変更するため*/
  width: 140px;
  text-align: center;
	/*角丸*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.touchstart {
	background-color: #007acb;
}

.open:before {
	font-family: "icon-fonts";
	text-transform: none;
	line-height: 1em;
	font-size: 1em;
	color: #fff;
	content: "k";
	padding-right: 5px !important;
	display: inline-block;
	width: 1em;
	vertical-align: middle;
}

.close:before {
  font-family: "icon-fonts";
  text-transform: none;
  line-height: 1em;
  font-size: 1em;
  color: #fff;
  content: "K";
  padding-right: 5px !important;
  display: inline-block;
  width: 1em;
	vertical-align: middle;
}

/*画像*/
.img-bg {
  width: auto;
}

/*センター*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*左よせ*/
.pull-left {
  display: block;
  float: left !important;
  margin-right: 45px;
}
/*右寄せ*/
.pull-right {
  display: block;
  float: right !important;
  margin-left: 45px;
}
/*右寄せ*/
.pull-dn_right {
    position:absolute;
    bottom: 0;
    right: 0;
}
.pull-dnn_right {
  display: block;
  float: right !important;
  margin-top: 70px;
  margin-left: 45px;
}


/*------------------------------------------------------------
                         全文再生ボタン
-------------------------------------------------------------*/
#wrapper_btn {
	margin: 0px 20px 10px 20px;
}
.audio_all_playback {
	background-color: #09f;
	padding: 6px 10px;
	margin: 0px;
	text-decoration:none;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	/*角丸*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  background-color: #f048a6;
}
.audio_all_playback:hover {
  background-color: #db4498;
}

/*------------------------------------------------------------
                     音声再生ボタン
-------------------------------------------------------------*/
.audio_playback:link, .audio_playback:visited {
    display: inline-block;
    color: #e33f4b !important;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    /* 角丸設定 */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.audio_playback:before { /* アイコン指定 */
    font-family: "icon-fonts";
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    display: inline;
    vertical-align: middle;
    padding: 0 5px 0 6px;
    content: "n";
}
/*.audio_playback:hover {
    color: #e4007f !important;
    background-color: #ffcce2;
}*/

/*------------------------------------------------------------
                           dialog
-------------------------------------------------------------*/
.audio-all:before{
	font-size: 24px;
}

.top_waku {
    margin: 0px 20px 20px 20px;
    padding: 5px;
}
.top_waku p {
	margin: 10px;
	padding: 5px 5px 5px 30px;
	text-indent: -1.5em;

}
.top_waku p a {
	text-indent: 0;
}


/* 英語 */
.wd-dialog {
    background-color: #f5f7f9;
    margin: 0px 20px 20px 20px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.wd-dialog p {
	background: #fff;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	text-indent: -1.5em;

}
.wd-dialog p a {
	text-indent: 0;
}

.page-dialog {
    background-color: #fff;
    margin: 0px 20px 20px 20px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.page-dialog p {
	background: #fff;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	text-indent: -1.5em;

}
.page-dialog p a {
	text-indent: 0;
}

.page-dialog2 {
    background-color: #eff;
    margin: 0px 20px 20px 20px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.page-dialog2 p {
	background: #eff;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	text-indent: -1.5em;

}
.page-dialog2 p a {
	text-indent: 0;
}

.page-dialog3 {
    background-color: #fef;
    margin: 0px 20px 20px 20px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.page-dialog3 p {
	background: #fef;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	text-indent: -1.5em;

}
.page-dialog3 p a {
	text-indent: 0;
}

.page-dialog4 {
    background-color: #ffe;
    margin: 0px 20px 20px 20px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.page-dialog4 p {
	background: #ffe;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	text-indent: -1.5em;

}
.page-dialog4 p a {
	text-indent: 0;
}
.page-dialog5 {
    position: relative;
    background-color: #fff;
    margin: 0px 20px 20px 20px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.page-dialog5 p {
	background: #fff;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	text-indent: -1.5em;

}
.page-dialog5 p a {
	text-indent: 0;
}

.page-/* 訳文 */
.japanese-text hr {
	margin: 10px;
	border: 1px dashed #aaa;
}
.jdialog p {
	background: #fff;
	margin: 10px;
	padding: 5px 5px 5px 30px;
}
.box_r {
   -moz-border-radius: 50px;    /* Firefox */
   -webkit-border-radius: 50px; /* Safari,Chrome */
   border-radius: 50px;         /* CSS3 */
    background-color: #FFeeFF;
	margin: 20px;
	padding: 0px 0px 5px 30px;
 border: medium dashed #cc0000;
 }

/*------------------------------------------------------------
                     Key Expressions
-------------------------------------------------------------*/
/* 英語 */
.page_keyexp {
    background-color: #fff;
    margin: 0px 20px 20px 20px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.page_keyexp p {
	background-color: #fff;
	color: #09F;
	padding: 10px 10px 5px 10px;
	line-height: 1.5em;

}
/* 訳文 */
.jkeyexp hr {
	margin: 0px 10px;
	border: 1px dashed #aaa;
}
.jkeyexp p {
	background: #fff;
	color: #222;
	margin: 5px 10px 10px 25px;
	padding: 0px;
}
/*------------------------------------------------------------
                     Key Words
-------------------------------------------------------------*/
/* 英語 */
.page_keywords {
    background-color: #fff;
    margin: 0px 20px 10px 20px;
    padding: 5px 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.accordion-div p {
	margin: 0px;
	padding: 5px 0px;
}
.accordion-div p:before {
	font-family: "icon-fonts";
	text-transform: none;
	text-decoration: none;
	line-height: 1em;
	padding-right: 5px;
	vertical-align: sub;
	content: "S";
	display: inline-block;
	width: 1em;
}
.keywords p {
	border: none;
	margin: 10px;
	padding: 0px;
}

.accordion-div {
	cursor: pointer;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 2px #aaa solid;
	border-top: 2px #aaa solid;
	background: #fff;
}
th.gr {
	background-color:#aaa;
	border-top: 2px #aaa solid;
	border-bottom: 0px #aaa solid;
	color: #ffffff;
	text-align:center;
	padding: 2px 2px 2px 10px;
}
th.jl {
	background-color:#e33f4b;
	border-top: 2px #aaa solid;
	border-right: 3px #aaa double;
	color: #ffffff;
	text-align:left;
	padding: 2px 2px 2px 10px;
}
th.er {
	background-color:#ff9a8d;
	border-top: 2px #aaa solid;
	color: #ffffff;
	text-align:left;
	padding: 2px 2px 2px 10px;
}
table td {
	padding: 0px 5px;
}
table td:first-child {
	padding: 0px 5px;
	border-right: 3px #aaa double;
}
table td.r_bdr0 {
	padding: 0px;
	border-right: 0px #aaa none;
}
table tr:nth-child(2n+1) { /* 偶数行色付け */
	background: #fbe8e5;
}

/*無地テーブル*/
page-dialog table.ws2 {
	margin: 10px;
	border: hidden;
	background: #fff;
}
table tr.ws2{
	background: #fff;
	margin: 10px　0px;
	vertical-align:top;
	border: hidden;
}
table td.ws2{
	padding: 10px 5px;
	background: #fff;
	border: hidden;
}


/*画像スマホの場合、横幅100％に*/
@media screen and (max-width: 748px) {
  .img-bg{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .pull-left {
    display: block;
    float: none;
  }
   .pull-right {
    display: block;
    float: none;
  }
}

/*2行目以降字下げ*/
p.indentback_j{
  text-indent: -2em;
  padding-left: 3em;
}

p.indentback_e{
  text-indent: -1.0em;
  padding-left: 1.0em;
}

.wdbk{
  word-break: break-all;
}
/*
.chft{
font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}*/

/********************
     mediaquery
*********************/

/*訳文表示ボタン*/
/*****
@media screen and (max-width: 748px) {
#japanese-show {
	background: #09f;
	color: #FFF;
	padding: 10px;
	position: fixed;
	top: 50px;
	right: 0px;
	text-decoration: none;
	text-align: center;
	opacity: 0.7;
	line-height: 1em;
	cursor: pointer;
	width: 1em;

	-webkit-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
}

.open:before {
  display: inline-block;
  font-family: "icon-fonts";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  color: #fff;
  content: "k";
  padding-right: 5px !important;
  width: 0.7em;
  text-align: center;
  vertical-align: text-top;
}
.close:before {
  display: inline-block;
  font-family: "icon-fonts";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  color: #fff;
  content: "K";
  padding-right: 5px !important;
  width: 0.7em;
  vertical-align: text-top;
}
*****?