@charset "UTF-8";

/* Clear fix
---------------------------------------*/
div{
	min-height:1%;
	background-position: center top;
}

div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

* html div{
	/*\*/height:1%;/*for WinIE*/
	display:inline-table;
}

/* 透過PNG
------------------------------------------*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 

/* 角丸
------------------------------------------*/
div.kadomaru {
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}

/* Twitterボタン
-------------------------------------------*/
#twitter-button-press {
	text-align: right;
	float:right;
	margin: 0px -14px 10px 10px;
}
iframe.twitter-share-button {
    width: 105px!important;
}
#social-button{
	overflow:hidden;
}


/* Google+1
-------------------------------------------*/
#google-button-plus1{
	margin-right:-25px;
}

/* Facebool
--------------------------------------------*/
.fb-like{
	float:right;
}

/* arrange08 */
p.animetionNew02.arrange08{
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: bottom center;
  -webkit-animation-name: animation08;
}

@-webkit-keyframes animation08 {
  0%{
    -webkit-transform: scale(1, 1);
    }
  48%{
    -webkit-transform: scale(1, 1);
    }
  50%{
    -webkit-transform: scale(1.1, 0.9);
    }
  53%{
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
    }
  57.5%{
    -webkit-transform: scale(1, 1) translate(0, -3px);
    }
  59%{
    -webkit-transform: scale(1, 1) translate(0, 0px);
    }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
p.animetionNew02{
	line-height: 1;
	text-shadow: 0 1px 0 #3f3f3f;
	display: block;
}



/* ここから初期設定とリセット
---------------------------------------*/
body{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,address,object{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
}

fieldset,img{
	border:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul,h5{
	list-style:none;
}
a{
	color:#257fc2;
}
a:hover{
	text-decoration:none;
}

p {
	font-size: 1.4em;
	line-height: 1.8em;
}
body {
	background: #f4f4f4;
	font: 0.75em "MS PGothic","Osaka",Arial,sans-serif;
}
.bold{
	font-weight:bold;
}
.t-r{
	text-align:right;
	display: block;
}
.t-l{
	text-align:left;
}
.t-c{
	text-align:center;
	display: block;
}
.text-red1{
	color:#be2735;
}
.text-green1{
	color:#7a910d;
}
.text-yellow1{
	color:#be960b;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.font16{
	font-size:16px;
}
.font12{
	font-size:12px;
}
.font11{
	font-size:11px;
}
.font10{
	font-size:10px;
}
.font9{
	font-size:9px;
}
.color-red1{
	color:#F60;
}
.color-red2{
	color:#C00;
}
.color-blue1{
	color:#053559;
}
#info-form {
	background: url(../images/form_button.jpg) no-repeat;
	height: 75px;
	width: 300px;
	margin: 12px auto;
}
#info-form a {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 300px;
	overflow: hidden;
}
.margin-t40 {
	margin-top: 40px;
	display: block;
}
.margin-b40 {
	margin-bottom: 40px;
	display: block;
}
.margin-b24 {
	margin-bottom: 24px;
	display: block;
}
.margin-t24 {
	margin-top: 24px;
	display: block;
}
.margin-r24 {
	margin-right: 24px;
	display: block;
}
.margin-l24 {
	margin-left: 24px;
	display: block;
}
.margin-b18 {
	margin-bottom: 18px;
	display: block;
}
.margin-t18 {
	margin-top: 18px;
	display: block;
}
.margin-r18 {
	margin-right: 18px;
	display: block;
}
.margin-l18 {
	margin-left: 18px;
	display: block;
}
.margin-l12 {
	margin-left: 12px;
	display: block;
}
.margin-r12 {
	margin-right: 12px;
	display: block;
}
.margin-t12 {
	margin-top: 12px;
	display: block;
}
.margin-b12 {
	margin-bottom: 12px;
	display: block;
}
.margin-l6 {
	margin-left: 6px;
	display: block;
}
.margin-r6 {
	margin-right: 6px;
	display: block;
}
.margin-t6 {
	margin-top: 6px;
	display: block;
}
.margin-b6 {
	margin-bottom: 6px;
	display: block;
}
.text12{
	font-size:1.2em;
}
.text10{
	font-size:1.0em;
}
.clear{
	clear:both;
}
/* ここまで初期設定とリセット
---------------------------------------*/
#header {
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
	height: 700px;
	margin-bottom: -100px;
}
#header h1 {
	height: 50px;
	display: block;
	text-indent: -9999px;
}
#header h2 {
	text-indent: -9999px;
	display: block;
}
#header #base-make {
	text-indent: -9999px;
	display: block;
}
#header-oem {
	background-image: url(header_bg_oem.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
	height: 700px;
	margin-bottom: -100px;
}
#header-oem h1 {
	height: 50px;
	display: block;
	text-indent: -9999px;
}
#header-oem h2 {
	text-indent: -9999px;
	display: block;
}
#header-oem #base-make {
	text-indent: -9999px;
	display: block;
}
#problem {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
}
#read {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
}
.main-title {
	background-image: url(content_title_bg.png);
	height: 115px;
	display: block;
	margin-top: 20px;
	text-align: center;
}
#special-form .main-title {
	background-image: url(content_title_bg02.png);
	height: 117px;
	display: block;
	text-align: center;
}
#main-start {
	background-image: url(content01_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#main-start h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main-start p {
	width: 530px;
	margin-bottom: 10px;
}
#content1-matome {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
}
.frame {

}
.frame .main-box {
	background-image: url(content_frame02.png);
	background-repeat: repeat-y;
}
.frame .main-box .start {
	background-image: url(content_frame01.png);
	height: 13px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
.frame .main-box .maicontent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
.frame .main-box .maicontent #maincontent1-text {
	background-image: url(mid_content_pic01.png);
	background-repeat: no-repeat;
	background-position: right -30px;
	padding-right: 450px;
	min-height:430px;
	padding-top: 20px;
}
.frame .main-box .maicontent #maincontent2-text {
	background-image: url(mid_content02_pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 450px;
	min-height:598px;
}
#performance h4 {
	background-image: url(content_frame03_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 20px;
}
#performance #main {
	height: 945px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
}
#performance #fact1 {
	background-image: url(mid_content01_value_pic01.png);
	height: 425px;
	width: 387px;
	margin-top: -100px;
	float:left;
	z-index: 5;
	position: relative;
}
#performance #fact2 {
	background-image: url(mid_content01_value_pic02.png);
	height: 482px;
	width: 376px;
	float:left;
	z-index: 1;
	position: fixed;
	margin-left: -50px;
}
#performance #fact3 {
	background-image: url(mid_content01_value_pic03.png);
	height: 425px;
	width: 387px;
	margin-top: -100px;
	z-index: 1;
}
#performance #frame {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#performance #frame #main-text #text-develop {
	float: left;
	width: 310px;
	margin-top: -80px;
	padding-right: 5px;
	z-index: 10;
	position: static;
}
#performance #frame #main-text #text-material {
	float: left;
	width: 315px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
	margin-top: -80px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
}
#performance #frame #main-text #text-exam {
	float: left;
	margin-top: -80px;
	padding-left: 5px;
	width: 310px;
}

