@charset "EUC-JP";

html {
  font-size: 62.5%;
/*  overflow-y:scroll; */
}

/* --- reset --- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a {
  margin:0;
  padding:0;
} 

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img { border:0; }

address,caption,th {
  font-style:normal;   
  font-weight:normal;   
}
ol,ul { list-style:none; } 
caption,th { text-align:left; }
q:before,q:after { content:''; } 
abbr,acronym { border:0; }


h1,h2,h3,h4,h5,h6 {  
  font-size:1em;   
  font-weight:normal;   
}

/* a:focus { outline:none } firefox link outline disable */


body {
  background:        #fff url(../img/back_border.gif) repeat-x;
  color:             #000;
  font-size:         1.2em;
  text-align:        center;
  line-height:       1.4;
  padding: 0 0 80px 0;
}

img { vertical-align: top; }

  body,input,textarea{
    font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
  }

  /* for IE7 */
    *+html body,input,textarea {
    font-family: 'ＭＳ Ｐゴシック';
    font-size:         1.2em;   
  }
  
  /* for IE6 */
    * html body,input,textarea {
    font-family:'ＭＳ Ｐゴシック';
  }

  /* for IE6 フォントの違いを吸収 */
    * html body {
  }

/* --A-- */  
a {
cursor:pointer;
}

a:hover {
text-decoration:underline;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display:block;
  clear:both;
  visibility: hidden;
  height: 0;
}

  /* for IE6 */
  * html .clearfix {
    display:inline-block;
  }

  /* for IE7 */
  *+html .clearfix {
    display:inline-block;
  }


/* ----- 汎用的なスタイル ----- */

.al-bottom {
  vertical-align: bottom;
}


/* ==================================================================
         以下 各サイトごとの固有の設定
   ================================================================== */

/* リンクテキスト  ★ */

