@charset "utf-8";
/* CSS Document */
#chotto h3 {
    font-family: 'Zen Old Mincho', serif;
	transform: rotate(.03deg);
	font-size: 36px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#chotto .item_name {
    font-family: 'Zen Old Mincho', serif;
	transform: rotate(.03deg);
	font-size: 30px;
	line-height: normal;
	font-weight: bold;
}
#chotto .kakomi {
	padding: 40px;
	border: 1px solid #000000;
}
#chotto ul.nail_bad li {
    color: #CF971E;
    font-size: 24px;
    line-height: 1.5em;
}
#chotto .text_what, #nail_2set .text_what {
    background-color: #FFFCF3;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}
#chotto .sub_cate {
    text-align: center;
}
#chotto .sub_title {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 1.5em;
}
/*以下で線を表示*/
#chotto .sub_title:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;/*線の上下位置*/
    display: inline-block;
    width: 60px;/*線の長さ*/
    height: 5px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #CF971E;/*線の色*/
    border-radius: 2px;/*線の丸み*/
}
#chotto .sub_cate .sub_text p {
    text-align: left;
}
.marker {
    background-color: antiquewhite;
}

