* {
  margin: 0;
  padding: 0;
}

div#index {
    width:960px;
}
#topicsmainfull_in h2{
	border-bottom:1px solid #111!important;
	background:none !important;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-size:26px !important;
	font-weight:normal;
	max-width:1000px;
	min-width:900px;
	margin:10px auto;
}
#topicsmainfull h3 {
    margin:0;
    border-bottom:none;
    border-left:none;
    background: none;
    font-weight: normal;
    font-size:22px; !important;
}

#topicsmainfull h4 {
    border-left: solid #67bd13 15px;
}
.maintitle { font-size:34px; font-weight:normal; padding:10px; text-align:left; margin-bottom:10px; }
.docomotitle { font-size:27px; font-weight:normal; color:#dc143c; padding:10px; text-align:center; margin-bottom:30px; }
.autitle { font-size:27px; font-weight:normal; color:#ff4500; padding:10px; text-align:center; margin-bottom:30px; }
.softbanktitle { font-size:27px; font-weight:normal; padding:10px; text-align:center; margin-bottom:30px; }
.onepointarea { color:#5d3a02; text-align:left; line-height:1.8em; font-size:13px; border-radius:5px; border:solid 1px #dddddd; padding:10px 20px; }
.tolinkbtn a{
	margin: 7px auto;
    background: #708090;
    color:#fff;
    font-size:14px;
    padding:10px;
    max-width:80%; }

#softbank .tolinkbtn a{
	margin: 7px auto;
    background: #708090;
    color:#fff;
    font-size:14px;
    padding:10px;
    max-width:80%; }

#ymobile .tolinkbtn a{
	margin: 7px auto;
    background: #dc143c;
    color:#fff;
    font-size:14px;
    padding:10px;
    max-width:80%; }

#return .tolinkbtn a{
	margin: 7px auto;
    background: #191970;
    color:#fff;
    font-size:18px;
    padding:10px;
    max-width:80%; }

.productblock_in {
    padding: 0 5px 20px;
}
table.taiou {
    min-width:900px;
    border:1px solid #666666;
    border-collapse: collapse;
    margin:3px auto;
}
table.taiou td { display: table-cell;
    vertical-align: middle;
    padding:15px;
    font-size:13px;
    text-align:left;
    border:1px solid #666666;
 }

.softbankenter { 
	border-radius:15px;
	border:solid 8px #cccccc;
	padding:20px;
	text-align:center;
	font-size:16px;
}
.ymobileenter { 
	border-radius:15px;
	border:solid 8px #dc143c;
	padding:20px;
	text-align:center;
	font-size:16px;
}
.punctuation { margin:30px 0; border-top:1px solid #cccccc; }
.dotpunctuation { margin:10px 0; border-top:1px dotted #cccccc; }
.largedotpunctuation { margin:10px 0; border-top:4px dotted #cccccc; }
.captype { font-size:24px; color:#191970; text-align:center; }
.rdarea { color:#111; font-size:12px; border-radius:15px; background:#f0f8ff; padding:15px; margin:20px auto; width:80%; }
.servicelist {
	color:#111;
	font-size:12px;
	text-align:left;
	line-height:1.6em;
	border-radius:5px;
	background:#f5f5f5;
	padding:15px;
	margin:10px auto;
	/*height: 60px;*/
}
div.servicelist ul, div.servicelist ol {
    list-style: outside none square;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
}
div.servicelist ul li {
	font-size: 100%;
	line-height: 1.5;
	list-style: outside none square;
}

.shinkiic {
	color:#191970;
	font-size:12px;
	text-align:center;
	border-radius:5px;
	border:2px solid #191970;
	padding:5px;
	width:100%;
 }
.reservetime {
	color:#e60012;
	font-size:12px;
	text-align:center;
 }
.reserveflow {
	color:#111;
	font-size:12px;
	text-align:left;
	line-height:2em;
	border-radius:10px;
	background:#fffaf0;
	padding:15px;
	margin:10px auto;
}
div.reserveflow ul, div.servicelist ol {
    list-style: outside none square;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
}
div.reserveflow ul li {
	font-size: 100%;
	line-height: 1.5;
	list-style: outside none square;
}
.areaselect{
	display: flex;
	justify-content: space-around;
	font-size: 16px;
    width: 80%;
	margin: auto;
}
/* ▼shop_lst_wrp▼ */
.shop_lst_wrp{
	display: flex;
	flex-wrap: wrap;
}
.shop_lst_itm{
	width: calc(100% / 3);
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 5px 20px 10px !important;
	border-bottom: 1px solid #ccc;
	text-align: left;
	list-style: none;
}
#topicsmainfull .shop_lst_itm_ttl{
	margin: 4px 0 10px;
	padding: 0;
	text-align: left;
	line-height: 1.5;
	font-size: 18px;
	white-space: nowrap;
}
.shop_lst_itm_lnk{
	display: block;
    margin: 7px auto;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
	text-align: center;
	transition: .5s;
}
.shop_lst_itm_lnk:hover,.shop_lst_itm_lnk:visited{
	color: #fff;
	text-decoration: none;
}
.shop_lst_itm_lnk:hover{
	opacity: .6;
}
.bgc_docomo{
	background: #DC143C;	
}
.bgc_au{
	background: #EE5500;	
}
.bgc_softbank{
	background: #708090;	
}
.bgc_rakuten{
	background: #E5007F;	
}
/* ▲shop_lst_wrp▲ */
/* ▼3ステップ▼ */
#topicsmainfull .step_shop_lst_itm_lnk{
	width: 50%;
    display: inline-block;
    padding: 1px;}
/* ▲3ステップ▲ */
#topicsmain h3, #topicsmainfull h3, .inline_content_block h3,#topicsmain h4, #topicsmainfull h4, .inline_content_block h4{border:none;padding: 0;}