@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body , html {
    height: 100%;
}
 
#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
 
#header{
	width: 100%;
	border-top:5px solid #48a732;
	height: 70px;
	padding-top:5px;
}

#header_inner{
	width:1200px;
	margin:0px auto;
}

#main-body {
    padding-bottom:100px;
	width:100%;
	max-width:1200px;
	margin:0px auto;
}

.main-conts{
	width:67%;
	float:left;
	box-sizing: border-box;
}

.sub-conts{
	width:30%;
	float: right;
	box-sizing: border-box;
}

#contents .txtarea{
	line-height:1.8em;
}

 
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height:30px;
	border-top:4px solidd #398527;
	background-color:#48a732;
	color: #ffffff;
	text-align: center;
	padding-top:10px;
	paccing-bottom:10px;
	font-size:14px;
}

#header_img{
	text-align:center;
}

#speedtest{
	text-align: center;
	color:#4b3a24;
	margin-bottom:15px;
	padding-bottom:0px;
}
	

#startStopBtn{
	display:block;
	margin:20px auto 25px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF851C;
	border:1px solid #FF851C;
	border-radius:0.3em;
	transition:all 0.3s;
	box-sizing:border-box;
	width:50%;
	max-width:350px;
	height:auto;
	font-size:18px;
	padding:10px 0px 8px;
	cursor:pointer;
	box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
}
#startStopBtn:hover{
	opacity:0.7;
}
#startStopBtn.running{
	background-color:#fb5b4f;
	border-color:#fb5b4f;
	color:#FFFFFF;
}
#startStopBtn:before{
	content:"スタート";
}
#startStopBtn.running:before{
	content:"中止する";
}
#test{
	padding-top:30px;
}
div.testArea{
	display:inline-block;
	width:16em;
	height:12.5em;
	position:relative;
	box-sizing:border-box;
}
#dlarea{
	transform: scale(1.5);

}
#ularea{
	position:absolute;
}
div.testName{
	position:absolute;
	top:0; left:0;
	width:100%;
	font-size:1.4em;
	z-index:9;
	font-weight:bold;

}
div.meterText{
	position:absolute;
	bottom:1.15em; left:0;
	width:100%;
	font-size:2.5em;
	z-index:9;
}
div.meterText:empty:before{
	content:"0.00";
}
div.unit{
	position:absolute;
	bottom:2em; left:0;
	width:100%;
	z-index:9;
}
div.testArea canvas{
	position:absolute;
	top:10px; left:0; width:100%; height:100%;
	z-index:1;
}
div.testGroup{
	display:inline-block;
}
#shareArea{
	width:100%;
	text-align:center;
}

#shareArea #tweetURL{
	display:block;
	margin:15px auto 10px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#52A7E8;
	border:1px solid #52A7E8;
	border-radius:0.3em;
	transition:all 0.3s;
	box-sizing:border-box;
	width:50%;
	max-width:350px;
	height:auto;
	font-size:18px;
	padding:10px 0px 8px;
	cursor:pointer;
	box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
	text-decoration:none;
} 


.share_btn{
	display:block;
	margin:15px auto 10px;
	color:#FFFFFF;
	font-weight:bold;
	border-radius:0.3em;
	transition:all 0.3s;
	box-sizing:border-box;
	width:50%;
	max-width:350px;
	height:auto;
	font-size:18px;
	padding:10px 0px 8px;
	cursor:pointer;
	box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
	text-decoration:none;
}

#btnCopy{
	background-color:#fe5959;
	border:1px solid #fe5959;
}

#fbURL{
	background-color:#4267b2;
	border:1px solid #4267b2;
}


#lineURL{
	background-color:#00b900;
	border:1px solid #00b900;
}

#shareArea #tweetURL:hover,#btnCopy:hover,#fbURL:hover,#lineURL:hover{
	opacity:0.7;
	text-decoration:none;
	color:#FFFFFF;
}
#shareArea #tweetURL:visited,#btnCopy:visited,#fbURL:visited,#lineURL:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#targetID{
	overflow:hidden;
	width:1px;
	height:1px;
	padding:0px;
	border:nonel
	color:ffffff;
	background-color:none;
	line-height:1em;
}

#user_info{
	margin-top:-10px;
	margin-bottom:25px;
	width:100%;
	max-width:650px;
	border:none;
}

#user_info th{
	width:150px;
	border:none;
	text-align:left;
	background-color: #ffffff;
}

#user_info td{
	border:none;
	text-align:left;
}


#speed_result{
	margin-bottom:30px;
}


#txtDataArea{
	font-size:1.2em;
	width:100%;
	max-width:600px;
	margin:15px auto 0px;
	text-align: left;
}

#result_table{
	width:100%;
	margin:10px auto 0px;
	border-collapse: collapse;
	border:5px solid #cccccc;
	box-sizing: border-box;
}

#result_table th,#result_table td{
	border:1px solid #cccccc;
	vertical-align: middle;
	
}

#result_table th{
	padding-top:5px;
	padding-bottom:-2px;
}

#result_table td img,#result_table th img{
	max-width:198px;
}

#result_table td{
	
}

#result_table td.yt_icon{
	width:46px;
	text-align:center;
}

#result_table td.yt_result{
	width:154px;
}

#test_caption{
	margin-bottom:20px;
}

.service_list:after,
.youtube_list:after,
#contents:after,
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.thead{
	margin-top: 30px;
}

