/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");



body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
	line-height:1.5em;
	color: #666;
}

.mb10 {margin-bottom:10px;}.mb20 {margin-bottom:20px;}.mb30 {margin-bottom:30px;}.mb40 {margin-bottom:40px;}.mb50 {margin-bottom:50px;}
.mt10 {margin-top:10px;}.mt20 {margin-top:20px;}.mt30 {margin-top:30px;}.mt40 {margin-top:40px;}.mt50 {margin-top:50px;}
.ml10 {margin-left:10px;}.ml20 {margin-left:20px;}.ml30 {margin-left:30px;}.ml40 {margin-left:40px;}.ml50 {margin-left:50px;}
.mr10 {margin-right:10px;}.mr20 {margin-right:20px;}.mr30 {margin-right:30px;}.mr40 {margin-right:40px;}.mr50 {margin-right:50px;}
.txt-c {text-align:center;}
.txt-l {text-align:left;}
.txt-85 {font-size:85%;}
.txt-80 {font-size:80%;}
.txt-red {color:#c03;}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a {
	color:#00A6BA;
	cursor:pointer;
}

a:link {
	color:#00A6BA;
}

a:visited {
	color:#00A6BA;
}

a:hover {
	color:#00A6BA;
	text-decoration:none;
}

a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

hr {
	border-top:2px solid #50c0d0;
}

.header {
	text-align: left;
	background: #00A6BA;
}
@media only screen and (min-width: 768px) {
  .header{
    height: 88px;
  }
}

.logo {
  background-image: url("../images/logo_Myumobile_pc.png");
  background-repeat: no-repeat;
  background-position: 0 15px;
  background-size: 439px 29px;
  height: 44px;
}
@media screen and (max-width: 480px) {
.logo {
  background-image: url("../images/logo_Myumobile_mb.png");
  background-repeat: no-repeat;
  background-position: 10px 12px;
  background-size: 200px 50px;
  height: 75px;
}
}

.login_newRegStore {
  padding-top: 2em;
}
.logout {
	float:right;
	margin-top:-41px;
}
@media screen and (max-width: 480px) {
  .logout {
	float:right;
	margin-top:-66px;
  }
}
.logout a {
	background:#FFF;
	padding:10px;
	width:100px;
	font-size:90%;
	color:#666;
	border-radius:0 0 7px 7px;
	border-bottom:2px solid #a9bebb;
	text-decoration:none;
}
.logout a:hover {
	background:#f2f2f2;
	padding:10px;
	width:100px;
	font-size:90%;
	color:#666;
	border-radius:0 0 7px 7px;
	border-bottom:2px solid #a9bebb;
	text-decoration:none;
}

#menu{
  width: 100%;
  max-width: 960px;
  padding: 10px 0 0 0;
}
#menu li{
  display: block;
  font-size:90%;
  margin: 0;
  border-right: solid 1px #93d6dd;
}
@media only screen and (min-width: 768px) {
  #menu li{
    float: left;
  }
}
#menu li a{
  display: block;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #bae5e8;
  color:#00A6BA;
}
#toggle{
 display: none;
}
label.radio_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 5px;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #666;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #3fa7c5;
	z-index          : 1;
}
label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #FFF;
}
label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 25px;
	margin-right : 20px;
	overflow     : hidden;
	position     : relative;
	padding-left : 25px;
	display      : inline-block;
	box-sizing   : border-box;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 20px;
	height   : 20px;
	left     : 0;
	top      : 0%;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
	display:inline-block;
	vertical-align:middle;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 0%;
	left              : 6px;
	display           : block;
	margin-top        : 0px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #3fa7c5;
	border-bottom     : 3px solid #3fa7c5;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #EEE;
}
.chameleon_box {
	float:left;
	width:530px;
	margin-bottom:10px;
}

.chameleon_box .next_arrow {
	background:url(../images/ico_chameleon_arrow.jpg) no-repeat;
	height:112px;
	width:134px;
}
.chameleon_box .next_arrow .txt{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:65px 0 0 10px;
	display:inline-block;
}
.boder_box {
	border:1px solid #CCC;
	padding:10px;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {

  #menu{
  display: none;
	padding:0;
  }
  #menu li{
  width: 100%;
	max-width:100%;
	background:#E0FBFC;
	border-bottom:1px solid #00A6BA;
	border-right:none;
  }
  #menu li:last-child{
  width: 100%;
	max-width:100%;
	background:#E0FBFC;
	border-bottom:1px solid #00A6BA;
	border-right:none;
	padding:0;
  }
  #menu li a{
  display: block;
  padding: 7px 0 5px 40px ;
  color: #00A6BA;
  text-align: left;
  text-decoration: none;
  }
  #menu li a:hover{
    background: #50c0d0;
    color:#fff;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #E0FBFC;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px 40px;
    border-bottom: 1px solid #00A6BA;
    color: #00A6BA;
    text-align: left;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #00A6BA;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #E0FBFC;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

