@charset "utf-8";
/*allergy.css*/

/* SITE：Allergy Mobile System
______________________________________*/

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
/*
==========================================*/

/*===========================================================*/

div.contents_inner
{
	margin-top:15px;
}

div.combox
{
	margin-bottom:20px;
}

section p.comment
{
	/*padding-top:20px;*/
	margin:0 13px;
	padding:0 0 20px;
	color:#5f320c;
	font-size:12px;
	text-align:left;
	line-height:1.5em;
}

/*===========================================================*/
/* #01  スクロールボックス
/*===========================================================*/

div.scrollbox
{
	width:240px;
	height:100px;
	margin-left:10px;
	padding:5px;
	overflow:scroll;
	border:1px #faf6ea solid;
	/*scrollbar-track-color: #000	;
	scrollbar-face-color: #f5f5f5;
	scrollbar-shadow-color: #000;
	scrollbar-arrow-color: #E84287;*/
}

div.scrollbox p.ttl
{
	margin-bottom:5px;
	color:#6c2e01;
	font-size:16px;
	border-bottom:1px #e46c0a solid;
	text-align:center;
	font-weight:bold;
}

p.emphasis
{
	color:#d42300;
}

span.decorate
{
	/*
	text-decoration:underline;
	*/
	text-decoration:none;
	border-bottom:double 3px;

}



/*===========================================================*/
/* #02
/*===========================================================*/

div.combox.item
{
	clear:both;
	float:left;
	width:273px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-radius: 0 0 3px 3px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}

div.combox.item p
{
	clear:both;
	float:left;
	margin:0 10px 5px;
	font-size:14px;
	color:#6c2e01;
}

/*===========================================================*/
/* #03
/*===========================================================*/

div.line
{
	clear:both;
	float:left;
	width:273px;
	height:11px;
	margin:20px 13px 10px;
	background:url(../images/line.png) repeat-x;
}

/*===========================================================*/
/* #04　ラジオボタン
/*===========================================================*/

#infoForm ul
{
	clear:both;
	float:left;
	width:273px;
	margin:0 13px 10px;
	text-align:center;
}

#infoForm ul li
{
	float:left;
	margin-left:20px;
	line-height:25px;
}


#infoForm input{
    position: absolute;
    top:0;
    /*width: 100%;*/
}

#infoForm input[type="radio"]{
    opacity : 0;
    /*width: 100%;*/
    height: 100%;
    padding: 0;
}

#infoForm input[type="radio"] + label{
    display: block;
    background:url(../images/radio.png) no-repeat left bottom;
    background-size: 25px;
	padding-left:30px;
}


#infoForm input[type="radio"]:checked + label{
    background-position: left top;
}

/*===========================================================*/
/* #05　更新情報
/*===========================================================*/

div.updete
{
	width:100%;
	margin:10px 0;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}

/*===========================================================*/
/* #06　ボタン
/*===========================================================*/

div.btn ul li
{
	float:left;
	width:100%;
	margin-bottom:3px;
	text-align:center;
}