@charset "utf-8";

/* ----------------------------------------------------------------------------
  File Name : words.css
  Version : 1.0.0
  Last Updated : 2016/01/17
---------------------------------------------------------------------------- */

.wds-cont h3 {
    border-bottom: solid 1px #64BFD2;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.wds-cont h3 span {
    display: table-cell;
    border-bottom: solid 3px #64BFD2;
    padding: 0 10px 5px 0;
    vertical-align: bottom;	
}

.wds-cont .wds-cont_list ul {
    margin-bottom: 20px;
}

.wds-cont .wds-cont_list li {
    display: inline-block;
    background: #F6F6F6;
    width: 477px;
    margin-bottom: 4px;
}

.wds-cont .wds-cont_list li a {
	display: block;
	width: 100%;
	height: 100%;
    padding: 15px 10px;
}

.wds-cont .wds-cont_list li a:before {
    content: "";
    display: inline-block;
    background: url('../_img/sprite.png') no-repeat;
    background-size: 300px 1500px;
    background-position: -292px 0;
    width: 8px;
    height: 12px;
    margin-right: 4px;
}

.wds-cont_detail p {
    border-bottom: dashed 1px #77C6D7;
    width: 100%;
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
    line-height: 1.8;
}

.wds-cont_detail dl {
	margin-bottom: 10px;
}

.wds-cont_detail dt {
    display: inline-block;
	background: #F6F6F6;
    padding: 5px 10px;
    width: 80px;
    text-align: center;
}

.wds-cont_detail dd {
	display: inline-block;
}

.wds-cont_detail dd li {
	display: inline-block;
	margin-left: 10px;
}

.wds-cont_detail a.mdl-link_btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}


/* ----------------------------------------------------------------------------
  style for mobile */

@media screen and (max-width:640px){

	.wds-cont h3 {
		font-size: 16px;
	}

	.wds-cont .wds-cont_list li {
	    width: 100%;
	}

	.wds-cont .wds-cont_list li a,
	.wds-cont_detail p,
	.wds-cont_detail dl {
		font-size: 14px;
	}

	.wds-cont_detail {
		padding-bottom: 30px;
	}

	.wds-cont_detail dt,
	.wds-cont_detail dd {
        display: table-cell;
        vertical-align: middle;
	}

	.wds-cont_detail dd li {
		display: inherit;
	}

	.wds-cont_detail a.mdl-link_btn {
	    right: 10px;
	    bottom: 10px;
	}

}

