@charset "UTF-8";

html {
	height:100%;
}
body {
  color: #333333;
  background-color: #494949;/* #fafafa より変更 0726 */
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "lucida grande",tahoma,verdana,arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  z-index:0;
  word-break: break-all;
  height: 100%;
}

button, input, select {
  font-family : inherit;
}

input textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "lucida grande",tahoma,verdana,arial,sans-serif;
}

a, a:hover, a:active {
	text-decoration:none;
}

ul, menu, dir {
	list-style-type: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
/* エラーメッセージ */
p.error{
	padding: 5px;
	font-size: 11px;
	color: #cc0000;
}
* {
	word-wrap: break-word;
	word-break: inherit; /*changed from normal to inherit, because of break the line after '-' character*/
}

/*===========================================
	質問
===========================================*/

.questionTitle {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight:normal;
}
.questionTitle.disabled {
	filter: alpha(opacity=50);
	opacity:0.5;

}
.questionTitle span.headNumber {
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
  display: inline;
  position: relative;
}


.save-error {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	padding: 3px 10px 3px 10px;
	background-color: #FFDDDD;
	display: none;
	z-index: 10000;
	text-align: center;
	padding: 20px;
}

/*===========================================
	エラーモーダルウィンドウ用
===========================================*/
.template_overlay .errorDialog {
  position: fixed;
  border-radius: 10px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  font-size: 13px;
  z-index: 999;

  width: 480px;
  height: 280px;

  min-width: 300px;
  min-height: 240px;
  /*left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -180px;*/
}
/*ブラウザバックモーダルウィンドウ用*/
.prohibitBrowserBackDialog {
	background-color: #F5F5F5;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	z-index: 400;
    position: absolute;

    /*PC & Tablet width:488px height:290px*/
    top: calc(50% - 145px);
    left: calc(50% - 244px);
    padding: 80px 25px 80px 25px;
}



/* スマホ */
@media only screen and (max-width:779px) {
    .prohibitBrowserBackDialog {
        /*Modal Size width:308px height:85px*/
        top: calc(50% - 50px);
        left: calc(50% - 154px);
        padding: 20px 10px 20px 10px;
    }
    .prohibitBrowserBackMessage {
        width: 200px;
    }
    .pcOnly {
        display : none;
    }
}
/* PC */
@media only screen and (min-width:780px) {
    .prohibitBrowserBackDialog {
        /*Modal Size width:488px height:290px*/
        top: calc(50% - 145px);
        left: calc(50% - 244px);
        padding: 80px 25px 80px 25px;
    }
    .prohibitBrowserBackMessage {
        width: 310px;
    }
    .spOnly {
        display : none;
    }
}

.prohibitBrowserBackDialog .uiButton {
    width: 180px;
}

.prohibitBrowserBackDialogFooter {
    height: 45px;
}

.prohibitBrowserBackDialog .uiButton {
    width: 180px;
}

.template_overlay .background {
	background: none repeat scroll 0 0 #000000;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
	-ms-filter: "alpha(opacity=50)";
}
/*.template_overlay .errorDialog .message {
	text-align: center;
	margin: 80px 14px 0;
}
.template_overlay .errorDialog img {
	float: left;
	margin: 0px 14px 0;
}
.template_overlay .errorDialog p {
	float: left;
	margin: 0px 14px 0;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	line-height: 200%;
}
.template_overlay .errorDialog .clear {
	clear: both;
}
.template_overlay .errorDialog .overlayBtn {
	margin: 40px 0 50px;
	text-align: center;
}
.template_overlay .errorDialog .overlayBtn .uiButton {
	margin-right: 4px;
	margin-left: 4px !important;
	display: inline-block;
	padding-bottom: 10px;
	min-width: 130px;
}*/

.error-dialog-content {
  /*height: 260px;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
div.error-dialog-content-wrapper {
  display:table;
  margin: 50px 14px 0px 10px;
  min-height: 140px;
}
.error-dialog-content p {
  display: table-cell;
  margin: 80px 14px 0px 10px;
  padding-left: 110px;
  padding-right: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 200%;
  background-image: url(../images/icon_danger.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  height: 140px;
}
.error-dialog-footer {
  margin: 20px 0 50px;
  text-align: center;
}
.error-dialog-footer a {
  display: inline;
}
.error-dialog-footer .uiButton {
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block !important;
  padding-bottom: 10px;
  min-width: 130px;
  width: 130px;
}
.error-dialog-footer-text {
  line-height:150%;
  margin-top:15px;
}

.uiButton.modalCancel {
	color: #444444!important;
	background: #bdbdbd !important;
	background-image: -webkit-linear-gradient(top, #ebebeb, #bdbdbd)!important;
	background-image: linear-gradient(to bottom, #ebebeb, #bdbdbd)!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#ebebeb', GradientType=0)"!important;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
	box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
	text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 0px rgba(240,240,240,1)!important;
}
/* グローバルで使える */
.textLeftAlign {
	text-align: left
}
.mMargin {
	margin: 30px 0 40px;
}

.lineHeight15 {
	line-height: 1.5em
}

.marginW80auto {
	width:80%;
	margin: 0 auto;
}

.marginW40auto {
	width:40%;
	margin: 0 auto;
}




/*===========================================
        ページ
===========================================*/

.page {
    position:relative;
    z-index: 0;
}
/*===========================================
        ヘッダ
===========================================*/

.header {
    position: fixed;
    width: 100%;
    min-width: 850px;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
    background-repeat: repeat-x;
}
.en .header {
  min-width: 1000px;
}
.blackTheme .uiHeaderMenu {
    background-color: rgba(0,0,0,0.2);
}
.uiHeaderMenu{
    background-color: rgba(0,0,0,0.1);
}

/* IEハック */
.redTheme .uiHeaderMenu{
    background-color: #BD0C18 \9;
}
.redTheme .header ul.gNav li{
    border-right: 1px solid #BD0C18 \9;
}
.pinkTheme .uiHeaderMenu{
    background-color: #DD9090 \9;
}
.pinkTheme .header ul.gNav li{
    border-right: 1px solid #DD9090 \9;
}
.orangeTheme .uiHeaderMenu{
    background-color: #D07C0C \9;
}
.orangeTheme .header ul.gNav li{
    border-right: 1px solid #D07C0C \9;
}
.yellowTheme .uiHeaderMenu{
    background-color: #DAB258 \9;
}
.yellowTheme .header ul.gNav li{
    border-right: 1px solid #DAB258 \9;
}
.lightgreenTheme .uiHeaderMenu{
    background-color: #96BB06 \9;
}
.lightgreenTheme .header ul.gNav li{
    border-right: 1px solid #96BB06 \9;
}
.greenTheme .uiHeaderMenu{
    background-color: #379606 \9;
}
.greenTheme .header ul.gNav li{
    border-right: 1px solid #379606 \9;
}
.lightblueTheme .uiHeaderMenu{
    background-color: #93B9B9 \9;
}
.lightblueTheme .header ul.gNav li{
    border-right: 1px solid #93B9B9 \9;
}
.blueTheme .uiHeaderMenu{
    background-color: #2F4A84 \9;
}
.blueTheme .header ul.gNav li{
    border-right: 1px solid #2F4A84 \9;
}
.purpleTheme .uiHeaderMenu{
    background-color: #5B2D5B \9;
}
.purpleTheme .header ul.gNav li{
    border-right: 1px solid #5B2D5B \9;
}
.grayTheme .uiHeaderMenu{
    background-color: #A6A6A6 \9;
}
.grayTheme .header ul.gNav li{
    border-right: 1px solid #A6A6A6 \9;
}
.blackTheme .uiHeaderMenu{
    background-color: #282828 \9;
}
.blackTheme .header ul.gNav li{
    border-right: 1px solid #282828 \9;
}
/*.bronzeTheme .uiHeaderMenu{
    background-color: #897869;
}*/
.bronzeTheme .header ul.gNav li{
    border-right: 1px solid #897869;
}

/*色パターン*/

.redTheme .header {
    background: url("../images/img_header_bg01.gif");
}
.pinkTheme .header {
    background: url("../images/img_header_bg02.gif");
}
.orangeTheme .header {
    background: url("../images/img_header_bg03.gif");
}
.yellowTheme .header {
    background: url("../images/img_header_bg04.gif");
}
.lightgreenTheme .header {
    background: url("../images/img_header_bg05.gif");
}
.greenTheme .header {
    background: url("../images/img_header_bg06.gif");
}
.lightblueTheme .header {
    background: url("../images/img_header_bg07.gif");
}
.blueTheme .header {
    background: url("../images/img_header_bg08.gif");
}
.purpleTheme .header {
    background: url("../images/img_header_bg09.gif");
}
.grayTheme .header {
    background: url("../images/img_header_bg10.gif");
}
.blackTheme .header {
    background: url("../images/img_header_bg11.gif");
}
.bronzeTheme .header {
    background: url("../images/theme_color/12/img_header_bg12.gif");
}
.redTheme .header h1{
}
.pinkTheme .header h1{
    background-position: 0 -65px;
}
.orangeTheme .header h1{
    background-position: 0 -130px;
}
.yellowTheme .header h1{
    background-position: 0 -195px;
}
.lightgreenTheme .header h1{
    background-position: 0 -260px;
}
.greenTheme .header h1{
    background-position: 0 -325px;
}
.lightblueTheme .header h1{
    background-position: 0 -390px;
}
.blueTheme .header h1{
    background-position: 0 -455px;
}
.purpleTheme .header h1{
    background-position: 0 -520px;
}
.grayTheme .header h1{
    background-position: 0 -585px;
}
.blackTheme .header h1{
    background-position: 0 -650px;
}

.bronzeTheme .header h1 {
    background: url("../images/theme_color/12/img_header_h12.png");
}

/*/色パターン*/

.header h1{
    text-indent: -9999px;
    float: left;
    height: 64px;
    overflow: hidden;
    width: 165px;
    background: url("../images/img_header_h1.png")
}
.header h1 a{
    text-indent: -9999px;
    float: left;
    height: 50px;
    overflow: hidden;
    width: 165px;
}
.header h1 img {
    height: 715px;
}
.header ul.gNav {
    width: auto;
    height: 50px;
    float: left;
}
.header ul.gNav li {
    position: relative;
    width: 110px;
    height: 50px;
    float: left;
    padding-top: 0px;
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}
.header ul.gNav li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 50px;
    top: 0;
    right: -2px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.header ul.gNav li a {
  display: inline-block;
  width: 100px;
  height: 13px;
  padding-top: 19px;
  padding-bottom:18px;
}
.header ul.gNav li.present a {
  padding-left: 14px;
}

.header .icon {
  display: inline-block;
  width: 17px;
  height: 20px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 14px;
}
.icon.present {
  background-image: url(../images/icon_present.png);
}


.en .header ul.gNav li a {
  width: 140px;
}
.en .header ul.gNav li.present a {
  width: 180px;
}
.en .header ul.gNav li {
  width: 150px;
}
.en .header ul.gNav li.present {
  width: 190px;
}

.palette li.bgbgbg {
    height: 15px!important;
    margin: 0 -550px 0 0;
    width: 550px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
}
/* IE8 hack */
.header ul.gNav li {
    border-right: 1px solid #666\9;
}
.header ul.gNav li a {
    color: #fff;
    font-size: 12px;
}
.header ul.gNav li.banner {
    color: #fff;
    font-size: 11px;
    width: 170px;
    padding-top: 15px;
    height: 35px;
}
.header .personal {
    min-width: 234px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}
.header .personal .langSelect {
    width: 90px;
    float: left;
}
.header .personal .nameSelect {
    min-width: 190px;
    float: left;
    margin-left: 10px;
}
.header .personal .helpButton {
    float: left;
    margin-left: 8px;
}
/*===========================================
        フッター
===========================================*/

.footer {
width: 100%;
height: 70px;
background-color: #494949;
color: #fff;
padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}
.footer.pc {
padding-top: 40px;
padding-bottom: 30px;
min-width: 930px;
z-index: 10;  
position:relative;
}

.footer ul {
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  width: 960px;
  margin: auto;
}
.footer ul.row2 {
  padding-top: 7px;
}
.footer li {
  text-align: center;
  display: inline;
  padding: 0 5px;
  font-size: 12px;
}
.footer a {
    color: #b3b3b3;
    font-size: 12px;
}
.footer_bottom {
  margin: 100px 0 0 0;
  width: auto;
  display: block;
  clear: both;
  padding: 0;
}
.footer small {
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    color: #b3b3b3;
}
.footerMenu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 15px;
}
.footer.pc small {
float: right;
margin-top: 22px;
}
.footerMenu p.selectLanguage {
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/line-emboss.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.footer h2 {
width: 160px;
height: 50px;
margin-left: 20px;
float: left;
background: url("../images/logo.png");
text-indent: -9999px;
}
.footer_bottom {
  padding: 10px 0px 20px 10px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul.seal {
  float: right;
  margin: 0 0px 0 0;
}
.footer .bottom_left {
  float: left;
}


.footer.pc h2 {
width: 160px;
height: 40px;
margin-left: 10px;
float: left;
background: url("../images/logo.png");
text-indent: -9999px;
background-repeat: no-repeat;
margin-top: 0;
}

.verisign {
  width: 115px;
  height: 82px;
  position: relative;
  top: -6px;
  cursor: default;
}

.en .footer {
min-width: 1010px;
}

.footer .logo {
  text-align: center;
  /*padding-left: 88px; /*Matyas 2016.11.15 #67623*/
}

/*===========================================
        カラーパレット
===========================================*/
.palette {
    position: absolute;
    top: 50px;
    right: 25px;
}
.palette li {
    width: 50px;
    height: 30px;
    float: left;
}
.palette li a {
    display: block;
    width: 50px;
    height: 15px;
    outline: none;
    text-indent: -9999px;
}
.palette li:hover a {
    height: 30px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
}
.palette .red {
    background-color: #d80c18;
}
.palette .pink {
    background-color: #ff9999;
}
.palette .orange {
    background-color: #ff9900;
}
.palette .yellow {
    background-color: #ffcc00;
}
.palette .lightgreen {
    background-color: #99cc00;
}
.palette .green {
    background-color: #339900;
}
.palette .lightblue {
    background-color: #99cccc;
}
.palette .blue {
    background-color: #0066cc;
}
.palette .purple {
    background-color: #663366;
}
.palette .gray {
    background-color: #bfbfbf;
}
.palette .black {
    background-color: #333333;
}
.palette .bronze {
    background-color: #897869;
}
/*===========================================
        パス
===========================================*/
.path {
    float: left;
    margin-top: 4px;
}
.path li {
    width: 50px;
    height: 50px;
    float: left;
    padding-right: 40px;
    background: url(../images/path_arrow_l.png) no-repeat 65px 50%;
}
.path li.active {
    background-image: url(../images/path_arrow_d.png);
}
.path li a {
    display: block;
    width: 50px;
    padding-top: 58px;
    background-repeat: no-repeat;
    color: #333;
    text-align: center;
}
.path li a.path1 {
    background-image: url(../images/path1.png);
}
.path li.active a.path1 {
    background-image: url(../images/path1_on.png);
}
.path li a.path2 {
    background-image: url(../images/path2.png);
}
.path li.active a.path2 {
    background-image: url(../images/path2_on.png);
}
.path li a.path3 {
    background-image: url(../images/path3.png);
}
.path li.active a.path3 {
    background-image: url(../images/path3_on.png);
}
/*===========================================
        url
===========================================*/
#publish_url_display {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
#publish_url_display_id {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/*==============================
    無料プラン
===============================*/
.payment {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 20px 5px;
  margin: 0px;
  height: 60px;
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.payment p {
  position: relative;
  display: inline;
}
.announcePay {
  float:left;
  font-size: 0.7em;
  padding: 10px 10px 20px 0;
}
.announcePay span {
  float:left;
  display:inline;
  margin: 0 auto;
  padding-bottom: 10px;
}
.announcePay p.plzUpgrade {
  display:inline;
  text-align: center;
  margin: auto;
  position:static;
  cursor: pointer;
}

.payment p.balloon {
  background-image:url(../images/payment_balloon_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  top: -5px;
  display: inline-block;
  width: 167px;
  height: 53px;
}
.en .payment p.balloon {
  background-image:url(../images/payment_balloon_pc_en.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  top: -5px;
  display: inline-block;
  width: 167px;
  height: 53px;
}

.payment p.balloon ins {
  display: none;
}
.payment .cell {
  display: table-cell;
  vertical-align: middle;
}
.payment .cell.left {
  width: 167px;
  text-align: right;
  padding-right: 10px;
}
.payment .cell.center {
  padding-right: 10px;
  line-height: 1.2;
}
.payment ul {
  margin: 0;
  padding: 0;
}
.payment li {
  list-style-image:url(../images/list_payment.png);
  margin: 0 0 5px 25px;
  padding: 0;
}
.payment a {
  color:#3399FF;
  font-size: 80%;
  display: inline-block;
}
.cell.center a {
  margin-left: 10px;
}

/*=======*/


/*==============================
    無料プラン
===============================*/
.payment {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 20px 9px;
  margin: 0px;
  height: 60px;
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.payment p {
  position: relative;
  display: inline;
}
.announcePay {
  float:left;
  font-size: 0.7em;
  padding: 10px 10px 20px 0;
}
.announcePay span {
  float:none;
  display:inline;
  margin: 0 auto;
  padding-bottom: 10px;
}

.payment p.balloon {
  background-image:url(../images/payment_balloon_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  top: -5px;
  display: inline-block;
  width: 167px;
  height: 53px;
}
.en .payment p.balloon {
  background-image:url(../images/payment_balloon_pc_en.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  top: 0px;
  display: inline-block;
  width: 167px;
  height: 53px;
}

.payment p.balloon ins {
  display: none;
}
.payment .cell {
  display: table-cell;
  vertical-align: middle;
}
.payment .cell.left {
  width: 167px;
  text-align: right;
  padding-right: 10px;
}
.payment .cell.center {
  padding-right: 10px;
  line-height: 1.2;
}
.payment ul {
  margin: 0;
  padding: 0;
}
.payment li {
  list-style-image:url(../images/list_payment.png);
  margin: 0 0 5px 25px;
  padding: 0;
}
.payment a {
  color:#3399FF;
  font-size: 80%;
  display: inline-block;
}
.cell.center a {
  margin-left: 10px;
}

/*=======*/


.payment p.plzUpgrade {
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  position: relative;
  left: 0;
  top: 0px;
  padding: 10px 7px 8px;
  position: relative;
  text-align: center;
  width: 180px;
  float: right;
  overflow: hidden;
}
.payment p.plzUpgrade {
  position: relative;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.announcePay p.plzUpgrade {
  background: #cc1f1f;
  background-image: -webkit-linear-gradient(bottom, #cc1f1f, #d52625);
  background-image: linear-gradient(bottom, #cc1f1f, #d52625);
}

.rank_choice_index {
vertical-align: middle;
padding: 10px 5px;
height: auto;
}
.uiRanking .rank_choice_index.image-in {
padding-top: 23px;
}
.rank_choice_index.image-in .addImgEditWrap{
margin-top: 5px;
}
.rank_choice_index p {
line-height: 1.3;
}

/* アップグレードバナー */
.upgrade-bannar {
  padding: 20px 60px;
  height: auto;
}
.upgrade-bannar .catch-copy {
  display: block;
  color: #e4555e;
  font-size: 22px;
}
.upgrade-bannar .catch-copy br {
  display: none;
}
.upgrade-bannar ul {
  width: auto;
  display: block;
  list-style-image: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.upgrade-bannar li {
  background-repeat: no-repeat;
  background-position: 3px 0px;
  min-height: 43px;
  width: 31%;
  display: block;
  vertical-align: top;
  margin: 0 2% 0 0;
  float: left;
}
.upgrade-bannar li p {
  margin-left: 55px;
  display: block;
  color: #aaaaaa;
  font-size: 11px;
}
.upgrade-bannar li p.t {
  font-size: 16px;
  margin-bottom: 5px;
  color: #999999;
}
.upgrade-bannar li a {
  display: inline;
  text-decoration: underline;
  color: #39f;
}
.upgrade-bannar li.unlimited { background-image: url(../images/icon_bannar_unlimited.png); }
.upgrade-bannar li.flexible { background-image: url(../images/icon_bannar_flexible.png); }
.upgrade-bannar li.downloadable { background-image: url(../images/icon_bannar_downloadable.png); }

/* 通知バー */
.header-information {
  /*position: fixed;
  top: 0px;
   */
  width: 100%;
  height: auto;
  max-height: 200px;
  min-width: 850px;
  min-height: 49px;
  z-index: 100;
  overflow: hidden;
  /* background-image: url(../images/icon_information.png);
  background-image: url(../images/icon_information_ie8.png) \9; */
  background-size: 27px 27px;
  background-position: 16px 11px;
  background-repeat: no-repeat;
  background-color:rgb(238,238,238);
  /*border-bottom: solid 1px #6F644E;*/
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  margin-bottom:40px;
  overflow-y: auto;
  margin-top: -35px;
  padding-top: 10px;
}
.header-information .list-view {
  display: block;
  padding: 5px 50px 5px 35px;
  color: #666;
  line-height: 1.2;
  /*cursor : pointer;*/
  display : table;
  width: fit-content;
  /* width: -moz-max-content; */
}
.header-information .list-view a{
    cursor : pointer;
}

.header-information .hasModalPopUp{
    cursor : pointer;
}

.header-information p {
  padding: 0;
  margin: 0;
  color: #666;
  line-height: 1.2;
}
.header-information a {
  color: #3C80DA;
}
.header-information .btn-close {
  position: fixed;
  top: 15px;
  right: 20px;
  background-image: url(../images/btn-close_header-information.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 21px;
  height: 21px;
}
.header-information .btn-close:hover {
  background-position: left bottom;
  cursor: pointer;
}

.photouploader {
    padding: 10px;
    height: 72px;
}

.photoupload-area {
    padding: 5px 10px 3px 10px;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-indent: -5px;
    color: #666666;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
}

.photoupload-area span {
    vertical-align: middle;
}

input.photoupload {
    margin-left: -9999px;
}

.photo-preview-container {
    margin-top: 10px;
    width: 300px;
    position: relative;
}

.photo-preview-container .close-button {
    display: block;
    width: 25px;
    height: 25px;
    right: 0;
    position: absolute;
    background-image: url(../images/btn_img_close.gif);
}

.photo-preview {
    top: 0;
    left: 0;
    width: 270px;
}

.photo-preview img {
    max-width: 270px;
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photoupload-uploading {
    width: 64px;
    height: 64px;
    margin-left: 103px;
    background-image: url(../images/loading_02.gif);
    background-repeat: no-repeat;
}

.photoupload-uploading span {
    display: inline-block;
    margin-top: 70px;
    font-weight: bold;
}
.photoupload-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/img_photo_upload.gif);
    background-repeat: no-repeat;
    margin: -5px 0 0 0;
}

/* Super admin flash messages */
.sa-flash-msg {
    width:100%;
    height: 45px;        
    text-align: center;
    line-height: 44px;
    color:#529214;
    font-weight: bold;
    border: 2px;
}
.sa-fm-success {
    background-color:#e6efc2;
    border-color: #c6d880;
}

.show_scroll{
    min-height: 135px;
    max-height: 135px;
    width: 100%;
    overflow: auto;
}

.description::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

/* Track */
.description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 3px;
}
 
/* Handle */
.description::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 3px;
}

/* Handle on hover */
.description::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
#first-page-agreement-body::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

/* Track */
#first-page-agreement-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 3px;
}
 
/* Handle */
#first-page-agreement-body::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 3px;
}

/* Handle on hover */
#first-page-agreement-body::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


.agreement-description::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

/* Track */
.agreement-description:-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 3px;
}
 
/* Handle */
.agreement-description::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 3px;
}

/* Handle on hover */
.agreement-description::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.show_scroll_answer{
    min-height: 135px;
    max-height: 135px;
    width:50%;
    margin-left:25%;
    height:100px;
    overflow: auto;
    text-align: center;
    padding-top:5px;
    border: 1px solid #999999;
}
.agreement-ok.disabled a{
    color:grey !important;
}
.agreement-ok a{
    color:white;
}
.agreement-cancel-ok a{
    color:white;
    word-break: break-all;
    min-width: 150px;
    position: relative;
    white-space: normal;
    line-height: 1.2;
    padding: 15px 10px 13px;
}
.agreement-cancel-ok{
    margin-right:30px !important;
    margin-left:30px !important;
}

.agreement-check label:hover{
 background-color:white !important;   
}
#agr-chk-error{
    color:red;
    text-align: center;
    font-size: 14px;
}
/* スマホ */
@media only screen and (max-width:779px) {
    .agreement-description {
        width: 90%;
        margin-left: 5%;
        text-align: left !important;
        border: 1px solid #999999;
        line-height: 1.5;
    }
}
/* PC */
@media only screen and (min-width:780px) {
    .agreement-description {
        width: 50%;
        margin-left: 25%;
        text-align: left !important;
        border: 1px solid #999999;
        line-height: 1.5;
    }
}
#answerSPPreview .agreement-description{
    width: 89%;
    margin-left: 6%;
    text-align: left !important;
    border: 1px solid #999999;
    line-height : 1.5;
}
.agr-sp-mode{
    width: 90% !important;
    margin-left: 5% !important;
}
.agreement-title-div1{
    width: 50%;
    margin-left: 25%;
}

.show_scroll_answer_sp{
    min-height: 135px;
    max-height: 135px;
    width:70%;
    margin-left:15%;
    height:100px;
    overflow: auto;
    text-align: center;
    padding-top:5px;
    border: 1px solid #999999;
}

.rankNumLower_errorTxt{
    display:none;
    float:left;
    margin-top:3px;
    font-size: 12px !important
}

.rankNumUpper_errorTxt{
    display:none;
    float:left;
    margin-top:3px;
    font-size: 12px !important
}

/*.info-user-download-admin{
    border-radius: 10px;
    background: grey;
    font-size: 12px;
    color: white;
    padding: 2px;
    padding-left: 20px;
    padding-right: 20px;
}*/
.info-user-download-admin{
        color: #fff;
    display: inline-block;
    padding: 6px 8px 5px;
    margin: 0 0 3px 0;
    background-color: #AAA;
    border-radius: 5px;
    min-width: 5em;
    text-align: center;
    white-space: nowrap;
}

.info-usr-file-upld-btn{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 85%;
    padding: 3px 20px 2px 20px !important;
    height: auto;
    color: black !important;
    background-image : default !important;
    background : buttonface !important;
    box-shadow : none !important;
    text-shadow : none !important;
    border-radius : 0px !important;
    font-weight : normal !important;
}

#infoPopupMainDiv{
    background-color: #999;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
}
#infoPopUpOuter h2{
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    padding-top: 17px;
    background-image : none !important;
}

#infoPopUpOuter div p{
    //text-align: center;
}
#infoPdiv{
    padding-top :30px;
    padding-left:20px;
    padding-right:20px;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#fileUpLi{
    padding-top:50px;
}


.header-information::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

/* Track */
.header-information::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 3px;
}

