@charset "UTF-8";

/*共通*/

html {
}

html, body{
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
    font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h1,h2,h3,h4,h5,p{
    color: #333333;
}

h1 {
    color: white;
    font-size: 150%;
    margin-left: 20px;
    padding-top: 20px;
}

h2 {
    font-size: 150%;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #333333;
    border-left: 10px solid #333333;
    
}

.bold {
    font-weight: bold;
}

.big {
    font-size: 125%;
}

.big2 {
    font-size: 200%;
}

.blue {
    color: blue;
}

.red {
    color: red;
}

#wrap {
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

#header {
    height: 60px;
    margin-bottom: 20px;
    background-color: #333333;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
    text-align: center;
}

#main {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.domain {
    text-align: center;
    margin-bottom: 40px;
}

.domain-text {
    margin: 20px 0px 10px 0px;
}

.domain-description {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.domain-description ul li {
    padding-left: 20px;
    background-color: #f2f2f2;
    border-bottom: 1px dotted #cccccc;
}

.domain-description p {
    padding-left: 30px;
    margin-bottom: 10px;
}

#footer {
    width: 100%;
    height: 100px;
    bottom: 0px;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 0px -3px 10px rgba(0,0,0,0.4);
    text-align: center;
}

.logo-img {
    margin-top: 20px;
}



/*     submit.html     */


.result {
    margin-bottom: 40px;
}

.domain-hope {
    width: 500px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.domain-hope p {
    text-align: center;
}

.domain-subtitle {
    width: 500px;
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.domain-result {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.domain-result-inner {
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.domain-result-inner p {
    margin-top: 18px;
}

.back {
    width: 300px;
    height: 50px;
    text-align: center;
    font-size: 200%;
    margin-left: auto;
    margin-right: auto;
    background-color: #333333;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}

.back a {
    text-decoration: none;
    color: white;
    height: 50px;
    line-height: 50px;
    padding: 7px 66px 7px 66px;
}










