@charset "utf-8";
/*********************************************************************
 *
 *  </css/base.css>
 *
*********************************************************************/

/* html body */
/* --------------------------------------------------------------------------- */
html {
	height: 100%;
	background-color: #f0f0e6;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	width: 100%;
	min-height: 100%;
	min-width:640px;
	color: #000;
	font-size: 18px;
	line-height: 1.8em;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	background: #e9ebde url(../images/common/bg.png);
	background-color: #f0f0e6;
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

#wrap {
	max-height: 999999px;/* android chrome フォントサイズバグ回避 */
	width: 640px;
	min-width: 640px;
	overflow: hidden;
	margin:0 auto;
	left:0;
	right:0;
}

.p-mv{
	margin:0 auto;
}

.p-mv img{
	margin:0 auto 10px;
}

img {
	display: block;
	max-width:100%;
	height:auto;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}


/* cf */
/* --------------------------------------------------------------------------- */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* text-align */
/* --------------------------------------------------------------------------- */
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.txtL {
	text-align: left;
}
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.red { color: #9c1d22 !important; }
.bold { font-weight: bold; }


nav {
    position: fixed;
    z-index: 999;
    width: 640px;
    height: 98px;
    left: 0;
    right:0;
    top: 0;
    background: url('../images/common/nav_bg.png') left top repeat-x;
    margin:0 auto;
}

nav ul{
    margin:0 auto;
    width:640px;
}

nav ul li {
    float: left;
    text-indent:-9999px;
    width: 160px;
    height: 90px;
    white-space:nowrap;
}
nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

nav ul li#home {
    background: url('../images/common/nav_home.png') left top no-repeat;
}

nav ul li#about {
    background: url('../images/common/nav_about.png') left top no-repeat;
    box-sizing: border-box;
}
nav ul li#howto {
    background: url('../images/common/nav_howto.png') left top no-repeat;
    box-sizing: border-box; 
}
nav ul li#jichitai {
    background: url('../images/common/nav_jichitai.png') left top no-repeat;
    box-sizing: border-box;
}

nav ul li#about.active {
    
    background-position:0 -89px !important;
}

nav ul li#howto.active {
    
    background-position:0 -87px !important;
}

footer {
    clear: both;
    width: 100%;
    color: #666666;
    border-top: 1px solid #bbbbaa;
    padding-top: 42px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
}
footer ul.btmlink {
    overflow: hidden;
    margin-bottom: 66px;
    font-size:18px;
}
footer ul.btmlink li {
    margin-top: 20px;
    display: block;
}
footer ul.btmlink li a {
    color: #666666;
}
footer ul.btmlink li:first-child {
    margin-top: 0;
    margin-bottom: 60px;
}

footer ul.btmlink li:first-child a{
    text-decoration: underline;
}

footer .copyright {
    margin-bottom: 80px;
}

footer .btn_top {
    background: url('../images/common/icon_goto_top.png') left top no-repeat;
    padding-left: 43px;
    color: #003377;
    text-decoration: underline;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 80px;
}

footer .share {
    /*width: 378px;
    margin: 0 auto;*/
    text-align: center;
}

footer .share ul {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
}
footer .share ul li {
    float: left;
    margin-bottom: 40px;
    margin-left: 20px;
}
footer .share ul li:first-child {
    margin-left: 0;
}

footer .share ul li.line img {
    width: 164px;
    height: 40px;
}
/*
iframe.twitter-share-button {
    width:150px !important;
    height: 50px !important;
}

.fb_iframe_widget_fluid {
    display: inline-block !important;
}

.fb-like {
  transform: scale(1.429);
  -webkit-transform: scale(1.429);
}
*/

iframe#twitter-widget-0 {
    width: 150px !important;
    height: 50px !important;
    transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