/* Handle */
.header-information::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 3px;
}

/* Handle on hover */
.header-information::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.no_page_np{
    color:grey !important;
    text-decoration :none;
    cursor: default;
}

.sample-info-div{
    display:block;
    z-index:1000;
    background:white;
    padding-left: 10px;
    padding-right: 10px;
    /*
    overflow: hidden;
    overflow-y: scroll;
    */
}

.sample-info-div::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

/* Track */
.sample-info-div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 3px;
}

/* Handle */
.sample-info-div::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 3px;
}

/* Handle on hover */
.sample-info-div::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.touchInfoClass{
    z-index: 100000 !important;
    /*margin-top: 30% !important;*/
    width : 84% !important;
    height : 420px !important;
}
.scrollbox1 {
  overflow: auto;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

#infoPdiv{
    line-height: 1.5;
}

.header-information-inner{
  height:100px;
  width: 100%;
  z-index: 100;
  background-size: 27px 27px;
  background-position: 16px 11px;
  background-repeat: no-repeat;
  background-color:rgb(238,238,238);

}

.scrollbox2 {
  overflow: auto;
  background-repeat: no-repeat;
 background-color:rgb(238,238,238);
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

.header-information-inner::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

/* Track */
.header-information-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 3px;
}

/* Handle */
.header-information-inner::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 3px;
}

/* Handle on hover */
.header-information-inner::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}