@charset "utf-8";

/*=======================================================

	third hands CSS
	ATHR : Assiette Ltd.
	DATE : 2016/07
	FILE : common.css
    ----------------------------
	LINK COLOR  : #		()

=========================================================

/*-------------------------------------
	#Login
-------------------------------------*/

#Login { margin: 80px auto 0; padding: 20px 15px; width: 320px; font-size: 14px; background: #FAFAFA; border: 1px solid #C8C8C8; border-radius: 9px; }
#Login h1 { text-align: center; }
#Login h1 img { height: 40px; }

#Login div { position: relative; margin: 15px 0 0; text-align: left; }
#Login div input { margin: 3px 0 0; }
#Login div input[type=password] { padding-right: 40px; }
#Login div #Visible { position: absolute; top: 24px; right: 6px; font-size: 10px; text-decoration: none; cursor: pointer; }
#Login .submit button { padding: 13px 15px 11px; min-width: 130px; height: 42px; font-size: 16px; }
#Login .note { margin-bottom: 0 ;}

#Login .sysMsg { margin-left: -15px; padding: 10px 15px; width: 100%; border-left: none; border-right: none; border-radius: 0; box-sizing: content-box; }
#Login .errorBaloon { right: 0; }
#Login .errorBaloon:before { left: auto; right: 14px; }

#Login + footer { margin: 0; }



/*-------------------------------------
	Top
-------------------------------------*/

#Info { margin: 0 0 12px; }
#Info li { color: #888; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#Info li a { margin: 0 0 0 8px; }
#Info li span { margin: 0 0 0 8px; display: inline-block; padding: 1px 5px; min-width: 110px; text-align: center; background-color: #EEE;}

#Content.wide { display: block; }
#Content.wide article { width: 100%; }

#Content.wide article { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#Content.wide article section { margin: 0 20px 0 0; width: 32%; width: calc((100% - 41px)/3); }
#Content.wide article section:last-child { margin: 0; }

#Content.wide article section#Info { -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; }
#Content.wide article section#Info .right { position: relative; margin-top: -34px; font-size: 14px; }

#Content.wide article#Summary { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 20px 0 0; }
#Content.wide article#Summary select { min-width: 0; }
#Content.wide article#Summary .list .left { margin: 0 0 10px; font-size: 14px; }
#Content.wide article#Summary .list .left select,
#Content.wide article#Summary .list .left buton { margin: 0 3px 0 0; vertical-align: top; }
#Content.wide article#Summary tbody td { white-space: normal; }

#News h3 { margin: 0 0 15px; padding: 0 0 12px; color: #B70000; font-size: 16px; border-bottom: 1px solid #C8C8C8; }
#News h3 span { margin: 0 10px 0 0; color: #333; }
#News p { text-align: left; }

/*-------------------------------------
	#Thread
-------------------------------------*/

#Thread { margin: 0 0 20px; padding: 0 5px 20px; border-bottom: 1px solid #C8C8C8; }

#Thread .mail { position: relative; margin: 0 100px 20px 0; font-size: 14px; background: #FAFAFA; border: 1px solid #C8C8C8; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#Thread .mail:hover { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
#Thread .mail:before,
#Thread .mail:after { content: ""; position: absolute; top: 15px; left: -10px; border: 8px solid transparent; border-right: 10px solid #C8C8C8; border-left: none; }
#Thread .mail:after { left: -8px; border-right-color: #FAFAFA; }

#Thread .mail h3 { margin: 0; padding: 15px 40px 15px 15px; font-size: 16px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#Thread .mail h3:hover { color: #888; cursor: pointer; }
#Thread .mail h3 span { display: inline-block; margin: 0 0 0 10px; font-size: 14px; font-weight: normal; }
#Thread .mail .acd:after { background-image: url("/images/arrowDG.png"); }
#Thread .mail .acd-content {padding: 15px; text-align: left; line-height: 1.6; border-top: 1px dotted #C8C8C8; }

#Thread .mail.admin { margin: 0 0 20px 100px; background: #FFF; }
#Thread .mail.admin:before,
#Thread .mail.admin:after { left: auto; right: -10px; border-left: 10px solid #C8C8C8; border-right: none; }
#Thread .mail.admin:after { right: -8px; border-left-color: #FFF; }


/*-------------------------------------
	examinations
-------------------------------------*/

/* .preview */
@media (min-width: 1px) {
    .preview input[type=radio],
    .preview input[type=checkbox] { display: none; margin: 0; }
	
    .preview input[type=radio] + label::before,
    .preview input[type=checkbox] + label::before { content: ""; position: absolute; display: block; top: 50%; left: 50%; margin: -9px 0 0 -9px; width: 18px; height: 18px; background: #FFF; border: 1px solid #AAA; }
    .preview input[type=radio] + label::before { border-radius: 30px; }
	
    .preview input[type=radio]:checked + label::before,
    .preview input[type=checkbox]:checked + label::before { border-color: #F09191; box-shadow: 0 0 10px rgba(240, 145, 145, 0.1); }

    .preview input[type=radio]:checked + label::after,
    .preview input[type=checkbox]:checked + label::after { content: ""; position: absolute; display: block; top: 50%; }
    .preview input[type=radio]:checked + label::after { left: 50%; margin: -4px 0 0 -4px; width: 8px; height: 8px; background: #B70000; border-radius: 8px; }
    .preview input[type=checkbox]:checked + label::after {
        left: 50%;
		margin: -4px 0 0 -5px;
        width: 11px;
        height: 6px;
        border-left: 3px solid #B70000;
        border-bottom: 3px solid #B70000;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
		}

    .preview.radio input[type=radio] + label::before,
	.preview.radio input[type=radio]:checked + label::after { left: 20px; }
	}

.preview { margin: 0 0 20px; border-top: 1px dotted #CCC; border: none; }
.preview th,
.preview td { background: #F9F9F9 !important; border-bottom: 1px dotted #CCC; }
.preview td { background: #FFF !important; }
.preview tbody th,
.preview tbody td { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.preview tbody th textarea { height: 52px; }
.preview tbody th { padding: 10px; font-size: 15px; }
.preview td { padding: 5px 2px; }
.preview td:first-of-type { padding-left: 5px; }
.preview td:last-of-type { padding-right: 5px; }
.preview input + label { display: block; width: 100%; padding: 18px; height: 100%; min-height: 100%; border-radius: 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.preview input + label:hover { background: #fdf4f4; }

.preview.multi { table-layout: fixed; }
.preview.multi tbody:hover th { background: #f2f2f2 !important; }
.preview.multi tbody:hover td { background: #fcfcfc !important; }
.preview.multi thead th { padding: 0 4px 14px; font-weight: bold; text-align: center; background: none !important; vertical-align: bottom; }
.preview.multi thead th:first-child { padding-left: 0; }
.preview.multi thead th:last-child { padding-right: 0; }
.preview.multi thead th span { display: block; position: relative; padding: 10px; font-size: 13px; line-height: 1.2; border: 1px solid #CCC; border-radius: 5px; }
.preview.multi thead th span:before,
.preview.multi thead th span:after { content: ""; position: absolute; bottom: -10px; left: 50%; margin: 0 0 0 -9px; border: 9px solid transparent; border-bottom: none; border-top: 10px solid #CCC; }
.preview.multi thead th span:after { bottom: -9px; border-top-color: #FFF;}
.preview.multi tbody th { border-bottom: none; }

.preview.paired { height: 100%; }
.preview.paired tbody tr:hover th { background: #f2f2f2 !important; }
.preview.paired tbody tr:hover td { background: #fcfcfc !important; }
.preview.paired thead th { font-size: 13px; font-weight: bold; text-align: center; background: none !important; border-top: 1px dotted #CCC; border-left: 1px dotted #CCC; vertical-align: bottom; }
.preview.paired thead th:last-of-type { border-right: 1px dotted #CCC; }
.preview.paired thead td,
.preview.paired tbody th { width: 360px; }
.preview.paired thead th,
.preview.paired tbody td { width: 100px; height: 100%; }

.preview tbody td.right,
.preview tbody tr:hover td.right { padding: 10px; background: #FFF !important; }

.preview.radio { font-size: 14px; border-top: 1px dotted #CCC; }
.preview.radio li { margin: 0; padding: 10px 50px; border-bottom: 1px dotted #CCC; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.preview.radio li:hover { background: #FCFCFC; }
.preview.radio li.right:hover { background: #FFF; }
.preview.radio input + label { display: block; position: absolute; top: 6px; left: 6px; width: 40px; height: calc(100% - 12px); min-height: 0; border-radius: 0; }
.preview.radio input + label:hover { background: #fdf4f4; }
.preview.radio input:checked + label:hover { background: none; }
.preview.radio textarea { margin: 5px 0 0; height: 52px; min-height: 52px; }

.preview.radio .btn.icon.delete { position: absolute; top: 50%; right: 10px; margin: -15px 0 0; width: 30px; height: 30px; background-position: center center; background-repeat: no-repeat; background-image: url("/images/icon-deleteB.png"); z-index: 10; }
.preview.radio .btn.icon.delete:hover { background-image: url("/images/icon-deleteW.png"); }

.preview.radio .correct { position: relative; box-shadow: 0 0 0 4px #ffe5e5 inset; }
.preview.radio .correct:before { content: "正解"; position: absolute; top: 0; right: 0; padding: 2px 8px; color: #971B20; font-size: 14px; background: #ffe5e5; z-index: 10; }
.preview.radio .correct:hover { box-shadow: 0 0 0 6px #ffe5e5 inset; }

/* #Page */
#Content #Page { margin: 20px 0 0; padding: 0 0 20px; text-align: left; background: #FAFAFA; }
#Content #Page section { margin: 20px; padding: 50px 15px 20px; background: #FFF; }

#Content #Page section.pageText { margin: 0; padding: 20px 15px; background: none; border: none; }
#Content #Page section.pageText .pages { padding: 6px 0 0; }
#Content #Page section.pageText .pages:before { top: 0; left: -15px; }

#Content #Page .pages { position: relative; margin: 0 0 20px; padding: 26px 0 0 12px; font-size: 22px; font-weight: bold; }
#Content #Page .pages:first-of-type { margin-top: 0; }
#Content #Page .pages:before { content: ""; position: absolute; top: 20px; left: 0; width: 5px; height: 30px; background: #971B20; }

#Content #Page h3 { display: inline-block; position: static; font-size: 22px; line-height: 30px; vertical-align: middle; }
#Content #Page h3:before { content: ""; position: absolute; top: 18px; left: 0; width: 5px; height: 30px; background: #333; }
#Content #Page h4 { margin: 0 0 5px; font-size: 15px; }
#Content #Page .center { margin: 0; }

#Content #Page .btn.icon { margin: 0 0 0 10px; width: 30px; height: 30px; background-position: center center; background-repeat: no-repeat; }
#Content #Page .btn.icon.up { background-image: url("/images/icon-upR.png"); }
#Content #Page .btn.icon.up:hover { background-image: url("/images/icon-upW.png"); }
#Content #Page .btn.icon.down { background-image: url("/images/icon-downR.png"); }
#Content #Page .btn.icon.down:hover { background-image: url("/images/icon-downW.png"); }
#Content #Page .btn.icon.delete { background-image: url("/images/icon-deleteB.png"); }
#Content #Page .btn.icon.delete:hover { background-image: url("/images/icon-deleteW.png"); }
#Content #Page .btn.icon.disabled { opacity: .2; pointer-events: none; user-select: none; }

#Content #Page .type { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 20px; right: 150px; font-size: 14px; vertical-align: middle; }
#Content #Page .type input { display: none; }
#Content #Page .type span {
	display: block;
	padding: 7px 15px 6px;
	width: 120px;
	color: #777;
	font-size: 15px;
	text-align: center;
	background: #FAFAFA;
	border: 1px solid #C8C8C8;
	border-right: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
#Content #Page .type label { display: block; }
#Content #Page .type label:first-of-type span { border-radius: 5px 0 0 5px; }
#Content #Page .type label:last-of-type span { border: 1px solid #C8C8C8; border-radius: 0 5px 5px 0; }
#Content #Page .type input:checked + span { color: #FFF; background: #B70000; border-color: #B70000; cursor: default; }
#Content #Page .type input:not(:checked) + span:hover { color: #B70000; background: #FDECEC; }

#Content #Page .pageSet { position: absolute; top: 20px; right: 20px; }

#Content #Page .preview { margin: 20px 0 0; }
#Content #Page .preview tbody th { position: relative; }
#Content #Page .preview.multi tbody th,
#Content #Page .preview.paired tbody th:last-child { padding-right: 50px; }
#Content #Page .preview tbody th .btn.delete { position: absolute; top: 50%; right: 10px; margin: -15px 0 0; z-index: 10; }

#Content #Page .qNum { padding: 0 0 0 65px; }
#Content #Page .qNum h4 .Qnumber,
#Content #Page .preview.radio .Qtext .Qnumber {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	color: #FFF;
	font-family: Futura, STHeitiK-Medium,"Avenir-Medium","Avenir", Century Gothic, Arial, Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	background: -webkit-linear-gradient(-45deg, #ff0000 0%, #B70000 50%, #971B20 100%);
	background: linear-gradient(135deg, #ff0000 0%, #B70000 50%, #971B20 100%);
	border-radius: 3px;
}
#Content #Page .qNum h4 .Qnumber { left: -65px; }
#Content #Page .preview.radio .Qtext { position: relative; margin: 20px 0 0; padding: 2px 40px 20px 65px; min-height: 92px; font-size: 18px; font-weight: normal; line-height: 1.4; }
#Content #Page .preview.radio .Qtext .btn.delete { position: absolute; top: 50%; right: 0; margin: -15px 0 0; z-index: 10; }
#Content #Page .preview.radio .right { padding: 10px 0; border-bottom: 1px dotted #CCC; }
#Content #Page .preview.radio ul { font-size: 16px; border-top: 1px dotted #CCC; }
#Content #Page .preview.radio li { padding: 0; }
#Content #Page .preview.radio input + label { position: static; padding: 10px 10px 10px 45px; width: 100%; }
#Content #Page .preview.radio input:checked + label { background: #FCFCFC; }
#Content #Page .preview.radio input + label:hover { background: #F9F9F9; }
#Content #Page .preview.radio .correct input + label { padding-right: 58px; box-shadow: 0 0 0 4px #ffe5e5 inset; }
#Content #Page .preview.radio .correct:hover input + label { box-shadow: 0 0 0 6px #ffe5e5 inset; }

#Content #Page .cut { position: relative; margin: 20px 0;  padding: 10px; text-align: center; z-index: 10; }
#Content #Page .cut label { position: static; }
#Content #Page .cut span { padding: 0 0 0 24px; background: url("/images/icon-cutG.png") left 4px no-repeat; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#Content #Page .cut span:before,
#Content #Page .cut span:after {
	content: "";
	display: block;
	position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    border-top: 1px dashed #CCC;
    box-shadow: 40px 0 0 20px #FFF;
	z-index: -2;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
#Content #Page .cut span:after { top: 0; right: 50%; margin-right: -70px; width: 140px; height: 100%; background: #fafafa; border: 1px solid #FFF; border: none; box-shadow: none; z-index: -1; }
#Content #Page .cut input:checked + span:before { width: 100%; box-shadow: 0 0 0 20px #FFF; }
#Content #Page .cut input:checked + span:after { background: #FFF; }

/* FixBtn */
#Content #FixBtn { position: fixed; left: 0; bottom: 0; padding: 20px 80px 20px 20px; width: 100%; background: rgba(255,255,255,0.9); box-shadow: 0 0 15px rgba(0,0,0,0.2); z-index: 800; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#Content #FixBtn .submit { text-align: right !important; }
#Content #FixBtn .submit button,
#Content #FixBtn .submit .btn { text-align: center !important; }
#Content #FixBtn:hover { background: rgba(255,255,255,1);}
#Content #FixBtn .left { position: absolute; left: 20px; top: 50%; margin: -5px 0 0; }

#PageMenu { display: inline-block; position: relative; }
#PageMenu .pageCurrent { position: relative; padding-right: 35px; min-width: 150px; border-color: #F09191; cursor: default; z-index: 1200; }
#PageMenu .pageCurrent:before,
#PageMenu .pageCurrent:after { content: ""; position: absolute; top: -1px; left: 0; width: 100%; height: 5px; background: #FEF7F3; border-top: 1px dashed #F09191; opacity: 0; }
#PageMenu .pageCurrent:after {
	top: 50%;
	left: auto;
	right: 13px;
	margin: -7px 0 0;
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #B70000;
	border-top: none;
	border-left: none;
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#PageMenu:hover .pageCurrent,
#PageMenu .pageCurrent:hover { background: #FEF7F3; border-radius: 0 0 3px 3px; box-shadow: 0 4px 8px rgba(50, 50, 50, 0.1); }
#PageMenu:hover .pageCurrent:after,
#PageMenu .pageCurrent:hover:after { margin: -3px 0 0; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
#PageMenu:hover .pageCurrent:before { opacity: 1; }

#PageMenu .pageList {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin: 0 0 -12px;
	padding: 0 10px;
	width: 100%;
	height: 0;
	max-height: 500px;
	max-height: 88vh;
	background: #FEF7F3;
	border-radius: 3px 3px 0 0;
	overflow: auto;
	z-index: 1100;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

	scrollbar-base-color: #ffe2d2;
	scrollbar-arrow-color: #F09191;
	scrollbar-face-color: #F09191;
	scrollbar-track-color: #ffe2d2;
	scrollbar-highlight-color: #ffe2d2;
	scrollbar-shadow-color: #F09191;
}
#PageMenu .pageList::-webkit-scrollbar { width: 8px; background: #ffe2d2; border-top: 1px solid #F09191; border-radius: 0 3px 0 0; overflow: hidden; }
#PageMenu .pageList::-webkit-scrollbar-button { display: none; }
#PageMenu .pageList::-webkit-scrollbar-piece,
#PageMenu .pageList::-webkit-scrollbar-piece:start { background: #FEF7F3; }
#PageMenu .pageList::-webkit-scrollbar-thumb,
#PageMenu .pageList::-webkit-scrollbar-corner { background: #F09191; overflow:hidden; }

#PageMenu .pageList li { margin: 0; }
#PageMenu .pageList li:first-child { margin: 5px 0 0; }
#PageMenu .pageList li:last-child { margin: 0 0 5px; }
#PageMenu .pageList li a { display: block; padding: 5px 0; color: #B70000 !important; text-decoration: none !important; }
#PageMenu .pageList li a.current,
#PageMenu .pageList li a:hover { color: #000 !important; }
#PageMenu .pageList li a:before { content: ""; position: absolute; top: 8px; left: -10px; width: 4px; height: 14px; background: #971B20; opacity: 0; z-index: 120; }
#PageMenu .pageList li a:hover:before,
#PageMenu .pageList li a.current:before{ opacity: 1; }

#PageMenu:hover .pageList { display: block; margin: 0 0 -2px; height: auto; border: 1px solid #F09191; box-shadow: 0 0 8px rgba(50, 50, 50, 0.1); }


/*-------------------------------------
	mails
-------------------------------------*/

#Step { margin: 0 0 20px; padding: 0 20px; }
.noSide #Step { margin: 0 auto 20px; max-width: 1080px; }

#Step ol { display: table; padding: 0; width: 100%; font-size: 0; background: #FAFAFA; border: 1px solid #C8C8C8; border-radius: 9px; list-style: none; overflow: hidden; }
#Step li { display: table-cell; margin: 0 ; padding: 15px 20px 14px; font-size: 14px; text-align: center; }
#Step li:not(:first-child) { padding-left: 50px; }
#Step li:not(:last-child):before,
#Step li:not(:last-child):after { content: ""; position: absolute; top: 0; right: -25px; border: 25px solid transparent; border-left: 25px solid #FAFAFA; border-right: none; z-index: 10; }
#Step li:not(:last-child):before { right: -26px; border-left-color: #C8C8C8; }
#Step li.current { font-weight: bold; background: #FFF; }
#Step li.current:not(:last-child):after { border-left-color: #FFF; }

#Content section input[type=text] + p.right { margin: 10px 0 0; }

/* .autoInput */
#Content section .autoInput { margin: 2px 0 0; padding: 10px; background: linear-gradient(to top, #f9f9f9,#FFF); border: 1px solid #D4D4D4; border-bottom: none; }
#Content section .autoInput .gray { margin: 8px 5px 0 0; }
#Content section .autoInput .gray span { font-size: 12px; }
#Content section .autoInput ~ textarea { border-radius: 0 0 5px 5px; }


/*-------------------------------------
	Costomize
-------------------------------------*/

#CostomizeList td:nth-child(3) { white-space: normal; }

#Costomize th { width: 200px; }
#Costomize td { width: auto; }
#Costomize .data td,
#Costomize .risk td,
#Costomize .feeling td,
#Costomize .personal td { padding: 10px; }
#Costomize .data h3 { margin: 0 0 8px; font-size: 14px; }
#Costomize .data h3 ~ h3 { margin: 12px 0 8px; padding: 8px 0 0; border-top: 1px dotted #C8C8C8; }
#Costomize .data p { margin: 10px 0 0; padding: 0 0 0 10px; }
#Costomize .data span { display: inline-block; margin: 0 10px 0 0; padding: 4px 12px 3px; width: 72px; text-align: center; background: #f5f5f5; }
#Costomize .data label:first-of-type { margin: 0 0 0 30px; }
#Costomize .data label { margin: 0 0 0 10px; }
#Costomize .data input[type=text] { width: 60px; }

#Costomize .risk p { margin: 0 0 10px; }
#Costomize .risk span { display: inline-block; margin: 0 90px 0 0; padding: 4px 0 3px; width: 60px; text-align: center; background: #f5f5f5; }
#Costomize .risk span:first-child { margin-left: 142px !important; }
#Costomize .risk strong { display: inline-block; margin: 0 8px 0 0; width: 130px; }
#Costomize .risk select { margin: 0 85px 0 0; min-width: 60px; }

#Costomize .risk .five.dotted { padding: 10px 0 0; border-top: 1px dotted #C8C8C8; }
#Costomize .risk .five span { margin: 0 15px 0 0; }
#Costomize .risk .five select { margin: 0 10px 0 0; }
#Costomize .risk .five select.spaceOut { margin: 0 10px 0 75px; }

#Costomize .feeling p { margin: 0; padding: 0 0 0 310px; }
#Costomize .feeling p:last-child { padding: 0; font-weight: bold; }
#Costomize .feeling div { margin: 0 0 10px; }
#Costomize .feeling select,
#Costomize .personal select { margin: 0 8px 0 0; min-width: 60px; }
#Costomize .feeling label { position: relative; margin: 0 0 0 20px; padding: 0 50px 0 0; width: 170px; }
#Costomize .feeling label:nth-of-type(2) { padding: 0 30px; width: auto; }
#Costomize .feeling label:nth-of-type(3) { padding: 0 0 0 50px; width: 212px; }
#Costomize .feeling label:first-of-type input { position: absolute; right: 0; top: 3px; }
#Costomize .feeling label:nth-of-type(3) input { position: absolute; left: 0; top: 3px; }

#Costomize .personal div { margin: 0 0 10px; }
#Costomize .personal p { margin: 10px 0 0; padding: 0 0 0 10px; }
#Costomize .personal td > p:last-child { padding: 0 0 0 145px; font-weight: bold; }
#Costomize .personal strong,
#Costomize .personal span { display: inline-block; margin: 0 8px 0 0; width: 130px; }
#Costomize .personal span { width: 120px; }