@charset "utf-8";

.Required{
color:#eb6877;
}

section p{
	line-height:1.8;
}

caption{
	font-weight:bold;
	text-align:left;
}

.little_bottom{
	margin-bottom:10px;
}

.common{
	margin-bottom:30px;
}

.common_border{
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #cbcbcb;
}


.common_large{
	margin-top:50px;
	margin-bottom:45px;
}

.Error{
	padding:10px;
	border:3px solid #990000;
}



.more_bottom{
	margin-top:40px;
	margin-bottom:40px;
}


ul.result_list {
	width:690px;
	padding-top:10px;
	border-top:1px solid #898989;
	border-bottom:1px solid #898989;
}

.result_list li{
	float:left;
	margin-right:25px;
}


.gicon{
	padding:2px 0 2px 45px;
	background:  url(../../img/item/page_module/gicon.gif) no-repeat 0 0;
}


.micon{
	padding:2px 0 2px 45px;
	background:  url(../../img/item/page_module/micon.gif) no-repeat 0 0;
}

.txt_middle{
	font-size: 83%;
	font-weight:normal;
}




/* float */
.view_thumb_left{
	float:left;
}
.li_right,
.view_thumb_right{
	float:right;
}

.servies_float .view_thumb_left{
	width:250px;
}
.servies_float .view_thumb_right{
	width:420px;
}

.servies_default .view_thumb_left{
	width:180px;
}
.servies_default .view_thumb_right{
	width:490px;
}

.half_float .view_thumb_left{
	width:440px;
}
.half_float .view_thumb_right{
	width:440px;
}

.thumb .view_thumb_left{
	width:365px;
}
.thumb .view_thumb_right{
	width:502px;
}


#Choice .view_thumb_left{
	width:226px;
}
#Choice .view_thumb_right{
	width:226px;
	height:149px;
	padding-top:50px;
}
#Choice {
	width:900px;
	background:  url(../../img/global/choice.gif) no-repeat top center;
}


#table_right{
	float:right;
	width:700px;
}
#table_right span{
	border-bottom:1px solid #898989;
}

.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
