﻿@charset "utf-8";
/* CSS Document */

.red{
color:#bb0000;
font-weight:bold;
}
.gray{
color:#666666;	
}
.wrapper h3{
	font-size:1.26em;
}

.title img{
width:600px;
}

.titleSp {
display:none;
}

.kpTitle img{
width:500px;
}

.kpTitleSp {
display:none;
}


.box{
float: left;
text-align: center;
font-size: 0.8em;
line-height:1.5em;
padding-bottom:25px;
height: 190px;
}
.box img{
width:180px;
}


/* タブレット閲覧 */
@media screen and (min-width:641px) and (max-width:940px){


} /* up to here */ 


/* スマホ閲覧 */
@media ( max-width : 640px ) {



.title {
display:none;
}

.titleSp{
display:block;

margin:20px auto;
}

.titleSp img{
width:100%;
}

.kpTitle {
display:none;
}

.kpTitleSp{
display:block;

margin:20px auto;
}

.kpTitleSp img{
width:100%;
}


} /* up to here */ 