a:link    { color: #610364; }
a:visited { color: #610364; }
a:hover   { color: #FF2A6D; } 
a:active  { color: #FF2A6D; }

.normal-color a:link    { color: #676767; text-decoration: none;}
.normal-color a:visited { color: #676767; text-decoration: none;}
.normal-color a:hover   { color: #676767; text-decoration: underline;} 
.normal-color a:active  { color: #676767; text-decoration: underline;}

/* ===================================
       基本ブロック
   =================================== */


/* 大外の枠/コンテナー
-------------------------------------------------------------- */

/* ヘッダー
-------------------------------------------------------------- */
div#header {
  position: relative;
  width: 780px;
  min-height: 65px;
  height: auto!important;
  height: 65px;
  margin: auto;
  text-align: left;
}

img.logo {
  position: absolute;
  top: 15px;
  left: 15px;
}

h1{
  float: left;
  width: 270px;
  padding: 40px 0 5px 20px;
  text-align: left;
}


div#header p {
  float: right;
  width: 260px;
  padding: 25px 0 0 0;
  text-align: left;
}

h2 {
  text-indent: -9999px;
}

h3.three-point {
  padding: 12px 0 0 34px;
}


/* コンテンツ
-------------------------------------------------------------- */
div#contents {
  width: 780px;
  margin: auto;
  text-align: left;
  background: #fff;
  background: url(../img/back-x.gif) repeat-x top;
}

dl.topic_c {
  float: left;
  padding: 10px 5px 10px 0;
}

dl.topic_c dd {
  width: 193px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  padding: 0 20px 5px 20px ;
  border: 1px solid #959595;
  border-top: none;
}

dl.topic_c dd.b-img {
  background: url(../img/sunway_img38.gif) no-repeat top;
}

div.three-box {
  padding: 0 0 0 32px;
}

p.maroi       { width: 720px; margin: 0 auto 40px; }


/* ===================================
       トップページの設定
   =================================== */

div.main-imgbox {
  position: relative;
  width: 780px;
  height: 255px;
  margin: 0 auto;
  background: url(../img/sunway_img14.jpg) no-repeat;
}

div.main-imgbox img{
  position: absolute;
  top: 189px;
  right: 36px;
}

dl.d-img {
  width: 715px;
  margin: 10px auto;
  padding: 0 0 10px 0;
  background: url(../img/back_l.jpg) repeat-x;
}

dl.d-img dd {
  float: right;
  padding: 0 0 0 15px;
}

dl.d-img dt {
  font-size: 1.2em;
  padding: 15px 10px 0 10px;
}

dl.d-img dt.f-title {
  font-weight: bold;
  font-size: 1.3em;
}

ul.sunway {
  width: 600px;
  margin: 20px auto;
}

ul.sunway li.company {
  float: left;
  padding: 7px 7px 7px 20px;
}

ul.sunway li.rogo {
  float: left;
}

div.back-b {
  position: relative;
  width: 715px;
  background: #E0F2FF;
  margin: 15px auto 30px;
}

div.back-b table {
  width: 440px;
  margin: 10px 0 10px 0;
}

div.back-b table th {
  width: 110px;
  padding: 5px 0 5px 15px;
  vertical-align: top;
  font-weight: bold;
}

div.back-b table td {
  padding: 5px 0 5px 0;
}

div.back-b table th.top-b {
  width: 500px;
  padding: 25px 15px 15px;
}

div.back-b img {
  position: absolute;
  top: 15px;
  right: 15px;
}

ul.navi {
  display:block;
  width: 762px;
  height: 41px;
  margin: 0 auto;
  border-top: 1px solid #fff;
}

ul.navi li {
  float: left;
  width: 191px;
}

ul.navi li.navi4 {
  float: left;
  width: 189px;
}

.navi li a {
  display: block;
  overflow: hidden;
  width:100%;
  height: 0 !important;
  height /**/: 41px;  /* for IE */
  padding-top: 41px;
  background: url(../img/sunway_img05.gif) ;
  color: white;
}

ul.navi li.navi1 a { background-position:    0px   0; }
ul.navi li.navi2 a { background-position: -191px  0px; }
ul.navi li.navi3 a { background-position: -382px  0px; }
ul.navi li.navi4 a { background-position: -573px  0px; }

ul.navi li.navi1 a.now { background-position:    0px  41px; }
ul.navi li.navi2 a.now { background-position: -191px  41px; }
ul.navi li.navi3 a.now { background-position: -382px  41px; }
ul.navi li.navi4 a.now { background-position: -573px  41px; }

ul.navi li.navi1 a:hover { background-position:    0px  41px; }
ul.navi li.navi2 a:hover { background-position: -191px  41px; }
ul.navi li.navi3 a:hover { background-position: -382px  41px; }
ul.navi li.navi4 a:hover { background-position: -573px  41px; }

ul.link-list2 {
  display: bolck;
  width: 600px;
  margin: 40px auto 20px;
  text-align: center;
}

ul.link-list2 li{
  display: inline;
  margin: 5px 0 10px 3px;
}

/* 事例紹介
-------------------------------------------------------------- */

div#contents-sub {
  width: 780px;
  margin: auto;
  text-align: left;
  background: #fff;
}

.case-box dl{
  width: 780px;
  margin: 20px auto;
}

div.case-box dl dt {
  padding: 3px 0 3px 68px;
  font-size: 2em;
}


div.case-box dl dt.case1 {
  background: url(../img/sunway_img60.jpg) no-repeat 3px 8px;
}

div.case-box dl dt.case2 {
  background: url(../img/sunway_img61.jpg) no-repeat 3px 8px;
}

div.case-box dl dt.case3 {
  background: url(../img/sunway_img62.jpg) no-repeat 3px 8px;
}

div.case-box dl dd {
  width: 780px;
  padding: 10px 0;
  background: url(../img/dot-line.gif) repeat-x top;
}

div.sub-imgbox {
  position: relative;
  width: 780px;
  height: 148px;
  margin: 0 auto;
  background: url(../img/sunway_img67.jpg) no-repeat;
}

div.sub-imgbox img{
  position: absolute;
  top: 62px;
  right: 28px;
}

p.cuzu {
 padding: 15px 10px; 
}


/* FAQ
-------------------------------------------------------------- */
div.sub-imgbox2 {
  position: relative;
  width: 780px;
  height: 148px;
  margin: 0 auto;
  background: url(../img/sunway_img69.jpg) no-repeat;
}

div.sub-imgbox2 img{
  position: absolute;
  top: 62px;
  right: 28px;
}

.faq-box dl{
  width: 780px;
  margin: 20px auto;
}

div.faq-box dl dt {
  padding: 3px 0 3px 37px;
  font-size: 2em;
  background: url(../img/sunway_img69.gif) no-repeat 3px 8px;
}

div.faq-box dl dd {
  width: 780px;
  padding: 10px 0;
  vertical-align: top;
  background: url(../img/dot-line.gif) repeat-x top;
}

div.faq-box dl dd img{
  margin: 1px 2px 0 0;
}

/* 資料請求
-------------------------------------------------------------- */
div.sub-imgbox3 {
  position: relative;
  width: 780px;
  height: 148px;
  margin: 0 auto;
  background: url(../img/sunway_img70.jpg) no-repeat;
}

div.sub-imgbox3 img{
  position: absolute;
  top: 62px;
  right: 28px;
}

ul.sunway2 {
  width: 620px;
  margin: 20px auto;
}

ul.sunway2 li.company {
  float: left;
  padding: 7px 7px 7px 20px;
}

ul.sunway2 li.rogo {
  float: left;
  padding: 0 0 0 20px;
}

ul.link-list3 {
  display: bolck;
  width: 600px;
  margin: 40px auto 20px;
  padding: 0 0 0 30px;
  text-align: center;
}

ul.link-list3 li{
  display: inline;
  margin: 5px 0 10px 3px;
}


/* ===================================
              リクエスト
   =================================== */

/* ------------------------
    form
------------------------ */

div.main-imgbox4 {
  width: 780px;
  text-align: left;
  margin: auto;
}

#form {
	margin-left: 160px;
	text-align: left;
	color: #333;
	width: 490px;
}
#form p {
	margin-top: 15px;
	margin-bottom: 15px;
}
#form_kanryo {
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: 20px;
}



/* ------------------------
    form table.mailform
------------------------ */
#form table.mailform {
	text-align: left;
	width: 490px;
	margin-bottom: 10px;
	border-collapse:collapse;
}
#form table.mailform tr {
}
#form table.mailform th {
	background-color: #95ACC6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c3ced4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3ced4;
	text-align: left;
	width: 170px;
  color: #fff;
}
#form table.mailform td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c3ced4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3ced4;
	text-align: left;
}
#form  #mailform  .mailform  input    {
	text-align: left;
}
#form #mailform    .mailform   textarea     {
	text-align: left;
}