.service_list{
	margin:10px auto 20px;
	border-collapse: collapse;
	border:4px solid #cccccc;
	box-sizing: border-box;
}

.service_list dt,.service_list dd{
	float: left;
	height:64px;
	vertical-align: middle;
	box-sizing: border-box;
	border:1px solid #cccccc;
	padding-top:2px;
	padding-bottom:2px;
}

.service_list dt{
	width:25%;
}

.service_list dt img{
}

.service_list dd{
	width:25%;

	}

.youtube_list dd img,.service_list dd img{
	margin-top:4px;
}

.youtube_list{
	border:4px solid #cccccc;
	box-sizing: border-box;
	margin:10px auto 20px;
}

.youtube_list dt,.youtube_list dd{
	float: left;
	height:64px;
	width:25%;
	vertical-align: middle;
	box-sizing: border-box;
	border:1px solid #cccccc;
	padding-top:2px;
	padding-bottom:2px;
}

.youtube_list dt{
	
}

.youtube_list dd{
	float: right;
	text-align:center;
	
}

.youtube_list dd .s_head{
	border-right:1px dashed #cccccc;
	margin-right:10px;
	margin-top: 0px;
	float:left;
	margin-left:-15px;
}

.youtube_list dd span{

}

@media
only screen and (min-width : 811px){
.youtube_list dd .result_bad{
	width:130px;
	margin-top:5px;
}
}

@media
only screen and (max-width : 820px){
.youtube_list dd .s_head{
	width:36px;
	}
	
}


h2.service_head{
	text-align:left;
	background-color: #d6f7ce;
	padding:7px 10px 4px;
	font-size:20px;
	border-bottom:4px solid #48a732;
	margin-bottom:15px;
}

h3.service_head{
	text-align: left;
	margin-bottom:15px;
	border-left:6px solid #48a732;
	padding-left:10px;
	font-size:18px;
}


@media
only screen and (max-width : 810px){
	.service_list dt,.service_list dd{
		width:50%;
		min-width: 0px;
	}
	.youtube_list dt,.youtube_list dd{
		min-width: 0px;
	}
	.youtube_list dt{
		height:192px;
		width:40%;
		padding-top:70px;
	}
	.youtube_list dd{
		width:60%;
		text-align:center;
	}
}


@media
only screen and (max-width : 1199px){
	#startStopBtn,#shareArea #tweetURL,#btnCopy,#fbURL,#lineURL{
		width:100%;
	}
	
	.info_txt{
		margin-top:20px;
	}
	
	
	#result_table {
		display: none;
	}
	
	#result_table_sp{
		width:100%;
		box-sizing: border-box;
		margin:25px auto 0px;
		border-collapse: collapse;
		border:3px solid #cccccc;
		
	}
	
	#result_table_sp th,#result_table_sp td{
	border:1px solid #cccccc;
	vertical-align: middle;
	}
	
	#result_table_sp th img{
		width: 100%;
		max-width:130px;
	}

	#result_table_sp th{
		width:130px;
		padding-top:5px;
	}
	
	#result_table_sp td.yt_icon{
		width:46px;
		text-align:center;
	}

	#result_table_sp td.yt_result{
		width:auto;
	}	
	
	
	#header_inner{
		width:100%;
		margin:0px auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	#main-body {
		width:100%;
		padding:15px;
		box-sizing: border-box;
		padding-bottom:60px;
	}

	.main-conts{
		width: 100%;
		float:none;
		box-sizing: border-box;
	}

	.sub-conts{
		width:100%;
		max-width:100%;
		float: none;
		box-sizing: border-box;
	}

	#main-body .txtarea{
		line-height:1.8em;
	}
	


	/*ランキング*/
.main-body .ranking-list{
	margin-right: 0;
	margin-left: 0;
}

.main-body .ranking-list li{
	list-style: none;
	overflow: hidden;
	margin-bottom: 30px;
}

.sub-conts .ranking-list li{
	background: url(./images/common/border.png) repeat-x center bottom;
}

.ranking-list04 li,.ranking-list05 li {
	background: none !important;
}

.sub-conts .ranking-list li:last-child{
	background: none;
}
}

@media screen and (max-width : 736px){
.ad_PC {
    display: none;
}
	
.title_hidden {
    display: none;
}
	
.breadcrumbs_hidden {
    display: none;
}
}

@media screen and (min-width : 737px){
.ad_SP {
    display: none;
}
}

.leading_box{
	width:100%;
	border: none;
}

.leading_title{
	border: none;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	width: 50%;
	padding: 1rem 0.5rem 0;
}

.leading_img{
	border: none;
	vertical-align: top;
	padding: 0 0.5rem 0;
}

.leading_description{
	border: none;
	vertical-align: top;
	text-align: left;
	padding: 0.5rem 0.5rem 0;
}
  
.leading_link{
	border: none;
	vertical-align: top;
	text-align: left;
	padding: 0.5rem 0.5rem 1rem;
}

@media screen and (max-width : 736px){
.leading_box{
	width:100%;
	border: none;
}

.leading_title{
	border: none;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	width: 50%;
	padding: 1rem 0.5rem 0;
}

.leading_img{
	border: none;
	vertical-align: top;
	padding: 0 0.5rem 0;
}

.leading_description{
	border: none;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 0.5rem 0.5rem 0;
}
  
.leading_link{
	border: none;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 0.5rem 0.5rem 1rem;
}
}