@charset "shift_jis";

div#contents{
	width:100% !important;
}

body{
	background-image: url(../../images/modulox_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}
#modulox_concept_wrap {
	width: 900px;
	margin: 0px auto;
}

#modulox_concept_wrap::after {
	content: "";
   display: block;
   clear: both;
}

#modulox_concept_wrap p.back{
	padding: 20px 0px 20px 0px;
	text-align:right;	
}
#modulox_header{
	margin: 0px auto;
	width: 900px;
	height:78px;
	display:block;
	position: relative;
	
}
#modulox_header h1{
	width: 255px;
	height: 30px;
	position:absolute;
	top: 27px;
}
#modulox_header p.back{
	padding: 0px 0px 0px 0px;
	width: 41px;
	height: 17px;
	position:absolute;
	left: 859px;
	top: 40px;
}
#modulox_attention{
	padding: 0px;
	width: 900px;
	display: block;
	background-image: url(../../images/modulox_bg02.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#modulox_attention p{
	padding: 10px 5px 45px 0px;
	text-align:right;
	clear:both;
}
/*---------------------------*/
#modulox_container{
}
/*---------------------------*/
#modulox_menu{
	width: 230px;
	background-color:#FFF;
	float:left;
}
#modulox_menu ul{
	padding: 0px 0px 16px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
#modulox_menu ul#submenu{
	padding: 22px 0px 16px 0px;
}
#modulox_menu ul li{
	padding: 0px 0px 6px 0px;
}
#modulox_menu p{
	padding: 16px 0px 0px 0px;
}
/*---------------------------*/
#modulox_contents{
	width: 640px;
	float:right;
	font-size: small;		
}
#modulox_contents .contentstitle{
	margin: 0px 0px 20px 0px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
#modulox_contents .contentstitle h2{
	float:left;
}
#modulox_contents .contentstitle p{
	float:right;
}
/*---------------------------*/
.pagetop{
	padding:0px 0px 20px 0px;
	clear:both;
	text-align:right;
}










/*201312 ua add*/
div.finish{
	background:#fafafa;
	padding:0.4em 0;
}

div.finish div{
	width:900px;
	margin:0 auto;
}



div.finish div p.finishcopy{
	float:left;
	width:50%;
	color:#C00;
	line-height:1.5;
	font-size:12px;
}

div.finish div ul{
	float:right;
	width:50%;
	font-size:12px;
	text-align:right;
	padding-top:0.3em;
}

div.finish div ul li{
	margin-bottom:0.5em;
}

div.finish div ul a{
	color:#016ba2;
	text-decoration:none;
}

div.finish div ul a:hover{
	color:#c00;
	text-decoration:underline;
}

/* clearfix

=========================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	zoom:1;
}
* html .clearfix {
	height: 1px;/*\*//*/

	height: auto;

	overflow: hidden;

	/**/

}
/* clear

=========================================*/

.clear {
	clear:both;
}