#performance #frame #main-text #text-develop p {
	background-image: url(mid_content01_value_pic01_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 242px;
}
#performance #frame #main-text #text-material p {
	background-image: url(mid_content01_value_pic02_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 256px;
	margin-top: 100px;
	padding-right: 5px;
	padding-left: 5px;
}
#performance #frame #main-text #text-exam p {
	background-image: url(mid_content01_value_pic03_1.png);
	padding-top: 257px;
	background-repeat: no-repeat;
}
.frame .main-box .maicontent .original {
	margin-top: 20px;
	margin-bottom: 20px;
}
.frame .main-box .maicontent #formation {
	background-image: url(mid_content01_cosmepic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
.frame .main-box .maicontent #formation #develop {
	background-image: url(mid_content01_sect01.png);
	background-repeat: no-repeat;
	height: 599px;
	width: 299px;
	float: left;
	margin-top: 250px;
	text-indent: -9999px;
}
.frame .main-box .maicontent #formation #material {
	background-image: url(mid_content01_sect02.png);
	float: left;
	height: 592px;
	width: 299px;
	margin-top: 400px;
	margin-right: 20px;
	margin-left: 20px;
	text-indent: -9999px;
}
.frame .main-box .maicontent #formation #exam {
	background-image: url(mid_content01_sect03.png);
	float: left;
	height: 602px;
	width: 308px;
	margin-top: 250px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
.frame .main-box .maicontent #matome {
	margin-top: 30px;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
}
#next {
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#performance #frame #main-text {
	overflow: visible;
}
.frame .main-box .maicontent #content02-text {
	background-image: url(mid_content02_pic02.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 460px;
	min-height:365px;
}