.article {
	background: #fff;
}

.article h2 {
	font-size:150%;
	font-weight:bold;
	margin: 20px 0;
}
@media only screen and (max-width: 480px) {
.article h2 {
	padding-top: 30px;
}
}
.article h2 span{
	font-weight:bold;
}

.aside h2 {
	display:none;
}
.article h3 {
	color:#00A6BA;
	font-weight:bold;
	font-size:120%;
}
.article h3 span {
	color:#666;
	font-size:80%;
	display:inline-block;
	font-weight:bold;
}

.article h4 {
	font-weight:bold;
	font-size:110%;
}
.article h4 span{
	font-weight:bold;
}

.article .phonenumber {
-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 100%;
  color: #666;
  border: 1px solid #cccccc;
  padding:5px 10px;
  font-weight:bold;
}
.article dl {
	border-top:1px solid #CCC;
	padding:10px 0 10px 20px;
}
.article dl dt {
	color:#00A6BA;
	font-size:90%;
	font-weight:bold;
}
.article dl dd {
	font-size:90%;
}


.article dl.info {
	border-top:1px solid #CCC;
	padding:10px 0 10px 20px;
	overflow: hidden;
    zoom: 1;
}
.article dl.info dt {
	color:#00A6BA;
	font-size:90%;
	font-weight:bold;
	width: 200px;
    float: left;
    clear: both;
}
.article dl.info dd {
	font-size:90%;
	padding: 5px 0 10px 220px;
}

.article dl.info dd.boder_bottom {
	border-bottom:1px dotted #c1c1c1;
	width:100%;
}
.article dl.info dd.bold {
	font-weight:bold;
}



.aside {
	background: #fff;
}

.aside ul {
	margin:40px 0 0 30px;
}

.aside li{
	float:left;
	margin:7px;
}
.aside li a {
	color:#00A6BA;
	width:170px;
	height:50px;
	background:#FFF07C;
	border-radius:5px;
	border:none;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	display: table-cell;
	vertical-align: middle;
}


.aside li a:hover {
	color:#00A6BA;
	width:170px;
	height:50px;
	background:#FFF07C;
	border-radius:5px;
	border:none;
	text-decoration:none;
	padding:3px 0 0 0px;
	display:inline-block;
	font-size:14px;
	display: table-cell;
	vertical-align: middle;
}
.aside li a.link_off {
	color:#FFFFFF;
	width:170px;
	height:50px;
	background:#DDDDDD;
	border-radius:5px;
	text-decoration:none;
	font-size:14px;
	line-height:0px;
	cursor:default;
	border-bottom:none;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.7;
}

.aside li a i {
	display:inline;
	vertical-align:middle;
	margin: 0 7px 0 12px;
}

.btn_block {
  text-align: center;
}

a.btn_cmn {
  display:inline-block;
  line-height: 35px;
  background:#FFF07C;
	border-radius:4px;
	text-decoration:none;
	padding:5px 15px;
	color:#00A6BA;
	font-size: 120%;
}

a:hover.btn_cmn {
	text-decoration:none;
	color:#4DC1CF;
}

input.btn_submit {
	background:#FFF07C;
	height:45px;
	min-width: 100px;
	border-radius:4px;
	border:none;
	text-decoration:none;
	padding:5px 15px;
	color:#00A6BA;
	font-size:120%;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
}

input:hover.btn_submit {
	background:#FFF07C;
	height:45px;
	min-width: 100px;
	border-radius:4px;
	border:none;
	text-decoration:none;
	padding:5px 15px;
	color:#4DC1CF;
	-webkit-appearance: none;
}

.stock_table {
	border:1px solid #CCC;
}

.stock_table tr th {
	padding:7px;
	background:#CCCCCC;
	font-weight:bold;
}


.stock_table tr td {
	border:1px solid #ddd;
	padding:7px;
	text-align:right;
}