#contact_box {
  padding: 5px;
  margin: 0 0 30px 0;
  border: 1px solid #231815;
}

.info-title {
  padding: 20px 10px 0 10px;
}



/* ------------------------
    form_table.submit
------------------------ */
#form table.submit {
	text-align: center;
	margin-bottom: 10px;
	width: 490px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form table.submit tr {}
#form table.submit td {
	text-align: center;
}

/* ------------------------
       thanks.html
------------------------ */

#request_box_pad {
  width: 470px;
  margin: 30px auto;
  padding: 20px 5px;
  border: 1px solid #95ACC6;
  text-align: center;
  color: red;
}

.center-box {
  width: 600px;
  margin: auto;
}

.com-copy {
  width: 780px;
  margin: 0 auto;
  padding: 140px 0 0 0;
  text-align: center;
  background: url(../img/image42.gif) no-repeat top;
}

.com-title {
  padding: 10px 65px 70px 65px;
  margin: 0 auto;
}

img.top-l {
  display: inline;
  margin: 0 auto;
}


/* 空き指定
-------------------------------------------------------------- */
.mar-0             { margin: 10px auto; display: block;}
.mar-10            { margin: 9px 0 9px 12px; }
.mar-20            { margin: 20px 0 0 30px; }
.pad-t10           { padding: 10px 0 0 0; }
.pad-t30           { padding: 30px 0 0 0; }
.mar-b20           { margin: 0 0 20px 0; }
.mar-b40           { margin: 0 0 40px 0; }
.mar-55             { margin: 10px auto; display: block;}

/* テキストラインナップ
-------------------------------------------------------------- */
.f-bold {
  font-weight: bold;
}

.basic-text01 {
  width: 620px;
  margin: 0 10px 10px 10px;
}

/*Main End*/

