
/* guide css*/

body{
background-color : #ffffff ;
color:#333333;
}

#suntory_contents{
/*BLANK*/
}


p{
font-size :　100% ;
line-height : 160% ;
margin:0;
padding:0;
}
body#fontSize p {
font-size: 100%;
}


h1{
	font-size: 20px;
	color: #00909d;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}


h3 {
font-size : 18px;
margin : 0px ;
padding : 0px ;
border : 0px ;
}


h4 {
font-size : 85% ;
margin : 0px ;
padding : 0px ;
border : 0px ;
}


.margin0{
margin : 0px ;
}



#stream_help_block{
width : 697px ;
margin-top : 20px ;
margin-bottom : 50px ;
padding-bottom : 0px ;
text-align : left ;
}

#stream_help_headtxt{
margin : 18px 0px 25px 0px ;
width : 100%
}

.h3_stream_help{
margin : 0px 0px 0px 0px ;
}

.streaming_help_ptxt{
margin : 10px 5px 25px 30px ;
}

.streaming_help_ptxt2{
margin : 10px 5px 0px 30px ;
}

.float_left{
float : left
}

.clear_both{
clear:both
}



#guide_block{
width : 960px ;
margin-top : 40px ;
margin-bottom : 50px ;
text-align : left ;
}

#guide_headtxt{
margin : 15px 0px 30px 0px ;
width : 100%
}

.h3_guide{
margin : 0px 0px 1em 0px ;
}

#h3_guide_lower_top {
padding-top: 1.5em;
border-top: 1px dotted #bbb;	
}

.h4_guide_font_size{
margin : 1em 0px 0px 0px ;
}

.guide_ptxt{
padding: 0 1em 1.5em 1em;
margin-bottom: 1.5em;
border-bottom: 1px dotted #bbb;
}

.guide_ptxt2{
margin : 10px 1em 10px 1em ;
}

.guide_ptxt3{
margin : 5px 1em 10px 1em ;
}

.guide_ptxt4{
margin : 5px 1em 30px 1em ;
}

.guide_ptxt5{
margin : 5px 1em 0px 1em ;
}

.guide_img{
margin : 0 5px 25px 30px ;
}


.line{
margin:0 0 10px 0;
padding:0;
}


a:link{
	text-decoration:underline;
	color : #0066aa;
}
a:visited {
	text-decoration:underline;
	color:#0066aa;
}
a:hover{
	text-decoration:underline;
	color:#0066aa;

}
a:active {
	text-decoration:underline;
	color:#0066aa;
}


@media screen and (max-width: 960px) {
#guide_block{
width : calc( 100% - 40px );
margin-right: auto;
margin-left: auto;
}
.guide_ptxt {
    padding: 0 0.5em 1.5em 0.5em;
}
}