.foot_menu {
	background:#E0FBFC;
	padding:0.5em;
}

.foot_menu ul {
}

.foot_menu li {
	float:left;
	margin-right:1em;
	border-right:1px solid #ccc;
	padding-right:1em;
	font-size:70%;
}
.foot_menu li:last-child {
	float:left;
	font-size:70%;
	border-right:none;
}
.foot_menu li a:link {
	text-decoration:none;
	color: #666;
}
.foot_menu li a:visited {
	text-decoration:none;
	color: #666;
}
.foot_menu li a:hover {
	text-decoration:underline;
	opacity:.9;
}
.footer {
	height: 60px;
	text-align: center;
	background: #00A6BA;
	font-size:80%;
	color:#fff;
	padding:15px 0 0 0;

}

.cmn_table {
	width:100%;
	margin:20px 0;
}

.cmn_table tr {
	border-bottom:1px solid #CCC;
}
.cmn_table tr:last-child {
	border-bottom:none;
}

.cmn_table th {
	background:#f5f5f5;
	padding:10px;
	color:#00A6BA;
	white-space:nowrap;
	width:20%;
  vertical-align: top;
}
.cmn_table td {
	background:#efefef;
	padding:10px;
}
.cmn_table input {
	width:300px;
	padding:5px;
}
.cmn_table select {
	padding:5px;
}

.call_table {
	width:100%;
	margin:20px 0;
	text-align:center;
}
.call_table th {
	background:#DAE0F2;
	padding:10px;
	color:#666;
	border-right:1px solid #ccc;
}
.call_table td {
	border:1px solid #CCC;
	padding:10px;
}

.call_select {
	font-size:110%;
	padding:7px;
}

.call_note_box {
	float:left;
	width:33%;
	font-size:90%;
	background:#ededed;
	height:110px;
	margin:0 0 30px 0;
	padding:5px;
}
.call_note_box2 {
	float:left;
	width:34%;
	font-size:90%;
	background:#f7f7f7;
	height:110px;
	margin:0 0 30px 0;
	padding:5px;
}

.call_note_box p,.call_note_box2 p {
	font-weight:bold;
}
.call_note_box li,.call_note_box2 li {
	font-size:80%;
	margin:0 0 0 10px;
	line-height:1.6em;
}

.sim_pkg_list {
	width:100%;
	margin:20px;
}
.sim_pkg_list li {
	float:left;
	margin:20px 0;
	width:16.6%;
	font-size:90%;
}

.right_up {
	margin:-140px 0 0 0;
}

