﻿@charset "utf-8";
/* index.css */
/*PC first*/
/*##### PC #####*/
	
/*-----contents-----*/
a{
	color:#333;
}
a:hover{
	background-color:#d9e7f2;
}
.disease_box{
	width:840px;
	margin:0 auto;
}
	.disease_box > p{
		font-size:1.05em;
		margin-bottom:30px;
		line-height:1.6em;
	}
	
	.disease_box .underline{
		text-decoration:underline;
	}
	
	.disease_box ul{
		width:740px;
		margin:0 auto;
		list-style:disc;
		line-height:1.6em;
	}
	
		.disease_box ul li{
			margin-bottom:1.5em;
			font-weight:bold;
		}
		
		.disease_box ul li p{
			margin:0.5em 0 0 1em;
			font-weight:normal;
		}

	

@media screen and (max-width:480px){
/*##### SP #####*/
	.disease_box{
		width:100%;
		box-sizing:border-box;
		padding:0 5px;
	}
	
	.disease_box ul{
		width:auto;
		padding-left:2em;
	}
}