#main-start #read1 {
	float: left;
	margin-right: 10px;
	width: 253px;
}
#main-start #read-end {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#item-list li {
	float: left;
}
#item-list {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#item-list .title {
	margin-right: 30px;
}
#item-list .list {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #094c72;
	padding-left: 13px;
	width: 230px;
	text-align: left;
}
#item-list .list h5 {
	font-size: 1.6em;
	font-weight: bold;
	color: #ee7600;
	display: block;
	margin-bottom: 5px;
}
#item-list .list p {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
}
#qa {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#qa #qa-list li {
	background-image: url(qa_back01.png);
	background-repeat: no-repeat;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	padding-left: 82px;
	padding-right: 80px;
	margin-bottom: 40px;
}

#make-item {
	overflow: hidden;
}
#qa #qa-list li h5 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 2em;
}

#company-info {
	display: block;
	font-size: 1em;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4f4;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-left-color: #f4f4f4;
}
#make-cosme {
	background-image: url(mid01_cosme_make_photo.jpg);
	height: 206px;
	width: 950px;
	text-indent: -9999px;
	margin-bottom: 50px;
	display: block;
}
.off-button #top-off1 {
	background-image: url(top_button_off.png);
	display: block;
}
.off-button #top-off1:hover {
	background-image: url(top_button_on.png);
	display: block;
	height: 245px;
	width: 702px;
}
.off-button #off1 {
	background-image: url(offer_button01_off.png);
	display: block;
}
.off-button #off1:hover {
	background-image: url(offer_button01_on.png);
	display: block;
	height: 245px;
	width: 702px;
}
.off-button #off2 {
	background-image: url(offer_button02_off.png);
	display: block;
}
.off-button #off2:hover {
	background-image: url(offer_button02_on.png);
	display: block;
	height: 245px;
	width: 702px;
}
.off-button #off3 {
	background-image: url(offer_button03_off.png);
	display: block;
}
.off-button #off3:hover {
	background-image: url(offer_button03_on.png);
	display: block;
	height: 245px;
	width: 702px;
}
.off-button a {
	display: block;
	height: 245px;
	width: 702px;
	margin-left: 160px;
	text-indent: -9999px;
}
.off-button {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

/* */

#oem-comment {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#oem-flow {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom:20px;
}

#to-favorite {
	background-color: #9f6900;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	padding: 20px;
	text-align:center;
	color:#fff;
}
#animation {
	background-color: #0CC;
	height: 200px;
	width: 200px;
}
#special-form {
	background-image: url(special_form_bg.png);
	padding-bottom: 30px;
}
#special-form #read-text {
	background-image: url(special_form_read.png);
	height: 35px;
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -8px;
	margin-bottom: 10px;
	display: block;
}

#form-area {
	background-image: url(form_back.png);
	padding-top: 20px;
}
#form-area #title {
	background-image: url(form_area-title.png);
	background-repeat: no-repeat;
	height: 417px;
	background-position: center top;
}
#form-area #title h3 {
	text-indent: -9999px;
	display: block;
}
#form-area #form-main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
#form-body {
	background-color: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


#special-form #form-area {
	background-image: url(form_back.png);
	padding-top: 20px;
}
#special-form #form-area #title {
	background-image: url(form_area-title.png);
	background-repeat: no-repeat;
	height: 417px;
	background-position: center top;
}
#special-form #form-area #title h3 {
	text-indent: -9999px;
	display: block;
}
#special-form #form-area #form-main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
#special-form #form-body {
	background-color: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#special-form #form-body #mailformpro {
	width: 700px;
}
/*オンマウス光*/
*:hover.onc{
	filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}
/*オンマウス光 end*/
#head-button {
	height: 135px;
	width: 1050px;
	display: block;
	margin-top: 272px;
	margin-right: auto;
	margin-left: auto;
}
#head-button a {
	height: 135px;
	width: 287px;
	display: block;
	text-indent: -9999px;
	background-image: url(header_button_off.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: 0px;
}
#head-button a:hover {
	height: 135px;
	width: 287px;
	display: block;
	text-indent: -9999px;
	background-image: url(header_button_on.png);
	background-position: left 4px;
}
#header #jp a {
	background-image: url(to_jp.png);
	width: 173px;
	display: block;
	height: 88px;
	margin-right: 0px;
	margin-left: auto;
}
#header #jp a:hover {
	background-image: url(to_jp.png);
	width: 173px;
	display: block;
	height: 88px;
	margin-right: 0px;
	margin-left: auto;
	background-position: 0% bottom;
}
#header #jp {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}