Commit fe7315df by o.kimura

T36:対処法の書換え

parent 572bc4d6
@charset "UTF-8"; @charset "UTF-8";
body{ body {
margin:0px; margin: 0px;
padding:0px; padding: 0px;
line-height:1.6; line-height: 1.6;
letter-spacing:1px; letter-spacing: 1px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
font-size:12px; font-size: 12px;
background:#eeeeee; background: #eeeeee;
} }
img{ img {
border:0; border: 0;
vertical-align:bottom; vertical-align: bottom;
} }
h1{ h1 {
margin:0; margin: 0;
padding:0; padding: 0;
} }
h2{
margin:0px; h2 {
padding:0px; margin: 0px;
padding: 0px;
} }
h3{
margin:0px; h3 {
padding:0px; margin: 0px;
padding: 0px;
} }
.mb5{
margin-bottom:5px; .mb5 {
margin-bottom: 5px;
} }
.mb10{
margin-bottom:10px; .mb10 {
margin-bottom: 10px;
} }
.mb15{
margin-bottom:15px; .mb15 {
margin-bottom: 15px;
} }
.mb20{
margin-bottom:20px; .mb20 {
margin-bottom: 20px;
} }
a{ a {
color:#006eb0; color: #006eb0;
} }
p{ p {
padding:0px; padding: 0px;
margin:0px 0px 10px 0px; margin: 0px 0px 10px 0px;
} }
a:hover{ a:hover {
color:#FF6600; color: #FF6600;
} }
/*----- common -----*/ /*----- common -----*/
#preload{ #preload {
display:none; display: none;
} }
#screen{
color:#333333; #screen {
color: #333333;
} }
#container{
margin:0px auto; #container {
width:980px; margin: 0px auto;
background-color:#ffffff; width: 980px;
background-color: #ffffff;
} }
#header{ #header {
height:100px; height: 100px;
width:980px; width: 980px;
} }
#main{
width:940px; #main {
margin:0px auto; width: 940px;
margin: 0px auto;
} }
#footer{ #footer {
width:940px; width: 940px;
height:16px; height: 16px;
padding:7px 20px; padding: 7px 20px;
background-color:#01b7cd; background-color: #01b7cd;
color:#fff; color: #fff;
font-size:12px; font-size: 12px;
text-align:right; text-align: right;
} }
.lead{ .lead {
margin:10px 0px 0px 0px; margin: 10px 0px 0px 0px;
} }
.buttonLead{
overflow:hidden; .buttonLead {
margin:30px 0px 0px 0px; overflow: hidden;
width:940px; margin: 30px 0px 0px 0px;
width: 940px;
} }
.step{
margin:35px 0px 20px 0px; .step {
margin: 35px 0px 20px 0px;
} }
.caption{
font-size:11px; .caption {
color:#666666; font-size: 11px;
color: #666666;
} }
.buttonArea{
overflow:hidden; .buttonArea {
width:980px; overflow: hidden;
height:100px; width: 980px;
margin-left:-20px; height: 100px;
margin-top:30px; margin-left: -20px;
background-image:url(../images/common/landscape.gif); margin-top: 30px;
background-image: url(../images/common/landscape.gif);
} }
.floatLeft{
float:left; .floatLeft {
float: left;
} }
.hidden{
overflow:hidden; .hidden {
overflow: hidden;
} }
.vanish{
display:none; .vanish {
display: none;
} }
/*----- intro -----*/ /*----- intro -----*/
#intro{ #intro {}
} #intro p {
#intro p{
margin-top: 10px; margin-top: 10px;
font-size: 126%; font-size: 126%;
color: #999; color: #999;
} }
.typeBtn{
cursor:pointer; .typeBtn {
float:left; cursor: pointer;
width:290px; float: left;
height:330px; width: 290px;
height: 330px;
} }
.typeBtn.select{
cursor:default; .typeBtn.select {
cursor: default;
} }
.typeBtn.mid{
margin:0 35px; .typeBtn.mid {
margin: 0 35px;
} }
#startBtn{
width:420px; #startBtn {
height:60px; width: 420px;
margin:15px auto; height: 60px;
background-image:url(../images/intro/btn_start.png); margin: 15px auto;
background-position:0px 0px; background-image: url(../images/intro/btn_start.png);
background-position: 0px 0px;
} }
#startBtn.active{
cursor:pointer; #startBtn.active {
background-position:0px -60px; cursor: pointer;
background-position: 0px -60px;
} }
#startBtn.active:hover{
background-position:0px -120px; #startBtn.active:hover {
background-position: 0px -120px;
} }
/*----- check -----*/ /*----- check -----*/
#check{ #check {
display:none; display: none;
overflow:hidden; overflow: hidden;
} }
.checkLead{
overflow:hidden; .checkLead {
margin:30px 0px 30px 0px; overflow: hidden;
width:940px; margin: 30px 0px 30px 0px;
width: 940px;
} }
.checkBack{
cursor:pointer; .checkBack {
float:right; cursor: pointer;
width:170px; float: right;
height:40px; width: 170px;
background-image:url(../images/check/btn_back.gif); height: 40px;
background-image: url(../images/check/btn_back.gif);
} }
.checkBack:hover{
background-position:0px -40px; .checkBack:hover {
background-position: 0px -40px;
} }
.checkPage{ .checkPage {
display:none; display: none;
overflow:hidden; overflow: hidden;
/*overflow:visible;*/ /*overflow:visible;*/
margin:0px 0px 20px 0px; margin: 0px 0px 20px 0px;
} }
.checkSheat{
float:left; .checkSheat {
width:440px; float: left;
padding:10px; width: 440px;
background-color:#f7eddd; padding: 10px;
} background-color: #f7eddd;
.chechHead{ }
margin:20px 0px 5px 0px;
} .chechHead {
.checkBlock{ margin: 20px 0px 5px 0px;
cursor:pointer; }
margin:10px 0px 0px 0px;
width:439px; .checkBlock {
height:40px; cursor: pointer;
border-bottom:#362e2b 1px dotted; margin: 10px 0px 0px 0px;
} width: 439px;
.checkBlock.long{ height: 40px;
height:60px; border-bottom: #362e2b 1px dotted;
} }
.checkBlock:hover{
color:#FF6600; .checkBlock.long {
} height: 60px;
.checkBox{ }
display:block;
float:left; .checkBlock:hover {
width:50px; color: #FF6600;
height:40px; }
}
.checkText{ .checkBox {
float:left; display: block;
width:320px; float: left;
margin:0px 15px 0px 0px; width: 50px;
} height: 40px;
.checkFig{ }
position:relative;
} .checkText {
#resultBtn{ float: left;
cursor:pointer; width: 320px;
width:420px; margin: 0px 15px 0px 0px;
height:60px; }
margin:15px auto;
background-image:url(../images/check/btn_result.png); .checkFig {
background-position:0px 0px; position: relative;
}
#resultBtn {
cursor: pointer;
width: 420px;
height: 60px;
margin: 15px auto;
background-image: url(../images/check/btn_result.png);
background-position: 0px 0px;
/*position:relative; /*position:relative;
z-index:1000;*/ z-index:1000;*/
} }
#resultBtn:hover{
background-position:0px -60px; #resultBtn:hover {
background-position: 0px -60px;
} }
/*----- result -----*/ /*----- result -----*/
#result{ #result {
display:none; display: none;
overflow:hidden; overflow: hidden;
} }
#resultBack{
cursor:pointer; #resultBack {
float:right; cursor: pointer;
width:170px; float: right;
height:40px; width: 170px;
background-image:url(../images/result/btn_back.gif); height: 40px;
background-image: url(../images/result/btn_back.gif);
} }
#resultBack:hover{
background-position:0px -40px; #resultBack:hover {
background-position: 0px -40px;
} }
.resultSheat{
width:940px; .resultSheat {
padding:10px; width: 940px;
overflow:hidden; padding: 10px;
margin:10px 0px 10px 0px; overflow: hidden;
margin: 10px 0px 10px 0px;
} }
.colorBack{
background-color:#f7eddd; .colorBack {
background-color: #f7eddd;
} }
.resultBlock{ .resultBlock {
overflow:hidden; overflow: hidden;
width:919px; width: 919px;
margin:0px 0px 10px 0px; margin: 0px 0px 10px 0px;
border-bottom:#362e2b 1px dotted; border-bottom: #362e2b 1px dotted;
} }
.checkLine{
overflow:hidden; .checkLine {
overflow: hidden;
} }
.resultLine{
overflow:hidden; .resultLine {
margin:5px 0px 5px 0px; overflow: hidden;
margin: 5px 0px 5px 0px;
} }
.resultLineText{
width:810px; .resultLineText {
margin-right:0px; width: 810px;
float:right; margin-right: 0px;
float: right;
} }
#totalText{ #totalText {
width:500px; width: 500px;
padding:0px 40px 0px 0px; padding: 0px 40px 0px 0px;
float:left; float: left;
} }
.leftBlock{
width:430px; .leftBlock {
margin:0px 50px 0px 5px; width: 430px;
float:left; margin: 0px 50px 0px 5px;
float: left;
} }
.rightBlock{
width:430px; .rightBlock {
float:left; width: 430px;
float: left;
} }
#printBtn{ #printBtn {
float:left; float: left;
cursor:pointer; cursor: pointer;
width:420px; width: 420px;
height:60px; height: 60px;
margin:15px 0px 15px 0px; margin: 15px 0px 15px 0px;
background-image:url(../images/result/btn_print.png); background-image: url(../images/result/btn_print.png);
background-position:0px 0px; background-position: 0px 0px;
} }
#printBtn:hover{
background-position:0px -60px; #printBtn:hover {
background-position: 0px -60px;
} }
#topBtn{
float:left; #topBtn {
cursor:pointer; float: left;
width:250px; cursor: pointer;
height:60px; width: 250px;
margin:15px 100px 15px 100px; height: 60px;
background-image:url(../images/result/btn_top.png); margin: 15px 100px 15px 100px;
background-position:0px 0px; background-image: url(../images/result/btn_top.png);
background-position: 0px 0px;
} }
#topBtn:hover{
background-position:0px -60px; #topBtn:hover {
background-position: 0px -60px;
} }
/*----- print -----*/ /*----- print -----*/
#print{ #print {
color:#000000; color: #000000;
} }
.resultSheatP{
padding:10px; .resultSheatP {
overflow:hidden; padding: 10px;
margin:10px 0px 10px 0px; overflow: hidden;
} margin: 10px 0px 10px 0px;
#totalTextP{ }
width:500px;
padding:0px 40px 0px 0px; #totalTextP {
float:left; width: 500px;
} padding: 0px 40px 0px 0px;
#footerP{ float: left;
width:940px; }
height:16px;
padding:7px 20px; #footerP {
text-align:right; width: 940px;
height: 16px;
padding: 7px 20px;
text-align: right;
} }
@charset "UTF-8";body{margin:0;padding:0;line-height:1.6;letter-spacing:1px;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;font-size:12px;background:#eee}img{border:0;vertical-align:bottom}h1{margin:0;padding:0}h2{margin:0;padding:0}h3{margin:0;padding:0}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}a{color:#006eb0}p{padding:0;margin:0 0 10px 0}a:hover{color:#f60}#preload{display:none}#screen{color:#333}#container{margin:0 auto;width:980px;background-color:#fff}#header{height:100px;width:980px}#main{width:940px;margin:0 auto}#footer{width:940px;height:16px;padding:7px 20px;background-color:#01b7cd;color:#fff;font-size:12px;text-align:right}.lead{margin:10px 0 0 0}.buttonLead{overflow:hidden;margin:30px 0 0 0;width:940px}.step{margin:35px 0 20px 0}.caption{font-size:11px;color:#666}.buttonArea{overflow:hidden;width:980px;height:100px;margin-left:-20px;margin-top:30px;background-image:url(../images/common/landscape.gif)}.floatLeft{float:left}.hidden{overflow:hidden}.vanish{display:none}#intro p{margin-top:10px;font-size:126%;color:#999}.typeBtn{cursor:pointer;float:left;width:290px;height:330px}.typeBtn.select{cursor:default}.typeBtn.mid{margin:0 35px}#startBtn{width:420px;height:60px;margin:15px auto;background-image:url(../images/intro/btn_start.png);background-position:0 0}#startBtn.active{cursor:pointer;background-position:0 -60px}#startBtn.active:hover{background-position:0 -120px}#check{display:none;overflow:hidden}.checkLead{overflow:hidden;margin:30px 0 30px 0;width:940px}.checkBack{cursor:pointer;float:right;width:170px;height:40px;background-image:url(../images/check/btn_back.gif)}.checkBack:hover{background-position:0 -40px}.checkPage{display:none;overflow:hidden;margin:0 0 20px 0}.checkSheat{float:left;width:440px;padding:10px;background-color:#f7eddd}.chechHead{margin:20px 0 5px 0}.checkBlock{cursor:pointer;margin:10px 0 0 0;width:439px;height:40px;border-bottom:#362e2b 1px dotted}.checkBlock.long{height:60px}.checkBlock:hover{color:#f60}.checkBox{display:block;float:left;width:50px;height:40px}.checkText{float:left;width:320px;margin:0 15px 0 0}.checkFig{position:relative}#resultBtn{cursor:pointer;width:420px;height:60px;margin:15px auto;background-image:url(../images/check/btn_result.png);background-position:0 0}#resultBtn:hover{background-position:0 -60px}#result{display:none;overflow:hidden}#resultBack{cursor:pointer;float:right;width:170px;height:40px;background-image:url(../images/result/btn_back.gif)}#resultBack:hover{background-position:0 -40px}.resultSheat{width:940px;padding:10px;overflow:hidden;margin:10px 0 10px 0}.colorBack{background-color:#f7eddd}.resultBlock{overflow:hidden;width:919px;margin:0 0 10px 0;border-bottom:#362e2b 1px dotted}.checkLine{overflow:hidden}.resultLine{overflow:hidden;margin:5px 0 5px 0}.resultLineText{width:810px;margin-right:0;float:right}#totalText{width:500px;padding:0 40px 0 0;float:left}.leftBlock{width:430px;margin:0 50px 0 5px;float:left}.rightBlock{width:430px;float:left}#printBtn{float:left;cursor:pointer;width:420px;height:60px;margin:15px 0 15px 0;background-image:url(../images/result/btn_print.png);background-position:0 0}#printBtn:hover{background-position:0 -60px}#topBtn{float:left;cursor:pointer;width:250px;height:60px;margin:15px 100px 15px 100px;background-image:url(../images/result/btn_top.png);background-position:0 0}#topBtn:hover{background-position:0 -60px}#print{color:#000}.resultSheatP{padding:10px;overflow:hidden;margin:10px 0 10px 0}#totalTextP{width:500px;padding:0 40px 0 0;float:left}#footerP{width:940px;height:16px;padding:7px 20px;text-align:right}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment