@charset "UTF-8";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body,p,h1,h2,h3,ul,li {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
}
img {
	border: 0;
}

body {
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}
#header {
	height: 38px;
	position: relative;
}
#header h1 {
	line-height: 0;
	position: absolute;
	left: 20px;
	top: 10px;
}

#contents {
	background-image: url(img/page_bg.gif);
	padding: 0 20px 20px;
}
#contents2nd {
	background-image: url(img/page_bg.gif);
	padding: 37px 43px 30px;
}
#contents_inq {
	background-image: url(img/page_bg.gif);
	padding: 25px 70px;
	margin: 0;
}

#footer {
}

/* TOP PAGE */
#mainimg {
	height: 225px;
	background-image: url(img/top_main.jpg);
}
#mainimg .maintext {
	text-indent: -9999px;
}
#topmenu li {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* 2nd PAGE */
#title2nd {
	margin: 5px 20px 0;
	text-align: right;
	height: 40px;
}
#title2nd #titleimg {
	float: left;
	margin-left: 8px;
}
#title2nd #btn {
	padding-top: 5px;
}
#contents2nd H3 {
	margin-top: 30px;
}

/* LICENCE PAGE */
#licence_title {
	background-image: url(license/img/licence_title.jpg);
	height: 87px;
	text-indent: -9999px;
}
#licence_flow {
	margin:  0;
	width: 694px;
}
#licence_flow DT {
	margin-left: 45px;
}
#licence_flow DD {
	text-align: center;
	padding: 0 0 10px 0;
	height: 336px;
	float: left;
}
#flow01 {
	width: 300px;
	margin: 0 10px 0 0;
	border: 1px solid #33a4c4;
}
#flow02 {
	width: 380px;
	margin: 0;
	border: 1px solid #5dc084;
}

#case {
}
#case ul {
	margin-left: 12px;
}
#case li {
	width: 211px;
	float: left;
	margin-right: 16px;
	margin-bottom: 30px;
}
#case li p {
	background-image: url(license/img/licence_case_dot.gif);
	background-repeat: no-repeat;
	padding: 1px 0 1px 12px;
	margin-top: 3px;
	font-size: 11px;
	color: #333333;
}

/* MARCHAN PAGE */
#marchan_title {
	background-image: url(marchandising/img/merchan_title.jpg);
	height: 87px;
	text-indent: -9999px;
}
#marchan_img {
	margin-left: 75px;
}

#partner_title {
	padding: 8px 5px;
	background-color: #9550c1;
	color: #f6edfb;
	font-size: 12px;
	line-height: 1em;
}
#marchan_partner {
	font-size: 13px;
	border: 1px solid #9550c1;
	padding: 10px;
}
.partner {
	background-image: url(marchandising/img/merchan_partner_bg.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 10px;
	height: 55px;
	margin: 10px 0 0 0;
	line-height: 1.2em;
}
#marchan_partner dt {
	font-size: 12px;
	font-weight: bold;
	color: #7a24b1;
	margin-bottom: 3px;
}
#marchan_partner dd {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 1.2em;
	position: relative;
}
#marchan_partner dd p {
	position: absolute;
	right: 10px;
	top: -6px;
}

/* INQUIRY */
#titlei_inq {
	background-color: #003399;
	margin: 0;
	padding: 0;
	height: 67px;
}
#form_inq {
	margin: 0;
	padding: 0;
}
#contents_inq dl {
	margin: 0 0 0 90px;
	padding: 0;
	font-size: 12px;
}
#contents_inq dt {
	margin-bottom: 3px;
}
#contents_inq dd {
	margin: 0 0 1em 1em;
}
#contents_inq #submit_btn {
	text-align: center;
	background-color: #FFF5DC;
	padding: 5px;
}
#contents_inq span {
	color: #FF9933;
}

#inq .red {
	color: #FF0000;
	font-size: 12px;
}
#inq .text {
	font-size: 12px;
}
#inq .bold {
	font-weight: bold;
}

.inquiry_input{
	border:#999999 1px solid;
	padding:3px;
	width:400px;
	margin-bottom: 7px;
	color:#333333;
	font-size:12px;
}
.inquiry_input2{
	border:#999999 1px solid;
	padding:3px;
	width:5em;
	margin-bottom: 7px;
	color:#333333;
	font-size:12px;
}

.hidden{
	display:none;
}

form {
	margin: 0;
	padding: 0;
}
.thanks {
	font-size: 12px;
	text-align: center;
}




/**/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
