@charset "UTF-8";



.contbox_mwk{
	width: 100％;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}

.contbox_mwk h3{
	font-size: 24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;}

.contbox_mwk h4{
	font-size: 18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;}


.contbox_mwk .contttl{
	margin: 0 auto 100px auto;
	width: 100%;
	text-align: center;
}

.contbox_mwk hr{
	width: 400px;
	margin: 35px auto;
	background-color: #333;
	height: 1px;
	border: none;
	color: #333;
}



.item {
	background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
}

.color_a {
    color: #4E8AB1;
}

.color_b {
	color: #74888A;
}

.color_c {
	color: #59BCA4;
}

.color_d {
	color: #AFB453;
}

.pick{
	font-size: 150%;
	line-height: 1.5em;
}


.item .name{
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 0;
	line-height: 1.3em
}


.particleground{
	background-color: #EEF6FA;
	height: 450px;
}


#grid{
	background-color: #EEF6FA;
	padding-bottom: 50px;
}

.enquete{
	padding-top: 20px;
}

.enquete a{
	margin-left: 10px;
}


.small{
	font-size: 11px;
}


.newmark {
    width: 50px;
	height: 18px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    background-color: #227fab;
    position: relative;
    margin: 0 auto;
    right: 0px;
    left: 0px;
    top: -25px;
    font-weight: bold;
}

.newmark p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 1.6em;
}


@media only screen and (max-width: 600px) {
	
	body{
		width: 100%;
		max-width: 600px;
	}
	
	
	.contbox_mwk hr {
    width: 0;
    margin: 10px auto;
    background-color: #333;
}


.contbox_mwk .contttl{
	margin: 0 auto 100px auto;
	width: 95%;
	text-align: center;
}
	
	
.particleground{
	background-color: #EEF6FA;
	height: 350px;
}


.small{
	font-size: 11px;
}	

.enquete{
	padding-top: 10px;
	line-height: 1.2em;
}

	
}

/* CSS Document */