div.fb-like {
    display: inline-block;
    width: 160px !important;
    height: 50px !important;
    transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.fb_iframe_widget_fluid span,
.fb_iframe_widget_fluid iframe {
    width: 160px !important;
    height: 50px !important;
}


.menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu .search {
	position: absolute;
	right: 0;
	left:0;
	top: 0;
	overflow: scroll;
	width: 580px;
	height: 100%;
	background-color: #9c1d22;
	box-sizing: border-box;
	margin:0 auto;
}
.search .close {
    position: absolute;
    right: 31px;
    top: 31px;
}
.search p.head {
    padding: 35px 40px;
}
.search div.unit {
    border-top: 1px solid #660000;
    padding: 40px;
}
.search div.unit .label {
    margin-bottom: 30px;
}


.search div.unit select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border: 2px solid #fff;
    margin: 0;
    padding: 26px 30px;
    background: url('../images/common/nav_arw.png') right center no-repeat;
    background-position: 453px 50%;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    width: 500px;
}
.search div.unit select option {
    color: #000;
}

.search div.unit input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border: 0;
    background-color: #ce8e91;
    font-size: 22px;
    color: #fff;
    width: 500px;
    height: 80px;
    margin-top: 10px;
    display: none;
}

.search div.unit ul {
    
}
.search div.unit ul li.box {
    padding: 28px 32px;
    line-height: 22px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius:6px 6px 6px 6px;
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-radius:6px 6px 6px 6px;
}

.search div.unit ul li {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
}
.search div.unit ul li:first-child {
    margin-top: 0;
}
.search div.unit p.btn_category {
    cursor: pointer;
    font-weight: bold;
    background: url('../images/common/nav_arw.png') right center no-repeat;
}

.search div.unit ul.list_category {
    display: none;
    padding-left: 30px;
    padding-top: 28px;
}

.search div.unit a {
    color: #fff;
    background: url('../images/common/icon_link_search.png') left center no-repeat;
    padding-left: 44px;
}
.search div.unit a:hover {
    text-decoration: none;
}

.search div.unit .w_btn a {
    display: inline-block;
    width: 100%;
    height: 110px;
    line-height: 110px;
    color: #9c1d22;
    background-color: #FFF;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
}

.search div.unit .login a{
    background-image: url('../images/common/login_logo.png');
    background-repeat: no-repeat;
    background-position: 85px 50%;
    padding-left: 177px;
    margin-bottom: 10px;
}
.search div.unit .simulation a {
    padding-left: 0;
    text-align: center;
}

.whats_docomokoza {
    margin-top: 6px;
    margin-bottom: 30px;
}
.whats_docomokoza a {
    background: none !important;
    padding-left: 0 !important;
}

.menu div.dmy {
    position: relative;
    width: 100%;
    height: 100%;
}




.btmbtn {
	text-align: center;
}
.goto_top {
	background: url('../images/common/icon_goto_top2.png') left top no-repeat;
	padding-left: 43px;
	color: #003377;
	text-decoration: underline;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	font-size: 20px;
	margin-bottom:58px;
}
.goto_top a {
    color: #003377;
}





/* p-link-area */
.p-link-area{
	width:640px;
	margin:0 auto 20px;;
	text-align:right;
}

.p-link-area a{
	color:#003377;
	background: url('../images/top/icon_link_sp.png') left center no-repeat;
	background-size:22px 22px;
	font-size:22px;
	padding:10px;
	padding-left:30px;
}

.p-link-box{
	width:640px;
	margin:0 auto 20px;
}

.p-link-box ul{
	padding:0 20px;
}

.p-link-box ul li{
	float:left;
	box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.075);
}

.p-link-box ul li:last-child{
	float:right;
}

.p-banner-area{
	margin:0 auto 35px;
}

.p-banner-area a{
	margin:0 auto;
}

.p-banner-area a img{
	margin:0 auto;
}

.p-news-title img{
	margin:0 auto;
}


/* news */
.news ul li{
	display:none;
}

.news{
	position: relative !important;
}

.news ul li:first-child {
	display: inline;
}

.news .icon2 {
	display: none !important;
	position: absolute;
	right: 0;
	top:5px;
	cursor: pointer;
	z-index: 9999;
	width:22px;
	min-height:22px;
	background: url('../images/common/icon_plus.png') left center no-repeat;
}

.news .icon2.open{
	background: url('../images/common/icon_plus_on.png') left center no-repeat;
}