@media (max-width: 768px) {

    .article {
    	padding:0 10px;
    }

    .aside {
    	background: #fff;
    	padding:0 10px;
    }

    .aside h2 {
    	font-size:150%;
    	font-weight:bold;
    	margin: 20px 0 0 0;
    	display:block
    }

    .aside ul {
    	margin:20px 15px 20px 0;
    }

    .aside li{
    	float:left;
    	margin:7px;
    	width:100%;
    }
    .aside li a {
		color:#00A6BA;
    	width:100%;
    	height:50px;
    	background:#FFF07C;
    	border-radius:5px;
    	border:none;
    	text-decoration:none;
    	display: inline-block;
    	padding:1em 0 0 0;
    }
    .aside li a:hover {
    	color:#00A6BA;
    	width:100%;
    	height:50px;
    	background:#FFF07C;
    	border-radius:5px;
    	border:none;
    	text-decoration:none;
    	display: table-cell;
    	display:inline-block;
    	padding:1.1em 0 0 0;
    }

    .aside li a.link_off {
    	color:#FFFFFF;
    	width:100%;
    	height:50px;
    	background:#DDDDDD;
    	border-radius:5px;
    	text-decoration:none;
    	display:inline-block;
    	font-size:14px;
    	cursor:default;
    	border-bottom:none;
    	padding:1.2em 0 0 0;
    }

    .aside li a i {
    	display:inline;
    	vertical-align:middle;
    	margin:0 7pxy;
    }

    .article dl.info {
    	border-top:1px solid #CCC;
    	padding:10px 0 10px 0;
    }
    .article dl.info dt {
    	color:#00A6BA;
    	font-size:90%;
    	font-weight:bold;
    	width:100%;
    	float:none;
    }
    .article dl.info dd {
    	font-size:90%;
    	width:100%;
    	padding:5px 0 10px 10px;
    }

    .article dl.info dd.boder_bottom {
    	border-bottom:1px dotted #c1c1c1;
    	width:100%;
    }
    .article dl.info dd.bold {
    	font-weight:bold;
    }

    .cmn_table {
    	width:100%;
    	margin:20px 0;
    	font-size:90%;
    }

    .cmn_table tr {
    	border-bottom:none;
    	display: block;
        margin-bottom: 1.5em;
    }
    .cmn_table tr:last-child {
    	border-bottom:none;
    	display: block;
        margin-bottom: 1.5em;
    }

    .cmn_table th {
    	display: list-item;
        border: none;
    	width:100%;
		list-style:none;
    }
    .cmn_table td {
    	display: list-item;
        border: none;
    	width:100%;
		list-style:none;
    }
    .cmn_table input {
    	width:80%;
    	padding:5px;
    }
    .cmn_table select {
    	padding:5px;
    }


    .call_table {
    	width:100%;
    	margin:20px 0;
    	text-align:center;
    }
    .call_table th {
    	background:#DAE0F2;
    	padding:10px;
    	color:#666;
    	border-right:1px solid #ccc;
    }
    .call_table td {
    	border:1px solid #CCC;
    	padding:10px;
    }

    .call_select {
    	font-size:110%;
    	padding:7px;
    	width:100%;
    	margin-bottom:10px;
    }

    .call_note_box {
    	float:left;
    	width:100%;
    	font-size:90%;
    	background:#ededed;
    	height:110px;
    	margin:0 0 10px 0;
    	padding:5px;
    }
    .call_note_box2 {
    	float:left;
    	width:100%;
    	font-size:90%;
    	background:#f7f7f7;
    	height:110px;
    	margin:0 0 10px 0;
    	padding:5px;
    }

    .call_note_box p,.call_note_box2 p {
    	font-weight:bold;
    }
    .call_note_box li,.call_note_box2 li {
    	font-size:80%;
    	margin:0 0 0 10px;
    	line-height:1.6em;
    }

    .sim_pkg_list {
    	width:100%;
    	margin:20px;
    }
    .sim_pkg_list li {
    	float:left;
    	margin:20px 0;
    	width:33%;
    	font-size:90%;
    }

    .right_up {
    	margin:0;
    }
}

.box_srcollbar {
    font-size: 13px;
    overflow: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    border: 1px #999999 solid;
    height: 400px;
    padding: 15px;
    transform: translateZ(0);
}

@media print{
.box_srcollbar {
    font-size: 13px;
    border: 1px #999999 solid;
    padding: 15px;
}  
}

.box_srcollbar ul li {
    margin-left: 20px;
    list-style-type: disc;
}

.box_srcollbar ul li.subhead {
    margin-top: 1em;
    margin-left: 0px;
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
}

.box_srcollbar ul li.nostyle {
    margin-left: 20px;
    font-size: 13px;
    list-style-type: none;
}

.box_srcollbar ul li.bigindent {
    margin-left: 40px;
}

.box_srcollbar ul li.revindent {
    margin-left: 7px;
}
.feedbackPanel {
	color: #c03;
	margin: 15px 0;
}

.table_contract {
	width:100%;
	border-collapse: collapse;
	}

.table_contract tr th {
	vertical-align:top;
	border:1px solid #ddd;
	font-size:1.1em;
	padding:10px;
	background-color:#f1f1f1;
	text-align:left;
	font-weight:bold;
	}
.table_contract tr td.bg {
	background: #fcfcfc;
	font-weight:bold;
}

.table_contract tr td {
	border:1px solid #ddd;
	border-collapse: collapse;
	padding:10px;
	vertical-align:top;
}

.table_contract tr td.boder_none tr td:nth-child(-n+3) {
	border:none;
}


.inputstyle {
    padding: 6px;
}
.inputstyle input[type=radio],
.inputstyle input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.inputstyle input[type=radio] + label,
.inputstyle input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
    .inputstyle input[type=radio],
    .inputstyle input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .inputstyle input[type=radio] + label,
    .inputstyle input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .inputstyle input[type=radio] + label::before,
    .inputstyle input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .inputstyle input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .inputstyle input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .inputstyle input[type=radio]:checked + label::after,
    .inputstyle input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .inputstyle input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #1094e7;
        border-radius: 8px;
    }
    .inputstyle input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #1094e7;
        border-bottom: 3px solid #1094e7;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

