/*----------------------------------------------------
   共通css
----------------------------------------------------*/
.mame{
	font-weight:bold;
	background: url(img/pc/li.png) no-repeat 8px 2px;
    padding-left: 35px;
    margin-bottom: 5px;
}


.spec{
	font-weight:bold;
	color:#ef8933;

}

.img_box {
    width: 440px;
    margin: 0 auto;
}

.img_box::after {
    content: "";
    display: block;
    clear: both;
}

.top_img {
    display: block;
    float: left;
    margin: 10px;
}
.coment{
	padding:1.5em;
	margin:1.5em auto ;
	border:3px solid #ef8933;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#banabana img{
	margin: 3em auto;
	}

.dammy_h2 a{
	text-decoration:none !important;
	color:#fff !important;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.itembox{
	padding: 0 0 20px 0;
	text-align: left;
	}

.itembox_left{
	width: 300px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	}

.itembox_right{
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	}

.itembox::after{
	content: "";
	display: block;
	clear: both;
	}

.bold{
	font-weight: bold;
	color: #000;
	font-size: 15px;
	}

.small{
	font-size: 10px;
	word-break: break-all;
	}
.icon {
        width: 100%;
    }
    .hakase {
        background-image: url(/wp/wp-content/uploads/hakase.png);
        width: 66px;
        height: 66px;
    }
    .jyosyu {
        background-image: url(/wp/wp-content/uploads/jyosyu.png);
        width: 66px;
		 height: 66px;
    }
    .hakase,
    .jyosyu {
        float: left;
		
    }
	.icon dd {
        margin-left: 80px;
        margin-bottom: 1.5em;
    }
    .img_box {
        width: 440px;
        margin: 0 auto;
    }
    .img_box::after {
        content: "";
        display: block;
        clear: both;
    }
    .top_img {
        display: block;
        float: left;
        margin: 10px;
    }
	.graph{
		text-align:center;
	}
	.inyou{
		word-break:break-all;
		font-size:10px !important;
		text-align:center !important;
	}
	dd span{
	background: linear-gradient(transparent 60%, #fcf051 60%);
    color: #e47517;
    font-weight: bold;
	font-size:18px;
}
	.sp_only{
		display:none;
	}
	
	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.itembox_left,.itembox_right{
	float: none;
	}
.itembox_left img{
	display: block;
    margin:0 auto;		
	}

#banabana img{
max-width: 600px;
    width: 100%;
}
#banabana img.sp {
    display: block;
}

.hakase {
        background-image: url(/wp/wp-content/uploads/hakase.png);
        width: 66px;
        height: 66px;
    }
    .jyosyu {
        background-image: url(/wp/wp-content/uploads/jyosyu.png);
        width: 66px;
		height: 66px;
    }
    .hakase,
    .jyosyu {
        float: none;
        margin-bottom: 1em;
    }

    .img_box {
        width: 100%;
        margin: 0 auto;
    }

    .top_img {
        display: block;
        float: none;
        margin: 10px auto;
    }
	.graph{
		display:none;
	}
	.inyou{
		display:none;
	}
	.guide{
	font-size:.8em;		
}
	dd span{
		background: linear-gradient(transparent 60%, #fcf051 60%);
    color: #d8614a;
    font-size: 1.8rem;
    font-weight: bold;
	}
	
	.pc_only{
		display:none;
	}
	.sp_h{
		font-size:0.8em;
	}
	
}