140 lines
2.6 KiB
CSS
140 lines
2.6 KiB
CSS
|
@charset "UTF-8";
|
|||
|
|
|||
|
.clear {
|
|||
|
clear:both;
|
|||
|
}
|
|||
|
|
|||
|
/* ===================
|
|||
|
キャラ詳細ページ
|
|||
|
===================== */
|
|||
|
|
|||
|
body {
|
|||
|
width:930px;
|
|||
|
height:710px;
|
|||
|
margin:0 auto;
|
|||
|
background:url(http://fsv-static.autoc-one.jp/syanago/assets/pc/images/character/chara_bg.png) left top repeat;
|
|||
|
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
|
|||
|
font-size:18px;
|
|||
|
overflow:hidden;
|
|||
|
}
|
|||
|
|
|||
|
.chara_wrap {
|
|||
|
width:900px;
|
|||
|
height:auto;
|
|||
|
margin:10px auto;
|
|||
|
}
|
|||
|
|
|||
|
/* キャラ名前まわり */
|
|||
|
h1, h2 {
|
|||
|
text-decoration:none;
|
|||
|
}
|
|||
|
.chara_name {
|
|||
|
width:100%;
|
|||
|
height:60px;
|
|||
|
background:url(http://fsv-static.autoc-one.jp/syanago/assets/pc/images/character/chara_name_bg.png) left top no-repeat;
|
|||
|
padding:15px 20px;
|
|||
|
font-weight:bold;
|
|||
|
}
|
|||
|
|
|||
|
.chara_name .brand, .chara_name .carname, .chara_name .carmodel {
|
|||
|
color:#0e76b2;
|
|||
|
display:table-cell;
|
|||
|
padding-bottom:10px;
|
|||
|
}
|
|||
|
|
|||
|
.chara_name .brand, .chara_name .carname {
|
|||
|
font-size:30px;
|
|||
|
}
|
|||
|
|
|||
|
.chara_name .brand {
|
|||
|
padding-right:10px;
|
|||
|
}
|
|||
|
|
|||
|
.chara_name .carname {
|
|||
|
padding-right:10px;
|
|||
|
}
|
|||
|
|
|||
|
.chara_name .carmodel {
|
|||
|
font-size:16px;
|
|||
|
vertical-align: middle;
|
|||
|
}
|
|||
|
|
|||
|
.chara_name .cast, .chara_name .illustrator {
|
|||
|
display:table-cell;
|
|||
|
vertical-align: middle;
|
|||
|
|
|||
|
}
|
|||
|
.chara_name .cast {
|
|||
|
padding-right:15px;
|
|||
|
}
|
|||
|
|
|||
|
/*キャライラスト*/
|
|||
|
.charaillust {
|
|||
|
width:900px;
|
|||
|
margin:0 auto;
|
|||
|
z-index:1;
|
|||
|
text-align:right;
|
|||
|
position:absolute;
|
|||
|
top:20px;
|
|||
|
}
|
|||
|
.charaimg {
|
|||
|
max-height:640px;
|
|||
|
}
|
|||
|
|
|||
|
/*フレーバーテキスト*/
|
|||
|
.ftext, .sdwrap, .sdwrap img, .sdwrap p {
|
|||
|
float:left;
|
|||
|
}
|
|||
|
|
|||
|
.ftext {
|
|||
|
margin:15px 0 10px 20px;
|
|||
|
}
|
|||
|
|
|||
|
.sdwrap {
|
|||
|
position:relative;
|
|||
|
z-index:2;
|
|||
|
width:510px;
|
|||
|
height:170px;
|
|||
|
background:url(http://fsv-static.autoc-one.jp/syanago/assets/pc/images/character/chara_ftext_bg.png) right top no-repeat;
|
|||
|
margin-top:20px;
|
|||
|
margin-left:-20px;
|
|||
|
}
|
|||
|
|
|||
|
.sdwrap p{
|
|||
|
width:290px;
|
|||
|
height:115px;
|
|||
|
margin:15px 0 0 25px;
|
|||
|
line-height:1.4em;
|
|||
|
letter-spacing:0.04em;
|
|||
|
}
|
|||
|
|
|||
|
/*実車について*/
|
|||
|
.cardetail, .cardetail img, .cardetail p {
|
|||
|
float:left;
|
|||
|
}
|
|||
|
|
|||
|
.cardetail {
|
|||
|
width:650px;
|
|||
|
height:284px;
|
|||
|
background:url(http://fsv-static.autoc-one.jp/syanago/assets/pc/images/character/chara_car_bg.png) right top no-repeat;
|
|||
|
margin:0;
|
|||
|
position:relative;
|
|||
|
z-index:3;
|
|||
|
}
|
|||
|
.cardetail img {
|
|||
|
width:290px;
|
|||
|
height:auto;
|
|||
|
position:absolute;
|
|||
|
left:20px;
|
|||
|
top:80px;
|
|||
|
}
|
|||
|
.cardetail p {
|
|||
|
width:300px;
|
|||
|
height:190px;
|
|||
|
margin:80px 0 0 24px;
|
|||
|
font-size:16px;
|
|||
|
line-height:1.4em;
|
|||
|
letter-spacing:0.05em;
|
|||
|
position:absolute;
|
|||
|
left:300px;
|
|||
|
}
|